28 Commits

Author SHA1 Message Date
marceloprates
06915bc803 updated app 2025-03-03 15:20:53 -03:00
marceloprates
c9296bf973 1) Added support for rendering sea geometries automatically 2) added support for drawing hillshades 3) added support for adding keypoints 4) refactored code 5) optimized code by making fewer requests to overpass API 6) added frontend (streamlit) app 2025-03-03 14:16:23 -03:00
Marcelo Prates
97d01c0829 fixed problems with requirements.txt versions 2024-07-02 19:50:54 -03:00
Marcelo Prates
f0bb0a2008 Removed vsketch from install_requires. User will have to install it manually if they want to use plotter mode, but its not required. 2024-07-02 18:32:07 -03:00
Marcelo Prates
f4aab1a676 Fixed minor bugs, added support for vsketch and updated code for compatibility with shapely==2.0.0 and python==3.11 2024-07-02 17:59:10 -03:00
marceloprates
f017bea2da Updated version number (v0.2-beta.3 -> v0.2) in setup.py, updated examples notebook 2023-02-15 16:53:26 -03:00
marceloprates
f03d71f7da Added an extra cell to the examples notebook with instructions on how to run it on Google Colab 2022-11-08 16:54:11 -03:00
marceloprates
de41a2fd48 Updated examples notebook not to load fonts from external .ttf files anymore (enabling it to run smoothly on Google Colab) 2022-11-08 15:09:27 -03:00
marceloprates
823c43d61c Minor textual correction to examples notebook 2022-11-08 12:00:01 -03:00
marceloprates
245ee7b0ee Forgot to update examples notebook 2022-11-08 11:28:21 -03:00
Marcelo Prates
c6c8f19084 Refactored quite a bit of of the code, simplified the usage of some features, added option of saving / loading presets and updated the examples.ipynb notebook and the README with a short tutorial 2022-11-07 13:32:38 -03:00
Marcelo Prates
fae4c9ba7e Added missing imports for examples notebook 2021-09-13 17:52:22 -03:00
Marcelo Prates
f9256a6282 Style updates to the last two cells of examples notebook 2021-08-29 17:01:55 -03:00
Marcelo Prates
aa1376a2a3 Cleared outputs from 'installation' cell in examples.ipynb notebook to ease visualization in nbviewer 2021-08-28 14:24:54 -03:00
Marcelo Prates
77515d3c73 Updated 'imports' cell of examples.ipynb notebook 2021-08-28 13:53:22 -03:00
Marcelo Prates
890798c377 Fixed typo ('backup = layers') in Macao cell of examples.ipynb 2021-08-28 13:19:34 -03:00
Marcelo Prates
42c2770689 Added mandatory OSM credit message (with a reference to this repo) to the map drawing function 2021-08-27 00:06:32 -03:00
Marcelo Prates
7f3aa74857 Fixed yet another typo in examples.ipynb... 2021-08-25 23:13:11 -03:00
Marcelo Prates
35258f7b31 Fixed yet another typo in examples.ipynb... 2021-08-25 23:04:39 -03:00
Marcelo Prates
a1a71273be Fixed (yet) another typo in examples.ipynb 2021-08-25 22:57:49 -03:00
Marcelo Prates
b9b8ddd591 Fixed yet another typo in examples.ipynb 2021-08-25 22:56:39 -03:00
Marcelo Prates
0e27ecb4ad Fixed typo in examples.ipynb 2021-08-25 22:47:46 -03:00
Marcelo Prates
df3aabde63 Updated 'setup cell' to avoid errors with missing .ttf and /prints folder for colab notebook 2021-08-25 22:46:27 -03:00
Marcelo Prates
af181e0275 Updated examples notebook with missing imports (vsketch and pyplot) 2021-08-25 12:14:16 -03:00
Marcelo Prates
40b834dff7 Updated notebook 2021-08-23 23:09:53 -03:00
Marcelo Prates
709cb52287 Updated notebook to install vsketch 2021-08-23 23:03:43 -03:00
Marcelo Prates
83d0f0baa1 Added colab button 2021-08-23 23:01:14 -03:00
Marcelo Prates
a234510ae8 Updated prettymaps library, README and examples.ipynb notebook 2021-08-23 22:13:16 -03:00