Commit Graph

  • 8312319f51 apply black code formatting Christoph Rieke 2021-08-30 15:28:51 +02:00
  • 29f57e894b use shapely.geometry.box for polygon from bounds Christoph Rieke 2021-08-30 14:32:43 +02:00
  • 47c5d01e09 Merge branch 'main' of github.com:marceloprates/prettymaps into main Marcelo Prates 2021-08-29 17:04:02 -03:00
  • 2d3d734f0f Added GeoDataFrame import to draw.py Marcelo Prates 2021-08-29 17:03:52 -03:00
  • f9256a6282 Style updates to the last two cells of examples notebook Marcelo Prates 2021-08-29 17:01:55 -03:00
  • b884d5967c Added GeoDataFrame import to draw.py Marcelo de Oliveira Rosa Prates 2021-08-29 16:28:17 -03:00
  • d2fa4993ec Merge pull request #33 from G21-Goose/main Marcelo de Oliveira Rosa Prates 2021-08-29 15:38:58 -03:00
  • 348dd92e20 Merge pull request #34 from mei-se/main Marcelo de Oliveira Rosa Prates 2021-08-29 15:35:55 -03:00
  • ad6ba895c8 Merge pull request #37 from chrieke/requirements_file Marcelo de Oliveira Rosa Prates 2021-08-29 15:35:16 -03:00
  • d00731283a Merge branch 'marceloprates:main' into main Christoph Rieke 2021-08-29 19:48:48 +02:00
  • 86b2c919fb Merge pull request #30 from chrieke/imports_explicit_and_clean Marcelo de Oliveira Rosa Prates 2021-08-29 14:43:31 -03:00
  • 5572b742a5 Merge pull request #28 from chrieke/fix_crs Marcelo de Oliveira Rosa Prates 2021-08-29 14:42:57 -03:00
  • d0e589bab1 Update README.md Marcelo de Oliveira Rosa Prates 2021-08-29 13:41:20 -03:00
  • f52d3e63ce fix issue when querying within a polygon mei-se 2021-08-29 16:23:50 +02:00
  • 5e3a69d1f3 Add retain_all option to get_streets() Colm McDonald 2021-08-28 23:41:42 +01:00
  • b72c15df96 Merge pull request #4 from chrieke/full_setup_py Christoph Rieke 2021-08-28 22:12:40 +02:00
  • b1a86679b7 exclude unneccesary folders Christoph Rieke 2021-08-28 22:11:23 +02:00
  • d1ca94b3d0 add description Christoph Rieke 2021-08-28 22:11:09 +02:00
  • b253b9da26 Merge pull request #3 from chrieke/requirements_file Christoph Rieke 2021-08-28 22:04:58 +02:00
  • 572c1b54df adjust setup.py Christoph Rieke 2021-08-28 22:03:21 +02:00
  • 1da63ae4c6 add req.txt Christoph Rieke 2021-08-28 22:03:13 +02:00
  • dbce9c7a5e Merge pull request #2 from chrieke/fix_crs Christoph Rieke 2021-08-28 21:06:31 +02:00
  • 5741fc0559 Merge pull request #1 from chrieke/imports_explicit_and_clean Christoph Rieke 2021-08-28 21:05:28 +02:00
  • 3066525032 explicit imports, cleaned up, remove comments, clean up Christoph Rieke 2021-08-28 20:57:51 +02:00
  • bebce535c8 fix crs instead of dummy request Christoph Rieke 2021-08-28 20:39:17 +02:00
  • aa1376a2a3 Cleared outputs from 'installation' cell in examples.ipynb notebook to ease visualization in nbviewer Marcelo Prates 2021-08-28 14:24:54 -03:00
  • 77515d3c73 Updated 'imports' cell of examples.ipynb notebook Marcelo Prates 2021-08-28 13:53:22 -03:00
  • 890798c377 Fixed typo ('backup = layers') in Macao cell of examples.ipynb Marcelo Prates 2021-08-28 13:19:34 -03:00
  • 8a006d03f7 Merge pull request #11 from kinow/patch-1 Marcelo de Oliveira Rosa Prates 2021-08-28 13:13:30 -03:00
  • 3646a498e0 Merge pull request #13 from CharbelAD/main Marcelo de Oliveira Rosa Prates 2021-08-28 13:12:38 -03:00
  • 3a609ebf31 Merge pull request #17 from balloob/devcontainer Marcelo de Oliveira Rosa Prates 2021-08-28 13:10:37 -03:00
  • f279bd2438 Merge pull request #21 from ashirviskas/text_fix Marcelo de Oliveira Rosa Prates 2021-08-28 13:09:46 -03:00
  • 3014f9d6d9 Update README.md Marcelo de Oliveira Rosa Prates 2021-08-27 16:04:56 -03:00
  • 451e16cbf2 Create FUNDING.yml Marcelo de Oliveira Rosa Prates 2021-08-27 16:01:12 -03:00
  • f3d290634b Update README.md Marcelo de Oliveira Rosa Prates 2021-08-27 08:42:38 -03:00
  • 905f5702ad Bug fix for when 'text' param is supplied Matas Minelga 2021-08-27 10:48:31 +03:00
  • 8096aa749c Re-added prints Marcelo Prates 2021-08-27 00:16:22 -03:00
  • 735fac6025 Removed prints Marcelo Prates 2021-08-27 00:15:59 -03:00
  • c0ea6e435f Updated Macao print Marcelo Prates 2021-08-27 00:13:54 -03:00
  • 4ad049d88b Updated prints Marcelo Prates 2021-08-27 00:09:16 -03:00
  • 42c2770689 Added mandatory OSM credit message (with a reference to this repo) to the map drawing function Marcelo Prates 2021-08-27 00:06:32 -03:00
  • b778dc9d1d Added HN print to README Marcelo Prates 2021-08-26 19:33:26 -03:00
  • 9098adbdf9 Add devcontainer Paulus Schoutsen 2021-08-26 17:10:59 +00:00
  • e938eaa614 Added buffer distance in get_streets() Charbel Abi Daher 2021-08-26 15:12:56 +03:00
  • 7f3aa74857 Fixed yet another typo in examples.ipynb... Marcelo Prates 2021-08-25 23:13:11 -03:00
  • 35258f7b31 Fixed yet another typo in examples.ipynb... Marcelo Prates 2021-08-25 23:04:39 -03:00
  • a1a71273be Fixed (yet) another typo in examples.ipynb Marcelo Prates 2021-08-25 22:57:49 -03:00
  • b9b8ddd591 Fixed yet another typo in examples.ipynb Marcelo Prates 2021-08-25 22:56:39 -03:00
  • 0e27ecb4ad Fixed typo in examples.ipynb Marcelo Prates 2021-08-25 22:47:46 -03:00
  • df3aabde63 Updated 'setup cell' to avoid errors with missing .ttf and /prints folder for colab notebook Marcelo Prates 2021-08-25 22:46:27 -03:00
  • 2484677ad1 Use nbviewer to display the notebook Bruno P. Kinoshita 2021-08-26 11:51:03 +12:00
  • e9093fae60 Added support for waterways and fetching by OSM Id Marcelo Prates 2021-08-25 12:15:47 -03:00
  • af181e0275 Updated examples notebook with missing imports (vsketch and pyplot) Marcelo Prates 2021-08-25 12:14:16 -03:00
  • a9aaef566d Fixed Jupyter notebook link in README Marcelo Prates 2021-08-25 09:38:45 -03:00
  • a44339ec19 Updated README installation instructions Marcelo Prates 2021-08-24 17:45:54 -03:00
  • 40b834dff7 Updated notebook Marcelo Prates 2021-08-23 23:09:53 -03:00
  • 709cb52287 Updated notebook to install vsketch Marcelo Prates 2021-08-23 23:03:43 -03:00
  • 83d0f0baa1 Added colab button Marcelo Prates 2021-08-23 23:01:14 -03:00
  • c8b1f3f135 Updated setup.py Marcelo Prates 2021-08-23 22:50:04 -03:00
  • 87c5f9225e Merge branch 'main' of github.com:marceloprates/prettymaps into main Marcelo Prates 2021-08-23 22:49:03 -03:00
  • b8acbe04bc Updated setup.py Marcelo Prates 2021-08-23 22:48:52 -03:00
  • c225536b46 Update README.md Marcelo de Oliveira Rosa Prates 2021-08-23 22:25:07 -03:00
  • 241bd22570 removed environment.yml Marcelo Prates 2021-08-23 22:18:37 -03:00
  • 23b6abcbea Cleaned prints/ and notebooks/ folders Marcelo Prates 2021-08-23 22:17:45 -03:00
  • 70e36219f7 Merge Marcelo Prates 2021-08-23 22:14:52 -03:00
  • c503090186 Updated setup.py Marcelo Prates 2021-08-23 22:13:57 -03:00
  • a234510ae8 Updated prettymaps library, README and examples.ipynb notebook Marcelo Prates 2021-08-23 22:13:16 -03:00
  • 75b2b30279 Update draw.py Marcelo de Oliveira Rosa Prates 2021-08-21 19:08:01 -03:00
  • 43443dfb09 Update setup.py Marcelo de Oliveira Rosa Prates 2021-08-21 19:06:14 -03:00
  • dedab1066b Updated draw.py and fetch.py for flexibility Marcelo Prates 2021-08-15 13:30:02 -03:00
  • e696e53a74 Replaced requirements.txt by environment.yml Marcelo Prates 2021-04-10 14:14:21 -03:00
  • a79f050673 Merge branch 'main' of github.com:marceloprates/prettymaps into main Marcelo Prates 2021-04-09 11:46:22 -03:00
  • b721b4a941 Added requirements.txt Marcelo Prates 2021-04-09 11:45:59 -03:00
  • 7506bf3509 Merge pull request #3 from mfbehrens99/main Marcelo de Oliveira Rosa Prates 2021-04-09 11:44:49 -03:00
  • 58e27bd9d6 Support for coordinates mfbehrens99 2021-03-10 11:32:25 +01:00
  • 78ce817218 Import display mfbehrens99 2021-03-10 11:32:00 +01:00
  • 53e411d78b Minor formating mfbehrens99 2021-03-10 11:31:10 +01:00
  • 49fe89fae1 Added code, notebooks, prints, README, requirements.txt Marcelo Prates 2021-03-05 11:06:57 -03:00
  • 4cdf462c1c Initial commit Marcelo de Oliveira Rosa Prates 2021-03-05 09:22:05 -03:00