We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ddb08a4 + cd2d45c commit 24d97b4Copy full SHA for 24d97b4
hydrodata/hydrodata.py
@@ -375,7 +375,7 @@ class methods to generate the queries.
375
376
sites = sites[sites.site_no.apply(len) == 8]
377
378
- gii = WaterData("gagesii", "epsg:900913")
+ gii = WaterData("gagesii", "epsg:4269")
379
hcdn = gii.byid("staid", sites.site_no.tolist())
380
hcdn_dict = hcdn[["staid", "hcdn_2009"]].set_index("staid").hcdn_2009.to_dict()
381
sites["hcdn_2009"] = sites.site_no.apply(
0 commit comments