stactools-met-office-deterministic is a Python package designed for generating SpatioTemporal Asset Catalog (STAC) metadata specifically for data originating from the Met Office Deterministic Numerical Weather Prediction model. It is part of the broader stactools ecosystem, which provides utilities for working with STAC. The current version is 0.4.2, and it typically sees rapid releases within the stactools-packages organization.
pip install stactools-met-office-deterministicVerified import paths — ran on the pinned version, not inferred.
This quickstart demonstrates how to use `stactools-met-office-deterministic` to create a STAC Item from a Met Office Deterministic Numerical Weather Prediction model data file. It assumes the existence of a `stac.create_item` function, which is a common pattern across `stactools` dataset packages. Users should replace `/path/to/your/met_office_deterministic_data.nc` with the actual path to their NetCDF data file.
Review the source code on GitHub (stactools-packages/met-office-deterministic) for function signatures and expected inputs, or refer to other stactools dataset package examples for analogous patterns.
Ensure the `input_data_path` points to a valid and compatible Met Office Deterministic NWP NetCDF file. Verify the internal structure and metadata of your input files if errors persist.