Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/vkbo/sentineltools
A toolbox for extracting data from Sentinel satellites for the Machine Ocean project.
https://github.com/vkbo/sentineltools
datasets esa-sentinel-satellites toolbox
Last synced: about 1 month ago
JSON representation
A toolbox for extracting data from Sentinel satellites for the Machine Ocean project.
- Host: GitHub
- URL: https://github.com/vkbo/sentineltools
- Owner: vkbo
- License: apache-2.0
- Created: 2020-07-31T08:01:24.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2020-12-04T15:45:27.000Z (almost 4 years ago)
- Last Synced: 2023-04-03T11:17:05.201Z (over 1 year ago)
- Topics: datasets, esa-sentinel-satellites, toolbox
- Language: Python
- Homepage: https://machineocean.met.no
- Size: 57.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# SentinelTools
Tools for extracting data from the [ESA Sentinel](https://www.copernicus.eu/en) satellites.
The tools are specifically for the [Machine Ocean](https://machineocean.met.no/) project at [MET Norway](https://met.no).## Dependencies
Python3 package dependencies are:
* sentinelsat
All dependencies can be installed with:
```bash
pip install -r requirements.txt
```