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

[POC] Simplify the creation of an ROI for a user. #602

Open
adebardo opened this issue Oct 14, 2024 · 1 comment
Open

[POC] Simplify the creation of an ROI for a user. #602

adebardo opened this issue Oct 14, 2024 · 1 comment
Labels
[POC] Conception stuck The issue conception is stopped

Comments

@adebardo
Copy link

TODO

@adebardo adebardo added the [POC] Conception stuck The issue conception is stopped label Oct 14, 2024
@rhugonnet
Copy link
Contributor

The functions I was mentioning from GeoUtils that could be used to create an RIO in any CRS using a bounding box from any another CRS:
https://github.com/GlacioHack/geoutils/blob/5d4fab11483f7269e613e7ce18850cc45c67f9ad/geoutils/projtools.py#L404 (footprint) and https://github.com/GlacioHack/geoutils/blob/5d4fab11483f7269e613e7ce18850cc45c67f9ad/geoutils/projtools.py#L338 (bbox)
And (you probably know this well) the Rasterio bounding box is generally created this way:
https://github.com/GlacioHack/geoutils/blob/5d4fab11483f7269e613e7ce18850cc45c67f9ad/geoutils/raster/raster.py#L2537

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
[POC] Conception stuck The issue conception is stopped
Projects
None yet
Development

No branches or pull requests

2 participants