[ckan-discuss] Geographic Metadata

Adrià Mercader amercadero at gmail.com
Mon May 23 12:46:01 BST 2011


El 23 de maig de 2011 12:16, Rufus Pollock <rufus.pollock at okfn.org> ha escrit:
> My starting work was using geonames but also thought about unlock
> (unlock delivers geojson while geonames does not seem to ...)
Maybe worldwide coverage outweighs the need to translate geonames to geojson?

> geojson can include a title attribute i thought so we could store this
> there.
Are you sure about this? I does not allow a "title" attribute per se,
but I think that you can define Features, which basically are a
geometry (the location information we were talking about) and a
collection of arbitrary properties (which one of them can be of course
"title").

{ "type": "Feature",
      "geometry": {"type": "Point", "coordinates": [102.0, 0.5]},
      "properties": {"title": "The place name"}
      }

> Alternatively, based on my experience in other projects, we can
> have location-unparsed and location attribute.
That sounds nice too


Adrià



More information about the ckan-discuss mailing list