{"id":19881425,"url":"https://github.com/giscience/osmgpxpreprocessor","last_synced_at":"2026-03-09T15:30:56.630Z","repository":{"id":36345806,"uuid":"40650545","full_name":"GIScience/osmgpxpreprocessor","owner":"GIScience","description":"Pre-processing tools for incline computation with OSM GPX files","archived":false,"fork":false,"pushed_at":"2016-06-24T14:35:19.000Z","size":21,"stargazers_count":3,"open_issues_count":0,"forks_count":2,"subscribers_count":10,"default_branch":"master","last_synced_at":"2025-03-05T16:30:14.070Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"lgpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/GIScience.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2015-08-13T09:30:29.000Z","updated_at":"2017-09-24T13:34:59.000Z","dependencies_parsed_at":"2022-09-09T23:40:39.878Z","dependency_job_id":null,"html_url":"https://github.com/GIScience/osmgpxpreprocessor","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/GIScience/osmgpxpreprocessor","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GIScience%2Fosmgpxpreprocessor","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GIScience%2Fosmgpxpreprocessor/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GIScience%2Fosmgpxpreprocessor/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GIScience%2Fosmgpxpreprocessor/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/GIScience","download_url":"https://codeload.github.com/GIScience/osmgpxpreprocessor/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GIScience%2Fosmgpxpreprocessor/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30301109,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-09T14:33:48.460Z","status":"ssl_error","status_checked_at":"2026-03-09T14:33:48.027Z","response_time":61,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-11-12T17:14:12.969Z","updated_at":"2026-03-09T15:30:56.610Z","avatar_url":"https://github.com/GIScience.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"# OsmGpxPreprocessor\nOsmGpxPreprocessor is a tool to preprocess OSM gpx traces. It does following processing:\n\t-\tsplit trace at trackpoints with long distance to consecutive track point\n\t-\tsplit trace at trackpoints with high change in elevation to consecutive track point\n\t-   smooth elevation profile of trace\n\t\nIdeally, the traces have been imported to the PostgresQL/PostGIS database, using the [OsmGpxFilter](https://github.com/GIScience/osmgpxfilter)\n\n\n### Getting started\n\n1. install maven\n2. install git\n3. clone project `$ git clone https://github.com/GIScience/osmgpxpreprocessor`\n4. go into project directory `$ cd osmgpxpreprocessor/`\n5. if necessary, adjust the properties file in resources/preprocessor.properties\n6. run maven `$ mvn clean package`\n7. start application `java -jar target/osmgpxpreprocessor-0.1.jar \u003cargs\u003e`\n\n### Usage\n```\n -h,--help              displays help\nRequired Arguments:\n -D,--database          Name of database\n -PW,--password \u003carg\u003e   Password of DB-User\n -U,--user \u003carg\u003e        Name of DB-Username\n\n\nOptional Arguments:\n -H,--host \u003carg\u003e        Database host \u003cdefault:localhost\u003e\n -P,--port \u003carg\u003e        Database port \u003cdefault:5432\u003e\n -s \u003carg\u003e               Suffix of output table in database. \u003cdefault:preprocessed\u003e\n \nExample java -jar target/osmgpxpreprocessor-0.1.jar -D gpx_db -U postgres -PW xxx\n\n\n ```\n \n### Citation\n\nWhen using this software for scientific purposes, please cite:\n\nJohn, S., Hahmann, S., Rousell, A., Loewner, M., Zipf, A. (2016): Deriving incline values for street networks from voluntarily collected GPS traces. Cartography and Geographic Information Science (CaGIS). Taylor \u0026 Francis. http://dx.doi.org/10.1080/15230406.2016.1190300 (author manuscript: http://koenigstuhl.geog.uni-heidelberg.de/publications/2016/Hahmann/John_et_al_2016.pdf, version as accepted).\n \n \n ```\n /*|----------------------------------------------------------------------------------------------\n *|\t\t\t\t\t\t\t\t\t\t\t\t\t\tHeidelberg University\n *|\t  _____ _____  _____      _                     \tDepartment of Geography\t\t\n *|\t / ____|_   _|/ ____|    (_)                    \tChair of GIScience\n *|\t| |  __  | | | (___   ___ _  ___ _ __   ___ ___ \t(C) 2014\n *|\t| | |_ | | |  \\___ \\ / __| |/ _ \\ '_ \\ / __/ _ \\\t\n *|\t| |__| |_| |_ ____) | (__| |  __/ | | | (_|  __/\tBerliner Strasse 48\t\t\t\t\t\t\t\t\n *|\t \\_____|_____|_____/ \\___|_|\\___|_| |_|\\___\\___|\tD-69120 Heidelberg, Germany\t\n *|\t        \t                                       \thttp://www.giscience.uni-hd.de\n *|\t\t\t\t\t\t\t\t\n *|----------------------------------------------------------------------------------------------*/\n ```\n ","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgiscience%2Fosmgpxpreprocessor","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgiscience%2Fosmgpxpreprocessor","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgiscience%2Fosmgpxpreprocessor/lists"}