Archive for the ‘Python’ Category

Serving your map tiles 30 times faster

Recently I’ve been experimenting with TileStache tiles caching system, which is similar to TileCache and other tile caching systems in scope. TileStache revealed itself as a powerful and flexible product and was very good to cache tiles generated with my Django-backed mapscript-powered WMS server. Caching and serving tiles with TileStache was by far faster then [...]

(continua...) »

TileStache Vector simplify provider

Cropped thumbnail

This is the third part of the story that I started with part 1: Polymaps, TileStache and SVG CSS styling issues part 2: TileStache Django tiny wrapper during my experiments I wanted to reach the goal of minimize both the bandwith consuption and the number of vector coordinates that the browser needs to handle, this means that [...]

(continua...) »

TileStache Django tiny wrapper

This is the second part of the story about my experiments with the wonderful TileStache that I started with TileStache and Polymaps SVG experiments. First, I would like to thank Michal for the quick patch inclusion, the Polymaps patch is still waiting for the pull and the Django admin patch is awating for somebody to [...]

(continua...) »

Polymaps, TileStache and SVG CSS styling issues

A few days ago I started playing with Polymaps and TileStache, two very promising WebGIS building tools. The final goal of this experiments was the integration with Django. Polymaps Polymaps is a Javascript library aimed to display svg maps in a web page, recently I’ve watched to an interesting talk about a Django-powered app built [...]

(continua...) »

Meeting di programmatori QGIS a Zurigo

Cropped thumbnail

Lo scorso mese di novembre 2011, si è tenuto a Zurigo il meeting internazionale di programmatori QGIS. Ho avuto la fortuna di partecipare, dato che mi occupo da diverso tempo della nuova infrastruttura web, basta su Django e sono autore di un paio di plugin QGIS python. È il secondo meeting QGIS al quale partecipo [...]

(continua...) »

django deployment with nginx and uwsgi

There are many tutorial/procedures on this topic, I just wish to add a few notes on the pieces I’ve found more obscure and difficult to setup. I’m running a VM on slicehost and I haven’t alredy found the resources to perform a full upgrade to something newer than the original Ubuntu Hardy which was installed [...]

(continua...) »

Django DAG: my first reusable app on PyPi

 Django DAG Django-dag is a small reusable app which implements a Directed Acyclic Graph. Usage Django-dag uses abstract base classes, to use it you must create your own concrete classes that inherit from Django-dag classes. The `dag_test` app contains a simple example and a unit test to show you its usage. Example class ConcreteNode(node_factory(’ConcreteEdge’)): [...]

(continua...) »

Italian GFOSS Day 2010

Cropped thumbnail

Next week, from wednesday 18 to friday 19, I will attend in Foligno to the upcoming GFOSS Day 2010 holding two tutorials on GIS Python development and on a GeoDjango case study. Like previous editions of this event, it will be another fundamental opportunity to meet the other members of the Italian free GIS software community. Don’t miss this event, if you can!

(continua...) »

QuickWKT QGIS plugin

Cropped thumbnail

Un nuovo plugin per QGIS in python permette di visualizzare velocemente le geometrie in formato WKT

(continua...) »

Lanciato il nuovo progetto basato su GeoDjango

Cropped thumbnail

Abbiamo appena lanciato una famiglia di siti internet realizzati attraverso una piattforma basata su GeoDjango. La realizzazione è durata più di sei mesi e ha messo in luce pregi e difetti delle soluzioni tecniche adottate.

(continua...) »