Coder Social home page Coder Social logo

aquaveo / quest Goto Github PK

View Code? Open in Web Editor NEW

This project forked from erdc/quest

0.0 4.0 1.0 10.61 MB

Python API for downloading and managing data. Checkout the documentation at:

Home Page: https://quest.readthedocs.io/en/latest/

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

Python 100.00%

quest's Introduction

Environmental Simulator Quest

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

Project Description

Quest is a python library that provides an API the ability to search, publish and download data (both geographical and non-geographical) across multiple data sources including both local repositories and web based services. The library also allows provides tools in order to manipulate and manage the data that the user is working with.

Project Links

Setup Dev Environment

  • Install miniconda

  • Install conda-env

    conda install conda-env

  • Clone master branch

  • Create a new conda environment for development

    conda env create -n quest -f py3_conda_requirements.yml

    (you can also create a python 2 env but 3 is preferred)

  • Install quest in develop mode

    python setup.py develop

Development Workflow

  • change to master branch

    git checkout master

  • get the latest version of master

    git pull master

  • create a new branch locally

    git checkout -b mybranch

  • Develop the new features on your local machine, add tests for any new features

  • push the local branch to gitlab and set up tracking, later git push is all that is required.

    git push -u origin mybranch

  • run tests on python 2 and python 3 using py.test

  • Once you have finished developing your branch, check if master has changed

    git checkout master

    git pull

  • If git pull pulls in new changes from master then you need to rebase

    git checkout mybranch

    git rebase master

    (follow the prompts, you may have to fix conflicts)

  • after a rebase you may have to force push to gitlab on your branch

    git push -f

  • Run tests again.

  • If everything looks good, use Gitlab to do a merge request from your branch to master

  • Once the merge has been accepted, do not continuing working in that branch. make a new branch starting at step 1

quest's People

Contributors

dharhas avatar sdc50 avatar aaronv77 avatar nassermo avatar kajiglet avatar ahines avatar johnkit avatar gbrener avatar

Watchers

James Cloos avatar Nathan Swain avatar  avatar Manatee avatar

Forkers

douggallup

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.