-
Notifications
You must be signed in to change notification settings - Fork 13
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
border break seems it's causing a weird pattern in the tile system #43
Comments
Dear @csaybar , thanks for your nice feedback, and reporting this issue. Triggered by the recent inclusion of Equi7 in the EPSG database, we are anyway about to update the zones and tiles. As we're collecting user needs: Do you have any requirements towards tile sizes and metadata? |
Hi @bbauerma, I believe Equi7Grid has great potential for creating and storing EO databases globally. This is because the T1, ... Tn grids are self-contained and are naturally N-ary Trees! The most difficult part for me was understanding the API. Initially, I started implementing many things that had already been implemented. I only realized this when I saw this file in the test file (later, I saw that it is recommended in the README; my bad). For a new user after running:
They might think that 10 refers to the grid size when it refers to the pixel size. Implementing a
Another interesting feature could be having an Equi7Grid method to create a local grid system. We've been working a bit on this. Additionally, adding type annotations can make the code easier to read and understand. Is this something that might interest you? I'd be happy to assist with it. Equi7Grid is a great idea that deserves more attention from the EO community! |
@csaybar indeed, the testfile shows how to use many parts of the API, but this code location is not intuitive, and will be changed. Your nested tiling scheme looks very useful, thanks for the example! Soon, we'll have our internal planning on the corner points of the new package structure, and then methods like yours could be a good tool for user defined applications. We would be happy if you can contribute then. I'll keep you posted. |
Thank you, @bbauerma We put all our code in a Python package equi7grid_lite. Yes, for sure, I will be honored to collaborate ✋ |
@csaybar please checkout the discussions Feel free to add wishes as comments to #45 |
Hi @bbauerma, I just noticed that the zones in this repo are a bit different from the GML files in the EPSG repo 😅 Is there a place where I can find them in the Equi7Grid projection? Thanks!! 🙌 |
Hi @bbauerma,
Thank you for the amazing work on Equi7Grid.
We have been using Equi7Grid for a while and recently noticed a potential bug in the Antarctica zone. It seems there is a border break that is affecting grid generation in tiles T1, T2, and T3. This issue introduces unusual patterns, particularly in T1. Please see the attached image for reference.
The text was updated successfully, but these errors were encountered: