Last active
August 29, 2015 14:15
-
-
Save julian1/5b3d0fa24a3f7b36c856 to your computer and use it in GitHub Desktop.
This file contains hidden or 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 - |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment