API design for non-map plots #56
JamesVarndell
started this conversation in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
The earthkit-plots API is designed to leverage domain-specific knowledge to reduce boilerplate code and make earth science visualisation more accessible. For map-based plots, this has led to features like:
These features work well because most map-based plots are derived from data formats rich in metadata (e.g., netCDF, GRIB).
However, earthkit-plots also needs to support non-map visualisations—such as line charts, bar charts, quantile plots, tephigrams, and other 2D plots. The challenge is ensuring that our API for these plots is effective and intuitive.
Discussion Points
How can we add value for users with our non-map plots API?
What are the most common data sources for non-map plots?
Which existing features of earthkit-plots can benefit non-map plots?
Is the current Styles API suitable for non-map plots?
How can we make it easy to create common climate and meteorological plots?
Beta Was this translation helpful? Give feedback.
All reactions