{"id":20455430,"url":"https://github.com/simplexspatial/simplexspatial-loader-osm","last_synced_at":"2026-05-10T17:37:18.751Z","repository":{"id":144563156,"uuid":"247066298","full_name":"simplexspatial/simplexspatial-loader-osm","owner":"simplexspatial","description":"Utility to load data from OSM files to Simplexspatial","archived":false,"fork":false,"pushed_at":"2020-05-12T10:22:41.000Z","size":569,"stargazers_count":1,"open_issues_count":1,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-01-15T23:28:23.568Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Scala","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/simplexspatial.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2020-03-13T12:28:21.000Z","updated_at":"2020-05-12T10:22:44.000Z","dependencies_parsed_at":null,"dependency_job_id":"2155a816-6283-43c2-a77b-e8e276053b7c","html_url":"https://github.com/simplexspatial/simplexspatial-loader-osm","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/simplexspatial%2Fsimplexspatial-loader-osm","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/simplexspatial%2Fsimplexspatial-loader-osm/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/simplexspatial%2Fsimplexspatial-loader-osm/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/simplexspatial%2Fsimplexspatial-loader-osm/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/simplexspatial","download_url":"https://codeload.github.com/simplexspatial/simplexspatial-loader-osm/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":242006161,"owners_count":20056515,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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-15T11:18:52.162Z","updated_at":"2026-05-10T17:37:18.720Z","avatar_url":"https://github.com/simplexspatial.png","language":"Scala","funding_links":[],"categories":[],"sub_categories":[],"readme":"# SimplexSpatial OSM loader\n\nUtility to load OSM networks into a [Simplexspatial server](https://github.com/simplexspatial/simplexspatial).\n\nThe tool will apply back-pressure to the flow, so the performance depends on the server. Memory usage is minimal.  \n\n```\nosm file -\u003e keep nodes and ways -\u003e batch generation -\u003e Sink into\n```\n \n\n## Packaging\n\nThe following command will generate a distributable packages into `target/universal`\n\n```bash\nsbt clean universal:packageZipTarball\n```\n\nIt will generate a 50M tar `{source_root}/target/universal/simplexspatial-loader-osm-\u003cversion\u003e.tgz`\nwith all the necessary stuff to run the utility.\n\n## Running\n\n### Running thru sbt\nTo create a package with all necessary inside, execute the follow command:\n\n```bash\nsbt \"loadOSM/runMain com.simplexportal.spatial.loadosm.Main --block-size=300 /home/angelcerveraclaudio/Downloads/osm/ireland-and-northern-ireland-latest.osm.pbf\"\n```\n\n### Running thru CLI\nUsing the previous zip, uncompress it and from the folder where you\nuncompressed:\n\n```bash\nbin/simplexspatial-loader-osm \\\n    -java-home /usr/lib/jvm/java-8-openjdk-amd64 \\\n    -jvm-debug 9009 \\\n    -J-Xms64m \\\n    -J-Xmx128m  \\\n    --block-size=300 \\\n    /home/angelcc/Downloads/osm/ireland-and-northern-ireland-latest.osm.pbf\n\nbin/simplexspatial-loader-osm \\\n    -java-home /usr/lib/jvm/java-8-openjdk-amd64 \\\n    -jvm-debug 9009 \\\n    -J-Xms1G \\\n    -J-Xmx4G  \\\n    --block-size=300 \\\n    /home/angelcc/Downloads/osm/ireland-and-northern-ireland-latest.osm.pbf\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsimplexspatial%2Fsimplexspatial-loader-osm","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsimplexspatial%2Fsimplexspatial-loader-osm","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsimplexspatial%2Fsimplexspatial-loader-osm/lists"}