Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Re-run point metrics #78

Open
debboutr opened this issue Jan 13, 2021 · 0 comments
Open

Re-run point metrics #78

debboutr opened this issue Jan 13, 2021 · 0 comments

Comments

@debboutr
Copy link
Contributor

while scanning the PointInPoly function for python3 updates I noticed that the CRS used was that of the NHDCatchment shapefile in line 571 of StreamCat_functions.py

points.to_crs(polys.crs, inplace=True)

this causes all of the spatial joins made to be in geographic projection 4326, but needs to be in 5070 for accuracy. There are minor differences made in the joins when sjoin is done in projection 5070 and we will need to rerun all point metrics to adjust for this once we switch the line above to ...

polys.to_crs(points.crs, inplace=True)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant