shineusn / ensaio

Practice datasets to probe your code

Home Page:https://www.fatiando.org/ensaio

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Ensaio: Practice datasets to probe your code

Documentation | Documentation (dev version) | Part of the Fatiando a Terra project

Latest version on PyPI Latest version on conda-forge Test coverage status Compatible Python versions. DOI used to cite Ensaio

About

Ensaio (Portuguese for "rehearsal") is a Python package for downloading open-access sample datasets for Geoscience. It taps into the Fatiando a Terra FAIR data collection that is designed for use in tutorials, documentation, and teaching.

It uses Pooch to manage downloading and caching the data on your computer. This means that datasets are only downloaded if they can't be found on your computer already.

Project goals

  • Provide minimal code for downloading our sample data (basically just creates the relevant Pooch code).
  • Only download and let the user load the data. This helps make tutorials and examples more easily extended to a user's own data.
  • Be fully backwards compatible. We achieve this by separating data versions from Ensaio versions. Data fetching functions allow you to choose any data version that is older than the version of Ensaio that's installed. Major releases of Ensaio will be few and far between (if any).

Contacting Us

Find out more about how to reach us at fatiando.org/contact

Contributing

Code of conduct

Please note that this project is released with a Code of Conduct. By participating in this project you agree to abide by its terms.

Contributing Guidelines

Please read our Contributing Guide to see how you can help and give feedback.

License

This is free software: you can redistribute it and/or modify it under the terms of the BSD 3-clause License. A copy of this license is provided in LICENSE.txt.

About

Practice datasets to probe your code

https://www.fatiando.org/ensaio

License:BSD 3-Clause "New" or "Revised" License


Languages

Language:Python 94.8%Language:Makefile 5.2%