Sentinel-2 geolocation
This geolocation project contains descriptors for Sentinel-2 missions.
Overview
This package declares geolocation properties for sentinel-2 products:
- footprint: geometric extent on
sentinel-2:product_userresolved from the metadataMTD_MSIL*.xmlGlobal_Footprint. - band-extent: aggregates on
sentinel-2:product_user_level-1c(GRANULE//IMG_DATA/_B01.jp2) andsentinel-2:product_user_level-2a(GRANULE//IMG_DATA/R60m/_B01_60m.jp2).
Python packaging (pip)
Since drb-testbench#40 phase 1, this repo ships a Python package,
drbx-kb-geolocation-sentinel-2, mirroring the drbx-kb-topics-* pattern: the package ships
geolocation descriptor TTLs and exposes them through the drb core loader; drb core >= 2.9
merges every file into the shared topic graph at resolver import.
pip install drbx-kb-geolocation-sentinel-2
Consumer example (using the drb-addon-geolocation add-on):
from drb import resolver
from drb_addon_geolocation import GeolocationAddon
node = resolver.create("s3://bucket/sentinel-2-product.zip")
addon = GeolocationAddon()
addon.apply(node)
# node["footprint"], node["band-extent"], ... now available
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
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 drbx_kb_geolocation_sentinel_2-1.0.0.tar.gz.
File metadata
- Download URL: drbx_kb_geolocation_sentinel_2-1.0.0.tar.gz
- Upload date:
- Size: 5.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via:
twine/6.2.0 CPython/3.11.15
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
db126d3f69bfdbff8db58c5d2218406d54024e01020aabfa0e762bab2cc8c493
|
|
| MD5 |
8937a4efbdcf6ac1402d3df2cd2d33c1
|
|
| BLAKE2b-256 |
a2bcf119bf29f04a280ca2a8bd6cd9d385461b5668a33c415ffc3ecc098b5d00
|
File details
Details for the file drbx_kb_geolocation_sentinel_2-1.0.0-py3-none-any.whl.
File metadata
- Download URL: drbx_kb_geolocation_sentinel_2-1.0.0-py3-none-any.whl
- Upload date:
- Size: 5.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via:
twine/6.2.0 CPython/3.11.15
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
4b50360b6c61f9409d16f4fe8db2f038fc971bc417ccd87c1a1f0d8fd2f66de0
|
|
| MD5 |
c5f0d12f9163c0f1a4f6fcdb96570653
|
|
| BLAKE2b-256 |
c056115075c0a2f90dd324c7a18d0040a3e0e76b90717529d33df277d7729564
|