Creating beautiful maps with Python

By Medium - 2021-01-31

Description

I always liked city maps and a few weeks ago I decided to build my own artistic versions of it. After googling a little bit I discovered this incredible tutorial written by Frank Ceballos. It is a…

Summary

  • Python + OSMnx I always liked city maps and a few weeks ago I decided to build my own artistic versions of it.
  • One easy way to accomplish that is to set figsizeattribute inside ox.plot_graph() .figsize can adjust the width, height in inches.
  • Downloading natural water sources In the same way as before we can iterate over this data and colour it.
  • Once more Gimp or Photoshop will do the trick.

 

Topics

  1. Backend (0.32)
  2. Database (0.23)
  3. Machine_Learning (0.14)

Similar Articles

NER For Stock Mentions on Reddit

By Medium - 2021-03-04

Learn how to use named entity recognition (NER) to identify organization names from finance subreddits like wallstreetbets using Python and the Reddit API.

Building an ETL pipeline with Airflow and ECS

By Medium - 2020-12-22

ETL is an automated process that takes raw data, extracts and transforms the information required for analysis, and loads it to a data warehouse. There are different ways to build your ETL pipeline…

What is JSON? And why do you need it?

By DEV Community - 2020-12-27

Before going on to the topic JSON, I would like to discuss a simple example because it will be a lot... Tagged with javascript, beginners, tutorial, webdev.