Posts Tagged ‘Google Maps’

Where have you been all my life?

Posted on November 22nd, 2011 by Paul Stainthorp

This is something of a ‘hobby’ rather than a work-related library blog post.

I recently started using Foursquare, the “location-based social networking website“, and it’s got me thinking (again) about genning up on geolocation and how to handle geodata in practical, mashup-y ways. (My brother works with geographical information systems and geodata professionally; I’m a bit of a cartophile at heart; I’m interested in library geolocation and space/time services – I’d like to bring all of these things together and really learn how to handle web mapping data properly.)

So: I’ve begun to mess around with location data that I’m producing myself, through various sites on which I have a profile, and which is available in KML or some other standard geodata format.

Including…

1. My Foursquare check-in location data, available from foursquare.com/feeds, as KML.

View Larger Map

2. The locations of photos I’ve uploaded to Flickr, accessible from a feed at the bottom of my photostream page as KML (most recent few photos only).

View Larger Map

3. Tweets geotagged using Twitter’s (often somewhat unreliable/easily-distracted) location service. This was the most complicated: taking my RSS feed of recent tweets at http://twitter.com/statuses/user_timeline/pstainthorp.rss and feeding it through this Yahoo! Pipe results in this KML file.

View Larger Map

4. Find which other [social] websites might be offer up geotagged feeds of my activity.

5. Mashup! I’m reading up on the Google Maps APIs, which are the standard tool for manipulating KML in a web browser. (It’s not possible to display multiple KML files in the standard maps.google.co.uk display, though you can do so easily in Google Earth.)

6. ???

7. Profit!

List of UK public libraries with downloadable e-books (mashup)

Posted on February 21st, 2011 by Paul Stainthorp

This week, I spotted that my local public library service (Lincolnshire County Council) have launched an e-books service. Hooray for them – they’ve also recently upgraded all the PCs and introduced wifi in my local branch library.

With many local libraries being cut or placed under threat, and their technological relevance criticised (often ignorantly), even by the PM, it’s great to see investment going in to library technology in Lincolnshire.

The Lincolnshire county libraries e-books site is at: https://lincolnshire.libraryebooks.co.uk/

(It’s not obvious who provides this e-books platform, but it appears Warwickshire County Council—and possibly no-one else—has chosen the same provider.)

It got me wondering: how many UK public libraries currently provide an e-book download service?

To try and find out, I’ve created a (publicly-editable) Google spreadsheet wiki, containing the names of the 232 top-level local authorities in the UK, along with a column indicating whether or not they provide an e-book download service {1|0}, and columns for the URL and provider of that service.

At the time of writing, there are 48 public library e-book download services listed. If I’ve missed one that you know about, you can edit the spreadsheet yourself.

Screenshot of the public library downloadable e-books spreadsheet on Google Docs

I’ve then used a simple, 4-part Yahoo! Pipe to turn the CSV data output from that spreadsheet into an RSS feed containing only those councils that do provide downloadable e-books.

Screenshot of my public library e-book download Yahoo! Pipe

The finished RSS feed is at: http://bit.ly/e9U2GP

Screenshot of the RSS feed of public library e-book download services

Next, if I can remember my way round the GeoNames/Nearby.org.uk/Google Maps APIs, I’ll have a go at plotting the e-book-providing libraries on a map.