node-red-contrib-tak-registration 0.2.2 → 0.3.0

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 (1797) hide show
  1. package/README.md +3 -0
  2. package/node_modules/@turf/along/LICENSE +20 -0
  3. package/node_modules/@turf/along/README.md +69 -0
  4. package/node_modules/@turf/along/dist/es/index.js +50 -0
  5. package/node_modules/@turf/along/dist/es/package.json +1 -0
  6. package/node_modules/@turf/along/dist/js/index.d.ts +22 -0
  7. package/node_modules/@turf/along/dist/js/index.js +56 -0
  8. package/node_modules/@turf/along/package.json +95 -0
  9. package/node_modules/@turf/angle/LICENSE +20 -0
  10. package/node_modules/@turf/angle/README.md +64 -0
  11. package/node_modules/@turf/angle/dist/es/index.js +50 -0
  12. package/node_modules/@turf/angle/dist/es/package.json +1 -0
  13. package/node_modules/@turf/angle/dist/js/index.d.ts +22 -0
  14. package/node_modules/@turf/angle/dist/js/index.js +55 -0
  15. package/node_modules/@turf/angle/package.json +102 -0
  16. package/node_modules/@turf/area/LICENSE +20 -0
  17. package/node_modules/@turf/area/README.md +54 -0
  18. package/node_modules/@turf/area/dist/es/index.js +114 -0
  19. package/node_modules/@turf/area/dist/es/package.json +1 -0
  20. package/node_modules/@turf/area/dist/js/index.d.ts +17 -0
  21. package/node_modules/@turf/area/dist/js/index.js +117 -0
  22. package/node_modules/@turf/area/package.json +94 -0
  23. package/node_modules/@turf/bbox/LICENSE +20 -0
  24. package/node_modules/@turf/bbox/README.md +53 -0
  25. package/node_modules/@turf/bbox/dist/es/index.js +35 -0
  26. package/node_modules/@turf/bbox/dist/es/package.json +1 -0
  27. package/node_modules/@turf/bbox/dist/js/index.d.ts +17 -0
  28. package/node_modules/@turf/bbox/dist/js/index.js +37 -0
  29. package/node_modules/@turf/bbox/package.json +108 -0
  30. package/node_modules/@turf/bbox-clip/LICENSE +20 -0
  31. package/node_modules/@turf/bbox-clip/README.md +68 -0
  32. package/node_modules/@turf/bbox-clip/dist/es/index.js +68 -0
  33. package/node_modules/@turf/bbox-clip/dist/es/lib/lineclip.js +107 -0
  34. package/node_modules/@turf/bbox-clip/dist/es/package.json +1 -0
  35. package/node_modules/@turf/bbox-clip/dist/js/index.d.ts +20 -0
  36. package/node_modules/@turf/bbox-clip/dist/js/index.js +71 -0
  37. package/node_modules/@turf/bbox-clip/dist/js/lib/lineclip.d.ts +3 -0
  38. package/node_modules/@turf/bbox-clip/dist/js/lib/lineclip.js +111 -0
  39. package/node_modules/@turf/bbox-clip/package.json +108 -0
  40. package/node_modules/@turf/bbox-polygon/LICENSE +20 -0
  41. package/node_modules/@turf/bbox-polygon/README.md +66 -0
  42. package/node_modules/@turf/bbox-polygon/dist/es/index.js +36 -0
  43. package/node_modules/@turf/bbox-polygon/dist/es/package.json +1 -0
  44. package/node_modules/@turf/bbox-polygon/dist/js/index.d.ts +22 -0
  45. package/node_modules/@turf/bbox-polygon/dist/js/index.js +39 -0
  46. package/node_modules/@turf/bbox-polygon/package.json +92 -0
  47. package/node_modules/@turf/bearing/LICENSE +20 -0
  48. package/node_modules/@turf/bearing/README.md +67 -0
  49. package/node_modules/@turf/bearing/dist/es/index.js +57 -0
  50. package/node_modules/@turf/bearing/dist/es/package.json +1 -0
  51. package/node_modules/@turf/bearing/dist/js/index.d.ts +26 -0
  52. package/node_modules/@turf/bearing/dist/js/index.js +60 -0
  53. package/node_modules/@turf/bearing/package.json +96 -0
  54. package/node_modules/@turf/bezier-spline/LICENSE +20 -0
  55. package/node_modules/@turf/bezier-spline/README.md +79 -0
  56. package/node_modules/@turf/bezier-spline/dist/es/index.js +60 -0
  57. package/node_modules/@turf/bezier-spline/dist/es/lib/spline.js +158 -0
  58. package/node_modules/@turf/bezier-spline/dist/es/package.json +1 -0
  59. package/node_modules/@turf/bezier-spline/dist/js/index.d.ts +37 -0
  60. package/node_modules/@turf/bezier-spline/dist/js/index.js +65 -0
  61. package/node_modules/@turf/bezier-spline/dist/js/lib/spline.d.ts +62 -0
  62. package/node_modules/@turf/bezier-spline/dist/js/lib/spline.js +160 -0
  63. package/node_modules/@turf/bezier-spline/package.json +93 -0
  64. package/node_modules/@turf/boolean-clockwise/LICENSE +20 -0
  65. package/node_modules/@turf/boolean-clockwise/README.md +60 -0
  66. package/node_modules/@turf/boolean-clockwise/dist/es/index.js +30 -0
  67. package/node_modules/@turf/boolean-clockwise/dist/es/package.json +1 -0
  68. package/node_modules/@turf/boolean-clockwise/dist/js/index.d.ts +17 -0
  69. package/node_modules/@turf/boolean-clockwise/dist/js/index.js +33 -0
  70. package/node_modules/@turf/boolean-clockwise/package.json +110 -0
  71. package/node_modules/@turf/boolean-contains/LICENSE +20 -0
  72. package/node_modules/@turf/boolean-contains/README.md +63 -0
  73. package/node_modules/@turf/boolean-contains/dist/es/index.js +225 -0
  74. package/node_modules/@turf/boolean-contains/dist/es/package.json +1 -0
  75. package/node_modules/@turf/boolean-contains/dist/js/index.d.ts +46 -0
  76. package/node_modules/@turf/boolean-contains/dist/js/index.js +241 -0
  77. package/node_modules/@turf/boolean-contains/package.json +107 -0
  78. package/node_modules/@turf/boolean-crosses/LICENSE +20 -0
  79. package/node_modules/@turf/boolean-crosses/README.md +64 -0
  80. package/node_modules/@turf/boolean-crosses/dist/es/index.js +166 -0
  81. package/node_modules/@turf/boolean-crosses/dist/es/package.json +1 -0
  82. package/node_modules/@turf/boolean-crosses/dist/js/index.d.ts +21 -0
  83. package/node_modules/@turf/boolean-crosses/dist/js/index.js +171 -0
  84. package/node_modules/@turf/boolean-crosses/package.json +106 -0
  85. package/node_modules/@turf/boolean-disjoint/LICENSE +20 -0
  86. package/node_modules/@turf/boolean-disjoint/README.md +60 -0
  87. package/node_modules/@turf/boolean-disjoint/dist/es/index.js +168 -0
  88. package/node_modules/@turf/boolean-disjoint/dist/es/package.json +1 -0
  89. package/node_modules/@turf/boolean-disjoint/dist/js/index.d.ts +17 -0
  90. package/node_modules/@turf/boolean-disjoint/dist/js/index.js +173 -0
  91. package/node_modules/@turf/boolean-disjoint/package.json +106 -0
  92. package/node_modules/@turf/boolean-equal/LICENSE +20 -0
  93. package/node_modules/@turf/boolean-equal/README.md +66 -0
  94. package/node_modules/@turf/boolean-equal/dist/es/index.js +30 -0
  95. package/node_modules/@turf/boolean-equal/dist/es/package.json +1 -0
  96. package/node_modules/@turf/boolean-equal/dist/js/index.d.ts +21 -0
  97. package/node_modules/@turf/boolean-equal/dist/js/index.js +35 -0
  98. package/node_modules/@turf/boolean-equal/package.json +112 -0
  99. package/node_modules/@turf/boolean-intersects/LICENSE +20 -0
  100. package/node_modules/@turf/boolean-intersects/README.md +55 -0
  101. package/node_modules/@turf/boolean-intersects/dist/es/index.js +28 -0
  102. package/node_modules/@turf/boolean-intersects/dist/es/package.json +1 -0
  103. package/node_modules/@turf/boolean-intersects/dist/js/index.d.ts +16 -0
  104. package/node_modules/@turf/boolean-intersects/dist/js/index.js +34 -0
  105. package/node_modules/@turf/boolean-intersects/package.json +104 -0
  106. package/node_modules/@turf/boolean-overlap/LICENSE +20 -0
  107. package/node_modules/@turf/boolean-overlap/README.md +73 -0
  108. package/node_modules/@turf/boolean-overlap/dist/es/index.js +80 -0
  109. package/node_modules/@turf/boolean-overlap/dist/es/package.json +1 -0
  110. package/node_modules/@turf/boolean-overlap/dist/js/index.d.ts +23 -0
  111. package/node_modules/@turf/boolean-overlap/dist/js/index.js +86 -0
  112. package/node_modules/@turf/boolean-overlap/package.json +110 -0
  113. package/node_modules/@turf/boolean-parallel/LICENSE +20 -0
  114. package/node_modules/@turf/boolean-parallel/README.md +57 -0
  115. package/node_modules/@turf/boolean-parallel/dist/es/index.js +71 -0
  116. package/node_modules/@turf/boolean-parallel/dist/es/package.json +1 -0
  117. package/node_modules/@turf/boolean-parallel/dist/js/index.d.ts +17 -0
  118. package/node_modules/@turf/boolean-parallel/dist/js/index.js +76 -0
  119. package/node_modules/@turf/boolean-parallel/package.json +100 -0
  120. package/node_modules/@turf/boolean-point-in-polygon/LICENSE +20 -0
  121. package/node_modules/@turf/boolean-point-in-polygon/README.md +76 -0
  122. package/node_modules/@turf/boolean-point-in-polygon/dist/es/index.js +115 -0
  123. package/node_modules/@turf/boolean-point-in-polygon/dist/es/package.json +1 -0
  124. package/node_modules/@turf/boolean-point-in-polygon/dist/js/index.d.ts +28 -0
  125. package/node_modules/@turf/boolean-point-in-polygon/dist/js/index.js +118 -0
  126. package/node_modules/@turf/boolean-point-in-polygon/package.json +104 -0
  127. package/node_modules/@turf/boolean-point-on-line/LICENSE +20 -0
  128. package/node_modules/@turf/boolean-point-on-line/README.md +60 -0
  129. package/node_modules/@turf/boolean-point-on-line/dist/es/index.js +102 -0
  130. package/node_modules/@turf/boolean-point-on-line/dist/es/package.json +1 -0
  131. package/node_modules/@turf/boolean-point-on-line/dist/js/index.d.ts +23 -0
  132. package/node_modules/@turf/boolean-point-on-line/dist/js/index.js +104 -0
  133. package/node_modules/@turf/boolean-point-on-line/package.json +100 -0
  134. package/node_modules/@turf/boolean-within/LICENSE +20 -0
  135. package/node_modules/@turf/boolean-within/README.md +58 -0
  136. package/node_modules/@turf/boolean-within/dist/es/index.js +215 -0
  137. package/node_modules/@turf/boolean-within/dist/es/package.json +1 -0
  138. package/node_modules/@turf/boolean-within/dist/js/index.d.ts +20 -0
  139. package/node_modules/@turf/boolean-within/dist/js/index.js +220 -0
  140. package/node_modules/@turf/boolean-within/package.json +108 -0
  141. package/node_modules/@turf/buffer/LICENSE +20 -0
  142. package/node_modules/@turf/buffer/README.md +76 -0
  143. package/node_modules/@turf/buffer/dist/es/index.js +175 -0
  144. package/node_modules/@turf/buffer/dist/es/package.json +1 -0
  145. package/node_modules/@turf/buffer/dist/js/index.js +182 -0
  146. package/node_modules/@turf/buffer/index.d.ts +61 -0
  147. package/node_modules/@turf/buffer/package.json +112 -0
  148. package/node_modules/@turf/center/LICENSE +20 -0
  149. package/node_modules/@turf/center/README.md +71 -0
  150. package/node_modules/@turf/center/dist/es/index.js +34 -0
  151. package/node_modules/@turf/center/dist/es/package.json +1 -0
  152. package/node_modules/@turf/center/dist/js/index.d.ts +31 -0
  153. package/node_modules/@turf/center/dist/js/index.js +39 -0
  154. package/node_modules/@turf/center/package.json +101 -0
  155. package/node_modules/@turf/center-mean/LICENSE +20 -0
  156. package/node_modules/@turf/center-mean/README.md +75 -0
  157. package/node_modules/@turf/center-mean/dist/es/index.js +51 -0
  158. package/node_modules/@turf/center-mean/dist/es/package.json +1 -0
  159. package/node_modules/@turf/center-mean/dist/js/index.d.ts +35 -0
  160. package/node_modules/@turf/center-mean/dist/js/index.js +53 -0
  161. package/node_modules/@turf/center-mean/package.json +108 -0
  162. package/node_modules/@turf/center-median/LICENSE +20 -0
  163. package/node_modules/@turf/center-median/README.md +103 -0
  164. package/node_modules/@turf/center-median/dist/es/index.js +135 -0
  165. package/node_modules/@turf/center-median/dist/es/package.json +1 -0
  166. package/node_modules/@turf/center-median/dist/js/index.d.ts +62 -0
  167. package/node_modules/@turf/center-median/dist/js/index.js +140 -0
  168. package/node_modules/@turf/center-median/package.json +103 -0
  169. package/node_modules/@turf/center-of-mass/LICENSE +20 -0
  170. package/node_modules/@turf/center-of-mass/README.md +67 -0
  171. package/node_modules/@turf/center-of-mass/dist/es/index.js +81 -0
  172. package/node_modules/@turf/center-of-mass/dist/es/package.json +1 -0
  173. package/node_modules/@turf/center-of-mass/dist/js/index.d.ts +21 -0
  174. package/node_modules/@turf/center-of-mass/dist/js/index.js +86 -0
  175. package/node_modules/@turf/center-of-mass/package.json +95 -0
  176. package/node_modules/@turf/centroid/LICENSE +20 -0
  177. package/node_modules/@turf/centroid/README.md +62 -0
  178. package/node_modules/@turf/centroid/dist/es/index.js +32 -0
  179. package/node_modules/@turf/centroid/dist/es/package.json +1 -0
  180. package/node_modules/@turf/centroid/dist/js/index.d.ts +22 -0
  181. package/node_modules/@turf/centroid/dist/js/index.js +34 -0
  182. package/node_modules/@turf/centroid/package.json +101 -0
  183. package/node_modules/@turf/circle/LICENSE +20 -0
  184. package/node_modules/@turf/circle/README.md +71 -0
  185. package/node_modules/@turf/circle/dist/es/index.js +41 -0
  186. package/node_modules/@turf/circle/dist/es/package.json +1 -0
  187. package/node_modules/@turf/circle/dist/js/index.d.ts +27 -0
  188. package/node_modules/@turf/circle/dist/js/index.js +46 -0
  189. package/node_modules/@turf/circle/package.json +99 -0
  190. package/node_modules/@turf/clean-coords/LICENSE +20 -0
  191. package/node_modules/@turf/clean-coords/README.md +61 -0
  192. package/node_modules/@turf/clean-coords/dist/es/index.js +159 -0
  193. package/node_modules/@turf/clean-coords/dist/es/package.json +1 -0
  194. package/node_modules/@turf/clean-coords/dist/js/index.d.ts +22 -0
  195. package/node_modules/@turf/clean-coords/dist/js/index.js +161 -0
  196. package/node_modules/@turf/clean-coords/package.json +103 -0
  197. package/node_modules/@turf/clone/LICENSE +20 -0
  198. package/node_modules/@turf/clone/README.md +49 -0
  199. package/node_modules/@turf/clone/dist/es/index.js +157 -0
  200. package/node_modules/@turf/clone/dist/es/package.json +1 -0
  201. package/node_modules/@turf/clone/dist/js/index.d.ts +15 -0
  202. package/node_modules/@turf/clone/dist/js/index.js +159 -0
  203. package/node_modules/@turf/clone/package.json +109 -0
  204. package/node_modules/@turf/clusters/LICENSE +20 -0
  205. package/node_modules/@turf/clusters/README.md +208 -0
  206. package/node_modules/@turf/clusters/dist/es/index.js +294 -0
  207. package/node_modules/@turf/clusters/dist/es/package.json +1 -0
  208. package/node_modules/@turf/clusters/dist/js/index.d.ts +197 -0
  209. package/node_modules/@turf/clusters/dist/js/index.js +303 -0
  210. package/node_modules/@turf/clusters/package.json +98 -0
  211. package/node_modules/@turf/clusters-dbscan/LICENSE +20 -0
  212. package/node_modules/@turf/clusters-dbscan/README.md +73 -0
  213. package/node_modules/@turf/clusters-dbscan/dist/es/index.js +70 -0
  214. package/node_modules/@turf/clusters-dbscan/dist/es/package.json +1 -0
  215. package/node_modules/@turf/clusters-dbscan/dist/js/index.d.ts +35 -0
  216. package/node_modules/@turf/clusters-dbscan/dist/js/index.js +75 -0
  217. package/node_modules/@turf/clusters-dbscan/package.json +118 -0
  218. package/node_modules/@turf/clusters-kmeans/LICENSE +20 -0
  219. package/node_modules/@turf/clusters-kmeans/README.md +69 -0
  220. package/node_modules/@turf/clusters-kmeans/dist/es/index.js +57 -0
  221. package/node_modules/@turf/clusters-kmeans/dist/es/package.json +1 -0
  222. package/node_modules/@turf/clusters-kmeans/dist/js/index.d.ts +31 -0
  223. package/node_modules/@turf/clusters-kmeans/dist/js/index.js +62 -0
  224. package/node_modules/@turf/clusters-kmeans/package.json +119 -0
  225. package/node_modules/@turf/collect/LICENSE +20 -0
  226. package/node_modules/@turf/collect/README.md +73 -0
  227. package/node_modules/@turf/collect/dist/es/index.js +68 -0
  228. package/node_modules/@turf/collect/dist/es/package.json +1 -0
  229. package/node_modules/@turf/collect/dist/js/index.d.ts +33 -0
  230. package/node_modules/@turf/collect/dist/js/index.js +73 -0
  231. package/node_modules/@turf/collect/node_modules/quickselect/LICENSE +15 -0
  232. package/node_modules/@turf/collect/node_modules/quickselect/README.md +28 -0
  233. package/node_modules/@turf/collect/node_modules/quickselect/index.js +54 -0
  234. package/node_modules/@turf/collect/node_modules/quickselect/package.json +69 -0
  235. package/node_modules/@turf/collect/node_modules/quickselect/quickselect.js +63 -0
  236. package/node_modules/@turf/collect/node_modules/rbush/LICENSE +21 -0
  237. package/node_modules/@turf/collect/node_modules/rbush/README.md +291 -0
  238. package/node_modules/@turf/collect/node_modules/rbush/index.js +562 -0
  239. package/node_modules/@turf/collect/node_modules/rbush/package.json +85 -0
  240. package/node_modules/@turf/collect/node_modules/rbush/rbush.js +626 -0
  241. package/node_modules/@turf/collect/node_modules/rbush/rbush.min.js +1 -0
  242. package/node_modules/@turf/collect/package.json +101 -0
  243. package/node_modules/@turf/combine/LICENSE +20 -0
  244. package/node_modules/@turf/combine/README.md +81 -0
  245. package/node_modules/@turf/combine/dist/es/index.js +79 -0
  246. package/node_modules/@turf/combine/dist/es/package.json +1 -0
  247. package/node_modules/@turf/combine/dist/js/index.d.ts +27 -0
  248. package/node_modules/@turf/combine/dist/js/index.js +81 -0
  249. package/node_modules/@turf/combine/package.json +91 -0
  250. package/node_modules/@turf/concave/LICENSE +20 -0
  251. package/node_modules/@turf/concave/README.md +81 -0
  252. package/node_modules/@turf/concave/dist/es/index.js +83 -0
  253. package/node_modules/@turf/concave/dist/es/lib/turf-dissolve.js +71 -0
  254. package/node_modules/@turf/concave/dist/es/lib/turf-line-dissolve.js +105 -0
  255. package/node_modules/@turf/concave/dist/es/lib/turf-polygon-dissolve.js +36 -0
  256. package/node_modules/@turf/concave/dist/es/package.json +1 -0
  257. package/node_modules/@turf/concave/dist/js/index.d.ts +33 -0
  258. package/node_modules/@turf/concave/dist/js/index.js +88 -0
  259. package/node_modules/@turf/concave/dist/js/lib/turf-dissolve.d.ts +15 -0
  260. package/node_modules/@turf/concave/dist/js/lib/turf-dissolve.js +76 -0
  261. package/node_modules/@turf/concave/dist/js/lib/turf-line-dissolve.d.ts +14 -0
  262. package/node_modules/@turf/concave/dist/js/lib/turf-line-dissolve.js +110 -0
  263. package/node_modules/@turf/concave/dist/js/lib/turf-polygon-dissolve.d.ts +12 -0
  264. package/node_modules/@turf/concave/dist/js/lib/turf-polygon-dissolve.js +42 -0
  265. package/node_modules/@turf/concave/package.json +138 -0
  266. package/node_modules/@turf/convex/LICENSE +20 -0
  267. package/node_modules/@turf/convex/README.md +83 -0
  268. package/node_modules/@turf/convex/dist/es/index.js +51 -0
  269. package/node_modules/@turf/convex/dist/es/package.json +1 -0
  270. package/node_modules/@turf/convex/dist/js/index.d.ts +33 -0
  271. package/node_modules/@turf/convex/dist/js/index.js +57 -0
  272. package/node_modules/@turf/convex/package.json +94 -0
  273. package/node_modules/@turf/destination/LICENSE +20 -0
  274. package/node_modules/@turf/destination/README.md +75 -0
  275. package/node_modules/@turf/destination/dist/es/index.js +47 -0
  276. package/node_modules/@turf/destination/dist/es/package.json +1 -0
  277. package/node_modules/@turf/destination/dist/js/index.d.ts +31 -0
  278. package/node_modules/@turf/destination/dist/js/index.js +50 -0
  279. package/node_modules/@turf/destination/package.json +102 -0
  280. package/node_modules/@turf/difference/LICENSE +20 -0
  281. package/node_modules/@turf/difference/README.md +77 -0
  282. package/node_modules/@turf/difference/dist/es/index.js +53 -0
  283. package/node_modules/@turf/difference/dist/es/package.json +1 -0
  284. package/node_modules/@turf/difference/dist/js/index.js +60 -0
  285. package/node_modules/@turf/difference/index.d.ts +9 -0
  286. package/node_modules/@turf/difference/package.json +88 -0
  287. package/node_modules/@turf/dissolve/LICENSE +20 -0
  288. package/node_modules/@turf/dissolve/README.md +96 -0
  289. package/node_modules/@turf/dissolve/dist/es/index.js +81 -0
  290. package/node_modules/@turf/dissolve/dist/es/package.json +1 -0
  291. package/node_modules/@turf/dissolve/dist/js/index.js +89 -0
  292. package/node_modules/@turf/dissolve/index.d.ts +11 -0
  293. package/node_modules/@turf/dissolve/package.json +91 -0
  294. package/node_modules/@turf/distance/LICENSE +20 -0
  295. package/node_modules/@turf/distance/README.md +69 -0
  296. package/node_modules/@turf/distance/dist/es/index.js +39 -0
  297. package/node_modules/@turf/distance/dist/es/package.json +1 -0
  298. package/node_modules/@turf/distance/dist/js/index.d.ts +27 -0
  299. package/node_modules/@turf/distance/dist/js/index.js +41 -0
  300. package/node_modules/@turf/distance/package.json +109 -0
  301. package/node_modules/@turf/distance-weight/LICENSE +20 -0
  302. package/node_modules/@turf/distance-weight/README.md +64 -0
  303. package/node_modules/@turf/distance-weight/dist/es/index.js +105 -0
  304. package/node_modules/@turf/distance-weight/dist/es/package.json +1 -0
  305. package/node_modules/@turf/distance-weight/dist/js/index.d.ts +37 -0
  306. package/node_modules/@turf/distance-weight/dist/js/index.js +112 -0
  307. package/node_modules/@turf/distance-weight/package.json +99 -0
  308. package/node_modules/@turf/ellipse/LICENSE +20 -0
  309. package/node_modules/@turf/ellipse/README.md +72 -0
  310. package/node_modules/@turf/ellipse/dist/es/index.js +104 -0
  311. package/node_modules/@turf/ellipse/dist/es/package.json +1 -0
  312. package/node_modules/@turf/ellipse/dist/js/index.js +112 -0
  313. package/node_modules/@turf/ellipse/index.d.ts +15 -0
  314. package/node_modules/@turf/ellipse/package.json +101 -0
  315. package/node_modules/@turf/envelope/LICENSE +20 -0
  316. package/node_modules/@turf/envelope/README.md +61 -0
  317. package/node_modules/@turf/envelope/dist/es/index.js +26 -0
  318. package/node_modules/@turf/envelope/dist/es/package.json +1 -0
  319. package/node_modules/@turf/envelope/dist/js/index.js +34 -0
  320. package/node_modules/@turf/envelope/index.d.ts +6 -0
  321. package/node_modules/@turf/envelope/package.json +90 -0
  322. package/node_modules/@turf/explode/LICENSE +20 -0
  323. package/node_modules/@turf/explode/README.md +59 -0
  324. package/node_modules/@turf/explode/dist/es/index.js +35 -0
  325. package/node_modules/@turf/explode/dist/es/package.json +1 -0
  326. package/node_modules/@turf/explode/dist/js/index.js +38 -0
  327. package/node_modules/@turf/explode/index.d.ts +6 -0
  328. package/node_modules/@turf/explode/package.json +92 -0
  329. package/node_modules/@turf/flatten/LICENSE +20 -0
  330. package/node_modules/@turf/flatten/README.md +63 -0
  331. package/node_modules/@turf/flatten/dist/es/index.js +32 -0
  332. package/node_modules/@turf/flatten/dist/es/package.json +1 -0
  333. package/node_modules/@turf/flatten/dist/js/index.js +35 -0
  334. package/node_modules/@turf/flatten/index.d.ts +27 -0
  335. package/node_modules/@turf/flatten/package.json +100 -0
  336. package/node_modules/@turf/flip/LICENSE +20 -0
  337. package/node_modules/@turf/flip/README.md +57 -0
  338. package/node_modules/@turf/flip/dist/es/index.js +42 -0
  339. package/node_modules/@turf/flip/dist/es/package.json +1 -0
  340. package/node_modules/@turf/flip/dist/js/index.js +49 -0
  341. package/node_modules/@turf/flip/index.d.ts +8 -0
  342. package/node_modules/@turf/flip/package.json +90 -0
  343. package/node_modules/@turf/great-circle/LICENSE +20 -0
  344. package/node_modules/@turf/great-circle/README.md +74 -0
  345. package/node_modules/@turf/great-circle/dist/es/index.js +333 -0
  346. package/node_modules/@turf/great-circle/dist/es/package.json +1 -0
  347. package/node_modules/@turf/great-circle/dist/js/index.js +336 -0
  348. package/node_modules/@turf/great-circle/index.d.ts +20 -0
  349. package/node_modules/@turf/great-circle/package.json +105 -0
  350. package/node_modules/@turf/helpers/LICENSE +20 -0
  351. package/node_modules/@turf/helpers/README.md +579 -0
  352. package/node_modules/@turf/helpers/dist/es/index.js +696 -0
  353. package/node_modules/@turf/helpers/dist/es/lib/geojson.js +7 -0
  354. package/node_modules/@turf/helpers/dist/es/package.json +1 -0
  355. package/node_modules/@turf/helpers/dist/js/index.d.ts +482 -0
  356. package/node_modules/@turf/helpers/dist/js/index.js +724 -0
  357. package/node_modules/@turf/helpers/dist/js/lib/geojson.d.ts +193 -0
  358. package/node_modules/@turf/helpers/dist/js/lib/geojson.js +9 -0
  359. package/node_modules/@turf/helpers/package.json +211 -0
  360. package/node_modules/@turf/hex-grid/LICENSE +20 -0
  361. package/node_modules/@turf/hex-grid/README.md +82 -0
  362. package/node_modules/@turf/hex-grid/dist/es/index.js +157 -0
  363. package/node_modules/@turf/hex-grid/dist/es/package.json +1 -0
  364. package/node_modules/@turf/hex-grid/dist/js/index.d.ts +33 -0
  365. package/node_modules/@turf/hex-grid/dist/js/index.js +162 -0
  366. package/node_modules/@turf/hex-grid/package.json +126 -0
  367. package/node_modules/@turf/interpolate/LICENSE +20 -0
  368. package/node_modules/@turf/interpolate/README.md +74 -0
  369. package/node_modules/@turf/interpolate/dist/es/index.js +107 -0
  370. package/node_modules/@turf/interpolate/dist/es/package.json +1 -0
  371. package/node_modules/@turf/interpolate/dist/js/index.js +121 -0
  372. package/node_modules/@turf/interpolate/index.d.ts +25 -0
  373. package/node_modules/@turf/interpolate/package.json +105 -0
  374. package/node_modules/@turf/intersect/LICENSE +20 -0
  375. package/node_modules/@turf/intersect/README.md +81 -0
  376. package/node_modules/@turf/intersect/dist/es/index.js +50 -0
  377. package/node_modules/@turf/intersect/dist/es/package.json +1 -0
  378. package/node_modules/@turf/intersect/dist/js/index.d.ts +40 -0
  379. package/node_modules/@turf/intersect/dist/js/index.js +56 -0
  380. package/node_modules/@turf/intersect/package.json +96 -0
  381. package/node_modules/@turf/invariant/LICENSE +20 -0
  382. package/node_modules/@turf/invariant/README.md +202 -0
  383. package/node_modules/@turf/invariant/dist/es/index.js +223 -0
  384. package/node_modules/@turf/invariant/dist/es/package.json +1 -0
  385. package/node_modules/@turf/invariant/dist/js/index.d.ts +105 -0
  386. package/node_modules/@turf/invariant/dist/js/index.js +233 -0
  387. package/node_modules/@turf/invariant/package.json +154 -0
  388. package/node_modules/@turf/isobands/LICENSE +20 -0
  389. package/node_modules/@turf/isobands/README.md +64 -0
  390. package/node_modules/@turf/isobands/dist/es/index.js +3793 -0
  391. package/node_modules/@turf/isobands/dist/es/package.json +1 -0
  392. package/node_modules/@turf/isobands/dist/js/index.js +3804 -0
  393. package/node_modules/@turf/isobands/index.d.ts +19 -0
  394. package/node_modules/@turf/isobands/package.json +110 -0
  395. package/node_modules/@turf/isolines/LICENSE +20 -0
  396. package/node_modules/@turf/isolines/README.md +86 -0
  397. package/node_modules/@turf/isolines/dist/es/index.js +647 -0
  398. package/node_modules/@turf/isolines/dist/es/package.json +1 -0
  399. package/node_modules/@turf/isolines/dist/js/index.js +655 -0
  400. package/node_modules/@turf/isolines/index.d.ts +19 -0
  401. package/node_modules/@turf/isolines/package.json +106 -0
  402. package/node_modules/@turf/kinks/LICENSE +20 -0
  403. package/node_modules/@turf/kinks/README.md +79 -0
  404. package/node_modules/@turf/kinks/dist/es/index.js +136 -0
  405. package/node_modules/@turf/kinks/dist/es/lib/sweepline-intersections.js +288 -0
  406. package/node_modules/@turf/kinks/dist/es/package.json +1 -0
  407. package/node_modules/@turf/kinks/dist/js/index.d.ts +24 -0
  408. package/node_modules/@turf/kinks/dist/js/index.js +139 -0
  409. package/node_modules/@turf/kinks/dist/js/lib/sweepline-intersections.d.ts +2 -0
  410. package/node_modules/@turf/kinks/dist/js/lib/sweepline-intersections.js +290 -0
  411. package/node_modules/@turf/kinks/package.json +90 -0
  412. package/node_modules/@turf/length/LICENSE +20 -0
  413. package/node_modules/@turf/length/README.md +67 -0
  414. package/node_modules/@turf/length/dist/es/index.js +26 -0
  415. package/node_modules/@turf/length/dist/es/package.json +1 -0
  416. package/node_modules/@turf/length/dist/js/index.d.ts +20 -0
  417. package/node_modules/@turf/length/dist/js/index.js +32 -0
  418. package/node_modules/@turf/length/package.json +106 -0
  419. package/node_modules/@turf/line-arc/LICENSE +20 -0
  420. package/node_modules/@turf/line-arc/README.md +71 -0
  421. package/node_modules/@turf/line-arc/dist/es/index.js +70 -0
  422. package/node_modules/@turf/line-arc/dist/es/package.json +1 -0
  423. package/node_modules/@turf/line-arc/dist/js/index.d.ts +29 -0
  424. package/node_modules/@turf/line-arc/dist/js/index.js +76 -0
  425. package/node_modules/@turf/line-arc/package.json +92 -0
  426. package/node_modules/@turf/line-chunk/LICENSE +20 -0
  427. package/node_modules/@turf/line-chunk/README.md +74 -0
  428. package/node_modules/@turf/line-chunk/dist/es/index.js +87 -0
  429. package/node_modules/@turf/line-chunk/dist/es/package.json +1 -0
  430. package/node_modules/@turf/line-chunk/dist/js/index.js +95 -0
  431. package/node_modules/@turf/line-chunk/index.d.ts +25 -0
  432. package/node_modules/@turf/line-chunk/package.json +111 -0
  433. package/node_modules/@turf/line-intersect/LICENSE +20 -0
  434. package/node_modules/@turf/line-intersect/README.md +66 -0
  435. package/node_modules/@turf/line-intersect/dist/es/index.js +107 -0
  436. package/node_modules/@turf/line-intersect/dist/es/package.json +1 -0
  437. package/node_modules/@turf/line-intersect/dist/js/index.d.ts +18 -0
  438. package/node_modules/@turf/line-intersect/dist/js/index.js +112 -0
  439. package/node_modules/@turf/line-intersect/package.json +112 -0
  440. package/node_modules/@turf/line-offset/LICENSE +20 -0
  441. package/node_modules/@turf/line-offset/README.md +69 -0
  442. package/node_modules/@turf/line-offset/dist/es/index.js +243 -0
  443. package/node_modules/@turf/line-offset/dist/es/package.json +1 -0
  444. package/node_modules/@turf/line-offset/dist/js/index.js +246 -0
  445. package/node_modules/@turf/line-offset/index.d.ts +12 -0
  446. package/node_modules/@turf/line-offset/package.json +105 -0
  447. package/node_modules/@turf/line-overlap/LICENSE +20 -0
  448. package/node_modules/@turf/line-overlap/README.md +71 -0
  449. package/node_modules/@turf/line-overlap/dist/es/index.js +128 -0
  450. package/node_modules/@turf/line-overlap/dist/es/package.json +1 -0
  451. package/node_modules/@turf/line-overlap/dist/js/index.d.ts +23 -0
  452. package/node_modules/@turf/line-overlap/dist/js/index.js +133 -0
  453. package/node_modules/@turf/line-overlap/package.json +108 -0
  454. package/node_modules/@turf/line-segment/LICENSE +20 -0
  455. package/node_modules/@turf/line-segment/README.md +68 -0
  456. package/node_modules/@turf/line-segment/dist/es/index.js +93 -0
  457. package/node_modules/@turf/line-segment/dist/es/package.json +1 -0
  458. package/node_modules/@turf/line-segment/dist/js/index.d.ts +17 -0
  459. package/node_modules/@turf/line-segment/dist/js/index.js +95 -0
  460. package/node_modules/@turf/line-segment/package.json +96 -0
  461. package/node_modules/@turf/line-slice/LICENSE +20 -0
  462. package/node_modules/@turf/line-slice/README.md +74 -0
  463. package/node_modules/@turf/line-slice/dist/es/index.js +60 -0
  464. package/node_modules/@turf/line-slice/dist/es/package.json +1 -0
  465. package/node_modules/@turf/line-slice/dist/js/index.js +67 -0
  466. package/node_modules/@turf/line-slice/index.d.ts +10 -0
  467. package/node_modules/@turf/line-slice/package.json +93 -0
  468. package/node_modules/@turf/line-slice-along/LICENSE +20 -0
  469. package/node_modules/@turf/line-slice-along/README.md +72 -0
  470. package/node_modules/@turf/line-slice-along/dist/es/index.js +87 -0
  471. package/node_modules/@turf/line-slice-along/dist/es/package.json +1 -0
  472. package/node_modules/@turf/line-slice-along/dist/js/index.js +96 -0
  473. package/node_modules/@turf/line-slice-along/index.d.ts +13 -0
  474. package/node_modules/@turf/line-slice-along/package.json +90 -0
  475. package/node_modules/@turf/line-split/LICENSE +20 -0
  476. package/node_modules/@turf/line-split/README.md +57 -0
  477. package/node_modules/@turf/line-split/dist/es/index.js +215 -0
  478. package/node_modules/@turf/line-split/dist/es/package.json +1 -0
  479. package/node_modules/@turf/line-split/dist/js/index.js +228 -0
  480. package/node_modules/@turf/line-split/index.d.ts +22 -0
  481. package/node_modules/@turf/line-split/package.json +103 -0
  482. package/node_modules/@turf/line-to-polygon/LICENSE +20 -0
  483. package/node_modules/@turf/line-to-polygon/README.md +69 -0
  484. package/node_modules/@turf/line-to-polygon/dist/es/index.js +130 -0
  485. package/node_modules/@turf/line-to-polygon/dist/es/package.json +1 -0
  486. package/node_modules/@turf/line-to-polygon/dist/js/index.d.ts +27 -0
  487. package/node_modules/@turf/line-to-polygon/dist/js/index.js +135 -0
  488. package/node_modules/@turf/line-to-polygon/package.json +102 -0
  489. package/node_modules/@turf/mask/LICENSE +20 -0
  490. package/node_modules/@turf/mask/README.md +74 -0
  491. package/node_modules/@turf/mask/dist/es/index.js +79 -0
  492. package/node_modules/@turf/mask/dist/es/package.json +1 -0
  493. package/node_modules/@turf/mask/dist/js/index.js +86 -0
  494. package/node_modules/@turf/mask/index.d.ts +14 -0
  495. package/node_modules/@turf/mask/package.json +89 -0
  496. package/node_modules/@turf/meta/LICENSE +20 -0
  497. package/node_modules/@turf/meta/README.md +858 -0
  498. package/node_modules/@turf/meta/dist/es/index.js +1401 -0
  499. package/node_modules/@turf/meta/dist/es/package.json +1 -0
  500. package/node_modules/@turf/meta/dist/js/index.js +1421 -0
  501. package/node_modules/@turf/meta/index.d.ts +301 -0
  502. package/node_modules/@turf/meta/package.json +169 -0
  503. package/node_modules/@turf/midpoint/LICENSE +20 -0
  504. package/node_modules/@turf/midpoint/README.md +61 -0
  505. package/node_modules/@turf/midpoint/dist/es/index.js +31 -0
  506. package/node_modules/@turf/midpoint/dist/es/package.json +1 -0
  507. package/node_modules/@turf/midpoint/dist/js/index.js +40 -0
  508. package/node_modules/@turf/midpoint/index.d.ts +6 -0
  509. package/node_modules/@turf/midpoint/package.json +89 -0
  510. package/node_modules/@turf/moran-index/LICENSE +20 -0
  511. package/node_modules/@turf/moran-index/README.md +107 -0
  512. package/node_modules/@turf/moran-index/dist/es/index.js +133 -0
  513. package/node_modules/@turf/moran-index/dist/es/package.json +1 -0
  514. package/node_modules/@turf/moran-index/dist/js/index.d.ts +63 -0
  515. package/node_modules/@turf/moran-index/dist/js/index.js +139 -0
  516. package/node_modules/@turf/moran-index/package.json +97 -0
  517. package/node_modules/@turf/nearest-point/LICENSE +20 -0
  518. package/node_modules/@turf/nearest-point/README.md +69 -0
  519. package/node_modules/@turf/nearest-point/dist/es/index.js +49 -0
  520. package/node_modules/@turf/nearest-point/dist/es/package.json +1 -0
  521. package/node_modules/@turf/nearest-point/dist/js/index.d.ts +34 -0
  522. package/node_modules/@turf/nearest-point/dist/js/index.js +54 -0
  523. package/node_modules/@turf/nearest-point/package.json +97 -0
  524. package/node_modules/@turf/nearest-point-on-line/LICENSE +20 -0
  525. package/node_modules/@turf/nearest-point-on-line/README.md +83 -0
  526. package/node_modules/@turf/nearest-point-on-line/dist/es/index.js +88 -0
  527. package/node_modules/@turf/nearest-point-on-line/dist/es/package.json +1 -0
  528. package/node_modules/@turf/nearest-point-on-line/dist/js/index.d.ts +39 -0
  529. package/node_modules/@turf/nearest-point-on-line/dist/js/index.js +93 -0
  530. package/node_modules/@turf/nearest-point-on-line/package.json +98 -0
  531. package/node_modules/@turf/nearest-point-to-line/LICENSE +20 -0
  532. package/node_modules/@turf/nearest-point-to-line/README.md +86 -0
  533. package/node_modules/@turf/nearest-point-to-line/dist/es/index.js +91 -0
  534. package/node_modules/@turf/nearest-point-to-line/dist/es/package.json +1 -0
  535. package/node_modules/@turf/nearest-point-to-line/dist/js/index.d.ts +32 -0
  536. package/node_modules/@turf/nearest-point-to-line/dist/js/index.js +96 -0
  537. package/node_modules/@turf/nearest-point-to-line/package.json +106 -0
  538. package/node_modules/@turf/planepoint/LICENSE +20 -0
  539. package/node_modules/@turf/planepoint/README.md +79 -0
  540. package/node_modules/@turf/planepoint/dist/es/index.js +77 -0
  541. package/node_modules/@turf/planepoint/dist/es/package.json +1 -0
  542. package/node_modules/@turf/planepoint/dist/js/index.js +80 -0
  543. package/node_modules/@turf/planepoint/index.d.ts +9 -0
  544. package/node_modules/@turf/planepoint/package.json +88 -0
  545. package/node_modules/@turf/point-grid/LICENSE +20 -0
  546. package/node_modules/@turf/point-grid/README.md +80 -0
  547. package/node_modules/@turf/point-grid/dist/es/index.js +72 -0
  548. package/node_modules/@turf/point-grid/dist/es/package.json +1 -0
  549. package/node_modules/@turf/point-grid/dist/js/index.d.ts +28 -0
  550. package/node_modules/@turf/point-grid/dist/js/index.js +77 -0
  551. package/node_modules/@turf/point-grid/package.json +108 -0
  552. package/node_modules/@turf/point-on-feature/LICENSE +20 -0
  553. package/node_modules/@turf/point-on-feature/README.md +73 -0
  554. package/node_modules/@turf/point-on-feature/dist/es/index.js +149 -0
  555. package/node_modules/@turf/point-on-feature/dist/es/package.json +1 -0
  556. package/node_modules/@turf/point-on-feature/dist/js/index.js +159 -0
  557. package/node_modules/@turf/point-on-feature/index.d.ts +6 -0
  558. package/node_modules/@turf/point-on-feature/package.json +93 -0
  559. package/node_modules/@turf/point-to-line-distance/LICENSE +20 -0
  560. package/node_modules/@turf/point-to-line-distance/README.md +71 -0
  561. package/node_modules/@turf/point-to-line-distance/dist/es/index.js +106 -0
  562. package/node_modules/@turf/point-to-line-distance/dist/es/package.json +1 -0
  563. package/node_modules/@turf/point-to-line-distance/dist/js/index.d.ts +26 -0
  564. package/node_modules/@turf/point-to-line-distance/dist/js/index.js +111 -0
  565. package/node_modules/@turf/point-to-line-distance/package.json +106 -0
  566. package/node_modules/@turf/points-within-polygon/LICENSE +20 -0
  567. package/node_modules/@turf/points-within-polygon/README.md +86 -0
  568. package/node_modules/@turf/points-within-polygon/dist/es/index.js +71 -0
  569. package/node_modules/@turf/points-within-polygon/dist/es/package.json +1 -0
  570. package/node_modules/@turf/points-within-polygon/dist/js/index.js +78 -0
  571. package/node_modules/@turf/points-within-polygon/index.d.ts +21 -0
  572. package/node_modules/@turf/points-within-polygon/package.json +90 -0
  573. package/node_modules/@turf/polygon-smooth/LICENSE +20 -0
  574. package/node_modules/@turf/polygon-smooth/README.md +70 -0
  575. package/node_modules/@turf/polygon-smooth/dist/es/index.js +162 -0
  576. package/node_modules/@turf/polygon-smooth/dist/es/package.json +1 -0
  577. package/node_modules/@turf/polygon-smooth/dist/js/index.js +165 -0
  578. package/node_modules/@turf/polygon-smooth/index.d.ts +16 -0
  579. package/node_modules/@turf/polygon-smooth/package.json +95 -0
  580. package/node_modules/@turf/polygon-tangents/LICENSE +20 -0
  581. package/node_modules/@turf/polygon-tangents/README.md +67 -0
  582. package/node_modules/@turf/polygon-tangents/dist/es/index.js +147 -0
  583. package/node_modules/@turf/polygon-tangents/dist/es/package.json +1 -0
  584. package/node_modules/@turf/polygon-tangents/dist/js/index.js +156 -0
  585. package/node_modules/@turf/polygon-tangents/index.d.ts +16 -0
  586. package/node_modules/@turf/polygon-tangents/package.json +104 -0
  587. package/node_modules/@turf/polygon-to-line/LICENSE +20 -0
  588. package/node_modules/@turf/polygon-to-line/README.md +71 -0
  589. package/node_modules/@turf/polygon-to-line/dist/es/index.js +75 -0
  590. package/node_modules/@turf/polygon-to-line/dist/es/package.json +1 -0
  591. package/node_modules/@turf/polygon-to-line/dist/js/index.d.ts +37 -0
  592. package/node_modules/@turf/polygon-to-line/dist/js/index.js +81 -0
  593. package/node_modules/@turf/polygon-to-line/package.json +95 -0
  594. package/node_modules/@turf/polygonize/LICENSE +20 -0
  595. package/node_modules/@turf/polygonize/README.md +69 -0
  596. package/node_modules/@turf/polygonize/dist/es/index.js +46 -0
  597. package/node_modules/@turf/polygonize/dist/es/lib/Edge.js +77 -0
  598. package/node_modules/@turf/polygonize/dist/es/lib/EdgeRing.js +199 -0
  599. package/node_modules/@turf/polygonize/dist/es/lib/Graph.js +302 -0
  600. package/node_modules/@turf/polygonize/dist/es/lib/Node.js +93 -0
  601. package/node_modules/@turf/polygonize/dist/es/lib/util.js +66 -0
  602. package/node_modules/@turf/polygonize/dist/es/package.json +1 -0
  603. package/node_modules/@turf/polygonize/dist/js/index.d.ts +20 -0
  604. package/node_modules/@turf/polygonize/dist/js/index.js +52 -0
  605. package/node_modules/@turf/polygonize/dist/js/lib/Edge.d.ts +55 -0
  606. package/node_modules/@turf/polygonize/dist/js/lib/Edge.js +79 -0
  607. package/node_modules/@turf/polygonize/dist/js/lib/EdgeRing.d.ts +122 -0
  608. package/node_modules/@turf/polygonize/dist/js/lib/EdgeRing.js +204 -0
  609. package/node_modules/@turf/polygonize/dist/js/lib/Graph.d.ts +124 -0
  610. package/node_modules/@turf/polygonize/dist/js/lib/Graph.js +307 -0
  611. package/node_modules/@turf/polygonize/dist/js/lib/Node.d.ts +40 -0
  612. package/node_modules/@turf/polygonize/dist/js/lib/Node.js +95 -0
  613. package/node_modules/@turf/polygonize/dist/js/lib/util.d.ts +46 -0
  614. package/node_modules/@turf/polygonize/dist/js/lib/util.js +75 -0
  615. package/node_modules/@turf/polygonize/package.json +105 -0
  616. package/node_modules/@turf/projection/LICENSE +20 -0
  617. package/node_modules/@turf/projection/README.md +78 -0
  618. package/node_modules/@turf/projection/dist/es/index.js +137 -0
  619. package/node_modules/@turf/projection/dist/es/package.json +1 -0
  620. package/node_modules/@turf/projection/dist/js/index.d.ts +37 -0
  621. package/node_modules/@turf/projection/dist/js/index.js +144 -0
  622. package/node_modules/@turf/projection/package.json +113 -0
  623. package/node_modules/@turf/random/LICENSE +20 -0
  624. package/node_modules/@turf/random/README.md +129 -0
  625. package/node_modules/@turf/random/dist/es/index.js +188 -0
  626. package/node_modules/@turf/random/dist/es/package.json +1 -0
  627. package/node_modules/@turf/random/dist/js/index.d.ts +72 -0
  628. package/node_modules/@turf/random/dist/js/index.js +194 -0
  629. package/node_modules/@turf/random/package.json +88 -0
  630. package/node_modules/@turf/rectangle-grid/LICENSE +20 -0
  631. package/node_modules/@turf/rectangle-grid/README.md +60 -0
  632. package/node_modules/@turf/rectangle-grid/dist/es/index.js +77 -0
  633. package/node_modules/@turf/rectangle-grid/dist/es/package.json +1 -0
  634. package/node_modules/@turf/rectangle-grid/dist/js/index.d.ts +32 -0
  635. package/node_modules/@turf/rectangle-grid/dist/js/index.js +82 -0
  636. package/node_modules/@turf/rectangle-grid/package.json +104 -0
  637. package/node_modules/@turf/rewind/LICENSE +20 -0
  638. package/node_modules/@turf/rewind/README.md +64 -0
  639. package/node_modules/@turf/rewind/dist/es/index.js +134 -0
  640. package/node_modules/@turf/rewind/dist/es/package.json +1 -0
  641. package/node_modules/@turf/rewind/dist/js/index.js +142 -0
  642. package/node_modules/@turf/rewind/index.d.ts +12 -0
  643. package/node_modules/@turf/rewind/package.json +110 -0
  644. package/node_modules/@turf/rhumb-bearing/LICENSE +20 -0
  645. package/node_modules/@turf/rhumb-bearing/README.md +66 -0
  646. package/node_modules/@turf/rhumb-bearing/dist/es/index.js +69 -0
  647. package/node_modules/@turf/rhumb-bearing/dist/es/package.json +1 -0
  648. package/node_modules/@turf/rhumb-bearing/dist/js/index.d.ts +26 -0
  649. package/node_modules/@turf/rhumb-bearing/dist/js/index.js +71 -0
  650. package/node_modules/@turf/rhumb-bearing/package.json +112 -0
  651. package/node_modules/@turf/rhumb-destination/LICENSE +20 -0
  652. package/node_modules/@turf/rhumb-destination/README.md +73 -0
  653. package/node_modules/@turf/rhumb-destination/dist/es/index.js +86 -0
  654. package/node_modules/@turf/rhumb-destination/dist/es/package.json +1 -0
  655. package/node_modules/@turf/rhumb-destination/dist/js/index.d.ts +30 -0
  656. package/node_modules/@turf/rhumb-destination/dist/js/index.js +88 -0
  657. package/node_modules/@turf/rhumb-destination/package.json +116 -0
  658. package/node_modules/@turf/rhumb-distance/LICENSE +20 -0
  659. package/node_modules/@turf/rhumb-distance/README.md +67 -0
  660. package/node_modules/@turf/rhumb-distance/dist/es/index.js +84 -0
  661. package/node_modules/@turf/rhumb-distance/dist/es/package.json +1 -0
  662. package/node_modules/@turf/rhumb-distance/dist/js/index.d.ts +27 -0
  663. package/node_modules/@turf/rhumb-distance/dist/js/index.js +86 -0
  664. package/node_modules/@turf/rhumb-distance/package.json +113 -0
  665. package/node_modules/@turf/sample/LICENSE +20 -0
  666. package/node_modules/@turf/sample/README.md +62 -0
  667. package/node_modules/@turf/sample/dist/es/index.js +50 -0
  668. package/node_modules/@turf/sample/dist/es/package.json +1 -0
  669. package/node_modules/@turf/sample/dist/js/index.js +53 -0
  670. package/node_modules/@turf/sample/index.d.ts +9 -0
  671. package/node_modules/@turf/sample/package.json +85 -0
  672. package/node_modules/@turf/sector/LICENSE +20 -0
  673. package/node_modules/@turf/sector/README.md +74 -0
  674. package/node_modules/@turf/sector/dist/es/index.js +75 -0
  675. package/node_modules/@turf/sector/dist/es/package.json +1 -0
  676. package/node_modules/@turf/sector/dist/js/index.js +83 -0
  677. package/node_modules/@turf/sector/index.d.ts +16 -0
  678. package/node_modules/@turf/sector/package.json +91 -0
  679. package/node_modules/@turf/shortest-path/LICENSE +20 -0
  680. package/node_modules/@turf/shortest-path/README.md +86 -0
  681. package/node_modules/@turf/shortest-path/dist/es/index.js +589 -0
  682. package/node_modules/@turf/shortest-path/dist/es/package.json +1 -0
  683. package/node_modules/@turf/shortest-path/dist/js/index.js +601 -0
  684. package/node_modules/@turf/shortest-path/index.d.ts +22 -0
  685. package/node_modules/@turf/shortest-path/package.json +106 -0
  686. package/node_modules/@turf/simplify/LICENSE +20 -0
  687. package/node_modules/@turf/simplify/README.md +87 -0
  688. package/node_modules/@turf/simplify/dist/es/index.js +300 -0
  689. package/node_modules/@turf/simplify/dist/es/package.json +1 -0
  690. package/node_modules/@turf/simplify/dist/js/index.js +308 -0
  691. package/node_modules/@turf/simplify/index.d.ts +13 -0
  692. package/node_modules/@turf/simplify/package.json +104 -0
  693. package/node_modules/@turf/square/LICENSE +20 -0
  694. package/node_modules/@turf/square/README.md +51 -0
  695. package/node_modules/@turf/square/dist/es/index.js +44 -0
  696. package/node_modules/@turf/square/dist/es/package.json +1 -0
  697. package/node_modules/@turf/square/dist/js/index.js +51 -0
  698. package/node_modules/@turf/square/index.d.ts +6 -0
  699. package/node_modules/@turf/square/package.json +87 -0
  700. package/node_modules/@turf/square-grid/LICENSE +20 -0
  701. package/node_modules/@turf/square-grid/README.md +58 -0
  702. package/node_modules/@turf/square-grid/dist/es/index.js +28 -0
  703. package/node_modules/@turf/square-grid/dist/es/package.json +1 -0
  704. package/node_modules/@turf/square-grid/dist/js/index.d.ts +29 -0
  705. package/node_modules/@turf/square-grid/dist/js/index.js +34 -0
  706. package/node_modules/@turf/square-grid/package.json +95 -0
  707. package/node_modules/@turf/standard-deviational-ellipse/LICENSE +20 -0
  708. package/node_modules/@turf/standard-deviational-ellipse/README.md +94 -0
  709. package/node_modules/@turf/standard-deviational-ellipse/dist/es/index.js +151 -0
  710. package/node_modules/@turf/standard-deviational-ellipse/dist/es/package.json +1 -0
  711. package/node_modules/@turf/standard-deviational-ellipse/dist/js/index.js +160 -0
  712. package/node_modules/@turf/standard-deviational-ellipse/index.d.ts +37 -0
  713. package/node_modules/@turf/standard-deviational-ellipse/package.json +101 -0
  714. package/node_modules/@turf/tag/LICENSE +20 -0
  715. package/node_modules/@turf/tag/README.md +70 -0
  716. package/node_modules/@turf/tag/dist/es/index.js +56 -0
  717. package/node_modules/@turf/tag/dist/es/package.json +1 -0
  718. package/node_modules/@turf/tag/dist/js/index.js +64 -0
  719. package/node_modules/@turf/tag/index.d.ts +11 -0
  720. package/node_modules/@turf/tag/package.json +93 -0
  721. package/node_modules/@turf/tesselate/LICENSE +20 -0
  722. package/node_modules/@turf/tesselate/README.md +61 -0
  723. package/node_modules/@turf/tesselate/dist/es/index.js +79 -0
  724. package/node_modules/@turf/tesselate/dist/es/package.json +1 -0
  725. package/node_modules/@turf/tesselate/dist/js/index.js +86 -0
  726. package/node_modules/@turf/tesselate/index.d.ts +6 -0
  727. package/node_modules/@turf/tesselate/package.json +106 -0
  728. package/node_modules/@turf/tin/LICENSE +20 -0
  729. package/node_modules/@turf/tin/README.md +79 -0
  730. package/node_modules/@turf/tin/dist/es/index.js +240 -0
  731. package/node_modules/@turf/tin/dist/es/package.json +1 -0
  732. package/node_modules/@turf/tin/dist/js/index.d.ts +44 -0
  733. package/node_modules/@turf/tin/dist/js/index.js +243 -0
  734. package/node_modules/@turf/tin/package.json +90 -0
  735. package/node_modules/@turf/transform-rotate/LICENSE +20 -0
  736. package/node_modules/@turf/transform-rotate/README.md +67 -0
  737. package/node_modules/@turf/transform-rotate/dist/es/index.js +62 -0
  738. package/node_modules/@turf/transform-rotate/dist/es/package.json +1 -0
  739. package/node_modules/@turf/transform-rotate/dist/js/index.js +73 -0
  740. package/node_modules/@turf/transform-rotate/index.d.ts +13 -0
  741. package/node_modules/@turf/transform-rotate/package.json +107 -0
  742. package/node_modules/@turf/transform-scale/LICENSE +20 -0
  743. package/node_modules/@turf/transform-scale/README.md +66 -0
  744. package/node_modules/@turf/transform-scale/dist/es/index.js +144 -0
  745. package/node_modules/@turf/transform-scale/dist/es/package.json +1 -0
  746. package/node_modules/@turf/transform-scale/dist/js/index.js +157 -0
  747. package/node_modules/@turf/transform-scale/index.d.ts +13 -0
  748. package/node_modules/@turf/transform-scale/package.json +115 -0
  749. package/node_modules/@turf/transform-translate/LICENSE +20 -0
  750. package/node_modules/@turf/transform-translate/README.md +66 -0
  751. package/node_modules/@turf/transform-translate/dist/es/index.js +72 -0
  752. package/node_modules/@turf/transform-translate/dist/es/package.json +1 -0
  753. package/node_modules/@turf/transform-translate/dist/js/index.js +80 -0
  754. package/node_modules/@turf/transform-translate/index.d.ts +15 -0
  755. package/node_modules/@turf/transform-translate/package.json +105 -0
  756. package/node_modules/@turf/triangle-grid/LICENSE +20 -0
  757. package/node_modules/@turf/triangle-grid/README.md +72 -0
  758. package/node_modules/@turf/triangle-grid/dist/es/index.js +139 -0
  759. package/node_modules/@turf/triangle-grid/dist/es/package.json +1 -0
  760. package/node_modules/@turf/triangle-grid/dist/js/index.d.ts +28 -0
  761. package/node_modules/@turf/triangle-grid/dist/js/index.js +144 -0
  762. package/node_modules/@turf/triangle-grid/package.json +99 -0
  763. package/node_modules/@turf/truncate/LICENSE +20 -0
  764. package/node_modules/@turf/truncate/README.md +66 -0
  765. package/node_modules/@turf/truncate/dist/es/index.js +76 -0
  766. package/node_modules/@turf/truncate/dist/es/package.json +1 -0
  767. package/node_modules/@turf/truncate/dist/js/index.d.ts +30 -0
  768. package/node_modules/@turf/truncate/dist/js/index.js +78 -0
  769. package/node_modules/@turf/truncate/package.json +100 -0
  770. package/node_modules/@turf/turf/LICENSE +20 -0
  771. package/node_modules/@turf/turf/README.md +31 -0
  772. package/node_modules/@turf/turf/dist/es/index.js +118 -0
  773. package/node_modules/@turf/turf/dist/es/package.json +1 -0
  774. package/node_modules/@turf/turf/dist/js/index.js +984 -0
  775. package/node_modules/@turf/turf/index.d.ts +146 -0
  776. package/node_modules/@turf/turf/package.json +216 -0
  777. package/node_modules/@turf/turf/turf.min.js +88 -0
  778. package/node_modules/@turf/union/LICENSE +20 -0
  779. package/node_modules/@turf/union/README.md +77 -0
  780. package/node_modules/@turf/union/dist/es/index.js +46 -0
  781. package/node_modules/@turf/union/dist/es/package.json +1 -0
  782. package/node_modules/@turf/union/dist/js/index.d.ts +35 -0
  783. package/node_modules/@turf/union/dist/js/index.js +51 -0
  784. package/node_modules/@turf/union/package.json +94 -0
  785. package/node_modules/@turf/unkink-polygon/LICENSE +20 -0
  786. package/node_modules/@turf/unkink-polygon/README.md +60 -0
  787. package/node_modules/@turf/unkink-polygon/dist/es/index.js +790 -0
  788. package/node_modules/@turf/unkink-polygon/dist/es/package.json +1 -0
  789. package/node_modules/@turf/unkink-polygon/dist/js/index.js +799 -0
  790. package/node_modules/@turf/unkink-polygon/index.d.ts +13 -0
  791. package/node_modules/@turf/unkink-polygon/node_modules/quickselect/LICENSE +15 -0
  792. package/node_modules/@turf/unkink-polygon/node_modules/quickselect/README.md +28 -0
  793. package/node_modules/@turf/unkink-polygon/node_modules/quickselect/index.js +54 -0
  794. package/node_modules/@turf/unkink-polygon/node_modules/quickselect/package.json +69 -0
  795. package/node_modules/@turf/unkink-polygon/node_modules/quickselect/quickselect.js +63 -0
  796. package/node_modules/@turf/unkink-polygon/node_modules/rbush/LICENSE +21 -0
  797. package/node_modules/@turf/unkink-polygon/node_modules/rbush/README.md +291 -0
  798. package/node_modules/@turf/unkink-polygon/node_modules/rbush/index.js +562 -0
  799. package/node_modules/@turf/unkink-polygon/node_modules/rbush/package.json +85 -0
  800. package/node_modules/@turf/unkink-polygon/node_modules/rbush/rbush.js +626 -0
  801. package/node_modules/@turf/unkink-polygon/node_modules/rbush/rbush.min.js +1 -0
  802. package/node_modules/@turf/unkink-polygon/package.json +94 -0
  803. package/node_modules/@turf/voronoi/LICENSE +20 -0
  804. package/node_modules/@turf/voronoi/README.md +68 -0
  805. package/node_modules/@turf/voronoi/dist/es/index.js +66 -0
  806. package/node_modules/@turf/voronoi/dist/es/package.json +1 -0
  807. package/node_modules/@turf/voronoi/dist/js/index.js +69 -0
  808. package/node_modules/@turf/voronoi/index.d.ts +9 -0
  809. package/node_modules/@turf/voronoi/package.json +109 -0
  810. package/node_modules/@types/geojson/LICENSE +21 -0
  811. package/node_modules/@types/geojson/README.md +16 -0
  812. package/node_modules/@types/geojson/index.d.ts +175 -0
  813. package/node_modules/@types/geojson/package.json +69 -0
  814. package/node_modules/call-bind/.eslintignore +1 -0
  815. package/node_modules/call-bind/.eslintrc +17 -0
  816. package/node_modules/call-bind/.github/FUNDING.yml +12 -0
  817. package/node_modules/call-bind/.nycrc +13 -0
  818. package/node_modules/call-bind/CHANGELOG.md +42 -0
  819. package/node_modules/call-bind/LICENSE +21 -0
  820. package/node_modules/call-bind/README.md +2 -0
  821. package/node_modules/call-bind/callBound.js +15 -0
  822. package/node_modules/call-bind/index.js +47 -0
  823. package/node_modules/call-bind/package.json +111 -0
  824. package/node_modules/call-bind/test/callBound.js +55 -0
  825. package/node_modules/call-bind/test/index.js +66 -0
  826. package/node_modules/commander/CHANGELOG.md +419 -0
  827. package/node_modules/commander/LICENSE +22 -0
  828. package/node_modules/commander/Readme.md +428 -0
  829. package/node_modules/commander/index.js +1224 -0
  830. package/node_modules/commander/package.json +71 -0
  831. package/node_modules/commander/typings/index.d.ts +310 -0
  832. package/node_modules/concaveman/.travis.yml +4 -0
  833. package/node_modules/concaveman/LICENSE +15 -0
  834. package/node_modules/concaveman/README.md +52 -0
  835. package/node_modules/concaveman/index.js +383 -0
  836. package/node_modules/concaveman/package.json +69 -0
  837. package/node_modules/d3-array/.eslintrc.json +15 -0
  838. package/node_modules/d3-array/LICENSE +27 -0
  839. package/node_modules/d3-array/README.md +382 -0
  840. package/node_modules/d3-array/dist/d3-array.js +590 -0
  841. package/node_modules/d3-array/dist/d3-array.min.js +2 -0
  842. package/node_modules/d3-array/package.json +70 -0
  843. package/node_modules/d3-array/rollup.config.js +36 -0
  844. package/node_modules/d3-array/src/array.js +4 -0
  845. package/node_modules/d3-array/src/ascending.js +3 -0
  846. package/node_modules/d3-array/src/bisect.js +7 -0
  847. package/node_modules/d3-array/src/bisector.js +33 -0
  848. package/node_modules/d3-array/src/constant.js +5 -0
  849. package/node_modules/d3-array/src/cross.js +21 -0
  850. package/node_modules/d3-array/src/descending.js +3 -0
  851. package/node_modules/d3-array/src/deviation.js +6 -0
  852. package/node_modules/d3-array/src/extent.js +37 -0
  853. package/node_modules/d3-array/src/histogram.js +75 -0
  854. package/node_modules/d3-array/src/identity.js +3 -0
  855. package/node_modules/d3-array/src/index.js +27 -0
  856. package/node_modules/d3-array/src/max.js +34 -0
  857. package/node_modules/d3-array/src/mean.js +25 -0
  858. package/node_modules/d3-array/src/median.js +28 -0
  859. package/node_modules/d3-array/src/merge.js +21 -0
  860. package/node_modules/d3-array/src/min.js +34 -0
  861. package/node_modules/d3-array/src/number.js +3 -0
  862. package/node_modules/d3-array/src/pairs.js +10 -0
  863. package/node_modules/d3-array/src/permute.js +5 -0
  864. package/node_modules/d3-array/src/quantile.js +14 -0
  865. package/node_modules/d3-array/src/range.js +13 -0
  866. package/node_modules/d3-array/src/scan.js +20 -0
  867. package/node_modules/d3-array/src/shuffle.js +14 -0
  868. package/node_modules/d3-array/src/sum.js +20 -0
  869. package/node_modules/d3-array/src/threshold/freedmanDiaconis.js +9 -0
  870. package/node_modules/d3-array/src/threshold/scott.js +5 -0
  871. package/node_modules/d3-array/src/threshold/sturges.js +3 -0
  872. package/node_modules/d3-array/src/ticks.js +51 -0
  873. package/node_modules/d3-array/src/transpose.js +15 -0
  874. package/node_modules/d3-array/src/variance.js +33 -0
  875. package/node_modules/d3-array/src/zip.js +5 -0
  876. package/node_modules/d3-array/yarn.lock +939 -0
  877. package/node_modules/d3-geo/.eslintrc +13 -0
  878. package/node_modules/d3-geo/LICENSE +48 -0
  879. package/node_modules/d3-geo/README.md +619 -0
  880. package/node_modules/d3-geo/build/d3-geo.js +2987 -0
  881. package/node_modules/d3-geo/build/d3-geo.min.js +2 -0
  882. package/node_modules/d3-geo/img/albers.png +0 -0
  883. package/node_modules/d3-geo/img/albersUsa-parameters.png +0 -0
  884. package/node_modules/d3-geo/img/albersUsa.png +0 -0
  885. package/node_modules/d3-geo/img/azimuthalEqualArea.png +0 -0
  886. package/node_modules/d3-geo/img/azimuthalEquidistant.png +0 -0
  887. package/node_modules/d3-geo/img/conicConformal.png +0 -0
  888. package/node_modules/d3-geo/img/conicEqualArea.png +0 -0
  889. package/node_modules/d3-geo/img/conicEquidistant.png +0 -0
  890. package/node_modules/d3-geo/img/equirectangular.png +0 -0
  891. package/node_modules/d3-geo/img/gnomonic.png +0 -0
  892. package/node_modules/d3-geo/img/graticule.png +0 -0
  893. package/node_modules/d3-geo/img/mercator.png +0 -0
  894. package/node_modules/d3-geo/img/naturalEarth1.png +0 -0
  895. package/node_modules/d3-geo/img/orthographic.png +0 -0
  896. package/node_modules/d3-geo/img/stereographic.png +0 -0
  897. package/node_modules/d3-geo/img/transverseMercator.png +0 -0
  898. package/node_modules/d3-geo/index.js +30 -0
  899. package/node_modules/d3-geo/package.json +72 -0
  900. package/node_modules/d3-geo/rollup.config.js +15 -0
  901. package/node_modules/d3-geo/src/adder.js +40 -0
  902. package/node_modules/d3-geo/src/area.js +74 -0
  903. package/node_modules/d3-geo/src/bounds.js +176 -0
  904. package/node_modules/d3-geo/src/cartesian.js +33 -0
  905. package/node_modules/d3-geo/src/centroid.js +140 -0
  906. package/node_modules/d3-geo/src/circle.js +72 -0
  907. package/node_modules/d3-geo/src/clip/antimeridian.js +92 -0
  908. package/node_modules/d3-geo/src/clip/buffer.js +24 -0
  909. package/node_modules/d3-geo/src/clip/circle.js +181 -0
  910. package/node_modules/d3-geo/src/clip/extent.js +187 -0
  911. package/node_modules/d3-geo/src/clip/index.js +135 -0
  912. package/node_modules/d3-geo/src/clip/line.js +59 -0
  913. package/node_modules/d3-geo/src/clip/polygon.js +101 -0
  914. package/node_modules/d3-geo/src/compose.js +12 -0
  915. package/node_modules/d3-geo/src/constant.js +5 -0
  916. package/node_modules/d3-geo/src/contains.js +84 -0
  917. package/node_modules/d3-geo/src/distance.js +10 -0
  918. package/node_modules/d3-geo/src/graticule.js +105 -0
  919. package/node_modules/d3-geo/src/identity.js +3 -0
  920. package/node_modules/d3-geo/src/interpolate.js +36 -0
  921. package/node_modules/d3-geo/src/length.js +53 -0
  922. package/node_modules/d3-geo/src/math.js +35 -0
  923. package/node_modules/d3-geo/src/noop.js +1 -0
  924. package/node_modules/d3-geo/src/path/area.js +50 -0
  925. package/node_modules/d3-geo/src/path/bounds.js +28 -0
  926. package/node_modules/d3-geo/src/path/centroid.js +100 -0
  927. package/node_modules/d3-geo/src/path/context.js +45 -0
  928. package/node_modules/d3-geo/src/path/index.js +61 -0
  929. package/node_modules/d3-geo/src/path/measure.js +45 -0
  930. package/node_modules/d3-geo/src/path/string.js +59 -0
  931. package/node_modules/d3-geo/src/pointEqual.js +5 -0
  932. package/node_modules/d3-geo/src/polygonContains.js +68 -0
  933. package/node_modules/d3-geo/src/projection/albers.js +10 -0
  934. package/node_modules/d3-geo/src/projection/albersUsa.js +103 -0
  935. package/node_modules/d3-geo/src/projection/azimuthal.js +26 -0
  936. package/node_modules/d3-geo/src/projection/azimuthalEqualArea.js +17 -0
  937. package/node_modules/d3-geo/src/projection/azimuthalEquidistant.js +17 -0
  938. package/node_modules/d3-geo/src/projection/conic.js +15 -0
  939. package/node_modules/d3-geo/src/projection/conicConformal.js +35 -0
  940. package/node_modules/d3-geo/src/projection/conicEqualArea.js +30 -0
  941. package/node_modules/d3-geo/src/projection/conicEquidistant.js +29 -0
  942. package/node_modules/d3-geo/src/projection/cylindricalEqualArea.js +15 -0
  943. package/node_modules/d3-geo/src/projection/equirectangular.js +12 -0
  944. package/node_modules/d3-geo/src/projection/fit.js +31 -0
  945. package/node_modules/d3-geo/src/projection/gnomonic.js +16 -0
  946. package/node_modules/d3-geo/src/projection/identity.js +52 -0
  947. package/node_modules/d3-geo/src/projection/index.js +106 -0
  948. package/node_modules/d3-geo/src/projection/mercator.js +52 -0
  949. package/node_modules/d3-geo/src/projection/naturalEarth1.js +28 -0
  950. package/node_modules/d3-geo/src/projection/orthographic.js +15 -0
  951. package/node_modules/d3-geo/src/projection/resample.js +102 -0
  952. package/node_modules/d3-geo/src/projection/stereographic.js +18 -0
  953. package/node_modules/d3-geo/src/projection/transverseMercator.js +27 -0
  954. package/node_modules/d3-geo/src/rotation.js +76 -0
  955. package/node_modules/d3-geo/src/stream.js +69 -0
  956. package/node_modules/d3-geo/src/transform.js +26 -0
  957. package/node_modules/d3-voronoi/.eslintrc +9 -0
  958. package/node_modules/d3-voronoi/.npmignore +3 -0
  959. package/node_modules/d3-voronoi/LICENSE +50 -0
  960. package/node_modules/d3-voronoi/README.md +160 -0
  961. package/node_modules/d3-voronoi/build/d3-voronoi.js +999 -0
  962. package/node_modules/d3-voronoi/build/d3-voronoi.min.js +2 -0
  963. package/node_modules/d3-voronoi/graph.png +0 -0
  964. package/node_modules/d3-voronoi/index.js +1 -0
  965. package/node_modules/d3-voronoi/package.json +65 -0
  966. package/node_modules/d3-voronoi/src/Beach.js +193 -0
  967. package/node_modules/d3-voronoi/src/Cell.js +126 -0
  968. package/node_modules/d3-voronoi/src/Circle.js +78 -0
  969. package/node_modules/d3-voronoi/src/Diagram.js +142 -0
  970. package/node_modules/d3-voronoi/src/Edge.js +168 -0
  971. package/node_modules/d3-voronoi/src/RedBlackTree.js +237 -0
  972. package/node_modules/d3-voronoi/src/constant.js +5 -0
  973. package/node_modules/d3-voronoi/src/point.js +7 -0
  974. package/node_modules/d3-voronoi/src/voronoi.js +48 -0
  975. package/node_modules/deep-equal/.eslintrc +22 -0
  976. package/node_modules/deep-equal/.travis.yml +12 -0
  977. package/node_modules/deep-equal/CHANGELOG.md +120 -0
  978. package/node_modules/deep-equal/LICENSE +21 -0
  979. package/node_modules/deep-equal/example/cmp.js +11 -0
  980. package/node_modules/deep-equal/index.js +112 -0
  981. package/node_modules/deep-equal/lib/is_arguments.js +1 -0
  982. package/node_modules/deep-equal/lib/keys.js +1 -0
  983. package/node_modules/deep-equal/package.json +117 -0
  984. package/node_modules/deep-equal/readme.markdown +57 -0
  985. package/node_modules/deep-equal/test/_tape.js +21 -0
  986. package/node_modules/deep-equal/test/cmp.js +344 -0
  987. package/node_modules/define-properties/.editorconfig +13 -0
  988. package/node_modules/define-properties/.eslintrc +12 -0
  989. package/node_modules/define-properties/.jscs.json +175 -0
  990. package/node_modules/define-properties/.travis.yml +233 -0
  991. package/node_modules/define-properties/CHANGELOG.md +44 -0
  992. package/node_modules/define-properties/LICENSE +21 -0
  993. package/node_modules/define-properties/README.md +86 -0
  994. package/node_modules/define-properties/index.js +58 -0
  995. package/node_modules/define-properties/package.json +97 -0
  996. package/node_modules/define-properties/test/index.js +125 -0
  997. package/node_modules/density-clustering/.jscsrc +64 -0
  998. package/node_modules/density-clustering/.jshintrc +5 -0
  999. package/node_modules/density-clustering/.remote-sync.json +13 -0
  1000. package/node_modules/density-clustering/CHANGELOG.md +11 -0
  1001. package/node_modules/density-clustering/LICENSE +22 -0
  1002. package/node_modules/density-clustering/README.md +171 -0
  1003. package/node_modules/density-clustering/bower.json +40 -0
  1004. package/node_modules/density-clustering/example/browser.html +20 -0
  1005. package/node_modules/density-clustering/example/dbscan.js +11 -0
  1006. package/node_modules/density-clustering/example/kmeans.js +11 -0
  1007. package/node_modules/density-clustering/example/optics.js +12 -0
  1008. package/node_modules/density-clustering/example/priorityQueue.js +12 -0
  1009. package/node_modules/density-clustering/gulpfile.js +30 -0
  1010. package/node_modules/density-clustering/lib/DBSCAN.js +236 -0
  1011. package/node_modules/density-clustering/lib/KMEANS.js +213 -0
  1012. package/node_modules/density-clustering/lib/OPTICS.js +269 -0
  1013. package/node_modules/density-clustering/lib/PriorityQueue.js +180 -0
  1014. package/node_modules/density-clustering/lib/Utils.js +37 -0
  1015. package/node_modules/density-clustering/lib/index.js +9 -0
  1016. package/node_modules/density-clustering/package.json +70 -0
  1017. package/node_modules/density-clustering/test/DBSCAN.test.js +73 -0
  1018. package/node_modules/density-clustering/test/KMEANS.test.js +70 -0
  1019. package/node_modules/density-clustering/test/OPTICS.test.js +98 -0
  1020. package/node_modules/density-clustering/test/PriorityQueue.test.js +27 -0
  1021. package/node_modules/earcut/LICENSE +15 -0
  1022. package/node_modules/earcut/README.md +246 -0
  1023. package/node_modules/earcut/dist/earcut.dev.js +690 -0
  1024. package/node_modules/earcut/dist/earcut.min.js +1 -0
  1025. package/node_modules/earcut/package.json +77 -0
  1026. package/node_modules/earcut/src/earcut.js +684 -0
  1027. package/node_modules/function-bind/.editorconfig +20 -0
  1028. package/node_modules/function-bind/.eslintrc +15 -0
  1029. package/node_modules/function-bind/.jscs.json +176 -0
  1030. package/node_modules/function-bind/.npmignore +22 -0
  1031. package/node_modules/function-bind/.travis.yml +168 -0
  1032. package/node_modules/function-bind/LICENSE +20 -0
  1033. package/node_modules/function-bind/README.md +48 -0
  1034. package/node_modules/function-bind/implementation.js +52 -0
  1035. package/node_modules/function-bind/index.js +5 -0
  1036. package/node_modules/function-bind/package.json +96 -0
  1037. package/node_modules/function-bind/test/.eslintrc +9 -0
  1038. package/node_modules/function-bind/test/index.js +252 -0
  1039. package/node_modules/geojson-equality/.npmignore +2 -0
  1040. package/node_modules/geojson-equality/LICENSE.md +22 -0
  1041. package/node_modules/geojson-equality/README.md +78 -0
  1042. package/node_modules/geojson-equality/dist/geojson-equality.js +295 -0
  1043. package/node_modules/geojson-equality/dist/geojson-equality.js.map +21 -0
  1044. package/node_modules/geojson-equality/dist/geojson-equality.min.js +1 -0
  1045. package/node_modules/geojson-equality/index.js +161 -0
  1046. package/node_modules/geojson-equality/package.json +74 -0
  1047. package/node_modules/geojson-equality/test/mocha.opts +1 -0
  1048. package/node_modules/geojson-equality/test/test.js +364 -0
  1049. package/node_modules/geojson-rbush/LICENSE +20 -0
  1050. package/node_modules/geojson-rbush/README.md +213 -0
  1051. package/node_modules/geojson-rbush/index.d.ts +19 -0
  1052. package/node_modules/geojson-rbush/index.js +208 -0
  1053. package/node_modules/geojson-rbush/package.json +89 -0
  1054. package/node_modules/get-intrinsic/.eslintignore +1 -0
  1055. package/node_modules/get-intrinsic/.eslintrc +43 -0
  1056. package/node_modules/get-intrinsic/.github/FUNDING.yml +12 -0
  1057. package/node_modules/get-intrinsic/.nycrc +13 -0
  1058. package/node_modules/get-intrinsic/CHANGELOG.md +64 -0
  1059. package/node_modules/get-intrinsic/LICENSE +21 -0
  1060. package/node_modules/get-intrinsic/README.md +65 -0
  1061. package/node_modules/get-intrinsic/index.js +330 -0
  1062. package/node_modules/get-intrinsic/package.json +106 -0
  1063. package/node_modules/get-intrinsic/test/GetIntrinsic.js +260 -0
  1064. package/node_modules/has/LICENSE-MIT +22 -0
  1065. package/node_modules/has/README.md +18 -0
  1066. package/node_modules/has/package.json +73 -0
  1067. package/node_modules/has/src/index.js +5 -0
  1068. package/node_modules/has/test/index.js +10 -0
  1069. package/node_modules/has-symbols/.eslintrc +11 -0
  1070. package/node_modules/has-symbols/.github/FUNDING.yml +12 -0
  1071. package/node_modules/has-symbols/.nycrc +9 -0
  1072. package/node_modules/has-symbols/CHANGELOG.md +75 -0
  1073. package/node_modules/has-symbols/LICENSE +21 -0
  1074. package/node_modules/has-symbols/README.md +46 -0
  1075. package/node_modules/has-symbols/index.js +13 -0
  1076. package/node_modules/has-symbols/package.json +127 -0
  1077. package/node_modules/has-symbols/shams.js +42 -0
  1078. package/node_modules/has-symbols/test/index.js +22 -0
  1079. package/node_modules/has-symbols/test/shams/core-js.js +28 -0
  1080. package/node_modules/has-symbols/test/shams/get-own-property-symbols.js +28 -0
  1081. package/node_modules/has-symbols/test/tests.js +56 -0
  1082. package/node_modules/has-tostringtag/.eslintrc +11 -0
  1083. package/node_modules/has-tostringtag/.github/FUNDING.yml +12 -0
  1084. package/node_modules/has-tostringtag/CHANGELOG.md +20 -0
  1085. package/node_modules/has-tostringtag/LICENSE +21 -0
  1086. package/node_modules/has-tostringtag/README.md +46 -0
  1087. package/node_modules/has-tostringtag/index.js +7 -0
  1088. package/node_modules/has-tostringtag/package.json +111 -0
  1089. package/node_modules/has-tostringtag/shams.js +7 -0
  1090. package/node_modules/has-tostringtag/test/index.js +21 -0
  1091. package/node_modules/has-tostringtag/test/shams/core-js.js +28 -0
  1092. package/node_modules/has-tostringtag/test/shams/get-own-property-symbols.js +28 -0
  1093. package/node_modules/has-tostringtag/test/tests.js +14 -0
  1094. package/node_modules/is-arguments/.editorconfig +20 -0
  1095. package/node_modules/is-arguments/.eslintignore +1 -0
  1096. package/node_modules/is-arguments/.eslintrc +10 -0
  1097. package/node_modules/is-arguments/.github/FUNDING.yml +12 -0
  1098. package/node_modules/is-arguments/.nycrc +9 -0
  1099. package/node_modules/is-arguments/CHANGELOG.md +179 -0
  1100. package/node_modules/is-arguments/LICENSE +20 -0
  1101. package/node_modules/is-arguments/README.md +47 -0
  1102. package/node_modules/is-arguments/index.js +33 -0
  1103. package/node_modules/is-arguments/package.json +116 -0
  1104. package/node_modules/is-arguments/test/index.js +44 -0
  1105. package/node_modules/is-date-object/.editorconfig +20 -0
  1106. package/node_modules/is-date-object/.eslintignore +1 -0
  1107. package/node_modules/is-date-object/.eslintrc +9 -0
  1108. package/node_modules/is-date-object/.github/FUNDING.yml +12 -0
  1109. package/node_modules/is-date-object/.nycrc +10 -0
  1110. package/node_modules/is-date-object/CHANGELOG.md +114 -0
  1111. package/node_modules/is-date-object/LICENSE +22 -0
  1112. package/node_modules/is-date-object/README.md +52 -0
  1113. package/node_modules/is-date-object/index.js +22 -0
  1114. package/node_modules/is-date-object/package.json +110 -0
  1115. package/node_modules/is-date-object/test/index.js +36 -0
  1116. package/node_modules/is-regex/.editorconfig +20 -0
  1117. package/node_modules/is-regex/.eslintignore +1 -0
  1118. package/node_modules/is-regex/.eslintrc +19 -0
  1119. package/node_modules/is-regex/.nycrc +10 -0
  1120. package/node_modules/is-regex/CHANGELOG.md +197 -0
  1121. package/node_modules/is-regex/LICENSE +20 -0
  1122. package/node_modules/is-regex/README.md +52 -0
  1123. package/node_modules/is-regex/index.js +58 -0
  1124. package/node_modules/is-regex/package.json +114 -0
  1125. package/node_modules/is-regex/test/index.js +104 -0
  1126. package/node_modules/object-assign/index.js +90 -0
  1127. package/node_modules/object-assign/license +21 -0
  1128. package/node_modules/object-assign/package.json +76 -0
  1129. package/node_modules/object-assign/readme.md +61 -0
  1130. package/node_modules/object-is/.eslintignore +1 -0
  1131. package/node_modules/object-is/.eslintrc +5 -0
  1132. package/node_modules/object-is/.nycrc +13 -0
  1133. package/node_modules/object-is/CHANGELOG.md +150 -0
  1134. package/node_modules/object-is/LICENSE +20 -0
  1135. package/node_modules/object-is/README.md +60 -0
  1136. package/node_modules/object-is/auto.js +3 -0
  1137. package/node_modules/object-is/implementation.js +19 -0
  1138. package/node_modules/object-is/index.js +18 -0
  1139. package/node_modules/object-is/package.json +114 -0
  1140. package/node_modules/object-is/polyfill.js +7 -0
  1141. package/node_modules/object-is/shim.js +14 -0
  1142. package/node_modules/object-is/test/implementation.js +12 -0
  1143. package/node_modules/object-is/test/index.js +12 -0
  1144. package/node_modules/object-is/test/shimmed.js +28 -0
  1145. package/node_modules/object-is/test/tests.js +57 -0
  1146. package/node_modules/object-keys/.editorconfig +13 -0
  1147. package/node_modules/object-keys/.eslintrc +17 -0
  1148. package/node_modules/object-keys/.travis.yml +277 -0
  1149. package/node_modules/object-keys/CHANGELOG.md +232 -0
  1150. package/node_modules/object-keys/LICENSE +21 -0
  1151. package/node_modules/object-keys/README.md +76 -0
  1152. package/node_modules/object-keys/implementation.js +122 -0
  1153. package/node_modules/object-keys/index.js +32 -0
  1154. package/node_modules/object-keys/isArguments.js +17 -0
  1155. package/node_modules/object-keys/package.json +118 -0
  1156. package/node_modules/object-keys/test/index.js +5 -0
  1157. package/node_modules/point-in-polygon/LICENSE +21 -0
  1158. package/node_modules/point-in-polygon/example/inside.js +6 -0
  1159. package/node_modules/point-in-polygon/flat.js +15 -0
  1160. package/node_modules/point-in-polygon/index.js +12 -0
  1161. package/node_modules/point-in-polygon/nested.js +18 -0
  1162. package/node_modules/point-in-polygon/package.json +61 -0
  1163. package/node_modules/point-in-polygon/readme.markdown +51 -0
  1164. package/node_modules/point-in-polygon/test/box-offset.js +24 -0
  1165. package/node_modules/point-in-polygon/test/box.js +34 -0
  1166. package/node_modules/point-in-polygon/test/flat-offset.js +24 -0
  1167. package/node_modules/point-in-polygon/test/flat.js +24 -0
  1168. package/node_modules/polygon-clipping/CHANGELOG.md +129 -0
  1169. package/node_modules/polygon-clipping/LICENSE.md +11 -0
  1170. package/node_modules/polygon-clipping/README.md +99 -0
  1171. package/node_modules/polygon-clipping/dist/polygon-clipping.cjs.js +1826 -0
  1172. package/node_modules/polygon-clipping/dist/polygon-clipping.d.ts +11 -0
  1173. package/node_modules/polygon-clipping/dist/polygon-clipping.esm.js +1820 -0
  1174. package/node_modules/polygon-clipping/dist/polygon-clipping.umd.js +2557 -0
  1175. package/node_modules/polygon-clipping/dist/polygon-clipping.umd.min.js +10 -0
  1176. package/node_modules/polygon-clipping/dist/polygon-clipping.umd.min.js.map +1 -0
  1177. package/node_modules/polygon-clipping/package.json +113 -0
  1178. package/node_modules/quickselect/LICENSE +15 -0
  1179. package/node_modules/quickselect/README.md +28 -0
  1180. package/node_modules/quickselect/index.js +54 -0
  1181. package/node_modules/quickselect/package.json +70 -0
  1182. package/node_modules/quickselect/quickselect.js +63 -0
  1183. package/node_modules/rbush/LICENSE +21 -0
  1184. package/node_modules/rbush/README.md +218 -0
  1185. package/node_modules/rbush/index.js +512 -0
  1186. package/node_modules/rbush/package.json +87 -0
  1187. package/node_modules/rbush/rbush.js +574 -0
  1188. package/node_modules/rbush/rbush.min.js +1 -0
  1189. package/node_modules/regexp.prototype.flags/.editorconfig +13 -0
  1190. package/node_modules/regexp.prototype.flags/.eslintrc +18 -0
  1191. package/node_modules/regexp.prototype.flags/.nycrc +9 -0
  1192. package/node_modules/regexp.prototype.flags/CHANGELOG.md +184 -0
  1193. package/node_modules/regexp.prototype.flags/LICENSE +22 -0
  1194. package/node_modules/regexp.prototype.flags/README.md +54 -0
  1195. package/node_modules/regexp.prototype.flags/auto.js +3 -0
  1196. package/node_modules/regexp.prototype.flags/implementation.js +33 -0
  1197. package/node_modules/regexp.prototype.flags/index.js +18 -0
  1198. package/node_modules/regexp.prototype.flags/package.json +124 -0
  1199. package/node_modules/regexp.prototype.flags/polyfill.js +36 -0
  1200. package/node_modules/regexp.prototype.flags/shim.js +26 -0
  1201. package/node_modules/regexp.prototype.flags/test/implementation.js +20 -0
  1202. package/node_modules/regexp.prototype.flags/test/index.js +17 -0
  1203. package/node_modules/regexp.prototype.flags/test/shimmed.js +47 -0
  1204. package/node_modules/regexp.prototype.flags/test/tests.js +141 -0
  1205. package/node_modules/robust-predicates/LICENSE +24 -0
  1206. package/node_modules/robust-predicates/README.md +82 -0
  1207. package/node_modules/robust-predicates/esm/incircle.js +765 -0
  1208. package/node_modules/robust-predicates/esm/insphere.js +775 -0
  1209. package/node_modules/robust-predicates/esm/orient2d.js +186 -0
  1210. package/node_modules/robust-predicates/esm/orient3d.js +462 -0
  1211. package/node_modules/robust-predicates/esm/util.js +138 -0
  1212. package/node_modules/robust-predicates/index.js +5 -0
  1213. package/node_modules/robust-predicates/package.json +95 -0
  1214. package/node_modules/robust-predicates/umd/incircle.js +910 -0
  1215. package/node_modules/robust-predicates/umd/incircle.min.js +1 -0
  1216. package/node_modules/robust-predicates/umd/insphere.js +925 -0
  1217. package/node_modules/robust-predicates/umd/insphere.min.js +1 -0
  1218. package/node_modules/robust-predicates/umd/orient2d.js +284 -0
  1219. package/node_modules/robust-predicates/umd/orient2d.min.js +1 -0
  1220. package/node_modules/robust-predicates/umd/orient3d.js +603 -0
  1221. package/node_modules/robust-predicates/umd/orient3d.min.js +1 -0
  1222. package/node_modules/robust-predicates/umd/predicates.js +2341 -0
  1223. package/node_modules/robust-predicates/umd/predicates.min.js +1 -0
  1224. package/node_modules/skmeans/.gitattributes +17 -0
  1225. package/node_modules/skmeans/.npmignore +52 -0
  1226. package/node_modules/skmeans/Gruntfile.js +49 -0
  1227. package/node_modules/skmeans/README.md +62 -0
  1228. package/node_modules/skmeans/browser.js +19 -0
  1229. package/node_modules/skmeans/dist/browser/skmeans.js +339 -0
  1230. package/node_modules/skmeans/dist/browser/skmeans.js.map +1 -0
  1231. package/node_modules/skmeans/dist/browser/skmeans.min.js +3 -0
  1232. package/node_modules/skmeans/dist/index.html +15 -0
  1233. package/node_modules/skmeans/dist/node/Gruntfile.js +49 -0
  1234. package/node_modules/skmeans/dist/node/Gruntfile.js.map +1 -0
  1235. package/node_modules/skmeans/dist/node/browser.js +19 -0
  1236. package/node_modules/skmeans/dist/node/browser.js.map +1 -0
  1237. package/node_modules/skmeans/dist/node/distance.js +39 -0
  1238. package/node_modules/skmeans/dist/node/distance.js.map +1 -0
  1239. package/node_modules/skmeans/dist/node/kinit.js +110 -0
  1240. package/node_modules/skmeans/dist/node/kinit.js.map +1 -0
  1241. package/node_modules/skmeans/dist/node/main.js +161 -0
  1242. package/node_modules/skmeans/dist/node/main.js.map +1 -0
  1243. package/node_modules/skmeans/distance.js +37 -0
  1244. package/node_modules/skmeans/kinit.js +102 -0
  1245. package/node_modules/skmeans/main.js +147 -0
  1246. package/node_modules/skmeans/package.json +68 -0
  1247. package/node_modules/skmeans/test/data/random_pts.js +1 -0
  1248. package/node_modules/skmeans/test/data/well-separated.js +1 -0
  1249. package/node_modules/skmeans/test/multi.js +15 -0
  1250. package/node_modules/skmeans/test/stats.js +65 -0
  1251. package/node_modules/skmeans/test/test.js +42 -0
  1252. package/node_modules/skmeans/test/test_rand.js +23 -0
  1253. package/node_modules/skmeans/test/test_ws.js +23 -0
  1254. package/node_modules/skmeans/test/uni.js +15 -0
  1255. package/node_modules/splaytree/Readme.md +221 -0
  1256. package/node_modules/splaytree/dist/splay.esm.js +673 -0
  1257. package/node_modules/splaytree/dist/splay.esm.js.map +1 -0
  1258. package/node_modules/splaytree/dist/splay.js +681 -0
  1259. package/node_modules/splaytree/dist/splay.js.map +1 -0
  1260. package/node_modules/splaytree/package.json +123 -0
  1261. package/node_modules/splaytree/src/index.ts +667 -0
  1262. package/node_modules/splaytree/src/node.ts +15 -0
  1263. package/node_modules/splaytree/src/types.ts +2 -0
  1264. package/node_modules/splaytree/typings/index.d.ts +82 -0
  1265. package/node_modules/splaytree/typings/node.d.ts +8 -0
  1266. package/node_modules/splaytree/typings/types.d.ts +2 -0
  1267. package/node_modules/tinyqueue/LICENSE +15 -0
  1268. package/node_modules/tinyqueue/README.md +59 -0
  1269. package/node_modules/tinyqueue/index.d.ts +11 -0
  1270. package/node_modules/tinyqueue/index.js +79 -0
  1271. package/node_modules/tinyqueue/package.json +78 -0
  1272. package/node_modules/tinyqueue/tinyqueue.js +93 -0
  1273. package/node_modules/tinyqueue/tinyqueue.min.js +1 -0
  1274. package/node_modules/topojson-client/LICENSE +13 -0
  1275. package/node_modules/topojson-client/README.md +242 -0
  1276. package/node_modules/topojson-client/bin/topo2geo +106 -0
  1277. package/node_modules/topojson-client/bin/topomerge +216 -0
  1278. package/node_modules/topojson-client/bin/topoquantize +74 -0
  1279. package/node_modules/topojson-client/dist/topojson-client.js +508 -0
  1280. package/node_modules/topojson-client/dist/topojson-client.min.js +2 -0
  1281. package/node_modules/topojson-client/package.json +77 -0
  1282. package/node_modules/topojson-client/src/bbox.js +39 -0
  1283. package/node_modules/topojson-client/src/bisect.js +9 -0
  1284. package/node_modules/topojson-client/src/feature.js +70 -0
  1285. package/node_modules/topojson-client/src/identity.js +3 -0
  1286. package/node_modules/topojson-client/src/index.js +8 -0
  1287. package/node_modules/topojson-client/src/merge.js +103 -0
  1288. package/node_modules/topojson-client/src/mesh.js +53 -0
  1289. package/node_modules/topojson-client/src/neighbors.js +45 -0
  1290. package/node_modules/topojson-client/src/quantize.js +54 -0
  1291. package/node_modules/topojson-client/src/reverse.js +4 -0
  1292. package/node_modules/topojson-client/src/stitch.js +73 -0
  1293. package/node_modules/topojson-client/src/transform.js +19 -0
  1294. package/node_modules/topojson-client/src/untransform.js +23 -0
  1295. package/node_modules/topojson-server/LICENSE +13 -0
  1296. package/node_modules/topojson-server/README.md +75 -0
  1297. package/node_modules/topojson-server/bin/geo2topo +125 -0
  1298. package/node_modules/topojson-server/dist/topojson-server.js +838 -0
  1299. package/node_modules/topojson-server/dist/topojson-server.min.js +2 -0
  1300. package/node_modules/topojson-server/package.json +75 -0
  1301. package/node_modules/topojson-server/src/bounds.js +46 -0
  1302. package/node_modules/topojson-server/src/cut.js +62 -0
  1303. package/node_modules/topojson-server/src/dedup.js +187 -0
  1304. package/node_modules/topojson-server/src/delta.js +30 -0
  1305. package/node_modules/topojson-server/src/extract.js +67 -0
  1306. package/node_modules/topojson-server/src/geometry.js +39 -0
  1307. package/node_modules/topojson-server/src/hash/hashmap.js +70 -0
  1308. package/node_modules/topojson-server/src/hash/hashset.js +53 -0
  1309. package/node_modules/topojson-server/src/hash/point-equal.js +3 -0
  1310. package/node_modules/topojson-server/src/hash/point-hash.js +13 -0
  1311. package/node_modules/topojson-server/src/index.js +1 -0
  1312. package/node_modules/topojson-server/src/join.js +116 -0
  1313. package/node_modules/topojson-server/src/object.js +1 -0
  1314. package/node_modules/topojson-server/src/prequantize.js +72 -0
  1315. package/node_modules/topojson-server/src/topology.js +80 -0
  1316. package/node_modules/turf-jsts/README.md +19 -0
  1317. package/node_modules/turf-jsts/jsts.js +18750 -0
  1318. package/node_modules/turf-jsts/jsts.min.js +1 -0
  1319. package/node_modules/turf-jsts/jsts.mjs +18742 -0
  1320. package/node_modules/turf-jsts/package.json +100 -0
  1321. package/node_modules/turf-jsts/src/Array.js +36 -0
  1322. package/node_modules/turf-jsts/src/Map.js +150 -0
  1323. package/node_modules/turf-jsts/src/Math.js +6 -0
  1324. package/node_modules/turf-jsts/src/Number.js +18 -0
  1325. package/node_modules/turf-jsts/src/extend.js +5 -0
  1326. package/node_modules/turf-jsts/src/hasInterface.js +3 -0
  1327. package/node_modules/turf-jsts/src/index.js +18 -0
  1328. package/node_modules/turf-jsts/src/inherits.js +4 -0
  1329. package/node_modules/turf-jsts/src/java/io/ByteArrayOutputStream.js +1 -0
  1330. package/node_modules/turf-jsts/src/java/io/IOException.js +1 -0
  1331. package/node_modules/turf-jsts/src/java/io/InputStream.js +1 -0
  1332. package/node_modules/turf-jsts/src/java/io/LineNumberReader.js +1 -0
  1333. package/node_modules/turf-jsts/src/java/io/OutputStream.js +1 -0
  1334. package/node_modules/turf-jsts/src/java/io/PrintStream.js +1 -0
  1335. package/node_modules/turf-jsts/src/java/io/Serializable.js +1 -0
  1336. package/node_modules/turf-jsts/src/java/io/StringReader.js +1 -0
  1337. package/node_modules/turf-jsts/src/java/io/StringWriter.js +1 -0
  1338. package/node_modules/turf-jsts/src/java/io/Writer.js +1 -0
  1339. package/node_modules/turf-jsts/src/java/lang/Character.js +4 -0
  1340. package/node_modules/turf-jsts/src/java/lang/Cloneable.js +1 -0
  1341. package/node_modules/turf-jsts/src/java/lang/Comparable.js +1 -0
  1342. package/node_modules/turf-jsts/src/java/lang/Double.js +7 -0
  1343. package/node_modules/turf-jsts/src/java/lang/Exception.js +1 -0
  1344. package/node_modules/turf-jsts/src/java/lang/IllegalArgumentException.js +8 -0
  1345. package/node_modules/turf-jsts/src/java/lang/Integer.js +14 -0
  1346. package/node_modules/turf-jsts/src/java/lang/RuntimeException.js +8 -0
  1347. package/node_modules/turf-jsts/src/java/lang/StringBuffer.js +16 -0
  1348. package/node_modules/turf-jsts/src/java/lang/System.js +15 -0
  1349. package/node_modules/turf-jsts/src/java/text/DecimalFormat.js +1 -0
  1350. package/node_modules/turf-jsts/src/java/text/DecimalFormatSymbols.js +1 -0
  1351. package/node_modules/turf-jsts/src/java/util/ArrayList.js +181 -0
  1352. package/node_modules/turf-jsts/src/java/util/Arrays.js +60 -0
  1353. package/node_modules/turf-jsts/src/java/util/Collection.js +58 -0
  1354. package/node_modules/turf-jsts/src/java/util/Collections.js +34 -0
  1355. package/node_modules/turf-jsts/src/java/util/Comparator.js +1 -0
  1356. package/node_modules/turf-jsts/src/java/util/EmptyStackException.js +15 -0
  1357. package/node_modules/turf-jsts/src/java/util/HashMap.js +61 -0
  1358. package/node_modules/turf-jsts/src/java/util/HashSet.js +151 -0
  1359. package/node_modules/turf-jsts/src/java/util/IndexOutOfBoundsException.js +15 -0
  1360. package/node_modules/turf-jsts/src/java/util/Iterator.js +24 -0
  1361. package/node_modules/turf-jsts/src/java/util/LinkedList.js +14 -0
  1362. package/node_modules/turf-jsts/src/java/util/List.js +32 -0
  1363. package/node_modules/turf-jsts/src/java/util/Map.js +53 -0
  1364. package/node_modules/turf-jsts/src/java/util/NoSuchElementException.js +15 -0
  1365. package/node_modules/turf-jsts/src/java/util/OperationNotSupported.js +15 -0
  1366. package/node_modules/turf-jsts/src/java/util/Set.js +21 -0
  1367. package/node_modules/turf-jsts/src/java/util/SortedMap.js +10 -0
  1368. package/node_modules/turf-jsts/src/java/util/SortedSet.js +11 -0
  1369. package/node_modules/turf-jsts/src/java/util/Stack.js +132 -0
  1370. package/node_modules/turf-jsts/src/java/util/TreeMap.js +246 -0
  1371. package/node_modules/turf-jsts/src/java/util/TreeSet.js +157 -0
  1372. package/node_modules/turf-jsts/src/org/locationtech/jts/JTSVersion.js +32 -0
  1373. package/node_modules/turf-jsts/src/org/locationtech/jts/algorithm/Angle.js +105 -0
  1374. package/node_modules/turf-jsts/src/org/locationtech/jts/algorithm/BoundaryNodeRule.js +66 -0
  1375. package/node_modules/turf-jsts/src/org/locationtech/jts/algorithm/CGAlgorithms.js +194 -0
  1376. package/node_modules/turf-jsts/src/org/locationtech/jts/algorithm/CGAlgorithms3D.js +65 -0
  1377. package/node_modules/turf-jsts/src/org/locationtech/jts/algorithm/CGAlgorithmsDD.js +72 -0
  1378. package/node_modules/turf-jsts/src/org/locationtech/jts/algorithm/Centroid.js +127 -0
  1379. package/node_modules/turf-jsts/src/org/locationtech/jts/algorithm/ConvexHull.js +252 -0
  1380. package/node_modules/turf-jsts/src/org/locationtech/jts/algorithm/HCoordinate.js +105 -0
  1381. package/node_modules/turf-jsts/src/org/locationtech/jts/algorithm/InteriorPointArea.js +137 -0
  1382. package/node_modules/turf-jsts/src/org/locationtech/jts/algorithm/InteriorPointLine.js +68 -0
  1383. package/node_modules/turf-jsts/src/org/locationtech/jts/algorithm/InteriorPointPoint.js +45 -0
  1384. package/node_modules/turf-jsts/src/org/locationtech/jts/algorithm/LineIntersector.js +156 -0
  1385. package/node_modules/turf-jsts/src/org/locationtech/jts/algorithm/MCPointInRing.js +102 -0
  1386. package/node_modules/turf-jsts/src/org/locationtech/jts/algorithm/MinimumBoundingCircle.js +170 -0
  1387. package/node_modules/turf-jsts/src/org/locationtech/jts/algorithm/MinimumDiameter.js +165 -0
  1388. package/node_modules/turf-jsts/src/org/locationtech/jts/algorithm/NonRobustCGAlgorithms.js +123 -0
  1389. package/node_modules/turf-jsts/src/org/locationtech/jts/algorithm/NonRobustLineIntersector.js +147 -0
  1390. package/node_modules/turf-jsts/src/org/locationtech/jts/algorithm/NotRepresentableException.js +13 -0
  1391. package/node_modules/turf-jsts/src/org/locationtech/jts/algorithm/PointInRing.js +9 -0
  1392. package/node_modules/turf-jsts/src/org/locationtech/jts/algorithm/PointLocator.js +120 -0
  1393. package/node_modules/turf-jsts/src/org/locationtech/jts/algorithm/RayCrossingCounter.js +95 -0
  1394. package/node_modules/turf-jsts/src/org/locationtech/jts/algorithm/RectangleLineIntersector.js +46 -0
  1395. package/node_modules/turf-jsts/src/org/locationtech/jts/algorithm/RobustDeterminant.js +202 -0
  1396. package/node_modules/turf-jsts/src/org/locationtech/jts/algorithm/RobustLineIntersector.js +231 -0
  1397. package/node_modules/turf-jsts/src/org/locationtech/jts/algorithm/SimplePointInRing.js +19 -0
  1398. package/node_modules/turf-jsts/src/org/locationtech/jts/algorithm/distance/DiscreteHausdorffDistance.js +139 -0
  1399. package/node_modules/turf-jsts/src/org/locationtech/jts/algorithm/distance/DistanceToPoint.js +61 -0
  1400. package/node_modules/turf-jsts/src/org/locationtech/jts/algorithm/distance/PointPairDistance.js +79 -0
  1401. package/node_modules/turf-jsts/src/org/locationtech/jts/algorithm/locate/IndexedPointInAreaLocator.js +95 -0
  1402. package/node_modules/turf-jsts/src/org/locationtech/jts/algorithm/locate/PointOnGeometryLocator.js +9 -0
  1403. package/node_modules/turf-jsts/src/org/locationtech/jts/algorithm/locate/SimplePointInAreaLocator.js +54 -0
  1404. package/node_modules/turf-jsts/src/org/locationtech/jts/algorithm/match/AreaSimilarityMeasure.js +15 -0
  1405. package/node_modules/turf-jsts/src/org/locationtech/jts/algorithm/match/HausdorffSimilarityMeasure.js +27 -0
  1406. package/node_modules/turf-jsts/src/org/locationtech/jts/algorithm/match/SimilarityMeasure.js +9 -0
  1407. package/node_modules/turf-jsts/src/org/locationtech/jts/algorithm/match/SimilarityMeasureCombiner.js +11 -0
  1408. package/node_modules/turf-jsts/src/org/locationtech/jts/algorithm.js +42 -0
  1409. package/node_modules/turf-jsts/src/org/locationtech/jts/densify/Densifier.js +93 -0
  1410. package/node_modules/turf-jsts/src/org/locationtech/jts/densify.js +2 -0
  1411. package/node_modules/turf-jsts/src/org/locationtech/jts/dissolve/DissolveEdgeGraph.js +14 -0
  1412. package/node_modules/turf-jsts/src/org/locationtech/jts/dissolve/DissolveHalfEdge.js +21 -0
  1413. package/node_modules/turf-jsts/src/org/locationtech/jts/dissolve/LineDissolver.js +152 -0
  1414. package/node_modules/turf-jsts/src/org/locationtech/jts/dissolve.js +4 -0
  1415. package/node_modules/turf-jsts/src/org/locationtech/jts/edgegraph/EdgeGraph.js +63 -0
  1416. package/node_modules/turf-jsts/src/org/locationtech/jts/edgegraph/EdgeGraphBuilder.js +53 -0
  1417. package/node_modules/turf-jsts/src/org/locationtech/jts/edgegraph/HalfEdge.js +143 -0
  1418. package/node_modules/turf-jsts/src/org/locationtech/jts/edgegraph/MarkHalfEdge.js +41 -0
  1419. package/node_modules/turf-jsts/src/org/locationtech/jts/edgegraph.js +5 -0
  1420. package/node_modules/turf-jsts/src/org/locationtech/jts/geom/Coordinate.js +202 -0
  1421. package/node_modules/turf-jsts/src/org/locationtech/jts/geom/CoordinateArrays.js +247 -0
  1422. package/node_modules/turf-jsts/src/org/locationtech/jts/geom/CoordinateFilter.js +9 -0
  1423. package/node_modules/turf-jsts/src/org/locationtech/jts/geom/CoordinateList.js +127 -0
  1424. package/node_modules/turf-jsts/src/org/locationtech/jts/geom/CoordinateSequence.js +26 -0
  1425. package/node_modules/turf-jsts/src/org/locationtech/jts/geom/CoordinateSequenceComparator.js +67 -0
  1426. package/node_modules/turf-jsts/src/org/locationtech/jts/geom/CoordinateSequenceFactory.js +23 -0
  1427. package/node_modules/turf-jsts/src/org/locationtech/jts/geom/CoordinateSequenceFilter.js +11 -0
  1428. package/node_modules/turf-jsts/src/org/locationtech/jts/geom/CoordinateSequences.js +104 -0
  1429. package/node_modules/turf-jsts/src/org/locationtech/jts/geom/Dimension.js +60 -0
  1430. package/node_modules/turf-jsts/src/org/locationtech/jts/geom/Envelope.js +347 -0
  1431. package/node_modules/turf-jsts/src/org/locationtech/jts/geom/Geometry.js +209 -0
  1432. package/node_modules/turf-jsts/src/org/locationtech/jts/geom/GeometryCollection.js +216 -0
  1433. package/node_modules/turf-jsts/src/org/locationtech/jts/geom/GeometryCollectionIterator.js +68 -0
  1434. package/node_modules/turf-jsts/src/org/locationtech/jts/geom/GeometryComponentFilter.js +9 -0
  1435. package/node_modules/turf-jsts/src/org/locationtech/jts/geom/GeometryFactory.js +260 -0
  1436. package/node_modules/turf-jsts/src/org/locationtech/jts/geom/GeometryFilter.js +9 -0
  1437. package/node_modules/turf-jsts/src/org/locationtech/jts/geom/IntersectionMatrix.js +232 -0
  1438. package/node_modules/turf-jsts/src/org/locationtech/jts/geom/LineSegment.js +276 -0
  1439. package/node_modules/turf-jsts/src/org/locationtech/jts/geom/LineString.js +212 -0
  1440. package/node_modules/turf-jsts/src/org/locationtech/jts/geom/Lineal.js +8 -0
  1441. package/node_modules/turf-jsts/src/org/locationtech/jts/geom/LinearRing.js +57 -0
  1442. package/node_modules/turf-jsts/src/org/locationtech/jts/geom/Location.js +28 -0
  1443. package/node_modules/turf-jsts/src/org/locationtech/jts/geom/MultiLineString.js +69 -0
  1444. package/node_modules/turf-jsts/src/org/locationtech/jts/geom/MultiPoint.js +55 -0
  1445. package/node_modules/turf-jsts/src/org/locationtech/jts/geom/MultiPolygon.js +66 -0
  1446. package/node_modules/turf-jsts/src/org/locationtech/jts/geom/OctagonalEnvelope.js +278 -0
  1447. package/node_modules/turf-jsts/src/org/locationtech/jts/geom/Point.js +145 -0
  1448. package/node_modules/turf-jsts/src/org/locationtech/jts/geom/Polygon.js +282 -0
  1449. package/node_modules/turf-jsts/src/org/locationtech/jts/geom/Polygonal.js +8 -0
  1450. package/node_modules/turf-jsts/src/org/locationtech/jts/geom/PrecisionModel.js +136 -0
  1451. package/node_modules/turf-jsts/src/org/locationtech/jts/geom/Puntal.js +8 -0
  1452. package/node_modules/turf-jsts/src/org/locationtech/jts/geom/TopologyException.js +23 -0
  1453. package/node_modules/turf-jsts/src/org/locationtech/jts/geom/Triangle.js +143 -0
  1454. package/node_modules/turf-jsts/src/org/locationtech/jts/geom/impl/CoordinateArraySequence.js +152 -0
  1455. package/node_modules/turf-jsts/src/org/locationtech/jts/geom/impl/CoordinateArraySequenceFactory.js +40 -0
  1456. package/node_modules/turf-jsts/src/org/locationtech/jts/geom/prep/AbstractPreparedPolygonContains.js +62 -0
  1457. package/node_modules/turf-jsts/src/org/locationtech/jts/geom/prep/BasicPreparedGeometry.js +72 -0
  1458. package/node_modules/turf-jsts/src/org/locationtech/jts/geom/prep/PreparedGeometry.js +19 -0
  1459. package/node_modules/turf-jsts/src/org/locationtech/jts/geom/prep/PreparedGeometryFactory.js +26 -0
  1460. package/node_modules/turf-jsts/src/org/locationtech/jts/geom/prep/PreparedLineString.js +25 -0
  1461. package/node_modules/turf-jsts/src/org/locationtech/jts/geom/prep/PreparedLineStringIntersects.js +39 -0
  1462. package/node_modules/turf-jsts/src/org/locationtech/jts/geom/prep/PreparedPoint.js +14 -0
  1463. package/node_modules/turf-jsts/src/org/locationtech/jts/geom/prep/PreparedPolygon.js +59 -0
  1464. package/node_modules/turf-jsts/src/org/locationtech/jts/geom/prep/PreparedPolygonContains.js +21 -0
  1465. package/node_modules/turf-jsts/src/org/locationtech/jts/geom/prep/PreparedPolygonContainsProperly.js +29 -0
  1466. package/node_modules/turf-jsts/src/org/locationtech/jts/geom/prep/PreparedPolygonCovers.js +25 -0
  1467. package/node_modules/turf-jsts/src/org/locationtech/jts/geom/prep/PreparedPolygonIntersects.js +30 -0
  1468. package/node_modules/turf-jsts/src/org/locationtech/jts/geom/prep/PreparedPolygonPredicate.js +63 -0
  1469. package/node_modules/turf-jsts/src/org/locationtech/jts/geom/util/AffineTransformation.js +445 -0
  1470. package/node_modules/turf-jsts/src/org/locationtech/jts/geom/util/AffineTransformationBuilder.js +49 -0
  1471. package/node_modules/turf-jsts/src/org/locationtech/jts/geom/util/AffineTransformationFactory.js +72 -0
  1472. package/node_modules/turf-jsts/src/org/locationtech/jts/geom/util/ComponentCoordinateExtracter.js +24 -0
  1473. package/node_modules/turf-jsts/src/org/locationtech/jts/geom/util/GeometryCollectionMapper.js +26 -0
  1474. package/node_modules/turf-jsts/src/org/locationtech/jts/geom/util/GeometryCombiner.js +80 -0
  1475. package/node_modules/turf-jsts/src/org/locationtech/jts/geom/util/GeometryEditor.js +156 -0
  1476. package/node_modules/turf-jsts/src/org/locationtech/jts/geom/util/GeometryExtracter.js +36 -0
  1477. package/node_modules/turf-jsts/src/org/locationtech/jts/geom/util/GeometryMapper.js +36 -0
  1478. package/node_modules/turf-jsts/src/org/locationtech/jts/geom/util/GeometryTransformer.js +127 -0
  1479. package/node_modules/turf-jsts/src/org/locationtech/jts/geom/util/LineStringExtracter.js +37 -0
  1480. package/node_modules/turf-jsts/src/org/locationtech/jts/geom/util/LinearComponentExtracter.js +98 -0
  1481. package/node_modules/turf-jsts/src/org/locationtech/jts/geom/util/NoninvertibleTransformationException.js +10 -0
  1482. package/node_modules/turf-jsts/src/org/locationtech/jts/geom/util/PointExtracter.js +38 -0
  1483. package/node_modules/turf-jsts/src/org/locationtech/jts/geom/util/PolygonExtracter.js +34 -0
  1484. package/node_modules/turf-jsts/src/org/locationtech/jts/geom/util/ShortCircuitedGeometryVisitor.js +25 -0
  1485. package/node_modules/turf-jsts/src/org/locationtech/jts/geom/util/SineStarFactory.js +50 -0
  1486. package/node_modules/turf-jsts/src/org/locationtech/jts/geom.js +73 -0
  1487. package/node_modules/turf-jsts/src/org/locationtech/jts/geomgraph/Depth.js +92 -0
  1488. package/node_modules/turf-jsts/src/org/locationtech/jts/geomgraph/DirectedEdge.js +147 -0
  1489. package/node_modules/turf-jsts/src/org/locationtech/jts/geomgraph/DirectedEdgeStar.js +239 -0
  1490. package/node_modules/turf-jsts/src/org/locationtech/jts/geomgraph/Edge.js +193 -0
  1491. package/node_modules/turf-jsts/src/org/locationtech/jts/geomgraph/EdgeEnd.js +103 -0
  1492. package/node_modules/turf-jsts/src/org/locationtech/jts/geomgraph/EdgeEndStar.js +177 -0
  1493. package/node_modules/turf-jsts/src/org/locationtech/jts/geomgraph/EdgeIntersection.js +55 -0
  1494. package/node_modules/turf-jsts/src/org/locationtech/jts/geomgraph/EdgeIntersectionList.js +78 -0
  1495. package/node_modules/turf-jsts/src/org/locationtech/jts/geomgraph/EdgeList.js +61 -0
  1496. package/node_modules/turf-jsts/src/org/locationtech/jts/geomgraph/EdgeNodingValidator.js +32 -0
  1497. package/node_modules/turf-jsts/src/org/locationtech/jts/geomgraph/EdgeRing.js +163 -0
  1498. package/node_modules/turf-jsts/src/org/locationtech/jts/geomgraph/GeometryGraph.js +255 -0
  1499. package/node_modules/turf-jsts/src/org/locationtech/jts/geomgraph/GraphComponent.js +53 -0
  1500. package/node_modules/turf-jsts/src/org/locationtech/jts/geomgraph/Label.js +147 -0
  1501. package/node_modules/turf-jsts/src/org/locationtech/jts/geomgraph/Node.js +95 -0
  1502. package/node_modules/turf-jsts/src/org/locationtech/jts/geomgraph/NodeFactory.js +13 -0
  1503. package/node_modules/turf-jsts/src/org/locationtech/jts/geomgraph/NodeMap.js +68 -0
  1504. package/node_modules/turf-jsts/src/org/locationtech/jts/geomgraph/PlanarGraph.js +142 -0
  1505. package/node_modules/turf-jsts/src/org/locationtech/jts/geomgraph/Position.js +16 -0
  1506. package/node_modules/turf-jsts/src/org/locationtech/jts/geomgraph/Quadrant.js +60 -0
  1507. package/node_modules/turf-jsts/src/org/locationtech/jts/geomgraph/TopologyLocation.js +129 -0
  1508. package/node_modules/turf-jsts/src/org/locationtech/jts/geomgraph/index/EdgeSetIntersector.js +8 -0
  1509. package/node_modules/turf-jsts/src/org/locationtech/jts/geomgraph/index/MonotoneChain.js +19 -0
  1510. package/node_modules/turf-jsts/src/org/locationtech/jts/geomgraph/index/MonotoneChainEdge.js +83 -0
  1511. package/node_modules/turf-jsts/src/org/locationtech/jts/geomgraph/index/MonotoneChainIndexer.js +41 -0
  1512. package/node_modules/turf-jsts/src/org/locationtech/jts/geomgraph/index/SegmentIntersector.js +115 -0
  1513. package/node_modules/turf-jsts/src/org/locationtech/jts/geomgraph/index/SimpleEdgeSetIntersector.js +53 -0
  1514. package/node_modules/turf-jsts/src/org/locationtech/jts/geomgraph/index/SimpleMCSweepLineIntersector.js +101 -0
  1515. package/node_modules/turf-jsts/src/org/locationtech/jts/geomgraph/index/SimpleSweepLineIntersector.js +101 -0
  1516. package/node_modules/turf-jsts/src/org/locationtech/jts/geomgraph/index/SweepLineEvent.js +65 -0
  1517. package/node_modules/turf-jsts/src/org/locationtech/jts/geomgraph/index/SweepLineSegment.js +31 -0
  1518. package/node_modules/turf-jsts/src/org/locationtech/jts/geomgraph.js +34 -0
  1519. package/node_modules/turf-jsts/src/org/locationtech/jts/index/ArrayListVisitor.js +20 -0
  1520. package/node_modules/turf-jsts/src/org/locationtech/jts/index/ItemVisitor.js +9 -0
  1521. package/node_modules/turf-jsts/src/org/locationtech/jts/index/SpatialIndex.js +18 -0
  1522. package/node_modules/turf-jsts/src/org/locationtech/jts/index/bintree/Bintree.js +74 -0
  1523. package/node_modules/turf-jsts/src/org/locationtech/jts/index/bintree/Interval.js +73 -0
  1524. package/node_modules/turf-jsts/src/org/locationtech/jts/index/bintree/Key.js +46 -0
  1525. package/node_modules/turf-jsts/src/org/locationtech/jts/index/bintree/Node.js +94 -0
  1526. package/node_modules/turf-jsts/src/org/locationtech/jts/index/bintree/NodeBase.js +97 -0
  1527. package/node_modules/turf-jsts/src/org/locationtech/jts/index/bintree/Root.js +37 -0
  1528. package/node_modules/turf-jsts/src/org/locationtech/jts/index/chain/MonotoneChain.js +107 -0
  1529. package/node_modules/turf-jsts/src/org/locationtech/jts/index/chain/MonotoneChainBuilder.js +67 -0
  1530. package/node_modules/turf-jsts/src/org/locationtech/jts/index/chain/MonotoneChainOverlapAction.js +31 -0
  1531. package/node_modules/turf-jsts/src/org/locationtech/jts/index/chain/MonotoneChainSelectAction.js +25 -0
  1532. package/node_modules/turf-jsts/src/org/locationtech/jts/index/intervalrtree/IntervalRTreeBranchNode.js +31 -0
  1533. package/node_modules/turf-jsts/src/org/locationtech/jts/index/intervalrtree/IntervalRTreeLeafNode.js +24 -0
  1534. package/node_modules/turf-jsts/src/org/locationtech/jts/index/intervalrtree/IntervalRTreeNode.js +49 -0
  1535. package/node_modules/turf-jsts/src/org/locationtech/jts/index/intervalrtree/SortedPackedIntervalRTree.js +68 -0
  1536. package/node_modules/turf-jsts/src/org/locationtech/jts/index/intervalrtree.js +5 -0
  1537. package/node_modules/turf-jsts/src/org/locationtech/jts/index/kdtree/KdNode.js +68 -0
  1538. package/node_modules/turf-jsts/src/org/locationtech/jts/index/kdtree/KdNodeVisitor.js +9 -0
  1539. package/node_modules/turf-jsts/src/org/locationtech/jts/index/kdtree/KdTree.js +201 -0
  1540. package/node_modules/turf-jsts/src/org/locationtech/jts/index/kdtree.js +4 -0
  1541. package/node_modules/turf-jsts/src/org/locationtech/jts/index/quadtree/DoubleBits.js +86 -0
  1542. package/node_modules/turf-jsts/src/org/locationtech/jts/index/quadtree/IntervalSize.js +19 -0
  1543. package/node_modules/turf-jsts/src/org/locationtech/jts/index/quadtree/Key.js +57 -0
  1544. package/node_modules/turf-jsts/src/org/locationtech/jts/index/quadtree/Node.js +114 -0
  1545. package/node_modules/turf-jsts/src/org/locationtech/jts/index/quadtree/NodeBase.js +131 -0
  1546. package/node_modules/turf-jsts/src/org/locationtech/jts/index/quadtree/Quadtree.js +81 -0
  1547. package/node_modules/turf-jsts/src/org/locationtech/jts/index/quadtree/Root.js +39 -0
  1548. package/node_modules/turf-jsts/src/org/locationtech/jts/index/quadtree.js +8 -0
  1549. package/node_modules/turf-jsts/src/org/locationtech/jts/index/strtree/AbstractNode.js +45 -0
  1550. package/node_modules/turf-jsts/src/org/locationtech/jts/index/strtree/AbstractSTRtree.js +296 -0
  1551. package/node_modules/turf-jsts/src/org/locationtech/jts/index/strtree/Boundable.js +9 -0
  1552. package/node_modules/turf-jsts/src/org/locationtech/jts/index/strtree/BoundablePair.js +83 -0
  1553. package/node_modules/turf-jsts/src/org/locationtech/jts/index/strtree/GeometryItemDistance.js +15 -0
  1554. package/node_modules/turf-jsts/src/org/locationtech/jts/index/strtree/Interval.js +46 -0
  1555. package/node_modules/turf-jsts/src/org/locationtech/jts/index/strtree/ItemBoundable.js +25 -0
  1556. package/node_modules/turf-jsts/src/org/locationtech/jts/index/strtree/ItemDistance.js +9 -0
  1557. package/node_modules/turf-jsts/src/org/locationtech/jts/index/strtree/SIRtree.js +88 -0
  1558. package/node_modules/turf-jsts/src/org/locationtech/jts/index/strtree/STRtree.js +234 -0
  1559. package/node_modules/turf-jsts/src/org/locationtech/jts/index/strtree.js +11 -0
  1560. package/node_modules/turf-jsts/src/org/locationtech/jts/index/sweepline/SweepLineEvent.js +53 -0
  1561. package/node_modules/turf-jsts/src/org/locationtech/jts/index/sweepline/SweepLineIndex.js +53 -0
  1562. package/node_modules/turf-jsts/src/org/locationtech/jts/index/sweepline/SweepLineInterval.js +34 -0
  1563. package/node_modules/turf-jsts/src/org/locationtech/jts/index/sweepline/SweepLineOverlapAction.js +9 -0
  1564. package/node_modules/turf-jsts/src/org/locationtech/jts/index/sweepline.js +5 -0
  1565. package/node_modules/turf-jsts/src/org/locationtech/jts/index.js +2 -0
  1566. package/node_modules/turf-jsts/src/org/locationtech/jts/io/GeoJSONParser.js +439 -0
  1567. package/node_modules/turf-jsts/src/org/locationtech/jts/io/GeoJSONReader.js +59 -0
  1568. package/node_modules/turf-jsts/src/org/locationtech/jts/io/GeoJSONWriter.js +36 -0
  1569. package/node_modules/turf-jsts/src/org/locationtech/jts/io/OL3Parser.js +181 -0
  1570. package/node_modules/turf-jsts/src/org/locationtech/jts/io/WKTParser.js +398 -0
  1571. package/node_modules/turf-jsts/src/org/locationtech/jts/io/WKTReader.js +62 -0
  1572. package/node_modules/turf-jsts/src/org/locationtech/jts/io/WKTWriter.js +53 -0
  1573. package/node_modules/turf-jsts/src/org/locationtech/jts/io.js +8 -0
  1574. package/node_modules/turf-jsts/src/org/locationtech/jts/linearref/ExtractLineByLocation.js +69 -0
  1575. package/node_modules/turf-jsts/src/org/locationtech/jts/linearref/LengthIndexOfPoint.js +65 -0
  1576. package/node_modules/turf-jsts/src/org/locationtech/jts/linearref/LengthIndexedLine.js +86 -0
  1577. package/node_modules/turf-jsts/src/org/locationtech/jts/linearref/LengthLocationMap.js +106 -0
  1578. package/node_modules/turf-jsts/src/org/locationtech/jts/linearref/LinearGeometryBuilder.js +74 -0
  1579. package/node_modules/turf-jsts/src/org/locationtech/jts/linearref/LinearIterator.js +88 -0
  1580. package/node_modules/turf-jsts/src/org/locationtech/jts/linearref/LinearLocation.js +207 -0
  1581. package/node_modules/turf-jsts/src/org/locationtech/jts/linearref/LocationIndexOfLine.js +33 -0
  1582. package/node_modules/turf-jsts/src/org/locationtech/jts/linearref/LocationIndexOfPoint.js +68 -0
  1583. package/node_modules/turf-jsts/src/org/locationtech/jts/linearref/LocationIndexedLine.js +65 -0
  1584. package/node_modules/turf-jsts/src/org/locationtech/jts/linearref.js +11 -0
  1585. package/node_modules/turf-jsts/src/org/locationtech/jts/math/DD.js +639 -0
  1586. package/node_modules/turf-jsts/src/org/locationtech/jts/math/MathUtil.js +71 -0
  1587. package/node_modules/turf-jsts/src/org/locationtech/jts/math/Matrix.js +54 -0
  1588. package/node_modules/turf-jsts/src/org/locationtech/jts/math/Plane3D.js +41 -0
  1589. package/node_modules/turf-jsts/src/org/locationtech/jts/math/Vector2D.js +180 -0
  1590. package/node_modules/turf-jsts/src/org/locationtech/jts/math/Vector3D.js +97 -0
  1591. package/node_modules/turf-jsts/src/org/locationtech/jts/monkey.js +167 -0
  1592. package/node_modules/turf-jsts/src/org/locationtech/jts/noding/BasicSegmentString.js +46 -0
  1593. package/node_modules/turf-jsts/src/org/locationtech/jts/noding/FastNodingValidator.js +64 -0
  1594. package/node_modules/turf-jsts/src/org/locationtech/jts/noding/FastSegmentSetIntersectionFinder.js +31 -0
  1595. package/node_modules/turf-jsts/src/org/locationtech/jts/noding/InteriorIntersectionFinder.js +96 -0
  1596. package/node_modules/turf-jsts/src/org/locationtech/jts/noding/InteriorIntersectionFinderAdder.js +41 -0
  1597. package/node_modules/turf-jsts/src/org/locationtech/jts/noding/IntersectionAdder.js +90 -0
  1598. package/node_modules/turf-jsts/src/org/locationtech/jts/noding/IteratedNoder.js +54 -0
  1599. package/node_modules/turf-jsts/src/org/locationtech/jts/noding/MCIndexNoder.js +91 -0
  1600. package/node_modules/turf-jsts/src/org/locationtech/jts/noding/MCIndexSegmentSetMutualIntersector.js +88 -0
  1601. package/node_modules/turf-jsts/src/org/locationtech/jts/noding/NodableSegmentString.js +11 -0
  1602. package/node_modules/turf-jsts/src/org/locationtech/jts/noding/NodedSegmentString.js +103 -0
  1603. package/node_modules/turf-jsts/src/org/locationtech/jts/noding/Noder.js +10 -0
  1604. package/node_modules/turf-jsts/src/org/locationtech/jts/noding/NodingValidator.js +105 -0
  1605. package/node_modules/turf-jsts/src/org/locationtech/jts/noding/Octant.js +40 -0
  1606. package/node_modules/turf-jsts/src/org/locationtech/jts/noding/OrientedCoordinateArray.js +46 -0
  1607. package/node_modules/turf-jsts/src/org/locationtech/jts/noding/ScaledNoder.js +99 -0
  1608. package/node_modules/turf-jsts/src/org/locationtech/jts/noding/SegmentIntersectionDetector.js +81 -0
  1609. package/node_modules/turf-jsts/src/org/locationtech/jts/noding/SegmentIntersector.js +10 -0
  1610. package/node_modules/turf-jsts/src/org/locationtech/jts/noding/SegmentNode.js +50 -0
  1611. package/node_modules/turf-jsts/src/org/locationtech/jts/noding/SegmentNodeList.js +210 -0
  1612. package/node_modules/turf-jsts/src/org/locationtech/jts/noding/SegmentPointComparator.js +48 -0
  1613. package/node_modules/turf-jsts/src/org/locationtech/jts/noding/SegmentSetMutualIntersector.js +9 -0
  1614. package/node_modules/turf-jsts/src/org/locationtech/jts/noding/SegmentString.js +14 -0
  1615. package/node_modules/turf-jsts/src/org/locationtech/jts/noding/SegmentStringDissolver.js +58 -0
  1616. package/node_modules/turf-jsts/src/org/locationtech/jts/noding/SegmentStringUtil.js +49 -0
  1617. package/node_modules/turf-jsts/src/org/locationtech/jts/noding/SimpleNoder.js +37 -0
  1618. package/node_modules/turf-jsts/src/org/locationtech/jts/noding/SimpleSegmentSetMutualIntersector.js +35 -0
  1619. package/node_modules/turf-jsts/src/org/locationtech/jts/noding/SinglePassNoder.js +20 -0
  1620. package/node_modules/turf-jsts/src/org/locationtech/jts/noding/snapround/GeometryNoder.js +63 -0
  1621. package/node_modules/turf-jsts/src/org/locationtech/jts/noding/snapround/HotPixel.js +126 -0
  1622. package/node_modules/turf-jsts/src/org/locationtech/jts/noding/snapround/MCIndexPointSnapper.js +75 -0
  1623. package/node_modules/turf-jsts/src/org/locationtech/jts/noding/snapround/MCIndexSnapRounder.js +90 -0
  1624. package/node_modules/turf-jsts/src/org/locationtech/jts/noding/snapround/SimpleSnapRounder.js +109 -0
  1625. package/node_modules/turf-jsts/src/org/locationtech/jts/noding.js +3 -0
  1626. package/node_modules/turf-jsts/src/org/locationtech/jts/operation/boundary/BoundaryOp.js +117 -0
  1627. package/node_modules/turf-jsts/src/org/locationtech/jts/operation/boundary.js +2 -0
  1628. package/node_modules/turf-jsts/src/org/locationtech/jts/operation/buffer/BufferBuilder.js +150 -0
  1629. package/node_modules/turf-jsts/src/org/locationtech/jts/operation/buffer/BufferInputLineSimplifier.js +98 -0
  1630. package/node_modules/turf-jsts/src/org/locationtech/jts/operation/buffer/BufferOp.js +139 -0
  1631. package/node_modules/turf-jsts/src/org/locationtech/jts/operation/buffer/BufferParameters.js +95 -0
  1632. package/node_modules/turf-jsts/src/org/locationtech/jts/operation/buffer/BufferSubgraph.js +151 -0
  1633. package/node_modules/turf-jsts/src/org/locationtech/jts/operation/buffer/OffsetCurveBuilder.js +170 -0
  1634. package/node_modules/turf-jsts/src/org/locationtech/jts/operation/buffer/OffsetCurveSetBuilder.js +122 -0
  1635. package/node_modules/turf-jsts/src/org/locationtech/jts/operation/buffer/OffsetSegmentGenerator.js +289 -0
  1636. package/node_modules/turf-jsts/src/org/locationtech/jts/operation/buffer/OffsetSegmentString.js +68 -0
  1637. package/node_modules/turf-jsts/src/org/locationtech/jts/operation/buffer/RightmostEdgeFinder.js +95 -0
  1638. package/node_modules/turf-jsts/src/org/locationtech/jts/operation/buffer/SubgraphDepthLocater.js +111 -0
  1639. package/node_modules/turf-jsts/src/org/locationtech/jts/operation/buffer/validate/BufferCurveMaximumDistanceFinder.js +92 -0
  1640. package/node_modules/turf-jsts/src/org/locationtech/jts/operation/buffer/validate/BufferDistanceValidator.js +107 -0
  1641. package/node_modules/turf-jsts/src/org/locationtech/jts/operation/buffer/validate/BufferResultValidator.js +116 -0
  1642. package/node_modules/turf-jsts/src/org/locationtech/jts/operation/buffer/validate/DistanceToPointFinder.js +61 -0
  1643. package/node_modules/turf-jsts/src/org/locationtech/jts/operation/buffer/validate/PointPairDistance.js +75 -0
  1644. package/node_modules/turf-jsts/src/org/locationtech/jts/operation/buffer.js +19 -0
  1645. package/node_modules/turf-jsts/src/org/locationtech/jts/operation/distance/ConnectedElementLocationFilter.js +28 -0
  1646. package/node_modules/turf-jsts/src/org/locationtech/jts/operation/distance/ConnectedElementPointFilter.js +27 -0
  1647. package/node_modules/turf-jsts/src/org/locationtech/jts/operation/distance/DistanceOp.js +239 -0
  1648. package/node_modules/turf-jsts/src/org/locationtech/jts/operation/distance/FacetSequence.js +114 -0
  1649. package/node_modules/turf-jsts/src/org/locationtech/jts/operation/distance/FacetSequenceTreeBuilder.js +57 -0
  1650. package/node_modules/turf-jsts/src/org/locationtech/jts/operation/distance/GeometryLocation.js +38 -0
  1651. package/node_modules/turf-jsts/src/org/locationtech/jts/operation/distance/IndexedFacetDistance.js +45 -0
  1652. package/node_modules/turf-jsts/src/org/locationtech/jts/operation/distance.js +8 -0
  1653. package/node_modules/turf-jsts/src/org/locationtech/jts/operation/distance3d/AxisPlaneCoordinateSequence.js +80 -0
  1654. package/node_modules/turf-jsts/src/org/locationtech/jts/operation/distance3d/Distance3DOp.js +312 -0
  1655. package/node_modules/turf-jsts/src/org/locationtech/jts/operation/distance3d/PlanarPolygon3D.js +117 -0
  1656. package/node_modules/turf-jsts/src/org/locationtech/jts/operation/distance3d.js +4 -0
  1657. package/node_modules/turf-jsts/src/org/locationtech/jts/operation/geometrygraph/GeometryGraphOp.js +46 -0
  1658. package/node_modules/turf-jsts/src/org/locationtech/jts/operation/geometrygraph.js +2 -0
  1659. package/node_modules/turf-jsts/src/org/locationtech/jts/operation/issimple/IsSimpleOp.js +164 -0
  1660. package/node_modules/turf-jsts/src/org/locationtech/jts/operation/issimple.js +2 -0
  1661. package/node_modules/turf-jsts/src/org/locationtech/jts/operation/linemerge/EdgeString.js +46 -0
  1662. package/node_modules/turf-jsts/src/org/locationtech/jts/operation/linemerge/LineMergeDirectedEdge.js +28 -0
  1663. package/node_modules/turf-jsts/src/org/locationtech/jts/operation/linemerge/LineMergeEdge.js +17 -0
  1664. package/node_modules/turf-jsts/src/org/locationtech/jts/operation/linemerge/LineMergeGraph.js +38 -0
  1665. package/node_modules/turf-jsts/src/org/locationtech/jts/operation/linemerge/LineMerger.js +116 -0
  1666. package/node_modules/turf-jsts/src/org/locationtech/jts/operation/linemerge/LineSequencer.js +249 -0
  1667. package/node_modules/turf-jsts/src/org/locationtech/jts/operation/linemerge.js +7 -0
  1668. package/node_modules/turf-jsts/src/org/locationtech/jts/operation/overlay/ConsistentPolygonRingChecker.js +74 -0
  1669. package/node_modules/turf-jsts/src/org/locationtech/jts/operation/overlay/EdgeSetNoder.js +32 -0
  1670. package/node_modules/turf-jsts/src/org/locationtech/jts/operation/overlay/LineBuilder.js +96 -0
  1671. package/node_modules/turf-jsts/src/org/locationtech/jts/operation/overlay/MaximalEdgeRing.js +43 -0
  1672. package/node_modules/turf-jsts/src/org/locationtech/jts/operation/overlay/MinimalEdgeRing.js +21 -0
  1673. package/node_modules/turf-jsts/src/org/locationtech/jts/operation/overlay/OverlayNodeFactory.js +15 -0
  1674. package/node_modules/turf-jsts/src/org/locationtech/jts/operation/overlay/OverlayOp.js +332 -0
  1675. package/node_modules/turf-jsts/src/org/locationtech/jts/operation/overlay/PointBuilder.js +45 -0
  1676. package/node_modules/turf-jsts/src/org/locationtech/jts/operation/overlay/PolygonBuilder.js +152 -0
  1677. package/node_modules/turf-jsts/src/org/locationtech/jts/operation/overlay/snap/GeometrySnapper.js +115 -0
  1678. package/node_modules/turf-jsts/src/org/locationtech/jts/operation/overlay/snap/LineStringSnapper.js +93 -0
  1679. package/node_modules/turf-jsts/src/org/locationtech/jts/operation/overlay/snap/SnapIfNeededOverlayOp.js +57 -0
  1680. package/node_modules/turf-jsts/src/org/locationtech/jts/operation/overlay/snap/SnapOverlayOp.js +73 -0
  1681. package/node_modules/turf-jsts/src/org/locationtech/jts/operation/overlay/validate/FuzzyPointLocator.js +77 -0
  1682. package/node_modules/turf-jsts/src/org/locationtech/jts/operation/overlay/validate/OffsetPointGenerator.js +55 -0
  1683. package/node_modules/turf-jsts/src/org/locationtech/jts/operation/overlay/validate/OverlayResultValidator.js +88 -0
  1684. package/node_modules/turf-jsts/src/org/locationtech/jts/operation/overlay.js +21 -0
  1685. package/node_modules/turf-jsts/src/org/locationtech/jts/operation/polygonize/EdgeRing.js +232 -0
  1686. package/node_modules/turf-jsts/src/org/locationtech/jts/operation/polygonize/PolygonizeDirectedEdge.js +41 -0
  1687. package/node_modules/turf-jsts/src/org/locationtech/jts/operation/polygonize/PolygonizeEdge.js +17 -0
  1688. package/node_modules/turf-jsts/src/org/locationtech/jts/operation/polygonize/PolygonizeGraph.js +249 -0
  1689. package/node_modules/turf-jsts/src/org/locationtech/jts/operation/polygonize/Polygonizer.js +186 -0
  1690. package/node_modules/turf-jsts/src/org/locationtech/jts/operation/polygonize.js +6 -0
  1691. package/node_modules/turf-jsts/src/org/locationtech/jts/operation/predicate/RectangleContains.js +64 -0
  1692. package/node_modules/turf-jsts/src/org/locationtech/jts/operation/predicate/RectangleIntersects.js +158 -0
  1693. package/node_modules/turf-jsts/src/org/locationtech/jts/operation/predicate.js +3 -0
  1694. package/node_modules/turf-jsts/src/org/locationtech/jts/operation/relate/EdgeEndBuilder.js +64 -0
  1695. package/node_modules/turf-jsts/src/org/locationtech/jts/operation/relate/EdgeEndBundle.js +96 -0
  1696. package/node_modules/turf-jsts/src/org/locationtech/jts/operation/relate/EdgeEndBundleStar.js +26 -0
  1697. package/node_modules/turf-jsts/src/org/locationtech/jts/operation/relate/RelateComputer.js +172 -0
  1698. package/node_modules/turf-jsts/src/org/locationtech/jts/operation/relate/RelateNode.js +21 -0
  1699. package/node_modules/turf-jsts/src/org/locationtech/jts/operation/relate/RelateNodeFactory.js +15 -0
  1700. package/node_modules/turf-jsts/src/org/locationtech/jts/operation/relate/RelateNodeGraph.js +52 -0
  1701. package/node_modules/turf-jsts/src/org/locationtech/jts/operation/relate/RelateOp.js +109 -0
  1702. package/node_modules/turf-jsts/src/org/locationtech/jts/operation/relate.js +9 -0
  1703. package/node_modules/turf-jsts/src/org/locationtech/jts/operation/union/CascadedPolygonUnion.js +157 -0
  1704. package/node_modules/turf-jsts/src/org/locationtech/jts/operation/union/PointGeometryUnion.js +47 -0
  1705. package/node_modules/turf-jsts/src/org/locationtech/jts/operation/union/UnaryUnionOp.js +105 -0
  1706. package/node_modules/turf-jsts/src/org/locationtech/jts/operation/union/UnionInteracting.js +75 -0
  1707. package/node_modules/turf-jsts/src/org/locationtech/jts/operation/union/UnionOp.js +21 -0
  1708. package/node_modules/turf-jsts/src/org/locationtech/jts/operation/union.js +6 -0
  1709. package/node_modules/turf-jsts/src/org/locationtech/jts/operation/valid/ConnectedInteriorTester.js +121 -0
  1710. package/node_modules/turf-jsts/src/org/locationtech/jts/operation/valid/ConsistentAreaTester.js +54 -0
  1711. package/node_modules/turf-jsts/src/org/locationtech/jts/operation/valid/IndexedNestedRingTester.js +60 -0
  1712. package/node_modules/turf-jsts/src/org/locationtech/jts/operation/valid/IsValidOp.js +324 -0
  1713. package/node_modules/turf-jsts/src/org/locationtech/jts/operation/valid/QuadtreeNestedRingTester.js +61 -0
  1714. package/node_modules/turf-jsts/src/org/locationtech/jts/operation/valid/RepeatedPointTester.js +56 -0
  1715. package/node_modules/turf-jsts/src/org/locationtech/jts/operation/valid/SimpleNestedRingTester.js +46 -0
  1716. package/node_modules/turf-jsts/src/org/locationtech/jts/operation/valid/SweeplineNestedRingTester.js +57 -0
  1717. package/node_modules/turf-jsts/src/org/locationtech/jts/operation/valid/TopologyValidationError.js +48 -0
  1718. package/node_modules/turf-jsts/src/org/locationtech/jts/operation/valid.js +10 -0
  1719. package/node_modules/turf-jsts/src/org/locationtech/jts/operation.js +4 -0
  1720. package/node_modules/turf-jsts/src/org/locationtech/jts/planargraph/DirectedEdge.js +101 -0
  1721. package/node_modules/turf-jsts/src/org/locationtech/jts/planargraph/DirectedEdgeStar.js +79 -0
  1722. package/node_modules/turf-jsts/src/org/locationtech/jts/planargraph/Edge.js +51 -0
  1723. package/node_modules/turf-jsts/src/org/locationtech/jts/planargraph/GraphComponent.js +56 -0
  1724. package/node_modules/turf-jsts/src/org/locationtech/jts/planargraph/Node.js +60 -0
  1725. package/node_modules/turf-jsts/src/org/locationtech/jts/planargraph/NodeMap.js +29 -0
  1726. package/node_modules/turf-jsts/src/org/locationtech/jts/planargraph/PlanarGraph.js +100 -0
  1727. package/node_modules/turf-jsts/src/org/locationtech/jts/planargraph/Subgraph.js +43 -0
  1728. package/node_modules/turf-jsts/src/org/locationtech/jts/planargraph/algorithm/ConnectedSubgraphFinder.js +52 -0
  1729. package/node_modules/turf-jsts/src/org/locationtech/jts/precision/CommonBits.js +67 -0
  1730. package/node_modules/turf-jsts/src/org/locationtech/jts/precision/CommonBitsOp.js +63 -0
  1731. package/node_modules/turf-jsts/src/org/locationtech/jts/precision/CommonBitsRemover.js +87 -0
  1732. package/node_modules/turf-jsts/src/org/locationtech/jts/precision/CoordinatePrecisionReducerFilter.js +25 -0
  1733. package/node_modules/turf-jsts/src/org/locationtech/jts/precision/EnhancedPrecisionOp.js +116 -0
  1734. package/node_modules/turf-jsts/src/org/locationtech/jts/precision/GeometryPrecisionReducer.js +82 -0
  1735. package/node_modules/turf-jsts/src/org/locationtech/jts/precision/MinimumClearance.js +132 -0
  1736. package/node_modules/turf-jsts/src/org/locationtech/jts/precision/PrecisionReducerCoordinateOperation.js +39 -0
  1737. package/node_modules/turf-jsts/src/org/locationtech/jts/precision/SimpleMinimumClearance.js +126 -0
  1738. package/node_modules/turf-jsts/src/org/locationtech/jts/precision.js +10 -0
  1739. package/node_modules/turf-jsts/src/org/locationtech/jts/shape/GeometricShapeBuilder.js +54 -0
  1740. package/node_modules/turf-jsts/src/org/locationtech/jts/shape/fractal/KochSnowflakeBuilder.js +66 -0
  1741. package/node_modules/turf-jsts/src/org/locationtech/jts/shape/fractal/SierpinskiCarpetBuilder.js +57 -0
  1742. package/node_modules/turf-jsts/src/org/locationtech/jts/shape/random/RandomPointsBuilder.js +56 -0
  1743. package/node_modules/turf-jsts/src/org/locationtech/jts/shape/random/RandomPointsInGridBuilder.js +70 -0
  1744. package/node_modules/turf-jsts/src/org/locationtech/jts/simplify/DouglasPeuckerLineSimplifier.js +64 -0
  1745. package/node_modules/turf-jsts/src/org/locationtech/jts/simplify/DouglasPeuckerSimplifier.js +90 -0
  1746. package/node_modules/turf-jsts/src/org/locationtech/jts/simplify/LineSegmentIndex.js +63 -0
  1747. package/node_modules/turf-jsts/src/org/locationtech/jts/simplify/TaggedLineSegment.js +36 -0
  1748. package/node_modules/turf-jsts/src/org/locationtech/jts/simplify/TaggedLineString.js +78 -0
  1749. package/node_modules/turf-jsts/src/org/locationtech/jts/simplify/TaggedLineStringSimplifier.js +129 -0
  1750. package/node_modules/turf-jsts/src/org/locationtech/jts/simplify/TaggedLinesSimplifier.js +29 -0
  1751. package/node_modules/turf-jsts/src/org/locationtech/jts/simplify/TopologyPreservingSimplifier.js +88 -0
  1752. package/node_modules/turf-jsts/src/org/locationtech/jts/simplify/VWLineSimplifier.js +135 -0
  1753. package/node_modules/turf-jsts/src/org/locationtech/jts/simplify/VWSimplifier.js +90 -0
  1754. package/node_modules/turf-jsts/src/org/locationtech/jts/simplify.js +11 -0
  1755. package/node_modules/turf-jsts/src/org/locationtech/jts/triangulate/ConformingDelaunayTriangulationBuilder.js +95 -0
  1756. package/node_modules/turf-jsts/src/org/locationtech/jts/triangulate/ConformingDelaunayTriangulator.js +216 -0
  1757. package/node_modules/turf-jsts/src/org/locationtech/jts/triangulate/ConstraintEnforcementException.js +29 -0
  1758. package/node_modules/turf-jsts/src/org/locationtech/jts/triangulate/ConstraintSplitPointFinder.js +9 -0
  1759. package/node_modules/turf-jsts/src/org/locationtech/jts/triangulate/ConstraintVertex.js +34 -0
  1760. package/node_modules/turf-jsts/src/org/locationtech/jts/triangulate/ConstraintVertexFactory.js +9 -0
  1761. package/node_modules/turf-jsts/src/org/locationtech/jts/triangulate/DelaunayTriangulationBuilder.js +84 -0
  1762. package/node_modules/turf-jsts/src/org/locationtech/jts/triangulate/IncrementalDelaunayTriangulator.js +50 -0
  1763. package/node_modules/turf-jsts/src/org/locationtech/jts/triangulate/MidpointSplitPointFinder.js +16 -0
  1764. package/node_modules/turf-jsts/src/org/locationtech/jts/triangulate/NonEncroachingSplitPointFinder.js +31 -0
  1765. package/node_modules/turf-jsts/src/org/locationtech/jts/triangulate/Segment.js +96 -0
  1766. package/node_modules/turf-jsts/src/org/locationtech/jts/triangulate/SplitSegment.js +56 -0
  1767. package/node_modules/turf-jsts/src/org/locationtech/jts/triangulate/VertexTaggedGeometryDataMapper.js +48 -0
  1768. package/node_modules/turf-jsts/src/org/locationtech/jts/triangulate/VoronoiDiagramBuilder.js +77 -0
  1769. package/node_modules/turf-jsts/src/org/locationtech/jts/triangulate/quadedge/EdgeConnectedTriangleTraversal.js +39 -0
  1770. package/node_modules/turf-jsts/src/org/locationtech/jts/triangulate/quadedge/LastFoundQuadEdgeLocator.js +32 -0
  1771. package/node_modules/turf-jsts/src/org/locationtech/jts/triangulate/quadedge/LocateFailureException.js +32 -0
  1772. package/node_modules/turf-jsts/src/org/locationtech/jts/triangulate/quadedge/QuadEdge.js +146 -0
  1773. package/node_modules/turf-jsts/src/org/locationtech/jts/triangulate/quadedge/QuadEdgeLocator.js +9 -0
  1774. package/node_modules/turf-jsts/src/org/locationtech/jts/triangulate/quadedge/QuadEdgeSubdivision.js +456 -0
  1775. package/node_modules/turf-jsts/src/org/locationtech/jts/triangulate/quadedge/QuadEdgeTriangle.js +191 -0
  1776. package/node_modules/turf-jsts/src/org/locationtech/jts/triangulate/quadedge/QuadEdgeUtil.js +19 -0
  1777. package/node_modules/turf-jsts/src/org/locationtech/jts/triangulate/quadedge/TraversalVisitor.js +9 -0
  1778. package/node_modules/turf-jsts/src/org/locationtech/jts/triangulate/quadedge/TrianglePredicate.js +113 -0
  1779. package/node_modules/turf-jsts/src/org/locationtech/jts/triangulate/quadedge/TriangleVisitor.js +9 -0
  1780. package/node_modules/turf-jsts/src/org/locationtech/jts/triangulate/quadedge/Vertex.js +210 -0
  1781. package/node_modules/turf-jsts/src/org/locationtech/jts/triangulate/quadedge.js +5 -0
  1782. package/node_modules/turf-jsts/src/org/locationtech/jts/triangulate.js +15 -0
  1783. package/node_modules/turf-jsts/src/org/locationtech/jts/util/Assert.js +53 -0
  1784. package/node_modules/turf-jsts/src/org/locationtech/jts/util/AssertionFailedException.js +19 -0
  1785. package/node_modules/turf-jsts/src/org/locationtech/jts/util/CollectionUtil.js +35 -0
  1786. package/node_modules/turf-jsts/src/org/locationtech/jts/util/CoordinateArrayFilter.js +22 -0
  1787. package/node_modules/turf-jsts/src/org/locationtech/jts/util/CoordinateCountFilter.js +19 -0
  1788. package/node_modules/turf-jsts/src/org/locationtech/jts/util/GeometricShapeFactory.js +266 -0
  1789. package/node_modules/turf-jsts/src/org/locationtech/jts/util/Memory.js +47 -0
  1790. package/node_modules/turf-jsts/src/org/locationtech/jts/util/NumberUtil.js +11 -0
  1791. package/node_modules/turf-jsts/src/org/locationtech/jts/util/ObjectCounter.js +44 -0
  1792. package/node_modules/turf-jsts/src/org/locationtech/jts/util/PriorityQueue.js +55 -0
  1793. package/node_modules/turf-jsts/src/org/locationtech/jts/util/StringUtil.js +79 -0
  1794. package/node_modules/turf-jsts/src/org/locationtech/jts/util/UniqueCoordinateArrayFilter.js +33 -0
  1795. package/package.json +3 -1
  1796. package/tak-registration.html +3 -0
  1797. package/tak-registration.js +173 -22
