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
155 stars 51 forks source link

New products and problem in extraction #183

Closed lbusett closed 4 years ago

lbusett commented 4 years ago

---- Received via mail and moved here ----

Hello professor and researcher, I am Rodolpho, post graduating in meteorology in Brazil and you could ask an email question about your time series automation package ?! First question: Can you add new MODIS products for GUI download Second question: I have observed all the processes and there is no way to go wrong, but in MODIStsp_extract to extract the time series of values mean and standard deviation in the different polygons occurs Error in .local (.Object, ...):

Thank you for your attention and availability Professor!

Rodolpho Luiz Barros de Medeiros

lbusett commented 4 years ago

Hi Rodolpho, I reply in line:

First question: Can you add new MODIS products for GUI download

Yes - provided they are MODIS "gridded" land products. Can you send me a link to the product you wish to add?

MODIStsp_extract to extract the time series of values mean and standard deviation in the different polygons occurs Error in .local (.Object, ...):

For this, I would need to take a look at least at the "object" you are trying to use for the extraction. Assuming you are doing something like:

MODIStsp_extract(ts_data, my_polygons, id_field = "lc_type",  FUN = "mean")

, with my_polygons being the object on which you wish to extract the data, could you share the results of:

str(my_polygons)

regards,

Lorenzo

lbusett commented 4 years ago

closing due to lack of activity. Feel free to reopen if needed