Ortsfarben is a map based tool that creates a postcard showing the landuse distribution in your neighborhood. The browser application uses Berlin’s landuse open data. By zooming in and out you can pick a location within Berlin and position it inside the circle. Ortsfarben then maps the individual areas onto a tree map diagram. You can print the resulting motive as a postcard and share it!
This website is a svelte app.
Start a development server by running:
npm run dev
# or start the server and open the app in a new browser tab
npm run dev -- --openTo create a production version of your app:
npm run buildYou can preview the production build with npm run preview.
To deploy your app, you may need to install an adapter for your target environment.
You can find the data on Berlins Geoportal (FIS-Broker)
Search for: ALKIS
Select ALKIS Berlin (Amtliches Liegenschaftskatasterinformationssystem)
Then select ALKIS Berlin Tatsächliche Nutzung on the right to get the WFS Link to download the data.
Or download directly via WFS:
https://fbinter.stadt-berlin.de/fb/wfs/data/senstadt/s_wfs_alkis_tatsaechlichenutzungflaechen?SERVICE=WFS&VERSION=2.0.0&REQUEST=GetCapabilities
Or as GeoJSON:
https://fbinter.stadt-berlin.de/fb/wfs/data/senstadt/s_wfs_alkis_tatsaechlichenutzungflaechen?SERVICE=WFS&VERSION=2.0.0&REQUEST=GetFeature&outputFormat=application/json&TYPENAMES=fis:s_wfs_alkis_tatsaechlichenutzungflaechen
You will need to convert the data to GeoJSON format and convert it to the EPSG:4326 projection if you want to create the tiles for the map .
The tiles were created with tippecanoe by running the following command:
tippecanoe --output-to-directory ./tiles '--use-attribute-for-id=id' --no-tile-compression --force -B 13 '--minimum-zoom=10' '--maximum-zoom=13' ./alkis.geojsonYour input data has to be in GeoJSON format and in the EPSG:4326 projection.
The landuse data ALKIS Berlin can be downloaded from the Geoportal Berlin.
Before you create a pull request, write an issue so we can discuss your changes.
Thanks goes to these wonderful people (emoji key):
This project follows the all-contributors specification. Contributions of any kind welcome!
Texts and content available as CC BY.
|
Made by
|
In cooperation with
|
A project by
|
Supported by
|
