Git Product home page Git Product logo

rscube's Introduction

RSCube

These general tutorials are meant to concisely demonstrate how to apply numerical and GIS python to analyze SAR and other remotely sensed data for basic environmental monitoring and land use classification. We have some simple functions which we include under rscube, though they are basic wrappers around the powerful GIS libraries rasterio, geopandas, etc.

Installation

  1. Download the repository.

  2. Open the terminal.

  3. Change the working directory of the terminal session to the downloaded repository.

  4. Create a virtual environment using conda via:

    conda create --name rscube python=3.7 --yes

    Make sure to hit y to confirm that the listed packages can be downloaded for this environment.

  5. Activate the virtual environment:

    conda activate rscube.

  6. Install requirements with pip:

    pip install -r requirements.txt

    or with conda:

    conda install -c conda-forge --yes --file requirements.txt

  7. Install rscube into the environment:

    pip install .

  8. Create a new jupyter kernel:

    python -m ipykernel install --user --name rscube.

License

See LICENSE.txt.

Copyright 2020, by the California Institute of Technology. ALL RIGHTS RESERVED. United States Government Sponsorship acknowledged. Any commercial use must be negotiated with the Office of Technology Transfer at the California Institute of Technology.

This software may be subject to U.S. export control laws. By accepting this software, the user agrees to comply with all applicable U.S. export laws and regulations. User has the responsibility to obtain export licenses, or other export authority as may be required before exporting such information to foreign countries or providing access to foreign persons.

rscube's People

Contributors

cmarshak avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar

Watchers

 avatar

Forkers

zhangjs16

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.