Skip to content

This tool is used to identify data sets with a spatial reference from the Berlin Data Portal

License

Notifications You must be signed in to change notification settings

technologiestiftung/ckan-filter-webtool

Repository files navigation

CKAN Filter Webtool

This application can be used to query which datasets are available in the Berlin Open Data Portal. The tool was developed to specifically find geodata that have been published as Open Data but have not yet been included in the Berlin Spatial Data Infrastructure (in the Berlin Geodata Portal, FIS broker). To better assess the relevance and suitability of the datasets, the tool automatically derives information about availability (Berlin-wide, only in one district, in several districts), as well as an initial prioritization, from the metadata. By customizing the keyword search in the advanced settings, the dataset query can be further specified or expanded to find non-spatial data, for example.

Background

The Berlin administration makes geodata available as open data via the FIS Broker. In addition to data sets that are collected and managed, i.e. that spatially cover the entire city of Berlin, there are a large number of other geodata that are the decentralized responsibility of the districts. Thus, not only the main administrations are data suppliers, but also all district administrations that independently collect geodata for their district.

The project for the integration of district geodata into the geodata infrastructure (GDI) of the state of Berlin, commissioned by the Senate Department for Urban Development and Housing, has taken on the task of sounding out corresponding needs for processing and developing routines to standardize geodata records of all districts and to simplify merging.

Deployment

To run this application we suggest using docker and running the container behind a reverse proxy using nginx. See the gunicorn documentation for further information.

You also can run it with docker compose from source. Make sure to change exposed port in docker-compose.yml form 3333 to 80 (http) or 443 (https).

docker-compose build  
docker-compose up

or you can run it directly with python.

cd path/to/xml-schema-validator-v2
pip install --user --requirement requirements.txt
gunicorn --workers 3 --bind="0.0.0.0:3333" --log-level=info app:app

Contributors ✨

Thanks goes to these wonderful people (emoji key):


Lisa-Stubert

💻 📖

ester-t-s

💻

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

Credits

ODIS is supported by the Senate Department for Economic Economics, Energy and Public Enterprises and Investitionsbank Berlin from the funds of the State of Berlin. The tool was developed as part of a project with the Senate Department for Urban Development, Building and Housing.



Together with:

A project by:

Supported by:

About

This tool is used to identify data sets with a spatial reference from the Berlin Data Portal

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published