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

explicit mention of standard parallels for area calculation in runoff #101

Closed
martavp opened this issue Aug 7, 2020 · 1 comment
Closed

Comments

@martavp
Copy link
Member

martavp commented Aug 7, 2020

I need to include the first and second standard parallels for the Albers Equal Area projection to work when calculating runoff.

runoff *= (1000. / 24.) * xr.DataArray(basins.shapes.to_crs(dict(proj="aea")).area)

should be

runoff *= (1000. / 24.) * xr.DataArray(basins.shapes.to_crs(dict(proj="aea", lat_1=35, lat_2=60)).area)

I’m not sure if it is not an issue with the newer version, but I mentioned this here just in case.

@FabianHofmann
Copy link
Contributor

fixed by #102

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

2 participants