Skip to content

oklabflensburg/open-monuments-gallery

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

opendata-kulturdenkmale-galerie

🇩🇪 Demo-Anwendung: Kulturdenkmale in Schleswig-Holstein, basierend auf dem Open-Data-Angebot des Landes Schleswig-Holstein.

🇬🇧 Demo application: Cultural monuments gallery, based on Open Data published by German federal state Schleswig-Holstein.

Data sources

The monument lists (German: „Denkmallisten“) by the Landesamt für Denkmalpflege Schleswig-Holstein can be accessed at the Open Data Portal Schleswig-Holstein. The webservice URLs used in this application point to their respective latest version:

Data structure

The JSON files contains a single array of objects with properties as shown in the following table.

Property Type Example Required
Adresse-Lage string Am Bondenholz 26, 26-30, 30 no
Beschreibung string Fertig-Holzhaus auf gemauertem Sockel ...
Bezeichnung string Obsthof Mehrens
Kulturdenkmaltyp string Sachgesamtheit
Schutzumfang string[] ["Obsthof", "Gärtnerhaus", "Apfelwiese"] no
Gemeinde string Neumünster, Stadt
Begründung string[] ["Geschichtlich", "Künsterlich", "Kulturlandschaftlich"] no
Objektnummer int 42758
Kreis string Stadt Neumünster
FotoURL string https://example.org/photo.jpg no

Working with the data

Some of the JSON properties are not mandatory. This means: If the absence of a value is to be displayed, the field is not marked with a null value, but is missing in the object.

Caution with photo URLs: Some objects provide URLs to photo resources which in fact do not exist. The server in these cases does not respond with 404 Not Found but with 200 OK instead, sending along a white image with black text “kein Foto vorhanden”.

Development

  1. Clone repo.
  2. Start a small web server: http://localhost:8020/
  3. Watch changes in css/index.css to build assets/index.css with postcss:
$ php -S localhost:8020
$ npm run watch

Acknowledgements

Authors

Carsten Witt · tomkyle.net

Licenses

About

Demo-Galerie mit Kulturdenkmalen aus Schleswig-Holstein auf der Basis von Open Data

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors