Skip to content

Commit

Permalink
Merge branch 'master' of github.com:cheginit/pygeoogc
Browse files Browse the repository at this point in the history
  • Loading branch information
cheginit committed Jul 21, 2020
2 parents dfb6642 + ae004e6 commit 006ecf3
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -99,8 +99,7 @@ can be converted to ``GeoDataFrame`` or ``xarray.Dataset`` using Hydrodata.
wbd8 = ArcGISRESTful(rest_url)
wbd8.get_featureids(basin_geom)
resp = wbd8.get_features()
huc8 = utils.json_togeodf(resp[0])
huc8 = huc8.append([utils.json_togeodf(r) for r in resp[1:]])
huc8 = utils.json_togeodf(resp)
url_wms = "https://www.fws.gov/wetlands/arcgis/services/Wetlands_Raster/ImageServer/WMSServer"
layer = "0"
Expand Down

0 comments on commit 006ecf3

Please sign in to comment.