-
Notifications
You must be signed in to change notification settings - Fork 18
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
Support other projection types using proj4js #196
Comments
Thanks for the issue! Do you have an error in the console with that specific file? |
I don't have any error in the console. By the way, I checked the content of this file more carefully and it is not a COG but a simple geotiff stored online (which is common with small raster files). I generated the COG for the same image and I also got the same issue e.g. I don't see anything but a black screen. The validated COG is https://pangeo-eosc-minioapi.vm.fedcloud.eu/afouilloux-work/srtm_41_19_cog.tif |
So the project is probably using a projection we're not supporting yet? |
Yea it looks like the tif is using |
We may want to start looking into using https://github.com/proj4js/proj4js to support other projection types There is an example here https://openlayers.org/en/latest/examples/wms-image-custom-proj.html using proj4js with OpenLayers |
Actually let's close this issue in favor of #191, let's continue discussing there |
With QGIS, I can easily add a raster layer with
https://pangeo-eosc-minioapi.vm.fedcloud.eu/afouilloux-work/srtm_41_19.tif
and it works out of the box. However, it does not seem to work with JupyterGIS.If I open a QGIS project with such COG, I don't see it on the map and I have the same issue if I try to add such COG as a raster layer in JupyterGIS.
Below is what I see in QGIS:
The text was updated successfully, but these errors were encountered: