nasa / RHEAS

Regional Hydrologic Extremes Assessment System
MIT License
73 stars 54 forks source link

LAI Data Saving Issue #75

Closed akssinghe closed 6 years ago

akssinghe commented 6 years ago

Even though LAI data successfully fetching into db, but LAI schema is empty.

kandread commented 6 years ago

Can you paste your config file here?

akssinghe commented 6 years ago

[domain] minlat: 5.5 maxlat: 28.75 minlon: 92.0 maxlon: 109.75

[mcd15] startdate: 2010-1-1 enddate: 2010-1-30

kandread commented 6 years ago

I cannot reproduce this. It must be something on your end. After running this, I get the following rasters in the database

`rheas=# select fdate from lai.modis; fdate

2010-01-01 2010-01-09 2010-01-17 2010-01-25 (4 rows)`

Closing this, let's debug it on your machine.