Posts Tagged ‘Geograph’

Geograph Germany (quietly) launches!

Wednesday, February 18th, 2009

It’s very nearly happened a number of times before, but its now offical we have the first Geograph website for another country! 

This is the though the hard work of Hansjörg Lipp, fighting though the various land mines we have left in the open source code that powers geograph. As developers we (well mainly me - I am a lazy programmer!) have taken a number of shortcuts it just getting it to work the quickest way for us in the British Isles, so while the intention its should be easy to start another country it was never as easy as it should be.

You can see the site here:

http://geo.hlipp.de/

which will hopefully be translated fully to Germany. There is also a English language version here:

http://geo-en.hlipp.de/

which still connects to the same database :)

You can read about the experience of working with the code here :)

Its still early days for the project (it only covers a few provinces of southern Germany so far), but its really exciting to see a new site based on the Geograph concept (and code!), we wish Hansjörg Lipp and his team every success. (I wont embarrass myself trying to put any German in here!)

How Geograph survived the BoingBoing effect…

Sunday, October 19th, 2008

… so its 1am on an idle Wednesday (and you really thinking of heading to bed) when someone on the forum mentions the 1 millionth photo will be going soon, so you think Na, its too early, but out of interest you go and check anyway… And you find in fact its right there about to go in a matter of seconds (going on moderation time) … and then you exclaim,

oh carp, oh carp, oh carp (or words to that effect)

… why do I say that? Well the thing is I know that Geograph runs pretty close to the limit* hosting wise, and this milestone, could, should and probably will, make a big splash, suddenly have mental images of Geograph exploding in a fireball, … not good!

(note, the rest of this post uses a few technical terms, and is rather long, turn away now if that scares you…)

(more…)

Over one MILLION Geograph Images!

Wednesday, October 15th, 2008

Geograph has just reached a pretty significant milestone, we how have over 1,000,000 images live on the site, all creative commons licenced for reuse goodness. The image that took us over the tipping point is reproduced below, but it is but one image of a million, so thanks to all the amazing contributors that has made this milestone possible. 

 

by Dr Richard Murray

Minor road near Aberuchil

 © Copyright Dr Richard Murray and licensed for reuse under this Creative Commons Licence.

Update, In the Press: Offical (login required) (RSS), Paul’s Blog, Boing Boing, Reddit, and Digg

(more…)

Geograph: Watching the Fire build

Wednesday, August 13th, 2008

Coverage Animation As we near the Million mark on photos uploaded to Geograph British Isles, the coverage is really building up; and the project has definitly matured from just capturing a photo of every square (but that is still continuing!), to capturing each square in ‘depth’. We display the current coverage on the site as a depth map, but here we present some animations to watch the progress.

There are a number of interesting artefacts in this, if you are quick you can follow people as the hike long distance paths, but you can also see the people making concerted efforts to knock of hectads.

Of course the raw frames are available under Creative Commons, and a bonus prize to who can make an good mashup of these. The animations include both weekly frames, and monthly versions (labelled quick)

(the fire reference)

Depth Key

Piclens viewer for Geograph

Thursday, June 19th, 2008

Piclens is an amazing program for very simply viewing photos full screen, in a fluid browser plugin, minimising distractions to focus on the photos. Really you have to try it for yourself to experience it, but below are a few screenshots, I highly recommend downloading it yourself, works on Internet Explorer, Firefox 2 and 3 amongst others. Even more interesting is thanks to the team at Piclens we have a special version that incorperates a Geograph search, so download Piclens using the special link below:

http://download.piclens.com/partner/aT78rK8wv9ML

If you already have it, it might ask to reinstall again.

Piclens screenshots
(click to enlarge - my graphics skills don’t do it justice)

Also of note the search box uses Geograph’s new experimental full text engine, so should be quick and intuitive to use… Also when viewing the search results, continues rightwards in a continuous 3D wall - no paging required.

As expected the piclens display page on Geograph still works, which can be used to visualise any standard results. Choose the ‘piclens’ option using the dropdown on the search page.

Geograph … three years in the making!

Thursday, March 6th, 2008

Geograph is 3

(more)

Another Whole Myriad :: TG

Sunday, February 10th, 2008

Preview of TG Myriad Mosaic The pace new photos on Geograph is not relenting, so much so we how have another whole Myriad! This time its TG and covers East Anglia and Norwich area, covering 1991 land squares. There is more on the overall progress here, which shows the coverage by Myriad (which by the way is a Geographism for a 100×100km square on the National Grid)

To try to showcase these have been creating some Zoomable viewers to really see the coverage:

Geograph Mosaic Collection

Unfortunatly they require too much manual work to be part of the real site (creating a ‘printable page’ at the appriate scale, stitching all the images, and then running it though zoomifies utility) - but it would be really good to get a Flash programmer to be able to create a viewer like this that runs directly off Geograph tiles!

Playing with (geo-enabled) Full-Text Searches

Thursday, December 20th, 2007

Recently I have been playing a lot with Sphinx full-text search engine, in particular with regard to indexing the Geograph archive. (a bit of background - Geograph has a fairly good homegrown site text search - but its not full text, so many queries will not return that many results - not to mention been based on MySQL ‘like’, so is pretty slow - so a full text search is the next level). And I have to say I am liking it a LOT, in fact I would say I am a fanboy :)

So to that end of created a whole bunch of demos based around the flexible indexing it provides, location based searching is even possible!

At the most basic is simple text based search, one point of note, there is no pagination, simply add more keywords (including negative) or grid references to refine the selection.

Next is a ‘auto-complete’ style image finder, this is designed to find ‘that image’ quickly, in a similar way to the above but shows the results in a autocomplete box immediately!

A refinement of the first is search with location, this allows you limit the search to near a particular Grid References - this is particully cool in that there is Sphinx powered auto-complete for place names for finding GRs. (a real auto-complete not a like the search in the previous one pretending to be one)

This is all building towards the Illustrator demo. Which from a block of text attempts to find relevent images. The idea is that a (geolocated) news article, walking route, place description and such could be automatically have relevent(ish) images shown. (an example demo here)

(a few more ‘toys’ can be found in GeographTools!)…. Try them out and let me know how you get on…

I have learnt a lot about search indexing from this, including how to perform location searches in the index (I know latest versions of sphinx include a lat/long based geosearch - but I think this r-tree method in text has better scalability), and how to create an autocomplete function with sphinx. If anybody is interested in these, they will eventually make it into the geograph codebase, or let me know and I might make a separate post.

Interestingly (huh?), it was actually creating a ‘autocomplete’ textbox for finding trigpoints (which included the forerunner to the sphinx location search in but implemented in mysql), is actually what inspired me to actually go the trouble if figuring out how to install Sphinx on linux, which I have been interested in for a long time! - that is also now sphinx powered for text searches :)

As a side note have now reached the ‘linux sysadmin’ level that I can compile it on Geographes servers, yay! But I do worry for the sanity of others due to this (a little knowledge is a dangerous thing!)