{"id":16603379,"url":"https://github.com/dbrgn/evmap-osm","last_synced_at":"2026-04-21T19:32:27.763Z","repository":{"id":66130044,"uuid":"413148309","full_name":"dbrgn/evmap-osm","owner":"dbrgn","description":"EVMap OSM Data Updater PoC","archived":false,"fork":false,"pushed_at":"2025-10-01T22:48:01.000Z","size":42,"stargazers_count":1,"open_issues_count":2,"forks_count":3,"subscribers_count":2,"default_branch":"main","last_synced_at":"2026-01-11T12:59:48.317Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Shell","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/dbrgn.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE-APACHE","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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2021-10-03T17:27:54.000Z","updated_at":"2025-09-21T22:26:20.000Z","dependencies_parsed_at":"2023-03-10T23:39:32.307Z","dependency_job_id":null,"html_url":"https://github.com/dbrgn/evmap-osm","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/dbrgn/evmap-osm","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dbrgn%2Fevmap-osm","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dbrgn%2Fevmap-osm/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dbrgn%2Fevmap-osm/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dbrgn%2Fevmap-osm/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/dbrgn","download_url":"https://codeload.github.com/dbrgn/evmap-osm/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dbrgn%2Fevmap-osm/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32106638,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-21T11:25:29.218Z","status":"ssl_error","status_checked_at":"2026-04-21T11:25:28.499Z","response_time":128,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: 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-10-12T00:49:50.635Z","updated_at":"2026-04-21T19:32:27.748Z","avatar_url":"https://github.com/dbrgn.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# EVMap OSM Data Updater (PoC)\n\nThis is a proof-of-concept for a charging station data fetcher for\nOpenStreetMap. The script fetches all charging stations worldwide through the\nOverpass API, preprocesses the data and writes it to a gzip-compressed JSON\nfile.\n\n## Requirements\n\n- [curl](https://curl.se/)\n- [jq](https://stedolan.github.io/jq/)\n- [gzip](https://www.gnu.org/software/gzip/)\n\n## Data Format\n\nThe resulting gzipped JSON file contains data in the following format:\n\n```json5\n{\n  \"timestamp\": 1633282807.294814, // UNIX timestamp in seconds\n  \"elements\": [\n    {\n      // Unique numeric ID\n      \"id\": 9079237567,\n      // Latitude, longitude (WGS84 coordinates, I assume)\n      \"lat\": 47.0701573,\n      \"lon\": 7.5664432,\n      // Timestamp of last update\n      \"timestamp\": \"2021-09-10T11:47:56Z\",\n      // Numeric, monotonically increasing version number\n      \"version\": 1,\n      // User that last modified this POI\n      \"user\": \"dbrgn\",\n      // Raw key-value OSM tags\n      \"tags\": {\n        \"amenity\": \"charging_station\",\n        ...\n      }\n    },\n    ...\n  ]\n}\n```\n\nFor the tagging schema, see \u003chttps://wiki.openstreetmap.org/wiki/DE:Tag:amenity%3Dcharging_station\u003e\n\n## Usage\n\nSimply invoke the script:\n\n    ./load-overpass.sh\n\nNote: The API query may take multiple minutes. The default timeout is set to 15\nminutes, but depending on the load on the API endpoint, this may not be\nsufficient.\n\nThe script can be adjusted by editing the configuration variables. Possible\nconfiguration variables include the Overpass API endpoint or the download\ntimeout.\n\n## License\n\nLicensed under either of\n\n * Apache License, Version 2.0 ([LICENSE-APACHE](LICENSE-APACHE) or\n   http://www.apache.org/licenses/LICENSE-2.0)\n * MIT license ([LICENSE-MIT](LICENSE-MIT) or\n   http://opensource.org/licenses/MIT) at your option.\n\n### Contributions\n\nUnless you explicitly state otherwise, any contribution intentionally submitted\nfor inclusion in the work by you, as defined in the Apache-2.0 license, shall\nbe dual licensed as above, without any additional terms or conditions.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdbrgn%2Fevmap-osm","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdbrgn%2Fevmap-osm","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdbrgn%2Fevmap-osm/lists"}