Created
February 25, 2015 00:55
-
-
Save julian1/b0d4aea6593401d2618f 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
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; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment