mirror of
https://github.com/SFOE/SuitabilityGeothermalDrillingSwitzerland.git
synced 2026-08-26 00:14:25 +00:00
SuitabilityGeothermalDrillingSwitzerland is an open source Java script library that allows to query the cantonal interfaces whether a site in Switzerland is suitable for a geothermal drilling. This library is supporting the web app www.kann-ich-bohren.ch. | Read-only mirror of https://github.com/SFOE/SuitabilityGeothermalDrillingSwitzerland — Bundesamt für Energie. Issues & pull requests at the source.
- JavaScript 50.4%
- HTML 49.6%
| Filename | Latest commit message | Latest commit date |
|---|---|---|
| .github/workflows | ||
| docs | ||
| example | ||
| images | ||
| src | ||
| .babelrc | ||
| .gitignore | ||
| cantons.json | ||
| LICENSE | ||
| package-lock.json | ||
| package.json | ||
| README.md | ||
| test.js | ||
| webpack.config.cjs | ||
SuitabilityGeothermalDrillingSwitzerland
SuitabilityGeothermalDrillingSwitzerland is an open source Java script library that allows to query the cantonal interfaces whether a site in Switzerland is suitable for a geothermal drilling.
This library is supporting the web app www.kann-ich-bohren.ch and was developped by Geotest AG.
Documentation
The documentation and description of the library can be found at sfoe.github.io/SuitabilityGeothermalDrillingSwitzerland.
Further information on the topic
https://www.bfe.admin.ch/bfe/en/home/supply/renewable-energy/geothermal-energy.html
Monitoring of the cantonal interfaces
See the results
Building and running with Node.js
First steps
On first check out run
npm install
to load all node_modules.
Building the application
This project has been created using webpack-cli, you can run
npm run build
to bundle your application or
npm run serve
to start the application on localhost 🚀
Running with Node.js
Run
node .\test.js
to work and debug in Node.js.