115 Commits

Author SHA1 Message Date
Colm McDonald
5e3a69d1f3 Add retain_all option to get_streets()
Add retain_all option so that separate graphs can be kept instead of only keeping the largest.
2021-08-28 23:41:42 +01:00
Christoph Rieke
b72c15df96
Merge pull request #4 from chrieke/full_setup_py
Full setup py
2021-08-28 22:12:40 +02:00
Christoph Rieke
b1a86679b7 exclude unneccesary folders 2021-08-28 22:11:23 +02:00
Christoph Rieke
d1ca94b3d0 add description 2021-08-28 22:11:09 +02:00
Christoph Rieke
b253b9da26
Merge pull request #3 from chrieke/requirements_file
Requirements file
2021-08-28 22:04:58 +02:00
Christoph Rieke
572c1b54df adjust setup.py 2021-08-28 22:03:21 +02:00
Christoph Rieke
1da63ae4c6 add req.txt 2021-08-28 22:03:13 +02:00
Christoph Rieke
dbce9c7a5e
Merge pull request #2 from chrieke/fix_crs
fix crs instead of dummy request
2021-08-28 21:06:31 +02:00
Christoph Rieke
5741fc0559
Merge pull request #1 from chrieke/imports_explicit_and_clean
explicit imports, cleaned up, remove comments, clean up
2021-08-28 21:05:28 +02:00
Christoph Rieke
3066525032 explicit imports, cleaned up, remove comments, clean up 2021-08-28 20:57:51 +02:00
Christoph Rieke
bebce535c8 fix crs instead of dummy request 2021-08-28 20:39:17 +02: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 de Oliveira Rosa Prates
8a006d03f7
Merge pull request #11 from kinow/patch-1
Use nbviewer to display the notebook
2021-08-28 13:13:30 -03:00
Marcelo de Oliveira Rosa Prates
3646a498e0
Merge pull request #13 from CharbelAD/main
Added buffer distance in get_streets()
2021-08-28 13:12:38 -03:00
Marcelo de Oliveira Rosa Prates
3a609ebf31
Merge pull request #17 from balloob/devcontainer
Add devcontainer
2021-08-28 13:10:37 -03:00
Marcelo de Oliveira Rosa Prates
f279bd2438
Merge pull request #21 from ashirviskas/text_fix
Bug fix for when 'text' param is supplied
2021-08-28 13:09:46 -03:00
Marcelo de Oliveira Rosa Prates
3014f9d6d9
Update README.md 2021-08-27 16:04:56 -03:00
Marcelo de Oliveira Rosa Prates
451e16cbf2
Create FUNDING.yml 2021-08-27 16:01:12 -03:00
Marcelo de Oliveira Rosa Prates
f3d290634b
Update README.md 2021-08-27 08:42:38 -03:00
Matas Minelga
905f5702ad Bug fix for when 'text' param is supplied 2021-08-27 10:48:31 +03:00
Marcelo Prates
8096aa749c Re-added prints 2021-08-27 00:16:22 -03:00
Marcelo Prates
735fac6025 Removed prints 2021-08-27 00:15:59 -03:00
Marcelo Prates
c0ea6e435f Updated Macao print 2021-08-27 00:13:54 -03:00
Marcelo Prates
4ad049d88b Updated prints 2021-08-27 00:09:16 -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
b778dc9d1d Added HN print to README 2021-08-26 19:33:26 -03:00
Paulus Schoutsen
9098adbdf9 Add devcontainer 2021-08-26 17:14:27 +00:00
Charbel Abi Daher
e938eaa614
Added buffer distance in get_streets()
Added a buffer distance in get_streets() to fetch streets that are not fully inside the perimeter.
2021-08-26 15:12:56 +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
Bruno P. Kinoshita
2484677ad1
Use nbviewer to display the notebook 2021-08-26 11:51:03 +12:00
Marcelo Prates
e9093fae60 Added support for waterways and fetching by OSM Id 2021-08-25 12:15:47 -03:00
Marcelo Prates
af181e0275 Updated examples notebook with missing imports (vsketch and pyplot) 2021-08-25 12:14:16 -03:00
Marcelo Prates
a9aaef566d Fixed Jupyter notebook link in README 2021-08-25 09:38:45 -03:00
Marcelo Prates
a44339ec19 Updated README installation instructions 2021-08-24 17:45:54 -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
c8b1f3f135 Updated setup.py 2021-08-23 22:50:04 -03:00
Marcelo Prates
87c5f9225e Merge branch 'main' of github.com:marceloprates/prettymaps into main 2021-08-23 22:49:03 -03:00
Marcelo Prates
b8acbe04bc Updated setup.py 2021-08-23 22:48:52 -03:00
Marcelo de Oliveira Rosa Prates
c225536b46
Update README.md 2021-08-23 22:25:07 -03:00
Marcelo Prates
241bd22570 removed environment.yml 2021-08-23 22:18:37 -03:00
Marcelo Prates
23b6abcbea Cleaned prints/ and notebooks/ folders 2021-08-23 22:17:45 -03:00