https://github.com/sethvincent/virtual-leaflet
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
### 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, |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
- Reddit coin (for network effect) | |
- backed by bitcoin. | |
- volatility stabilizeed/sterilized. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
- 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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 - |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |