Skip to content

Latest commit

 

History

History
38 lines (24 loc) · 1.52 KB

README.md

File metadata and controls

38 lines (24 loc) · 1.52 KB
License License
Package Conda

GeoCAT-datafiles

This repository contains data files used by GeoCAT-examples and other GeoCAT components to test or demonstrate GeoCAT functionality. The repo has several directories for data files in different formats (e.g. netCDF) and provides a convenience function to access those files with ease:

geocat.datafiles.get(fname)

where fname should be given as a string of the format "folder_name/file_name", e.g. "netcdf_files/any_file.nc".

This function fetches the file by reading from local storage, if any, or downloading from the GeoCAT-datafiles repository with the help of Pooch.

Documentation

Installation Instructions

Contributing Guidelines

Citing GeoCAT-datafiles

If you use this software, please cite it as described at the Citation page.