Sentinel 1 Analysis Ready Data for GEE.
Project description
Sentinel-1 SAR Backscatter Analysis Ready Data Preparation in Google Earth Engine
Why forking?
I DO NOT OWN THE SOLUTION MADE HERE. My Fork has the sole purpose of making the solution easier to use as a git submodule, making the code more pythonic.
Testing the solution in SITS (Satellite Image Time Series) for agriculture
Testing the solution in a single agriculture image
Raw image (from GEE)
GRD image (preprocessed in GEE)
ARD image (this solution)
Introduction
The Sentinel-1 satellites provide temporally dense and high spatial resolution synthetic aperture radar (SAR) imagery. The open data policy and global coverage of Sentinel-1 make it a valuable data source for a wide range of SAR-based applications. In this regard, Google Earth Engine (GEE) is a key platform for large area analysis with preprocessed Sentinel-1 backscatter images being available within few days after acquisition. In this implementation, we present a framework for preparing Sentinel-1 SAR backscatter Analysis-Ready-Data (ARD) in GEE that implements additional border noise correction, speckle filtering and radiometric terrain normalization. The proposed framework can be used to generate Sentinel-1 ARD suitable for a wide range of land and inland water mapping/monitoring applications. The ARD preparation framework is implemented in GEE JavaScript and Python API's.
This framework is intended for researchers and non-experts in microwave remote sensing. It is intended to provide flexibility for a wide variety of large area land and inland water monitoring applications.
Features
This framework generates a Sentinel-1 SAR ARD by applying three processing modules.
- Addtional Border noise correction
- Speckle Filtering
- Mono-temporal
- Multi-temporal
- Radiometric Terrain Normalization
The framework processes single (VV or VH) or dual (VV and VH) polarization data in either ascending, descending or both orbits at the same time. Results can be displayed and exported in the linear or dB scale.
Usage
The details about parameter setting and their associated methods is described in the main script and accompanying technical note published in MDPI Remote sensing.
To use the framework in GEE code editor, go to the gee_s1_ard public repo and copy the contents of s1_ard.js to your own repository. The path to the preprocessing functions i.e. ('users/adugnagirma/gee_s1_ard') is a public so you don't need to have the preprocessing functions copied to your repository.
When using the Python API, the user should adjust the script path and GEE id to their own path and id before processing.
RGB visualization of a dual polarized (VV and VH) Sentinel-1 SAR backscatter image of central Borneo, Indonesia (Lat: -0.35, Lon: 112.15) (a) as ingested into Google Earth Engine; and (b) after applying additional boarder noise removal, a 9×9 multi-temporal Gamma MAP specklefilter and radiometric terrain normalization with a volume scattering model. Here VV is in red,VH is in green and VV/VH ratio is in blue.
Citation
Mullissa, A.; Vollrath, A.; Odongo-Braun, C.; Slagter, B.; Balling, J.; Gou, Y.; Gorelick, N.; Reiche, J. Sentinel-1 SAR Backscatter Analysis Ready Data Preparation in Google Earth Engine. Remote Sens. 2021, 13, 1954. https://doi.org/10.3390/rs13101954
Repository Template
Repository initiated with fpgmaas/cookiecutter-uv.
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
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 ee_s1_ard-1.0.0.tar.gz.
File metadata
- Download URL: ee_s1_ard-1.0.0.tar.gz
- Upload date:
- Size: 83.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.11.10
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
0bd2046e51e59a210d6924e0d14c53912f72e83eae47781b9500a509f975f26d
|
|
| MD5 |
3cdc64b053217a5665a1993a74db2cc4
|
|
| BLAKE2b-256 |
27ede02aaabb047dccad9df476af9c9eb99b1f26022656cec66472122c99e5bb
|
File details
Details for the file ee_s1_ard-1.0.0-py3-none-any.whl.
File metadata
- Download URL: ee_s1_ard-1.0.0-py3-none-any.whl
- Upload date:
- Size: 16.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.11.10
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
e15ff9ed18054eaa0a44b88fc1156358277fc3e74a1ad0cb8add5e9ed33b252b
|
|
| MD5 |
40ed9a998c5f79b237cb4524dad02a76
|
|
| BLAKE2b-256 |
615a49a5cf19afbb8eecdd5dc189c07930ab0c9c36910356a717acd7887b583b
|