Skip to content

Instantly share code, notes, and snippets.

enabledFilters
time wget 'http://geoserver-rc.aodn.org.au/geoserver/wms?service=layerFilters&request=enabledFilters&version=1.0.0&workspace=imos&layer=aatams_sattag_dm_dive_profile_map' -O - | xmllint --format -
uniqueValues
http://localhost:8080/geoserver/wms?service=layerFilters&request=uniqueValues&version=1.0.0&workspace=imos&layer=aatams_sattag_dm_dive_profile_data&propertyName=age_class
WFS
wget 'http://geoserver-123.aodn.org.au/geoserver/imos/ows?service=WFS&version=1.0.0&request=GetFeature&typeName=imos:argo_profile_layer_map&maxFeatures=50' -O - | xmllint --format -
wget 'http://geoserver-123.aodn.org.au/geoserver/imos/ows?service=WFS&version=1.0.0&request=GetCapabilities' -O - | xmllint --format -
Should work,
time wget 'http://localhost:8080/geoserver/wfs?service=layerFilters&request=uniqueValues&version=1.0.0&workspace=imos&layer=soop_xbt_nrt_profiles_map&propertyName=XBT_line' -O - | xmllint --format -
since layer exists and property exists
select * from soop_xbt_nrt . soop_xbt_nrt_profiles_map a limit 1;
- we have a service - the netcdf subsetting service - maybe standalone, or incorporated into a geoserver extenstion. Maybe using wps or otherwise.
Full details about global and variable attributes such as are recorded in IMOS skos records. Eg.
- parameter - long name.
- platform
- analysis method
- units
Issue -
- to reference the authoritative source of this term data
- Reddit coin (for network effect)
- backed by bitcoin.
- volatility stabilizeed/sterilized.
sudo -u postgres psql -d harvest -c 'select * from ( select m.ts_id,count(m.ts_id) from anmn_ts.measurement m group by m.ts_id order by ts_id limit 10 ) as data '
sudo -u postgres psql -d harvest -c 'select max(count) from ( select m.ts_id,count(m.ts_id) from anmn_ts.measurement m group by m.ts_id order by ts_id ) as data
### virtual-leaflet - uses virtual-dom - nice because use with purescript and halogen,
https://github.com/sethvincent/virtual-leaflet
https://libraries.io/npm/virtual-leaflet
### Leaflet quickstart,