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

reproject/warp in Julia? #687

Open
asinghvi17 opened this issue Jun 24, 2024 · 2 comments
Open

reproject/warp in Julia? #687

asinghvi17 opened this issue Jun 24, 2024 · 2 comments

Comments

@asinghvi17
Copy link
Contributor

I can think of a lot of uses for a native-Julia reprojection/warping functionality (e.g. lazy warp etc). I think we have most of the tools from ImageTransformations and Interpolations as well.

Is there any interest to have this functionality in Julia? We could even do a separate package - it would be useful for GeoMakie at some point as well.

@rafaqz
Copy link
Owner

rafaqz commented Jun 24, 2024

Absolutely.

gdal just proved a lot of options it will be hard to replicate immediately. Especially warping between any projections.

We could treat it like GEOS() in GeometryOps to have both options available.

@asinghvi17
Copy link
Contributor Author

asinghvi17 commented Jun 24, 2024

Lol, yeah Cartopy also does something similar in https://github.com/SciTools/cartopy/blob/main/lib/cartopy/img_transform.py. Could be nice to build off of.

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