How to use titiler ? #618
-
Can I use titler to do this? I don't have any knowledge about maps and I need help with this. I'm trying to convert my image to a tiff image and submit it to |
Beta Was this translation helpful? Give feedback.
Answered by
vincentsarago
Mar 25, 2023
Replies: 1 comment 4 replies
-
you first need to add gdal_translate -of COG my.png my.tif -a_srs EPSG:4326 -a_ullr <ulx> <uly> <lrx> <lry>` if you just want to visualize your image (without geo localtion) you can maybe check https://github.com/developmentseed/titiler-image |
Beta Was this translation helpful? Give feedback.
4 replies
Answer selected by
StringKe
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
you first need to add
geo location
metadata to your data (e.g CRS and bounds to your file)if you just want to visualize your image (without geo localtion) you can maybe check https://github.com/developmentseed/titiler-image