Created
October 27, 2011 21:31
-
-
Save springmeyer/1320941 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
d:~ dane$ wget "http://sampleserver3.arcgisonline.com/ArcGIS/rest/services/Hydrography/Watershed173811/FeatureServer/0/query?where=objectid+%3D+objectid&outfields=*&f=json" | |
--2011-10-27 14:30:18-- http://sampleserver3.arcgisonline.com/ArcGIS/rest/services/Hydrography/Watershed173811/FeatureServer/0/query?where=objectid+%3D+objectid&outfields=*&f=json | |
Resolving sampleserver3.arcgisonline.com... 50.16.216.1 | |
Connecting to sampleserver3.arcgisonline.com|50.16.216.1|:80... connected. | |
HTTP request sent, awaiting response... 200 OK | |
Length: 365118 (357K) [text/plain] | |
Saving to: `query?where=objectid+=+objectid&outfields=*&f=json' | |
100%[====================================================================================>] 365,118 352K/s in 1.0s | |
2011-10-27 14:30:20 (352 KB/s) - `query?where=objectid+=+objectid&outfields=*&f=json' saved [365118/365118] | |
d:~ dane$ ogrinfo "query?where=objectid+=+objectid&outfields=*&f=json" | |
FAILURE: | |
Unable to open datasource `query?where=objectid+=+objectid&outfields=*&f=json' with the following drivers. | |
-> ESRI Shapefile | |
-> MapInfo File | |
-> UK .NTF | |
-> SDTS | |
-> TIGER | |
-> S57 | |
-> DGN | |
-> VRT | |
-> REC | |
-> Memory | |
-> BNA | |
-> CSV | |
-> NAS | |
-> GML | |
-> GPX | |
-> LIBKML | |
-> KML | |
-> GeoJSON | |
-> Interlis 1 | |
-> Interlis 2 | |
-> GMT | |
-> SQLite | |
-> DODS | |
-> ODBC | |
-> PGeo | |
-> MSSQLSpatial | |
-> OGDI | |
-> PostgreSQL | |
-> MySQL | |
-> PCIDSK | |
-> XPlane | |
-> AVCBin | |
-> AVCE00 | |
-> DXF | |
-> Geoconcept | |
-> GeoRSS | |
-> GPSTrackMaker | |
-> VFK | |
-> PGDump | |
-> GPSBabel | |
-> SUA | |
-> OpenAir | |
-> PDS | |
-> WFS | |
-> HTF | |
-> AeronavFAA |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment