274 Commits

Author SHA1 Message Date
marceloprates
da87a351ef Merge branch 'main' of github.com:marceloprates/prettymaps 2025-03-03 17:00:40 -03:00
marceloprates
98eabec453 Added placeholder image for streamlit app 2025-03-03 17:00:07 -03:00
Marcelo de Oliveira Rosa Prates
c7d0ab8548 Update app.py
Reduced max radius to 10km
2025-03-03 16:07:22 -03:00
Marcelo de Oliveira Rosa Prates
ab662fd09f Update README.md 2025-03-03 16:05:13 -03:00
Marcelo de Oliveira Rosa Prates
1d3eba9d26 Update README.md 2025-03-03 15:46:50 -03:00
Marcelo de Oliveira Rosa Prates
9994faca0d Update README.md 2025-03-03 15:45:57 -03:00
Marcelo de Oliveira Rosa Prates
e8f5dc4a39 Update README.md 2025-03-03 15:44:51 -03:00
marceloprates
06915bc803 updated app 2025-03-03 15:20:53 -03:00
marceloprates
8fd248e85e updated app 2025-03-03 15:16:02 -03:00
marceloprates
b8486d6d1c added setup.sh for streamlit cloud 2025-03-03 15:00:45 -03:00
marceloprates
bce6af8d18 updated app 2025-03-03 14:59:03 -03:00
marceloprates
97bfa4b8c3 Added packages.txt 2025-03-03 14:56:36 -03:00
marceloprates
9ca09a8b2c updated app 2025-03-03 14:54:29 -03:00
marceloprates
bd1dcb4ab8 updated app 2025-03-03 14:48:42 -03:00
marceloprates
9dea3e9812 Merge branch 'main' of github.com:marceloprates/prettymaps 2025-03-03 14:46:48 -03:00
marceloprates
fe064afa79 updated app 2025-03-03 14:46:40 -03:00
Marcelo de Oliveira Rosa Prates
d179e70db5 Added Dev Container Folder 2025-03-03 14:39:12 -03:00
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