Metadata-Version: 2.4
Name: geocat.datafiles
Version: 2025.7.0
Summary: GeoCAT-datafiles hosts data files used by other GeoCAT packages to test or demonstrate functionality
Author-email: GeoCAT Team <geocat@ucar.edu>
License-Expression: Apache-2.0
Project-URL: issue-tracker, https://github.com/NCAR/geocat-datafiles/issues
Project-URL: source-code, https://github.com/NCAR/geocat-datafiles
Classifier: Operating System :: OS Independent
Classifier: Intended Audience :: Science/Research
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Topic :: Scientific/Engineering
Requires-Python: >=3.10
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: pooch
Dynamic: license-file


|  **License**    |   [![License][license-badge]][repo-link]                |
| :---------------| :-------------------------------------------------------|
|  **Package**    |   [![Conda][conda-forge-badge]][conda-forge-link]       |
|  **Repository** |   [![Repo-Size][repo-size-badge]][repo-size-link]       |


# GeoCAT-datafiles

This repository contains data files used by 
[GeoCAT-examples](https://github.com/NCAR/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](https://www.fatiando.org/pooch).


# Documentation

[Installation guide](INSTALLATION.md)

[Contributing guide](CONTRIBUTING.md)

# Citing GeoCAT-datafiles

If you use this software, please cite it as described on the [citation](https://github.com/NCAR/geocat-datafiles/blob/main/CITATION.md) page.

[comment]: <> (Links for badges and status)
[license-badge]: https://img.shields.io/github/license/NCAR/geocat-datafiles?style=for-the-badge
[repo-link]: https://github.com/NCAR/geocat-datafiles
[conda-forge-badge]: https://img.shields.io/conda/vn/conda-forge/geocat-datafiles?logo=anaconda&style=for-the-badge
[conda-forge-link]: https://anaconda.org/conda-forge/geocat-datafiles
[repo-size-badge]: https://img.shields.io/github/repo-size/NCAR/geocat-datafiles?style=for-the-badge
[repo-size-link]: https://github.com/NCAR/geocat-datafiles
