Code Monkey home page Code Monkey logo

ssgp-toolbox's Introduction

SSGP_label.png

SimpleSpatialGapfiller - python class for filling gaps in matrices based on machine learing techniques. Main purpose is to provide convenient and simple instruments for modeling geophysical parameters, derived with Earth Remote Sensing, under clouds. But it also could be used for any matrices.

Citation

Sarafanov, M.; Kazakov, E.; Nikitin, N.O.; Kalyuzhnaya, A.V. A Machine Learning Approach for Remote Sensing Data Gap-Filling with Open-Source Implementation: An Example Regarding Land Surface Temperature, Surface Albedo and NDVI. Remote Sens. 2020, 12, 3865.

Requirements

'python>=3.7',
'gdal>=2.4',
'numpy',
'scikit-learn==0.21.3',
'pandas',
'scipy',
'netCDF4',
'pyproj' 
If errors occur when installing "gdal", you should install the gdal library before running the command to install this module
conda install -c conda-forge gdal

Install module

pip install git+https://github.com/Dreamlone/SSGP-toolbox

Modules

For now SSGP-toolbox is presented with:

  • Gapfiller class
  • Discretizator class
  • Several preparators: for Sentinel 3 LST data; for MODIS LST products; for MODIS NDVI based on reflectance product.
  • Algorithm for identifying cloud-shaded pixels in temperature field

By the way, you can prepare any data by yourself, it must be in binary numpy matrices format (.npy) and organized in several directories, as shown in docs.

Documentation and examples

All documentation and examples for now are described in Markdown files and Jupyter Notebooks:

Comparison

If you want to compare the accuracy of your algorithm with ours, you can use the dataset we have prepared. You can find it in the "Comparison" folder. The dataset already contains the layers filled in by our model, as well as the "CRAN gapfill" and "gapfilling rasters" layers.

Contacts

Feel free to contact us:

Mikhail Sarafanov (maintainer) | [email protected]

Eduard Kazakov | [email protected]

ssgp-toolbox's People

Contributors

dreamlone avatar eduard-kazakov avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.