18 skills found
ropensci / OsmextractDownload and import OpenStreetMap data from Geofabrik and other providers
gagan-bansal / Osm For My CountryIt's small effort to make OSM maps usage simple. This is a boilerplate combining many packages related to OSM. (beta)
mkoenigb / OSM Geofabrik Universal QML StyleA universal QML style set for OSM Geofabrik Shapefile extracts for use in QGIS
mikeqfu / PydriosmPyDriosm: An open-source tool for downloading, reading and PostgreSQL-based I/O of OpenStreetMap data
julien-noblet / Download GeofabrikA simple tool for downloading osm files.
HeikkiVesanto / QGIS OSM StylesQGIS Styles for Geofabrik OpenStreetMap Extracts
woodpeck / Postpass Opsoperational issues about the Postpass instance run on postpass.geofabrik.de
mansueto-institute / PrclzTopological and graph-theoretic tools to study urban infrastructure at global scale.
plepe / Osm2shpConverts osm-files to shapefiles. Based on osm2shp from Geofabrik, but with better configuration.
joshuafuller / Atak Vns Offline Routing Generator🗺️ Generate VNS-compatible offline routing data for ATAK from any worldwide region. Creates GraphHopper routing files for disconnected navigation in emergency operations and remote deployments.
BikeCitizens / Geofabrik ExtractsFind the smallest geofabrik extract which contains a given Polygon.
UrbanSystemsLab / Geofabrik OSM ExtractsMethod to extract layers and features from Open Street Maps to a local system.
ibarraespinosa / GeofabrikNo description available
PythonParaguay / Osm Paraguay DataOpenStreetMap Data Extracts to be included in http://download.geofabrik.de/
milos-agathon / Create Railway Map From OsmEager to use OpenStreetMap country-level data from GeoFabrik to create pretty maps but didn't know how? This repo shows 2 ways to download, process and map OSM data
iwpnd / Go Geofabrikunoffical geofabrik api client
ThomasIdgeo / OpenStreetMap QML StyleA universal QML style set for OSM Geofabrik Shapefile extracts for use in QGIS
Upasna22 / RideSharingThe main aim of this project is to combine Individual trips to shared trips to reduce total distance travelled by taxies and to reduce the number of trips. To achieve this we have used k-means clustering and some Trip matching techniques with passenger count and delay time constraints. We also evaluated distance saved and number of trips saved before and after ridesharing. Installing Tested our approach with New york city real time data. You can download the dataset from the link below. (dataset - https://uofi.app.box.com/NYCtaxidata/2/2332219935 ) Install python in your system (2.6 or above) Install mysql database and install package mysql.connector to connect to MySQL database from python To install Graphhopper API and build the function to calculate the distance and time between two points : The New York OSM file can be obtained from: http://download.geofabrik.de/north-america/us/new-york.html Install the latest JRE and get GraphHopper Server as zip (~9MB) Upzip the GraphHopper file and put the OSM file in the same dictionary. Run the command from window cmd under the dictionary: java -jar graphhopper-web-0.6.0-with-dep.jar jetty.resourcebase=webapp config=config-example.properties osmreader.osm=new-york-latest.osm.pbf Please note that Graphhopper must be running all the time while algorithm is running. Run Run the rideshare python file from the repositories using whichever python IDE you are working on.