Code Monkey home page Code Monkey logo

interactive-geospatial-analysis's Introduction

Interactive geospatial analysis

A collection of Jupyter notebooks for learning geospatial analysis with Python.

preview of jupyter notebook

Explore

Tools

Several external APIs are called that handle heavy computations and resources. Without these API, it would not be possible to run those script on a regular desktop machine. Follow the link and request a key to use their APIs.

External API API type Tarification
OAlley isochrone / isodistance / routing Free during beta
Open Street Map tile layers Free for fair-use
Google Maps tile layers Free for personal use ?

For visualization, the folium library, although poorly documented, is great. It acts as a wrapper on top of leaflet.

Installation

The following packages are required.

pip install requests folium grequests polyline

The shapely package is also required in some advanced tutorials. On Unix and Mac systems, install it with pip.

pip install shapely

On Windows, download the package here (cp27 for python 2.7, cp34 for python 3.4, etc.) Run the following command where the file was downloaded. (Modify the filename if needed).

pip install Shapely-1.5.17-cp35-cp35m-win32

Run it

To run those scripts you will need to install the Jupyter notebook application.

In the parent directory of this repository, run in a terminal the following command to open the local web-application.

jupyter notebook

Navigate inside the repository and click on any of the notebooks (.ipynb files) to open it. Go to Kernel -> Restart and Run all to run the entire notebook.

Note that you can run a selected cell again by hitting Ctrl + Enter. This is highly convienient if you have made heavy API calls in the previous cell, but just want to update some parameters visualization in the currently selected cell.

Disclaimer

I am one of the developpers of OAlley. This repository is a summary of my experimentations with the API, of playing around with it. I hope you will enjoy it just as much.

interactive-geospatial-analysis's People

Contributors

overdrivr avatar

Stargazers

 avatar

Watchers

 avatar  avatar  avatar

interactive-geospatial-analysis's Issues

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.