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,346 @@
1
+ {
2
+ "type": "TileMatrixSetType",
3
+ "identifier": "CBMTILE",
4
+ "title": "Lambert Conformal Conic-based tiled coordinate reference system for Canada.",
5
+ "supportedCRS": "http://www.opengis.net/def/crs/EPSG/0/3978",
6
+ "tileMatrix": [
7
+ {
8
+ "matrixHeight": 5,
9
+ "tileHeight": 256,
10
+ "tileWidth": 256,
11
+ "topLeftCorner": [
12
+ -34655800,
13
+ 39310000
14
+ ],
15
+ "matrixWidth": 5,
16
+ "identifier": "0",
17
+ "type": "TileMatrixType",
18
+ "scaleDenominator": 137016643.08090523
19
+ },
20
+ {
21
+ "matrixHeight": 9,
22
+ "tileHeight": 256,
23
+ "tileWidth": 256,
24
+ "topLeftCorner": [
25
+ -34655800,
26
+ 39310000
27
+ ],
28
+ "matrixWidth": 9,
29
+ "identifier": "1",
30
+ "type": "TileMatrixType",
31
+ "scaleDenominator": 80320101.1163927317
32
+ },
33
+ {
34
+ "matrixHeight": 15,
35
+ "tileHeight": 256,
36
+ "tileWidth": 256,
37
+ "topLeftCorner": [
38
+ -34655800,
39
+ 39310000
40
+ ],
41
+ "matrixWidth": 15,
42
+ "identifier": "2",
43
+ "type": "TileMatrixType",
44
+ "scaleDenominator": 47247118.3037604243
45
+ },
46
+ {
47
+ "matrixHeight": 25,
48
+ "tileHeight": 256,
49
+ "tileWidth": 256,
50
+ "topLeftCorner": [
51
+ -34655800,
52
+ 39310000
53
+ ],
54
+ "matrixWidth": 25,
55
+ "identifier": "3",
56
+ "type": "TileMatrixType",
57
+ "scaleDenominator": 28348270.982256256
58
+ },
59
+ {
60
+ "matrixHeight": 42,
61
+ "tileHeight": 256,
62
+ "tileWidth": 256,
63
+ "topLeftCorner": [
64
+ -34655800,
65
+ 39310000
66
+ ],
67
+ "matrixWidth": 42,
68
+ "identifier": "4",
69
+ "type": "TileMatrixType",
70
+ "scaleDenominator": 16536491.40631615
71
+ },
72
+ {
73
+ "matrixHeight": 73,
74
+ "tileHeight": 256,
75
+ "tileWidth": 256,
76
+ "topLeftCorner": [
77
+ -34655800,
78
+ 39310000
79
+ ],
80
+ "matrixWidth": 73,
81
+ "identifier": "5",
82
+ "type": "TileMatrixType",
83
+ "scaleDenominator": 9449423.66075208597
84
+ },
85
+ {
86
+ "matrixHeight": 121,
87
+ "tileHeight": 256,
88
+ "tileWidth": 256,
89
+ "topLeftCorner": [
90
+ -34655800,
91
+ 39310000
92
+ ],
93
+ "matrixWidth": 121,
94
+ "identifier": "6",
95
+ "type": "TileMatrixType",
96
+ "scaleDenominator": 5669654.1964512514
97
+ },
98
+ {
99
+ "matrixHeight": 208,
100
+ "tileHeight": 256,
101
+ "tileWidth": 256,
102
+ "topLeftCorner": [
103
+ -34655800,
104
+ 39310000
105
+ ],
106
+ "matrixWidth": 208,
107
+ "identifier": "7",
108
+ "type": "TileMatrixType",
109
+ "scaleDenominator": 3307298.2812632299
110
+ },
111
+ {
112
+ "matrixHeight": 363,
113
+ "tileHeight": 256,
114
+ "tileWidth": 256,
115
+ "topLeftCorner": [
116
+ -34655800,
117
+ 39310000
118
+ ],
119
+ "matrixWidth": 363,
120
+ "identifier": "8",
121
+ "type": "TileMatrixType",
122
+ "scaleDenominator": 1889884.73215041705
123
+ },
124
+ {
125
+ "matrixHeight": 605,
126
+ "tileHeight": 256,
127
+ "tileWidth": 256,
128
+ "topLeftCorner": [
129
+ -34655800,
130
+ 39310000
131
+ ],
132
+ "matrixWidth": 605,
133
+ "identifier": "9",
134
+ "type": "TileMatrixType",
135
+ "scaleDenominator": 1133930.83929025033
136
+ },
137
+ {
138
+ "matrixHeight": 1036,
139
+ "tileHeight": 256,
140
+ "tileWidth": 256,
141
+ "topLeftCorner": [
142
+ -34655800,
143
+ 39310000
144
+ ],
145
+ "matrixWidth": 1036,
146
+ "identifier": "10",
147
+ "type": "TileMatrixType",
148
+ "scaleDenominator": 661459.656252646004
149
+ },
150
+ {
151
+ "matrixHeight": 1727,
152
+ "tileHeight": 256,
153
+ "tileWidth": 256,
154
+ "topLeftCorner": [
155
+ -34655800,
156
+ 39310000
157
+ ],
158
+ "matrixWidth": 1727,
159
+ "identifier": "11",
160
+ "type": "TileMatrixType",
161
+ "scaleDenominator": 396875.793751587567
162
+ },
163
+ {
164
+ "matrixHeight": 2900,
165
+ "tileHeight": 256,
166
+ "tileWidth": 256,
167
+ "topLeftCorner": [
168
+ -34655800,
169
+ 39310000
170
+ ],
171
+ "matrixWidth": 2900,
172
+ "identifier": "12",
173
+ "type": "TileMatrixType",
174
+ "scaleDenominator": 236235.591518802132
175
+ },
176
+ {
177
+ "matrixHeight": 5000,
178
+ "tileHeight": 256,
179
+ "tileWidth": 256,
180
+ "topLeftCorner": [
181
+ -34655800,
182
+ 39310000
183
+ ],
184
+ "matrixWidth": 5000,
185
+ "identifier": "13",
186
+ "type": "TileMatrixType",
187
+ "scaleDenominator": 137016.643080905225
188
+ },
189
+ {
190
+ "matrixHeight": 8530,
191
+ "tileHeight": 256,
192
+ "tileWidth": 256,
193
+ "topLeftCorner": [
194
+ -34655800,
195
+ 39310000
196
+ ],
197
+ "matrixWidth": 8530,
198
+ "identifier": "14",
199
+ "type": "TileMatrixType",
200
+ "scaleDenominator": 80320.1011163927178
201
+ },
202
+ {
203
+ "matrixHeight": 14501,
204
+ "tileHeight": 256,
205
+ "tileWidth": 256,
206
+ "topLeftCorner": [
207
+ -34655800,
208
+ 39310000
209
+ ],
210
+ "matrixWidth": 14501,
211
+ "identifier": "15",
212
+ "type": "TileMatrixType",
213
+ "scaleDenominator": 47247.1183037604278
214
+ },
215
+ {
216
+ "matrixHeight": 24167,
217
+ "tileHeight": 256,
218
+ "tileWidth": 256,
219
+ "topLeftCorner": [
220
+ -34655800,
221
+ 39310000
222
+ ],
223
+ "matrixWidth": 24167,
224
+ "identifier": "16",
225
+ "type": "TileMatrixType",
226
+ "scaleDenominator": 28348.2709822562538
227
+ },
228
+ {
229
+ "matrixHeight": 41429,
230
+ "tileHeight": 256,
231
+ "tileWidth": 256,
232
+ "topLeftCorner": [
233
+ -34655800,
234
+ 39310000
235
+ ],
236
+ "matrixWidth": 41429,
237
+ "identifier": "17",
238
+ "type": "TileMatrixType",
239
+ "scaleDenominator": 16536.4914063161486
240
+ },
241
+ {
242
+ "matrixHeight": 72500,
243
+ "tileHeight": 256,
244
+ "tileWidth": 256,
245
+ "topLeftCorner": [
246
+ -34655800,
247
+ 39310000
248
+ ],
249
+ "matrixWidth": 72500,
250
+ "identifier": "18",
251
+ "type": "TileMatrixType",
252
+ "scaleDenominator": 9449.4236607520852
253
+ },
254
+ {
255
+ "matrixHeight": 120834,
256
+ "tileHeight": 256,
257
+ "tileWidth": 256,
258
+ "topLeftCorner": [
259
+ -34655800,
260
+ 39310000
261
+ ],
262
+ "matrixWidth": 120834,
263
+ "identifier": "19",
264
+ "type": "TileMatrixType",
265
+ "scaleDenominator": 5669.65419645125075
266
+ },
267
+ {
268
+ "matrixHeight": 207143,
269
+ "tileHeight": 256,
270
+ "tileWidth": 256,
271
+ "topLeftCorner": [
272
+ -34655800,
273
+ 39310000
274
+ ],
275
+ "matrixWidth": 207143,
276
+ "identifier": "20",
277
+ "type": "TileMatrixType",
278
+ "scaleDenominator": 3307.29828126322991
279
+ },
280
+ {
281
+ "matrixHeight": 362501,
282
+ "tileHeight": 256,
283
+ "tileWidth": 256,
284
+ "topLeftCorner": [
285
+ -34655800,
286
+ 39310000
287
+ ],
288
+ "matrixWidth": 362501,
289
+ "identifier": "21",
290
+ "type": "TileMatrixType",
291
+ "scaleDenominator": 1889.88473215041699
292
+ },
293
+ {
294
+ "matrixHeight": 604167,
295
+ "tileHeight": 256,
296
+ "tileWidth": 256,
297
+ "topLeftCorner": [
298
+ -34655800,
299
+ 39310000
300
+ ],
301
+ "matrixWidth": 604167,
302
+ "identifier": "22",
303
+ "type": "TileMatrixType",
304
+ "scaleDenominator": 1133.93083929025011
305
+ },
306
+ {
307
+ "matrixHeight": 1035715,
308
+ "tileHeight": 256,
309
+ "tileWidth": 256,
310
+ "topLeftCorner": [
311
+ -34655800,
312
+ 39310000
313
+ ],
314
+ "matrixWidth": 1035715,
315
+ "identifier": "23",
316
+ "type": "TileMatrixType",
317
+ "scaleDenominator": 661.459656252645914
318
+ },
319
+ {
320
+ "matrixHeight": 1726191,
321
+ "tileHeight": 256,
322
+ "tileWidth": 256,
323
+ "topLeftCorner": [
324
+ -34655800,
325
+ 39310000
326
+ ],
327
+ "matrixWidth": 1726191,
328
+ "identifier": "24",
329
+ "type": "TileMatrixType",
330
+ "scaleDenominator": 396.875793751587537
331
+ },
332
+ {
333
+ "matrixHeight": 2900001,
334
+ "tileHeight": 256,
335
+ "tileWidth": 256,
336
+ "topLeftCorner": [
337
+ -34655800,
338
+ 39310000
339
+ ],
340
+ "matrixWidth": 2900001,
341
+ "identifier": "25",
342
+ "type": "TileMatrixType",
343
+ "scaleDenominator": 236.235591518802124
344
+ }
345
+ ]
346
+ }
@@ -0,0 +1,243 @@
1
+ {
2
+ "type": "TileMatrixSetType",
3
+ "title": "LINZ NZTM2000 Map Tile Grid",
4
+ "abstract": "See https://www.linz.govt.nz/data/linz-data-service/guides-and-documentation/nztm2000-map-tile-service-schema",
5
+ "identifier": "NZTM2000",
6
+ "supportedCRS": "http://www.opengis.net/def/crs/EPSG/0/2193",
7
+ "boundingBox":
8
+ {
9
+ "type": "BoundingBoxType",
10
+ "crs": "http://www.opengis.net/def/crs/EPSG/0/2193",
11
+ "lowerCorner": [
12
+ 3087000,
13
+ 274000
14
+ ],
15
+ "upperCorner": [
16
+ 7173000,
17
+ 3327000
18
+ ]
19
+ },
20
+ "tileMatrix": [
21
+ {
22
+ "type": "TileMatrixType",
23
+ "identifier": "0",
24
+ "scaleDenominator": 32000000,
25
+ "topLeftCorner": [
26
+ 10000000,
27
+ -1000000
28
+ ],
29
+ "tileWidth": 256,
30
+ "tileHeight": 256,
31
+ "matrixWidth": 2,
32
+ "matrixHeight": 4
33
+ },
34
+ {
35
+ "type": "TileMatrixType",
36
+ "identifier": "1",
37
+ "scaleDenominator": 16000000,
38
+ "topLeftCorner": [
39
+ 10000000,
40
+ -1000000
41
+ ],
42
+ "tileWidth": 256,
43
+ "tileHeight": 256,
44
+ "matrixWidth": 4,
45
+ "matrixHeight": 8
46
+ },
47
+ {
48
+ "type": "TileMatrixType",
49
+ "identifier": "2",
50
+ "scaleDenominator": 8000000,
51
+ "topLeftCorner": [
52
+ 10000000,
53
+ -1000000
54
+ ],
55
+ "tileWidth": 256,
56
+ "tileHeight": 256,
57
+ "matrixWidth": 8,
58
+ "matrixHeight": 16
59
+ },
60
+ {
61
+ "type": "TileMatrixType",
62
+ "identifier": "3",
63
+ "scaleDenominator": 4000000,
64
+ "topLeftCorner": [
65
+ 10000000,
66
+ -1000000
67
+ ],
68
+ "tileWidth": 256,
69
+ "tileHeight": 256,
70
+ "matrixWidth": 16,
71
+ "matrixHeight": 32
72
+ },
73
+ {
74
+ "type": "TileMatrixType",
75
+ "identifier": "4",
76
+ "scaleDenominator": 2000000,
77
+ "topLeftCorner": [
78
+ 10000000,
79
+ -1000000
80
+ ],
81
+ "tileWidth": 256,
82
+ "tileHeight": 256,
83
+ "matrixWidth": 32,
84
+ "matrixHeight": 64
85
+ },
86
+ {
87
+ "type": "TileMatrixType",
88
+ "identifier": "5",
89
+ "scaleDenominator": 1000000,
90
+ "topLeftCorner": [
91
+ 10000000,
92
+ -1000000
93
+ ],
94
+ "tileWidth": 256,
95
+ "tileHeight": 256,
96
+ "matrixWidth": 64,
97
+ "matrixHeight": 128
98
+ },
99
+ {
100
+ "type": "TileMatrixType",
101
+ "identifier": "6",
102
+ "scaleDenominator": 500000,
103
+ "topLeftCorner": [
104
+ 10000000,
105
+ -1000000
106
+ ],
107
+ "tileWidth": 256,
108
+ "tileHeight": 256,
109
+ "matrixWidth": 128,
110
+ "matrixHeight": 256
111
+ },
112
+ {
113
+ "type": "TileMatrixType",
114
+ "identifier": "7",
115
+ "scaleDenominator": 250000,
116
+ "topLeftCorner": [
117
+ 10000000,
118
+ -1000000
119
+ ],
120
+ "tileWidth": 256,
121
+ "tileHeight": 256,
122
+ "matrixWidth": 256,
123
+ "matrixHeight": 512
124
+ },
125
+ {
126
+ "type": "TileMatrixType",
127
+ "identifier": "8",
128
+ "scaleDenominator": 100000,
129
+ "topLeftCorner": [
130
+ 10000000,
131
+ -1000000
132
+ ],
133
+ "tileWidth": 256,
134
+ "tileHeight": 256,
135
+ "matrixWidth": 640,
136
+ "matrixHeight": 1280
137
+ },
138
+ {
139
+ "type": "TileMatrixType",
140
+ "identifier": "9",
141
+ "scaleDenominator": 50000,
142
+ "topLeftCorner": [
143
+ 10000000,
144
+ -1000000
145
+ ],
146
+ "tileWidth": 256,
147
+ "tileHeight": 256,
148
+ "matrixWidth": 1280,
149
+ "matrixHeight": 2560
150
+ },
151
+ {
152
+ "type": "TileMatrixType",
153
+ "identifier": "10",
154
+ "scaleDenominator": 25000,
155
+ "topLeftCorner": [
156
+ 10000000,
157
+ -1000000
158
+ ],
159
+ "tileWidth": 256,
160
+ "tileHeight": 256,
161
+ "matrixWidth": 2560,
162
+ "matrixHeight": 5120
163
+ },
164
+ {
165
+ "type": "TileMatrixType",
166
+ "identifier": "11",
167
+ "scaleDenominator": 10000,
168
+ "topLeftCorner": [
169
+ 10000000,
170
+ -1000000
171
+ ],
172
+ "tileWidth": 256,
173
+ "tileHeight": 256,
174
+ "matrixWidth": 6400,
175
+ "matrixHeight": 12800
176
+ },
177
+ {
178
+ "type": "TileMatrixType",
179
+ "identifier": "12",
180
+ "scaleDenominator": 5000,
181
+ "topLeftCorner": [
182
+ 10000000,
183
+ -1000000
184
+ ],
185
+ "tileWidth": 256,
186
+ "tileHeight": 256,
187
+ "matrixWidth": 12800,
188
+ "matrixHeight": 25600
189
+ },
190
+ {
191
+ "type": "TileMatrixType",
192
+ "identifier": "13",
193
+ "scaleDenominator": 2500,
194
+ "topLeftCorner": [
195
+ 10000000,
196
+ -1000000
197
+ ],
198
+ "tileWidth": 256,
199
+ "tileHeight": 256,
200
+ "matrixWidth": 25600,
201
+ "matrixHeight": 51200
202
+ },
203
+ {
204
+ "type": "TileMatrixType",
205
+ "identifier": "14",
206
+ "scaleDenominator": 1000,
207
+ "topLeftCorner": [
208
+ 10000000,
209
+ -1000000
210
+ ],
211
+ "tileWidth": 256,
212
+ "tileHeight": 256,
213
+ "matrixWidth": 64000,
214
+ "matrixHeight": 128000
215
+ },
216
+ {
217
+ "type": "TileMatrixType",
218
+ "identifier": "15",
219
+ "scaleDenominator": 500,
220
+ "topLeftCorner": [
221
+ 10000000,
222
+ -1000000
223
+ ],
224
+ "tileWidth": 256,
225
+ "tileHeight": 256,
226
+ "matrixWidth": 128000,
227
+ "matrixHeight": 256000
228
+ },
229
+ {
230
+ "type": "TileMatrixType",
231
+ "identifier": "16",
232
+ "scaleDenominator": 250,
233
+ "topLeftCorner": [
234
+ 10000000,
235
+ -1000000
236
+ ],
237
+ "tileWidth": 256,
238
+ "tileHeight": 256,
239
+ "matrixWidth": 256000,
240
+ "matrixHeight": 512000
241
+ }
242
+ ]
243
+ }