{"id":37735111,"url":"https://github.com/sledilnik/aed-data","last_synced_at":"2026-01-16T13:59:20.005Z","repository":{"id":40494132,"uuid":"445089725","full_name":"sledilnik/aed-data","owner":"sledilnik","description":"AED (Automatic External Defibrilator) Data for Slovenia","archived":false,"fork":false,"pushed_at":"2026-01-10T06:48:53.000Z","size":334,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":8,"default_branch":"main","last_synced_at":"2026-01-11T01:56:38.137Z","etag":null,"topics":["aed","defiblocations","defibrillator","defibrillators","emergency-medical-services","slovenia","slovenija"],"latest_commit_sha":null,"homepage":"","language":"Python","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/sledilnik.png","metadata":{"files":{"readme":"README.md","changelog":null,"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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2022-01-06T08:05:07.000Z","updated_at":"2026-01-10T06:48:57.000Z","dependencies_parsed_at":"2026-01-08T04:01:09.870Z","dependency_job_id":null,"html_url":"https://github.com/sledilnik/aed-data","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/sledilnik/aed-data","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sledilnik%2Faed-data","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sledilnik%2Faed-data/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sledilnik%2Faed-data/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sledilnik%2Faed-data/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/sledilnik","download_url":"https://codeload.github.com/sledilnik/aed-data/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sledilnik%2Faed-data/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28479055,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-16T11:59:17.896Z","status":"ssl_error","status_checked_at":"2026-01-16T11:55:55.838Z","response_time":107,"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":["aed","defiblocations","defibrillator","defibrillators","emergency-medical-services","slovenia","slovenija"],"created_at":"2026-01-16T13:59:17.588Z","updated_at":"2026-01-16T13:59:19.998Z","avatar_url":"https://github.com/sledilnik.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# AED (Automatic External Defibrilator) Data Collection - Sledilnik.org\n\n[![Update](https://github.com/sledilnik/aed-data/actions/workflows/update.yml/badge.svg)](https://github.com/sledilnik/aed-data/actions/workflows/update.yml)\n\n## Sources\n\n| Status             | Source                                                              | License                                         | Credit                      | Local data                                                               | Links                                                                                                                                                              |\n|--------------------|---------------------------------------------------------------------|-------------------------------------------------|-----------------------------|--------------------------------------------------------------------------|--------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| :white_check_mark: | [OpenStreetMap](https://openstreetmap.org)                          | [ODbL](https://www.openstreetmap.org/copyright) | ©OpenStreetMap contributors | [openstreetmap.org/slovenia.csv](sources/openstreetmap.org/slovenia.csv) | [`emergency=defibrillator`](https://wiki.openstreetmap.org/wiki/Tag:emergency%3Ddefibrillator), [Overpass API](https://overpass-turbo.eu/s/1eNQ)                   |\n| :x:                | [Dispečerska služba zdravstva](https://www.dsz.si/index.php/sl/aed) / https://aed.dsz.si/ | ?                                               |                             |                                                                          |                                                                                                                                                                    |\n| :x:                | [AED baza Slovenije](https://aed-baza.si/)                          | ?                                               |                             |                                                                          |                                                                                                                                                                    |\n| :x:                | [Portal OPSI (Odprti Podatki Slovenije)](https://podatki.gov.si)    | various                                         | Various municipalities      | [podatki.gov.si](sources/podatki.gov.si/)                                | [API](https://podatki.gov.si/api/view/store/apis/info?name=OPSI_osnovni\u0026version=2.2.3\u0026provider=admin), [search](https://podatki.gov.si/data/search?s=defibrilator) |\n| :x:                | [Sebastian Pleško](https://plesko.si/aed/)                          | ?                                               | ?individual contributors    | [plesko.si](sources/plesko.si/)                                          | [CSV](https://plesko.si/aed/db.csv)                                                                                                                                |\n\n## Add / edit data in OpenStreetMap:\n\n* https://openaedmap.org/#map=9/46.022/14.624\n* https://mapcomplete.osm.be/aed.html?lat=46.0525\u0026lon=14.52289\u0026language=sl - with pictures\n\n## How to run scripts\n\n___\nIn this folder run:\n\n1. `python3.8 -m venv venv` or `virtualenv -p python3.8 venv`\n2. `source venv/bin/activate`\n3. `pip install -r requirements.txt`\n4. `python update.py`\n\n## Updating data\n\nGitHub :octocat: workflows are scheduled to be ran periodically and can also be triggered manually on the [Actions](https://github.com/sledilnik/aed-data/actions) page.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsledilnik%2Faed-data","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsledilnik%2Faed-data","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsledilnik%2Faed-data/lists"}