Replies: 3 comments 12 replies
-
@alturic 🤷 I can't help without a minimum reproductible example |
Beta Was this translation helpful? Give feedback.
-
@vincentsarago I believe that in 0.7 the /crop endpoint doesn’t return the image (png in my case) georeferenced even if the originating GTiff is properly referenced, can you confirm of that is the case? By looking at the fiddle I am almost certain that is the issue. I would update to 0.10 but there is BC’s that I can’t easily fix being so new to Python so I just want to confirm the georeference issue first before I go breaking things while trying to fix those BCs. |
Beta Was this translation helpful? Give feedback.
-
@alturic I can't reproduce the issue
With GOES input file (in GEOS projection) |
Beta Was this translation helpful? Give feedback.
-
Hi, we have been using TiTiler for XYZ tiles for a while now, and as we have an immense amount of tiles we are running into 20+ second wait times for all of the tiles to be retrieved as we are hitting the browser connection limits (even splitting the tiles across multiple domains) so we wanted to try using the /crop endpoints and it seemingly works extremely well with one small issue... the image is shifted North in relation to where it should actually be placed.
We are using existing code that worked flawlessly to display the proper sized single image PNG's so I'm struggling to find out where the problem actually lies, or whether /crop would actually allow us to do this, even though it definitely seems like it works as we're expecting with the exception fo the image being shifted just a tad, which is why I'm thinking it's a projection issue?
Beta Was this translation helpful? Give feedback.
All reactions