DOCS: Better documentation for climate indicators and indices #1395
Labels
API
Interfacing and User Concerns
docs
Improvements to documenation
enhancement
New feature or request
standards / conventions
Suggestions on ways forward
Milestone
Addressing a Problem?
The current documentation for climate indicators (https://xclim.readthedocs.io/en/latest/indicators.html) is very hard to read: lines extend indefinitely, all indicators are on the same page, and details about the calculations and inputs require jumping between multiple places in the documentation. Some indicators have extra parameters (e.g.
id
) that others don't. The realm for "atmos" is very large, making searching for the correct indicator quite laborious.The documentation on the difference between indices and indicators isn't located in an easily accessible location, currently it's in "examples > extending xclim > indices vs indicators". There is some description on the pages themselves for indicators/indices, but it does not link to this page.
The indices module does not distinguish realms, making searching laborious (e.g., 599 results for "temperature"...)
Potential Solution
furo
theme.id
, or other parameters.atmos
in theatmos/__init__.py
, asfrom xc.core.indicators.atmos.temperature import *
, for exampleAdditional context
No response
Contribution
Code of Conduct
The text was updated successfully, but these errors were encountered: