Skip to content
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: 2 comments 8 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
Comment options

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

@StringKe
Comment options

@vincentsarago
Comment options

@StringKe
Comment options

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