Skip to content

Latest commit

 

History

History
89 lines (58 loc) · 2.98 KB

README.md

File metadata and controls

89 lines (58 loc) · 2.98 KB

All Contributors

Umweltatlas Prototyp

This is a functional MVP of a map-based 'Umweltatlas' prototype that is implemented with the master v2 portal software. On the one hand, this is intended to explore the technical feasibility and the effort required to implement the proposals and, on the other hand, to provide an improved decision-making basis for final requirements for an extension or further development of the existing environmental atlas.

Update: It was decided to implement the new map-based 'Umweltatlas' using the masterportal v3 software. The repo can be found here

This readme is a work in progress.

Masterportal

The Masterportal is a tool-kit to create geo web applications based on OpenLayers, Vue.js and Backbone.js. The Masterportal is Open Source Software published under the MIT License.

The Masterportal is a project by Geowerkstatt Hamburg.

Notes

When setting up this had to be removed from devDependencies: "canvas": "^2.11.0",

About the scraper

The scraper, scrapes the Umweltaltas website and creates a Masterportal "Themenbaum" that is structured like the website.

Important: The script has been adapted to the Masterportal v3 logic.

Run these scripts in order:

// the actual scraper
  node index.js
  // corrects names and structur in the Themenbaum
  node sortAndCleanResult.js
  // update services
  node updateServices.js

The files we need for the Masterportal v3 are found in the out folder:

configFachdatenSortedAndCleaned.json and servicesUpdated.json

Contributing

Before you create a pull request, write an issue so we can discuss your changes.

Contributors

Thanks goes to these wonderful people (emoji key):

This project follows the all-contributors specification. Contributions of any kind welcome!

Credits

A project by

Related Projects