https://github.com/erdc/quest
Python API for downloading and managing data. Checkout the documentation at:
https://github.com/erdc/quest
Last synced: 9 months ago
JSON representation
Python API for downloading and managing data. Checkout the documentation at:
- Host: GitHub
- URL: https://github.com/erdc/quest
- Owner: erdc
- License: bsd-3-clause
- Created: 2018-02-08T16:27:45.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2019-04-29T16:04:35.000Z (about 7 years ago)
- Last Synced: 2025-10-21T19:59:24.263Z (9 months ago)
- Language: Python
- Homepage: https://quest.readthedocs.io/en/latest/
- Size: 10.4 MB
- Stars: 14
- Watchers: 12
- Forks: 9
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
- Changelog: ChangeLog
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# Environmental Simulator Quest
| Gitter | Linux/Mac | Windows | ReadTheDocs | Test Coverage |
| --------- | --------- | --------- | ------------- | ------------- |
| [](https://gitter.im/Quest-Development/Quest) | [](https://travis-ci.org/erdc/quest) | [](https://ci.appveyor.com/project/dharhas/quest) | [](https://quest.readthedocs.io/en/latest/?badge=latest) | [](https://coveralls.io/github/erdc/quest) |
### Project Description
Quest is a Python library that provides the ability to search, publish and download data (both geographical and non-geographical) from multiple data sources, including local repositories and web-based data providers. Quest also provides a suite of tools for manipulating and transforming data once it is downloaded.
### Project Links
- Here is a live link for the Quest Documentation: https://quest.readthedocs.io/en/latest/
Quest was designed to be extensible and has three types of plugins (io, tool, and provider). Provider plugins allow Quest to search for data from remote and local data providers. Tool plugins alloww Quest to perform different data manipulations. I/O plugins allows Quest to read and write different file formats.
- Here is a link to an example Quest Plugin: https://github.com/quest-dev/quest_ncep_provider_plugin