pyogrio 0.12.0__cp314-cp314t-macosx_12_0_arm64.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (231) hide show
  1. pyogrio/.dylibs/libgdal.37.3.11.4.dylib +0 -0
  2. pyogrio/__init__.py +57 -0
  3. pyogrio/_compat.py +54 -0
  4. pyogrio/_env.py +59 -0
  5. pyogrio/_err.cpython-314t-darwin.so +0 -0
  6. pyogrio/_geometry.cpython-314t-darwin.so +0 -0
  7. pyogrio/_io.cpython-314t-darwin.so +0 -0
  8. pyogrio/_ogr.cpython-314t-darwin.so +0 -0
  9. pyogrio/_version.py +21 -0
  10. pyogrio/_vsi.cpython-314t-darwin.so +0 -0
  11. pyogrio/core.py +387 -0
  12. pyogrio/errors.py +25 -0
  13. pyogrio/gdal_data/GDAL-targets-release.cmake +19 -0
  14. pyogrio/gdal_data/GDAL-targets.cmake +106 -0
  15. pyogrio/gdal_data/GDALConfig.cmake +24 -0
  16. pyogrio/gdal_data/GDALConfigVersion.cmake +65 -0
  17. pyogrio/gdal_data/GDALLogoBW.svg +138 -0
  18. pyogrio/gdal_data/GDALLogoColor.svg +126 -0
  19. pyogrio/gdal_data/GDALLogoGS.svg +126 -0
  20. pyogrio/gdal_data/LICENSE.TXT +467 -0
  21. pyogrio/gdal_data/MM_m_idofic.csv +321 -0
  22. pyogrio/gdal_data/copyright +467 -0
  23. pyogrio/gdal_data/cubewerx_extra.wkt +48 -0
  24. pyogrio/gdal_data/default.rsc +0 -0
  25. pyogrio/gdal_data/ecw_cs.wkt +1453 -0
  26. pyogrio/gdal_data/eedaconf.json +23 -0
  27. pyogrio/gdal_data/epsg.wkt +1 -0
  28. pyogrio/gdal_data/esri_StatePlane_extra.wkt +631 -0
  29. pyogrio/gdal_data/gdal_algorithm.schema.json +220 -0
  30. pyogrio/gdal_data/gdalg.schema.json +36 -0
  31. pyogrio/gdal_data/gdalicon.png +0 -0
  32. pyogrio/gdal_data/gdalinfo_output.schema.json +390 -0
  33. pyogrio/gdal_data/gdalmdiminfo_output.schema.json +326 -0
  34. pyogrio/gdal_data/gdaltileindex.xsd +253 -0
  35. pyogrio/gdal_data/gdalvrt.xsd +927 -0
  36. pyogrio/gdal_data/gfs.xsd +246 -0
  37. pyogrio/gdal_data/gml_registry.xml +117 -0
  38. pyogrio/gdal_data/gml_registry.xsd +66 -0
  39. pyogrio/gdal_data/grib2_center.csv +251 -0
  40. pyogrio/gdal_data/grib2_process.csv +102 -0
  41. pyogrio/gdal_data/grib2_subcenter.csv +63 -0
  42. pyogrio/gdal_data/grib2_table_4_2_0_0.csv +261 -0
  43. pyogrio/gdal_data/grib2_table_4_2_0_1.csv +261 -0
  44. pyogrio/gdal_data/grib2_table_4_2_0_13.csv +261 -0
  45. pyogrio/gdal_data/grib2_table_4_2_0_14.csv +261 -0
  46. pyogrio/gdal_data/grib2_table_4_2_0_15.csv +261 -0
  47. pyogrio/gdal_data/grib2_table_4_2_0_16.csv +261 -0
  48. pyogrio/gdal_data/grib2_table_4_2_0_17.csv +11 -0
  49. pyogrio/gdal_data/grib2_table_4_2_0_18.csv +261 -0
  50. pyogrio/gdal_data/grib2_table_4_2_0_19.csv +261 -0
  51. pyogrio/gdal_data/grib2_table_4_2_0_190.csv +261 -0
  52. pyogrio/gdal_data/grib2_table_4_2_0_191.csv +261 -0
  53. pyogrio/gdal_data/grib2_table_4_2_0_2.csv +261 -0
  54. pyogrio/gdal_data/grib2_table_4_2_0_20.csv +261 -0
  55. pyogrio/gdal_data/grib2_table_4_2_0_21.csv +261 -0
  56. pyogrio/gdal_data/grib2_table_4_2_0_3.csv +261 -0
  57. pyogrio/gdal_data/grib2_table_4_2_0_4.csv +261 -0
  58. pyogrio/gdal_data/grib2_table_4_2_0_5.csv +261 -0
  59. pyogrio/gdal_data/grib2_table_4_2_0_6.csv +261 -0
  60. pyogrio/gdal_data/grib2_table_4_2_0_7.csv +261 -0
  61. pyogrio/gdal_data/grib2_table_4_2_10_0.csv +261 -0
  62. pyogrio/gdal_data/grib2_table_4_2_10_1.csv +261 -0
  63. pyogrio/gdal_data/grib2_table_4_2_10_191.csv +261 -0
  64. pyogrio/gdal_data/grib2_table_4_2_10_2.csv +261 -0
  65. pyogrio/gdal_data/grib2_table_4_2_10_3.csv +261 -0
  66. pyogrio/gdal_data/grib2_table_4_2_10_4.csv +261 -0
  67. pyogrio/gdal_data/grib2_table_4_2_1_0.csv +261 -0
  68. pyogrio/gdal_data/grib2_table_4_2_1_1.csv +261 -0
  69. pyogrio/gdal_data/grib2_table_4_2_1_2.csv +261 -0
  70. pyogrio/gdal_data/grib2_table_4_2_20_0.csv +261 -0
  71. pyogrio/gdal_data/grib2_table_4_2_20_1.csv +261 -0
  72. pyogrio/gdal_data/grib2_table_4_2_20_2.csv +261 -0
  73. pyogrio/gdal_data/grib2_table_4_2_2_0.csv +261 -0
  74. pyogrio/gdal_data/grib2_table_4_2_2_3.csv +261 -0
  75. pyogrio/gdal_data/grib2_table_4_2_2_4.csv +261 -0
  76. pyogrio/gdal_data/grib2_table_4_2_2_5.csv +261 -0
  77. pyogrio/gdal_data/grib2_table_4_2_2_6.csv +261 -0
  78. pyogrio/gdal_data/grib2_table_4_2_3_0.csv +261 -0
  79. pyogrio/gdal_data/grib2_table_4_2_3_1.csv +261 -0
  80. pyogrio/gdal_data/grib2_table_4_2_3_2.csv +28 -0
  81. pyogrio/gdal_data/grib2_table_4_2_3_3.csv +8 -0
  82. pyogrio/gdal_data/grib2_table_4_2_3_4.csv +14 -0
  83. pyogrio/gdal_data/grib2_table_4_2_3_5.csv +11 -0
  84. pyogrio/gdal_data/grib2_table_4_2_3_6.csv +11 -0
  85. pyogrio/gdal_data/grib2_table_4_2_4_0.csv +261 -0
  86. pyogrio/gdal_data/grib2_table_4_2_4_1.csv +261 -0
  87. pyogrio/gdal_data/grib2_table_4_2_4_10.csv +261 -0
  88. pyogrio/gdal_data/grib2_table_4_2_4_2.csv +261 -0
  89. pyogrio/gdal_data/grib2_table_4_2_4_3.csv +261 -0
  90. pyogrio/gdal_data/grib2_table_4_2_4_4.csv +261 -0
  91. pyogrio/gdal_data/grib2_table_4_2_4_5.csv +261 -0
  92. pyogrio/gdal_data/grib2_table_4_2_4_6.csv +261 -0
  93. pyogrio/gdal_data/grib2_table_4_2_4_7.csv +261 -0
  94. pyogrio/gdal_data/grib2_table_4_2_4_8.csv +261 -0
  95. pyogrio/gdal_data/grib2_table_4_2_4_9.csv +261 -0
  96. pyogrio/gdal_data/grib2_table_4_2_local_Canada.csv +5 -0
  97. pyogrio/gdal_data/grib2_table_4_2_local_HPC.csv +2 -0
  98. pyogrio/gdal_data/grib2_table_4_2_local_MRMS.csv +175 -0
  99. pyogrio/gdal_data/grib2_table_4_2_local_NCEP.csv +401 -0
  100. pyogrio/gdal_data/grib2_table_4_2_local_NDFD.csv +38 -0
  101. pyogrio/gdal_data/grib2_table_4_2_local_index.csv +7 -0
  102. pyogrio/gdal_data/grib2_table_4_5.csv +261 -0
  103. pyogrio/gdal_data/grib2_table_versions.csv +3 -0
  104. pyogrio/gdal_data/gt_datum.csv +229 -0
  105. pyogrio/gdal_data/gt_ellips.csv +24 -0
  106. pyogrio/gdal_data/header.dxf +1124 -0
  107. pyogrio/gdal_data/inspire_cp_BasicPropertyUnit.gfs +57 -0
  108. pyogrio/gdal_data/inspire_cp_CadastralBoundary.gfs +60 -0
  109. pyogrio/gdal_data/inspire_cp_CadastralParcel.gfs +81 -0
  110. pyogrio/gdal_data/inspire_cp_CadastralZoning.gfs +161 -0
  111. pyogrio/gdal_data/jpfgdgml_AdmArea.gfs +59 -0
  112. pyogrio/gdal_data/jpfgdgml_AdmBdry.gfs +49 -0
  113. pyogrio/gdal_data/jpfgdgml_AdmPt.gfs +59 -0
  114. pyogrio/gdal_data/jpfgdgml_BldA.gfs +54 -0
  115. pyogrio/gdal_data/jpfgdgml_BldL.gfs +54 -0
  116. pyogrio/gdal_data/jpfgdgml_Cntr.gfs +54 -0
  117. pyogrio/gdal_data/jpfgdgml_CommBdry.gfs +49 -0
  118. pyogrio/gdal_data/jpfgdgml_CommPt.gfs +59 -0
  119. pyogrio/gdal_data/jpfgdgml_Cstline.gfs +54 -0
  120. pyogrio/gdal_data/jpfgdgml_ElevPt.gfs +54 -0
  121. pyogrio/gdal_data/jpfgdgml_GCP.gfs +94 -0
  122. pyogrio/gdal_data/jpfgdgml_LeveeEdge.gfs +49 -0
  123. pyogrio/gdal_data/jpfgdgml_RailCL.gfs +54 -0
  124. pyogrio/gdal_data/jpfgdgml_RdASL.gfs +44 -0
  125. pyogrio/gdal_data/jpfgdgml_RdArea.gfs +54 -0
  126. pyogrio/gdal_data/jpfgdgml_RdCompt.gfs +59 -0
  127. pyogrio/gdal_data/jpfgdgml_RdEdg.gfs +59 -0
  128. pyogrio/gdal_data/jpfgdgml_RdMgtBdry.gfs +49 -0
  129. pyogrio/gdal_data/jpfgdgml_RdSgmtA.gfs +59 -0
  130. pyogrio/gdal_data/jpfgdgml_RvrMgtBdry.gfs +49 -0
  131. pyogrio/gdal_data/jpfgdgml_SBAPt.gfs +49 -0
  132. pyogrio/gdal_data/jpfgdgml_SBArea.gfs +54 -0
  133. pyogrio/gdal_data/jpfgdgml_SBBdry.gfs +44 -0
  134. pyogrio/gdal_data/jpfgdgml_WA.gfs +54 -0
  135. pyogrio/gdal_data/jpfgdgml_WL.gfs +54 -0
  136. pyogrio/gdal_data/jpfgdgml_WStrA.gfs +54 -0
  137. pyogrio/gdal_data/jpfgdgml_WStrL.gfs +54 -0
  138. pyogrio/gdal_data/leaflet_template.html +102 -0
  139. pyogrio/gdal_data/nitf_spec.xml +3288 -0
  140. pyogrio/gdal_data/nitf_spec.xsd +171 -0
  141. pyogrio/gdal_data/ogr_fields_override.schema.json +125 -0
  142. pyogrio/gdal_data/ogrinfo_output.schema.json +528 -0
  143. pyogrio/gdal_data/ogrvrt.xsd +528 -0
  144. pyogrio/gdal_data/osmconf.ini +134 -0
  145. pyogrio/gdal_data/ozi_datum.csv +131 -0
  146. pyogrio/gdal_data/ozi_ellips.csv +35 -0
  147. pyogrio/gdal_data/pci_datum.txt +530 -0
  148. pyogrio/gdal_data/pci_ellips.txt +129 -0
  149. pyogrio/gdal_data/pdfcomposition.xsd +703 -0
  150. pyogrio/gdal_data/pds4_template.xml +65 -0
  151. pyogrio/gdal_data/plscenesconf.json +1985 -0
  152. pyogrio/gdal_data/ruian_vf_ob_v1.gfs +1455 -0
  153. pyogrio/gdal_data/ruian_vf_st_uvoh_v1.gfs +86 -0
  154. pyogrio/gdal_data/ruian_vf_st_v1.gfs +1489 -0
  155. pyogrio/gdal_data/ruian_vf_v1.gfs +2126 -0
  156. pyogrio/gdal_data/s57agencies.csv +249 -0
  157. pyogrio/gdal_data/s57attributes.csv +484 -0
  158. pyogrio/gdal_data/s57expectedinput.csv +1008 -0
  159. pyogrio/gdal_data/s57objectclasses.csv +287 -0
  160. pyogrio/gdal_data/seed_2d.dgn +0 -0
  161. pyogrio/gdal_data/seed_3d.dgn +0 -0
  162. pyogrio/gdal_data/stateplane.csv +259 -0
  163. pyogrio/gdal_data/template_tiles.mapml +28 -0
  164. pyogrio/gdal_data/tms_LINZAntarticaMapTileGrid.json +190 -0
  165. pyogrio/gdal_data/tms_MapML_APSTILE.json +268 -0
  166. pyogrio/gdal_data/tms_MapML_CBMTILE.json +346 -0
  167. pyogrio/gdal_data/tms_NZTM2000.json +243 -0
  168. pyogrio/gdal_data/trailer.dxf +434 -0
  169. pyogrio/gdal_data/usage +4 -0
  170. pyogrio/gdal_data/vcpkg-cmake-wrapper.cmake +23 -0
  171. pyogrio/gdal_data/vcpkg.spdx.json +291 -0
  172. pyogrio/gdal_data/vcpkg_abi_info.txt +45 -0
  173. pyogrio/gdal_data/vdv452.xml +349 -0
  174. pyogrio/gdal_data/vdv452.xsd +45 -0
  175. pyogrio/gdal_data/vicar.json +164 -0
  176. pyogrio/geopandas.py +978 -0
  177. pyogrio/proj_data/CH +22 -0
  178. pyogrio/proj_data/GL27 +23 -0
  179. pyogrio/proj_data/ITRF2000 +24 -0
  180. pyogrio/proj_data/ITRF2008 +94 -0
  181. pyogrio/proj_data/ITRF2014 +55 -0
  182. pyogrio/proj_data/ITRF2020 +91 -0
  183. pyogrio/proj_data/copyright +34 -0
  184. pyogrio/proj_data/deformation_model.schema.json +582 -0
  185. pyogrio/proj_data/nad.lst +142 -0
  186. pyogrio/proj_data/nad27 +810 -0
  187. pyogrio/proj_data/nad83 +745 -0
  188. pyogrio/proj_data/other.extra +53 -0
  189. pyogrio/proj_data/proj-config-version.cmake +44 -0
  190. pyogrio/proj_data/proj-config.cmake +79 -0
  191. pyogrio/proj_data/proj-targets-release.cmake +19 -0
  192. pyogrio/proj_data/proj-targets.cmake +107 -0
  193. pyogrio/proj_data/proj.db +0 -0
  194. pyogrio/proj_data/proj.ini +59 -0
  195. pyogrio/proj_data/proj4-targets-release.cmake +19 -0
  196. pyogrio/proj_data/proj4-targets.cmake +107 -0
  197. pyogrio/proj_data/projjson.schema.json +1174 -0
  198. pyogrio/proj_data/triangulation.schema.json +214 -0
  199. pyogrio/proj_data/usage +9 -0
  200. pyogrio/proj_data/vcpkg.spdx.json +203 -0
  201. pyogrio/proj_data/vcpkg_abi_info.txt +28 -0
  202. pyogrio/proj_data/world +214 -0
  203. pyogrio/raw.py +897 -0
  204. pyogrio/tests/__init__.py +0 -0
  205. pyogrio/tests/conftest.py +588 -0
  206. pyogrio/tests/fixtures/README.md +108 -0
  207. pyogrio/tests/fixtures/curve.gpkg +0 -0
  208. pyogrio/tests/fixtures/curvepolygon.gpkg +0 -0
  209. pyogrio/tests/fixtures/line_zm.gpkg +0 -0
  210. pyogrio/tests/fixtures/list_field_values_file.parquet +0 -0
  211. pyogrio/tests/fixtures/list_nested_struct_file.parquet +0 -0
  212. pyogrio/tests/fixtures/multisurface.gpkg +0 -0
  213. pyogrio/tests/fixtures/naturalearth_lowres/naturalearth_lowres.cpg +1 -0
  214. pyogrio/tests/fixtures/naturalearth_lowres/naturalearth_lowres.dbf +0 -0
  215. pyogrio/tests/fixtures/naturalearth_lowres/naturalearth_lowres.prj +1 -0
  216. pyogrio/tests/fixtures/naturalearth_lowres/naturalearth_lowres.shp +0 -0
  217. pyogrio/tests/fixtures/naturalearth_lowres/naturalearth_lowres.shx +0 -0
  218. pyogrio/tests/fixtures/sample.osm.pbf +0 -0
  219. pyogrio/tests/fixtures/test_gpkg_nulls.gpkg +0 -0
  220. pyogrio/tests/test_arrow.py +1160 -0
  221. pyogrio/tests/test_core.py +702 -0
  222. pyogrio/tests/test_geopandas_io.py +3218 -0
  223. pyogrio/tests/test_path.py +374 -0
  224. pyogrio/tests/test_raw_io.py +1473 -0
  225. pyogrio/tests/test_util.py +56 -0
  226. pyogrio/util.py +258 -0
  227. pyogrio-0.12.0.dist-info/METADATA +125 -0
  228. pyogrio-0.12.0.dist-info/RECORD +231 -0
  229. pyogrio-0.12.0.dist-info/WHEEL +6 -0
  230. pyogrio-0.12.0.dist-info/licenses/LICENSE +21 -0
  231. pyogrio-0.12.0.dist-info/top_level.txt +1 -0
@@ -0,0 +1,57 @@
1
+ <GMLFeatureClassList>
2
+ <GMLFeatureClass>
3
+ <Name>BasicPropertyUnit</Name>
4
+ <ElementPath>BasicPropertyUnit</ElementPath>
5
+ <GeometryType>None</GeometryType>
6
+ <PropertyDefn>
7
+ <Name>inspireId_localId</Name>
8
+ <ElementPath>inspireId|Identifier|localId</ElementPath>
9
+ <Type>String</Type>
10
+ </PropertyDefn>
11
+ <PropertyDefn>
12
+ <Name>inspireId_namespace</Name>
13
+ <ElementPath>inspireId|Identifier|namespace</ElementPath>
14
+ <Type>String</Type>
15
+ </PropertyDefn>
16
+ <PropertyDefn>
17
+ <Name>nationalCadastralReference</Name>
18
+ <ElementPath>nationalCadastralReference</ElementPath>
19
+ <Type>String</Type>
20
+ </PropertyDefn>
21
+ <PropertyDefn>
22
+ <Name>areaValue</Name>
23
+ <ElementPath>areaValue</ElementPath>
24
+ <Type>Real</Type>
25
+ </PropertyDefn>
26
+ <PropertyDefn>
27
+ <Name>areaValue_uom</Name>
28
+ <ElementPath>areaValue@uom</ElementPath>
29
+ <Type>String</Type>
30
+ </PropertyDefn>
31
+ <PropertyDefn>
32
+ <Name>validFrom</Name>
33
+ <ElementPath>validFrom</ElementPath>
34
+ <Type>String</Type>
35
+ </PropertyDefn>
36
+ <PropertyDefn>
37
+ <Name>validTo</Name>
38
+ <ElementPath>validTo</ElementPath>
39
+ <Type>String</Type>
40
+ </PropertyDefn>
41
+ <PropertyDefn>
42
+ <Name>beginLifespanVersion</Name>
43
+ <ElementPath>beginLifespanVersion</ElementPath>
44
+ <Type>String</Type>
45
+ </PropertyDefn>
46
+ <PropertyDefn>
47
+ <Name>endLifespanVersion</Name>
48
+ <ElementPath>endLifespanVersion</ElementPath>
49
+ <Type>String</Type>
50
+ </PropertyDefn>
51
+ <PropertyDefn>
52
+ <Name>administrativeUnit_href</Name>
53
+ <ElementPath>administrativeUnit@href</ElementPath>
54
+ <Type>String</Type>
55
+ </PropertyDefn>
56
+ </GMLFeatureClass>
57
+ </GMLFeatureClassList>
@@ -0,0 +1,60 @@
1
+ <GMLFeatureClassList>
2
+ <GMLFeatureClass>
3
+ <Name>CadastralBoundary</Name>
4
+ <ElementPath>CadastralBoundary</ElementPath>
5
+
6
+ <GeometryElementPath>geometry</GeometryElementPath>
7
+ <GeometryType>LineString</GeometryType>
8
+
9
+ <PropertyDefn>
10
+ <Name>beginLifespanVersion</Name>
11
+ <ElementPath>beginLifespanVersion</ElementPath>
12
+ <Type>String</Type>
13
+ </PropertyDefn>
14
+ <PropertyDefn>
15
+ <Name>endLifespanVersion</Name>
16
+ <ElementPath>endLifespanVersion</ElementPath>
17
+ <Type>String</Type>
18
+ </PropertyDefn>
19
+
20
+
21
+ <PropertyDefn>
22
+ <Name>estimatedAccuracy</Name>
23
+ <ElementPath>estimatedAccuracy</ElementPath>
24
+ <Type>Real</Type>
25
+ </PropertyDefn>
26
+ <PropertyDefn>
27
+ <Name>estimatedAccuracy_uom</Name>
28
+ <ElementPath>estimatedAccuracy@uom</ElementPath>
29
+ <Type>String</Type>
30
+ </PropertyDefn>
31
+
32
+ <PropertyDefn>
33
+ <Name>inspireId_localId</Name>
34
+ <ElementPath>inspireId|Identifier|localId</ElementPath>
35
+ <Type>String</Type>
36
+ </PropertyDefn>
37
+ <PropertyDefn>
38
+ <Name>inspireId_namespace</Name>
39
+ <ElementPath>inspireId|Identifier|namespace</ElementPath>
40
+ <Type>String</Type>
41
+ </PropertyDefn>
42
+
43
+ <PropertyDefn>
44
+ <Name>validFrom</Name>
45
+ <ElementPath>validFrom</ElementPath>
46
+ <Type>String</Type>
47
+ </PropertyDefn>
48
+ <PropertyDefn>
49
+ <Name>validTo</Name>
50
+ <ElementPath>validTo</ElementPath>
51
+ <Type>String</Type>
52
+ </PropertyDefn>
53
+
54
+ <PropertyDefn>
55
+ <Name>parcel_href</Name>
56
+ <ElementPath>parcel@href</ElementPath>
57
+ <Type>StringList</Type>
58
+ </PropertyDefn>
59
+ </GMLFeatureClass>
60
+ </GMLFeatureClassList>
@@ -0,0 +1,81 @@
1
+ <GMLFeatureClassList>
2
+ <GMLFeatureClass>
3
+ <Name>CadastralParcel</Name>
4
+ <ElementPath>CadastralParcel</ElementPath>
5
+ <GeomPropertyDefn>
6
+ <Name>geometry</Name>
7
+ <ElementPath>geometry</ElementPath>
8
+ <Type>MultiPolygon</Type>
9
+ </GeomPropertyDefn>
10
+ <GeomPropertyDefn>
11
+ <Name>referencePoint</Name>
12
+ <ElementPath>referencePoint</ElementPath>
13
+ <Type>Point</Type>
14
+ </GeomPropertyDefn>
15
+ <PropertyDefn>
16
+ <Name>areaValue</Name>
17
+ <ElementPath>areaValue</ElementPath>
18
+ <Type>Real</Type>
19
+ </PropertyDefn>
20
+ <PropertyDefn>
21
+ <Name>areaValue_uom</Name>
22
+ <ElementPath>areaValue@uom</ElementPath>
23
+ <Type>String</Type>
24
+ </PropertyDefn>
25
+ <PropertyDefn>
26
+ <Name>beginLifespanVersion</Name>
27
+ <ElementPath>beginLifespanVersion</ElementPath>
28
+ <Type>String</Type>
29
+ </PropertyDefn>
30
+ <PropertyDefn>
31
+ <Name>endLifespanVersion</Name>
32
+ <ElementPath>endLifespanVersion</ElementPath>
33
+ <Type>String</Type>
34
+ </PropertyDefn>
35
+ <PropertyDefn>
36
+ <Name>inspireId_localId</Name>
37
+ <ElementPath>inspireId|Identifier|localId</ElementPath>
38
+ <Type>String</Type>
39
+ </PropertyDefn>
40
+ <PropertyDefn>
41
+ <Name>inspireId_namespace</Name>
42
+ <ElementPath>inspireId|Identifier|namespace</ElementPath>
43
+ <Type>String</Type>
44
+ </PropertyDefn>
45
+ <PropertyDefn>
46
+ <Name>label</Name>
47
+ <ElementPath>label</ElementPath>
48
+ <Type>String</Type>
49
+ </PropertyDefn>
50
+ <PropertyDefn>
51
+ <Name>nationalCadastralReference</Name>
52
+ <ElementPath>nationalCadastralReference</ElementPath>
53
+ <Type>String</Type>
54
+ </PropertyDefn>
55
+ <PropertyDefn>
56
+ <Name>validFrom</Name>
57
+ <ElementPath>validFrom</ElementPath>
58
+ <Type>String</Type>
59
+ </PropertyDefn>
60
+ <PropertyDefn>
61
+ <Name>validTo</Name>
62
+ <ElementPath>validTo</ElementPath>
63
+ <Type>String</Type>
64
+ </PropertyDefn>
65
+ <PropertyDefn>
66
+ <Name>basicPropertyUnit_href</Name>
67
+ <ElementPath>basicPropertyUnit@href</ElementPath>
68
+ <Type>StringList</Type>
69
+ </PropertyDefn>
70
+ <PropertyDefn>
71
+ <Name>administrativeUnit_href</Name>
72
+ <ElementPath>administrativeUnit@href</ElementPath>
73
+ <Type>String</Type>
74
+ </PropertyDefn>
75
+ <PropertyDefn>
76
+ <Name>zoning_href</Name>
77
+ <ElementPath>zoning@href</ElementPath>
78
+ <Type>String</Type>
79
+ </PropertyDefn>
80
+ </GMLFeatureClass>
81
+ </GMLFeatureClassList>
@@ -0,0 +1,161 @@
1
+ <GMLFeatureClassList>
2
+ <GMLFeatureClass>
3
+ <Name>CadastralZoning</Name>
4
+ <ElementPath>CadastralZoning</ElementPath>
5
+
6
+ <GeomPropertyDefn>
7
+ <Name>geometry</Name>
8
+ <ElementPath>geometry</ElementPath>
9
+ <Type>MultiPolygon</Type>
10
+ </GeomPropertyDefn>
11
+ <GeomPropertyDefn>
12
+ <Name>referencePoint</Name>
13
+ <ElementPath>referencePoint</ElementPath>
14
+ <Type>Point</Type>
15
+ </GeomPropertyDefn>
16
+
17
+ <PropertyDefn>
18
+ <Name>beginLifespanVersion</Name>
19
+ <ElementPath>beginLifespanVersion</ElementPath>
20
+ <Type>String</Type>
21
+ </PropertyDefn>
22
+ <PropertyDefn>
23
+ <Name>endLifespanVersion</Name>
24
+ <ElementPath>endLifespanVersion</ElementPath>
25
+ <Type>String</Type>
26
+ </PropertyDefn>
27
+
28
+ <PropertyDefn>
29
+ <Name>estimatedAccuracy</Name>
30
+ <ElementPath>estimatedAccuracy</ElementPath>
31
+ <Type>Real</Type>
32
+ </PropertyDefn>
33
+ <PropertyDefn>
34
+ <Name>estimatedAccuracy_uom</Name>
35
+ <ElementPath>estimatedAccuracy@uom</ElementPath>
36
+ <Type>String</Type>
37
+ </PropertyDefn>
38
+
39
+ <PropertyDefn>
40
+ <Name>inspireId_localId</Name>
41
+ <ElementPath>inspireId|Identifier|localId</ElementPath>
42
+ <Type>String</Type>
43
+ </PropertyDefn>
44
+ <PropertyDefn>
45
+ <Name>inspireId_namespace</Name>
46
+ <ElementPath>inspireId|Identifier|namespace</ElementPath>
47
+ <Type>String</Type>
48
+ </PropertyDefn>
49
+
50
+ <PropertyDefn>
51
+ <Name>label</Name>
52
+ <ElementPath>label</ElementPath>
53
+ <Type>String</Type>
54
+ </PropertyDefn>
55
+
56
+ <PropertyDefn>
57
+ <Name>level</Name>
58
+ <ElementPath>level</ElementPath>
59
+ <Type>String</Type>
60
+ </PropertyDefn>
61
+
62
+ <PropertyDefn>
63
+ <Name>levelName</Name>
64
+ <ElementPath>levelName|LocalisedCharacterString</ElementPath>
65
+ <Type>StringList</Type>
66
+ </PropertyDefn>
67
+ <PropertyDefn>
68
+ <Name>levelName_locale</Name>
69
+ <ElementPath>levelName|LocalisedCharacterString@locale</ElementPath>
70
+ <Type>StringList</Type>
71
+ </PropertyDefn>
72
+
73
+ <!--
74
+ <PropertyDefn>
75
+ <Name>levelName_en</Name>
76
+ <ElementPath>levelName|LocalisedCharacterString</ElementPath>
77
+ <Condition>@locale='en'</Condition>
78
+ <Type>String</Type>
79
+ </PropertyDefn>
80
+ <PropertyDefn>
81
+ <Name>levelName_fr</Name>
82
+ <ElementPath>levelName|LocalisedCharacterString</ElementPath>
83
+ <Condition>@locale='fr'</Condition>
84
+ <Type>String</Type>
85
+ </PropertyDefn>
86
+ <PropertyDefn>
87
+ <Name>levelName_others_locale</Name>
88
+ <ElementPath>levelName|LocalisedCharacterString@locale</ElementPath>
89
+ <Condition>@locale!='en' and @locale!='fr'</Condition>
90
+ <Type>StringList</Type>
91
+ </PropertyDefn>
92
+ <PropertyDefn>
93
+ <Name>levelName_others</Name>
94
+ <ElementPath>levelName|LocalisedCharacterString</ElementPath>
95
+ <Condition>@locale!='en' and @locale!='fr'</Condition>
96
+ <Type>StringList</Type>
97
+ </PropertyDefn>
98
+ -->
99
+
100
+ <PropertyDefn>
101
+ <Name>name_language</Name>
102
+ <ElementPath>name|GeographicalName|language</ElementPath>
103
+ <Type>StringList</Type>
104
+ </PropertyDefn>
105
+ <PropertyDefn>
106
+ <Name>name_nativeness</Name>
107
+ <ElementPath>name|GeographicalName|nativeness</ElementPath>
108
+ <Type>StringList</Type>
109
+ </PropertyDefn>
110
+ <PropertyDefn>
111
+ <Name>name_nameStatus</Name>
112
+ <ElementPath>name|GeographicalName|nameStatus</ElementPath>
113
+ <Type>StringList</Type>
114
+ </PropertyDefn>
115
+ <PropertyDefn>
116
+ <Name>name_pronunciation</Name>
117
+ <ElementPath>name|GeographicalName|pronunciation</ElementPath>
118
+ <Type>StringList</Type>
119
+ </PropertyDefn>
120
+ <PropertyDefn>
121
+ <Name>name_spelling_text</Name>
122
+ <ElementPath>name|GeographicalName|spelling|SpellingOfName|text</ElementPath>
123
+ <Type>StringList</Type>
124
+ </PropertyDefn>
125
+ <PropertyDefn>
126
+ <Name>name_spelling_script</Name>
127
+ <ElementPath>name|GeographicalName|spelling|SpellingOfName|script</ElementPath>
128
+ <Type>StringList</Type>
129
+ </PropertyDefn>
130
+
131
+ <PropertyDefn>
132
+ <Name>nationalCadastalZoningReference</Name>
133
+ <ElementPath>nationalCadastalZoningReference</ElementPath>
134
+ <Type>String</Type>
135
+ </PropertyDefn>
136
+
137
+ <PropertyDefn>
138
+ <Name>originalMapScaleDenominator</Name>
139
+ <ElementPath>originalMapScaleDenominator</ElementPath>
140
+ <Type>Integer</Type>
141
+ </PropertyDefn>
142
+
143
+ <PropertyDefn>
144
+ <Name>validFrom</Name>
145
+ <ElementPath>validFrom</ElementPath>
146
+ <Type>String</Type>
147
+ </PropertyDefn>
148
+ <PropertyDefn>
149
+ <Name>validTo</Name>
150
+ <ElementPath>validTo</ElementPath>
151
+ <Type>String</Type>
152
+ </PropertyDefn>
153
+
154
+ <PropertyDefn>
155
+ <Name>upperLevelUnit_href</Name>
156
+ <ElementPath>upperLevelUnit@href</ElementPath>
157
+ <Type>String</Type>
158
+ </PropertyDefn>
159
+
160
+ </GMLFeatureClass>
161
+ </GMLFeatureClassList>
@@ -0,0 +1,59 @@
1
+ <GMLFeatureClassList>
2
+ <GMLFeatureClass>
3
+ <Name>AdmArea</Name>
4
+ <ElementPath>AdmArea</ElementPath>
5
+ <GeometryElementPath>area</GeometryElementPath>
6
+ <GeometryType>Polygon</GeometryType>
7
+ <SRSName>urn:ogc:def:crs:EPSG::6668</SRSName>
8
+ <PropertyDefn>
9
+ <Name>fid</Name>
10
+ <ElementPath>fid</ElementPath>
11
+ <Type>String</Type>
12
+ </PropertyDefn>
13
+ <PropertyDefn>
14
+ <Name>lfSpanFr</Name>
15
+ <ElementPath>lfSpanFr|timePosition</ElementPath>
16
+ <Type>String</Type>
17
+ </PropertyDefn>
18
+ <PropertyDefn>
19
+ <Name>lfSpanTo</Name>
20
+ <ElementPath>lfSpanTo|timePosition</ElementPath>
21
+ <Type>String</Type>
22
+ </PropertyDefn>
23
+ <PropertyDefn>
24
+ <Name>devDate</Name>
25
+ <ElementPath>devDate|timePosition</ElementPath>
26
+ <Type>String</Type>
27
+ </PropertyDefn>
28
+ <PropertyDefn>
29
+ <Name>orgGILvl</Name>
30
+ <ElementPath>orgGILvl</ElementPath>
31
+ <Type>String</Type>
32
+ </PropertyDefn>
33
+ <PropertyDefn>
34
+ <Name>orgMDId</Name>
35
+ <ElementPath>orgMDId</ElementPath>
36
+ <Type>String</Type>
37
+ </PropertyDefn>
38
+ <PropertyDefn>
39
+ <Name>vis</Name>
40
+ <ElementPath>vis</ElementPath>
41
+ <Type>String</Type>
42
+ </PropertyDefn>
43
+ <PropertyDefn>
44
+ <Name>type</Name>
45
+ <ElementPath>type</ElementPath>
46
+ <Type>String</Type>
47
+ </PropertyDefn>
48
+ <PropertyDefn>
49
+ <Name>name</Name>
50
+ <ElementPath>name</ElementPath>
51
+ <Type>String</Type>
52
+ </PropertyDefn>
53
+ <PropertyDefn>
54
+ <Name>admCode</Name>
55
+ <ElementPath>admCode</ElementPath>
56
+ <Type>String</Type>
57
+ </PropertyDefn>
58
+ </GMLFeatureClass>
59
+ </GMLFeatureClassList>
@@ -0,0 +1,49 @@
1
+ <GMLFeatureClassList>
2
+ <GMLFeatureClass>
3
+ <Name>AdmBdry</Name>
4
+ <ElementPath>AdmBdry</ElementPath>
5
+ <GeometryElementPath>loc</GeometryElementPath>
6
+ <GeometryType>LineString</GeometryType>
7
+ <SRSName>urn:ogc:def:crs:EPSG::6668</SRSName>
8
+ <PropertyDefn>
9
+ <Name>fid</Name>
10
+ <ElementPath>fid</ElementPath>
11
+ <Type>String</Type>
12
+ </PropertyDefn>
13
+ <PropertyDefn>
14
+ <Name>lfSpanFr</Name>
15
+ <ElementPath>lfSpanFr|timePosition</ElementPath>
16
+ <Type>String</Type>
17
+ </PropertyDefn>
18
+ <PropertyDefn>
19
+ <Name>lfSpanTo</Name>
20
+ <ElementPath>lfSpanTo|timePosition</ElementPath>
21
+ <Type>String</Type>
22
+ </PropertyDefn>
23
+ <PropertyDefn>
24
+ <Name>devDate</Name>
25
+ <ElementPath>devDate|timePosition</ElementPath>
26
+ <Type>String</Type>
27
+ </PropertyDefn>
28
+ <PropertyDefn>
29
+ <Name>orgGILvl</Name>
30
+ <ElementPath>orgGILvl</ElementPath>
31
+ <Type>String</Type>
32
+ </PropertyDefn>
33
+ <PropertyDefn>
34
+ <Name>orgMDId</Name>
35
+ <ElementPath>orgMDId</ElementPath>
36
+ <Type>String</Type>
37
+ </PropertyDefn>
38
+ <PropertyDefn>
39
+ <Name>vis</Name>
40
+ <ElementPath>vis</ElementPath>
41
+ <Type>String</Type>
42
+ </PropertyDefn>
43
+ <PropertyDefn>
44
+ <Name>type</Name>
45
+ <ElementPath>type</ElementPath>
46
+ <Type>String</Type>
47
+ </PropertyDefn>
48
+ </GMLFeatureClass>
49
+ </GMLFeatureClassList>
@@ -0,0 +1,59 @@
1
+ <GMLFeatureClassList>
2
+ <GMLFeatureClass>
3
+ <Name>AdmPt</Name>
4
+ <ElementPath>AdmPt</ElementPath>
5
+ <GeometryElementPath>pos</GeometryElementPath>
6
+ <GeometryType>Point</GeometryType>
7
+ <SRSName>urn:ogc:def:crs:EPSG::6668</SRSName>
8
+ <PropertyDefn>
9
+ <Name>fid</Name>
10
+ <ElementPath>fid</ElementPath>
11
+ <Type>String</Type>
12
+ </PropertyDefn>
13
+ <PropertyDefn>
14
+ <Name>lfSpanFr</Name>
15
+ <ElementPath>lfSpanFr|timePosition</ElementPath>
16
+ <Type>String</Type>
17
+ </PropertyDefn>
18
+ <PropertyDefn>
19
+ <Name>lfSpanTo</Name>
20
+ <ElementPath>lfSpanTo|timePosition</ElementPath>
21
+ <Type>String</Type>
22
+ </PropertyDefn>
23
+ <PropertyDefn>
24
+ <Name>devDate</Name>
25
+ <ElementPath>devDate|timePosition</ElementPath>
26
+ <Type>String</Type>
27
+ </PropertyDefn>
28
+ <PropertyDefn>
29
+ <Name>orgGILvl</Name>
30
+ <ElementPath>orgGILvl</ElementPath>
31
+ <Type>String</Type>
32
+ </PropertyDefn>
33
+ <PropertyDefn>
34
+ <Name>orgMDId</Name>
35
+ <ElementPath>orgMDId</ElementPath>
36
+ <Type>String</Type>
37
+ </PropertyDefn>
38
+ <PropertyDefn>
39
+ <Name>vis</Name>
40
+ <ElementPath>vis</ElementPath>
41
+ <Type>String</Type>
42
+ </PropertyDefn>
43
+ <PropertyDefn>
44
+ <Name>type</Name>
45
+ <ElementPath>type</ElementPath>
46
+ <Type>String</Type>
47
+ </PropertyDefn>
48
+ <PropertyDefn>
49
+ <Name>name</Name>
50
+ <ElementPath>name</ElementPath>
51
+ <Type>String</Type>
52
+ </PropertyDefn>
53
+ <PropertyDefn>
54
+ <Name>admCode</Name>
55
+ <ElementPath>admCode</ElementPath>
56
+ <Type>String</Type>
57
+ </PropertyDefn>
58
+ </GMLFeatureClass>
59
+ </GMLFeatureClassList>
@@ -0,0 +1,54 @@
1
+ <GMLFeatureClassList>
2
+ <GMLFeatureClass>
3
+ <Name>BldA</Name>
4
+ <ElementPath>BldA</ElementPath>
5
+ <GeometryElementPath>area</GeometryElementPath>
6
+ <GeometryType>Polygon</GeometryType>
7
+ <SRSName>urn:ogc:def:crs:EPSG::6668</SRSName>
8
+ <PropertyDefn>
9
+ <Name>fid</Name>
10
+ <ElementPath>fid</ElementPath>
11
+ <Type>String</Type>
12
+ </PropertyDefn>
13
+ <PropertyDefn>
14
+ <Name>lfSpanFr</Name>
15
+ <ElementPath>lfSpanFr|timePosition</ElementPath>
16
+ <Type>String</Type>
17
+ </PropertyDefn>
18
+ <PropertyDefn>
19
+ <Name>lfSpanTo</Name>
20
+ <ElementPath>lfSpanTo|timePosition</ElementPath>
21
+ <Type>String</Type>
22
+ </PropertyDefn>
23
+ <PropertyDefn>
24
+ <Name>devDate</Name>
25
+ <ElementPath>devDate|timePosition</ElementPath>
26
+ <Type>String</Type>
27
+ </PropertyDefn>
28
+ <PropertyDefn>
29
+ <Name>orgGILvl</Name>
30
+ <ElementPath>orgGILvl</ElementPath>
31
+ <Type>String</Type>
32
+ </PropertyDefn>
33
+ <PropertyDefn>
34
+ <Name>orgMDId</Name>
35
+ <ElementPath>orgMDId</ElementPath>
36
+ <Type>String</Type>
37
+ </PropertyDefn>
38
+ <PropertyDefn>
39
+ <Name>vis</Name>
40
+ <ElementPath>vis</ElementPath>
41
+ <Type>String</Type>
42
+ </PropertyDefn>
43
+ <PropertyDefn>
44
+ <Name>type</Name>
45
+ <ElementPath>type</ElementPath>
46
+ <Type>String</Type>
47
+ </PropertyDefn>
48
+ <PropertyDefn>
49
+ <Name>name</Name>
50
+ <ElementPath>name</ElementPath>
51
+ <Type>String</Type>
52
+ </PropertyDefn>
53
+ </GMLFeatureClass>
54
+ </GMLFeatureClassList>
@@ -0,0 +1,54 @@
1
+ <GMLFeatureClassList>
2
+ <GMLFeatureClass>
3
+ <Name>BldL</Name>
4
+ <ElementPath>BldL</ElementPath>
5
+ <GeometryElementPath>loc</GeometryElementPath>
6
+ <GeometryType>LineString</GeometryType>
7
+ <SRSName>urn:ogc:def:crs:EPSG::6668</SRSName>
8
+ <PropertyDefn>
9
+ <Name>fid</Name>
10
+ <ElementPath>fid</ElementPath>
11
+ <Type>String</Type>
12
+ </PropertyDefn>
13
+ <PropertyDefn>
14
+ <Name>lfSpanFr</Name>
15
+ <ElementPath>lfSpanFr|timePosition</ElementPath>
16
+ <Type>String</Type>
17
+ </PropertyDefn>
18
+ <PropertyDefn>
19
+ <Name>lfSpanTo</Name>
20
+ <ElementPath>lfSpanTo|timePosition</ElementPath>
21
+ <Type>String</Type>
22
+ </PropertyDefn>
23
+ <PropertyDefn>
24
+ <Name>devDate</Name>
25
+ <ElementPath>devDate|timePosition</ElementPath>
26
+ <Type>String</Type>
27
+ </PropertyDefn>
28
+ <PropertyDefn>
29
+ <Name>orgGILvl</Name>
30
+ <ElementPath>orgGILvl</ElementPath>
31
+ <Type>String</Type>
32
+ </PropertyDefn>
33
+ <PropertyDefn>
34
+ <Name>orgMDId</Name>
35
+ <ElementPath>orgMDId</ElementPath>
36
+ <Type>String</Type>
37
+ </PropertyDefn>
38
+ <PropertyDefn>
39
+ <Name>vis</Name>
40
+ <ElementPath>vis</ElementPath>
41
+ <Type>String</Type>
42
+ </PropertyDefn>
43
+ <PropertyDefn>
44
+ <Name>type</Name>
45
+ <ElementPath>type</ElementPath>
46
+ <Type>String</Type>
47
+ </PropertyDefn>
48
+ <PropertyDefn>
49
+ <Name>name</Name>
50
+ <ElementPath>name</ElementPath>
51
+ <Type>String</Type>
52
+ </PropertyDefn>
53
+ </GMLFeatureClass>
54
+ </GMLFeatureClassList>