I am looking to extract the location information of an wikipedia article. It is fairly simple if the article uses the coord template which shows up as a template tag with name Coord or coord.
however, older articles may use a different syntax by which they put the coordinates into the infobox without the coord template. it is easy to extract the coordinates, but more difficult to get the context of the location.
Some articles have streamlined subdivision parameters, some have a coordinates_type parameter, but so far i havent found a good way to determine the zoomlevel for the corresponding map.
Anyone can help?