Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/davidbrochart/ipyearth
An IPython Widget for Earth Maps
https://github.com/davidbrochart/ipyearth
Last synced: 2 months ago
JSON representation
An IPython Widget for Earth Maps
- Host: GitHub
- URL: https://github.com/davidbrochart/ipyearth
- Owner: davidbrochart
- License: mit
- Created: 2017-11-03T09:04:49.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2018-10-29T13:00:24.000Z (about 6 years ago)
- Last Synced: 2024-10-12T15:11:53.238Z (3 months ago)
- Language: JavaScript
- Size: 2.31 MB
- Stars: 21
- Watchers: 5
- Forks: 2
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-earthobservation-code - ipyearth - An IPython Widget for Earth Maps `Python` (`Python` processing of optical imagery (non deep learning) / Processing imagery - post processing)
README
[![Binder](https://mybinder.org/badge.svg)](https://mybinder.org/v2/gh/davidbrochart/ipyearth/master?filepath=examples%2Fdemo.ipynb)
ipyearth
===============================An IPython Widget for Earth Maps
![alt text](examples/example.png)
Installation
------------To install, clone this repository and use pip:
$ git clone https://github.com/davidbrochart/ipyearth.git
$ cd ipyearth
$ pip install -e .
$ jupyter nbextension enable --py --sys-prefix ipyearthFor a development installation (requires npm):
$ jupyter nbextension install --py --symlink --sys-prefix ipyearth
$ jupyter nbextension enable --py --sys-prefix ipyearthFor JupyterLab:
$ jupyter labextension install @jupyter-widgets/jupyterlab-manager
$ jupyter labextension install ./js