{"id":17078913,"url":"https://github.com/stefanb/rabasplitforosm","last_synced_at":"2026-04-30T18:32:09.662Z","repository":{"id":137801776,"uuid":"46701061","full_name":"stefanb/RabaSplitForOSM","owner":"stefanb","description":"RABA-KGZ split scripts for OpenStreetMap import","archived":false,"fork":false,"pushed_at":"2022-09-30T14:48:18.000Z","size":360,"stargazers_count":1,"open_issues_count":0,"forks_count":1,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-23T12:30:12.693Z","etag":null,"topics":["opendata","openstreetmap","shapefile","slovenia","slovenija"],"latest_commit_sha":null,"homepage":null,"language":"Shell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/stefanb.png","metadata":{"files":{"readme":"README.md","changelog":"newSplitID_improve1_EPSG4326/newSplitID_improve1_EPSG4326.dbf","contributing":null,"funding":null,"license":null,"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":"2015-11-23T06:28:30.000Z","updated_at":"2022-08-19T20:18:18.000Z","dependencies_parsed_at":"2023-05-22T14:30:27.777Z","dependency_job_id":null,"html_url":"https://github.com/stefanb/RabaSplitForOSM","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/stefanb/RabaSplitForOSM","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stefanb%2FRabaSplitForOSM","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stefanb%2FRabaSplitForOSM/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stefanb%2FRabaSplitForOSM/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stefanb%2FRabaSplitForOSM/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/stefanb","download_url":"https://codeload.github.com/stefanb/RabaSplitForOSM/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stefanb%2FRabaSplitForOSM/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32473804,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-30T13:12:12.517Z","status":"ssl_error","status_checked_at":"2026-04-30T13:12:06.837Z","response_time":57,"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":["opendata","openstreetmap","shapefile","slovenia","slovenija"],"created_at":"2024-10-14T12:23:58.966Z","updated_at":"2026-04-30T18:32:09.647Z","avatar_url":"https://github.com/stefanb.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"Raba split for OpenStreetMap import\n===================================\n\nThese scripts prepare the RABA-KGZ source shapefile into form suitable for\nimport into OpenStreetMap, by performing these actions:\n* Re-project source from Gauss-Krueger/D48 into EPSG:4326 (aka ETRS89, WGS84) using [GeoCoordinateConverter](https://github.com/mrihtar/GeoCoordinateConverter)\n* Split the reprojected shapefile into smaller 2x3 km sections as defined in [split grid](newSplitID_improve1_EPSG4326), manage-able for import\n* Dissolve (join) neighboring polygons of same type into one\n* Tag the splits with OpenStreetMap tags directly as defined in [mapping table](SIF_RABA.csv).\n* Hack the produced shapefile to include 11-character fieldname and special character (namely \"[source:date](https://wiki.openstreetmap.org/wiki/Key:source:date)\" and \"[raba:id](https://wiki.openstreetmap.org/wiki/Key:raba:id)\" OSM tags)\n* Zip all the parts of shapefile for import using JOSM with opengeodata plugin\n* Optional: use JOSM remote control via dedicated [raba.openstreetmap.si](http://raba.openstreetmap.si) website ([source in git](https://github.com/openstreetmap-si/raba.openstreetmap.si)) to perform import\n\n### Requirements\n\n* Source shapefile from http://rkg.gov.si/GERK/, eg. [RABA_2015_10_31.RAR](http://rkg.gov.si/GERK/documents/RABA_2015_10_31.RAR) (600 MB)\n* [GeoCoordinateConverter](https://github.com/mrihtar/GeoCoordinateConverter) (http://geocoordinateconverter.tk) was needed to convert old national D48 Gauss Krueger source before it was available in D96 Traverse Mercator\n* [```ogr2ogr```](http://www.gdal.org/ogr2ogr.html) from [GDAL suite](http://www.gdal.org/index.html)\n* [```bbe```](https://tracker.debian.org/pkg/bbe) Binary block editor\n\n### Usage\n\n1. Run the main script:\n\n    ```bash\n    ./prepareSource.sh\n    ```\n\n2. \n\n3. Wait an hour for the script to finish - for best results just put it in cron and enjoy .\n\n### More info\n\n* [Slovenia Landcover Import - RABA-KGZ](https://wiki.openstreetmap.org/wiki/Slovenia_Landcover_Import_-_RABA-KGZ) wiki page\n* [OSM Forum topic](http://forum.openstreetmap.org/viewtopic.php?pid=449111)\n\n### Credits\n\n* OpenStreetMap local and global community\n* Matjaž Rihtar (author of [GeoCoordinateConverter](http://geocoordinateconverter.tk))\n* Štefan Baebler (author of RabaSplitForOSM and [raba.openstreetmap.si](http://raba.openstreetmap.si))\n* [Ministry of Agriculture, Forestry and Food](http://www.mkgp.gov.si) (authors of RABA source data)\n* [FOSSGIS](http://wiki.openstreetmap.org/wiki/FOSSGIS) (hosting via their sponsor Strato)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstefanb%2Frabasplitforosm","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fstefanb%2Frabasplitforosm","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstefanb%2Frabasplitforosm/lists"}