Skip to content

manuelep/planet-suite

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 

Repository files navigation

Welcome to Planet Suite pages

Planet is a suite of component modules developed with py4web web framework and thought as useful tools for quick develop web applications designed around spatial or geographical data.

The Suite

Notes

Before start reading forward let me tell you that even if I tried to think this suite as more general as possible I necessarily refered to some specific requirement such as:

  • PostGIS That nowaday is the most powerful free engine (actually a database engine extension) for managing spatial or geographic data.

Components

This module implements a database model inspired to the OpenstreetMap database optimized for storing informations with a very flexible structure based on json standard able to host any kind of data.

It supports OpenstreetMap and geojson as main data structure for import.

The high level geometric structures management of lines, polygons and other is done with some views or named queries that give an easy interface for interacting with theese kind of complex gemetries.

This views structure is used for managing complex geometries even out of the OpenstreetMap concepts such as in the case of street graphs and space syntax analysis.

This module implements tools for easy serve and manage vector data using useful standard geometric structures such the classic squares tiles and Uber hexagonal tiles directly at the database level (PostGIS only).

Requires: Planetstore

This module implements the database model using the database abstractiuon layer PyDAL for easy IO web services implementation.

It implements tools for easy serve and manage vector data using the cited tile structures even at the python environment level.

Geopbf provides tools that helps you to develop web service for distributing vector tiles.

This module implements helpers based on the Mapnik python library for easy raster tile layer services implementation.

About

A python suite of utility libraries for web GIS programming with py4web framework

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published