Archive for the 'MetaCarta' Category

Job Opening at MetaCarta

Posted in Locality and Space, MetaCarta on June 6th, 2007 at 09:56:21

New job posting at MetaCarta:

MetaCarta Labs seeks an enthusiastic software engineer to join the team in developing new ideas and innovative products in both open source software and in MetaCarta’s applications, which connect documents to maps using geoparsing.

Check the link for more info.

Essentially, this will entail working on the stuff that you see coming out of MetaCarta Labs. Someone local is best. It should also afford you the oppourtunity to spend long hours working with me, for better or for worse. 🙂

MetaCarta Users Group Meeting

Posted in Locality and Space, MetaCarta on May 23rd, 2007 at 06:25:07

I wonder how many people are going to the MetaCarta Public Sector User Group Meeting today…

Pipes: Something working, RSS MetaCarta search output

Posted in MetaCarta, Pipes on February 11th, 2007 at 12:18:04

So, I went through this morning and created GeoRSS output for MetaCarta search results. It seems likely that for the forseeable future, the way to get data in/out of Yahoo! Pipes is to build a URL-input, RSS output format. Since we already do KML, adding RSS took about 20 minutes — just changing some tag names, etc.

After doing that, I started playing with some pipes. After some missteps — dragging modules into the interface seemed to not work in a way that later did, presumably just part of the fun of dealing with these funky interfaces — I got something that I think is pretty cool coming out.

  • Take NY Times input. Recent news is relevant and interesting.
  • Pass the NY Times input through the content analyzer. This gets a set of relevant keywords.
  • For each item, take the keywords and pass them through a subpipe…
  • the subpipe goes to the MetaCarta search interface, and does a keyword search, taking the session information and bounding box from the text inputs for the pipe, returning 5 most relevant item.
  • Add the 5 results to the item, and then send the output to the end of the pipe.

I’ve published the pipe, and after running it you can get the JSON output. (It seems that the sub-attributes are not available in the RSS output, at least as far as I can tell.)
Next steps:

  • Create an OpenLayers interface, and use the current bounding box as the bounding box for the queries.
  • Have the interface set the session and token variables: the pipe currently works with the defaults, but only for the next couple hours, since the tokens are time limited. (Currently, the MetaCarta Web Services are wide open, but eventually, they won’t be.)

The Query MC subpipe is probably useful for anyone who wants to do something like this: I’d recommend checking it out if you’re interested. Next step is to add RSS support to the other services, specifically the GeoTagger. I think that this would let me do what I want: take description text from an RSS item, tag it, and set the location attributes of the returned item.

I’m hoping that someone can answer how to use a callback on JSON output of pipes, since that would let me skip the need for a proxy, and make it entirely client side so that other people could run it on their own sites without a proxy.

Yahoo! Pipes: Make your own Module?

Posted in Locality and Space, MetaCarta, Pipes on February 10th, 2007 at 09:20:15

Is it possible to make your own module with Yahoo! Pipes? I was looking around and didn’t see anything… I’d really like to be able to hook up something that grabs locations from the MetaCarta Web Services, and then let people drop it into their own pipelines… I’d be willing to bet that the Location Extractor pipe module wouldn’t pull out “20 miles north of London”, but with the MetaCarta GeoTagger, I could…