Skip to content
View p3t3r67x0's full-sized avatar

Organizations

@oklabflensburg

Block or report p3t3r67x0

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Content in all repositories owned by your account will be closed.
Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
p3t3r67x0/README.md

p3t3r67x0 — Open Source, Open Data and better cities

p3t3r67x0

Open Source · Civic Tech · Open Data · GIS · Geospatial Engineering

Building open digital infrastructure for cities, communities and public data.

Open City Planner OK Lab Flensburg GitHub


👋 About

I build open-source geospatial and civic-tech software that makes public and spatial data easier to access, understand, explore and reuse.

My work focuses on Open Data, GIS, OpenStreetMap, web mapping and open digital infrastructure. I am especially interested in turning complex municipal and geospatial datasets into useful, accessible applications for cities and communities.

🚀 Flagship project — Open City Planner

Open City Planner is a modular, open-source Web GIS for urban planning, spatial analysis and open geodata.

It combines interactive maps with tools for working with areas, spatial information and OpenStreetMap data. The architecture is being developed around reusable modules so functionality can be extended for different regions and civic-tech use cases.

🌍 Live application stadtplaner.oklabflensburg.de
💻 Source code oklabflensburg/open-city-planner
🧩 Focus Modular Web GIS, spatial analysis, Open Data, reusable civic-tech modules
🗺️ Geospatial OpenStreetMap, PostGIS, MapLibre, vector tiles

🏙️ Civic Tech & Open Data

I contribute to OK Lab Flensburg and the Code for Germany civic-tech ecosystem.

Our work explores how open source and open data can create useful public digital infrastructure, including:

  • 🗺️ Web GIS and interactive mapping
  • 🌐 OpenStreetMap and geospatial data
  • 🏛️ municipal and public Open Data
  • 🌱 environmental and biotope data
  • 🏘️ urban planning and spatial analysis
  • 🏺 cultural heritage and monument data
  • ⚡ energy and infrastructure data
  • 🧭 tools for discovering, understanding and reusing public information

➡️ Explore the projects: github.com/oklabflensburg

🛠️ Technology stack

Geospatial

PostGIS PostgreSQL OpenStreetMap MapLibre GeoJSON Vector Tiles

Backend & data

Python FastAPI PostgreSQL REST API

Frontend

TypeScript Vue.js Nuxt Tailwind CSS

Infrastructure

Linux nginx Ansible GitHub Actions

💡 Areas of interest

Civic Tech · Open Data · Open Government Data · GIS · Web GIS · Geospatial · OpenStreetMap · Urban Planning · Spatial Analysis · Digital Public Infrastructure

I believe useful public digital infrastructure should be open, transparent, interoperable and reusable.

🤝 Collaboration

I'm interested in collaborating on open-source GIS, web mapping, civic-tech software, OpenStreetMap tooling, Open Data infrastructure and reusable digital tools for cities and communities.

If you're working in this space, feel free to connect through GitHub.


Open Source for open cities. 🌍

Pinned Loading

  1. A CSS pseudo-element is used to styl... A CSS pseudo-element is used to style specified parts of an element. In some cases you can style native HTML controls with vendor specific pseudo-elements. Here you will find an list of cross browser specific pseudo-element selectors.
    1
    Styling native elements
    2
    -------------
    3
    Native HTML controls are a challenge to style. You can style any element in the web platform that uses Shadow DOM with a pseudo element `::pseudo-element` or the `/deep/` path selector.
    4
    
                  
    5
    ```css
  2. Some list of openssl commands for ch... Some list of openssl commands for check and verify your keys
    1
    # openssl
    2
    
                  
    3
    
                  
    4
    ### Install
    5
    
                  
  3. MS Office prefixed style properties ... MS Office prefixed style properties can be used for older versions of MS Excel, MS PowerPoint or MS Word when you want to save a document, presentation, workbook, or worksheet as a web document, or even in older versions for MS Outlook.
    1
    MS Office prefixed style properties
    2
    =============
    3
    
                  
    4
    mso-ansi-font-size
    5
    -------------
  4. markdown-converter markdown-converter Public

    A tool to convert markdown with help of pandoc and LaTeX to pdf

    Python 6

  5. docker-latex docker-latex Public

    A Dockerfile for your LaTeX projects based on Ubuntu rolling releases

    Dockerfile