Skip to content

OpenDiveDir/DataCompilerAction

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Open Dive Directory data compiler

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

Parameters

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

Releasing

Use rollup to create packaged releases under /dest.

rollup --config rollup.config.js

About

A GitHub action which will fetch scuba-diving related geodata from Open Street Map

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors