[un/loquer] about medellin map + calendario de eventos, ...

Pierre minutpapillon en gmail.com
Mie Dic 12 20:46:40 UTC 2012


@paula: http://timeline.verite.co/ es hermosa.. intentaré poner la
encima/abajo...

hablando de JSON, como lo dice bien Santiago
por ex. : http://82.66.96.183:8080/api/events .... da la lista de los
eventos
(hecha por ember.js servido por node.js ... tambien se puede añadir eventos
haciendo POST por la misma API)

por el intercambio de datos, creo que un componente interessante podria ser
un -nuve-google-spreadsheet-
que se puede al mismo tiempo:
- llenar desde un JSON (from facebook search/events API ? from an existing
google calendar ?)
- llenar desde automatic scraping from other website (from
dirty-quericomedellin ?)
- llenar/modificar manualmente (para limpiar datos + agregar datos que no
existen)

... y al final producir un JSON perfecto > usado en cualquier
application/sitio web

cervezita/discussion este fin de semana ? eligen el dia, estoy libre !

ppp



On Wed, Dec 12, 2012 at 3:33 PM, Santiago Gaviria <sgaviria en gmail.com>wrote:

> algo como ...
>
> { "eventos": [
>     {
>       "nombre": "Viejoteca pa Diciembre",
>       "descripcion": ...
>        ...
>       "location": [5.039939393,-76.00838383] // Latitud Longitud
>     },
>     {
>       // otro evento
>     },
>     {
>       // .. y otro
>     }
>
>   ]
> }
>
> si no se tiene el lat lon, con la dirección puede hacerse geocoding si
> está bien escrita, es decir convertir una dirección a un lat lon.
>
>
>
> On Wed, Dec 12, 2012 at 3:28 PM, federico lopez <jardincosmico en gmail.com>wrote:
>
>>
>> y el JSON debe tener un formato particular? o una simple lista separada
>> por comas?
>>
>>
>>
>>
>> On 12/12/2012 03:24 PM, Santiago Gaviria wrote:
>>
>>> 'q buena idea fede. simplemente hacés una interfaz web (URL) q retorne
>>> la consulta en un JSON.
>>>
>>> es exactamente lo mismo q hacer una página sólo q en vez de retornar
>>> HTML retornás JSON.
>>>
>>> por ejemplo http://agendaemergente.com/**api/eventos<http://agendaemergente.com/api/eventos>-> retorna JSON con
>>> eventos
>>>
>>> On Wed, Dec 12, 2012 at 3:20 PM, federico lopez <jardincosmico en gmail.com
>>> <mailto:jardincosmico en gmail.**com <jardincosmico en gmail.com>>> wrote:
>>>
>>>     Muy buen trabajo!
>>>
>>>     a propósito de tomar los datos de otras agendas, que bueno aprender
>>>     a hacer una API simple para agendaemergente, alguien sabes cómo
>>>     puedo dar acceso externo a una consulta en el  MysQl?
>>>
>>>     fede.
>>>
>>>
>>>
>>>
>>>
>>>
>>>
>>>
>>>     On 12/12/2012 01:39 PM, Pierre wrote:
>>>
>>>         buenos dias-tarde-noche !
>>>         (pardon pour la longueur du courrier)
>>>
>>>         as i like mixing time and space (i like
>>>         http://timemap.googlecode.com/**__svn/tags/2.0.1/examples/**
>>> basic___tl230.html<http://timemap.googlecode.com/__svn/tags/2.0.1/examples/basic___tl230.html>
>>>         <http://timemap.googlecode.**com/svn/tags/2.0.1/examples/**
>>> basic_tl230.html<http://timemap.googlecode.com/svn/tags/2.0.1/examples/basic_tl230.html>
>>> >)
>>>
>>>
>>>         i was experimenting with :
>>>         node.js / ember.js / mapbox.js / google maps API
>>>         to build a simple map with geolocalised events (as list)
>>>         you can see it here, its very simple:
>>>
>>>         http://82.66.96.183:8080/ (please do not public-share url)
>>>         src : https://github.com/pierrejdlf/**__memap<https://github.com/pierrejdlf/__memap>
>>>
>>>         <https://github.com/**pierrejdlf/memap<https://github.com/pierrejdlf/memap>
>>> >
>>>
>>>         please test it and tell me what you think
>>>         when an event is added, location name is geolocated by
>>>         googlemapsAPI....
>>>         but page needs refresh
>>>         events rows + marker on map are "rollover/click-linked"
>>>
>>>         i was also thinking about fetching/scraping events from
>>>         (i did not try agendaemergente.org <http://agendaemergente.org>
>>>         <http://agendaemergente.org> :)
>>>
>>>         . quericomedellin
>>>         . ciudadseisgrados
>>>         . miradaurbana
>>>         . tuciuidadalternativa
>>>         . ...
>>>
>>>         but most of them have variable structure of html ... preventing
>>>         automatic scraping+parsing of events
>>>         (for info., using :
>>>              . http://scraperwiki.com (python)
>>>              . google speadsheet (parseHTML function)
>>>              . google Refine (fetch by url)
>>>              . chrome addon "Sraper"
>>>         )
>>>
>>>         ... so, i guess the only way to populate the list is doing
>>>         it manually, adding events one by one (or by batch using well
>>>         formatted
>>>         manual spreadsheet)
>>>
>>>         what do you think ?
>>>         quien quiere unas cervezitas mientras discutando de eso ?
>>>         shall we use it manually, expanding poco-a-poco la red de gente
>>> que
>>>         añaden infos ?
>>>         shall we transform it to show other datos (brolin!) ?
>>>
>>>         señoritas y señoritos, buen provecho
>>>
>>>         pierre.jdlf en gmail.com <mailto:pierre.jdlf en gmail.com>
>>>         <mailto:pierre.jdlf en gmail.com <mailto:pierre.jdlf en gmail.com>**>
>>>
>>>         ++
>>>
>>>
>>>         ______________________________**___________________
>>>         unloquer mailing list
>>>         unloquer en lists.aktivix.org <mailto:unloquer en lists.**aktivix.org<unloquer en lists.aktivix.org>
>>> >
>>>         https://lists.aktivix.org/__**mailman/listinfo/unloquer<https://lists.aktivix.org/__mailman/listinfo/unloquer>
>>>         <https://lists.aktivix.org/**mailman/listinfo/unloquer<https://lists.aktivix.org/mailman/listinfo/unloquer>
>>> >
>>>
>>>
>>>     ______________________________**___________________
>>>     unloquer mailing list
>>>     unloquer en lists.aktivix.org <mailto:unloquer en lists.**aktivix.org<unloquer en lists.aktivix.org>
>>> >
>>>     https://lists.aktivix.org/__**mailman/listinfo/unloquer<https://lists.aktivix.org/__mailman/listinfo/unloquer>
>>>
>>>     <https://lists.aktivix.org/**mailman/listinfo/unloquer<https://lists.aktivix.org/mailman/listinfo/unloquer>
>>> >
>>>
>>>
>>>
>>>
>>> ______________________________**_________________
>>> unloquer mailing list
>>> unloquer en lists.aktivix.org
>>> https://lists.aktivix.org/**mailman/listinfo/unloquer<https://lists.aktivix.org/mailman/listinfo/unloquer>
>>>
>>>
>> ______________________________**_________________
>> unloquer mailing list
>> unloquer en lists.aktivix.org
>> https://lists.aktivix.org/**mailman/listinfo/unloquer<https://lists.aktivix.org/mailman/listinfo/unloquer>
>>
>
>
> _______________________________________________
> unloquer mailing list
> unloquer en lists.aktivix.org
> https://lists.aktivix.org/mailman/listinfo/unloquer
>
>
------------ próxima parte ------------
Se ha borrado un adjunto en formato HTML...
URL: <https://lists.aktivix.org/pipermail/unloquer/attachments/20121212/406eb839/attachment.html>


Más información sobre la lista de distribución unloquer