Skip to content

Commit

Permalink
Merge pull request #36 from emiliom/patch-1
Browse files Browse the repository at this point in the history
Change to epsg:4269 in WaterData request
  • Loading branch information
cheginit committed Sep 2, 2020
2 parents ddb08a4 + cd2d45c commit 24d97b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hydrodata/hydrodata.py
Original file line number Diff line number Diff line change
Expand Up @@ -375,7 +375,7 @@ class methods to generate the queries.

sites = sites[sites.site_no.apply(len) == 8]

gii = WaterData("gagesii", "epsg:900913")
gii = WaterData("gagesii", "epsg:4269")
hcdn = gii.byid("staid", sites.site_no.tolist())
hcdn_dict = hcdn[["staid", "hcdn_2009"]].set_index("staid").hcdn_2009.to_dict()
sites["hcdn_2009"] = sites.site_no.apply(
Expand Down

0 comments on commit 24d97b4

Please sign in to comment.