How to use Pyramidal TIFFs plugin #2181
Unanswered
bchiavarini
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi to everyone,
i am trying to display a geotiff file on a globeview using the itowns Pyramidal TIFFs plugin. I read that the single TIFF display on the globeview is not supported but only pyramidal TIFF, so i created a pyramidal TIFF of my data and i used the itowns.TMSSource function to load it as seen on this example: https://github.com/iTowns/itowns/blob/master/examples/plugins_pyramidal_tiff.html.
The result is a tile not positioned according its coordinates origin and not having the expected dimension to cover its bounding box coordinates but covering half the globe like the image in attach:
![image](https://private-user-images.githubusercontent.com/55278455/265080350-62b5800c-dabf-4c17-bfcf-51b87c7112c9.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3MzkzMjAxNDUsIm5iZiI6MTczOTMxOTg0NSwicGF0aCI6Ii81NTI3ODQ1NS8yNjUwODAzNTAtNjJiNTgwMGMtZGFiZi00YzE3LWJmY2YtNTFiODdjNzExMmM5LnBuZz9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNTAyMTIlMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjUwMjEyVDAwMjQwNVomWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPTU0YWZmMjhmNzViYTk3MWZkOTI1ZmYyN2UyNjlmNDc5YWFhNzNhYzQyODRjOWIyNDk2YWQ3NGM1MDc2YWE4NmYmWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0In0.lZ6KGaOVAHP6Dtxn13vOuquCuHhWCZWL7D9wHxIBRfo)
My pyramidal geotiff contains georeferenced data regarding a specific portion of a globe (to be more specific a region in Europe) and not data regarding the whole globe (like the data used in the example and available at https://raw.githubusercontent.com/iTowns/iTowns2-sample-data/master/geoid/localcolors/tiff/ folder). I would like to ask if it is supported the displaying of pyramydal TIFFs covering a single portion of a globe or if this plugin is intended only for pyramidal tiff covering the whole globe. If this is the case, is there a possibility to display geotiff data related to a specific bounding box?
Thanks in advance to anyone who will help me!
Beta Was this translation helpful? Give feedback.
All reactions