Applied-GeoSolutions / gips

Geospatial Image Processing System
GNU General Public License v3.0
17 stars 5 forks source link

Added SMAP and GPM data #501

Closed subitc closed 5 years ago

subitc commented 5 years ago

Added Two Drivers:

  1. SMAP :

    • SMAP Passive Native Product at 36km
    • SMAP Passive Enhanced Product at 9km
  2. GPM

    • 3B42 TRMM Precipitation Accumulated Daily (Production Run)
    • IMERG GPM Precipitation Accumulated Daily (Production Run)
    • IMERG GPM Precipitation Rate Daily (Research Run - Rain Gauge Corrected)
ircwaves commented 5 years ago

Thanks for the PR, @subitc. @ags-tolson and I will review and discuss. Automated tests are running: 2019-01-25-155403_915x123_scrot

bziniti commented 5 years ago

@subitc I would also like to thank you for making this SMAP driver! It is very useful!

I did run into an error related to the resolution of the 9km product smpe. The image does not line up with polygon in same projection. (Below is an example of the Mekong delta in southeast asia). Screen Shot 2019-03-25 at 12 27 58 PM

I made the following changes: https://github.com/Applied-GeoSolutions/gips/commits/Indigo_Add_SMAP_GPM

and now the issue appears to be fixed: Screen Shot 2019-03-27 at 3 28 22 PM

subitc commented 5 years ago

@subitc I would also like to thank you for making this SMAP driver! It is very useful!

I did run into an error related to the resolution of the 9km product smpe. The image does not line up with polygon in same projection. (Below is an example of the Mekong delta in southeast asia). Screen Shot 2019-03-25 at 12 27 58 PM

I made the following changes: https://github.com/Applied-GeoSolutions/gips/commits/Indigo_Add_SMAP_GPM

and now the issue appears to be fixed: Screen Shot 2019-03-27 at 3 28 22 PM

Thanks ! I did not catch that.