Skip to content

kitfloppa/lab34_to_seadas

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Python enviroment

python -m venv .env
. .env/bin/ativate

Download

Download GDAL and rasterio libraries for your version of Python.

https://www.lfd.uci.edu/~gohlke/pythonlibs/#gdal

https://www.lfd.uci.edu/~gohlke/pythonlibs/#rasterio

Installation

Installation in Python enviroment.

pip install numpy
pip install "path to GDAL library"
pip install "path to rasterio library"
pip install pyproj
pip install pycstruct

Run script

Run script in Python enviroment.

python main.py "path to file .pro" "name of output file"

Cloud mask script

Run script in Python enviroment.

python cloud_mask.py "path to file .pro" "name of output file" "cloud temperature threshold"

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages