207 Commits

Author SHA1 Message Date
marceloprates
421ff6c25a merge v1.4 2025-03-03 14:16:58 -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 de Oliveira Rosa Prates
2da2395112 Update setup.py v1.3.2 2025-01-12 13:40:30 -03:00
Marcelo de Oliveira Rosa Prates
4c530c6491 Merge pull request #129 from HalFrgrd/patch-1
Use `retain_all` when fetching graph
2025-01-12 13:39:29 -03:00
Marcelo Prates
c090ade075 Changed version number v1.3.1 2025-01-12 13:28:57 -03:00
C4K3
7343fc502d Fix osmnx dependency to version 1
Without this it will try to install osmnx version 2, which had breaking
changes and causes prettymaps to fail with the error
```
AttributeError: module 'osmnx' has no attribute 'project_gdf'. Did you mean: 'project_graph'?
```
2024-12-26 06:27:34 -08:00
HalFrgrd
68323c567e Use retain_all when fetching graph 2024-07-06 14:16:02 +01:00
Marcelo Prates
2c0dca9b51 . v1.3.0 2024-07-02 19:54:35 -03:00
Marcelo Prates
97d01c0829 fixed problems with requirements.txt versions v1.2.0 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. v1.1.0 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
dc90176911 Updated version number v1.0.0 2023-02-15 17:15:59 -03:00
marceloprates
4f7122e32b Updated version number 2023-02-15 17:14:51 -03:00
marceloprates
d81e71ab24 Updated version number 2023-02-15 17:08:10 -03:00
marceloprates
f017bea2da Updated version number (v0.2-beta.3 -> v0.2) in setup.py, updated examples notebook v0.2 v0.2-beta.4 2023-02-15 16:53:26 -03:00
marceloprates
2eeec0c610 Updated version number (v0.2-beta.2 -> v0.2-beta.3) in setup.py, removed unnecessary dependencies, updated README.md v0.2-beta.3 2023-02-15 16:48:08 -03:00
marceloprates
0b45685010 Merge branch 'main' of github.com:marceloprates/prettymaps into main v0.2-beta.2 2023-02-13 17:26:45 -03:00
marceloprates
af94eed6bd Changed version number (v0.2-beta -> v0.2-beta.2) in setup.py 2023-02-13 17:26:29 -03:00
marceloprates
a40c64e25d Changed package_dir location in setup.py v0.2-beta.1 2023-02-13 17:21:33 -03:00
marceloprates
54339657fb Changed version number (v0.1.9 -> v0.2-beta) v0.2-beta 2023-02-13 16:41:29 -03:00
marceloprates
dd2fd80544 Added tabulate and descartes dependencies to requirements.txt v0.1.9 2023-02-13 16:33:48 -03:00
marceloprates
e3a176a0b1 Removed ipykernel dependency from requirements.txt due to dependency conflicts 2023-02-13 15:57:13 -03:00
marceloprates
c0eb528301 Changed version number (v0.1.7 -> v0.1.8), added shapely, ipykernel and pyyaml dependencies to requirements.txt, removed unused imports from draw.py and fetch.py v.0.1.8 2023-02-13 14:39:10 -03:00
marceloprates
d024b83954 Changed version number v0.1.6 -> v.0.1.7 and downgraded osmnx to v1.1.2 in an effort to solve a dependency conflict v0.1.7 2023-02-13 13:43:30 -03:00
marceloprates
8679cccf9e Updated version number v0.1.5 -> v0.1.6 and removed unnecessary dependencies from requirements.txt v0.1.6 2023-02-13 13:32:35 -03:00
marceloprates
cdebb322ec Updated version number v0.1.5 2023-02-13 13:22:39 -03:00
marceloprates
f895570923 requirements.txt: Updated osmnx version to 1.2.2 v0.1.4 2023-02-10 11:03:52 -03:00
marceloprates
78d050ee5b Updated version number, minor changes to draw.py and requirements.txt 2023-02-10 10:48:11 -03:00
marceloprates
3f3b8be923 Fixed problem with prettymaps.plot() 'save_as' parameter 2022-11-16 10:41:53 -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
e11b7e6289 Fixed presets directory path-related error with preset() function 2022-11-08 13:59:28 -03:00
marceloprates
c70f32a8e6 Merge branch 'main' of github.com:marceloprates/prettymaps 2022-11-08 13:27:34 -03:00
marceloprates
cca6564b22 Fixed presets directory path-related error with presets() function 2022-11-08 13:27:26 -03:00
Marcelo de Oliveira Rosa Prates
1389564c0c Update README.md 2022-11-08 12:59:17 -03:00
Marcelo de Oliveira Rosa Prates
066309e4b1 Update README.md 2022-11-08 12:57:53 -03:00
Marcelo de Oliveira Rosa Prates
0dbf445bf7 Update README.md 2022-11-08 12:56:04 -03:00
Marcelo de Oliveira Rosa Prates
fa56dc51e9 Update README.md 2022-11-08 12:55:31 -03:00
marceloprates
0c46fbb261 Minor textual correction to examples notebook 2022-11-08 12:01:53 -03:00
marceloprates
823c43d61c Minor textual correction to examples notebook 2022-11-08 12:00:01 -03:00
Marcelo de Oliveira Rosa Prates
a513c78490 Update README.md 2022-11-08 11:59:04 -03:00
marceloprates
4e731e2999 Fixed problem with relative path of README_files folder 2022-11-08 11:41:01 -03:00
marceloprates
245ee7b0ee Forgot to update examples notebook 2022-11-08 11:28:21 -03:00
marceloprates
4f71a8ee86 Updated README with instructions for local and google colab installation 2022-11-08 11:26:33 -03:00
marceloprates
39ad98cd16 Rewrote dict union operation with old syntax (dict.update()) for compatibility purposes 2022-11-08 11:09:24 -03:00
marceloprates
9f7de23d84 Downgraded ipykernelto 5.3.4 in requirements.txt to make prettymaps compatible with Google Colab 2022-11-08 10:48:33 -03:00
marceloprates
6b1a9fe79f Fixed relative path for presets folder in draw.py 2022-11-08 10:38:23 -03:00
marceloprates
03025d8232 Replaced setup.py 'data_files' with 'package_data' 2022-11-08 10:28:06 -03:00
marceloprates
18461d9d37 Fixed setup.py 'data_files' paths 2022-11-08 10:22:12 -03:00
marceloprates
246bd4a23b Fixed problem with presets folder location on draw.py and setup.py 2022-11-08 10:16:21 -03:00