Create Gorgeous Maps with Prettymaps + Python

preview_player
Показать описание
🗺️ Learn how to make gorgeous maps of anywhere in the world in just a few minutes. Prettymaps is a Python library which takes data from OpenStreetMap and crafts it into great little maps where you have a lot of control over how things are displayed. In this video we’ll take a look at how to run Prettymaps, how to create circular and square maps, maps of any area defined in OSM, and maps with sets of adjacent areas, such as parts of a town all together.

We’ll also look at how to adjust key parameters like colour palettes, image size, layer options, hatching, rotation and print quality, so you can start building beautiful custom maps of your own.

00:00 Intro
01:05 Setting up Prettymaps
02:18 Creating a circle map
03:27 Adjusting map parameters
08:27 Creating a square map
09:04 Creating an area map
12:17 Creating a map of adjacent areas
13:56 Conclusion

Check out the library re-write PrettyMapp here:
Fast and easy map creation

⭐ View the Colab notebook here:

🗺️ Prettymaps:

✳️Hatch Style Reference

👍Subscribe for more friendly explorations in code:

#Python #Prettymaps #OpenStreetMap #GIS #Mapping #Colab #Matplotlib #Shapely #Palettes #Maps #Art #GenerativeArt #Circles #Coding #Developers #LearnCoding
Рекомендации по теме
Комментарии
Автор

Thank You!
I have been trying to get this to work locally for some time now. I appreciate the video, I'm glad it was in my recommended feed. I'm now a subscriber! perhaps you could do a follow-up with some of the other parameters...

rdoerr
Автор

Thank You for the video! but can you help with its working on jupyter notebook also? It is showing errors

yashikagupta
Автор

Can we point out for exact latitud and longitud in these maps? I want to geolocalize data in a map

carlosswanton
Автор

Dear Ryan, It's a really great study congrats to you bro...but the code made a mistake like this ---> ERROR: Package 'vsketch' requires a different Python: 3.7.13 not in '<3.11, >=3.8' what's the solution to the problem?

burakt
Автор

Thanks a lot for your video
I am just trying to apply this code on jupyterlab and it's keep raising this error {'DataFrame' object has no attribute 'crs'} and I don't know why !
any advice ?

omarelghrably
Автор

Is there a way to run these code on my compute?

egemen_ozturk
Автор

Don't know what's going wrong. I can't install prettymaps properly. Any tip? I want to use it in Jupyter Notebook.

bruhlickd
Автор

Hello Sir, i have a problem realted to Vsketch when i click on import, the second step of the process.
if you can help with it, plzz

Huddasome
Автор

Help? In the Installation i'm getting these errors: "ERROR: Could not find a version that satisfies the requirement vpype[all]>=1.10 (from vsketch) (from versions: 1.0.0, 1.1.0, 1.2.0, 1.2.1, 1.3.0, 1.4.0, 1.5.0, 1.5.1, 1.6.0, 1.7.0, 1.8.0, 1.8.1, 1.9.0)"
"ERROR: No matching distribution found for vpype[all]>=1.10"
And in the Imports: "ModuleNotFoundError: No module named 'vsketch' "

jaku
Автор

ERROR: Package 'vsketch' requires a different Python: 3.7.14 not in '<3.11, >=3.8'

this is the message is get.

Huddasome
Автор

Nice video, thank you.
Installation in Colab failed with ERROR: Package 'vsketch' requires a different Python: 3.7.13 not in '<3.11, >=3.8'
while the Python version is 3.7.13, so I'm confused.

startupilot
Автор

Hey Mikael, I always get an error message according to the CRS 'AttributeError: 'DataFrame' object has no attribute 'crs''. Do you now how to fix that? The packages are properly installed.

citrusgin
Автор

I can't install the library on my jupiter notebook. is there a solution?

hendribakkara
Автор

The picture on the right in the first 3 minutes is annoying, the code is too small

thewobbix
Автор

plot() got an unexpected keyword argument 'drawing_kwargs'

supriyoroybanerjee