Interactive web app for exploring HEALPix (and other DGGS) grids #148
Replies: 3 comments
-
Woah, ok a bit uncanny. I just came across a video posted last week by Qiusheng Wu about this for the MGRS |
Beta Was this translation helpful? Give feedback.
-
@VeckoTheGecko you might have already seen it but @tobi made this tool, https://github.com/d70-t/gridlook Your suggested point "Explore the world with a HEALPix grid overlayed on top with gridlines (OSM layer), and cells are labelled with the IDs" might be able to added in the functionality of Tobi's tool? It can today only visualise total healpix grid, not regional ones (indicated regional data in coordinate) cc: @keewis |
Beta Was this translation helpful? Give feedback.
-
p.s. may be better to make a section in https://github.com/pangeo-data/awesome-HEALPix listing visualisation tools? |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Motivation
(point 1) Lots of the visualisations of HEALPix grids are either grainy diagrams or photos from astronomical HEALPix. This makes it potentially difficult to explain or understand HEALPix, especially in a geospatial context.
(point 2) I feel that users might be some usecases where users would want to "explore the globe" and see where the HEALPix grid cells lie at different resolutions:
Both of these points could be addressed by a web app where users can explore the world and select HEALPix cells. They could then export these cells to a MOC file.
Scoping the project
in scope:
Explore the world with a HEALPix grid overlayed on top with gridlines (OSM layer), and cells are labelled with the IDs
Users can select cells
Users can change the grid refinement level (their previous selection persists)
choose grid (HEALPix for MVP, other grids later)
Implementation details:
out of scope:
ddgs.explore()
My questions:
I don't propose that this would be incorporated into
xdggs
since (a) seems a tangent from the current goals, and (b) perhaps a standalone website is even more useful. I just didn't know where else to have this discussion.Beta Was this translation helpful? Give feedback.
All reactions