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%
Find a file
Repository files (latest commit first)
Filename Latest commit message Latest commit date
2024-12-10 15:45:06 +01:00
.github/workflows fixed version 2023-05-02 10:15:03 +02:00
docs package update 2022-05-17 11:40:40 +02:00
example Fixed an issue where the wrong proxy was used 2024-12-10 15:45:06 +01:00
images Updated legend canton LU 2024-04-22 09:43:17 +02:00
src Fixed an issue where the wrong proxy was used 2024-12-10 15:45:06 +01:00
.babelrc initial commit 2021-11-29 14:18:47 +01:00
.gitignore no error on getting WMS definition for ESRI REST 2022-01-06 07:50:56 +01:00
cantons.json Changed wms settings for canton NW and OW 2024-12-10 11:58:47 +01:00
LICENSE Create LICENSE 2021-12-01 08:45:31 +01:00
package-lock.json fix for upcoming changes in canton SZ 2023-11-14 09:34:47 +01:00
package.json package update 2023-01-17 13:38:25 +01:00
README.md Update README.md 2022-01-04 10:34:25 +01:00
test.js fixed typo 2022-04-25 08:34:28 +02:00
webpack.config.cjs Cross-compatibility with node.js and webpack 2021-12-23 16:30:01 +01:00

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

Run tests and publish results to github pages

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.