Archive for the ‘hacks’ Category

Mapeando ciclovías

Friday, January 15th, 2010

Masa Crítica, 2 de febrero 2010, Santiago de Chile

Masa Crítica, 2 de febrero 2010, Santiago de Chile

Empecé a trabajar con OpenStreetMap en septiembre cuando organizamos un mapping party con Iván Sánchez de OSM España. Estuve recorriendo las ciclovías de Barcelona para complementar el mapa de opencyclemap (aun falta).

Desde que vivo en Santiago de Chile empecé a mapear las ciclovías de esta ciudad. El estado del mapa de Santiago va mejorando de semana a semana pero las ciclovías aun están casi inexistentes. Estoy trabajando con JOSM y con GPSMid. Para facilitar el uso de GPSMid pueden bajarse el programa precompilado con el mapa de Santiago centro aquí (.jad y .jar).

A ver si al complementar las ciclovías tenemos una mejor herramienta para exigir mejoras para los ciclistas de Santiago.

casastristes en summerLAB camp

Wednesday, August 6th, 2008

Esta semana del 4 al 9 de agosto Hangar y la Laboral organizan el SummerLAB Camp en Gijón. Es un encuentro de artistas, estudiantes y profesionales de la creación audiovisual para potenciar la interconectividad de la escena digital española. Se llevaran a cabo talleres de software y hardware libre, charlas sobre creación, “brainstorming” de futuros proyectos etc, echa un vistazo al wiki para ver los proyectos que se están desarrollando allí.

(more…)

Emite radio desde tu ordenador

Wednesday, July 16th, 2008

emisora listaLa radio comunitaria piradio de Berlin desarrolló un aparato sencillo que sirve para emitir radio desde el ordenador. Como no tienen licencia para emitir su programa construyeron ya más de mil emisoras retransmitiendo el stream de la radio desde las casas de los oyentes. Y fuera del horario, los oyentes emiten su propio programa. Publicaron el circuito (alemán, ingles) así que ahora podemos construir fácilmente nuestra propia emisora que se alimenta por USB y usa la salida jack del ordenador como fuente de la señal.

(more…)

cityzoom: mini module showing locations on gmap

Thursday, June 5th, 2008

As participation on our project casastristes.org is growing and people start to incorporate our empty houses map into their sites we now offer a faster way to directly zoom to a city. I wrote a little Drupal module which offers a block on the main page showing a list of available cities. Right now cities are hardcoded and not configurable and maybe it would be nice to integrate that feature in the gmap module but meanwhile I publish the module here. You can see it in action in the right column at the frontpage at casastristes.org named cityzoom.

Here you can download the module: cityzoom
Just put it into your modules directory and activate it, keep in mind that it needs gmap module to work.

SVG with Processing for mapping data

Monday, March 24th, 2008

casastristes.orgFor casastristes.org we are making different visualizations of the housing situation in Spain. Also Java is a pain in the ass on the web, in two of them we are using Processing comparing new inhabitants with newly constructed houses and free real estates per provinces. In the following article I show the advantages of using SVG graphics when mapping information.

(more…)

Mapping lat/lon values with JavaScript

Wednesday, March 19th, 2008

Googe Maps loads about 400 kByte for each visit to casastristes.org. Sometimes I prefer to implement a static map instead but still using latitude and longitude values for mapping the places. In the following example I show how to convert lat/lon values to x/y coordinates for the use on a static map.

(more…)

Processing with Eclipse

Thursday, May 31st, 2007

Finally I’m back doing a Processing project and decided to do it with Eclipse to have features like code completion and code templates of this professional IDE. After reading this forum post and this blog posts it was really an easy job to get started. Here are the steps I did:

(more…)

jsPictureShow – simple javascript pictureshow

Thursday, May 24th, 2007

jsPictureShow is a simple to use pictureshow written in javascript. actually there are a lot of pictureshows out there but I often needed really simple one as part of any website with fotos. this testpage should give you an idea about what it does.

(more…)