Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

first sketch of a web optimized cog #22

Closed
wants to merge 3 commits into from
Closed

first sketch of a web optimized cog #22

wants to merge 3 commits into from

Conversation

vincentsarago
Copy link
Member

closes #10

@vincentsarago
Copy link
Member Author

There is still something odd with how I get the output transform to align with the mercator grid.
The top X value is good but all other are a bit shifted (top Y, bottom x, bottom y)

internal tile: (2.0819091796875, 45.03471477868859, 2.083282470703124, 45.035687477951846)
mercator tile: (2.0819091796875, 45.03568524531632, 2.083282470703125, 45.03665569548622)

tried to show the diff here : https://gist.github.com/vincentsarago/6521bbaf07d2c5128c98e1fd7b1d4275
taking the for 512/512px block bounds and the top left z18 tile of a file

@vincentsarago
Copy link
Member Author

vincentsarago commented Nov 13, 2018

Alright, there are too many unrelated changes in this PR which make it complexe to merge/debug. I'm going to close this one and split the changes into different PR, if this is ok with you @perrygeo @sgillies

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add --web option to create ZXY tiles friendly file
3 participants