prettymaps
vsketch
prettymaps | vsketch | |
---|---|---|
50 | 11 | |
11,498 | 515 | |
0.9% | 1.7% | |
5.1 | 6.8 | |
29 days ago | 3 months ago | |
Jupyter Notebook | Python | |
GNU Affero General Public License v3.0 | GNU General Public License v3.0 or later |
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
prettymaps
-
Show HN: Map2Image – Download Beautiful City Maps
These maps look great! Reminds me of a project I saw a long time ago [1]. Glad you made this downloadable for everyone who cannot write code.
P.S.: Now, I also have some (birthday) presents ;-)
[1] https://github.com/marceloprates/prettymaps
- A small set of Python functions to draw pretty maps from OpenStreetMap data
-
Riddle me this: "Huku ni wapi?"
You can generate them yourself from Open Street Maps. Use this Google Colab. Source - prettymaps.
-
Used Python to draw this map of Motijheel, Dhaka, Bangladesh.
Check out this repo
-
Shapefiles for planet? Geofabrik only seems to have shapefiles for Antartica.
Check out Pretty Maps, or the online version, and /r/prettymaps_
-
Geovisualization test with OSM map data and matplotib for styling
Great work! I love osmnx, it's such a nice library. I remember using it at school to work out distance from fire stations across my city. There's this nice library that uses it called prettymaps, I've been meaning to take some time with it to do some sweet posters.
-
This Week In Python
prettymaps – A small set of Python functions to draw pretty maps from OpenStreetMap data
- prettymaps v1.0.0 released
- prettymaps 1.0.0 released
- Prettymaps: A minimal Python library to draw customized maps from OpenStreetMap
vsketch
-
I used Python to control a custom stop-motion animation drawing machine
The frames' vector data is generated using a sketch made with my vsketch framework (it involves loading GeoJSON data, processing it with Shapely, and projecting it in 3D with NumPy).
-
Self Portrait using Pix2Pix and vPype
There isn't a GUI, but that's by design. The CLI format facilitates the integration in automated workflows. The show command does provide a viewer for visualisation at any point in the pipeline. Also, I have another framework (based on vpype) named vsketch which is a plotter-centric python clone of Processing with a viewer and live refresh.
- Hong Kong Victoria Harbour
-
Chrysalide
Matplotlib for plotter stuff seems tedious indeed ! Definitly check out vsketch, it has an API similar to processing, but focused on generating plotter-ready SVG.
- Problem with installing Pretty Maps
- Cats
- WARNING: pip is being invoked by an old script wrapper.
-
prettymaps: A small set of Python functions to draw pretty maps from OpenStreetMap data
FROM jupyter/scipy-notebook:33add21fab64 COPY --chown=${NB_UID}:${NB_GID} requirements.txt /tmp/ RUN python -m pip install --upgrade pip RUN pip install --quiet --no-cache-dir git+https://github.com/abey79/vsketch#egg=vsketch RUN pip install --quiet --no-cache-dir git+https://github.com/marceloprates/prettymaps.git RUN fix-permissions "${CONDA_DIR}" && fix-permissions "/home/${NB_USER}" ENTRYPOINT ["jupyter", "lab", "--ip=0.0.0.0", "--allow-root"]
-
Prettymaps: Small Python library to draw customized maps from OpenStreetMap data
pip install git+https://github.com/abey79/vsketch#egg=vsketch
-
Flowlines No 4
I started by using Processing, but have switched to [vsketch](https://github.com/abey79/vsketch), a Python-based framework which has a similar API to Processing. I like it because it has built-in UI for changing parameters, which I find hugely useful. Plus, it integrates with vpype, which is designed for image processing for plotters.
What are some alternatives?
awesome-vector-tiles - Awesome implementations of the Mapbox Vector Tile specification
vpype-pixelart - Pixel art plotting in vpype
Openstreetmap - The Rails application that powers OpenStreetMap
vpype - The Swiss-Army-knife command-line tool for plotter vector graphics.
owid-grapher - A platform for creating interactive data visualizations
starcli - :sparkles: Browse trending GitHub projects from your command line
abstreet - Transportation planning and traffic simulation software for creating cities friendlier to walking, biking, and public transit
neuralhash-collisions - A catalog of naturally occurring images whose Apple NeuralHash is identical.
plotly - The interactive graphing library for Python :sparkles: This project now includes Plotly Express!