satellogic / telluric

telluric is a Python library to manage vector and raster geospatial data in an interactive and easy way
MIT License
87 stars 18 forks source link

Reprojecting south-up images #93

Open drnextgis opened 5 years ago

drnextgis commented 5 years ago

All works as expected for north-up images. But for south-up (does telluric intent to support such images?) we have some problems are appeared at least while reprojecting. I've tried to rescale images and faced with the following issues:

I have prepared two notebooks:

Such south-up images are used in our tests, for example: https://github.com/satellogic/telluric/blob/409082367dbf335468483837b5568494a212c99b/tests/test_georaster.py#L31

astrojuanlu commented 5 years ago

does telluric intent to support such images?

I would say yes: https://github.com/satellogic/telluric/pull/78

astrojuanlu commented 5 years ago

I now saw the notebooks (glad to see you also study the mask issue, ref #94).

I think we should support these images, in the sense that operations on them should return consistent results. The question for me is how.