Skip to content

erdc/quest

Repository files navigation

Environmental Simulator Quest

Gitter Linux/Mac Windows ReadTheDocs Test Coverage
Join the chat at https://gitter.im/Quest-Development/Quest Build Status Build Status Documentation Status Coverage Status

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

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.