-
Hey all,
I am trying to download some data using the D1Client, and am getting the output as an rmd+xml file. I have combed through the docs but haven't seen a solution that has worked yet... Here …
-
If I run exactly the code given in the example page for the DAYMET data, I get an error:
```
library(FedData)
library(magrittr)
testDir
-
It would be great to have daily historical weather data (to include t_min, t_max, and precipitation) for Maricopa (or a nearby location) available somewhere. I will use this to build a weather model …
-
Function **GetProducts()** gives :
Error in GetProducts() : Application error
According to : http://daac.ornl.gov/MODIS/MODIS-menu/modis_webservice.html the wsdl file has been updated _( though the u…
-
GetProducts() does not appear to be working. I have pasted the command results and my sessioninfo below. Maybe some links have changed? There is a big banner on the DAAC website that says: "The LP DAA…
-
I've got some code that I've contributed to in a separate package which hits the DAAC Daymet time series service, and return it as a pandas dataframe. See example here: https://github.com/ColinTalber…
ghost updated
8 years ago
-
no errors on Windows, but OS X shows md5sum mismatch in `checksums()`:
> Warning message:
> In checksums(module, path, write = FALSE) :
> All file checksums do not match!
possibly due to line endi…
-
I am interested to work with the MOD44B product, and I see is not in the list you get with GetProducts(), is there any procedure to add a product?
Thanks!
-
We currently have the following maps for biome-type (in netcdf/GCS/biomes):
```
Desert.nc TemperateScrubAndWoodland.nc
MarshAndSwampland.nc TopicalForestAndPe…
-
First - thanks for providing this great tool. It definitely makes working with the MODIS data easier.
I've been using `MODISSubsets` to try to download data for ~5000 locations. I've attempted to run…