Here you can find the latest version of OpenGeoSys. But be warned: although this version was
successfully tested by the continuous integration system it may be unstable or incomplete...
Downloads
Downloads for the current development version of OpenGeoSys can be found on our continuous integration system:
{{ range .Params.head_downloads }}
-
{{ .name }}
{{ if .note }} ({{ .note | markdownify }}){{ end }}
{{ end }}
{{ range first 1 .Data.Pages }}
{{ partial "releases/single.html" . }}
{{ end }}
Older releases
{{ range $index, $element := .Data.Pages }}
{{ if (ne $index 0) }}
- {{ .Title }}, {{.Params.release_date}}
{{ end }}
{{ end }}
{{ $data := dict }}
{{ $url := "https://api.github.com/repos/ufz/ogs/releases" }}
{{ with resources.GetRemote $url }}
{{ $data = . | transform.Unmarshal }}
{{ end }}
{{ range $index, $element := $data }}
{{ if not (eq $index 0) }}
{{ if and (not .draft) (not .prerelease) }}
-
OpenGeoSys {{ .tag_name }}
{{ end }}
{{ end }}
{{ end }}
OpenGeoSys-5
{{ with .Site.GetPage "/ogs-5" }}{{ .Content | markdownify }}{{ end }}