All Projects → developmentseed → sentinel-util

developmentseed / sentinel-util

Licence: MIT license
A CLI for downloading, processing, and making a mosaic from Sentinel-1, -2 and -3 data

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to sentinel-util

geoblaze
Blazing Fast JavaScript Raster Processing Engine
Stars: ✭ 80 (+263.64%)
Mutual labels:  gis, remote-sensing, satellite-imagery
eodag
Earth Observation Data Access Gateway
Stars: ✭ 183 (+731.82%)
Mutual labels:  gis, remote-sensing, satellite-imagery
eemont
A python package that extends Google Earth Engine.
Stars: ✭ 290 (+1218.18%)
Mutual labels:  gis, remote-sensing, satellite-imagery
ee extra
A ninja python package that unifies the Google Earth Engine ecosystem.
Stars: ✭ 42 (+90.91%)
Mutual labels:  gis, remote-sensing, satellite-imagery
xarray-sentinel
Xarray backend to Copernicus Sentinel-1 satellite data products
Stars: ✭ 189 (+759.09%)
Mutual labels:  remote-sensing, satellite-imagery, sar
land-cover-to-land-use-classification
Satellite image processing pipeline to classify land-cover and land-use
Stars: ✭ 64 (+190.91%)
Mutual labels:  gis, remote-sensing, satellite-imagery
awesome-spectral-indices
A ready-to-use curated list of Spectral Indices for Remote Sensing applications.
Stars: ✭ 357 (+1522.73%)
Mutual labels:  gis, remote-sensing, satellite-imagery
open-impact
To help quickstart impact work with Satellogic [hyperspectral] data
Stars: ✭ 21 (-4.55%)
Mutual labels:  gis, remote-sensing, satellite-imagery
Geospatial Machine Learning
A curated list of resources focused on Machine Learning in Geospatial Data Science.
Stars: ✭ 289 (+1213.64%)
Mutual labels:  gis, remote-sensing, satellite-imagery
Awesome Geospatial Companies
🌐 List of 500+ geospatial companies (GIS, Earth Observation, UAV, Satellite, Digital Farming, ..)
Stars: ✭ 184 (+736.36%)
Mutual labels:  gis, remote-sensing
Whitebox Python
WhiteboxTools Python Frontend
Stars: ✭ 188 (+754.55%)
Mutual labels:  gis, remote-sensing
ee-land-change
Google Earth Engine land-use change tutorial for SCBI
Stars: ✭ 22 (+0%)
Mutual labels:  gis, remote-sensing
Aerialbot
A simple yet highly configurable bot that tweets geotagged aerial imagery of a random location in the world.
Stars: ✭ 157 (+613.64%)
Mutual labels:  gis, satellite-imagery
Felicette
Satellite imagery for dummies.
Stars: ✭ 1,710 (+7672.73%)
Mutual labels:  gis, satellite-imagery
Python Geospatial
A collection of Python packages for geospatial analysis with binder-ready notebook examples
Stars: ✭ 187 (+750%)
Mutual labels:  gis, remote-sensing
Pyrate
A Python tool for estimating velocity and time-series from Interferometric Synthetic Aperture Radar (InSAR) data.
Stars: ✭ 110 (+400%)
Mutual labels:  gis, remote-sensing
sits
Satellite image time series in R
Stars: ✭ 342 (+1454.55%)
Mutual labels:  remote-sensing, satellite-imagery
earthengine-apps
A collection of Earth Engine Apps created using geemap, voila, and heroku
Stars: ✭ 20 (-9.09%)
Mutual labels:  gis, remote-sensing
Lidar
A Python package for delineating nested surface depressions from digital elevation data.
Stars: ✭ 85 (+286.36%)
Mutual labels:  gis, remote-sensing
iris
Semi-automatic tool for manual segmentation of multi-spectral and geo-spatial imagery.
Stars: ✭ 87 (+295.45%)
Mutual labels:  remote-sensing, satellite-imagery

Sentinel Util

Sentinel Util is a command line utility to create a mosaic from Sentinel images.

Install

  1. Install Conda (on linux, use curl -o install )
  2. Install gcc
  3. Install GDAL and Gippy v1.0.0b8 (and dependencies: swig, g++, etc.)
  4. Make sure the conda installation of python is the default intallation
  5. Download the repo

Use

python sentinel-util.py out bbox username password [-m mission] [-b beginning] [-e end] [-t type] [-p maxProducts]

out The folder where the image file will be written (i.e. /path/to/your/folder).

bbox Defines the bounding box in the form lat1,lon1,lat2,lon2, where each value is in decimal degrees. lat1 must be greater than lat2 and lon1 must be less than lon2 (i.e. the coordinate lat1,lon1 is the top left corner of the bounding box and lat2,lon2 is the bottom right corner).

username Your username for Copernicus Open Access Hub. Can be created here.

password Your password for Copernicus Open Access Hub. Can be created here.

-m mission The mission to download images from. 1, 2, or 3. Defaults to 1.

-b beginning If included, the mosaic will not incorporate images ingested before this date. Of the form yyyy-mm-dd (i.e. 1999-12-31).

-e end If included, the mosaic will not incorporate images ingested after this date. Of the form yyyy-mm-dd (i.e. 1999-12-31).

-t type For Sentinel-1 only, defaults to GRD.

-p maxProducts Default 100. Must be a positive integer ≤ 100. Limits the number of products downloaded.'

Alternatively, to run in the background and continue even after closing your terminal window (helpful for running on servers), run like nohup python sentinel-util.py [args] &

What will happen

  1. It will download up to 100 products that match the search criteria
  2. Each of the images in the products will be reduced from 16bit to 8bit and switched to WebMercator
  3. All the images will be stitched into a mosaic
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].