You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm searching pure-JavaScript/TypeScript (Node.js) solution to change WMTS tile images(Jpeg/Png) into COG.
I can't find such solution, so I have to develop it by myself.
I'm searching pure-JavaScript/TypeScript (Node.js) solution to change WMTS tile images(Jpeg/Png) into COG.
I can't find such solution, so I have to develop it by myself.
But I can't find any information of GeoTIFF image specifications which includes data mapping of image binary.
What I looked were:
https://github.com/cogeotiff/cog-spec/blob/master/spec.md
https://docs.ogc.org/per/21-025.html
But these pages not include data structure itself.
How can I get basic data structure information of COG?
The text was updated successfully, but these errors were encountered: