Wikipedia talk:WikiProject Geographical coordinates/Archive 9New tag type optionI've added a new option for the type tag on geotags, since lakes do not fit any of the existing tag types: type:lake, with the obvious meaning. -- The Anome 20:37, 26 August 2006 (UTC)
Progress so farA walk of the category tree suggests that perhaps 140,000 of the current 1.37 million articles on Wikipedia are about places of some sort. Of these, about 48000 are listed in Stefan Kühn's list of geotagged articles, and the Anomebot has so far marked an additional 16000 or so articles with geodata taken from either the GNS or Stefan's listing of coordinates in the de: Wikipedia, making a total of 64000 tagged articles: so just under half of all place articles are now tagged. The actual situation is probably better than this, because a large number of British place articles are currently tagged with OSGB36 coordinates, which Stefan's tool does not yet pick up. -- The Anome 14:25, 9 September 2006 (UTC) Template to request coords?Is there a template people can put on the talk page of an article to request that coordinates be included in the article? Similar to {{reqphoto}} or {{reqdiagram}}. Qutezuce 03:26, 13 September 2006 (UTC)
Village pump discussionPlease participate at Wikipedia:Village_pump_(technical)#Activating_the_mapsource_extension_on_Wikipedia. -- User:Docu Update from kvaleberg.com to Template:Coor URLTo simplify updates, I added the new url to that template, rather than to each template using a kvaleberg direct link. A few links still need fixing, try: Special:Linksearch Kvaleberg.com (629 currently, update is a bit delayed). -- User:Docu
Map script problems: bug reportThere seems to be something wrong with the new map source page that is now being linked from geotags: for example, if you go to the URL http://tools.wikimedia.de/~magnus/geo/geohack.php?params=51_25_N_0_12_W_region:GB_type:adm1st the page is convinced that the location is 51° 25′ 0″ N 0° 12′ 0″ E rather than the correct 51° 25′ 0″ N 0° 12′ 0″ W However, the URL http://tools.wikimedia.de/~magnus/geo/geohack.php?params=51_25_N_1_12_W produces the correct result. This seems to be a general problem with the degree parsing or rounding code around zero degrees: for example, the URL http://tools.wikimedia.de/~magnus/geo/geohack.php?params=0_31_S_0_31_W resolves to 0° 31′ 0″ N 0° 31′ 0″ E -- The Anome 11:17, 3 October 2006 (UTC)
Wikimapia ?Hi there, A newbie question: when I follow a "coordinate" link and get to a page such as [1], I see there a number of links to various useful map servers. But there is none to Wikimapia ([2], with appropriate parameters). Is it possible to add such links? I think such a link would be quite useful, because t would allow a Wikipedia reader, when he reads an article about a city or another place, to get to a page that not only allows him to view a detailed annotated map, but also to participate in a "peer-reviewed" collaborative annotation process, very much in the spirit of Wikipedia itself. ( Vmenkov 17:59, 19 October 2006 (UTC) )
Project directoryHello. The WikiProject Council has recently updated the Wikipedia:WikiProject Council/Directory. This new directory includes a variety of categories and subcategories which will, with luck, potentially draw new members to the projects who are interested in those specific subjects. Please review the directory and make any changes to the entries for your project that you see fit. There is also a directory of portals, at User:B2T2/Portal, listing all the existing portals. Feel free to add any of them to the portals or comments section of your entries in the directory. The three columns regarding assessment, peer review, and collaboration are included in the directory for both the use of the projects themselves and for that of others. Having such departments will allow a project to more quickly and easily identify its most important articles and its articles in greatest need of improvement. If you have not already done so, please consider whether your project would benefit from having departments which deal in these matters. It is my hope that all the changes to the directory can be finished by the first of next month. Please feel free to make any changes you see fit to the entries for your project before then. If you should have any questions regarding this matter, please do not hesitate to contact me. Thank you. B2T2 14:46, 25 October 2006 (UTC) Announcement: Wikipedia-WorldPlease, take a look at de:Wikipedia:WikiProjekt_Georeferenzierung/Wikipedia-World/en, it's a project of Stefan Kühn and me. Its in the beta-phase and not ready. We have collected 143.000 coordinates from different Wikipidias worldwide. I'm waiting for your comments and ideas. Perhaps we find on this way somebody who whats to intensive supporting us with programming. For integration of other languages we need a central list of Geotags like the interwikilinks in Category:Coordinates_templates in many languages. de:Benutzer:Kolossos Google's Wikipedia Layer in Google EarthGoogle have added a wikipedia layer to Google Earth. Official Google Blog: Opening my eyes to a whole new world --Grand Edgemaster Talk 13:18, 10 December 2006 (UTC) Machine readability of Wikipedia's geocodingAs mentioned above, Google earth is now offering Wikipedia data. It's a fantastic thing, but it's nowhere near as fantastic as it could be or should be right now because of an important problem: Wikipedias geocoding is only minimally machine readable. The human readers of Wikipedia consider an article geocoded whenever there is something in the text that looks like coordinates. But, for many reasons, it would be both difficult and unwise for a machine to read our geocoding by taking the HTML rendered text and scanning it for numbers that look like coordinates. Fortunately, we have standards for geocoding in Wikipedia. ... but we don't really, not from a machine readability perspective. There are many dozens of templates including infoboxes and subject area specialty templates which can be placed in an article to add coordinates which ultimately have the same visual effect as the basic {{coor title d}} template. It is unreasonable to expect third parties to continually update their software to support this ever widening collection of templates. As a result Google earth isn't managing to grab all the articles which we have geocoded. In order to fix this and to make our data maximally useful for others, we must establish a standard machine readable interface for geocoding. The standard must be simple, support extraction via nothing more powerful than regular expressions (hopefully POSIX re rather than PCRE), not require template traversal (since doing that right will pretty much require that they implement full mediawiki wikitext parsing as well as have a complete and current copy of all templates). I propose the following:
I *think* these two cases would solve our current uses. Templates such as {{Geolinks-US-cityscale}} could be switched to the second mode of operation, by switching it to using named arguments. Google currently supports a superset of what I've proposed above, but I believe the proposed would fit our needs. I really need comments on this, because I'm sure I've overlooked some stuff. Once we reach a consensus I'll begin coding a bot which will convert all the cases I can find into whatever standard we decide on. --Gmaxwell 20:43, 11 December 2006 (UTC)
Support as long as decimal degrees work. Otherwise I'd want to see decimal degrees supported somehow. But getting rid of the template proliferation seems generally a good idea. Here and elsewhere!!! There are thickets of them... I suspect people write new ones when they can't find the ones that do what they want, even if they're out there. ++Lar: t/c 16:46, 12 December 2006 (UTC) As long as decimal coordinates will be accepted, I think it's lovely that you're proposing this, Greg. I'm working on another MediaWiki project, where semantic tagging and the ASK query will be used often, and boy is it easier to set up a query with decimal values than trying to "convert" minutes and seconds to decimals! --207.8.215.81 17:32, 12 December 2006 (UTC) Support. --Opie 01:12, 17 December 2006 (UTC) Been geotagging a number of spots lately, specifically islands in Thailand. Also, recently implemented Dschwen's WikiMiniMapia, which is outstanding. Came across one article that makes the case for this need : Phi Phi Islands, which has geotags for both the islands which the article is about, and the nearby administrative district within which the islands are located. Clearly need to identify one, out of many possible, geotags in an article that are THE coordinates of the topic being covered. I think coor title does that effectively. Convenient, defined tag for external pulls, while allowing additional geotag references within that article body. I support this.
Infobox_Amphoe| coordinates=| ...
Question is: would infoboxes have to use lat/long parameters, or would inclusion of "coordinates" field with coor tag be sufficient? - Thaimoss 14:52, 14 February 2007 (UTC) "Wikipedias geocoding is only minimally machine readable ... It is unreasonable to expect third parties to continually update their software to support this ever widening collection of templates - so it is. Fortunately, the Geo microformat resolves this issue completely. Andy Mabbett 14:52, 31 March 2007 (UTC) |