climatedatastore
climatedatastore copied to clipboard
Climate Data Store Toolbox for MATLAB
Dear Rob, thanks a lot for developing this toolbox. I installed it a couple of days ago and I'm trying to download a time series from a delimited area. Everything...
I need to be located in C:\Users\USERNAME with the current folder in Matlab for the download function to work. Adding it to windows path as well as Matlab path doesn't...
Right now, all the examples use `ClimateDataStoreDownload`. It would be good to have an example for `ClimateDataStoreDownloadSync`
Add an example to the toolbox that uses GRIB files, like [ERA5-Land monthly averaged data](https://collections.eurodatacube.com/reanalysis-era5-land-monthly-means/#)
Is the package compatible with the new CDS? The requet was correctly send to CDS but I get this error. Maybe an issue of compatibility with the new CDS? ```matlab...
The MLTBX, which is the primary distribution vehicle for this toolbox, doesn't include the license file. The license is only available for users who download the entire repo, not installation...
buildplan.m manually adds buildUtilities to the path in your custom tasks. Instead, you can include buildUtilities in the project path and just open the project. It looks like buildtool will...
packageToolbox looks more complicated than it needs to be. Use ToolboxOptions to specify the location of the released MLTBX instead of trying to find it and move it: opts =...
It would be useful to add some instruction about `pyenv` and how to set up. For instance, using homebrew, I first had to do: ```matlab pyenv("Version", "/Users/rafnuss/anaconda3/bin/python") ```