No project description provided
Project description
sentineltoolbox
sentineltoolbox (stb) is a Python library for manipulating Copernicus Sentinel satellite products.
It provides I/O, conversion, documentation generation, validation and convenience utilities
on top of xarray.DataTree.
Sentinel products are described in the Copernicus Programme documentation.
Stable API
API stability is a core principle of sentineltoolbox: users must be able to upgrade to a newer version without rewriting any code.
All symbols exported by {obj}sentineltoolbox.api and {obj}sentineltoolbox.typedefs are stable. Stability is
All other modules are internal and must not be used directly.
See {doc}overview for the full feature list.
Installation
pip install eopf-cpm>=2.4
pip install sentineltoolbox
For development (editable install):
git clone <repository_url>
pip install -e ".[dev]"
Quick start
from sentineltoolbox.api import open_datatree, display
xdt = open_datatree("path/to/product.zarr")
display(xdt)
Features
Open products, ADFs and other data files
Open DPR Zarr, JSON, or legacy SAFE/SEN3 data as DataTree or Dataset:
open_datatree,load_datatree— open/load a product asxarray.DataTreeopen_json— open JSONload_metadataload only metadata (very quick) from zarr and replace arrays with 1 element fake arrays.
Generate HTML documentation for products
Create rich interactive HTML summaries of DPR products directly in Jupyter or Sphinx:
display— render aDataTreeas an HTML table with metadata, flags, and structureprint_summary— compact text summary
Convert legacy products
Convert original S2/S3 products (.SAFE, .SEN3) and ADF to DPR Zarr format (.zarr):
- Supported products (via eopf-cpm mappings): S3 OLCI (EFR, ERR, LFR), S3 SLSTR (RBT, FRP, LST), S3 SYNERGY (AOD, SYN, VG1, VGP, VGK, V10), S2 MSI (L1A, L1B, L1C, L2A)
- Supported ADF (internal converters): S3 OLCI, SLSTR, SYNERGY
- CLI:
stb_convert_products,stb_eop_convert_products
Flag operations
Bitwise operations on CF-convention flag arrays:
create_flag_array— create a flag array with a given shape and bit depthupdate_flag— set or clear individual flagsget_flag— extract a boolean mask for a given flag
Parse and generate product file names
ProductFileNameGenerator,AdfFileNameGenerator— build DPR-compliant file names from legacy namesdetect_filename_pattern,filename_generator— detect product and ADF filename patterns (legacy, dpr) and instantiate generators
DataTree utilities
AttributeHandler— set, extract, and fix product attributesDataTreeHandler— high-level wrapper for product metadata and attributes (derived fromAttributeHandler)get_array,get_datatree— type-safe node access (no mypy errors)convert_to_datatree— convertdict,Dataset, orEOProducttoDataTreevalidate_datatree— validate structure, dtypes and attributes against a schemapatch_datatree— apply patches to aDataTree
Check processor inputs
Verify consistency of input products and ADFs before processing:
check_processor_inputs,check_adfs
Filesystem and credentials
Browse local or S3 filesystems transparently:
get_universal_path,get_fsspec_filesystem,get_url_and_credentialsS3BucketCredentials
Sentinel metadata databases
Cached, extensible JSON/TOML databases of product metadata, properties, naming conventions, and namespaces.
Environment and logging
init,init_jupyter_env— set up logging, xarray display, IPython formattersLoggerSuppressor,WarningsSuppressor— context managers for quiet execution
Command Line Tools
stb_convert_products— convert SAFE/SEN3 ADF and products (deprecated) to DPR Zarrstb_eop_convert_products— same using EOPF/CPM mappingsstb_compare_products— compare two products and summarize differencesstb_dump_product— dump product summary
API stability
Only symbols re-exported from sentineltoolbox.api are considered stable.
All other modules are internal and may change without notice.
Documentation
Full documentation: https://DPR-ACR.pages.eopf.copernicus.eu/sentineltoolbox
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distributions
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file sentineltoolbox-0.6.7-py3-none-any.whl.
File metadata
- Download URL: sentineltoolbox-0.6.7-py3-none-any.whl
- Upload date:
- Size: 2.0 MB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.11.13
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
90971906916a33920a89af2858eda27c87c7cbb0d2c3be0b6c96d4956a02e72c
|
|
| MD5 |
21957685b25903f21ef342bc1b25f54c
|
|
| BLAKE2b-256 |
cd7e3cf5d1d5e39b47c99bcd729ff23d9fa48a79dfba617b8a7d8c862ca9164c
|