Skip to content
This repository has been archived by the owner on Apr 11, 2023. It is now read-only.

ebp-group/send2geoadmin

Repository files navigation

send2geoadmin

Send your local geodata to the Swiss federal geoportal.

Goal

This is a proof-of-concept web application which takes your local geodata files and shows it in the geoportal of the Swiss federal government. It is far from complete and should only make one point: You don't need a desktop GIS to view your geodata on your harddrive/SSD.

The implementation takes advantage of Azure's cloud services.

Demo

A running version is live at http://send2geoadmin.azurewebsites.net. Please use responsibly.

Supported file formats

Currently:

  • KMZ
  • GeoJSON

Installation and Deployment

On your machine

Steps to run this app locally:

  1. Create or re-use one of your blob storage container on Azure

  2. Create a file blobstorage_access_key.txt with the access key for your blob storage container.

  3. Run make local or explicitly:

     export APPSETTING_storage_access_key=`cat blobstorage_access_key.txt`; export PYTHONPATH=env/Scripts/; python myapp.py
    

On Azure

This application is running on an Azure website. Here are some rough steps to recreate it on your own:

Todo

  • More geodata file formats. For example, one could easily integrate some FME services.
  • Take care of projections. Currently, we hope your local files are in WGS84.
  • Adopt to other cloud services.

Credits

Author

Stephan Heuel, stephan.heuel@ebp.ch

About

Send your local geodata to the Swiss federal geoportal.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages