GDAL tukee maastotietokannan MTK-GML-tiedostomuotoa

Viimesin MTKGML.py antaa virheen:
AXIS[“Easting”,EAST],
AXIS[“Northing”,NORTH],
AUTHORITY[“EPSG”,“3067”]]
Traceback (most recent call last):
File “ogr2osm.py”, line 656, in
parseData(data)
File “ogr2osm.py”, line 336, in parseData
parseLayer(translations.filterLayer(layer))
File “ogr2osm.py”, line 397, in parseLayer
parseFeature(translations.filterFeature(ogrfeature, fieldNames, reproject), fieldNames, reproject)
File “ogr2osm.py”, line 418, in parseFeature
translations.filterFeaturePost(feature, ogrfeature, ogrgeometry)
File “/home/joni/src/ogr2osm/translations/MTK-GML.py”, line 47, in filterFeaturePost
feature.tags = mtk_features.get(ogrfeature[‘kohdeluokka’], mtk_default)(ogrfeature)
File “/home/joni/src/ogr2osm/translations/MTK-GML.py”, line 587, in
44803 : lambda f: { “man_made” : “tower”, “height” : ustr(float(fget(‘korkeusarvo’, 0.0))/1000.0), },
File “/home/joni/src/ogr2osm/translations/MTK-GML.py”, line 58, in fget
val = ogrfeature[key]
TypeError: string indices must be integers, not float
(jpk)joni@mpi1:~/src/ogr2osm$

keimo, siirtyykö korkeyskäyräkin ? Eli riittääkö osm-xml uuden tyylin lisäys, ilmeisesti OSM DATA
ei tunne korkeus käyrää, niinkö ??? Pitäiskö tyyleille antaa yhteiset nimet jostain ?

Mistä saataisiin vanha tietokanta syvyyskäyrillä,… missä jaossa ???