mirror of
https://github.com/marceloprates/prettymaps.git
synced 2025-08-31 02:00:16 +02:00
Added colab button
This commit is contained in:
@@ -4,6 +4,10 @@ A minimal Python library to draw customized maps from OpenStreetMap data.
|
||||
|
||||
Based on [osmnx](https://github.com/gboeing/osmnx), [matplotlib](https://matplotlib.org/), [shapely](https://shapely.readthedocs.io/en/stable/index.html) and [vsketch](https://github.com/abey79/vsketch) libraries.
|
||||
|
||||
## Google Colaboratory Demo
|
||||
|
||||
[](https://colab.research.google.com/github/marceloprates/prettymaps/blob/master/notebooks/examples.ipynb)
|
||||
|
||||
## Installation
|
||||
|
||||
Install with
|
||||
|
@@ -1,5 +1,35 @@
|
||||
{
|
||||
"cells": [
|
||||
{
|
||||
"cell_type": "markdown",
|
||||
"source": [
|
||||
"[](https://colab.research.google.com/github/marceloprates/prettymaps/blob/master/notebooks/examples.ipynb)"
|
||||
],
|
||||
"metadata": {}
|
||||
},
|
||||
{
|
||||
"cell_type": "markdown",
|
||||
"source": [
|
||||
"# Installation"
|
||||
],
|
||||
"metadata": {}
|
||||
},
|
||||
{
|
||||
"cell_type": "code",
|
||||
"execution_count": null,
|
||||
"source": [
|
||||
"!pip install git+https://github.com/marceloprates/prettymaps.git"
|
||||
],
|
||||
"outputs": [],
|
||||
"metadata": {}
|
||||
},
|
||||
{
|
||||
"cell_type": "markdown",
|
||||
"source": [
|
||||
"# Imports"
|
||||
],
|
||||
"metadata": {}
|
||||
},
|
||||
{
|
||||
"cell_type": "code",
|
||||
"execution_count": 1,
|
||||
|
Reference in New Issue
Block a user