Hi,
This is my first lot for fixing geo location of some austian post codes.
Those ones are critical because the assigned geo location is not only out of bound their respective community and in one occasion even outside the country but also they don't match none of the possible communities by geo location. There is a lot more but I am still testing. The coordinates I have from google maps where I checked them by hand,
update geotables.PostCodes
set latitude = 46.542883,
longitude = 13.646370
where countrycode = 'AT' and postalcode = '9602' and placename = 'Unterthörl'
update geotables.PostCodes
set latitude = 46.543035,
longitude = 13.644340
where countrycode = 'AT' and postalcode = '9602' and placename = 'Oberthörl'
update geotables.PostCodes
set latitude = 46.601604,
longitude = 114.861083
where countrycode = 'AT' and postalcode = '9150' and placename = 'Weißenstein'
update geotables.PostCodes
set latitude = 48.941695,
longitude = 15.438467
where countrycode = 'AT' and postalcode = '3823' and placename = 'Neuriegers'
update geotables.PostCodes
set latitude = 48.554894,
longitude = 14.321509
where countrycode = 'AT' and postalcode = '4190' and placename = 'Roßberg'
update geotables.PostCodes
set latitude = 48.546807,
longitude = 14.316468
where countrycode = 'AT' and postalcode = '4190' and placename = 'Rading'
update geotables.PostCodes
set latitude = 47.168417,
longitude = 16.256768
where countrycode = 'AT' and postalcode = '7537' and placename = 'Neuberg im Burgenland / Nova Gora'