Test data for NetCDF4/HDF5 parsers, designed for VirtualiZarr testing.
pixi installpixi run generate # Generate .nc files
pixi run info # Generate _info.md files (h5dump -H -p)
pixi run catalog # Generate CATALOG.md
pixi run check # Verify all generated files are up-to-date
pixi run upload <bucket/prefix> # Upload .nc files to S3See CATALOG.md for the auto-generated list of test files with their properties.
- Create
netcdf4_generated/generators/{name}.pywith agenerate(output_path: Path)function - Run
pixi run generate && pixi run info && pixi run catalog
This project directly derives from geotiff-test-data by Development Seed, licensed under the MIT License.