Git Product home page Git Product logo

lapig-ufg / ppts Goto Github PK

View Code? Open in Web Editor NEW
12.0 5.0 3.0 11.3 MB

Precipitation Processing Tools (PPTs) it's an open source code developed by Vinícius Vieira Mesquita to download and process satellite precipitation data from NASA Tropical Rainfall Measuring Mission (TRMM) and Global Precipitation Measurement (GPM)

Python 100.00%
precipitation precipitation-data python precipitation-processing gpm gdal trmm nasa-data climate-data

ppts's Introduction

PPTs

Precipitation Processing Tools (PPTs) it's an open source code developed by Vinícius Mesquita to download and process satellite precipitation data from NASA Tropical Rainfall Measuring Mission (TRMM) and Global Precipitation Measurement Mission (GPM)

Requisites:

Recommendations:

  • Install Anaconda Python 3.6 or above (https://www.anaconda.com/download/) and the Gdal package (https://anaconda.org/conda-forge/gdal) and, for Windows users, add some system variables like:
    • PATH = C:\ProgramData\Miniconda3; C:\ProgramData\Miniconda3\Library\bin; C:\ProgramData\Miniconda3\Scripts;
    • GDAL_DATA = C:\ProgramData\Miniconda3\Library\share\gdal
  • Before you try to download the data, create an account in NASA EartData website (https://urs.earthdata.nasa.gov), make login, click in Applications>Authorized Apps> Approve More Applications and select NASA GESDISC DATA ARCHIVE.

HOW TO RUN

You can use the PPT_UI_RUN.py to run an user-friendly interface or parse some arguments to Integration.py like:

--ProdTP = 'GPM_M','GPM_D','TRMM_M','TRMM_D'

GPM_M: GPM Monthly (IMERGM v4)

GPM_D: GPM Daily (IMERGDF v4)

TRMM_M: TRMM Monthly (TRMM 3B43 v7)

TRMM_D: TRMM Daily (TRMM 3B42 v7)

--StartDate = Insert the start date

--EndDate = Insert the end date

--ProcessDir = Insert the processing directory path

--SptSlc = Insert the slice feature path (if not used, it assumes a Global product)

--OP = Call this argument if you wanna Only Process the data. Make sure you have a directory with a raw files subfolder!!!!

E.G.*: python Integration.py --ProdTP GPM_M --StartDate 2018-01-01 --EndDate 2018-12-31 --ProcessDir ~./mydirectory --SptSlc ~./brazil_boundary.shp --OP

UNDER CONSTRUCTION! You may experience bugs and prints in brazilian portuguese

ppts's People

Contributors

vieiramesquita avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar

ppts's Issues

Problem with running Integration.py (SOLVED)

Dear friend, I need as part of a project get daily rainfall for hours and found your files developed and want to run the integration file gives me the following error:
Problem with running Integration.py, line 30, in
From calibrate_gpm_day import calibrate_gpm_day
ModuleNotFoundError: No module named 'calibrate_gpm_day'

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.