GithubHelp home page GithubHelp logo

daiangan / opera-sds-pge Goto Github PK

View Code? Open in Web Editor NEW

This project forked from nasa/opera-sds-pge

0.0 0.0 0.0 8.63 MB

Observational Products for End-Users from Remote Sensing Analysis (OPERA)

License: Apache License 2.0

Shell 4.49% Python 74.79% HTML 0.13% Jinja 20.59%

opera-sds-pge's Introduction

opera-sds-pge

Repository for the Product Generation Executable (PGE) code utilized with the Observational Products for End-Users from Remote Sensing Analysis (OPERA) Science Data System (SDS).

Prerequisites

  • Python 3.8 or above

Setup for Developers

Get the code and work on a branch:

git clone ... git checkout -b "<issue number>_<issue description>"

Install a Python virtual environment, say in a venv directory:

python3 -m venv venv source venv/bin/activate

Install the package and its dependencies for development into the virtual environment:

pip install --editable '.[dev]'

Some of the container build scripts expect the GNU style of common shell utilities, as opposed to the OSX versions. If developing on OSX, make sure you install the coreutils (via Homebrew https://brew.sh/), package prior to attempting a container build:

brew install coreutils

Unit tests

To launch the full set of tests, simply run the following command from within the opera_pge directory:

pytest .

User Documentation

User documentation is managed with Sphinx, which is also installed in your Python virtual environment when you run pip install --editable .[dev]. You can generate the documentation by hand at any time by running the following command within the opera_pge directory:

sphinx-apidoc -o docs/ opera

License

This library is licensed under the Apache Software License 2.0. The full text of the license can be found in this repository at LICENSE.txt.

opera-sds-pge's People

Contributors

jhofman728 avatar collinss-jpl avatar riverma avatar jimhofman avatar david-inglish avatar ahmedsaheed avatar alimuhammadofficial avatar

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.