DGGRID Roadmap #82
Replies: 5 comments 23 replies
-
Add function to transform points using numbers instead of strings Thank you very much for developing such a low distorted DGGS! We're working on DGGS native data cubes that utilize the Q2DI index to store high resolution satellite imagery datasets at global scale. This is done in various programming languages, emphasising the need to have efficient bindings of We'd like to have a function in the library that directly operates on numbers instead of strings containing the coordinates, avoiding the creation, loading, and parsing of text files for coordinates in packages like dggrid4py and DGGS.jl. This would also enable the use of DGGRID in xarray-contrib/xdggs. We discussed the issue in danlooo/DGGS.jl#121. @d-consoli started to implement this at d-consoli@20fecf3. |
Beta Was this translation helpful? Give feedback.
-
Hi, from my interests I'd like to propose a couple of directions which I might have mentioned earlier:
This could also be an agreeable entry point for potential external programming language bindings, as Arrow is robustly supported across C/C++, Python, R, Rust, etc. and becoming a preferred efficient tabular in-memory format (plus Parquet/Feather as file format) I would also good to highlight which primary DGGRID functions we use in order to propose test cases for the
Please everyone commenting here consider proposing funding options if you use DGGRID in projects funded by like European Commission, ESA, NASA, NSF, or national research funding 💰 We have supported DGGRID through EU funding (ERC, WaterSmartLand, 101125476, Interreg-BSR, HyTruck, #C031) and will likely provide another round next year. |
Beta Was this translation helpful? Give feedback.
-
Hello, I have a few ideas for DGGRID (and dglib). Most of these ideas are focused on increasing adoption and expanding the community around these tools. Tooling An even better option would be to develop a set of abstractions or an API for dglib that would support common tasks such as:
This API could be integrated into dglib to expose core functionalities, similar to what H3 offers. The goal would be to establish dglib as the core of a broader ecosystem and potentially turn it into a reference system for DGGS, much like PROJ. Documentation Precompiled Executables Indexing Lastly, we funded DGGRID through a national research transfer grant (Ruhr-University Bochum/GeoInsight Project) and plan to provide additional funding through GeoInsight in 2025, if possible. |
Beta Was this translation helpful? Give feedback.
-
I want to point out two visualization efforts that might be useful for the dggrid output visualization: |
Beta Was this translation helpful? Give feedback.
-
Other than the existing GIS-focused grid formats, there are other options often used in the Earth system model community, including the MPAS mesh specs (https://mpas-dev.github.io/files/documents/MPAS-MeshSpec.pdf) |
Beta Was this translation helpful? Give feedback.
-
What do you want to see for future DGGRID features?
Beta Was this translation helpful? Give feedback.
All reactions