Skip to content

Continuation of Data Science for Social Good in Munich. Scraper and digitalization of building plans available in GeoBayern Data.

License

Notifications You must be signed in to change notification settings

ldmnch/bavaria-building-plans-digitalization

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Bavaria Building Plans Digitalization

This project by GreenDIA aims to create a dataset regarding land use in Germany. As a comprehensive dataset of land use in Germany is not available, this project seeks to fill that gap by extracting data from local land use plans and regional sources in Bavaria, Germany.

Installation

Follow these instructions to install and set up the project.

Folder Structure

An overview of the folder structure and files:

bavaria-building-plans-digitalization/
├── src/                        # Source files
│   ├── geodata_bayern_scraping         # Scraping Geodata Bayern
│   ├── geoservices_bayern_scraping     # Scraping Geoservices
│   ├── pdfs_to_text                    # Extracting text from PDFs
│   ├── processing_data                 # Data processing
│   ├── textual_features                # Extracting textual features
│   ├── visualizations                  # Data visualizations
├── data/                       # Data files
│   ├── raw/                    # Raw data files
│   ├── proc/                   # Processed data files
│   ├── final/                  # Final data files
├── dictionaries/               # Dictionaries for keyword search
│   ├── keyword_name_of_keyword_search.json   
├── README.md                   # Project documentation
├── requirements.txt            # List of dependencies

Running the Project from VM

  1. Connect to the VM using the provided IP address and credentials:
ssh -i C:\Path\to\PEM\Key greendia-user@IP_Address
  1. Create a screen session to keep the code running in the background:
screen
If there is already a screen session running (check with `screen -ls`), reattach to it:
screen -r
  1. To detach from the screen session, press Ctrl + A then D.

About

Continuation of Data Science for Social Good in Munich. Scraper and digitalization of building plans available in GeoBayern Data.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published