Skip to content

Instantly share code, notes, and snippets.

@julian1
Last active August 29, 2015 14:15
Show Gist options
  • Save julian1/5b3d0fa24a3f7b36c856 to your computer and use it in GitHub Desktop.
Save julian1/5b3d0fa24a3f7b36c856 to your computer and use it in GitHub Desktop.
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