Skip to content

Proof of concept for a tile-based data storage and visualization in PostgreSQL

License

Notifications You must be signed in to change notification settings

pantierra/tilegis

Repository files navigation

Tile-based-GIS

This is a simple showcase of a tile-based GIS for the talk on FOSS4G Europe 2024 in Tartu, Estonia. See this blog post for more explanation.

Install dependencies

  • PostgreSQL and PostGIS
  • Python 3 and PIP.
  • pg_tileserv
  • pip install dummy_data/requirements.txt

Setup database

  • Create database tiles.
  • Run database_functions.sqlon it.

Generate dummy data

This may take a while.

  • python generate_dummy_data.py

Setup website

  • Place files in website into some reachable webserver.
  • Run pg_tileserv

About

Proof of concept for a tile-based data storage and visualization in PostgreSQL

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published