This is a GitHub action which will fetch scuba-diving related geodata from OpenStreetMap.
Source: https://github.com/OpenDiveDir/DataCompilerAction
The types of record which can be retrieved are:
- Dive sites
- Dive centers
- Dive clubs
- Harbors
- Hyperbaric chambers
- Hospitals
| Parameter | Meaning | Default |
|---|---|---|
| destdir | Directory to save the geodata file | ${GITHUB_WORKSPACE} |
| endpoint | URL of the Overpass API server | https://overpass-api.de/api/interpreter |
| timeout | Maximum query time (in milliseconds) | 30000 |
| format | Output format: xml/json/geojson | geojson |
| user-agent | User-Agent to send to the API server | ODD GitHub Action +https://github.com/OpenDiveDir/DataCompilerAction |
| inc-sites | Include dive sites in the result | true |
| inc-centers | Include dive centers in the result | true |
| inc-clubs | Include clubs in the result | true |
| inc-harbors | Include harbors in the result | true |
| inc-chambers | Include hyperbaric chambers in the result | true |
| inc-hospitals | Include hospitals in the result | true |
Use rollup to create packaged releases under /dest.
rollup --config rollup.config.js