{"repo":"ropensci/rerddap","free":true,"listed":false,"github":"https://github.com/ropensci/rerddap","clone":"git clone https://github.com/ropensci/rerddap.git","description":"R client for working with ERDDAP servers","language":"R","stars":43,"topics":["rstats","erddap","noaa-data","api-client","r","r-package"],"license":null,"category":"api-integrations-sdks","readme_excerpt":"rerddap ===== rerddap is a general purpose R client for working with ERDDAP servers. Package Docs: Installation From CRAN Or development version from GitHub Some users may experience an installation error, stating to install 1 or more packages, e.g., you may need DBI , in which case do, for example, install.packages(\"DBI\") before installing rerddap . Background ERDDAP™ is a server built on top of OPenDAP, which serves some NOAA data. You can get gridded data (griddap ( )), which lets you query from gridded datasets, or table data (tabledap ( )) which lets you query from tabular datasets. In terms of how we interface with them, there are similarities, but some differences too. We try to make a similar interface to both data types in rerddap . NetCDF rerddap supports NetCDF format, and is the default when using the griddap() function. NetCDF is a binary file format, and will have a much smaller footprint on your disk than csv. The binary file format means it's harder to inspect, but the ncdf4 package makes it easy to pull data out and write data back into a NetCDF file. Note the the file extension for NetCDF files is .nc . Whether you choose NetCDF or csv for small files won't make much of a difference, but will with large files. Caching Data files downloaded are cached in a single directory on your machine determined by the hoardr package. When you use griddap() or tabledap() functions, we construct a MD5 hash from the base URL, and any query parameters - this way each query i","default_branch":null,"files":null,"tree":[],"storefront":"/r/ropensci","claimed":false,"request_supported":{"post":"https://gitbuyer.com/r/ropensci/rerddap/request-supported","requests":0},"note":"indexed from public GitHub; nothing is for sale on this page. Clone it from GitHub. Paid listings live at /search."}