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.
Replies: 2 comments 8 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.
-
@vincentsarago I have a question about non-real world maps( flat game map ). I have a map that is 8000px*8000px in size. Version1: 8000px8000px 00001.png In Version1 a lot of points may have been added such as -20,-11 for an NPC. How can I make sure that they are the same in Version2? |
Beta Was this translation helpful? Give feedback.
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