Skip to content

Commit

Permalink
MNT: Remove the unnecessary projection. [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
Taher Chegini committed Apr 7, 2024
1 parent 21292a4 commit 5de756e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion pygeohydro/nlcd.py
Original file line number Diff line number Diff line change
Expand Up @@ -260,7 +260,6 @@ def nlcd_bycoords(
A GeoDataFrame with the NLCD data and the coordinates.
"""
nlcd_wms = NLCD(years=years, region=region, crs=3857, ssl=ssl)
coords = geoutils.geometry_reproject(coords, 4326, 4326)
points = gpd.GeoSeries(gpd.points_from_xy(*zip(*coords), crs=4326))
points_proj = points.to_crs(nlcd_wms.crs)
geoms = points_proj.buffer(50, cap_style=3)
Expand Down

0 comments on commit 5de756e

Please sign in to comment.