TACO packages Earth observation data, metadata, and sample structure as one portable dataset. Query by region, time, cloud cover, split, or any other field before loading a pixel.
Every dataset declares a contract for the files and metadata in each sample. TACO validates that contract while writing and uses it to provide predictable access from folders, cloud-optimized ZIPs, and partitioned catalogs.
| Language | Install | Role | Docs |
|---|---|---|---|
| Python | pip install taco-eo |
read + write | README |
| R | install.packages("taco", repos = "https://asterisk-labs.r-universe.dev") |
reader | README |
| Julia | Pkg.Registry.add(url="https://github.com/asterisk-labs/AsteriskRegistry"); Pkg.add("Taco") |
reader | README |
| JavaScript | npm install @asterisk-labs/taco |
reader | README |
The TACO viewer uses the JavaScript reader with the public TACO/Rumi fixtures.
See the TACO v3 specification for the contract, metadata model, and container formats.
Release history for the core and all language packages is recorded in the changelog.
MIT.