Question
#426 · bluetape4k-projects · 2.0.0 · Follow-up to #418
NetCDF: One Container, Many Scientific Worlds
See how dimensions, variables, coordinates, and attributes turn one self-describing container into time series, maps, volumes, and domain-specific science products.
Follow the data model
Step 1 / 7A file carries values together with the metadata needed to interpret their shape, units, and location.
Choose a scientific world
The same structure, a different questionA reusable reading loop
A file carries values together with the metadata needed to interpret their shape, units, and location.
- 1 · Select by variable and coordinate metadata
- 2 · Slice the smallest useful time / level / region
- 3 · Validate units, missing values, and quality flags
- 4 · Visualize, compare, model, or publish the derived result
The 2.0.0 catalog maps file metadata, variables, dimensions, global attributes, and bounded grid values; the importer currently supports rank 1–4, CF numeric auxiliary coordinates, selected CRS values, and resumable slices.
This companion explains the general NetCDF model. It is not a claim that the current importer implements every NetCDF-4 feature or every scientific convention.