ropensci / MODIStsp

An "R" package for automatic download and preprocessing of MODIS Land Products Time Series
https://docs.ropensci.org/MODIStsp
GNU General Public License v3.0
154 stars 50 forks source link

new LST&LSEs #158

Closed hgbzzw closed 5 years ago

hgbzzw commented 5 years ago

Could I use MODIStsp packages to download the new LST&LSE dataset(MOD21,https://modis.gsfc.nasa.gov/data/dataprod/mod21.php)?

lbusett commented 5 years ago

Not at the moment, but I will see to include those new products in the next version. Thanks for signaling this: I'll keep you posted.

hgbzzw commented 5 years ago

Thanks

lbusett commented 5 years ago

Hi @hgbzzw

was looking into this this morning (sorry for the wait, but I am quite busy at the moment. . I noticed that MOD21 has different "subroducts:

[DIR] MOD21.006/
[DIR] MOD21A1D.006/
[DIR] MOD21A1N.006/
[DIR] MOD21A2.006/

From a quick look, implementing support for the last three should be straightforward, while the first one seems quite complicated (does not follow typical formats for MODIS gridded products). So, if you need one of the last three I plan to add support soon, while if you need "MOD21" I think you are out of luck, at the moment: I do not know when / if I will be able to support it.

HTH,

Lorenzo

lbusett commented 5 years ago

Hi, @hgbzzw ,

if you're still interested in this, I added support for product M*D21A1D in the devel branch. It would be nice if you were able to test by installing:

install_github("lbusett/MODIStsp", ref = "devel")

I'll add support for the other two gridded M*21 products as soon as I can

Lorenzo

lbusett commented 5 years ago

Hi @hgbzzw

Just wondering if you are still interesred on this. If so, It would be very helpful if you could have a look at the new product. Otherwise I will close the issue.

Lorenzo

lbusett commented 5 years ago

Closing due to lack of activity - will implement new products in 1.3.8, however.