https://github.com/sledilnik/aed-data
AED (Automatic External Defibrilator) Data for Slovenia
https://github.com/sledilnik/aed-data
aed defiblocations defibrillator defibrillators emergency-medical-services slovenia slovenija
Last synced: 5 months ago
JSON representation
AED (Automatic External Defibrilator) Data for Slovenia
- Host: GitHub
- URL: https://github.com/sledilnik/aed-data
- Owner: sledilnik
- Created: 2022-01-06T08:05:07.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2026-01-10T06:48:53.000Z (5 months ago)
- Last Synced: 2026-01-11T01:56:38.137Z (5 months ago)
- Topics: aed, defiblocations, defibrillator, defibrillators, emergency-medical-services, slovenia, slovenija
- Language: Python
- Homepage:
- Size: 326 KB
- Stars: 1
- Watchers: 8
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# AED (Automatic External Defibrilator) Data Collection - Sledilnik.org
[](https://github.com/sledilnik/aed-data/actions/workflows/update.yml)
## Sources
| Status | Source | License | Credit | Local data | Links |
|--------------------|---------------------------------------------------------------------|-------------------------------------------------|-----------------------------|--------------------------------------------------------------------------|--------------------------------------------------------------------------------------------------------------------------------------------------------------------|
| :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) |
| :x: | [Dispečerska služba zdravstva](https://www.dsz.si/index.php/sl/aed) / https://aed.dsz.si/ | ? | | | |
| :x: | [AED baza Slovenije](https://aed-baza.si/) | ? | | | |
| :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&version=2.2.3&provider=admin), [search](https://podatki.gov.si/data/search?s=defibrilator) |
| :x: | [Sebastian Pleško](https://plesko.si/aed/) | ? | ?individual contributors | [plesko.si](sources/plesko.si/) | [CSV](https://plesko.si/aed/db.csv) |
## Add / edit data in OpenStreetMap:
* https://openaedmap.org/#map=9/46.022/14.624
* https://mapcomplete.osm.be/aed.html?lat=46.0525&lon=14.52289&language=sl - with pictures
## How to run scripts
___
In this folder run:
1. `python3.8 -m venv venv` or `virtualenv -p python3.8 venv`
2. `source venv/bin/activate`
3. `pip install -r requirements.txt`
4. `python update.py`
## Updating data
GitHub :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.