Skip to content

phl-microsat/api-examples

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Install Dependencies

To run the examples locally, we recommend installing Anaconda and the Jupyter notebook library.

Anaconda

https://www.anaconda.com/download/

Python Dependencies

Create a new conda environemnt with all the dependencies by typing:

conda env create -n api-examples jupyter pip
activate api-examples
pip install requests folium geojson

Run Notebooks

Under the project directory, start the notebooks by activating the environment and running the Jupyter command:

conda activate api-examples
jupyter notebook

About

Examples on using the Diwata-1 Image API and Orbit API

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors