GithubHelp home page GithubHelp logo

scaling's Introduction

Scaling

Resample NDVI maps using wavelet transform

It is proposed to use the reconstruction of the signal from the original image and thus increase its spatial resolution. Reconstruction is performed using the inverse discrete wavelet transform (IDWT) in two dimensions. For which, it is taken as the initial approximation coefficient (A_{ij}) the MODIS image with 250 m spatial resolution, and the IDWT is applied three times. The detail coefficients are assumed the same size as the approximation image but equal to zero. The proposed scheme is shown in the following figure:

Satellite Data:

  • TERRA-MODIS product that provides NDVI data at a spatial resolution of 250 m every sixteen days (MOD13Q1)
  • Landsat 8

Different wavelet families have been tested: 'Haar', 'Daubechies', 'Coiflets' and 'Symlets', with different orders to make the resolution change. More details: https://pywavelets.readthedocs.io/en/latest/ref/wavelets.html

Finally, the NDVI MODIS images rescaled at 30 m were contrasted with Landsat 8 images to check the performance of each configuration.

Downscaling SMAP soil moisture images with wavelets transform and PCA method

An algorithm to perform the rescaling of the satellite images is presented. The techniques used are: wavelet transforms (WT) and principal component analysis (PCA).

  • Fusion using WT, the image with greater detail is first decomposed, the approximation coefficients are replaced by the adaptation of the less detailed image and finally the reconstruction process is applied. The adaptation of the minor detail image is done by resampling using the nearest neighbor method. The scheme used is presented in the following image:

  • Fusion using PCA, the adaptation of the low resolution image to the hi resolution image is performed, that is, pixels size is modified by an interpolation method; in this case, the nearest neighbor method was used. Then the decompositions of both images are combined, exchanging the first coefficient of the image with fine spatial resolution for the first component of the image with coarse spatial resolution, as detailed in the scheme presented in the following image. Finally, the image reconstruction is performed.

Satellite Data:

  • SMAP L3 Soil Moisture Passive (SMAP_L3_SM_P)
  • Global Precipitation Measurement (GPM). Product: Integrated Multi-satellitE Retrievals for GPM (IMERG)

More details: https://ieeexplore.ieee.org/document/7996007

Dependences:

python - Gdal
python - pywt
python - sklearn
python - scipy
python - NumPy
python - Matplolib

Pages sources:

PyWavelets: https://pywavelets.readthedocs.io/en/latest/

PCA decomposition: https://scikit-learn.org/stable/modules/generated/sklearn.decomposition.PCA.html

scaling's People

Contributors

gabrielagustin 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.