https://github.com/ramyaragupathy/satellite-data-analysis
https://github.com/ramyaragupathy/satellite-data-analysis
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/ramyaragupathy/satellite-data-analysis
- Owner: ramyaragupathy
- Created: 2019-12-23T03:30:10.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2019-12-23T03:34:09.000Z (over 5 years ago)
- Last Synced: 2024-12-28T18:32:34.541Z (5 months ago)
- Language: Jupyter Notebook
- Size: 9.38 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Supplemental Material
===============================Jupyter Notebooks to support "Remote Sensing Programming with Python" workshop.
Requirements
--------------This repo is optimized for use within a geospatial Jupyter environment. As such,
the following prerequisites are assumed to be installed and available at the
system level:- GDAL 2.3+
- NumPyInstallation
-------------Requires Python 3. To install Python dependencies _(for local
development, a virtualenv is strongly recommended)_:$ pip install -r requirements.txt
Running Locally
----------------For local development, it can be useful to run Jupyter from within a project virtualenv.
To set up the kernel with virtualenv packages, run the following within the
virtualenv:(venv) $ python -m ipykernel install --user --name
After that, start Jupyter:
$ jupyter notebookFrom within the Notebook interface, change the kernel (`Kernel --> Change
Kernel --> `) to use the newly created project kernel.