Skip to content

How to use titiler ? #618

Answered by vincentsarago
StringKe asked this question in Q&A
Mar 25, 2023 · 1 comments · 4 replies
Discussion options

You must be logged in to vote

you first need to add geo location metadata to your data (e.g CRS and bounds to your file)

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

Replies: 1 comment 4 replies

Comment options

You must be logged in to vote
4 replies
@StringKe
Comment options

@StringKe
Comment options

@StringKe
Comment options

@vincentsarago
Comment options

Answer selected by StringKe
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants