NAS - ALKIS
司机简称
NAS
生成依赖项
干燥
NAS驱动程序读取用于德国地籍数据的NAS/ALKIS格式。该格式是一个GML配置文件,具有相当复杂的GML3对象,使用一般的OGR GML驱动程序不容易读取。
这个驱动程序依赖于使用Xerces XML解析库构建的GDAL/OGR。
驱动程序查找“opengis.net/gml”和选项中列出的以分号分隔的字符串之一 NAS_INDICATOR (默认为“NAS Operationen;a a a Fachschema;AAA.xsd;AAA suite”)以确定输入是否为NAS文件,并忽略所有不匹配的文件。
在GDAL 2.3中,删除了一堆解决方法,这导致驱动程序重新映射或忽略一些元素和属性,以避免属性冲突(例如。 zeigtAufExternes公司 ). 相反,它现在需要 NAS_GFS_TEMPLATE 选项,这样就可以使用GFS文件(如GML驱动程序中的GFS文件)将元素路径清晰地映射到特征属性。每层也可以有多个几何图形(例如,ax_flurstueck.objektkooordien,位于wkb的常规几何图形旁边)。
A GFS template 以及相应的 PostgreSQL schema 完整NAS架构的一部分 norGIS ALKIS-Import (还有一个shell脚本和PyQt前端,可以简化导入)。这两个文件是使用 xmi2db (叉 xmi2db )从官方应用程序模式。
New in 2.3 is also the option NAS_NO_RELATION_LAYER that allows disabling populating the table alkis_beziehungen. The information found there is redundant to the relation fields also contained in original elements/tables. Enabling the option also makes progress reporting available.
此驱动程序是在 PostNAS project ,其中包含有关其用途和其他相关项目的更多信息。
驱动程序功能
Supports Georeferencing
This driver supports georeferencing
Supports VirtualIO
This driver supports virtual I/O operations (/vsimem/, etc.)