Activity
Implemented setup.py
for simplified installation using pip
Implemented
setup.py
for simplified installation using pip
Update README file. Installation added
Update README file. Installation added
Added validity check for geocoded location
Added validity check for geocoded location
Add centroid calculation for way areas, enhancing response with centr…
Add centroid calculation for way areas, enhancing response with centr…
Compress images in README.md to improve repository size
Compress images in README.md to improve repository size
Updated function to return subarea names along with their subarea cou…
Updated function to return subarea names along with their subarea cou…
Fix ValueError for linearring in polygons with fewer than 4 unique po…
Fix ValueError for linearring in polygons with fewer than 4 unique po…
Refactor imports in the overpass_operations.py and overpass_queries.p…
Refactor imports in the overpass_operations.py and overpass_queries.p…
Remove osmlf.py. Renamed to main.py
Remove osmlf.py. Renamed to main.py
Refactored imports in the osmlf modules to use relative paths and ren…
Refactored imports in the osmlf modules to use relative paths and ren…
Refactor code to improve modularity and code organization
Refactor code to improve modularity and code organization
Added waterway
method to retrieve waterway information from Overpas…
Added
waterway
method to retrieve waterway information from Overpas…Added natural
method to retrieve natural information from Overpass API
Added
natural
method to retrieve natural information from Overpass APIAdded railway
method to retrieve railway information from Overpass API
Added
railway
method to retrieve railway information from Overpass APIAdded tourism
method to retrieve tourism information from Overpass API
Added
tourism
method to retrieve tourism information from Overpass APIThe total_distance
method has been refactored to improve its functi…
The
total_distance
method has been refactored to improve its functi…Refactor method's docstring for improved clarity and information
Refactor method's docstring for improved clarity and information