This repository was archived by the owner on Sep 11, 2023. It is now read-only.
Document the contents & shapes of the NetCDF files that nowcasting_dataset
outputs?
#227
Labels
discussion
documentation
Improvements or additions to documentation
enhancement
New feature or request
good first issue
Good for newcomers
Uh oh!
There was an error while loading. Please reload this page.
The Pydantic models in the
data_sources/
<modality>/<modality>_model.py
files (where<modality>
is one of {datetime, metadata, gsp, nwp, pv, satellite, sun, topographic}) describe the contents of the batches (and, hence, the contents of the NetCDF files). (For example, seesatellite_model.py
).But it might be nice to aggregate all that documentation together into a single human-readable page somewhere? So it's really quick and easy for users to get an overview (and to see the detail) of precisely what
nowcasting_dataset
outputs to disk?I guess the ideal situation would be to automatically extract the
description
fields from thepydantic
models? I wonder ifsphinx
can do that?!Related to #222
The text was updated successfully, but these errors were encountered: