This Semantic Container provides data from seismic activities in Austria and worldwide made available by ZAMG.
Docker Image: https://hub.docker.com/r/semcon/sc-seismic
To get a general introduction to the use of Semantic Containers please refer to the SemCon Tutorial.
Start container locally:
$ docker pull semcon/sc-seismic
$ docker run -d -p 3000:3000 semcon/sc-seismic
Access data:
$ curl http://localhost:3000/api/data
This section lists examples how to use this Semantic Container.
Download and run the following Jupyter Notebook to visualize past earthquakes as provided by the Semantic Container:
seismic.ipynb
Please report any bugs or feature requests in the GitHub Issue-Tracker and follow the Contributor Guidelines.
If you want to develop yourself, follow these steps:
- Fork it!
- Create a feature branch:
git checkout -b my-new-feature
- Commit your changes:
git commit -am 'Add some feature'
- Push to the branch:
git push origin my-new-feature
- Send a pull request