Skip to main content

Identify optically shallow and deep waters in satellite imagery

Project description

Optically-Shallow-Deep

This python tool delineates optically shallow and deep waters in Sentinel-2 imagery. The tool uses a deep neural network (DNN) that was trained on a diverse set of global images.

Supported input includes Level-1C (L1C) SAFE files and ACOLITE-processed L2R netCDF files. The output geotiff contains probabilities of water pixels being optically shallow and deep.

Home page: https://github.com/yulunwu8/Optically-Shallow-Deep

Publication: Richardson, G., Foreman, N., Knudby, A., Wu, Y., & Lin, Y. (2024). Global deep learning model for delineation of optically shallow and optically deep water in Sentinel-2 imagery. Remote Sensing of Environment, 311, 114302. https://doi.org/10.1016/j.rse.2024.114302

Originally coded by by Galen Richardson and Anders Knudby, modified and packaged by Yulun Wu

Installation

1 - Create a conda environment and activate it:

conda create --name opticallyshallowdeep python=3.10
conda activate opticallyshallowdeep

2 - Install tensorflow

For mac OS:

conda install -c apple tensorflow-deps
python -m pip install tensorflow-macos

For Windows and Linux:

pip3 install tensorflow==2.13.0

More on installing tensorflow: https://www.tensorflow.org/install

3 - Install opticallyshallowdeep:

pip3 install opticallyshallowdeep

Quick Start

For L1C files:

import opticallyshallowdeep as osd

# Input file 
file_L1C = 'folder/S2.SAFE' 

# Output folder 
folder_out = 'folder/test_folder_out'

# Run the OSW/ODW classifier 
osd.run(file_L1C, folder_out)

For ACOLITE L2R files:

import opticallyshallowdeep as osd

# Input files 
file_L1C = 'test_folder_in/S2.SAFE' 
file_L2R = 'test_folder_in/L2R.nc' 

# Output folder 
folder_out = 'folder/test_folder_out'

# Run the OSW/ODW classifier 
osd.run(file_L1C, folder_out, file_L2R=file_L2R)

The L1C file is always required as it contains a built-in cloud mask. Pixels within 8 pixels of the cloud mask are masked to reduce the impact of clouds.

Output is a 1-band geotiff, with values of prediction probability of optically shallow water (OSW): 100 means most likely OSW, 0 means most likely optically deep water (ODW). Non-water pixels are masked. It is recommended to treat pixels between 0 and 40 as ODW, and pixels between 60 and 100 as OSW (Richardson et al., 2024).

A log file, an intermediate multi-band geotiff, and a preview PNG are also generated in the output folder. They can be deleted after the processing.

Sample Sentinel-2 scene and output:

Training, test, and validation data

All annotated shapefiles used in training, testing, and validating the DNN model are in the annotated_shapefiles folder, grouped by Sentinel-2 Scene ID.

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

opticallyshallowdeep-1.2.2.tar.gz (259.2 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

opticallyshallowdeep-1.2.2-py3-none-any.whl (259.3 kB view details)

Uploaded Python 3

File details

Details for the file opticallyshallowdeep-1.2.2.tar.gz.

File metadata

  • Download URL: opticallyshallowdeep-1.2.2.tar.gz
  • Upload date:
  • Size: 259.2 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.0.0 CPython/3.10.8

File hashes

Hashes for opticallyshallowdeep-1.2.2.tar.gz
Algorithm Hash digest
SHA256 3276a306b99e26abea41b9d2a9bc0f354cf35c00938f76ae266ba565c56af8ad
MD5 67e09628c9e285df698613778a51a33b
BLAKE2b-256 023329bdf258c4ab2d9cd0571416fe6933ef3d38e82c8fd43c94e04bdbf8bf66

See more details on using hashes here.

File details

Details for the file opticallyshallowdeep-1.2.2-py3-none-any.whl.

File metadata

File hashes

Hashes for opticallyshallowdeep-1.2.2-py3-none-any.whl
Algorithm Hash digest
SHA256 da57e13f30807ad6d4690ad6c3a8629a417225b044bb3a24713b04438d47497d
MD5 00d7f6428d7d181406515c3096e1f7fc
BLAKE2b-256 ebefb3fd6f6cc009656d637419bbd38706ce8736f4997eef42cefd53ba600773

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page