-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpubliccode.yml
More file actions
62 lines (54 loc) · 1.72 KB
/
publiccode.yml
File metadata and controls
62 lines (54 loc) · 1.72 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
publiccodeYmlVersion: 0.5.0
name: drillapi
applicationSuite: drillcheck
url: https://github.com/SFOE/drillapi
landingURL: drillapi.drillcheck-prod.prometheon.bfe.admin.ch
isBasedOn: https://fastapi.tiangolo.com/
softwareVersion: v0.1.10
releaseDate: 2026-03-18
platforms:
- web
categories:
- geographic-information-systems
developmentStatus: stable
softwareType: standalone/backend
organisation:
uri: https://www.bfe.admin.ch
description:
en:
localisedName: Drillapi
shortDescription: Suitability for geothermal drilling in switzerland REST API
querying cantonal geoservices
longDescription: >
Query the cantonal geoservices to know whether a site in Switzerland is
suitable for a geothermal drilling.
What does this FastAPI project do ?
- take x/y coordinates in EPSG:2056 on route /v1/x/y
- find in which canton the coordinates are and retrieve specific
geoservice configuration
- send request to corresponding cantonal geoservices, depending on
location
- process and reclass the results (1: OK, 2: With restriction, 3:
Forbidden, 4: Unknown or Service Error)
- return response used by drill-frontend vuejs web app
documentation: https://github.com/SFOE/drillapi
apiDocumentation: drillapi.drillcheck-prod.prometheon.bfe.admin.ch/docs
features:
- Get geothermal drilling suitability at given x/y location in swiss
reference system MN95
legal:
license: AGPL-3.0-only
maintenance:
type: internal
contacts:
- name: SFOEN
email: contact@bfe.admin.ch
phone: +41 58 462 56 11
affiliation: geoinformation@bfe.admin.ch
localisation:
localisationReady: true
availableLanguages:
- de
- fr
- it
- en