https://github.com/chilipp/temperature12k-tests
Test scripts for the Temperature12K database
https://github.com/chilipp/temperature12k-tests
Last synced: about 2 months ago
JSON representation
Test scripts for the Temperature12K database
- Host: GitHub
- URL: https://github.com/chilipp/temperature12k-tests
- Owner: Chilipp
- License: gpl-3.0
- Created: 2019-07-31T14:05:23.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2019-10-14T09:26:18.000Z (over 5 years ago)
- Last Synced: 2025-02-13T19:49:56.309Z (4 months ago)
- Language: Jupyter Notebook
- Homepage: https://mybinder.org/v2/gh/Chilipp/Temperature12K-Tests/master
- Size: 172 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# Temperature12K-Tests
Test scripts for the Temperature12K database
Version: 0.39.0
This repository contains an automated test suite for the Temperature12K
database. You can run the tests in this repository on a remote server using
mybinder[](https://mybinder.org/v2/gh/Chilipp/Temperature12K-Tests/master)
without the need to install anything. Just head over to
https://mybinder.org/v2/gh/Chilipp/Temperature12K-Tests/master
The following sections describe the other contents of this repository.
## Installation
*Skip this section, if you want to use mybinder.org anyway...*If you want to run the functionalities in this repository on your local
computer, you have to install the necessary dependencies as described in the
following steps:1. Download this repository
2. Download and install [miniconda](https://conda.io/en/latest/miniconda.html)
for your specific operating system (Linux, Windows or OS X)
3. Create a new conda environment using the [environment.yml](environment.yml)
configuration file:```bash
conda env create -f environment.yml
```
4. Activate the conda environment via
```bash
conda activate temperature12k
```Further installation instructions to run the notebooks can be found
in the corresponding [README](notebooks/README.md).## Running jupyter notebooks
You can run the notebooks on a remote server (without the need of installing
any packages), or offline. Please head over to the
[notebooks directory][notebooks] for more information on this.The notebooks in this repository are:
- [get-temperature-data.ipynb](notebooks/get-temperature-data.ipynb) to
download the LiPD files and combine the temperature series in the data base
- [run-temperature12k-tests.ipynb](notebooks/run-temperature12k-tests.ipynb) to run
the automated tests for the database## Running the tests
Automated tests are defined in the [tests](tests) directory. You can
run these tests with the [run-temperature12k-tests.ipynb](notebooks/run-temperature12k-tests.ipynb)
or by following the [instructions to run the tests](tests/README.md).## Contributing and giving feedback
We very much welcome your contributions and appreciate any feedback on the
analysis scripts and tests. Please head over to the
[contributing guide](CONTRIBUTING.md) and let us know your feedback throug
a new [issue](https://github.com/Chilipp/Temperature12K-Tests/issues) or
via mail to [[email protected]](mailto:[email protected]).