Sentinel-5p Downloader
Project description
The sentinel5dl project consists of a library and a command line tool which provide easy access to emission data products originating from the European Space Agency’s Sentinel-5P satellite.
Installation
Install this library using:
%> pip install sentinel5dl
Quick Example (Library)
from sentinel5dl import search, download
# Search for Sentinel-5 products
result = search(
polygon='POLYGON((7.8 49.3,13.4 49.3,13.4 52.8,7.8 52.8,7.8 49.3))',
begin_ts='2019-09-01T00:00:00.000Z',
end_ts='2019-09-17T23:59:59.999Z',
product='L2__CO____',
processing_level='L2',
processing_mode='Offline')
# Download found products to the local folder
download(result.get('products'))
Quick Example (Binary)
Download carbon monoxide sensor data taken between 2019-01-08 and 2019-01-20 to the directory /data using eight workers (eight parallel downloads):
sentinel5dl --worker 8 \
--begin-ts 2019-01-08 \
--end-ts 2019-01-20 \
/data
To show all available options, run:
sentinel5dl -h
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
sentinel5dl-1.2.tar.gz
(9.4 kB
view details)
File details
Details for the file sentinel5dl-1.2.tar.gz
.
File metadata
- Download URL: sentinel5dl-1.2.tar.gz
- Upload date:
- Size: 9.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.6.0 importlib_metadata/4.6.3 pkginfo/1.7.1 requests/2.27.1 requests-toolbelt/0.9.1 tqdm/4.64.0 CPython/3.10.6
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 6a1798f6e30d5aaf42f7d0d0e15e0ca353dd3b7daf19068d0559fb47ea8e84e2 |
|
MD5 | 808a085615989c2f533fbbabe7353033 |
|
BLAKE2b-256 | a6622e0b1829307fcfa8f4871c66b2941c56622a509c31b508ebdac7ed4e3e9e |