@@ -0,0 +1,1401 @@
1
+ import { feature, lineString, isObject, point } from '@turf/helpers';
2
+
3
+ /**
4
+ * Callback for coordEach
5
+ *
6
+ * @callback coordEachCallback
7
+ * @param {Array<number>} currentCoord The current coordinate being processed.
8
+ * @param {number} coordIndex The current index of the coordinate being processed.
9
+ * @param {number} featureIndex The current index of the Feature being processed.
10
+ * @param {number} multiFeatureIndex The current index of the Multi-Feature being processed.
11
+ * @param {number} geometryIndex The current index of the Geometry being processed.
12
+ */
13
+
14
+ /**
15
+ * Iterate over coordinates in any GeoJSON object, similar to Array.forEach()
16
+ *
17
+ * @name coordEach
18
+ * @param {FeatureCollection|Feature|Geometry} geojson any GeoJSON object
19
+ * @param {Function} callback a method that takes (currentCoord, coordIndex, featureIndex, multiFeatureIndex)
20
+ * @param {boolean} [excludeWrapCoord=false] whether or not to include the final coordinate of LinearRings that wraps the ring in its iteration.
21
+ * @returns {void}
22
+ * @example
23
+ * var features = turf.featureCollection([
24
+ * turf.point([26, 37], {"foo": "bar"}),
25
+ * turf.point([36, 53], {"hello": "world"})
26
+ * ]);
27
+ *
28
+ * turf.coordEach(features, function (currentCoord, coordIndex, featureIndex, multiFeatureIndex, geometryIndex) {
29
+ * //=currentCoord
30
+ * //=coordIndex
31
+ * //=featureIndex
32
+ * //=multiFeatureIndex
33
+ * //=geometryIndex
34
+ * });
35
+ */
36
+ function coordEach(geojson, callback, excludeWrapCoord) {
37
+ // Handles null Geometry -- Skips this GeoJSON
38
+ if (geojson === null) return;
39
+ var j,
40
+ k,
41
+ l,
42
+ geometry,
43
+ stopG,
44
+ coords,
45
+ geometryMaybeCollection,
46
+ wrapShrink = 0,
47
+ coordIndex = 0,
48
+ isGeometryCollection,
49
+ type = geojson.type,
50
+ isFeatureCollection = type === "FeatureCollection",
51
+ isFeature = type === "Feature",
52
+ stop = isFeatureCollection ? geojson.features.length : 1;
53
+
54
+ // This logic may look a little weird. The reason why it is that way
55
+ // is because it's trying to be fast. GeoJSON supports multiple kinds
56
+ // of objects at its root: FeatureCollection, Features, Geometries.
57
+ // This function has the responsibility of handling all of them, and that
58
+ // means that some of the `for` loops you see below actually just don't apply
59
+ // to certain inputs. For instance, if you give this just a
60
+ // Point geometry, then both loops are short-circuited and all we do
61
+ // is gradually rename the input until it's called 'geometry'.
62
+ //
63
+ // This also aims to allocate as few resources as possible: just a
64
+ // few numbers and booleans, rather than any temporary arrays as would
65
+ // be required with the normalization approach.
66
+ for (var featureIndex = 0; featureIndex < stop; featureIndex++) {
67
+ geometryMaybeCollection = isFeatureCollection
68
+ ? geojson.features[featureIndex].geometry
69
+ : isFeature
70
+ ? geojson.geometry
71
+ : geojson;
72
+ isGeometryCollection = geometryMaybeCollection
73
+ ? geometryMaybeCollection.type === "GeometryCollection"
74
+ : false;
75
+ stopG = isGeometryCollection
76
+ ? geometryMaybeCollection.geometries.length
77
+ : 1;
78
+
79
+ for (var geomIndex = 0; geomIndex < stopG; geomIndex++) {
80
+ var multiFeatureIndex = 0;
81
+ var geometryIndex = 0;
82
+ geometry = isGeometryCollection
83
+ ? geometryMaybeCollection.geometries[geomIndex]
84
+ : geometryMaybeCollection;
85
+
86
+ // Handles null Geometry -- Skips this geometry
87
+ if (geometry === null) continue;
88
+ coords = geometry.coordinates;
89
+ var geomType = geometry.type;
90
+
91
+ wrapShrink =
92
+ excludeWrapCoord &&
93
+ (geomType === "Polygon" || geomType === "MultiPolygon")
94
+ ? 1
95
+ : 0;
96
+
97
+ switch (geomType) {
98
+ case null:
99
+ break;
100
+ case "Point":
101
+ if (
102
+ callback(
103
+ coords,
104
+ coordIndex,
105
+ featureIndex,
106
+ multiFeatureIndex,
107
+ geometryIndex
108
+ ) === false
109
+ )
110
+ return false;
111
+ coordIndex++;
112
+ multiFeatureIndex++;
113
+ break;
114
+ case "LineString":
115
+ case "MultiPoint":
116
+ for (j = 0; j < coords.length; j++) {
117
+ if (
118
+ callback(
119
+ coords[j],
120
+ coordIndex,
121
+ featureIndex,
122
+ multiFeatureIndex,
123
+ geometryIndex
124
+ ) === false
125
+ )
126
+ return false;
127
+ coordIndex++;
128
+ if (geomType === "MultiPoint") multiFeatureIndex++;
129
+ }
130
+ if (geomType === "LineString") multiFeatureIndex++;
131
+ break;
132
+ case "Polygon":
133
+ case "MultiLineString":
134
+ for (j = 0; j < coords.length; j++) {
135
+ for (k = 0; k < coords[j].length - wrapShrink; k++) {
136
+ if (
137
+ callback(
138
+ coords[j][k],
139
+ coordIndex,
140
+ featureIndex,
141
+ multiFeatureIndex,
142
+ geometryIndex
143
+ ) === false
144
+ )
145
+ return false;
146
+ coordIndex++;
147
+ }
148
+ if (geomType === "MultiLineString") multiFeatureIndex++;
149
+ if (geomType === "Polygon") geometryIndex++;
150
+ }
151
+ if (geomType === "Polygon") multiFeatureIndex++;
152
+ break;
153
+ case "MultiPolygon":
154
+ for (j = 0; j < coords.length; j++) {
155
+ geometryIndex = 0;
156
+ for (k = 0; k < coords[j].length; k++) {
157
+ for (l = 0; l < coords[j][k].length - wrapShrink; l++) {
158
+ if (
159
+ callback(
160
+ coords[j][k][l],
161
+ coordIndex,
162
+ featureIndex,
163
+ multiFeatureIndex,
164
+ geometryIndex
165
+ ) === false
166
+ )
167
+ return false;
168
+ coordIndex++;
169
+ }
170
+ geometryIndex++;
171
+ }
172
+ multiFeatureIndex++;
173
+ }
174
+ break;
175
+ case "GeometryCollection":
176
+ for (j = 0; j < geometry.geometries.length; j++)
177
+ if (
178
+ coordEach(geometry.geometries[j], callback, excludeWrapCoord) ===
179
+ false
180
+ )
181
+ return false;
182
+ break;
183
+ default:
184
+ throw new Error("Unknown Geometry Type");
185
+ }
186
+ }
187
+ }
188
+ }
189
+
190
+ /**
191
+ * Callback for coordReduce
192
+ *
193
+ * The first time the callback function is called, the values provided as arguments depend
194
+ * on whether the reduce method has an initialValue argument.
195
+ *
196
+ * If an initialValue is provided to the reduce method:
197
+ * - The previousValue argument is initialValue.
198
+ * - The currentValue argument is the value of the first element present in the array.
199
+ *
200
+ * If an initialValue is not provided:
201
+ * - The previousValue argument is the value of the first element present in the array.
202
+ * - The currentValue argument is the value of the second element present in the array.
203
+ *
204
+ * @callback coordReduceCallback
205
+ * @param {*} previousValue The accumulated value previously returned in the last invocation
206
+ * of the callback, or initialValue, if supplied.
207
+ * @param {Array<number>} currentCoord The current coordinate being processed.
208
+ * @param {number} coordIndex The current index of the coordinate being processed.
209
+ * Starts at index 0, if an initialValue is provided, and at index 1 otherwise.
210
+ * @param {number} featureIndex The current index of the Feature being processed.
211
+ * @param {number} multiFeatureIndex The current index of the Multi-Feature being processed.
212
+ * @param {number} geometryIndex The current index of the Geometry being processed.
213
+ */
214
+
215
+ /**
216
+ * Reduce coordinates in any GeoJSON object, similar to Array.reduce()
217
+ *
218
+ * @name coordReduce
219
+ * @param {FeatureCollection|Geometry|Feature} geojson any GeoJSON object
220
+ * @param {Function} callback a method that takes (previousValue, currentCoord, coordIndex)
221
+ * @param {*} [initialValue] Value to use as the first argument to the first call of the callback.
222
+ * @param {boolean} [excludeWrapCoord=false] whether or not to include the final coordinate of LinearRings that wraps the ring in its iteration.
223
+ * @returns {*} The value that results from the reduction.
224
+ * @example
225
+ * var features = turf.featureCollection([
226
+ * turf.point([26, 37], {"foo": "bar"}),
227
+ * turf.point([36, 53], {"hello": "world"})
228
+ * ]);
229
+ *
230
+ * turf.coordReduce(features, function (previousValue, currentCoord, coordIndex, featureIndex, multiFeatureIndex, geometryIndex) {
231
+ * //=previousValue
232
+ * //=currentCoord
233
+ * //=coordIndex
234
+ * //=featureIndex
235
+ * //=multiFeatureIndex
236
+ * //=geometryIndex
237
+ * return currentCoord;
238
+ * });
239
+ */
240
+ function coordReduce(geojson, callback, initialValue, excludeWrapCoord) {
241
+ var previousValue = initialValue;
242
+ coordEach(
243
+ geojson,
244
+ function (
245
+ currentCoord,
246
+ coordIndex,
247
+ featureIndex,
248
+ multiFeatureIndex,
249
+ geometryIndex
250
+ ) {
251
+ if (coordIndex === 0 && initialValue === undefined)
252
+ previousValue = currentCoord;
253
+ else
254
+ previousValue = callback(
255
+ previousValue,
256
+ currentCoord,
257
+ coordIndex,
258
+ featureIndex,
259
+ multiFeatureIndex,
260
+ geometryIndex
261
+ );
262
+ },
263
+ excludeWrapCoord
264
+ );
265
+ return previousValue;
266
+ }
267
+
268
+ /**
269
+ * Callback for propEach
270
+ *
271
+ * @callback propEachCallback
272
+ * @param {Object} currentProperties The current Properties being processed.
273
+ * @param {number} featureIndex The current index of the Feature being processed.
274
+ */
275
+
276
+ /**
277
+ * Iterate over properties in any GeoJSON object, similar to Array.forEach()
278
+ *
279
+ * @name propEach
280
+ * @param {FeatureCollection|Feature} geojson any GeoJSON object
281
+ * @param {Function} callback a method that takes (currentProperties, featureIndex)
282
+ * @returns {void}
283
+ * @example
284
+ * var features = turf.featureCollection([
285
+ * turf.point([26, 37], {foo: 'bar'}),
286
+ * turf.point([36, 53], {hello: 'world'})
287
+ * ]);
288
+ *
289
+ * turf.propEach(features, function (currentProperties, featureIndex) {
290
+ * //=currentProperties
291
+ * //=featureIndex
292
+ * });
293
+ */
294
+ function propEach(geojson, callback) {
295
+ var i;
296
+ switch (geojson.type) {
297
+ case "FeatureCollection":
298
+ for (i = 0; i < geojson.features.length; i++) {
299
+ if (callback(geojson.features[i].properties, i) === false) break;
300
+ }
301
+ break;
302
+ case "Feature":
303
+ callback(geojson.properties, 0);
304
+ break;
305
+ }
306
+ }
307
+
308
+ /**
309
+ * Callback for propReduce
310
+ *
311
+ * The first time the callback function is called, the values provided as arguments depend
312
+ * on whether the reduce method has an initialValue argument.
313
+ *
314
+ * If an initialValue is provided to the reduce method:
315
+ * - The previousValue argument is initialValue.
316
+ * - The currentValue argument is the value of the first element present in the array.
317
+ *
318
+ * If an initialValue is not provided:
319
+ * - The previousValue argument is the value of the first element present in the array.
320
+ * - The currentValue argument is the value of the second element present in the array.
321
+ *
322
+ * @callback propReduceCallback
323
+ * @param {*} previousValue The accumulated value previously returned in the last invocation
324
+ * of the callback, or initialValue, if supplied.
325
+ * @param {*} currentProperties The current Properties being processed.
326
+ * @param {number} featureIndex The current index of the Feature being processed.
327
+ */
328
+
329
+ /**
330
+ * Reduce properties in any GeoJSON object into a single value,
331
+ * similar to how Array.reduce works. However, in this case we lazily run
332
+ * the reduction, so an array of all properties is unnecessary.
333
+ *
334
+ * @name propReduce
335
+ * @param {FeatureCollection|Feature} geojson any GeoJSON object
336
+ * @param {Function} callback a method that takes (previousValue, currentProperties, featureIndex)
337
+ * @param {*} [initialValue] Value to use as the first argument to the first call of the callback.
338
+ * @returns {*} The value that results from the reduction.
339
+ * @example
340
+ * var features = turf.featureCollection([
341
+ * turf.point([26, 37], {foo: 'bar'}),
342
+ * turf.point([36, 53], {hello: 'world'})
343
+ * ]);
344
+ *
345
+ * turf.propReduce(features, function (previousValue, currentProperties, featureIndex) {
346
+ * //=previousValue
347
+ * //=currentProperties
348
+ * //=featureIndex
349
+ * return currentProperties
350
+ * });
351
+ */
352
+ function propReduce(geojson, callback, initialValue) {
353
+ var previousValue = initialValue;
354
+ propEach(geojson, function (currentProperties, featureIndex) {
355
+ if (featureIndex === 0 && initialValue === undefined)
356
+ previousValue = currentProperties;
357
+ else
358
+ previousValue = callback(previousValue, currentProperties, featureIndex);
359
+ });
360
+ return previousValue;
361
+ }
362
+
363
+ /**
364
+ * Callback for featureEach
365
+ *
366
+ * @callback featureEachCallback
367
+ * @param {Feature<any>} currentFeature The current Feature being processed.
368
+ * @param {number} featureIndex The current index of the Feature being processed.
369
+ */
370
+
371
+ /**
372
+ * Iterate over features in any GeoJSON object, similar to
373
+ * Array.forEach.
374
+ *
375
+ * @name featureEach
376
+ * @param {FeatureCollection|Feature|Geometry} geojson any GeoJSON object
377
+ * @param {Function} callback a method that takes (currentFeature, featureIndex)
378
+ * @returns {void}
379
+ * @example
380
+ * var features = turf.featureCollection([
381
+ * turf.point([26, 37], {foo: 'bar'}),
382
+ * turf.point([36, 53], {hello: 'world'})
383
+ * ]);
384
+ *
385
+ * turf.featureEach(features, function (currentFeature, featureIndex) {
386
+ * //=currentFeature
387
+ * //=featureIndex
388
+ * });
389
+ */
390
+ function featureEach(geojson, callback) {
391
+ if (geojson.type === "Feature") {
392
+ callback(geojson, 0);
393
+ } else if (geojson.type === "FeatureCollection") {
394
+ for (var i = 0; i < geojson.features.length; i++) {
395
+ if (callback(geojson.features[i], i) === false) break;
396
+ }
397
+ }
398
+ }
399
+
400
+ /**
401
+ * Callback for featureReduce
402
+ *
403
+ * The first time the callback function is called, the values provided as arguments depend
404
+ * on whether the reduce method has an initialValue argument.
405
+ *
406
+ * If an initialValue is provided to the reduce method:
407
+ * - The previousValue argument is initialValue.
408
+ * - The currentValue argument is the value of the first element present in the array.
409
+ *
410
+ * If an initialValue is not provided:
411
+ * - The previousValue argument is the value of the first element present in the array.
412
+ * - The currentValue argument is the value of the second element present in the array.
413
+ *
414
+ * @callback featureReduceCallback
415
+ * @param {*} previousValue The accumulated value previously returned in the last invocation
416
+ * of the callback, or initialValue, if supplied.
417
+ * @param {Feature} currentFeature The current Feature being processed.
418
+ * @param {number} featureIndex The current index of the Feature being processed.
419
+ */
420
+
421
+ /**
422
+ * Reduce features in any GeoJSON object, similar to Array.reduce().
423
+ *
424
+ * @name featureReduce
425
+ * @param {FeatureCollection|Feature|Geometry} geojson any GeoJSON object
426
+ * @param {Function} callback a method that takes (previousValue, currentFeature, featureIndex)
427
+ * @param {*} [initialValue] Value to use as the first argument to the first call of the callback.
428
+ * @returns {*} The value that results from the reduction.
429
+ * @example
430
+ * var features = turf.featureCollection([
431
+ * turf.point([26, 37], {"foo": "bar"}),
432
+ * turf.point([36, 53], {"hello": "world"})
433
+ * ]);
434
+ *
435
+ * turf.featureReduce(features, function (previousValue, currentFeature, featureIndex) {
436
+ * //=previousValue
437
+ * //=currentFeature
438
+ * //=featureIndex
439
+ * return currentFeature
440
+ * });
441
+ */
442
+ function featureReduce(geojson, callback, initialValue) {
443
+ var previousValue = initialValue;
444
+ featureEach(geojson, function (currentFeature, featureIndex) {
445
+ if (featureIndex === 0 && initialValue === undefined)
446
+ previousValue = currentFeature;
447
+ else previousValue = callback(previousValue, currentFeature, featureIndex);
448
+ });
449
+ return previousValue;
450
+ }
451
+
452
+ /**
453
+ * Get all coordinates from any GeoJSON object.
454
+ *
455
+ * @name coordAll
456
+ * @param {FeatureCollection|Feature|Geometry} geojson any GeoJSON object
457
+ * @returns {Array<Array<number>>} coordinate position array
458
+ * @example
459
+ * var features = turf.featureCollection([
460
+ * turf.point([26, 37], {foo: 'bar'}),
461
+ * turf.point([36, 53], {hello: 'world'})
462
+ * ]);
463
+ *
464
+ * var coords = turf.coordAll(features);
465
+ * //= [[26, 37], [36, 53]]
466
+ */
467
+ function coordAll(geojson) {
468
+ var coords = [];
469
+ coordEach(geojson, function (coord) {
470
+ coords.push(coord);
471
+ });
472
+ return coords;
473
+ }
474
+
475
+ /**
476
+ * Callback for geomEach
477
+ *
478
+ * @callback geomEachCallback
479
+ * @param {Geometry} currentGeometry The current Geometry being processed.
480
+ * @param {number} featureIndex The current index of the Feature being processed.
481
+ * @param {Object} featureProperties The current Feature Properties being processed.
482
+ * @param {Array<number>} featureBBox The current Feature BBox being processed.
483
+ * @param {number|string} featureId The current Feature Id being processed.
484
+ */
485
+
486
+ /**
487
+ * Iterate over each geometry in any GeoJSON object, similar to Array.forEach()
488
+ *
489
+ * @name geomEach
490
+ * @param {FeatureCollection|Feature|Geometry} geojson any GeoJSON object
491
+ * @param {Function} callback a method that takes (currentGeometry, featureIndex, featureProperties, featureBBox, featureId)
492
+ * @returns {void}
493
+ * @example
494
+ * var features = turf.featureCollection([
495
+ * turf.point([26, 37], {foo: 'bar'}),
496
+ * turf.point([36, 53], {hello: 'world'})
497
+ * ]);
498
+ *
499
+ * turf.geomEach(features, function (currentGeometry, featureIndex, featureProperties, featureBBox, featureId) {
500
+ * //=currentGeometry
501
+ * //=featureIndex
502
+ * //=featureProperties
503
+ * //=featureBBox
504
+ * //=featureId
505
+ * });
506
+ */
507
+ function geomEach(geojson, callback) {
508
+ var i,
509
+ j,
510
+ g,
511
+ geometry,
512
+ stopG,
513
+ geometryMaybeCollection,
514
+ isGeometryCollection,
515
+ featureProperties,
516
+ featureBBox,
517
+ featureId,
518
+ featureIndex = 0,
519
+ isFeatureCollection = geojson.type === "FeatureCollection",
520
+ isFeature = geojson.type === "Feature",
521
+ stop = isFeatureCollection ? geojson.features.length : 1;
522
+
523
+ // This logic may look a little weird. The reason why it is that way
524
+ // is because it's trying to be fast. GeoJSON supports multiple kinds
525
+ // of objects at its root: FeatureCollection, Features, Geometries.
526
+ // This function has the responsibility of handling all of them, and that
527
+ // means that some of the `for` loops you see below actually just don't apply
528
+ // to certain inputs. For instance, if you give this just a
529
+ // Point geometry, then both loops are short-circuited and all we do
530
+ // is gradually rename the input until it's called 'geometry'.
531
+ //
532
+ // This also aims to allocate as few resources as possible: just a
533
+ // few numbers and booleans, rather than any temporary arrays as would
534
+ // be required with the normalization approach.
535
+ for (i = 0; i < stop; i++) {
536
+ geometryMaybeCollection = isFeatureCollection
537
+ ? geojson.features[i].geometry
538
+ : isFeature
539
+ ? geojson.geometry
540
+ : geojson;
541
+ featureProperties = isFeatureCollection
542
+ ? geojson.features[i].properties
543
+ : isFeature
544
+ ? geojson.properties
545
+ : {};
546
+ featureBBox = isFeatureCollection
547
+ ? geojson.features[i].bbox
548
+ : isFeature
549
+ ? geojson.bbox
550
+ : undefined;
551
+ featureId = isFeatureCollection
552
+ ? geojson.features[i].id
553
+ : isFeature
554
+ ? geojson.id
555
+ : undefined;
556
+ isGeometryCollection = geometryMaybeCollection
557
+ ? geometryMaybeCollection.type === "GeometryCollection"
558
+ : false;
559
+ stopG = isGeometryCollection
560
+ ? geometryMaybeCollection.geometries.length
561
+ : 1;
562
+
563
+ for (g = 0; g < stopG; g++) {
564
+ geometry = isGeometryCollection
565
+ ? geometryMaybeCollection.geometries[g]
566
+ : geometryMaybeCollection;
567
+
568
+ // Handle null Geometry
569
+ if (geometry === null) {
570
+ if (
571
+ callback(
572
+ null,
573
+ featureIndex,
574
+ featureProperties,
575
+ featureBBox,
576
+ featureId
577
+ ) === false
578
+ )
579
+ return false;
580
+ continue;
581
+ }
582
+ switch (geometry.type) {
583
+ case "Point":
584
+ case "LineString":
585
+ case "MultiPoint":
586
+ case "Polygon":
587
+ case "MultiLineString":
588
+ case "MultiPolygon": {
589
+ if (
590
+ callback(
591
+ geometry,
592
+ featureIndex,
593
+ featureProperties,
594
+ featureBBox,
595
+ featureId
596
+ ) === false
597
+ )
598
+ return false;
599
+ break;
600
+ }
601
+ case "GeometryCollection": {
602
+ for (j = 0; j < geometry.geometries.length; j++) {
603
+ if (
604
+ callback(
605
+ geometry.geometries[j],
606
+ featureIndex,
607
+ featureProperties,
608
+ featureBBox,
609
+ featureId
610
+ ) === false
611
+ )
612
+ return false;
613
+ }
614
+ break;
615
+ }
616
+ default:
617
+ throw new Error("Unknown Geometry Type");
618
+ }
619
+ }
620
+ // Only increase `featureIndex` per each feature
621
+ featureIndex++;
622
+ }
623
+ }
624
+
625
+ /**
626
+ * Callback for geomReduce
627
+ *
628
+ * The first time the callback function is called, the values provided as arguments depend
629
+ * on whether the reduce method has an initialValue argument.
630
+ *
631
+ * If an initialValue is provided to the reduce method:
632
+ * - The previousValue argument is initialValue.
633
+ * - The currentValue argument is the value of the first element present in the array.
634
+ *
635
+ * If an initialValue is not provided:
636
+ * - The previousValue argument is the value of the first element present in the array.
637
+ * - The currentValue argument is the value of the second element present in the array.
638
+ *
639
+ * @callback geomReduceCallback
640
+ * @param {*} previousValue The accumulated value previously returned in the last invocation
641
+ * of the callback, or initialValue, if supplied.
642
+ * @param {Geometry} currentGeometry The current Geometry being processed.
643
+ * @param {number} featureIndex The current index of the Feature being processed.
644
+ * @param {Object} featureProperties The current Feature Properties being processed.
645
+ * @param {Array<number>} featureBBox The current Feature BBox being processed.
646
+ * @param {number|string} featureId The current Feature Id being processed.
647
+ */
648
+
649
+ /**
650
+ * Reduce geometry in any GeoJSON object, similar to Array.reduce().
651
+ *
652
+ * @name geomReduce
653
+ * @param {FeatureCollection|Feature|Geometry} geojson any GeoJSON object
654
+ * @param {Function} callback a method that takes (previousValue, currentGeometry, featureIndex, featureProperties, featureBBox, featureId)
655
+ * @param {*} [initialValue] Value to use as the first argument to the first call of the callback.
656
+ * @returns {*} The value that results from the reduction.
657
+ * @example
658
+ * var features = turf.featureCollection([
659
+ * turf.point([26, 37], {foo: 'bar'}),
660
+ * turf.point([36, 53], {hello: 'world'})
661
+ * ]);
662
+ *
663
+ * turf.geomReduce(features, function (previousValue, currentGeometry, featureIndex, featureProperties, featureBBox, featureId) {
664
+ * //=previousValue
665
+ * //=currentGeometry
666
+ * //=featureIndex
667
+ * //=featureProperties
668
+ * //=featureBBox
669
+ * //=featureId
670
+ * return currentGeometry
671
+ * });
672
+ */
673
+ function geomReduce(geojson, callback, initialValue) {
674
+ var previousValue = initialValue;
675
+ geomEach(
676
+ geojson,
677
+ function (
678
+ currentGeometry,
679
+ featureIndex,
680
+ featureProperties,
681
+ featureBBox,
682
+ featureId
683
+ ) {
684
+ if (featureIndex === 0 && initialValue === undefined)
685
+ previousValue = currentGeometry;
686
+ else
687
+ previousValue = callback(
688
+ previousValue,
689
+ currentGeometry,
690
+ featureIndex,
691
+ featureProperties,
692
+ featureBBox,
693
+ featureId
694
+ );
695
+ }
696
+ );
697
+ return previousValue;
698
+ }
699
+
700
+ /**
701
+ * Callback for flattenEach
702
+ *
703
+ * @callback flattenEachCallback
704
+ * @param {Feature} currentFeature The current flattened feature being processed.
705
+ * @param {number} featureIndex The current index of the Feature being processed.
706
+ * @param {number} multiFeatureIndex The current index of the Multi-Feature being processed.
707
+ */
708
+
709
+ /**
710
+ * Iterate over flattened features in any GeoJSON object, similar to
711
+ * Array.forEach.
712
+ *
713
+ * @name flattenEach
714
+ * @param {FeatureCollection|Feature|Geometry} geojson any GeoJSON object
715
+ * @param {Function} callback a method that takes (currentFeature, featureIndex, multiFeatureIndex)
716
+ * @example
717
+ * var features = turf.featureCollection([
718
+ * turf.point([26, 37], {foo: 'bar'}),
719
+ * turf.multiPoint([[40, 30], [36, 53]], {hello: 'world'})
720
+ * ]);
721
+ *
722
+ * turf.flattenEach(features, function (currentFeature, featureIndex, multiFeatureIndex) {
723
+ * //=currentFeature
724
+ * //=featureIndex
725
+ * //=multiFeatureIndex
726
+ * });
727
+ */
728
+ function flattenEach(geojson, callback) {
729
+ geomEach(geojson, function (geometry, featureIndex, properties, bbox, id) {
730
+ // Callback for single geometry
731
+ var type = geometry === null ? null : geometry.type;
732
+ switch (type) {
733
+ case null:
734
+ case "Point":
735
+ case "LineString":
736
+ case "Polygon":
737
+ if (
738
+ callback(
739
+ feature(geometry, properties, { bbox: bbox, id: id }),
740
+ featureIndex,
741
+ 0
742
+ ) === false
743
+ )
744
+ return false;
745
+ return;
746
+ }
747
+
748
+ var geomType;
749
+
750
+ // Callback for multi-geometry
751
+ switch (type) {
752
+ case "MultiPoint":
753
+ geomType = "Point";
754
+ break;
755
+ case "MultiLineString":
756
+ geomType = "LineString";
757
+ break;
758
+ case "MultiPolygon":
759
+ geomType = "Polygon";
760
+ break;
761
+ }
762
+
763
+ for (
764
+ var multiFeatureIndex = 0;
765
+ multiFeatureIndex < geometry.coordinates.length;
766
+ multiFeatureIndex++
767
+ ) {
768
+ var coordinate = geometry.coordinates[multiFeatureIndex];
769
+ var geom = {
770
+ type: geomType,
771
+ coordinates: coordinate,
772
+ };
773
+ if (
774
+ callback(feature(geom, properties), featureIndex, multiFeatureIndex) ===
775
+ false
776
+ )
777
+ return false;
778
+ }
779
+ });
780
+ }
781
+
782
+ /**
783
+ * Callback for flattenReduce
784
+ *
785
+ * The first time the callback function is called, the values provided as arguments depend
786
+ * on whether the reduce method has an initialValue argument.
787
+ *
788
+ * If an initialValue is provided to the reduce method:
789
+ * - The previousValue argument is initialValue.
790
+ * - The currentValue argument is the value of the first element present in the array.
791
+ *
792
+ * If an initialValue is not provided:
793
+ * - The previousValue argument is the value of the first element present in the array.
794
+ * - The currentValue argument is the value of the second element present in the array.
795
+ *
796
+ * @callback flattenReduceCallback
797
+ * @param {*} previousValue The accumulated value previously returned in the last invocation
798
+ * of the callback, or initialValue, if supplied.
799
+ * @param {Feature} currentFeature The current Feature being processed.
800
+ * @param {number} featureIndex The current index of the Feature being processed.
801
+ * @param {number} multiFeatureIndex The current index of the Multi-Feature being processed.
802
+ */
803
+
804
+ /**
805
+ * Reduce flattened features in any GeoJSON object, similar to Array.reduce().
806
+ *
807
+ * @name flattenReduce
808
+ * @param {FeatureCollection|Feature|Geometry} geojson any GeoJSON object
809
+ * @param {Function} callback a method that takes (previousValue, currentFeature, featureIndex, multiFeatureIndex)
810
+ * @param {*} [initialValue] Value to use as the first argument to the first call of the callback.
811
+ * @returns {*} The value that results from the reduction.
812
+ * @example
813
+ * var features = turf.featureCollection([
814
+ * turf.point([26, 37], {foo: 'bar'}),
815
+ * turf.multiPoint([[40, 30], [36, 53]], {hello: 'world'})
816
+ * ]);
817
+ *
818
+ * turf.flattenReduce(features, function (previousValue, currentFeature, featureIndex, multiFeatureIndex) {
819
+ * //=previousValue
820
+ * //=currentFeature
821
+ * //=featureIndex
822
+ * //=multiFeatureIndex
823
+ * return currentFeature
824
+ * });
825
+ */
826
+ function flattenReduce(geojson, callback, initialValue) {
827
+ var previousValue = initialValue;
828
+ flattenEach(
829
+ geojson,
830
+ function (currentFeature, featureIndex, multiFeatureIndex) {
831
+ if (
832
+ featureIndex === 0 &&
833
+ multiFeatureIndex === 0 &&
834
+ initialValue === undefined
835
+ )
836
+ previousValue = currentFeature;
837
+ else
838
+ previousValue = callback(
839
+ previousValue,
840
+ currentFeature,
841
+ featureIndex,
842
+ multiFeatureIndex
843
+ );
844
+ }
845
+ );
846
+ return previousValue;
847
+ }
848
+
849
+ /**
850
+ * Callback for segmentEach
851
+ *
852
+ * @callback segmentEachCallback
853
+ * @param {Feature<LineString>} currentSegment The current Segment being processed.
854
+ * @param {number} featureIndex The current index of the Feature being processed.
855
+ * @param {number} multiFeatureIndex The current index of the Multi-Feature being processed.
856
+ * @param {number} geometryIndex The current index of the Geometry being processed.
857
+ * @param {number} segmentIndex The current index of the Segment being processed.
858
+ * @returns {void}
859
+ */
860
+
861
+ /**
862
+ * Iterate over 2-vertex line segment in any GeoJSON object, similar to Array.forEach()
863
+ * (Multi)Point geometries do not contain segments therefore they are ignored during this operation.
864
+ *
865
+ * @param {FeatureCollection|Feature|Geometry} geojson any GeoJSON
866
+ * @param {Function} callback a method that takes (currentSegment, featureIndex, multiFeatureIndex, geometryIndex, segmentIndex)
867
+ * @returns {void}
868
+ * @example
869
+ * var polygon = turf.polygon([[[-50, 5], [-40, -10], [-50, -10], [-40, 5], [-50, 5]]]);
870
+ *
871
+ * // Iterate over GeoJSON by 2-vertex segments
872
+ * turf.segmentEach(polygon, function (currentSegment, featureIndex, multiFeatureIndex, geometryIndex, segmentIndex) {
873
+ * //=currentSegment
874
+ * //=featureIndex
875
+ * //=multiFeatureIndex
876
+ * //=geometryIndex
877
+ * //=segmentIndex
878
+ * });
879
+ *
880
+ * // Calculate the total number of segments
881
+ * var total = 0;
882
+ * turf.segmentEach(polygon, function () {
883
+ * total++;
884
+ * });
885
+ */
886
+ function segmentEach(geojson, callback) {
887
+ flattenEach(geojson, function (feature, featureIndex, multiFeatureIndex) {
888
+ var segmentIndex = 0;
889
+
890
+ // Exclude null Geometries
891
+ if (!feature.geometry) return;
892
+ // (Multi)Point geometries do not contain segments therefore they are ignored during this operation.
893
+ var type = feature.geometry.type;
894
+ if (type === "Point" || type === "MultiPoint") return;
895
+
896
+ // Generate 2-vertex line segments
897
+ var previousCoords;
898
+ var previousFeatureIndex = 0;
899
+ var previousMultiIndex = 0;
900
+ var prevGeomIndex = 0;
901
+ if (
902
+ coordEach(
903
+ feature,
904
+ function (
905
+ currentCoord,
906
+ coordIndex,
907
+ featureIndexCoord,
908
+ multiPartIndexCoord,
909
+ geometryIndex
910
+ ) {
911
+ // Simulating a meta.coordReduce() since `reduce` operations cannot be stopped by returning `false`
912
+ if (
913
+ previousCoords === undefined ||
914
+ featureIndex > previousFeatureIndex ||
915
+ multiPartIndexCoord > previousMultiIndex ||
916
+ geometryIndex > prevGeomIndex
917
+ ) {
918
+ previousCoords = currentCoord;
919
+ previousFeatureIndex = featureIndex;
920
+ previousMultiIndex = multiPartIndexCoord;
921
+ prevGeomIndex = geometryIndex;
922
+ segmentIndex = 0;
923
+ return;
924
+ }
925
+ var currentSegment = lineString(
926
+ [previousCoords, currentCoord],
927
+ feature.properties
928
+ );
929
+ if (
930
+ callback(
931
+ currentSegment,
932
+ featureIndex,
933
+ multiFeatureIndex,
934
+ geometryIndex,
935
+ segmentIndex
936
+ ) === false
937
+ )
938
+ return false;
939
+ segmentIndex++;
940
+ previousCoords = currentCoord;
941
+ }
942
+ ) === false
943
+ )
944
+ return false;
945
+ });
946
+ }
947
+
948
+ /**
949
+ * Callback for segmentReduce
950
+ *
951
+ * The first time the callback function is called, the values provided as arguments depend
952
+ * on whether the reduce method has an initialValue argument.
953
+ *
954
+ * If an initialValue is provided to the reduce method:
955
+ * - The previousValue argument is initialValue.
956
+ * - The currentValue argument is the value of the first element present in the array.
957
+ *
958
+ * If an initialValue is not provided:
959
+ * - The previousValue argument is the value of the first element present in the array.
960
+ * - The currentValue argument is the value of the second element present in the array.
961
+ *
962
+ * @callback segmentReduceCallback
963
+ * @param {*} previousValue The accumulated value previously returned in the last invocation
964
+ * of the callback, or initialValue, if supplied.
965
+ * @param {Feature<LineString>} currentSegment The current Segment being processed.
966
+ * @param {number} featureIndex The current index of the Feature being processed.
967
+ * @param {number} multiFeatureIndex The current index of the Multi-Feature being processed.
968
+ * @param {number} geometryIndex The current index of the Geometry being processed.
969
+ * @param {number} segmentIndex The current index of the Segment being processed.
970
+ */
971
+
972
+ /**
973
+ * Reduce 2-vertex line segment in any GeoJSON object, similar to Array.reduce()
974
+ * (Multi)Point geometries do not contain segments therefore they are ignored during this operation.
975
+ *
976
+ * @param {FeatureCollection|Feature|Geometry} geojson any GeoJSON
977
+ * @param {Function} callback a method that takes (previousValue, currentSegment, currentIndex)
978
+ * @param {*} [initialValue] Value to use as the first argument to the first call of the callback.
979
+ * @returns {void}
980
+ * @example
981
+ * var polygon = turf.polygon([[[-50, 5], [-40, -10], [-50, -10], [-40, 5], [-50, 5]]]);
982
+ *
983
+ * // Iterate over GeoJSON by 2-vertex segments
984
+ * turf.segmentReduce(polygon, function (previousSegment, currentSegment, featureIndex, multiFeatureIndex, geometryIndex, segmentIndex) {
985
+ * //= previousSegment
986
+ * //= currentSegment
987
+ * //= featureIndex
988
+ * //= multiFeatureIndex
989
+ * //= geometryIndex
990
+ * //= segmentIndex
991
+ * return currentSegment
992
+ * });
993
+ *
994
+ * // Calculate the total number of segments
995
+ * var initialValue = 0
996
+ * var total = turf.segmentReduce(polygon, function (previousValue) {
997
+ * previousValue++;
998
+ * return previousValue;
999
+ * }, initialValue);
1000
+ */
1001
+ function segmentReduce(geojson, callback, initialValue) {
1002
+ var previousValue = initialValue;
1003
+ var started = false;
1004
+ segmentEach(
1005
+ geojson,
1006
+ function (
1007
+ currentSegment,
1008
+ featureIndex,
1009
+ multiFeatureIndex,
1010
+ geometryIndex,
1011
+ segmentIndex
1012
+ ) {
1013
+ if (started === false && initialValue === undefined)
1014
+ previousValue = currentSegment;
1015
+ else
1016
+ previousValue = callback(
1017
+ previousValue,
1018
+ currentSegment,
1019
+ featureIndex,
1020
+ multiFeatureIndex,
1021
+ geometryIndex,
1022
+ segmentIndex
1023
+ );
1024
+ started = true;
1025
+ }
1026
+ );
1027
+ return previousValue;
1028
+ }
1029
+
1030
+ /**
1031
+ * Callback for lineEach
1032
+ *
1033
+ * @callback lineEachCallback
1034
+ * @param {Feature<LineString>} currentLine The current LineString|LinearRing being processed
1035
+ * @param {number} featureIndex The current index of the Feature being processed
1036
+ * @param {number} multiFeatureIndex The current index of the Multi-Feature being processed
1037
+ * @param {number} geometryIndex The current index of the Geometry being processed
1038
+ */
1039
+
1040
+ /**
1041
+ * Iterate over line or ring coordinates in LineString, Polygon, MultiLineString, MultiPolygon Features or Geometries,
1042
+ * similar to Array.forEach.
1043
+ *
1044
+ * @name lineEach
1045
+ * @param {Geometry|Feature<LineString|Polygon|MultiLineString|MultiPolygon>} geojson object
1046
+ * @param {Function} callback a method that takes (currentLine, featureIndex, multiFeatureIndex, geometryIndex)
1047
+ * @example
1048
+ * var multiLine = turf.multiLineString([
1049
+ * [[26, 37], [35, 45]],
1050
+ * [[36, 53], [38, 50], [41, 55]]
1051
+ * ]);
1052
+ *
1053
+ * turf.lineEach(multiLine, function (currentLine, featureIndex, multiFeatureIndex, geometryIndex) {
1054
+ * //=currentLine
1055
+ * //=featureIndex
1056
+ * //=multiFeatureIndex
1057
+ * //=geometryIndex
1058
+ * });
1059
+ */
1060
+ function lineEach(geojson, callback) {
1061
+ // validation
1062
+ if (!geojson) throw new Error("geojson is required");
1063
+
1064
+ flattenEach(geojson, function (feature, featureIndex, multiFeatureIndex) {
1065
+ if (feature.geometry === null) return;
1066
+ var type = feature.geometry.type;
1067
+ var coords = feature.geometry.coordinates;
1068
+ switch (type) {
1069
+ case "LineString":
1070
+ if (callback(feature, featureIndex, multiFeatureIndex, 0, 0) === false)
1071
+ return false;
1072
+ break;
1073
+ case "Polygon":
1074
+ for (
1075
+ var geometryIndex = 0;
1076
+ geometryIndex < coords.length;
1077
+ geometryIndex++
1078
+ ) {
1079
+ if (
1080
+ callback(
1081
+ lineString(coords[geometryIndex], feature.properties),
1082
+ featureIndex,
1083
+ multiFeatureIndex,
1084
+ geometryIndex
1085
+ ) === false
1086
+ )
1087
+ return false;
1088
+ }
1089
+ break;
1090
+ }
1091
+ });
1092
+ }
1093
+
1094
+ /**
1095
+ * Callback for lineReduce
1096
+ *
1097
+ * The first time the callback function is called, the values provided as arguments depend
1098
+ * on whether the reduce method has an initialValue argument.
1099
+ *
1100
+ * If an initialValue is provided to the reduce method:
1101
+ * - The previousValue argument is initialValue.
1102
+ * - The currentValue argument is the value of the first element present in the array.
1103
+ *
1104
+ * If an initialValue is not provided:
1105
+ * - The previousValue argument is the value of the first element present in the array.
1106
+ * - The currentValue argument is the value of the second element present in the array.
1107
+ *
1108
+ * @callback lineReduceCallback
1109
+ * @param {*} previousValue The accumulated value previously returned in the last invocation
1110
+ * of the callback, or initialValue, if supplied.
1111
+ * @param {Feature<LineString>} currentLine The current LineString|LinearRing being processed.
1112
+ * @param {number} featureIndex The current index of the Feature being processed
1113
+ * @param {number} multiFeatureIndex The current index of the Multi-Feature being processed
1114
+ * @param {number} geometryIndex The current index of the Geometry being processed
1115
+ */
1116
+
1117
+ /**
1118
+ * Reduce features in any GeoJSON object, similar to Array.reduce().
1119
+ *
1120
+ * @name lineReduce
1121
+ * @param {Geometry|Feature<LineString|Polygon|MultiLineString|MultiPolygon>} geojson object
1122
+ * @param {Function} callback a method that takes (previousValue, currentLine, featureIndex, multiFeatureIndex, geometryIndex)
1123
+ * @param {*} [initialValue] Value to use as the first argument to the first call of the callback.
1124
+ * @returns {*} The value that results from the reduction.
1125
+ * @example
1126
+ * var multiPoly = turf.multiPolygon([
1127
+ * turf.polygon([[[12,48],[2,41],[24,38],[12,48]], [[9,44],[13,41],[13,45],[9,44]]]),
1128
+ * turf.polygon([[[5, 5], [0, 0], [2, 2], [4, 4], [5, 5]]])
1129
+ * ]);
1130
+ *
1131
+ * turf.lineReduce(multiPoly, function (previousValue, currentLine, featureIndex, multiFeatureIndex, geometryIndex) {
1132
+ * //=previousValue
1133
+ * //=currentLine
1134
+ * //=featureIndex
1135
+ * //=multiFeatureIndex
1136
+ * //=geometryIndex
1137
+ * return currentLine
1138
+ * });
1139
+ */
1140
+ function lineReduce(geojson, callback, initialValue) {
1141
+ var previousValue = initialValue;
1142
+ lineEach(
1143
+ geojson,
1144
+ function (currentLine, featureIndex, multiFeatureIndex, geometryIndex) {
1145
+ if (featureIndex === 0 && initialValue === undefined)
1146
+ previousValue = currentLine;
1147
+ else
1148
+ previousValue = callback(
1149
+ previousValue,
1150
+ currentLine,
1151
+ featureIndex,
1152
+ multiFeatureIndex,
1153
+ geometryIndex
1154
+ );
1155
+ }
1156
+ );
1157
+ return previousValue;
1158
+ }
1159
+
1160
+ /**
1161
+ * Finds a particular 2-vertex LineString Segment from a GeoJSON using `@turf/meta` indexes.
1162
+ *
1163
+ * Negative indexes are permitted.
1164
+ * Point & MultiPoint will always return null.
1165
+ *
1166
+ * @param {FeatureCollection|Feature|Geometry} geojson Any GeoJSON Feature or Geometry
1167
+ * @param {Object} [options={}] Optional parameters
1168
+ * @param {number} [options.featureIndex=0] Feature Index
1169
+ * @param {number} [options.multiFeatureIndex=0] Multi-Feature Index
1170
+ * @param {number} [options.geometryIndex=0] Geometry Index
1171
+ * @param {number} [options.segmentIndex=0] Segment Index
1172
+ * @param {Object} [options.properties={}] Translate Properties to output LineString
1173
+ * @param {BBox} [options.bbox={}] Translate BBox to output LineString
1174
+ * @param {number|string} [options.id={}] Translate Id to output LineString
1175
+ * @returns {Feature<LineString>} 2-vertex GeoJSON Feature LineString
1176
+ * @example
1177
+ * var multiLine = turf.multiLineString([
1178
+ * [[10, 10], [50, 30], [30, 40]],
1179
+ * [[-10, -10], [-50, -30], [-30, -40]]
1180
+ * ]);
1181
+ *
1182
+ * // First Segment (defaults are 0)
1183
+ * turf.findSegment(multiLine);
1184
+ * // => Feature<LineString<[[10, 10], [50, 30]]>>
1185
+ *
1186
+ * // First Segment of 2nd Multi Feature
1187
+ * turf.findSegment(multiLine, {multiFeatureIndex: 1});
1188
+ * // => Feature<LineString<[[-10, -10], [-50, -30]]>>
1189
+ *
1190
+ * // Last Segment of Last Multi Feature
1191
+ * turf.findSegment(multiLine, {multiFeatureIndex: -1, segmentIndex: -1});
1192
+ * // => Feature<LineString<[[-50, -30], [-30, -40]]>>
1193
+ */
1194
+ function findSegment(geojson, options) {
1195
+ // Optional Parameters
1196
+ options = options || {};
1197
+ if (!isObject(options)) throw new Error("options is invalid");
1198
+ var featureIndex = options.featureIndex || 0;
1199
+ var multiFeatureIndex = options.multiFeatureIndex || 0;
1200
+ var geometryIndex = options.geometryIndex || 0;
1201
+ var segmentIndex = options.segmentIndex || 0;
1202
+
1203
+ // Find FeatureIndex
1204
+ var properties = options.properties;
1205
+ var geometry;
1206
+
1207
+ switch (geojson.type) {
1208
+ case "FeatureCollection":
1209
+ if (featureIndex < 0)
1210
+ featureIndex = geojson.features.length + featureIndex;
1211
+ properties = properties || geojson.features[featureIndex].properties;
1212
+ geometry = geojson.features[featureIndex].geometry;
1213
+ break;
1214
+ case "Feature":
1215
+ properties = properties || geojson.properties;
1216
+ geometry = geojson.geometry;
1217
+ break;
1218
+ case "Point":
1219
+ case "MultiPoint":
1220
+ return null;
1221
+ case "LineString":
1222
+ case "Polygon":
1223
+ case "MultiLineString":
1224
+ case "MultiPolygon":
1225
+ geometry = geojson;
1226
+ break;
1227
+ default:
1228
+ throw new Error("geojson is invalid");
1229
+ }
1230
+
1231
+ // Find SegmentIndex
1232
+ if (geometry === null) return null;
1233
+ var coords = geometry.coordinates;
1234
+ switch (geometry.type) {
1235
+ case "Point":
1236
+ case "MultiPoint":
1237
+ return null;
1238
+ case "LineString":
1239
+ if (segmentIndex < 0) segmentIndex = coords.length + segmentIndex - 1;
1240
+ return lineString(
1241
+ [coords[segmentIndex], coords[segmentIndex + 1]],
1242
+ properties,
1243
+ options
1244
+ );
1245
+ case "Polygon":
1246
+ if (geometryIndex < 0) geometryIndex = coords.length + geometryIndex;
1247
+ if (segmentIndex < 0)
1248
+ segmentIndex = coords[geometryIndex].length + segmentIndex - 1;
1249
+ return lineString(
1250
+ [
1251
+ coords[geometryIndex][segmentIndex],
1252
+ coords[geometryIndex][segmentIndex + 1],
1253
+ ],
1254
+ properties,
1255
+ options
1256
+ );
1257
+ case "MultiLineString":
1258
+ if (multiFeatureIndex < 0)
1259
+ multiFeatureIndex = coords.length + multiFeatureIndex;
1260
+ if (segmentIndex < 0)
1261
+ segmentIndex = coords[multiFeatureIndex].length + segmentIndex - 1;
1262
+ return lineString(
1263
+ [
1264
+ coords[multiFeatureIndex][segmentIndex],
1265
+ coords[multiFeatureIndex][segmentIndex + 1],
1266
+ ],
1267
+ properties,
1268
+ options
1269
+ );
1270
+ case "MultiPolygon":
1271
+ if (multiFeatureIndex < 0)
1272
+ multiFeatureIndex = coords.length + multiFeatureIndex;
1273
+ if (geometryIndex < 0)
1274
+ geometryIndex = coords[multiFeatureIndex].length + geometryIndex;
1275
+ if (segmentIndex < 0)
1276
+ segmentIndex =
1277
+ coords[multiFeatureIndex][geometryIndex].length - segmentIndex - 1;
1278
+ return lineString(
1279
+ [
1280
+ coords[multiFeatureIndex][geometryIndex][segmentIndex],
1281
+ coords[multiFeatureIndex][geometryIndex][segmentIndex + 1],
1282
+ ],
1283
+ properties,
1284
+ options
1285
+ );
1286
+ }
1287
+ throw new Error("geojson is invalid");
1288
+ }
1289
+
1290
+ /**
1291
+ * Finds a particular Point from a GeoJSON using `@turf/meta` indexes.
1292
+ *
1293
+ * Negative indexes are permitted.
1294
+ *
1295
+ * @param {FeatureCollection|Feature|Geometry} geojson Any GeoJSON Feature or Geometry
1296
+ * @param {Object} [options={}] Optional parameters
1297
+ * @param {number} [options.featureIndex=0] Feature Index
1298
+ * @param {number} [options.multiFeatureIndex=0] Multi-Feature Index
1299
+ * @param {number} [options.geometryIndex=0] Geometry Index
1300
+ * @param {number} [options.coordIndex=0] Coord Index
1301
+ * @param {Object} [options.properties={}] Translate Properties to output Point
1302
+ * @param {BBox} [options.bbox={}] Translate BBox to output Point
1303
+ * @param {number|string} [options.id={}] Translate Id to output Point
1304
+ * @returns {Feature<Point>} 2-vertex GeoJSON Feature Point
1305
+ * @example
1306
+ * var multiLine = turf.multiLineString([
1307
+ * [[10, 10], [50, 30], [30, 40]],
1308
+ * [[-10, -10], [-50, -30], [-30, -40]]
1309
+ * ]);
1310
+ *
1311
+ * // First Segment (defaults are 0)
1312
+ * turf.findPoint(multiLine);
1313
+ * // => Feature<Point<[10, 10]>>
1314
+ *
1315
+ * // First Segment of the 2nd Multi-Feature
1316
+ * turf.findPoint(multiLine, {multiFeatureIndex: 1});
1317
+ * // => Feature<Point<[-10, -10]>>
1318
+ *
1319
+ * // Last Segment of last Multi-Feature
1320
+ * turf.findPoint(multiLine, {multiFeatureIndex: -1, coordIndex: -1});
1321
+ * // => Feature<Point<[-30, -40]>>
1322
+ */
1323
+ function findPoint(geojson, options) {
1324
+ // Optional Parameters
1325
+ options = options || {};
1326
+ if (!isObject(options)) throw new Error("options is invalid");
1327
+ var featureIndex = options.featureIndex || 0;
1328
+ var multiFeatureIndex = options.multiFeatureIndex || 0;
1329
+ var geometryIndex = options.geometryIndex || 0;
1330
+ var coordIndex = options.coordIndex || 0;
1331
+
1332
+ // Find FeatureIndex
1333
+ var properties = options.properties;
1334
+ var geometry;
1335
+
1336
+ switch (geojson.type) {
1337
+ case "FeatureCollection":
1338
+ if (featureIndex < 0)
1339
+ featureIndex = geojson.features.length + featureIndex;
1340
+ properties = properties || geojson.features[featureIndex].properties;
1341
+ geometry = geojson.features[featureIndex].geometry;
1342
+ break;
1343
+ case "Feature":
1344
+ properties = properties || geojson.properties;
1345
+ geometry = geojson.geometry;
1346
+ break;
1347
+ case "Point":
1348
+ case "MultiPoint":
1349
+ return null;
1350
+ case "LineString":
1351
+ case "Polygon":
1352
+ case "MultiLineString":
1353
+ case "MultiPolygon":
1354
+ geometry = geojson;
1355
+ break;
1356
+ default:
1357
+ throw new Error("geojson is invalid");
1358
+ }
1359
+
1360
+ // Find Coord Index
1361
+ if (geometry === null) return null;
1362
+ var coords = geometry.coordinates;
1363
+ switch (geometry.type) {
1364
+ case "Point":
1365
+ return point(coords, properties, options);
1366
+ case "MultiPoint":
1367
+ if (multiFeatureIndex < 0)
1368
+ multiFeatureIndex = coords.length + multiFeatureIndex;
1369
+ return point(coords[multiFeatureIndex], properties, options);
1370
+ case "LineString":
1371
+ if (coordIndex < 0) coordIndex = coords.length + coordIndex;
1372
+ return point(coords[coordIndex], properties, options);
1373
+ case "Polygon":
1374
+ if (geometryIndex < 0) geometryIndex = coords.length + geometryIndex;
1375
+ if (coordIndex < 0)
1376
+ coordIndex = coords[geometryIndex].length + coordIndex;
1377
+ return point(coords[geometryIndex][coordIndex], properties, options);
1378
+ case "MultiLineString":
1379
+ if (multiFeatureIndex < 0)
1380
+ multiFeatureIndex = coords.length + multiFeatureIndex;
1381
+ if (coordIndex < 0)
1382
+ coordIndex = coords[multiFeatureIndex].length + coordIndex;
1383
+ return point(coords[multiFeatureIndex][coordIndex], properties, options);
1384
+ case "MultiPolygon":
1385
+ if (multiFeatureIndex < 0)
1386
+ multiFeatureIndex = coords.length + multiFeatureIndex;
1387
+ if (geometryIndex < 0)
1388
+ geometryIndex = coords[multiFeatureIndex].length + geometryIndex;
1389
+ if (coordIndex < 0)
1390
+ coordIndex =
1391
+ coords[multiFeatureIndex][geometryIndex].length - coordIndex;
1392
+ return point(
1393
+ coords[multiFeatureIndex][geometryIndex][coordIndex],
1394
+ properties,
1395
+ options
1396
+ );
1397
+ }
1398
+ throw new Error("geojson is invalid");
1399
+ }
1400
+
1401
+ export { coordAll, coordEach, coordReduce, featureEach, featureReduce, findPoint, findSegment, flattenEach, flattenReduce, geomEach, geomReduce, lineEach, lineReduce, propEach, propReduce, segmentEach, segmentReduce };