Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/technologiestiftung/umweltatlas-masterportal
https://github.com/technologiestiftung/umweltatlas-masterportal
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/technologiestiftung/umweltatlas-masterportal
- Owner: technologiestiftung
- License: mit
- Created: 2023-11-21T12:49:04.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-04-19T13:11:52.000Z (9 months ago)
- Last Synced: 2024-04-19T20:24:49.713Z (9 months ago)
- Language: JavaScript
- Size: 16.4 MB
- Stars: 1
- Watchers: 5
- Forks: 0
- Open Issues: 11
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
![](https://img.shields.io/badge/Built%20with%20%E2%9D%A4%EF%B8%8F-at%20Technologiestiftung%20Berlin-blue)
[![All Contributors](https://img.shields.io/badge/all_contributors-0-orange.svg?style=flat-square)](#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](https://github.com/technologiestiftung/umweltatlas-masterportal-v3)
_This readme is a work in progress._
## Masterportal
The Masterportal is a tool-kit to create geo web applications based on [OpenLayers](https://openlayers.org), [Vue.js](https://vuejs.org/) and [Backbone.js](https://backbonejs.org). The Masterportal is Open Source Software published under the [MIT License](https://bitbucket.org/geowerkstatt-hamburg/masterportal/src/dev/License.txt).
The Masterportal is a project by [Geowerkstatt Hamburg](https://www.hamburg.de/geowerkstatt/).
## 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:
```bash
// 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](https://allcontributors.org/docs/en/emoji-key)):
This project follows the [all-contributors](https://github.com/all-contributors/all-contributors) specification. Contributions of any kind welcome!
## Credits
## Related Projects