diff --git a/previews/PR195/404.html b/previews/PR195/404.html index 49b14b943..07061514d 100644 --- a/previews/PR195/404.html +++ b/previews/PR195/404.html @@ -8,7 +8,7 @@ - + @@ -16,7 +16,7 @@
- + \ No newline at end of file diff --git a/previews/PR195/api.html b/previews/PR195/api.html index b5df37f5f..fb81d24ff 100644 --- a/previews/PR195/api.html +++ b/previews/PR195/api.html @@ -8,17 +8,17 @@ - + - - + + -
Skip to content

Full GeometryOps API documentation

Warning

This page is still very much WIP!

Documentation for GeometryOps's full API (only for reference!).

apply and associated functions

# GeometryOps.applyFunction.
julia
apply(f, target::Union{TraitTarget, GI.AbstractTrait}, obj; kw...)

Reconstruct a geometry, feature, feature collection, or nested vectors of either using the function f on the target trait.

f(target_geom) => x where x also has the target trait, or a trait that can be substituted. For example, swapping PolgonTrait to MultiPointTrait will fail if the outer object has MultiPolygonTrait, but should work if it has FeatureTrait.

Objects "shallower" than the target trait are always completely rebuilt, like a Vector of FeatureCollectionTrait of FeatureTrait when the target has PolygonTrait and is held in the features. These will always be GeoInterface geometries/feature/feature collections. But "deeper" objects may remain unchanged or be whatever GeoInterface compatible objects f returns.

The result is a functionally similar geometry with values depending on f.

  • threaded: true or false. Whether to use multithreading. Defaults to false.

  • crs: The CRS to attach to geometries. Defaults to nothing.

  • calc_extent: true or false. Whether to calculate the extent. Defaults to false.

Example

Flipped point the order in any feature or geometry, or iterables of either:

julia
import GeoInterface as GI
+    
Skip to content

Full GeometryOps API documentation

Warning

This page is still very much WIP!

Documentation for GeometryOps's full API (only for reference!).

apply and associated functions

# GeometryOps.applyFunction.
julia
apply(f, target::Union{TraitTarget, GI.AbstractTrait}, obj; kw...)

Reconstruct a geometry, feature, feature collection, or nested vectors of either using the function f on the target trait.

f(target_geom) => x where x also has the target trait, or a trait that can be substituted. For example, swapping PolgonTrait to MultiPointTrait will fail if the outer object has MultiPolygonTrait, but should work if it has FeatureTrait.

Objects "shallower" than the target trait are always completely rebuilt, like a Vector of FeatureCollectionTrait of FeatureTrait when the target has PolygonTrait and is held in the features. These will always be GeoInterface geometries/feature/feature collections. But "deeper" objects may remain unchanged or be whatever GeoInterface compatible objects f returns.

The result is a functionally similar geometry with values depending on f.

  • threaded: true or false. Whether to use multithreading. Defaults to false.

  • crs: The CRS to attach to geometries. Defaults to nothing.

  • calc_extent: true or false. Whether to calculate the extent. Defaults to false.

Example

Flipped point the order in any feature or geometry, or iterables of either:

julia
import GeoInterface as GI
 import GeometryOps as GO
 geom = GI.Polygon([GI.LinearRing([(1, 2), (3, 4), (5, 6), (1, 2)]),
                    GI.LinearRing([(3, 4), (5, 6), (6, 7), (3, 4)])])
@@ -416,7 +416,7 @@
 
 # output
 true

source



  1. K. Hormann and N. Sukumar. Generalized Barycentric Coordinates in Computer Graphics and Computational Mechanics. Taylor & Fancis, CRC Press, 2017. ↩︎

- + \ No newline at end of file diff --git a/previews/PR195/assets/api.md.BOAMfjMD.js b/previews/PR195/assets/api.md.Uu1jvSAS.js similarity index 99% rename from previews/PR195/assets/api.md.BOAMfjMD.js rename to previews/PR195/assets/api.md.Uu1jvSAS.js index 8f581019a..1b5387cf9 100644 --- a/previews/PR195/assets/api.md.BOAMfjMD.js +++ b/previews/PR195/assets/api.md.Uu1jvSAS.js @@ -1,4 +1,4 @@ -import{_ as n,c as e,j as s,a,a7 as i,o as t}from"./chunks/framework.BjTE4JnT.js";const q=JSON.parse('{"title":"Full GeometryOps API documentation","description":"","frontmatter":{},"headers":[],"relativePath":"api.md","filePath":"api.md","lastUpdated":null}'),l={name:"api.md"},h=i(`

Full GeometryOps API documentation

Warning

This page is still very much WIP!

Documentation for GeometryOps's full API (only for reference!).

apply and associated functions

# GeometryOps.applyFunction.
julia
apply(f, target::Union{TraitTarget, GI.AbstractTrait}, obj; kw...)

Reconstruct a geometry, feature, feature collection, or nested vectors of either using the function f on the target trait.

f(target_geom) => x where x also has the target trait, or a trait that can be substituted. For example, swapping PolgonTrait to MultiPointTrait will fail if the outer object has MultiPolygonTrait, but should work if it has FeatureTrait.

Objects "shallower" than the target trait are always completely rebuilt, like a Vector of FeatureCollectionTrait of FeatureTrait when the target has PolygonTrait and is held in the features. These will always be GeoInterface geometries/feature/feature collections. But "deeper" objects may remain unchanged or be whatever GeoInterface compatible objects f returns.

The result is a functionally similar geometry with values depending on f.

  • threaded: true or false. Whether to use multithreading. Defaults to false.

  • crs: The CRS to attach to geometries. Defaults to nothing.

  • calc_extent: true or false. Whether to calculate the extent. Defaults to false.

Example

Flipped point the order in any feature or geometry, or iterables of either:

julia
import GeoInterface as GI
+import{_ as n,c as e,j as s,a,a7 as i,o as t}from"./chunks/framework.BjTE4JnT.js";const q=JSON.parse('{"title":"Full GeometryOps API documentation","description":"","frontmatter":{},"headers":[],"relativePath":"api.md","filePath":"api.md","lastUpdated":null}'),l={name:"api.md"},h=i(`

Full GeometryOps API documentation

Warning

This page is still very much WIP!

Documentation for GeometryOps's full API (only for reference!).

apply and associated functions

# GeometryOps.applyFunction.
julia
apply(f, target::Union{TraitTarget, GI.AbstractTrait}, obj; kw...)

Reconstruct a geometry, feature, feature collection, or nested vectors of either using the function f on the target trait.

f(target_geom) => x where x also has the target trait, or a trait that can be substituted. For example, swapping PolgonTrait to MultiPointTrait will fail if the outer object has MultiPolygonTrait, but should work if it has FeatureTrait.

Objects "shallower" than the target trait are always completely rebuilt, like a Vector of FeatureCollectionTrait of FeatureTrait when the target has PolygonTrait and is held in the features. These will always be GeoInterface geometries/feature/feature collections. But "deeper" objects may remain unchanged or be whatever GeoInterface compatible objects f returns.

The result is a functionally similar geometry with values depending on f.

  • threaded: true or false. Whether to use multithreading. Defaults to false.

  • crs: The CRS to attach to geometries. Defaults to nothing.

  • calc_extent: true or false. Whether to calculate the extent. Defaults to false.

Example

Flipped point the order in any feature or geometry, or iterables of either:

julia
import GeoInterface as GI
 import GeometryOps as GO
 geom = GI.Polygon([GI.LinearRing([(1, 2), (3, 4), (5, 6), (1, 2)]),
                    GI.LinearRing([(3, 4), (5, 6), (6, 7), (3, 4)])])
diff --git a/previews/PR195/assets/api.md.BOAMfjMD.lean.js b/previews/PR195/assets/api.md.Uu1jvSAS.lean.js
similarity index 100%
rename from previews/PR195/assets/api.md.BOAMfjMD.lean.js
rename to previews/PR195/assets/api.md.Uu1jvSAS.lean.js
diff --git a/previews/PR195/assets/app.BsEKKDDb.js b/previews/PR195/assets/app.D4YnKNup.js
similarity index 95%
rename from previews/PR195/assets/app.BsEKKDDb.js
rename to previews/PR195/assets/app.D4YnKNup.js
index 03128d1c6..49254b196 100644
--- a/previews/PR195/assets/app.BsEKKDDb.js
+++ b/previews/PR195/assets/app.D4YnKNup.js
@@ -1 +1 @@
-import{U as o,a8 as p,a9 as u,aa as l,ab as c,ac as f,ad as d,ae as m,af as h,ag as g,ah as A,d as P,u as v,y,x as w,ai as C,aj as R,ak as b,a6 as E}from"./chunks/framework.BjTE4JnT.js";import{R as S}from"./chunks/theme.BvCUQvTg.js";function i(e){if(e.extends){const a=i(e.extends);return{...a,...e,async enhanceApp(t){a.enhanceApp&&await a.enhanceApp(t),e.enhanceApp&&await e.enhanceApp(t)}}}return e}const s=i(S),T=P({name:"VitePressApp",setup(){const{site:e,lang:a,dir:t}=v();return y(()=>{w(()=>{document.documentElement.lang=a.value,document.documentElement.dir=t.value})}),e.value.router.prefetchLinks&&C(),R(),b(),s.setup&&s.setup(),()=>E(s.Layout)}});async function _(){globalThis.__VITEPRESS__=!0;const e=x(),a=j();a.provide(u,e);const t=l(e.route);return a.provide(c,t),a.component("Content",f),a.component("ClientOnly",d),Object.defineProperties(a.config.globalProperties,{$frontmatter:{get(){return t.frontmatter.value}},$params:{get(){return t.page.value.params}}}),s.enhanceApp&&await s.enhanceApp({app:a,router:e,siteData:m}),{app:a,router:e,data:t}}function j(){return h(T)}function x(){let e=o,a;return g(t=>{let n=A(t),r=null;return n&&(e&&(a=n),(e||a===n)&&(n=n.replace(/\.js$/,".lean.js")),r=import(n)),o&&(e=!1),r},s.NotFound)}o&&_().then(({app:e,router:a,data:t})=>{a.go().then(()=>{p(a.route,t.site),e.mount("#app")})});export{_ as createApp};
+import{U as o,a8 as p,a9 as u,aa as l,ab as c,ac as f,ad as d,ae as m,af as h,ag as g,ah as A,d as P,u as v,y,x as w,ai as C,aj as R,ak as b,a6 as E}from"./chunks/framework.BjTE4JnT.js";import{R as S}from"./chunks/theme.9qdIUuGq.js";function i(e){if(e.extends){const a=i(e.extends);return{...a,...e,async enhanceApp(t){a.enhanceApp&&await a.enhanceApp(t),e.enhanceApp&&await e.enhanceApp(t)}}}return e}const s=i(S),T=P({name:"VitePressApp",setup(){const{site:e,lang:a,dir:t}=v();return y(()=>{w(()=>{document.documentElement.lang=a.value,document.documentElement.dir=t.value})}),e.value.router.prefetchLinks&&C(),R(),b(),s.setup&&s.setup(),()=>E(s.Layout)}});async function _(){globalThis.__VITEPRESS__=!0;const e=x(),a=j();a.provide(u,e);const t=l(e.route);return a.provide(c,t),a.component("Content",f),a.component("ClientOnly",d),Object.defineProperties(a.config.globalProperties,{$frontmatter:{get(){return t.frontmatter.value}},$params:{get(){return t.page.value.params}}}),s.enhanceApp&&await s.enhanceApp({app:a,router:e,siteData:m}),{app:a,router:e,data:t}}function j(){return h(T)}function x(){let e=o,a;return g(t=>{let n=A(t),r=null;return n&&(e&&(a=n),(e||a===n)&&(n=n.replace(/\.js$/,".lean.js")),r=import(n)),o&&(e=!1),r},s.NotFound)}o&&_().then(({app:e,router:a,data:t})=>{a.go().then(()=>{p(a.route,t.site),e.mount("#app")})});export{_ as createApp};
diff --git a/previews/PR195/assets/ovekyuq.DwqDxlAG.png b/previews/PR195/assets/beqgrli.DwqDxlAG.png
similarity index 100%
rename from previews/PR195/assets/ovekyuq.DwqDxlAG.png
rename to previews/PR195/assets/beqgrli.DwqDxlAG.png
diff --git a/previews/PR195/assets/buspiou.ByFWjvme.png b/previews/PR195/assets/buspiou.ByFWjvme.png
deleted file mode 100644
index cb3eaaf97..000000000
Binary files a/previews/PR195/assets/buspiou.ByFWjvme.png and /dev/null differ
diff --git a/previews/PR195/assets/cgvuwzn.0OJvb21A.png b/previews/PR195/assets/cdyaxrp.0OJvb21A.png
similarity index 100%
rename from previews/PR195/assets/cgvuwzn.0OJvb21A.png
rename to previews/PR195/assets/cdyaxrp.0OJvb21A.png
diff --git a/previews/PR195/assets/chunks/@localSearchIndexroot.BCaxkeLm.js b/previews/PR195/assets/chunks/@localSearchIndexroot.BCaxkeLm.js
deleted file mode 100644
index 93fe9ba1e..000000000
--- a/previews/PR195/assets/chunks/@localSearchIndexroot.BCaxkeLm.js
+++ /dev/null
@@ -1 +0,0 @@
-const e='{"documentCount":180,"nextId":180,"documentIds":{"0":"/GeometryOps.jl/previews/PR195/call_notes#20th-April,-2024","1":"/GeometryOps.jl/previews/PR195/call_notes#29th-Feb,-2024","2":"/GeometryOps.jl/previews/PR195/call_notes#To-do","3":"/GeometryOps.jl/previews/PR195/call_notes#done","4":"/GeometryOps.jl/previews/PR195/api#Full-GeometryOps-API-documentation","5":"/GeometryOps.jl/previews/PR195/api#apply-and-associated-functions","6":"/GeometryOps.jl/previews/PR195/api#General-geometry-methods","7":"/GeometryOps.jl/previews/PR195/api#OGC-methods","8":"/GeometryOps.jl/previews/PR195/api#Other-general-methods","9":"/GeometryOps.jl/previews/PR195/api#Barycentric-coordinates","10":"/GeometryOps.jl/previews/PR195/api#Other-methods","11":"/GeometryOps.jl/previews/PR195/experiments/accurate_accumulators#Accurate-accumulation","12":"/GeometryOps.jl/previews/PR195/experiments/predicates#predicates","13":"/GeometryOps.jl/previews/PR195/experiments/predicates#orient","14":"/GeometryOps.jl/previews/PR195/experiments/predicates#dashboard","15":"/GeometryOps.jl/previews/PR195/experiments/predicates#Testing-robust-vs-regular-predicates","16":"/GeometryOps.jl/previews/PR195/experiments/predicates#incircle","17":"/GeometryOps.jl/previews/PR195/explanations/paradigms#paradigms","18":"/GeometryOps.jl/previews/PR195/explanations/paradigms#apply","19":"/GeometryOps.jl/previews/PR195/explanations/paradigms#applyreduce","20":"/GeometryOps.jl/previews/PR195/explanations/paradigms#fix-and-prepare","21":"/GeometryOps.jl/previews/PR195/explanations/peculiarities#peculiarities","22":"/GeometryOps.jl/previews/PR195/explanations/peculiarities#What-does-apply-return-and-why?","23":"/GeometryOps.jl/previews/PR195/explanations/peculiarities#Why-do-you-want-me-to-provide-a-target-in-set-operations?","24":"/GeometryOps.jl/previews/PR195/explanations/peculiarities#_True-and-_False-(or-BoolsAsTypes)","25":"/GeometryOps.jl/previews/PR195/#what-is-geometryops-jl","26":"/GeometryOps.jl/previews/PR195/#how-to-navigate-the-docs","27":"/GeometryOps.jl/previews/PR195/introduction#introduction","28":"/GeometryOps.jl/previews/PR195/introduction#Main-concepts","29":"/GeometryOps.jl/previews/PR195/introduction#The-apply-paradigm","30":"/GeometryOps.jl/previews/PR195/introduction#What\'s-this-GeoInterface.Wrapper-thing?","31":"/GeometryOps.jl/previews/PR195/source/GeometryOps#geometryops-jl","32":"/GeometryOps.jl/previews/PR195/source/lazy_wrappers#Lazy-wrappers","33":"/GeometryOps.jl/previews/PR195/source/methods/angles#angles","34":"/GeometryOps.jl/previews/PR195/source/methods/angles#What-is-angles?","35":"/GeometryOps.jl/previews/PR195/source/methods/angles#implementation","36":"/GeometryOps.jl/previews/PR195/source/methods/area#Area-and-signed-area","37":"/GeometryOps.jl/previews/PR195/source/methods/area#What-is-area?-What-is-signed-area?","38":"/GeometryOps.jl/previews/PR195/source/methods/area#implementation","39":"/GeometryOps.jl/previews/PR195/source/methods/buffer#buffer","40":"/GeometryOps.jl/previews/PR195/source/methods/barycentric#Barycentric-coordinates","41":"/GeometryOps.jl/previews/PR195/source/methods/barycentric#example","42":"/GeometryOps.jl/previews/PR195/source/methods/barycentric#Barycentric-coordinate-API","43":"/GeometryOps.jl/previews/PR195/source/methods/centroid#centroid","44":"/GeometryOps.jl/previews/PR195/source/methods/centroid#What-is-the-centroid?","45":"/GeometryOps.jl/previews/PR195/source/methods/centroid#implementation","46":"/GeometryOps.jl/previews/PR195/source/methods/clipping/clipping_processor#Polygon-clipping-helpers","47":"/GeometryOps.jl/previews/PR195/source/methods/clipping/coverage#What-is-coverage?","48":"/GeometryOps.jl/previews/PR195/source/methods/clipping/coverage#implementation","49":"/GeometryOps.jl/previews/PR195/source/methods/clipping/cut#Polygon-cutting","50":"/GeometryOps.jl/previews/PR195/source/methods/clipping/cut#What-is-cut?","51":"/GeometryOps.jl/previews/PR195/source/methods/clipping/cut#implementation","52":"/GeometryOps.jl/previews/PR195/source/methods/clipping/difference#Difference-Polygon-Clipping","53":"/GeometryOps.jl/previews/PR195/source/methods/clipping/difference#Helper-functions-for-Differences-with-Greiner-and-Hormann-Polygon-Clipping","54":"/GeometryOps.jl/previews/PR195/source/methods/clipping/intersection#Geometry-Intersection","55":"/GeometryOps.jl/previews/PR195/source/methods/clipping/intersection#Helper-functions-for-Intersections-with-Greiner-and-Hormann-Polygon-Clipping","56":"/GeometryOps.jl/previews/PR195/source/methods/clipping/predicates#If-we-want-to-inject-adaptivity,-we-would-do-something-like:","57":"/GeometryOps.jl/previews/PR195/source/methods/clipping/union#Union-Polygon-Clipping","58":"/GeometryOps.jl/previews/PR195/source/methods/clipping/union#Helper-functions-for-Unions-with-Greiner-and-Hormann-Polygon-Clipping","59":"/GeometryOps.jl/previews/PR195/source/methods/convex_hull#Convex-hull","60":"/GeometryOps.jl/previews/PR195/source/methods/convex_hull#example","61":"/GeometryOps.jl/previews/PR195/source/methods/convex_hull#Simple-hull","62":"/GeometryOps.jl/previews/PR195/source/methods/convex_hull#Convex-hull-of-the-USA","63":"/GeometryOps.jl/previews/PR195/source/methods/convex_hull#Investigating-the-winding-order","64":"/GeometryOps.jl/previews/PR195/source/methods/convex_hull#implementation","65":"/GeometryOps.jl/previews/PR195/source/methods/distance#Distance-and-signed-distance","66":"/GeometryOps.jl/previews/PR195/source/methods/distance#What-is-distance?-What-is-signed-distance?","67":"/GeometryOps.jl/previews/PR195/source/methods/distance#implementation","68":"/GeometryOps.jl/previews/PR195/source/methods/equals#equals","69":"/GeometryOps.jl/previews/PR195/source/methods/equals#What-is-equals?","70":"/GeometryOps.jl/previews/PR195/source/methods/equals#implementation","71":"/GeometryOps.jl/previews/PR195/source/methods/geom_relations/contains#contains","72":"/GeometryOps.jl/previews/PR195/source/methods/geom_relations/contains#What-is-contains?","73":"/GeometryOps.jl/previews/PR195/source/methods/geom_relations/contains#implementation","74":"/GeometryOps.jl/previews/PR195/source/methods/geom_relations/coveredby#coveredby","75":"/GeometryOps.jl/previews/PR195/source/methods/geom_relations/coveredby#What-is-coveredby?","76":"/GeometryOps.jl/previews/PR195/source/methods/geom_relations/coveredby#implementation","77":"/GeometryOps.jl/previews/PR195/source/methods/geom_relations/coveredby#Convert-features-to-geometries","78":"/GeometryOps.jl/previews/PR195/source/methods/geom_relations/coveredby#Points-coveredby-geometries","79":"/GeometryOps.jl/previews/PR195/source/methods/geom_relations/coveredby#Lines-coveredby-geometries","80":"/GeometryOps.jl/previews/PR195/source/methods/geom_relations/coveredby#Rings-covered-by-geometries","81":"/GeometryOps.jl/previews/PR195/source/methods/geom_relations/coveredby#Polygons-covered-by-geometries","82":"/GeometryOps.jl/previews/PR195/source/methods/geom_relations/coveredby#Geometries-coveredby-multi-geometry/geometry-collections","83":"/GeometryOps.jl/previews/PR195/source/methods/geom_relations/coveredby#Multi-geometry/geometry-collections-coveredby-geometries","84":"/GeometryOps.jl/previews/PR195/source/methods/geom_relations/covers#covers","85":"/GeometryOps.jl/previews/PR195/source/methods/geom_relations/covers#What-is-covers?","86":"/GeometryOps.jl/previews/PR195/source/methods/geom_relations/covers#implementation","87":"/GeometryOps.jl/previews/PR195/source/methods/geom_relations/crosses#Crossing-checks","88":"/GeometryOps.jl/previews/PR195/source/methods/geom_relations/disjoint#disjoint","89":"/GeometryOps.jl/previews/PR195/source/methods/geom_relations/disjoint#What-is-disjoint?","90":"/GeometryOps.jl/previews/PR195/source/methods/geom_relations/disjoint#implementation","91":"/GeometryOps.jl/previews/PR195/source/methods/geom_relations/disjoint#Convert-features-to-geometries","92":"/GeometryOps.jl/previews/PR195/source/methods/geom_relations/disjoint#Point-disjoint-geometries","93":"/GeometryOps.jl/previews/PR195/source/methods/geom_relations/disjoint#Lines-disjoint-geometries","94":"/GeometryOps.jl/previews/PR195/source/methods/geom_relations/disjoint#Rings-disjoint-geometries","95":"/GeometryOps.jl/previews/PR195/source/methods/geom_relations/disjoint#Polygon-disjoint-geometries","96":"/GeometryOps.jl/previews/PR195/source/methods/geom_relations/disjoint#Geometries-disjoint-multi-geometry/geometry-collections","97":"/GeometryOps.jl/previews/PR195/source/methods/geom_relations/disjoint#Multi-geometry/geometry-collections-coveredby-geometries","98":"/GeometryOps.jl/previews/PR195/source/methods/geom_relations/geom_geom_processors#Line-curve-interaction","99":"/GeometryOps.jl/previews/PR195/source/methods/geom_relations/intersects#Intersection-checks","100":"/GeometryOps.jl/previews/PR195/source/methods/geom_relations/intersects#What-is-intersects?","101":"/GeometryOps.jl/previews/PR195/source/methods/geom_relations/intersects#implementation","102":"/GeometryOps.jl/previews/PR195/source/methods/geom_relations/overlaps#overlaps","103":"/GeometryOps.jl/previews/PR195/source/methods/geom_relations/overlaps#What-is-overlaps?","104":"/GeometryOps.jl/previews/PR195/source/methods/geom_relations/overlaps#implementation","105":"/GeometryOps.jl/previews/PR195/source/methods/geom_relations/touches#touches","106":"/GeometryOps.jl/previews/PR195/source/methods/geom_relations/touches#What-is-touches?","107":"/GeometryOps.jl/previews/PR195/source/methods/geom_relations/touches#implementation","108":"/GeometryOps.jl/previews/PR195/source/methods/geom_relations/touches#Convert-features-to-geometries","109":"/GeometryOps.jl/previews/PR195/source/methods/geom_relations/touches#Point-touches-geometries","110":"/GeometryOps.jl/previews/PR195/source/methods/geom_relations/touches#Lines-touching-geometries","111":"/GeometryOps.jl/previews/PR195/source/methods/geom_relations/touches#Rings-touch-geometries","112":"/GeometryOps.jl/previews/PR195/source/methods/geom_relations/touches#Polygons-touch-geometries","113":"/GeometryOps.jl/previews/PR195/source/methods/geom_relations/touches#Geometries-touch-multi-geometry/geometry-collections","114":"/GeometryOps.jl/previews/PR195/source/methods/geom_relations/touches#Multi-geometry/geometry-collections-cross-geometries","115":"/GeometryOps.jl/previews/PR195/source/methods/geom_relations/within#within","116":"/GeometryOps.jl/previews/PR195/source/methods/geom_relations/within#What-is-within?","117":"/GeometryOps.jl/previews/PR195/source/methods/geom_relations/within#implementation","118":"/GeometryOps.jl/previews/PR195/source/methods/geom_relations/within#Convert-features-to-geometries","119":"/GeometryOps.jl/previews/PR195/source/methods/geom_relations/within#Points-within-geometries","120":"/GeometryOps.jl/previews/PR195/source/methods/geom_relations/within#Lines-within-geometries","121":"/GeometryOps.jl/previews/PR195/source/methods/geom_relations/within#Rings-covered-by-geometries","122":"/GeometryOps.jl/previews/PR195/source/methods/geom_relations/within#Polygons-within-geometries","123":"/GeometryOps.jl/previews/PR195/source/methods/geom_relations/within#Geometries-within-multi-geometry/geometry-collections","124":"/GeometryOps.jl/previews/PR195/source/methods/geom_relations/within#Multi-geometry/geometry-collections-within-geometries","125":"/GeometryOps.jl/previews/PR195/source/methods/orientation#orientation","126":"/GeometryOps.jl/previews/PR195/source/methods/orientation#isclockwise","127":"/GeometryOps.jl/previews/PR195/source/methods/orientation#isconcave","128":"/GeometryOps.jl/previews/PR195/source/methods/polygonize#Polygonizing-raster-data","129":"/GeometryOps.jl/previews/PR195/source/not_implemented_yet#Not-implemented-yet","130":"/GeometryOps.jl/previews/PR195/source/primitives#Primitive-functions","131":"/GeometryOps.jl/previews/PR195/source/primitives#docstrings","132":"/GeometryOps.jl/previews/PR195/source/primitives#functions","133":"/GeometryOps.jl/previews/PR195/source/primitives#types","134":"/GeometryOps.jl/previews/PR195/source/primitives#implementation","135":"/GeometryOps.jl/previews/PR195/source/primitives#What-is-apply?","136":"/GeometryOps.jl/previews/PR195/source/primitives#embedding","137":"/GeometryOps.jl/previews/PR195/source/primitives#threading","138":"/GeometryOps.jl/previews/PR195/source/transformations/correction/closed_ring#Closed-Rings","139":"/GeometryOps.jl/previews/PR195/source/transformations/correction/closed_ring#example","140":"/GeometryOps.jl/previews/PR195/source/transformations/correction/closed_ring#implementation","141":"/GeometryOps.jl/previews/PR195/source/transformations/correction/geometry_correction#Geometry-Corrections","142":"/GeometryOps.jl/previews/PR195/source/transformations/correction/geometry_correction#interface","143":"/GeometryOps.jl/previews/PR195/source/transformations/correction/geometry_correction#Available-corrections","144":"/GeometryOps.jl/previews/PR195/source/transformations/correction/intersecting_polygons#Intersecting-Polygons","145":"/GeometryOps.jl/previews/PR195/source/transformations/correction/intersecting_polygons#example","146":"/GeometryOps.jl/previews/PR195/source/transformations/correction/intersecting_polygons#implementation","147":"/GeometryOps.jl/previews/PR195/source/transformations/extent#Extent-embedding","148":"/GeometryOps.jl/previews/PR195/source/transformations/flip#Coordinate-flipping","149":"/GeometryOps.jl/previews/PR195/source/transformations/reproject#Geometry-reprojection","150":"/GeometryOps.jl/previews/PR195/source/transformations/reproject#Method-error-handling","151":"/GeometryOps.jl/previews/PR195/source/transformations/segmentize#segmentize","152":"/GeometryOps.jl/previews/PR195/source/transformations/segmentize#examples","153":"/GeometryOps.jl/previews/PR195/source/transformations/segmentize#benchmark","154":"/GeometryOps.jl/previews/PR195/source/transformations/segmentize#implementation","155":"/GeometryOps.jl/previews/PR195/source/transformations/simplify#Geometry-simplification","156":"/GeometryOps.jl/previews/PR195/source/transformations/simplify#examples","157":"/GeometryOps.jl/previews/PR195/source/transformations/simplify#benchmark","158":"/GeometryOps.jl/previews/PR195/source/transformations/simplify#Simplify-with-RadialDistance-Algorithm","159":"/GeometryOps.jl/previews/PR195/source/transformations/simplify#Simplify-with-DouglasPeucker-Algorithm","160":"/GeometryOps.jl/previews/PR195/source/transformations/simplify#Simplify-with-VisvalingamWhyatt-Algorithm","161":"/GeometryOps.jl/previews/PR195/source/transformations/simplify#Shared-utils","162":"/GeometryOps.jl/previews/PR195/source/transformations/transform#Pointwise-transformation","163":"/GeometryOps.jl/previews/PR195/source/transformations/tuples#Tuple-conversion","164":"/GeometryOps.jl/previews/PR195/source/types#types","165":"/GeometryOps.jl/previews/PR195/source/types#TraitTarget","166":"/GeometryOps.jl/previews/PR195/source/types#BoolsAsTypes","167":"/GeometryOps.jl/previews/PR195/source/types#GEOS","168":"/GeometryOps.jl/previews/PR195/source/utils#Utility-functions","169":"/GeometryOps.jl/previews/PR195/tutorials/creating_geometry#Creating-Geometry","170":"/GeometryOps.jl/previews/PR195/tutorials/creating_geometry#creating-geometry","171":"/GeometryOps.jl/previews/PR195/tutorials/creating_geometry#plot-geometry","172":"/GeometryOps.jl/previews/PR195/tutorials/creating_geometry#geom-crs","173":"/GeometryOps.jl/previews/PR195/tutorials/creating_geometry#attributes","174":"/GeometryOps.jl/previews/PR195/tutorials/creating_geometry#save-geometry","175":"/GeometryOps.jl/previews/PR195/tutorials/geodesic_paths#Geodesic-paths","176":"/GeometryOps.jl/previews/PR195/tutorials/spatial_joins#Spatial-joins","177":"/GeometryOps.jl/previews/PR195/tutorials/spatial_joins#Simple-example","178":"/GeometryOps.jl/previews/PR195/tutorials/spatial_joins#Real-world-example","179":"/GeometryOps.jl/previews/PR195/tutorials/spatial_joins#Enabling-custom-predicates"},"fieldIds":{"title":0,"titles":1,"text":2},"fieldLength":{"0":[3,1,55],"1":[3,1,1],"2":[2,3,107],"3":[1,3,17],"4":[4,1,91],"5":[4,4,248],"6":[3,4,1],"7":[2,7,208],"8":[3,7,258],"9":[2,4,84],"10":[2,4,1086],"11":[2,1,74],"12":[1,1,5],"13":[1,1,128],"14":[1,2,116],"15":[5,2,72],"16":[1,1,1],"17":[1,1,53],"18":[1,1,109],"19":[1,2,35],"20":[3,1,79],"21":[1,1,1],"22":[7,1,71],"23":[13,1,101],"24":[6,1,66],"25":[5,1,72],"26":[5,1,61],"27":[1,1,72],"28":[2,1,1],"29":[3,3,50],"30":[8,3,18],"31":[2,1,122],"32":[2,1,88],"33":[1,1,3],"34":[4,1,57],"35":[1,1,268],"36":[4,1,4],"37":[5,4,100],"38":[1,4,246],"39":[1,1,110],"40":[2,1,65],"41":[1,2,211],"42":[3,2,414],"43":[1,1,6],"44":[5,1,91],"45":[1,1,199],"46":[3,1,609],"47":[4,1,70],"48":[1,1,327],"49":[2,1,3],"50":[4,2,57],"51":[1,2,200],"52":[3,1,215],"53":[10,1,190],"54":[2,1,251],"55":[10,1,480],"56":[11,1,25],"57":[3,1,236],"58":[10,1,283],"59":[2,1,56],"60":[1,2,1],"61":[2,3,32],"62":[5,2,40],"63":[4,2,100],"64":[1,2,166],"65":[4,1,4],"66":[5,4,128],"67":[1,4,260],"68":[1,1,3],"69":[4,1,68],"70":[1,1,265],"71":[1,1,3],"72":[4,1,79],"73":[1,1,79],"74":[1,1,3],"75":[4,1,81],"76":[1,1,128],"77":[4,1,11],"78":[3,1,56],"79":[3,1,46],"80":[4,1,48],"81":[4,1,40],"82":[5,1,40],"83":[5,1,44],"84":[1,1,3],"85":[4,1,67],"86":[1,1,78],"87":[2,1,149],"88":[1,1,3],"89":[4,1,68],"90":[1,1,110],"91":[4,1,10],"92":[3,1,57],"93":[3,1,58],"94":[3,1,47],"95":[3,1,33],"96":[5,1,39],"97":[5,1,44],"98":[3,1,432],"99":[2,1,3],"100":[4,2,80],"101":[1,2,76],"102":[1,1,3],"103":[4,1,82],"104":[1,1,244],"105":[1,1,3],"106":[4,1,70],"107":[1,1,125],"108":[4,1,11],"109":[3,1,69],"110":[3,1,52],"111":[3,1,61],"112":[3,1,40],"113":[5,1,39],"114":[5,1,42],"115":[1,1,3],"116":[4,1,72],"117":[1,1,129],"118":[4,1,11],"119":[3,1,63],"120":[3,1,53],"121":[4,1,53],"122":[3,1,38],"123":[5,1,39],"124":[5,1,42],"125":[1,1,4],"126":[1,1,21],"127":[1,1,206],"128":[3,1,511],"129":[3,1,47],"130":[2,1,113],"131":[1,2,1],"132":[1,3,106],"133":[1,2,12],"134":[1,2,33],"135":[4,2,114],"136":[2,2,36],"137":[1,2,536],"138":[2,1,54],"139":[1,2,87],"140":[1,2,83],"141":[2,1,41],"142":[1,2,112],"143":[2,2,109],"144":[2,1,77],"145":[1,2,70],"146":[1,2,135],"147":[2,1,71],"148":[2,1,56],"149":[2,1,132],"150":[3,2,77],"151":[1,1,76],"152":[1,1,147],"153":[1,1,268],"154":[1,1,188],"155":[2,1,44],"156":[1,2,67],"157":[1,2,391],"158":[4,1,75],"159":[4,1,186],"160":[4,1,85],"161":[2,1,149],"162":[2,1,111],"163":[2,1,58],"164":[1,1,38],"165":[1,1,74],"166":[1,1,82],"167":[1,1,147],"168":[2,1,136],"169":[2,1,60],"170":[4,2,287],"171":[13,2,280],"172":[9,2,199],"173":[7,2,63],"174":[4,2,140],"175":[2,1,52],"176":[2,1,138],"177":[2,2,137],"178":[3,2,117],"179":[3,2,68]},"averageFieldLength":[2.855555555555556,1.4666666666666666,108.11111111111116],"storedFields":{"0":{"title":"20th April, 2024","titles":[]},"1":{"title":"29th Feb, 2024","titles":[]},"2":{"title":"To do","titles":["29th Feb, 2024"]},"3":{"title":"Done","titles":["29th Feb, 2024"]},"4":{"title":"Full GeometryOps API documentation","titles":[]},"5":{"title":"apply and associated functions","titles":["Full GeometryOps API documentation"]},"6":{"title":"General geometry methods","titles":["Full GeometryOps API documentation"]},"7":{"title":"OGC methods","titles":["Full GeometryOps API documentation","General geometry methods"]},"8":{"title":"Other general methods","titles":["Full GeometryOps API documentation","General geometry methods"]},"9":{"title":"Barycentric coordinates","titles":["Full GeometryOps API documentation"]},"10":{"title":"Other methods","titles":["Full GeometryOps API documentation"]},"11":{"title":"Accurate accumulation","titles":[]},"12":{"title":"Predicates","titles":[]},"13":{"title":"Orient","titles":["Predicates"]},"14":{"title":"Dashboard","titles":["Predicates","Orient"]},"15":{"title":"Testing robust vs regular predicates","titles":["Predicates","Orient"]},"16":{"title":"Incircle","titles":["Predicates"]},"17":{"title":"Paradigms","titles":[]},"18":{"title":"apply","titles":["Paradigms"]},"19":{"title":"applyreduce","titles":["Paradigms","apply"]},"20":{"title":"fix and prepare","titles":["Paradigms"]},"21":{"title":"Peculiarities","titles":[]},"22":{"title":"What does apply return and why?","titles":["Peculiarities"]},"23":{"title":"Why do you want me to provide a target in set operations?","titles":["Peculiarities"]},"24":{"title":"_True and _False (or BoolsAsTypes)","titles":["Peculiarities"]},"25":{"title":"What is GeometryOps.jl?","titles":[]},"26":{"title":"How to navigate the docs","titles":[]},"27":{"title":"Introduction","titles":[]},"28":{"title":"Main concepts","titles":["Introduction"]},"29":{"title":"The apply paradigm","titles":["Introduction","Main concepts"]},"30":{"title":"What's this GeoInterface.Wrapper thing?","titles":["Introduction","Main concepts"]},"31":{"title":"GeometryOps.jl","titles":[]},"32":{"title":"Lazy wrappers","titles":[]},"33":{"title":"Angles","titles":[]},"34":{"title":"What is angles?","titles":["Angles"]},"35":{"title":"Implementation","titles":["Angles"]},"36":{"title":"Area and signed area","titles":[]},"37":{"title":"What is area? What is signed area?","titles":["Area and signed area"]},"38":{"title":"Implementation","titles":["Area and signed area"]},"39":{"title":"Buffer","titles":[]},"40":{"title":"Barycentric coordinates","titles":[]},"41":{"title":"Example","titles":["Barycentric coordinates"]},"42":{"title":"Barycentric-coordinate API","titles":["Barycentric coordinates"]},"43":{"title":"Centroid","titles":[]},"44":{"title":"What is the centroid?","titles":["Centroid"]},"45":{"title":"Implementation","titles":["Centroid"]},"46":{"title":"Polygon clipping helpers","titles":[]},"47":{"title":"What is coverage?","titles":[]},"48":{"title":"Implementation","titles":[]},"49":{"title":"Polygon cutting","titles":[]},"50":{"title":"What is cut?","titles":["Polygon cutting"]},"51":{"title":"Implementation","titles":["Polygon cutting"]},"52":{"title":"Difference Polygon Clipping","titles":[]},"53":{"title":"Helper functions for Differences with Greiner and Hormann Polygon Clipping","titles":[]},"54":{"title":"Geometry Intersection","titles":[]},"55":{"title":"Helper functions for Intersections with Greiner and Hormann Polygon Clipping","titles":[]},"56":{"title":"If we want to inject adaptivity, we would do something like:","titles":[]},"57":{"title":"Union Polygon Clipping","titles":[]},"58":{"title":"Helper functions for Unions with Greiner and Hormann Polygon Clipping","titles":[]},"59":{"title":"Convex hull","titles":[]},"60":{"title":"Example","titles":["Convex hull"]},"61":{"title":"Simple hull","titles":["Convex hull","Example"]},"62":{"title":"Convex hull of the USA","titles":["Convex hull"]},"63":{"title":"Investigating the winding order","titles":["Convex hull"]},"64":{"title":"Implementation","titles":["Convex hull"]},"65":{"title":"Distance and signed distance","titles":[]},"66":{"title":"What is distance? What is signed distance?","titles":["Distance and signed distance"]},"67":{"title":"Implementation","titles":["Distance and signed distance"]},"68":{"title":"Equals","titles":[]},"69":{"title":"What is equals?","titles":["Equals"]},"70":{"title":"Implementation","titles":["Equals"]},"71":{"title":"Contains","titles":[]},"72":{"title":"What is contains?","titles":["Contains"]},"73":{"title":"Implementation","titles":["Contains"]},"74":{"title":"CoveredBy","titles":[]},"75":{"title":"What is coveredby?","titles":["CoveredBy"]},"76":{"title":"Implementation","titles":["CoveredBy"]},"77":{"title":"Convert features to geometries","titles":[]},"78":{"title":"Points coveredby geometries","titles":[]},"79":{"title":"Lines coveredby geometries","titles":[]},"80":{"title":"Rings covered by geometries","titles":[]},"81":{"title":"Polygons covered by geometries","titles":[]},"82":{"title":"Geometries coveredby multi-geometry/geometry collections","titles":[]},"83":{"title":"Multi-geometry/geometry collections coveredby geometries","titles":[]},"84":{"title":"Covers","titles":[]},"85":{"title":"What is covers?","titles":["Covers"]},"86":{"title":"Implementation","titles":["Covers"]},"87":{"title":"Crossing checks","titles":[]},"88":{"title":"Disjoint","titles":[]},"89":{"title":"What is disjoint?","titles":["Disjoint"]},"90":{"title":"Implementation","titles":["Disjoint"]},"91":{"title":"Convert features to geometries","titles":[]},"92":{"title":"Point disjoint geometries","titles":[]},"93":{"title":"Lines disjoint geometries","titles":[]},"94":{"title":"Rings disjoint geometries","titles":[]},"95":{"title":"Polygon disjoint geometries","titles":[]},"96":{"title":"Geometries disjoint multi-geometry/geometry collections","titles":[]},"97":{"title":"Multi-geometry/geometry collections coveredby geometries","titles":[]},"98":{"title":"Line-curve interaction","titles":[]},"99":{"title":"Intersection checks","titles":[]},"100":{"title":"What is intersects?","titles":["Intersection checks"]},"101":{"title":"Implementation","titles":["Intersection checks"]},"102":{"title":"Overlaps","titles":[]},"103":{"title":"What is overlaps?","titles":["Overlaps"]},"104":{"title":"Implementation","titles":["Overlaps"]},"105":{"title":"Touches","titles":[]},"106":{"title":"What is touches?","titles":["Touches"]},"107":{"title":"Implementation","titles":["Touches"]},"108":{"title":"Convert features to geometries","titles":[]},"109":{"title":"Point touches geometries","titles":[]},"110":{"title":"Lines touching geometries","titles":[]},"111":{"title":"Rings touch geometries","titles":[]},"112":{"title":"Polygons touch geometries","titles":[]},"113":{"title":"Geometries touch multi-geometry/geometry collections","titles":[]},"114":{"title":"Multi-geometry/geometry collections cross geometries","titles":[]},"115":{"title":"Within","titles":[]},"116":{"title":"What is within?","titles":["Within"]},"117":{"title":"Implementation","titles":["Within"]},"118":{"title":"Convert features to geometries","titles":[]},"119":{"title":"Points within geometries","titles":[]},"120":{"title":"Lines within geometries","titles":[]},"121":{"title":"Rings covered by geometries","titles":[]},"122":{"title":"Polygons within geometries","titles":[]},"123":{"title":"Geometries within multi-geometry/geometry collections","titles":[]},"124":{"title":"Multi-geometry/geometry collections within geometries","titles":[]},"125":{"title":"Orientation","titles":[]},"126":{"title":"isclockwise","titles":["Orientation"]},"127":{"title":"isconcave","titles":["Orientation"]},"128":{"title":"Polygonizing raster data","titles":[]},"129":{"title":"Not implemented yet","titles":[]},"130":{"title":"Primitive functions","titles":[]},"131":{"title":"Docstrings","titles":["Primitive functions"]},"132":{"title":"Functions","titles":["Primitive functions","Docstrings"]},"133":{"title":"Types","titles":["Primitive functions"]},"134":{"title":"Implementation","titles":["Primitive functions"]},"135":{"title":"What is apply?","titles":["Primitive functions"]},"136":{"title":"Embedding:","titles":["Primitive functions"]},"137":{"title":"Threading","titles":["Primitive functions"]},"138":{"title":"Closed Rings","titles":[]},"139":{"title":"Example","titles":["Closed Rings"]},"140":{"title":"Implementation","titles":["Closed Rings"]},"141":{"title":"Geometry Corrections","titles":[]},"142":{"title":"Interface","titles":["Geometry Corrections"]},"143":{"title":"Available corrections","titles":["Geometry Corrections"]},"144":{"title":"Intersecting Polygons","titles":[]},"145":{"title":"Example","titles":["Intersecting Polygons"]},"146":{"title":"Implementation","titles":["Intersecting Polygons"]},"147":{"title":"Extent embedding","titles":[]},"148":{"title":"Coordinate flipping","titles":[]},"149":{"title":"Geometry reprojection","titles":[]},"150":{"title":"Method error handling","titles":["Geometry reprojection"]},"151":{"title":"Segmentize","titles":[]},"152":{"title":"Examples","titles":["Segmentize"]},"153":{"title":"Benchmark","titles":["Segmentize"]},"154":{"title":"Implementation","titles":["Segmentize"]},"155":{"title":"Geometry simplification","titles":[]},"156":{"title":"Examples","titles":["Geometry simplification"]},"157":{"title":"Benchmark","titles":["Geometry simplification"]},"158":{"title":"Simplify with RadialDistance Algorithm","titles":[]},"159":{"title":"Simplify with DouglasPeucker Algorithm","titles":[]},"160":{"title":"Simplify with VisvalingamWhyatt Algorithm","titles":[]},"161":{"title":"Shared utils","titles":[]},"162":{"title":"Pointwise transformation","titles":[]},"163":{"title":"Tuple conversion","titles":[]},"164":{"title":"Types","titles":[]},"165":{"title":"TraitTarget","titles":["Types"]},"166":{"title":"BoolsAsTypes","titles":["Types"]},"167":{"title":"GEOS","titles":["Types"]},"168":{"title":"Utility functions","titles":[]},"169":{"title":"Creating Geometry","titles":[]},"170":{"title":"Creating and plotting geometries","titles":["Creating Geometry"]},"171":{"title":"Plot geometries on a map using GeoMakie and coordinate reference system (CRS)","titles":["Creating Geometry"]},"172":{"title":"Create geospatial geometries with embedded coordinate reference system information","titles":["Creating Geometry"]},"173":{"title":"Creating a table with attributes and geometry","titles":["Creating Geometry"]},"174":{"title":"Saving your geospatial data","titles":["Creating Geometry"]},"175":{"title":"Geodesic paths","titles":[]},"176":{"title":"Spatial joins","titles":[]},"177":{"title":"Simple example","titles":["Spatial joins"]},"178":{"title":"Real-world example","titles":["Spatial joins"]},"179":{"title":"Enabling custom predicates","titles":["Spatial joins"]}},"dirtCount":0,"index":[["⋮",{"2":{"171":1}}],["θ",{"2":{"170":7,"171":3,"172":5}}],["☁",{"2":{"170":1}}],["✈",{"2":{"170":1}}],["÷",{"2":{"137":2}}],["ϵ",{"2":{"55":5}}],["∘",{"2":{"55":1,"104":2,"128":2,"142":1,"157":2,"179":2}}],["≥",{"2":{"46":1,"98":2,"146":1,"159":1}}],["α≈1",{"2":{"55":1}}],["α≈0",{"2":{"55":1}}],["α2",{"2":{"46":4,"55":2}}],["α",{"2":{"46":3,"55":28,"98":7}}],["α1",{"2":{"46":4,"55":2}}],["β2",{"2":{"46":4,"55":2}}],["β",{"2":{"46":4,"55":28,"98":7}}],["β1",{"2":{"46":4,"55":2}}],["^",{"2":{"171":1}}],["^3",{"2":{"171":1}}],["^n",{"2":{"127":1}}],["^2",{"2":{"45":2,"67":2}}],["^hormannpresentation",{"2":{"42":2}}],["∑λ",{"2":{"42":2}}],["∑i=2n",{"2":{"10":1}}],["λ₁",{"2":{"42":2}}],["λn",{"2":{"40":1}}],["λ3",{"2":{"40":1}}],["λ2",{"2":{"40":2}}],["λ1",{"2":{"40":2}}],["λs",{"2":{"9":3,"10":4,"42":27}}],["`$",{"2":{"167":1}}],["`libgeos",{"2":{"167":1}}],["`linearring`",{"2":{"154":1}}],["`linearsegments`",{"2":{"154":1}}],["`linestring`",{"2":{"154":1}}],["`linestringtrait`",{"2":{"142":1}}],["`line2`",{"2":{"127":1}}],["`line1`",{"2":{"127":1}}],["`line",{"2":{"54":4}}],["`equatorial",{"2":{"153":2}}],["`extents",{"2":{"147":1}}],["`inf`",{"2":{"149":1}}],["`intersects`",{"2":{"101":1}}],["`intersectingpolygons`",{"2":{"52":1,"54":1,"57":1}}],["`prefilter",{"2":{"157":1}}],["`proj",{"2":{"149":1,"153":2}}],["`polgontrait`",{"2":{"137":1}}],["`polygontrait`",{"2":{"137":1,"142":1}}],["`polygonize`",{"2":{"128":2}}],["`polygon`",{"2":{"42":3}}],["`polys`",{"2":{"53":1}}],["`poly",{"2":{"53":3,"55":1,"58":1}}],["`pointrait`",{"2":{"157":1}}],["`pointtrait`",{"2":{"137":3,"142":1}}],["`point",{"2":{"98":3}}],["`point`",{"2":{"42":4,"67":1}}],["`point2f`",{"2":{"41":1}}],["`obj`",{"2":{"137":1,"162":1,"163":1}}],["`op`",{"2":{"137":2}}],["`+`",{"2":{"137":1}}],["`alg",{"2":{"167":1}}],["`alg`",{"2":{"161":1}}],["`always",{"2":{"149":1}}],["`application",{"2":{"142":1}}],["`apply`",{"2":{"137":1,"165":1}}],["`abstractgeometrytrait`",{"2":{"137":1}}],["`abstractarray`",{"2":{"137":1}}],["`abstractmatrix`",{"2":{"128":1}}],["`calc",{"2":{"134":1}}],["`crs`",{"2":{"134":1}}],["`components`",{"2":{"137":1}}],["`collect`",{"2":{"137":1}}],["`covers`",{"2":{"76":1,"86":1}}],["`coveredby`",{"2":{"76":1,"86":1}}],["`contains`",{"2":{"73":1,"117":1}}],["`convex",{"2":{"64":2}}],["`union",{"2":{"128":2}}],["`unionintersectingpolygons`",{"2":{"146":1}}],["`unionintersectingpolygons",{"2":{"52":1,"53":2,"54":1,"55":2,"57":1,"58":2}}],["`ys`",{"2":{"128":1}}],["`flattening`",{"2":{"153":1}}],["`flattening",{"2":{"153":1}}],["`flatten`",{"2":{"137":1}}],["`f",{"2":{"137":1}}],["`featurecollectiontrait`",{"2":{"137":2}}],["`featurecollection`",{"2":{"128":2}}],["`featuretrait`",{"2":{"137":3}}],["`feature`s",{"2":{"128":1}}],["`f`",{"2":{"128":5,"137":6,"162":2,"167":1}}],["`false`",{"2":{"127":1,"128":1,"134":4,"149":1}}],["`fix",{"2":{"52":2,"53":2,"54":2,"55":2,"57":2,"58":2}}],["`douglaspeucker`",{"2":{"157":1}}],["`d`",{"2":{"149":1}}],["`difference`",{"2":{"146":1}}],["`disjoint`",{"2":{"101":1}}],["`delaunaytriangulation",{"2":{"64":1}}],["`within`",{"2":{"73":1,"117":1}}],["`weight`",{"2":{"42":1}}],["`geos`",{"2":{"167":3}}],["`geodesic`",{"2":{"153":1}}],["`geodesicsegments`",{"2":{"152":1,"153":1,"154":1}}],["`geointerface`",{"2":{"142":1}}],["`geointerface",{"2":{"137":2,"149":2}}],["`geom`",{"2":{"67":3,"137":1,"154":1}}],["`geometrycorrection`",{"2":{"140":1,"142":1,"146":2}}],["`geometry`",{"2":{"137":1,"149":2}}],["`geometrybasics",{"2":{"42":3}}],["`geometries`",{"2":{"64":1}}],["`g1`",{"2":{"67":1}}],["`gi",{"2":{"64":1,"128":1}}],["`tuple",{"2":{"168":1}}],["`tuple`s",{"2":{"163":1}}],["`tuple`",{"2":{"128":1,"163":1}}],["`time`",{"2":{"149":1}}],["`transform`",{"2":{"149":1}}],["`true`",{"2":{"76":1,"87":1,"90":2,"107":1,"117":1,"127":2,"128":1,"134":2,"149":1}}],["`threaded==true`",{"2":{"137":1}}],["`threaded`",{"2":{"134":1}}],["`tol`",{"2":{"157":2,"158":3,"159":2,"160":3,"161":4}}],["`to",{"2":{"55":1}}],["`target",{"2":{"149":3}}],["`target`",{"2":{"54":1,"137":4,"165":1}}],["`tables",{"2":{"137":1}}],["`taget`",{"2":{"52":1,"57":1}}],["`method",{"2":{"154":1}}],["`method`",{"2":{"42":3,"154":1}}],["`max",{"2":{"153":4,"154":2,"167":1}}],["`makie",{"2":{"128":1}}],["`multipointtrait`",{"2":{"137":1,"157":1}}],["`multipolygontrait`",{"2":{"137":1}}],["`multipolygon`",{"2":{"128":3}}],["`multipolygon",{"2":{"53":3,"55":3,"58":2}}],["`multipoly",{"2":{"53":7,"55":3,"58":3}}],["`minpoints`",{"2":{"128":2}}],["`number`",{"2":{"157":2,"161":3}}],["`namedtuple`",{"2":{"137":1}}],["`nothing`",{"2":{"46":1,"134":1}}],["`next",{"2":{"46":1}}],["`radialdistance`",{"2":{"157":1}}],["`ratio`",{"2":{"157":2,"161":3}}],["`reproject`",{"2":{"150":1}}],["`rebuild`",{"2":{"137":1}}],["`r`",{"2":{"42":1}}],["`rᵢ`",{"2":{"42":1}}],["`segmentize`",{"2":{"167":1}}],["`svector`",{"2":{"162":3}}],["`simplifyalg`",{"2":{"157":2}}],["`simplify",{"2":{"157":1}}],["`simplify`",{"2":{"157":2}}],["`source",{"2":{"149":3}}],["`s`",{"2":{"42":1}}],["`sᵢ`",{"2":{"42":2}}],["`s2`",{"2":{"42":1}}],["`s1`",{"2":{"42":1}}],["`hcat`",{"2":{"42":1}}],["`x`",{"2":{"137":1}}],["`xs`",{"2":{"128":1}}],["`x1",{"2":{"42":1}}],["`x1`",{"2":{"42":2}}],["`x2`",{"2":{"42":1}}],["`visvalingamwhyatt`",{"2":{"157":1}}],["`vector",{"2":{"149":1}}],["`vector`",{"2":{"128":1,"137":1}}],["`vᵢ`",{"2":{"42":1}}],["`v`",{"2":{"42":1}}],["`values`",{"2":{"42":1,"128":1}}],["`λs`",{"2":{"42":2}}],["`",{"2":{"42":2,"52":1,"53":2,"54":1,"55":3,"57":1,"58":2,"128":3,"137":1,"142":2,"149":2,"154":1,"157":3,"167":2,"168":1}}],["`bool`",{"2":{"128":2}}],["`barycentric",{"2":{"42":3}}],["`buffer`",{"2":{"39":1}}],["```jldoctest",{"2":{"51":1,"52":1,"54":1,"55":1,"57":1,"70":1,"73":1,"76":1,"86":1,"90":1,"101":1,"104":1,"107":1,"117":1,"127":1,"157":1}}],["```julia",{"2":{"10":2,"42":1,"87":1,"127":1,"137":1,"162":2,"165":1}}],["```math",{"2":{"42":1,"127":1}}],["```",{"2":{"11":1,"42":3,"51":1,"52":1,"54":1,"57":1,"70":1,"73":1,"76":1,"86":1,"90":1,"101":1,"104":1,"107":1,"117":1,"127":3,"128":11,"137":1,"157":1,"162":2,"168":1}}],["π",{"2":{"35":1,"157":1}}],["δbay",{"2":{"55":3}}],["δbax",{"2":{"55":3}}],["δby",{"2":{"55":5}}],["δbx",{"2":{"55":5}}],["δb",{"2":{"55":2}}],["δay",{"2":{"55":5}}],["δax",{"2":{"55":5}}],["δa",{"2":{"55":2}}],["δintrs",{"2":{"46":2}}],["δy2",{"2":{"127":2}}],["δy1",{"2":{"127":2}}],["δyl",{"2":{"104":4}}],["δy",{"2":{"35":8,"48":3,"98":7}}],["δys",{"2":{"35":1}}],["δx2",{"2":{"127":2}}],["δx1",{"2":{"127":2}}],["δxl",{"2":{"104":4}}],["δx",{"2":{"35":9,"48":3,"98":7}}],["⊻",{"2":{"32":1,"46":1,"53":2}}],["≤",{"2":{"32":1,"46":5,"48":14,"98":6,"159":1,"161":1,"168":4}}],["∈",{"2":{"14":1}}],["~",{"2":{"14":3}}],["$ratio",{"2":{"161":1}}],["$rectangle",{"2":{"153":2}}],["$number",{"2":{"161":1}}],["$name",{"2":{"31":2}}],["$min",{"2":{"161":1}}],["$douglas",{"2":{"157":1,"159":1}}],["$simplify",{"2":{"157":1,"158":1,"160":1}}],["$lg",{"2":{"153":1}}],["$lin",{"2":{"153":2}}],["$geom",{"2":{"157":8}}],["$geo",{"2":{"153":1}}],["$apply",{"2":{"137":1,"148":1,"149":1,"157":1}}],["$calc",{"2":{"134":1}}],["$crs",{"2":{"134":1,"147":1}}],["$tol",{"2":{"161":1}}],["$threaded",{"2":{"134":1}}],["$t",{"2":{"70":1,"137":4}}],["$target",{"2":{"53":1,"55":1,"58":1,"137":3}}],["$trait",{"2":{"51":1,"53":2,"55":2,"58":2}}],["$",{"2":{"13":4,"14":1,"42":4,"46":2,"128":3,"142":4,"154":1,"157":12,"167":1}}],["|=",{"2":{"98":4,"104":1}}],["||",{"2":{"35":2,"46":13,"48":8,"51":1,"54":1,"55":5,"57":1,"70":18,"87":2,"98":8,"104":1,"109":1,"128":7,"159":1,"161":3}}],["|",{"2":{"11":4,"98":1}}],["|>",{"2":{"11":8,"13":2,"137":1,"152":1,"153":1,"157":3,"178":2}}],["↩︎",{"2":{"10":1}}],["ᵢᵢᵢ₊₁ᵢᵢ₊₁ᵢᵢ₊₁tᵢ=det",{"2":{"10":1}}],["⋅",{"2":{"10":1,"42":1}}],["qy",{"2":{"13":2,"14":2}}],["qx",{"2":{"13":2,"14":2}}],["q",{"2":{"13":13,"14":12,"46":4}}],["qhull",{"2":{"10":1,"64":1}}],["queue",{"2":{"159":41}}],["questions",{"2":{"55":1}}],["quite",{"2":{"139":1,"178":1}}],["quickhull",{"2":{"10":1,"59":1,"64":2}}],["quick",{"2":{"8":1,"10":1,"42":1,"147":1,"156":1}}],["quality",{"2":{"10":1,"157":1}}],["quantity",{"2":{"10":1,"153":1}}],["quot",{"2":{"5":4,"10":10,"20":2,"46":8,"66":2,"67":2,"70":2,"85":4,"98":10,"135":2,"137":8,"151":6,"170":2,"177":2}}],["zone",{"2":{"171":1}}],["zoom",{"2":{"14":1}}],["zs",{"2":{"128":5}}],["zip",{"2":{"13":1,"14":1,"170":4,"171":1,"172":1}}],["zeros",{"2":{"42":1,"48":1}}],["zero",{"2":{"8":6,"10":8,"38":11,"45":3,"46":4,"48":11,"55":22,"66":1,"67":3,"127":1,"137":1,"159":4}}],["z",{"2":{"8":1,"9":1,"10":2,"42":3,"70":3,"128":3,"148":1,"162":1,"163":1}}],["0e6",{"2":{"171":6}}],["0example",{"2":{"10":1}}],["097075198097933",{"2":{"172":1}}],["09707519809793252",{"2":{"172":2}}],["091887951911644",{"2":{"172":3}}],["0999933334666654",{"2":{"170":1}}],["09801605542096",{"2":{"170":1}}],["098016055420953",{"2":{"170":3}}],["09297443860091348",{"2":{"170":4}}],["09",{"2":{"41":1}}],["08506974233813636",{"2":{"172":2}}],["08",{"2":{"41":1}}],["062749678615475",{"2":{"172":1}}],["06274967861547665",{"2":{"172":2}}],["06592462566760626",{"2":{"170":1}}],["0650624499034016",{"2":{"170":4}}],["06",{"2":{"41":1}}],["02017324484778",{"2":{"172":1}}],["020173244847778715",{"2":{"172":2}}],["027886421973952302",{"2":{"170":4}}],["02",{"2":{"41":3}}],["04500741774392",{"2":{"172":1}}],["045007417743918",{"2":{"172":2}}],["049999166670833324",{"2":{"170":1}}],["0438052480035",{"2":{"170":1}}],["043805248003498",{"2":{"170":3}}],["04",{"2":{"41":6}}],["07518688541961",{"2":{"172":1}}],["075186885419612",{"2":{"172":2}}],["071",{"2":{"152":2,"153":2}}],["07",{"2":{"41":6,"152":6,"153":6}}],["009176636029576",{"2":{"172":1}}],["0091766360295773",{"2":{"172":2}}],["003135308800957",{"2":{"172":1}}],["0031353088009582475",{"2":{"172":2}}],["0035114210915891397",{"2":{"170":4}}],["006784125578492062",{"2":{"172":2}}],["0020133807972559925",{"2":{"172":2}}],["00839489109211",{"2":{"172":3}}],["008696",{"2":{"7":1,"10":3,"54":1,"55":1,"100":1,"101":1}}],["005465967083412071",{"2":{"170":4}}],["00111595449914",{"2":{"170":1}}],["001115954499138",{"2":{"170":3}}],["0010075412835199304",{"2":{"170":4}}],["001",{"2":{"157":1}}],["00085222666982",{"2":{"172":3}}],["000577332369005",{"2":{"172":1}}],["0005773323690041465",{"2":{"172":2}}],["000510363870095e6",{"2":{"171":2}}],["00025191811248184703",{"2":{"172":2}}],["000215611503127e6",{"2":{"171":2}}],["0007260527263e6",{"2":{"171":2}}],["000342160541625e6",{"2":{"171":2}}],["000124843834609e6",{"2":{"171":2}}],["000063948817746e6",{"2":{"171":2}}],["000026987852369e6",{"2":{"171":2}}],["000008144045314",{"2":{"172":1}}],["000007998400139e6",{"2":{"171":2}}],["000000999950001e6",{"2":{"171":2}}],["00001e6",{"2":{"171":1}}],["0004397316773170068",{"2":{"170":4}}],["000",{"2":{"157":1,"175":1}}],["00",{"2":{"41":2}}],["053798628882221644",{"2":{"172":2}}],["05877989361332",{"2":{"170":1}}],["058779893613323",{"2":{"170":3}}],["05416726609360478",{"2":{"170":4}}],["05",{"2":{"41":1}}],["052704767595",{"2":{"15":1}}],["037564867762832",{"2":{"172":1}}],["03756486776283019",{"2":{"172":2}}],["031245035570328428",{"2":{"172":2}}],["033518309870985",{"2":{"172":3}}],["03503632062070827",{"2":{"170":4}}],["03",{"2":{"41":4}}],["01458815628695",{"2":{"172":3}}],["016044338630866517",{"2":{"172":2}}],["01592650896568995",{"2":{"170":1}}],["01597247419241532",{"2":{"170":4}}],["01908693278165",{"2":{"170":1}}],["019086932781654",{"2":{"170":3}}],["01098781325325",{"2":{"170":1}}],["010987813253244",{"2":{"170":3}}],["011814947665167774",{"2":{"170":4}}],["01362848005",{"2":{"15":1}}],["01",{"2":{"14":1,"41":1,"152":1,"153":1,"170":1,"171":1,"172":1}}],["0^",{"2":{"13":2,"14":2}}],["0+2",{"2":{"13":2,"14":2}}],["0",{"2":{"7":35,"8":12,"10":190,"11":1,"13":5,"14":8,"15":32,"34":20,"35":3,"37":9,"38":4,"41":155,"42":2,"44":6,"45":6,"46":49,"47":13,"48":5,"50":22,"51":49,"52":42,"54":2,"55":21,"57":46,"58":2,"62":1,"66":20,"67":2,"69":13,"70":18,"72":16,"75":6,"76":6,"85":6,"86":12,"87":9,"89":15,"98":37,"103":13,"104":9,"106":12,"107":11,"116":16,"127":21,"128":7,"139":24,"145":64,"146":4,"152":16,"153":13,"154":1,"157":11,"159":7,"161":4,"168":2,"170":129,"171":2,"172":46,"177":13}}],[">=",{"2":{"42":6,"87":4,"104":1,"161":1}}],[">",{"2":{"5":1,"10":6,"11":2,"13":1,"15":2,"35":1,"42":1,"46":17,"48":3,"51":5,"52":1,"53":1,"55":2,"57":1,"58":3,"66":1,"70":1,"87":8,"98":10,"104":2,"127":4,"128":12,"137":5,"142":1,"146":3,"154":2,"157":1,"159":12,"161":3,"162":1,"168":1,"178":1}}],["914930257661865",{"2":{"172":1}}],["96875496442967",{"2":{"172":1}}],["961329",{"2":{"7":1,"10":3,"54":1,"55":1,"100":1,"101":1}}],["983955661369134",{"2":{"172":1}}],["9833",{"2":{"15":1}}],["9877550012664",{"2":{"170":1}}],["9840085315131",{"2":{"170":1}}],["98271048511609",{"2":{"170":1}}],["98661575256801",{"2":{"170":1}}],["99321587442151",{"2":{"172":1}}],["99375130197483",{"2":{"170":1}}],["997986619202745",{"2":{"172":1}}],["997750168744936",{"2":{"170":1}}],["997247091122496",{"2":{"170":1}}],["99600053330489",{"2":{"170":1}}],["991002699676024",{"2":{"170":1}}],["990022362600165",{"2":{"170":1}}],["99292997455441",{"2":{"170":1}}],["99533829767195",{"2":{"170":1}}],["99865616402829",{"2":{"170":1}}],["999999967681458e6",{"2":{"171":2}}],["999997707902938e6",{"2":{"171":2}}],["999987539891298e6",{"2":{"171":2}}],["999963474314044e6",{"2":{"171":2}}],["999919535736425e6",{"2":{"171":2}}],["999974634566875",{"2":{"170":1}}],["999849768598615e6",{"2":{"171":2}}],["999748081887518",{"2":{"172":1}}],["999748243174828e6",{"2":{"171":2}}],["999750002083324",{"2":{"170":1}}],["999609061508909e6",{"2":{"171":2}}],["999426363321033e6",{"2":{"171":2}}],["999194331880103e6",{"2":{"171":2}}],["99900003333289",{"2":{"170":1}}],["999565375483215",{"2":{"170":1}}],["9im",{"2":{"98":2,"176":1}}],["97976366505997",{"2":{"170":1}}],["9783069507679",{"2":{"170":1}}],["97",{"2":{"41":1}}],["946201371117777",{"2":{"172":1}}],["94",{"2":{"41":1}}],["92",{"2":{"41":1}}],["95770326033",{"2":{"15":1}}],["95",{"2":{"13":1,"14":1,"175":1}}],["900",{"2":{"153":1}}],["90063612163",{"2":{"11":2}}],["90",{"2":{"34":9,"41":1}}],["909318372607",{"2":{"11":3}}],["9",{"2":{"5":1,"10":1,"98":2,"127":12,"152":1,"162":1}}],["897070",{"2":{"175":1}}],["873633668827033",{"2":{"172":1}}],["8135804051007",{"2":{"170":1}}],["813580405100698",{"2":{"170":3}}],["88",{"2":{"41":1}}],["86641841658641",{"2":{"170":1}}],["866418416586406",{"2":{"170":3}}],["86",{"2":{"41":1}}],["868447876892",{"2":{"15":2}}],["84",{"2":{"41":1}}],["821068835162155",{"2":{"172":1}}],["82",{"2":{"41":1}}],["800",{"2":{"41":1}}],["80000",{"2":{"15":5}}],["80",{"2":{"41":1}}],["80869813739",{"2":{"15":2}}],["856614689791036e",{"2":{"15":2}}],["83572303404496",{"2":{"10":2,"54":1,"55":1}}],["8",{"2":{"5":3,"10":9,"13":1,"14":1,"52":2,"57":4,"98":1,"128":3,"152":1,"162":3,"172":2}}],["+5000000",{"2":{"171":1}}],["+proj=natearth2",{"2":{"171":2}}],["+=",{"2":{"38":2,"42":11,"45":6,"46":17,"48":10,"51":1,"70":1,"87":1,"98":5,"127":1,"146":2,"159":4,"168":3}}],["+",{"2":{"5":1,"10":2,"13":1,"14":1,"32":9,"35":4,"38":1,"42":20,"45":10,"46":15,"48":7,"51":1,"55":10,"67":3,"70":2,"87":2,"98":6,"127":6,"128":2,"146":3,"154":2,"159":3,"160":2,"161":2,"170":6,"171":1,"172":4}}],["yticklabelsvisible",{"2":{"171":1}}],["york",{"2":{"178":1}}],["yoffset",{"2":{"170":7,"172":2}}],["your",{"0":{"174":1},"2":{"18":1,"39":1,"128":1,"130":1,"150":1,"153":1,"173":1,"174":1,"179":2}}],["you",{"0":{"23":1},"2":{"2":1,"5":1,"8":1,"9":2,"10":11,"11":1,"17":1,"18":5,"23":1,"29":2,"35":1,"38":1,"39":1,"42":8,"45":1,"52":1,"54":1,"57":1,"63":1,"64":1,"130":1,"139":1,"145":1,"150":1,"152":1,"153":1,"154":1,"162":1,"165":1,"171":1,"173":2,"174":3,"177":2,"178":3,"179":4}}],["y=y",{"2":{"168":1}}],["yvec",{"2":{"128":4}}],["ybounds",{"2":{"128":4}}],["yhalf",{"2":{"128":3}}],["ylast",{"2":{"67":3}}],["yfirst",{"2":{"67":5}}],["y0",{"2":{"67":5}}],["yw",{"2":{"48":4}}],["ye",{"2":{"48":4}}],["yet",{"0":{"129":1},"2":{"31":1,"42":1,"51":1,"53":1,"55":1,"58":1,"70":1,"128":1,"129":1,"142":2,"178":1}}],["y2",{"2":{"45":2,"48":18,"67":7,"87":10,"98":5,"104":4,"128":5,"154":6,"168":2}}],["y1",{"2":{"45":2,"48":22,"67":7,"87":11,"98":6,"104":5,"128":5,"154":7,"168":2}}],["yind+1",{"2":{"128":1}}],["yind",{"2":{"128":2}}],["yinterior",{"2":{"45":2}}],["yield",{"2":{"55":1,"153":1}}],["yi+yi−1",{"2":{"10":1}}],["ycentroid",{"2":{"45":13}}],["yrange",{"2":{"41":3,"66":3}}],["yautolimits",{"2":{"41":2}}],["yp2",{"2":{"35":4}}],["ys",{"2":{"10":3,"128":30}}],["ymax",{"2":{"10":1,"47":2,"48":48}}],["ymin",{"2":{"10":1,"47":2,"48":49}}],["y",{"2":{"5":2,"8":1,"10":4,"13":9,"14":10,"35":8,"38":2,"41":8,"44":1,"45":10,"46":6,"47":1,"48":8,"53":6,"55":8,"66":2,"67":7,"70":3,"87":21,"98":16,"104":7,"127":10,"130":2,"137":1,"148":4,"149":1,"154":2,"161":1,"162":2,"163":2,"168":7,"170":8,"171":2,"172":2,"176":1}}],["75",{"2":{"66":2,"72":1,"89":1,"116":1}}],["78",{"2":{"41":1}}],["749907",{"2":{"175":1}}],["74",{"2":{"41":1}}],["72",{"2":{"41":1}}],["726711609794",{"2":{"15":1}}],["76",{"2":{"41":1}}],["76085",{"2":{"15":1}}],["768946",{"2":{"7":1,"10":3,"54":1,"55":1,"100":1,"101":1}}],["70440582002419",{"2":{"170":1}}],["704405820024185",{"2":{"170":3}}],["704377648755",{"2":{"15":2}}],["700",{"2":{"14":1}}],["700454",{"2":{"10":1,"156":1,"157":1}}],["701141",{"2":{"10":1,"156":1,"157":1}}],["70",{"2":{"10":20,"41":1,"156":20,"157":20,"170":20}}],["738281",{"2":{"7":1,"10":3,"54":1,"55":1,"100":1,"101":1}}],["7",{"2":{"5":5,"10":5,"98":1,"137":1,"152":4,"153":4,"162":4,"172":1}}],["65533525026046",{"2":{"170":1}}],["655335250260467",{"2":{"170":3}}],["659942",{"2":{"10":1,"156":1,"157":1}}],["6area",{"2":{"45":2}}],["66",{"2":{"41":1}}],["668869",{"2":{"10":1,"156":1,"157":1}}],["64744840486518",{"2":{"172":3}}],["64",{"2":{"41":1,"152":2,"153":2}}],["646209",{"2":{"10":1,"156":1,"157":1}}],["629",{"2":{"171":1}}],["62",{"2":{"41":1}}],["624923",{"2":{"10":1,"156":1,"157":1}}],["61366192682",{"2":{"15":1}}],["614624",{"2":{"10":1,"156":1,"157":1}}],["605000000000004",{"2":{"152":2}}],["60",{"2":{"41":1,"152":2}}],["60000",{"2":{"15":3}}],["609817",{"2":{"10":1,"156":1,"157":1}}],["603637",{"2":{"10":2,"156":2,"157":2}}],["68",{"2":{"41":1}}],["682601",{"2":{"10":1,"156":1,"157":1}}],["683975",{"2":{"10":1,"156":1,"157":1}}],["69159119078359",{"2":{"172":3}}],["694274",{"2":{"10":1,"156":1,"157":1}}],["697021",{"2":{"10":1,"156":1,"157":1}}],["639343",{"2":{"10":1,"156":1,"157":1}}],["6",{"2":{"5":12,"7":4,"10":23,"52":3,"57":3,"98":1,"104":4,"137":3,"157":1,"162":9,"172":2}}],["51695367760999",{"2":{"172":1}}],["516953677609987",{"2":{"172":2}}],["51030066635026",{"2":{"170":4}}],["5e6",{"2":{"171":2}}],["55715336218991",{"2":{"172":1}}],["557153362189904",{"2":{"172":2}}],["55",{"2":{"170":3}}],["55494217175954",{"2":{"170":4}}],["57",{"2":{"152":4,"153":4}}],["57725",{"2":{"15":2}}],["5x",{"2":{"137":1}}],["563198",{"2":{"55":1}}],["56",{"2":{"41":1}}],["54",{"2":{"41":1,"170":19}}],["50",{"2":{"41":1,"152":4,"153":4,"170":3}}],["500000",{"2":{"171":1}}],["50000",{"2":{"15":1}}],["500",{"2":{"14":1,"171":1}}],["5d",{"2":{"25":1,"27":1}}],["52",{"2":{"41":1,"175":1}}],["52521",{"2":{"15":1}}],["52709",{"2":{"15":2}}],["594711",{"2":{"10":1,"156":1,"157":1}}],["590591",{"2":{"10":1,"156":1,"157":1}}],["595397",{"2":{"10":1,"156":1,"157":1}}],["535",{"2":{"152":4}}],["5355",{"2":{"152":2}}],["53333",{"2":{"15":4}}],["53",{"2":{"10":10,"152":2,"168":10}}],["58",{"2":{"41":1}}],["58059",{"2":{"15":2}}],["587158",{"2":{"10":2,"156":2,"157":2}}],["58375366067548",{"2":{"10":2,"54":1,"55":1}}],["584961",{"2":{"7":1,"10":3,"54":1,"55":1,"100":1,"101":1}}],["5",{"2":{"5":29,"7":4,"8":8,"10":84,"13":1,"41":1,"50":5,"51":8,"52":16,"57":18,"66":8,"70":8,"98":1,"104":4,"128":1,"137":2,"152":1,"153":1,"162":27,"170":32,"171":25,"179":1}}],["358421",{"2":{"175":1}}],["3585",{"2":{"152":1}}],["35",{"2":{"41":3}}],["354492",{"2":{"7":1,"10":3,"54":1,"55":1,"100":1,"101":1}}],["38042741557976",{"2":{"170":1}}],["380427415579764",{"2":{"170":3}}],["38",{"2":{"41":3}}],["3655999675063154",{"2":{"170":1}}],["36",{"2":{"41":2}}],["360",{"2":{"35":1}}],["36022",{"2":{"15":1}}],["327284472232776",{"2":{"172":3}}],["32610",{"2":{"171":3}}],["32",{"2":{"41":3}}],["377956",{"2":{"175":1}}],["37",{"2":{"41":5}}],["3497142366876638",{"2":{"170":1}}],["34",{"2":{"41":3}}],["31571636123306385",{"2":{"170":1}}],["31",{"2":{"41":2}}],["30151010318639",{"2":{"170":4}}],["30527612515520186",{"2":{"170":4}}],["300",{"2":{"66":1}}],["30",{"2":{"14":2,"41":3,"170":2}}],["3376428491230612",{"2":{"170":4}}],["3390",{"2":{"98":1}}],["33333333333",{"2":{"15":1}}],["333333333336",{"2":{"15":3}}],["33",{"2":{"10":20,"156":20,"157":20}}],["3d",{"2":{"8":1,"10":1,"42":2,"70":1,"137":1,"151":1}}],["3",{"2":{"5":13,"7":4,"9":1,"10":29,"14":2,"42":13,"44":6,"46":1,"52":6,"57":5,"69":1,"73":1,"86":1,"90":1,"98":2,"103":1,"117":1,"128":7,"137":3,"145":16,"152":4,"157":3,"159":2,"161":1,"162":11,"171":1,"172":1,"177":1}}],["39945867303846",{"2":{"172":3}}],["3995734698458635",{"2":{"170":1}}],["399918",{"2":{"10":2,"156":2,"157":2}}],["394759",{"2":{"10":1,"156":1,"157":1}}],["392466",{"2":{"10":1,"156":1,"157":1}}],["395332",{"2":{"10":1,"156":1,"157":1}}],["39",{"0":{"30":1},"2":{"0":1,"2":2,"4":1,"7":1,"8":5,"10":21,"17":2,"18":1,"19":1,"23":1,"29":1,"35":1,"37":1,"38":1,"40":1,"41":3,"42":2,"44":6,"45":3,"46":28,"48":1,"50":1,"51":1,"53":1,"54":4,"55":1,"58":2,"63":2,"67":4,"70":7,"75":1,"85":2,"92":2,"98":19,"104":1,"106":2,"109":2,"128":3,"130":2,"132":3,"133":1,"137":5,"143":6,"144":1,"152":6,"153":1,"155":1,"157":2,"165":2,"166":3,"167":6,"169":1,"170":6,"171":6,"172":4,"173":4,"174":5,"176":1,"178":1,"179":2}}],["1st",{"2":{"55":6}}],["198232937815632",{"2":{"172":1}}],["19823293781563178",{"2":{"172":2}}],["1999466709331708",{"2":{"170":1}}],["1998",{"2":{"52":1,"54":1,"57":1}}],["19",{"2":{"41":2,"98":2}}],["11591614996189725",{"2":{"170":1}}],["11966707868197",{"2":{"170":1}}],["119667078681967",{"2":{"170":3}}],["110m",{"2":{"171":2}}],["110",{"2":{"62":1,"171":1}}],["11",{"2":{"15":2,"41":2,"98":1}}],["1145",{"2":{"52":1,"54":1,"57":1}}],["114",{"2":{"0":1}}],["16589608273778408",{"2":{"170":1}}],["165644",{"2":{"127":2}}],["16692537029320365",{"2":{"170":4}}],["166644",{"2":{"127":2}}],["163434",{"2":{"127":2}}],["169356",{"2":{"127":2}}],["164434",{"2":{"127":2}}],["16111",{"2":{"15":1}}],["16",{"2":{"13":1,"14":1,"41":2,"98":2}}],["180",{"2":{"35":1,"127":1}}],["18593721105",{"2":{"15":1}}],["18",{"2":{"13":1,"14":1,"41":3,"98":2}}],["1em",{"2":{"10":2}}],["1px",{"2":{"10":2}}],["13309630561615",{"2":{"172":3}}],["13401805979",{"2":{"15":2}}],["13",{"2":{"10":3,"41":1,"52":1,"57":2,"98":1}}],["10n",{"2":{"171":1}}],["10832215707812454",{"2":{"170":4}}],["10^9",{"2":{"13":1}}],["1000000",{"2":{"171":1}}],["1000",{"2":{"13":2,"152":2,"171":1,"177":2}}],["100",{"2":{"10":2,"14":3,"61":1,"63":1,"128":2,"175":1}}],["10",{"2":{"10":14,"11":1,"37":1,"41":5,"50":4,"51":10,"52":2,"54":1,"57":2,"69":2,"98":3,"103":2,"153":1,"157":4,"170":1}}],["14182952335953",{"2":{"172":1}}],["14182952335952814",{"2":{"172":2}}],["14404531208901e",{"2":{"172":2}}],["1499775010124783",{"2":{"170":1}}],["1464721641710074",{"2":{"170":4}}],["14",{"2":{"7":1,"10":5,"41":2,"54":2,"55":2,"98":1,"100":1,"101":1,"152":2,"153":2}}],["15488729606723",{"2":{"172":3}}],["15",{"2":{"7":1,"10":4,"41":1,"50":1,"51":1,"54":1,"55":1,"98":1,"100":1,"101":1}}],["17893116483784577",{"2":{"172":2}}],["17289902010158",{"2":{"170":1}}],["172899020101585",{"2":{"170":3}}],["170356",{"2":{"127":2}}],["17",{"2":{"7":1,"10":3,"41":3,"54":1,"55":1,"98":2,"100":1,"101":1}}],["125",{"2":{"10":2,"54":1,"55":1}}],["127",{"2":{"7":1,"10":3,"54":1,"55":1,"100":1,"101":1,"171":1}}],["123",{"2":{"7":1,"10":3,"54":1,"55":1,"100":1,"101":1}}],["12636633117296836",{"2":{"172":2}}],["126",{"2":{"7":1,"10":3,"54":1,"55":1,"100":1,"101":1}}],["12",{"2":{"7":1,"10":3,"41":2,"54":1,"55":1,"98":1,"100":1,"101":1,"178":1}}],["124",{"2":{"7":1,"10":3,"54":1,"55":1,"100":1,"101":1}}],["1",{"2":{"5":8,"7":38,"10":63,"13":1,"14":4,"15":1,"32":15,"34":4,"35":15,"37":7,"40":2,"41":11,"42":16,"44":4,"45":7,"46":72,"47":9,"48":15,"50":1,"51":10,"53":3,"55":9,"57":4,"58":11,"63":6,"66":7,"67":6,"70":16,"72":2,"73":6,"75":2,"76":2,"85":2,"86":8,"87":12,"89":2,"90":5,"98":38,"104":6,"106":4,"107":5,"109":1,"116":2,"117":6,"127":16,"128":25,"137":9,"139":12,"140":2,"146":9,"153":1,"154":4,"157":8,"159":15,"160":3,"161":15,"162":6,"168":9,"170":8,"171":44,"172":12,"173":1,"177":8,"178":3}}],["=>",{"2":{"137":2}}],["=float64",{"2":{"45":3,"54":1,"57":1}}],["=false",{"2":{"35":1}}],["=",{"2":{"5":5,"7":17,"8":7,"9":2,"10":62,"11":1,"13":19,"14":33,"15":18,"31":4,"32":12,"34":4,"35":56,"37":6,"38":25,"39":3,"41":35,"42":110,"44":6,"45":36,"46":323,"47":6,"48":96,"50":7,"51":29,"52":21,"53":30,"54":18,"55":143,"57":21,"58":77,"61":6,"62":4,"63":14,"64":4,"66":15,"67":52,"69":7,"70":40,"72":7,"73":3,"75":4,"76":23,"77":3,"78":7,"79":14,"80":14,"81":4,"82":2,"83":2,"85":5,"86":3,"87":57,"89":7,"90":18,"91":3,"92":11,"93":17,"94":9,"95":3,"96":2,"97":2,"98":189,"100":3,"101":3,"103":7,"104":40,"106":3,"107":22,"108":3,"109":9,"110":14,"111":10,"112":6,"113":2,"114":2,"116":7,"117":22,"118":3,"119":11,"120":14,"121":14,"122":4,"123":2,"124":2,"127":32,"128":106,"130":1,"134":4,"137":90,"139":2,"140":4,"142":9,"145":3,"146":30,"147":1,"150":2,"152":16,"153":21,"154":18,"155":2,"156":5,"157":60,"158":11,"159":49,"160":7,"161":43,"162":2,"163":1,"165":6,"166":2,"167":3,"168":42,"170":45,"171":19,"172":13,"173":3,"174":4,"175":7,"177":12,"178":6,"179":2}}],["===",{"2":{"87":8,"127":4}}],["==",{"2":{"2":1,"19":1,"32":7,"35":4,"38":2,"39":2,"42":9,"45":1,"46":34,"48":30,"53":1,"55":20,"57":2,"58":1,"62":1,"66":1,"70":16,"98":44,"104":2,"127":3,"128":18,"137":1,"140":1,"142":1,"146":1,"150":1,"153":2,"157":1,"161":3}}],["utm",{"2":{"171":1}}],["utility",{"0":{"168":1},"2":{"42":1,"137":2}}],["utils",{"0":{"161":1},"2":{"31":1}}],["u2",{"2":{"98":4}}],["u1",{"2":{"98":4}}],["update",{"2":{"46":6,"128":10}}],["updated",{"2":{"46":6,"137":3}}],["updates",{"2":{"42":1}}],["up",{"2":{"46":2,"55":1,"98":1,"111":1,"135":1,"145":1,"159":2,"170":2}}],["upper",{"2":{"10":1,"128":1,"177":1}}],["uv",{"2":{"42":1}}],["u>",{"2":{"10":2}}],["u>geometryops",{"2":{"10":2}}],["usage",{"2":{"178":1}}],["usa",{"0":{"62":1},"2":{"62":4,"157":15,"178":3}}],["us",{"2":{"38":1,"64":1,"171":1,"178":1}}],["usually",{"2":{"10":1,"26":2,"59":1,"132":1,"137":1,"174":1}}],["usual",{"2":{"10":1,"140":1,"143":1}}],["usecases",{"2":{"25":1,"27":1}}],["uses",{"2":{"10":2,"59":1,"64":1,"98":1,"149":1,"153":1,"157":1,"174":1}}],["users",{"2":{"31":1,"130":1,"144":1}}],["user",{"2":{"10":12,"23":1,"45":1,"52":3,"54":3,"57":3,"158":1,"159":1,"160":1,"176":1}}],["useful",{"2":{"10":10,"42":1,"128":1,"151":1,"154":1,"157":2,"167":1}}],["used",{"2":{"5":1,"9":1,"10":8,"35":1,"38":1,"40":1,"42":1,"45":2,"46":7,"48":1,"51":1,"55":1,"66":1,"67":1,"70":1,"104":1,"128":2,"132":1,"137":3,"138":1,"154":1,"157":1,"159":2,"164":2,"165":1,"171":1,"174":1,"176":2,"177":1}}],["use",{"2":{"5":2,"8":1,"9":1,"10":10,"11":1,"20":1,"23":1,"26":1,"42":1,"46":1,"58":1,"64":2,"87":2,"104":1,"128":1,"129":1,"134":1,"137":7,"140":1,"148":1,"152":1,"154":1,"157":1,"159":2,"167":3,"170":1,"174":1,"176":2,"179":2}}],["using",{"0":{"171":1},"2":{"5":4,"8":1,"9":3,"10":12,"11":4,"13":4,"14":1,"15":1,"31":6,"32":1,"34":1,"35":1,"37":2,"38":2,"39":3,"41":4,"42":7,"44":2,"45":1,"46":5,"47":2,"48":1,"50":2,"51":1,"53":3,"55":4,"56":1,"58":3,"61":1,"62":2,"63":1,"64":2,"66":2,"67":2,"69":2,"70":1,"72":2,"73":1,"75":2,"76":1,"83":1,"85":2,"86":1,"87":1,"89":2,"90":1,"97":1,"98":1,"100":2,"101":1,"103":2,"104":1,"106":2,"107":1,"114":1,"116":2,"117":1,"124":1,"127":1,"128":5,"129":1,"130":2,"135":1,"137":4,"140":1,"143":1,"146":1,"147":2,"148":1,"149":1,"150":3,"152":1,"153":5,"154":1,"157":3,"159":1,"161":1,"162":4,"163":2,"167":2,"168":1,"169":4,"170":1,"172":1,"173":2,"175":1,"176":1,"177":4,"178":2}}],["until",{"2":{"128":3,"135":1,"159":1,"167":1}}],["unprocessed",{"2":{"46":1}}],["unknown",{"2":{"46":4,"48":15}}],["unknown=3",{"2":{"46":1}}],["unmatched",{"2":{"46":9,"48":26}}],["understand",{"2":{"164":1}}],["under",{"2":{"38":2,"174":1}}],["undergrad",{"2":{"2":1}}],["undef",{"2":{"35":2,"46":1,"158":1,"159":1,"161":2,"168":2}}],["unless",{"2":{"22":1,"46":1,"53":2,"55":2,"58":2}}],["unlike",{"2":{"18":1,"164":1}}],["unstable",{"2":{"13":1,"137":1,"166":1}}],["unneeded",{"2":{"10":3,"46":1,"52":2,"54":2,"57":2}}],["unnecessary",{"2":{"10":3,"128":1,"158":1,"159":1,"160":1}}],["universal",{"2":{"171":1}}],["united",{"2":{"157":1}}],["unify",{"2":{"25":1,"27":1}}],["unique",{"2":{"10":2,"55":3,"143":2,"146":2}}],["unioning",{"2":{"58":1}}],["unionintersectingpolygons",{"2":{"4":1,"10":8,"52":1,"53":2,"54":1,"55":2,"57":1,"58":2,"143":2,"144":2,"145":1,"146":4}}],["unions",{"0":{"58":1},"2":{"18":1,"165":1}}],["union",{"0":{"57":1},"2":{"4":1,"5":2,"7":2,"8":4,"10":22,"11":3,"23":2,"31":1,"35":2,"38":1,"42":1,"45":4,"46":7,"48":1,"54":2,"57":18,"58":30,"67":1,"70":8,"78":2,"79":4,"80":1,"82":2,"83":1,"92":2,"93":6,"96":2,"97":1,"104":4,"109":2,"110":4,"111":1,"113":2,"114":1,"119":2,"120":4,"121":1,"123":2,"124":1,"127":1,"128":5,"130":1,"135":3,"137":6,"143":1,"144":1,"146":9,"154":4,"157":2,"158":3,"159":3,"160":3,"165":4,"168":1}}],["unchanged",{"2":{"5":1,"10":2,"137":1,"157":1}}],["unwrap",{"2":{"4":1,"10":3,"132":1,"137":16}}],["karnataka",{"2":{"178":1}}],["kbn",{"2":{"11":2}}],["k",{"2":{"10":1,"14":6,"42":1,"46":5,"98":5,"170":5,"172":5}}],["kernel",{"2":{"154":4}}],["keepat",{"2":{"57":1,"146":2}}],["keep",{"2":{"46":3,"128":1,"146":14,"152":1,"177":1}}],["keeping",{"2":{"10":1,"137":1,"148":1}}],["keys",{"2":{"128":4}}],["key",{"2":{"10":1,"128":4,"167":5}}],["keyword",{"2":{"10":8,"23":1,"52":1,"54":1,"57":1,"134":6,"137":1,"147":2,"153":2,"167":4,"171":1,"172":1}}],["keywords",{"2":{"5":2,"8":1,"10":10,"98":2,"128":1,"134":1,"137":1,"147":1,"148":2,"149":3,"157":8,"158":1,"159":1,"160":1,"161":1,"163":2}}],["known",{"2":{"48":2}}],["know",{"2":{"10":3,"35":2,"46":1,"48":1,"52":1,"54":1,"55":2,"57":1,"58":1,"137":1,"177":1}}],["kwargs",{"2":{"39":3,"48":1,"51":1,"52":3,"53":3,"54":4,"55":5,"57":3,"58":5,"142":2,"150":1,"153":1}}],["kwdef",{"2":{"31":1,"46":1,"153":1,"158":1,"159":1,"160":1}}],["kw",{"2":{"5":1,"10":11,"98":10,"128":20,"137":21,"148":3,"157":15,"160":1,"162":3,"163":3,"167":6}}],["kinds",{"2":{"23":1}}],["kind",{"2":{"2":1,"128":1}}],["json",{"2":{"174":3}}],["jstep",{"2":{"70":3}}],["jstart",{"2":{"70":7}}],["joined",{"2":{"177":4}}],["joins",{"0":{"176":1},"1":{"177":1,"178":1,"179":1},"2":{"176":3}}],["joinpath",{"2":{"157":2}}],["join",{"2":{"137":2,"176":4,"177":5,"179":1}}],["joining",{"2":{"10":2,"157":1,"176":1}}],["jpn",{"2":{"178":2}}],["jp",{"2":{"70":2}}],["jhole",{"2":{"70":2}}],["jh",{"2":{"58":5}}],["j+1",{"2":{"46":1,"128":1,"161":1}}],["j",{"2":{"46":24,"70":8,"87":9,"98":12,"127":2,"128":8,"161":2}}],["jet",{"2":{"41":1}}],["just",{"2":{"8":1,"10":1,"45":1,"46":2,"55":4,"58":1,"63":1,"67":2,"128":1,"135":1,"137":3,"153":1,"176":1}}],["julialand",{"2":{"171":2}}],["julialines",{"2":{"37":1}}],["julialinearsegments",{"2":{"10":1}}],["juliahole",{"2":{"170":1}}],["juliaplot",{"2":{"171":2}}],["juliap1",{"2":{"170":1}}],["juliapoly",{"2":{"171":1}}],["juliapolygon3",{"2":{"171":1}}],["juliapolygon1",{"2":{"170":1}}],["juliapolygonize",{"2":{"10":1}}],["juliapolygon",{"2":{"10":1}}],["juliapoints",{"2":{"177":1}}],["juliapoint",{"2":{"170":1}}],["juliaxoffset",{"2":{"170":3,"172":1}}],["juliax",{"2":{"170":2}}],["juliaxrange",{"2":{"66":1}}],["julia$apply",{"2":{"163":1}}],["julia$threaded",{"2":{"147":1}}],["julia6",{"2":{"157":1}}],["julia```jldoctest",{"2":{"168":1}}],["julia```julia",{"2":{"128":1}}],["julia```",{"2":{"87":1,"165":1}}],["julia1",{"2":{"52":1,"54":1,"55":1,"57":1}}],["julia2",{"2":{"51":1}}],["juliabase",{"2":{"32":1,"42":1,"67":4,"137":1,"167":1}}],["juliabarycentric",{"2":{"9":3,"10":3}}],["juliafig",{"2":{"170":1,"171":1}}],["juliafalse",{"2":{"127":1}}],["juliafunction",{"2":{"35":2,"39":2,"42":3,"45":1,"46":11,"48":2,"51":1,"53":1,"55":2,"58":1,"64":1,"67":8,"98":6,"104":2,"109":1,"129":1,"137":5,"150":1,"153":1,"161":2}}],["juliafor",{"2":{"31":1,"137":2}}],["juliaflexijoins",{"2":{"179":1}}],["juliaflipped",{"2":{"130":1}}],["juliaflip",{"2":{"10":1}}],["juliaflatten",{"2":{"10":1,"132":1}}],["juliagi",{"2":{"11":2,"32":1}}],["juliago",{"2":{"11":1,"34":1,"37":1,"47":1,"69":1,"72":1,"75":1,"85":1,"89":1,"100":1,"103":1,"106":1,"116":1,"176":1}}],["juliageopoly1",{"2":{"172":1}}],["juliageointerface",{"2":{"168":1}}],["juliageometry",{"2":{"64":1}}],["juliageo",{"2":{"10":2}}],["juliageodesicsegments",{"2":{"10":1}}],["juliageos",{"2":{"10":1}}],["juliaweighted",{"2":{"10":1}}],["juliawithin",{"2":{"7":1,"10":1}}],["juliaunwrap",{"2":{"10":1,"137":6}}],["juliaunion",{"2":{"10":1}}],["juliaunionintersectingpolygons",{"2":{"10":1,"143":1}}],["juliausing",{"2":{"10":1,"13":1,"14":1,"41":1,"152":2,"153":1,"156":1,"157":1,"173":1}}],["juliascatter",{"2":{"177":1}}],["juliasource",{"2":{"171":2}}],["juliasimplify",{"2":{"10":1,"157":3}}],["juliasigned",{"2":{"8":2,"10":2}}],["juliasegmentize",{"2":{"10":1}}],["julias1",{"2":{"10":1}}],["juliavisvalingamwhyatt",{"2":{"10":1}}],["juliaring3",{"2":{"171":1}}],["juliaring1",{"2":{"170":1}}],["juliar",{"2":{"170":2,"171":1,"172":1}}],["juliareconstruct",{"2":{"10":1,"132":1}}],["juliarebuild",{"2":{"10":1,"132":1}}],["juliareproject",{"2":{"5":1}}],["juliaradialdistance",{"2":{"10":1}}],["juliamy",{"2":{"179":1}}],["juliamultipoly",{"2":{"157":1}}],["juliamodule",{"2":{"31":1}}],["juliamonotonechainmethod",{"2":{"10":1}}],["juliameanvalue",{"2":{"10":1}}],["juliadf",{"2":{"173":1}}],["juliadestination",{"2":{"171":1}}],["juliadouglaspeucker",{"2":{"10":1}}],["juliadifference",{"2":{"10":1}}],["juliadiffintersectingpolygons",{"2":{"10":1,"143":1}}],["juliadistance",{"2":{"8":1,"10":1}}],["juliadisjoint",{"2":{"7":1,"10":1}}],["juliaexport",{"2":{"33":1,"36":1,"40":1,"43":1,"49":1,"52":1,"54":1,"57":1,"65":1,"68":1,"71":1,"74":1,"84":1,"88":1,"99":1,"102":1,"105":1,"115":1,"125":1,"128":1,"130":1,"138":1,"141":1,"144":1,"149":1,"151":1,"157":1,"164":1}}],["juliaend",{"2":{"67":1}}],["juliaenforce",{"2":{"10":1}}],["juliaenum",{"2":{"10":2}}],["juliaembed",{"2":{"8":1,"10":1}}],["juliaequals",{"2":{"8":15,"10":15,"46":1}}],["juliaaccuratearithmetic",{"2":{"11":2}}],["juliaabstract",{"2":{"10":3,"32":1,"142":1,"143":1,"153":1,"166":1}}],["juliaangles",{"2":{"8":1,"10":1}}],["juliaarea",{"2":{"8":1,"10":1}}],["juliaapplyreduce",{"2":{"5":1,"10":1}}],["juliaapply",{"2":{"5":1,"10":1,"18":1}}],["juliacent",{"2":{"44":1}}],["juliacentroid",{"2":{"8":1,"10":3}}],["juliacut",{"2":{"10":1}}],["juliaclosedring",{"2":{"10":1,"143":1}}],["juliaconst",{"2":{"35":1,"38":1,"42":1,"46":1,"48":2,"67":1,"76":1,"90":1,"107":1,"117":1,"134":1}}],["juliaconvex",{"2":{"10":1,"64":1}}],["juliacontains",{"2":{"7":1,"10":1}}],["juliacoverage",{"2":{"10":1}}],["juliacovers",{"2":{"7":1,"10":1}}],["juliacoveredby",{"2":{"7":1,"10":1}}],["juliatrue",{"2":{"70":1,"73":1,"76":1,"86":1,"90":1,"101":1,"104":1,"107":1,"117":1,"127":1}}],["juliatraittarget",{"2":{"10":2,"165":1}}],["juliatransform",{"2":{"5":1,"10":1}}],["juliatuples",{"2":{"10":1}}],["juliat",{"2":{"10":1}}],["juliatouches",{"2":{"7":1,"10":1}}],["juliaoverlaps",{"2":{"7":9,"10":9}}],["juliainnerjoin",{"2":{"178":1}}],["juliaintersection",{"2":{"10":2}}],["juliaintersects",{"2":{"7":1}}],["juliaisconcave",{"2":{"10":1}}],["juliaisclockwise",{"2":{"10":1}}],["juliaimport",{"2":{"5":1,"7":9,"8":1,"10":18,"11":1,"34":1,"37":1,"44":1,"47":1,"50":1,"61":1,"62":1,"63":1,"66":1,"69":1,"72":1,"75":1,"85":1,"89":1,"100":1,"103":1,"106":1,"116":1,"139":2,"145":2,"152":1,"174":4,"175":1,"177":1,"178":1}}],["julia>",{"2":{"5":5,"10":7,"127":3,"162":7}}],["juliajulia>",{"2":{"5":2,"10":3}}],["julia",{"2":{"2":1,"7":1,"10":5,"15":1,"25":1,"27":1,"31":1,"35":4,"38":10,"42":8,"45":19,"46":60,"48":18,"51":10,"52":6,"53":1,"54":5,"55":29,"57":6,"58":4,"59":1,"64":5,"66":1,"67":4,"70":15,"73":1,"77":1,"78":5,"79":1,"80":1,"81":2,"82":1,"83":1,"86":1,"87":3,"91":1,"92":3,"93":1,"94":1,"95":1,"96":1,"97":1,"98":50,"101":1,"104":7,"108":1,"109":3,"110":1,"111":1,"112":1,"113":1,"114":1,"118":1,"119":3,"120":1,"121":1,"122":2,"123":1,"124":1,"127":9,"128":40,"129":2,"137":63,"140":5,"142":1,"146":3,"147":1,"148":1,"149":1,"153":1,"154":2,"157":1,"158":2,"159":15,"160":3,"162":1,"163":1,"164":1,"165":1,"167":4,"168":1,"169":2,"171":2,"174":2,"176":1,"177":1}}],["jl`",{"2":{"64":1,"149":1,"167":1}}],["jldoctest",{"2":{"10":1}}],["jl",{"0":{"25":1,"31":1},"2":{"3":2,"5":10,"8":1,"10":16,"11":1,"22":2,"25":2,"27":2,"31":43,"32":1,"35":1,"38":1,"39":3,"42":1,"45":1,"46":1,"48":1,"51":1,"53":1,"55":1,"56":1,"58":1,"59":3,"64":6,"67":1,"70":1,"73":1,"83":1,"86":1,"87":1,"97":1,"98":1,"101":1,"104":1,"114":1,"124":1,"127":2,"128":1,"129":1,"132":1,"137":3,"140":1,"143":1,"146":1,"147":2,"148":1,"149":4,"150":3,"151":1,"153":3,"154":2,"157":2,"161":1,"162":6,"163":2,"166":1,"167":2,"168":1,"171":1,"176":1}}],["nselected",{"2":{"161":3}}],["nmax",{"2":{"161":2}}],["nice",{"2":{"159":1}}],["null",{"2":{"153":1}}],["numeric",{"2":{"11":1}}],["number=6",{"2":{"10":1,"156":1,"157":1}}],["number",{"2":{"10":11,"42":1,"46":2,"51":1,"59":1,"63":1,"66":1,"70":2,"98":2,"151":1,"152":1,"154":1,"157":2,"158":4,"159":7,"160":4,"161":12}}],["numbers",{"2":{"0":1,"10":1,"40":2,"42":1,"153":1}}],["n+1",{"2":{"139":1}}],["nfeature",{"2":{"137":2}}],["nkeys",{"2":{"128":8}}],["nc",{"2":{"98":13}}],["ncoord",{"2":{"70":2}}],["nl",{"2":{"98":11}}],["nhole",{"2":{"46":2,"52":2,"54":2,"57":2,"58":1,"70":2}}],["nbpts",{"2":{"46":2}}],["nbsp",{"2":{"5":4,"7":9,"8":8,"9":3,"10":89,"132":3,"142":1,"143":4}}],["ngeom",{"2":{"45":1,"137":2,"168":1}}],["nt",{"2":{"167":2}}],["ntasks",{"2":{"137":6}}],["nthreads",{"2":{"137":3}}],["nthe",{"2":{"39":1,"150":1,"153":1}}],["ntuple",{"2":{"42":3,"154":1}}],["n2",{"2":{"42":8,"70":10}}],["n1",{"2":{"42":8,"70":9}}],["np2",{"2":{"87":4}}],["npolygon",{"2":{"53":1,"70":3,"146":2}}],["npoints",{"2":{"32":4,"35":6,"46":5,"98":3,"153":6,"159":7}}],["npoint",{"2":{"10":1,"32":15,"35":2,"37":1,"38":1,"48":2,"63":2,"67":1,"70":6,"87":6,"98":6,"109":1,"127":2,"140":1,"153":3,"154":1,"157":14,"161":1,"168":13}}],["npts",{"2":{"46":6,"159":3}}],["np",{"2":{"38":2,"67":5}}],["naive",{"2":{"56":1}}],["napts",{"2":{"46":3}}],["navigate",{"0":{"26":1}}],["natearth2",{"2":{"171":1}}],["natural",{"2":{"157":1,"171":2,"176":1}}],["naturalearth",{"2":{"11":2,"62":2,"157":3,"171":1}}],["nature",{"2":{"128":1}}],["native",{"2":{"10":1,"129":1,"167":4,"174":1}}],["named",{"2":{"137":1}}],["namedtuple",{"2":{"22":2,"137":2,"167":2}}],["name",{"2":{"10":1,"31":2,"157":1,"167":1,"173":1,"174":2,"178":1}}],["names",{"2":{"10":1,"31":3,"137":6,"167":1}}],["nan",{"2":{"2":1}}],["nodestatus",{"2":{"128":6}}],["nodes",{"2":{"46":1,"128":4}}],["node",{"2":{"46":26,"128":17}}],["north",{"2":{"48":12}}],["nor",{"2":{"39":1,"150":1,"153":1}}],["normalized",{"2":{"42":1}}],["normalize",{"2":{"42":1}}],["norm",{"2":{"10":1,"42":22}}],["now",{"2":{"10":1,"13":1,"25":1,"27":1,"37":1,"39":1,"41":2,"42":4,"46":1,"51":1,"58":1,"59":1,"67":1,"127":1,"128":2,"145":1,"151":1,"152":3,"153":1,"157":1,"170":5,"171":6,"172":2,"173":1,"174":3,"177":2}}],["no",{"2":{"10":6,"35":1,"42":2,"46":4,"52":1,"53":1,"54":1,"55":14,"57":1,"70":2,"76":3,"90":3,"98":2,"107":2,"109":1,"111":1,"112":2,"117":2,"119":1,"120":3,"121":3,"122":1,"128":2,"129":1,"130":1,"137":3,"151":1,"153":2,"154":1,"157":1,"167":1,"174":1}}],["nonzero",{"2":{"154":1}}],["none",{"2":{"10":4,"46":1,"51":1,"52":1,"54":1,"57":1,"58":1,"87":4,"89":1}}],["nondimensional",{"2":{"10":1,"153":1}}],["nonintersecting",{"2":{"10":1,"23":1,"143":1,"146":1}}],["non",{"2":{"7":2,"10":2,"22":1,"40":2,"46":15,"52":2,"53":1,"54":1,"55":4,"57":1,"58":2,"66":1,"104":2,"111":1,"135":1,"166":1}}],["note",{"2":{"8":4,"10":11,"19":1,"29":1,"35":1,"38":2,"42":1,"44":2,"45":2,"46":3,"48":1,"51":2,"53":3,"55":5,"58":3,"64":1,"67":1,"70":5,"98":1,"103":1,"104":1,"149":1,"154":1,"158":1,"159":2,"160":1,"166":1,"171":2,"172":1}}],["not",{"0":{"129":1},"2":{"5":2,"7":8,"8":1,"10":18,"18":1,"19":1,"22":1,"24":1,"31":1,"35":4,"38":1,"39":1,"42":4,"44":1,"46":18,"51":1,"54":1,"55":7,"58":3,"63":1,"69":2,"70":4,"72":2,"73":1,"75":2,"76":2,"85":1,"86":2,"90":3,"92":5,"93":3,"94":2,"95":2,"98":5,"103":1,"104":2,"107":1,"116":2,"117":2,"119":1,"127":4,"128":2,"129":1,"135":1,"136":1,"137":10,"139":2,"142":2,"145":3,"148":1,"149":1,"150":1,"151":1,"153":2,"154":1,"164":1,"165":1,"166":1,"167":2,"171":1,"172":1,"176":1}}],["nothing`",{"2":{"53":2,"55":2,"58":2}}],["nothing",{"2":{"5":34,"8":1,"10":42,"15":3,"32":3,"46":4,"51":1,"53":2,"54":1,"55":2,"58":2,"70":1,"98":1,"127":9,"128":3,"137":8,"139":24,"142":1,"145":60,"150":1,"154":1,"157":2,"158":6,"159":6,"160":6,"161":1,"162":32,"168":7,"170":252,"171":16,"172":20}}],["ne",{"2":{"171":2}}],["net",{"2":{"142":2}}],["ness",{"2":{"137":1}}],["nesting",{"2":{"135":2}}],["nestedloopfast",{"2":{"179":1}}],["nested",{"2":{"5":2,"8":1,"10":5,"18":1,"35":1,"135":2,"137":4,"157":1,"163":1}}],["never",{"2":{"135":1,"158":1}}],["neumann",{"2":{"128":1}}],["neither",{"2":{"58":1}}],["neighborhood",{"2":{"128":2}}],["neighbor",{"2":{"46":27}}],["neighboring",{"2":{"10":6,"46":1,"157":1,"158":1,"159":1,"160":2}}],["nearly",{"2":{"174":1}}],["nearest",{"2":{"46":1,"55":2}}],["neatly",{"2":{"17":1}}],["nedge",{"2":{"46":2,"168":13}}],["nextnode",{"2":{"128":27}}],["nextnodes",{"2":{"128":6}}],["next",{"2":{"45":1,"46":81,"48":3,"51":4,"98":14,"128":3,"146":13,"159":5}}],["necessarily",{"2":{"10":1,"127":1,"148":1}}],["necessary",{"2":{"10":1,"135":1,"157":1}}],["newfeature",{"2":{"137":2}}],["newnodes",{"2":{"128":2}}],["new",{"2":{"10":1,"32":1,"39":1,"46":58,"48":9,"52":3,"53":1,"58":16,"98":2,"128":4,"136":1,"137":19,"142":2,"143":1,"144":1,"146":19,"154":8,"158":1,"159":2,"160":1,"172":1,"173":1,"178":1}}],["negative",{"2":{"8":3,"10":3,"37":2,"38":1,"40":2,"66":2,"67":3}}],["needs",{"2":{"45":1}}],["needing",{"2":{"8":1,"10":1,"17":1,"147":1}}],["need",{"2":{"5":1,"7":1,"8":2,"9":1,"10":5,"42":2,"44":1,"46":2,"53":1,"63":1,"70":4,"85":1,"86":1,"98":1,"128":2,"130":1,"147":1,"161":1,"162":1,"171":1,"172":2,"179":2}}],["needed",{"2":{"5":2,"10":4,"35":1,"42":1,"46":4,"48":1,"52":1,"54":1,"57":1,"67":2,"98":5,"128":1,"137":2,"142":1,"149":3,"172":1}}],["n",{"2":{"2":1,"10":1,"39":2,"40":2,"42":36,"46":51,"51":10,"57":4,"58":4,"98":11,"109":2,"127":6,"128":5,"139":1,"146":25,"150":2,"153":2,"154":3,"157":2,"161":7,"168":32}}],["4983491639274692e6",{"2":{"171":2}}],["4986507085647392e6",{"2":{"171":2}}],["497205585568957e6",{"2":{"171":2}}],["4976022389592e6",{"2":{"171":2}}],["4957639801366436e6",{"2":{"171":2}}],["4940253560034204e6",{"2":{"171":2}}],["4946113281484335e6",{"2":{"171":2}}],["491990928929295e6",{"2":{"171":2}}],["4904357734399722e6",{"2":{"171":2}}],["4926709788709967e6",{"2":{"171":2}}],["4962554647802354e6",{"2":{"171":2}}],["499984780817334e6",{"2":{"171":2}}],["4997392479570867e6",{"2":{"171":2}}],["4991939151049731e6",{"2":{"171":2}}],["4994001399837343e6",{"2":{"171":2}}],["4998500087497458e6",{"2":{"171":2}}],["49",{"2":{"128":1}}],["43541888381864",{"2":{"172":3}}],["4326",{"2":{"171":2,"172":3}}],["43787",{"2":{"15":1}}],["439295815226",{"2":{"15":1}}],["434306",{"2":{"10":1,"156":1,"157":1}}],["4896621210021754e6",{"2":{"171":2}}],["489271",{"2":{"10":4,"168":4}}],["4870405593989636e6",{"2":{"171":2}}],["4879072738504685e6",{"2":{"171":2}}],["484003",{"2":{"127":4}}],["482551",{"2":{"127":4}}],["48268",{"2":{"15":1}}],["48",{"2":{"41":1}}],["48001",{"2":{"15":1}}],["45",{"2":{"41":2,"127":12,"170":2}}],["450",{"2":{"13":1}}],["458369",{"2":{"10":2,"156":2,"157":2}}],["42004014766201",{"2":{"170":1}}],["420040147662014",{"2":{"170":3}}],["4219350464667047e",{"2":{"170":4}}],["42",{"2":{"13":1,"14":1,"41":3}}],["426283",{"2":{"10":1,"156":1,"157":1}}],["400",{"2":{"41":3}}],["40000",{"2":{"15":1}}],["40",{"2":{"14":1,"41":3}}],["406224",{"2":{"10":1,"156":1,"157":1}}],["404504",{"2":{"10":1,"156":1,"157":1}}],["41544701408748197",{"2":{"170":1}}],["41",{"2":{"41":1,"172":20}}],["41878",{"2":{"15":1}}],["414248",{"2":{"10":1,"156":1,"157":1}}],["419406",{"2":{"10":1,"156":1,"157":1}}],["4493927459900552",{"2":{"170":1}}],["44121252392",{"2":{"15":1}}],["44",{"2":{"14":1,"41":2}}],["442901",{"2":{"10":1,"156":1,"157":1}}],["446339",{"2":{"10":1,"156":1,"157":1}}],["477985",{"2":{"127":4}}],["47",{"2":{"41":3}}],["473835",{"2":{"10":1,"156":1,"157":1}}],["472117",{"2":{"10":2,"156":2,"157":2}}],["46525251631344455",{"2":{"170":1}}],["465816",{"2":{"10":1,"156":1,"157":1}}],["46",{"2":{"41":3}}],["468107",{"2":{"10":1,"156":1,"157":1}}],["464547",{"2":{"10":6,"168":6}}],["4",{"2":{"2":2,"5":11,"7":4,"10":15,"13":2,"14":1,"34":1,"48":1,"73":1,"86":1,"90":1,"98":2,"117":1,"127":1,"137":3,"152":1,"159":1,"162":8,"171":20,"174":2,"175":1}}],["gdal",{"2":{"174":1}}],["gml",{"2":{"174":1}}],["gpkg",{"2":{"174":3}}],["gadm",{"2":{"178":4}}],["ga",{"2":{"171":3,"175":2}}],["gaps",{"2":{"128":1}}],["global",{"2":{"171":1}}],["gft",{"2":{"169":1,"171":2}}],["gc",{"2":{"142":6}}],["g",{"2":{"35":3,"38":3,"39":1,"45":3,"48":3,"67":6,"135":1,"137":6,"157":2,"168":2,"174":1}}],["gb",{"2":{"31":1,"137":10}}],["guarantee",{"2":{"19":1,"30":1}}],["guaranteed",{"2":{"5":1,"10":1,"35":1,"137":1}}],["grand",{"2":{"178":1}}],["grained",{"2":{"152":1}}],["grahamscanmethod",{"2":{"64":1}}],["graphics",{"2":{"10":1,"42":1}}],["great",{"2":{"170":1,"172":1,"174":1}}],["greater",{"2":{"10":1,"127":1,"154":1}}],["greiner",{"0":{"53":1,"55":1,"58":1},"2":{"46":3,"51":2,"52":1,"54":1,"57":1}}],["green",{"2":{"14":1,"171":1}}],["grouped",{"2":{"170":1}}],["groups",{"2":{"10":1,"128":1}}],["grouping",{"2":{"5":1,"10":1,"137":2}}],["grid",{"2":{"10":1,"41":1,"48":4}}],["g2",{"2":{"7":5,"10":5,"73":4,"76":12,"77":6,"78":9,"79":6,"80":6,"81":3,"82":4,"83":2,"86":3,"87":21,"90":10,"91":6,"92":10,"93":8,"94":4,"95":2,"96":4,"97":2,"107":10,"108":6,"109":10,"110":6,"111":5,"112":4,"113":4,"114":2,"117":10,"118":6,"119":9,"120":6,"121":6,"122":3,"123":4,"124":2}}],["g1",{"2":{"7":5,"8":1,"10":6,"73":4,"76":12,"77":6,"78":9,"79":6,"80":6,"81":3,"82":2,"83":4,"86":3,"87":21,"90":9,"91":6,"92":10,"93":8,"94":4,"95":2,"96":2,"97":4,"107":10,"108":6,"109":9,"110":6,"111":5,"112":4,"113":2,"114":4,"117":10,"118":6,"119":9,"120":6,"121":6,"122":3,"123":2,"124":4}}],["got",{"2":{"161":3}}],["goes",{"2":{"10":2,"127":2}}],["good",{"2":{"10":1,"42":1,"167":2,"172":1}}],["going",{"2":{"8":4,"10":5,"48":2,"63":1,"70":5,"127":1,"128":1,"169":1}}],["go",{"2":{"5":5,"7":17,"8":2,"10":43,"11":9,"13":1,"14":1,"15":6,"18":1,"31":2,"34":1,"37":1,"42":1,"44":2,"47":1,"50":2,"51":2,"52":2,"54":2,"55":2,"57":2,"61":3,"62":2,"63":8,"64":2,"66":6,"69":1,"70":2,"72":2,"73":2,"75":1,"76":2,"85":2,"86":2,"87":1,"89":1,"90":2,"100":1,"101":2,"103":1,"104":2,"106":1,"107":2,"116":2,"117":2,"127":6,"128":2,"130":1,"132":1,"137":3,"139":3,"145":3,"152":7,"153":8,"156":2,"157":49,"162":3,"167":1,"168":2,"169":1,"170":3,"172":1,"174":1,"175":3,"176":9,"177":2,"178":5,"179":1}}],["gif",{"2":{"159":1}}],["gives",{"2":{"178":1}}],["give",{"2":{"98":1,"174":1}}],["given",{"2":{"8":7,"10":21,"18":2,"29":1,"34":1,"35":1,"38":2,"45":3,"46":8,"48":3,"51":5,"52":1,"53":2,"54":1,"55":2,"57":1,"58":2,"67":8,"70":4,"72":1,"73":1,"76":1,"85":1,"86":1,"90":1,"98":7,"100":1,"101":1,"107":1,"109":1,"117":1,"130":1,"142":4,"143":1,"145":1,"151":2,"153":2,"154":2,"160":1}}],["github",{"2":{"10":2,"64":1}}],["gis",{"2":{"9":1,"10":1,"25":1,"27":1,"42":1}}],["gi",{"2":{"5":13,"7":42,"8":31,"10":125,"11":8,"13":15,"14":15,"15":8,"18":2,"31":1,"32":34,"34":3,"35":30,"37":5,"38":21,"41":1,"44":5,"45":38,"46":34,"47":5,"48":17,"50":6,"51":13,"52":19,"53":16,"54":25,"55":24,"57":17,"58":36,"61":1,"62":1,"63":3,"64":4,"66":8,"67":42,"69":7,"70":99,"72":7,"73":3,"75":3,"76":4,"77":6,"78":12,"79":10,"80":7,"81":4,"82":8,"83":6,"85":3,"86":3,"87":21,"89":7,"90":2,"91":3,"92":12,"93":14,"94":4,"95":2,"96":8,"97":6,"98":59,"100":5,"101":3,"103":7,"104":51,"106":5,"107":3,"108":6,"109":15,"110":10,"111":7,"112":4,"113":8,"114":6,"116":7,"117":2,"118":6,"119":12,"120":10,"121":7,"122":4,"123":8,"124":6,"127":32,"128":15,"130":4,"132":2,"137":111,"139":2,"140":10,"142":9,"145":3,"146":8,"147":1,"148":5,"152":6,"153":6,"154":12,"156":2,"157":34,"161":4,"162":9,"163":5,"165":9,"168":55,"169":1,"170":21,"171":2,"172":2,"175":2,"177":5,"178":2}}],["gtrait",{"2":{"67":2}}],["gt",{"2":{"2":2,"3":1,"5":1,"10":2,"11":5,"46":3,"127":3}}],["generic",{"2":{"22":1}}],["generation",{"2":{"157":2}}],["generated",{"2":{"31":1,"32":1,"35":1,"38":1,"39":1,"42":1,"45":1,"46":1,"48":1,"51":1,"53":1,"55":1,"56":1,"58":1,"64":1,"67":1,"70":1,"73":1,"83":1,"86":1,"87":1,"97":1,"98":1,"101":1,"104":1,"114":1,"124":1,"127":1,"128":1,"129":1,"137":1,"140":1,"143":1,"146":1,"147":1,"148":1,"150":1,"154":1,"157":1,"161":1,"162":1,"163":1,"167":1,"168":1,"177":1}}],["generate",{"2":{"0":1,"13":2,"157":1,"177":2}}],["generalization",{"2":{"40":1}}],["generalized",{"2":{"10":1,"40":3,"42":1}}],["generalise",{"2":{"10":4,"157":1}}],["generally",{"2":{"10":2,"167":3}}],["general",{"0":{"6":1,"8":1},"1":{"7":1,"8":1},"2":{"18":1,"20":1,"25":1,"27":1,"130":1,"150":1}}],["getfeature",{"2":{"137":5,"168":5}}],["getcolumn",{"2":{"137":4}}],["getgeom",{"2":{"82":1,"83":1,"96":1,"97":1,"104":2,"113":1,"114":1,"123":1,"124":1,"137":6,"157":3,"168":6}}],["getring",{"2":{"46":1}}],["getindex",{"2":{"42":2}}],["gethole",{"2":{"35":1,"38":1,"45":1,"46":4,"48":1,"51":1,"52":2,"54":2,"58":6,"67":1,"70":2,"98":5,"140":1,"170":1}}],["getexterior",{"2":{"35":1,"38":1,"42":1,"45":1,"46":3,"48":1,"51":1,"52":2,"54":2,"57":3,"58":6,"67":1,"70":2,"98":5,"127":1,"128":1,"140":1,"170":1}}],["getpolygon",{"2":{"53":3,"55":2,"58":2,"70":3}}],["getpoint",{"2":{"32":14,"34":1,"35":5,"37":2,"38":1,"42":1,"44":1,"45":6,"46":3,"47":2,"48":3,"50":3,"66":1,"67":6,"69":4,"70":13,"72":4,"75":1,"85":1,"87":7,"89":4,"98":28,"100":2,"103":4,"104":2,"106":2,"109":2,"116":4,"127":5,"140":3,"152":4,"154":2,"161":1,"168":3,"170":2}}],["getproperty",{"2":{"13":2,"14":1}}],["get",{"2":{"10":1,"13":1,"37":1,"39":1,"46":9,"52":1,"53":1,"54":1,"55":2,"57":2,"64":2,"128":4,"137":4,"150":1,"153":3,"157":1,"158":1,"160":1,"161":2,"167":5,"168":1,"170":2,"178":2}}],["geoparquet",{"2":{"174":4}}],["geopoly1",{"2":{"172":1,"173":1}}],["geopoly2",{"2":{"172":1,"173":1}}],["geoaxis",{"2":{"171":4,"175":1}}],["geographic",{"2":{"171":1,"174":1}}],["geographiclib",{"2":{"10":1,"153":1}}],["geointeface",{"2":{"135":1}}],["geointerace",{"2":{"22":1}}],["geointerfacemakie",{"2":{"156":1,"177":1,"178":1}}],["geointerface",{"0":{"30":1},"2":{"5":20,"7":9,"8":2,"10":41,"11":1,"13":1,"14":1,"15":1,"22":3,"25":1,"27":1,"30":1,"31":7,"32":1,"34":1,"35":1,"37":1,"38":1,"42":23,"44":1,"45":1,"46":1,"47":1,"48":1,"50":1,"51":1,"52":1,"54":1,"55":1,"57":1,"61":1,"62":1,"63":1,"66":1,"67":11,"69":1,"70":2,"72":1,"73":2,"75":1,"76":2,"85":1,"86":2,"87":1,"89":1,"90":3,"100":1,"101":2,"103":1,"104":2,"106":1,"107":2,"116":1,"117":2,"127":5,"128":1,"132":3,"135":3,"137":6,"139":9,"142":1,"143":1,"145":23,"147":1,"149":2,"152":1,"153":1,"156":1,"157":2,"162":13,"163":1,"168":1,"169":1,"170":122,"171":5,"172":9,"175":1,"177":1,"178":1}}],["geo",{"2":{"128":1,"153":4,"171":2}}],["geotable",{"2":{"29":1}}],["geojson",{"2":{"11":1,"157":2,"169":1,"171":4,"174":3}}],["geodataframes",{"2":{"174":3}}],["geod",{"2":{"10":2,"153":3}}],["geodesic`",{"2":{"153":2}}],["geodesic",{"0":{"175":1},"2":{"10":5,"31":1,"152":6,"153":8,"154":1,"175":1}}],["geodesicsegments",{"2":{"4":1,"10":2,"151":1,"152":3,"153":6,"154":2,"175":1}}],["geoformattypes",{"2":{"5":2,"149":2,"169":1,"171":2,"172":8}}],["geomakie",{"0":{"171":1},"2":{"169":2,"171":5,"175":2}}],["geomfromgeos",{"2":{"153":1}}],["geomtrait",{"2":{"32":1}}],["geomtype",{"2":{"32":13,"137":2}}],["geoms",{"2":{"10":1,"64":1,"98":1,"132":1,"137":18}}],["geom2",{"2":{"7":8,"8":1,"10":9,"67":6,"70":1,"87":6,"90":1,"101":3,"104":6,"107":1,"117":2}}],["geom1",{"2":{"7":8,"8":1,"10":9,"67":6,"70":1,"87":4,"90":1,"101":3,"104":6,"107":1,"117":2}}],["geometrical",{"2":{"176":1}}],["geometric",{"2":{"25":2,"27":2,"44":1}}],["geometries",{"0":{"77":1,"78":1,"79":1,"80":1,"81":1,"82":1,"83":1,"91":1,"92":1,"93":1,"94":1,"95":1,"96":1,"97":1,"108":1,"109":1,"110":1,"111":1,"112":1,"113":1,"114":1,"118":1,"119":1,"120":1,"121":1,"122":1,"123":1,"124":1,"170":1,"171":1,"172":1},"2":{"5":6,"7":8,"8":14,"10":63,"18":3,"20":1,"22":3,"25":2,"27":2,"29":4,"34":1,"35":3,"38":4,"45":1,"48":2,"51":1,"52":5,"54":5,"55":4,"57":5,"64":6,"66":1,"67":4,"69":1,"70":7,"73":1,"75":1,"76":1,"87":2,"90":2,"98":1,"100":1,"101":1,"103":2,"104":3,"106":2,"107":2,"117":2,"119":1,"130":1,"132":4,"134":1,"136":2,"137":13,"147":1,"149":2,"151":3,"152":1,"153":4,"154":1,"155":1,"158":1,"159":1,"160":1,"163":1,"168":1,"169":5,"171":1,"172":2,"173":2,"174":1,"176":5,"177":1,"179":1}}],["geometry=",{"2":{"173":1}}],["geometrybasics",{"2":{"31":3,"41":2,"42":10,"64":1,"66":1,"76":1,"107":1,"117":1}}],["geometrycolumns",{"2":{"137":3}}],["geometrycollections",{"2":{"176":1}}],["geometrycollection",{"2":{"23":1,"178":1}}],["geometrycollectiontrait",{"2":{"23":1,"82":1,"83":1,"96":1,"97":1,"113":1,"114":1,"123":1,"124":1}}],["geometrycorrections",{"2":{"142":1}}],["geometrycorrection",{"2":{"4":1,"10":11,"140":2,"141":2,"142":13,"143":11,"146":4}}],["geometry",{"0":{"6":1,"54":1,"82":2,"83":2,"96":2,"97":2,"113":2,"114":2,"123":2,"124":2,"141":1,"149":1,"155":1,"169":1,"173":1},"1":{"7":1,"8":1,"142":1,"143":1,"150":1,"156":1,"157":1,"170":1,"171":1,"172":1,"173":1,"174":1},"2":{"2":1,"5":10,"7":24,"8":12,"10":70,"11":2,"18":4,"20":1,"23":3,"29":1,"31":1,"35":7,"38":4,"39":4,"45":3,"47":1,"48":4,"51":4,"62":1,"66":4,"67":6,"70":8,"72":5,"73":2,"75":4,"76":5,"77":4,"78":1,"82":3,"83":4,"85":4,"86":4,"87":3,"89":2,"90":5,"91":4,"92":2,"93":2,"96":3,"97":4,"98":2,"100":2,"104":3,"106":3,"107":4,"108":4,"109":2,"113":3,"114":4,"116":4,"117":5,"118":4,"123":3,"124":4,"126":1,"130":3,"132":2,"135":2,"137":43,"139":1,"140":1,"141":2,"142":23,"143":6,"147":1,"148":1,"149":6,"151":3,"152":1,"153":5,"154":8,"157":6,"168":6,"170":1,"171":1,"172":4,"173":2,"174":2,"176":1,"177":7,"178":4,"179":2}}],["geometryopsprojext",{"2":{"149":1,"150":1,"153":1,"154":1}}],["geometryopslibgeosext",{"2":{"39":1}}],["geometryops",{"0":{"4":1,"25":1,"31":1},"1":{"5":1,"6":1,"7":1,"8":1,"9":1,"10":1},"2":{"0":2,"4":117,"5":6,"7":18,"8":9,"9":3,"10":114,"11":1,"13":1,"14":1,"15":1,"17":2,"25":1,"26":4,"27":1,"31":1,"34":1,"37":1,"39":1,"41":5,"44":1,"47":1,"50":1,"51":1,"52":1,"54":1,"55":1,"57":1,"59":1,"61":1,"62":1,"63":3,"66":1,"69":1,"70":1,"72":1,"73":2,"75":1,"76":2,"85":1,"86":2,"87":2,"89":1,"90":2,"100":1,"101":1,"103":1,"104":1,"106":1,"107":2,"116":1,"117":2,"127":3,"128":2,"132":4,"137":1,"139":1,"142":1,"143":4,"145":1,"150":1,"152":1,"153":2,"156":1,"157":2,"162":1,"164":1,"167":2,"168":1,"169":1,"170":3,"175":1,"176":1,"177":2,"178":2}}],["geom",{"2":{"5":7,"8":21,"10":48,"18":3,"31":12,"32":13,"35":25,"38":17,"45":28,"46":16,"48":6,"51":15,"52":8,"53":2,"54":12,"55":10,"57":9,"58":9,"67":28,"70":45,"76":4,"87":1,"90":4,"98":3,"104":1,"107":4,"117":4,"127":3,"128":1,"130":2,"132":3,"137":91,"146":11,"148":4,"154":13,"157":36,"161":3,"162":7,"163":4,"168":13,"178":6}}],["geospatial",{"0":{"172":1,"174":1},"2":{"169":5,"171":1,"172":3,"174":5}}],["geoscontext",{"2":{"153":1}}],["geosdensify",{"2":{"153":3}}],["geos",{"0":{"167":1},"2":{"4":1,"10":6,"39":4,"59":1,"63":4,"64":1,"155":5,"157":2,"164":1,"167":12}}],["human",{"2":{"174":1}}],["hull`",{"2":{"64":2}}],["hulls",{"2":{"10":1,"59":1,"64":1}}],["hull",{"0":{"59":1,"61":1,"62":1},"1":{"60":1,"61":1,"62":1,"63":1,"64":1},"2":{"4":1,"10":8,"31":2,"59":2,"61":4,"62":1,"63":10,"64":15}}],["hypot",{"2":{"154":1}}],["h2",{"2":{"98":6}}],["h1",{"2":{"98":11}}],["hm",{"2":{"41":2}}],["h",{"2":{"35":2,"46":2,"58":8}}],["href=",{"2":{"10":2}}],["https",{"2":{"10":2,"52":1,"54":1,"55":1,"57":1,"64":1,"98":2,"159":1}}],["high",{"2":{"174":1}}],["highest",{"2":{"172":1}}],["higher",{"2":{"10":1,"64":1}}],["hit",{"2":{"46":1,"137":5}}],["hits",{"2":{"18":1}}],["hidedecorations",{"2":{"41":2}}],["hinter",{"2":{"31":3,"39":1,"150":1,"153":1}}],["hint",{"2":{"31":3,"39":1,"153":1}}],["hinge=2",{"2":{"54":1}}],["hinge`",{"2":{"54":1}}],["hinge",{"2":{"10":1,"46":1,"55":13,"98":15}}],["hist",{"2":{"13":1}}],["histogram",{"2":{"13":1}}],["hcat",{"2":{"10":1}}],["halign",{"2":{"157":1}}],["half",{"2":{"47":2}}],["hail",{"2":{"140":1}}],["handling",{"0":{"150":1},"2":{"130":1}}],["handler",{"2":{"39":1,"150":1}}],["handle",{"2":{"31":1,"127":1,"135":2,"137":1,"171":1}}],["handled",{"2":{"18":1}}],["hao",{"2":{"98":1}}],["had",{"2":{"52":1,"54":1,"70":1,"152":1,"166":1}}],["happens",{"2":{"46":1}}],["happen",{"2":{"24":1}}],["have",{"2":{"7":3,"8":9,"10":17,"19":1,"23":1,"35":2,"38":3,"39":1,"42":6,"46":4,"55":1,"64":2,"66":1,"67":2,"70":10,"98":5,"103":1,"104":3,"106":1,"107":1,"128":1,"129":1,"130":2,"132":2,"136":1,"137":4,"157":1,"159":1,"166":1,"167":1,"170":1,"171":1,"176":1,"177":1,"178":3}}],["haskey",{"2":{"167":1}}],["hash",{"2":{"128":1}}],["hasn",{"2":{"128":1}}],["haseltype",{"2":{"32":1}}],["haslength",{"2":{"32":1}}],["hasm",{"2":{"32":6}}],["hasz",{"2":{"32":6}}],["hassle",{"2":{"5":1,"10":1,"162":1}}],["has",{"2":{"5":4,"10":4,"34":1,"37":2,"42":2,"46":2,"53":2,"55":1,"58":1,"66":1,"67":1,"70":11,"109":1,"127":1,"137":4,"138":1,"152":2,"161":1,"171":1}}],["hours",{"2":{"178":1}}],["hood",{"2":{"174":1}}],["hook",{"2":{"10":1,"157":1}}],["home",{"2":{"171":1}}],["horizontal",{"2":{"48":1,"55":1,"128":1,"157":1}}],["hormann",{"0":{"53":1,"55":1,"58":1},"2":{"10":2,"42":2,"46":3,"51":2,"52":1,"54":1,"57":1}}],["how",{"0":{"26":1},"2":{"10":2,"26":2,"37":1,"42":1,"46":1,"55":1,"70":1,"128":2,"132":1,"137":1,"148":1,"157":1,"171":1,"174":1,"176":2,"177":2,"178":1,"179":1}}],["however",{"2":{"7":1,"10":2,"35":1,"42":1,"45":1,"46":1,"55":1,"63":1,"66":1,"70":1,"72":1,"86":1,"144":1}}],["hole",{"2":{"35":1,"38":3,"41":2,"42":9,"45":4,"46":58,"48":3,"52":6,"54":2,"58":15,"67":3,"79":1,"80":1,"81":1,"98":33,"128":5,"140":2,"170":1}}],["holes=",{"2":{"46":1}}],["holes",{"2":{"2":2,"8":3,"9":1,"10":4,"35":2,"37":1,"42":2,"45":1,"46":19,"51":4,"52":2,"54":2,"57":6,"58":29,"67":3,"70":3,"95":1,"98":11,"119":1,"128":17,"140":2,"170":4}}],["holding",{"2":{"10":1,"128":1,"137":2}}],["holds",{"2":{"10":1,"46":1,"155":1,"165":2}}],["hold",{"2":{"10":1,"128":1,"157":1,"166":1,"174":1}}],["heavily",{"2":{"137":1}}],["heatmap",{"2":{"13":5,"14":6,"41":2,"66":2,"128":1}}],["help",{"2":{"166":1}}],["helpers",{"0":{"46":1},"2":{"87":1,"104":1}}],["helper",{"0":{"53":1,"55":1,"58":1},"2":{"45":1,"46":1,"51":1}}],["helps",{"2":{"30":1}}],["held",{"2":{"5":1,"10":1,"137":1}}],["here",{"2":{"2":1,"10":2,"13":1,"14":1,"20":1,"42":1,"55":1,"64":2,"87":1,"128":2,"137":5,"139":1,"153":1,"171":2,"176":2,"177":3}}],["vw",{"2":{"157":3}}],["von",{"2":{"128":1}}],["v2",{"2":{"98":9}}],["v1",{"2":{"98":9}}],["v`",{"2":{"42":2}}],["vcat",{"2":{"35":1,"42":1,"137":1}}],["vararg",{"2":{"42":1}}],["vary",{"2":{"35":1}}],["variables",{"2":{"24":1,"42":8,"73":1,"86":1,"101":1}}],["variable",{"2":{"24":1,"53":2}}],["vals",{"2":{"159":9}}],["valign",{"2":{"157":1}}],["valid",{"2":{"5":1,"10":8,"45":1,"52":2,"54":2,"55":3,"57":2,"128":1,"138":3,"139":1,"144":1,"145":1,"161":1,"162":1}}],["validated",{"2":{"53":2,"55":2,"58":2}}],["validate",{"2":{"2":1}}],["val",{"2":{"35":2,"46":2,"55":8,"98":30,"104":4}}],["values=",{"2":{"128":2}}],["values=sort",{"2":{"128":1}}],["values",{"2":{"5":1,"9":3,"10":16,"35":2,"41":3,"42":40,"45":2,"46":5,"48":5,"55":1,"67":2,"98":4,"128":19,"137":2,"159":2,"161":1,"166":1}}],["value",{"2":{"4":1,"8":7,"9":2,"10":15,"14":1,"24":1,"35":1,"37":2,"38":4,"42":45,"46":5,"48":2,"55":7,"66":1,"67":3,"128":6,"159":11,"167":2,"176":1}}],["vs",{"0":{"15":1},"2":{"12":1,"55":2}}],["vᵢ",{"2":{"10":1}}],["v0",{"2":{"10":2}}],["v",{"2":{"9":2,"10":6,"14":4,"42":23,"67":8}}],["visvalingam",{"2":{"155":1}}],["visvalingamwhyatt",{"0":{"160":1},"2":{"4":1,"10":3,"157":4,"160":5}}],["visualized",{"2":{"139":1}}],["visualize",{"2":{"100":1,"171":1}}],["visa",{"2":{"46":1}}],["visited",{"2":{"46":4}}],["view",{"2":{"46":2,"64":1,"128":1,"146":1,"159":3,"178":1}}],["viewport",{"2":{"14":1}}],["views",{"2":{"5":1,"46":1,"57":1,"149":1}}],["via",{"2":{"10":1,"39":1,"59":1,"129":1,"150":1,"153":1,"167":2}}],["vec",{"2":{"64":2}}],["vect",{"2":{"137":2}}],["vectypes",{"2":{"42":5}}],["vector",{"2":{"5":12,"8":6,"9":1,"10":46,"18":1,"23":1,"29":1,"34":1,"35":10,"42":14,"46":7,"51":6,"52":4,"53":1,"54":2,"55":3,"57":4,"98":1,"104":2,"127":3,"128":4,"130":1,"137":6,"139":8,"140":1,"145":22,"151":1,"152":1,"154":1,"158":1,"159":4,"160":1,"161":2,"162":10,"168":15,"170":18,"171":6,"172":9}}],["vectors",{"2":{"5":1,"8":2,"10":5,"22":1,"35":4,"42":3,"46":1,"64":1,"67":1,"126":1,"128":1,"137":2,"157":1}}],["ve",{"2":{"17":1,"154":1}}],["version",{"2":{"167":1}}],["versa",{"2":{"46":1}}],["vert",{"2":{"161":21}}],["verts",{"2":{"157":2}}],["vertical",{"2":{"41":1,"48":1,"55":1,"128":1}}],["vertices",{"2":{"2":1,"10":7,"40":4,"42":5,"46":1,"51":2,"64":1,"78":1,"80":5,"89":1,"92":3,"95":1,"98":1,"119":1,"139":1,"151":2,"152":1,"153":3,"154":3,"157":1,"160":1}}],["vertex",{"2":{"9":1,"10":2,"35":1,"40":2,"42":2,"46":19,"55":12,"63":1,"78":2,"93":2,"94":1,"98":1,"119":3}}],["very",{"2":{"4":1,"152":1,"178":2}}],["vein",{"2":{"0":1}}],["psa",{"2":{"137":2}}],["pb",{"2":{"87":2}}],["p0",{"2":{"67":9}}],["p3",{"2":{"46":8,"160":4}}],["ptm",{"2":{"127":3}}],["ptj",{"2":{"127":5}}],["pti",{"2":{"127":3}}],["ptrait",{"2":{"67":2}}],["pts",{"2":{"46":22,"51":7}}],["pt",{"2":{"46":114,"51":2,"55":26,"98":8,"159":4}}],["pt2",{"2":{"46":14,"55":2}}],["pt1",{"2":{"46":18,"55":2}}],["pn",{"2":{"109":3}}],["pn2",{"2":{"46":4}}],["pn1",{"2":{"46":4}}],["pfirst",{"2":{"38":3}}],["pu",{"2":{"177":2}}],["purpose",{"2":{"137":1}}],["pure",{"2":{"10":1,"64":1,"128":1}}],["purely",{"2":{"10":1,"18":1,"153":1}}],["push",{"2":{"46":15,"51":5,"52":2,"54":2,"55":2,"57":4,"58":5,"128":3,"140":1,"154":3,"159":3}}],["pulling",{"2":{"64":1}}],["pull",{"2":{"25":1,"27":1}}],["public",{"2":{"24":1}}],["pick",{"2":{"171":2}}],["piece",{"2":{"46":6,"146":6}}],["pieces",{"2":{"46":12,"51":1,"53":2,"57":4,"98":1,"146":9}}],["pi",{"2":{"13":2}}],["pixels",{"2":{"128":1}}],["pixel",{"2":{"10":2,"128":7}}],["pythagorean",{"2":{"67":1}}],["py",{"2":{"13":2,"14":2}}],["px",{"2":{"13":2,"14":2}}],["pl",{"2":{"177":2}}],["plt",{"2":{"170":1}}],["please",{"2":{"46":1}}],["plan",{"2":{"151":1}}],["plane",{"2":{"42":1,"175":1}}],["place",{"2":{"55":1,"176":1}}],["placement",{"2":{"46":1}}],["plottable",{"2":{"128":1}}],["plotted",{"2":{"44":1}}],["plotting",{"0":{"170":1},"2":{"10":1,"128":1,"151":1,"154":1,"169":1,"170":4,"171":1}}],["plots",{"2":{"41":2}}],["plot",{"0":{"171":1},"2":{"13":1,"41":3,"61":2,"62":1,"63":1,"69":1,"103":1,"128":1,"153":2,"157":4,"169":2,"170":9,"171":5,"172":1,"174":1,"177":1}}],["plus",{"2":{"9":1,"10":1,"42":1}}],["peucker",{"2":{"155":2,"157":3,"159":2}}],["peaks",{"2":{"128":2}}],["peculiarities",{"0":{"21":1},"1":{"22":1,"23":1,"24":1}}],["performed",{"2":{"177":1}}],["performs",{"2":{"42":1,"154":1}}],["perform",{"2":{"26":1,"41":1,"42":2,"46":1,"130":1,"176":3,"177":2,"179":1}}],["performing",{"2":{"10":3,"23":1,"42":1,"52":1,"54":1,"57":1,"177":1}}],["performance",{"2":{"8":1,"10":2,"22":1,"128":1,"144":1,"147":1,"157":1,"174":1}}],["per",{"2":{"9":2,"10":2,"41":1,"42":2,"46":5,"128":1,"137":4,"154":1}}],["people",{"2":{"2":1}}],["p2y",{"2":{"168":3}}],["p2x",{"2":{"168":3}}],["p2box",{"2":{"41":1}}],["p2",{"2":{"7":2,"8":2,"10":6,"15":12,"35":12,"38":9,"46":18,"48":19,"57":2,"63":1,"67":15,"70":11,"76":2,"85":2,"98":12,"104":2,"127":3,"152":1,"160":4,"168":3,"170":2}}],["p1y",{"2":{"168":3}}],["p1x",{"2":{"168":3}}],["p1",{"2":{"7":3,"8":2,"10":7,"15":12,"35":21,"38":8,"41":4,"46":9,"48":25,"50":1,"57":2,"63":2,"67":15,"70":14,"75":5,"76":3,"85":5,"98":4,"104":2,"109":3,"127":3,"160":4,"168":3,"170":1}}],["pay",{"2":{"137":1}}],["paper",{"2":{"98":2}}],["pa",{"2":{"87":2}}],["paths",{"0":{"175":1},"2":{"166":1,"175":2}}],["pathof",{"2":{"157":2}}],["path",{"2":{"37":3,"171":2}}],["padding",{"2":{"10":2}}],["parquet",{"2":{"174":3}}],["parent",{"2":{"166":1}}],["parse",{"2":{"98":1,"104":1}}],["part",{"2":{"48":2,"58":2,"98":3,"136":1}}],["partition",{"2":{"137":4}}],["partialsort",{"2":{"161":1}}],["partial",{"2":{"48":4}}],["partially",{"2":{"46":2,"58":2}}],["particularly",{"2":{"42":1}}],["particular",{"2":{"30":1,"35":1,"128":1,"171":2}}],["parallel",{"2":{"98":1,"127":1}}],["paradigm",{"0":{"29":1}}],["paradigms",{"0":{"17":1},"1":{"18":1,"19":1,"20":1},"2":{"17":2,"20":1}}],["parameters",{"2":{"10":1,"137":1,"165":2}}],["parameter",{"2":{"10":2,"165":3}}],["params",{"2":{"10":2,"167":10}}],["parlance",{"2":{"9":1,"10":1,"42":1}}],["passes",{"2":{"48":2,"98":1}}],["passed",{"2":{"5":2,"10":7,"64":1,"128":1,"132":1,"137":2,"149":1,"153":2,"162":1,"167":2,"179":1}}],["passable",{"2":{"42":18}}],["passing",{"2":{"18":1,"137":1,"155":1}}],["pass",{"2":{"9":1,"10":4,"18":1,"42":1,"73":1,"86":1,"98":2,"101":1,"153":1,"154":1,"157":1,"166":1}}],["pairs",{"2":{"55":1,"170":1}}],["pair",{"2":{"7":2,"10":2,"48":1,"104":2,"137":3}}],["packages",{"2":{"10":1,"25":1,"27":1,"59":1,"132":1,"137":1,"138":1,"164":1,"169":3,"171":1,"174":1}}],["package",{"2":{"5":2,"10":1,"22":1,"25":2,"27":2,"39":1,"59":2,"64":1,"128":1,"149":3,"150":1,"153":1,"171":1,"174":2}}],["page",{"2":{"2":1,"4":1,"26":1,"29":1,"31":1,"32":1,"35":1,"38":1,"39":1,"41":1,"42":1,"45":1,"46":1,"48":1,"51":1,"53":1,"55":1,"56":1,"58":1,"64":1,"67":1,"70":1,"73":1,"83":1,"86":1,"87":1,"97":1,"98":1,"101":1,"104":1,"114":1,"124":1,"127":1,"128":1,"129":1,"137":1,"140":1,"143":1,"146":1,"147":1,"148":1,"150":1,"154":1,"161":1,"162":1,"163":1,"167":1,"168":1}}],["p",{"2":{"5":5,"10":5,"13":13,"14":12,"15":2,"34":1,"37":1,"44":1,"46":5,"47":1,"48":5,"53":2,"57":2,"61":1,"62":1,"66":3,"69":1,"72":1,"75":1,"85":1,"87":4,"89":1,"98":20,"100":1,"103":1,"106":1,"116":1,"127":4,"128":3,"130":3,"137":3,"148":7,"152":1,"156":1,"157":1,"161":3,"162":9,"163":7,"168":11,"176":1,"177":1}}],["poylgon",{"2":{"98":1}}],["potential",{"2":{"48":1}}],["potentially",{"2":{"10":2,"46":1,"143":2,"146":2}}],["post",{"2":{"159":2}}],["possibly",{"2":{"137":1}}],["possiblenodes",{"2":{"128":2}}],["possible",{"2":{"10":3,"52":1,"54":1,"57":1,"128":1,"137":2}}],["possibility",{"2":{"135":1}}],["possibilities",{"2":{"55":1}}],["position=",{"2":{"157":1}}],["position",{"2":{"10":1,"127":1,"152":1}}],["positive",{"2":{"8":4,"10":4,"37":3,"38":1,"66":3,"67":3,"154":1,"161":1}}],["polgons",{"2":{"128":1}}],["polgontrait",{"2":{"5":1,"10":1}}],["polar",{"2":{"10":1,"153":1}}],["polynodes",{"2":{"46":7,"52":1,"54":1,"57":1}}],["polynode",{"2":{"46":36}}],["polypoints",{"2":{"42":46}}],["polys",{"2":{"10":2,"46":39,"50":3,"51":10,"52":14,"53":14,"54":9,"55":6,"57":14,"58":28,"146":26}}],["polys1",{"2":{"7":2,"10":2,"104":6}}],["polys2",{"2":{"7":2,"10":2,"104":6}}],["poly",{"2":{"7":2,"10":16,"15":2,"34":1,"37":1,"38":6,"41":2,"42":3,"44":1,"46":107,"47":2,"48":4,"50":4,"51":20,"52":22,"53":12,"54":15,"55":10,"57":19,"58":79,"61":2,"66":1,"67":3,"70":4,"87":10,"98":21,"104":8,"127":5,"128":5,"146":18,"152":2,"156":2,"157":8,"168":8,"170":2,"177":5}}],["poly2",{"2":{"7":3,"8":2,"10":7,"52":2,"70":2,"98":19,"104":7}}],["poly1",{"2":{"7":3,"8":2,"10":7,"52":2,"70":2,"98":14,"104":7}}],["polygon3",{"2":{"170":2,"171":1}}],["polygon2",{"2":{"170":6}}],["polygon1",{"2":{"170":4}}],["polygonization",{"2":{"128":1}}],["polygonizing",{"0":{"128":1}}],["polygonized",{"2":{"128":1}}],["polygonize",{"2":{"2":1,"4":1,"10":6,"31":1,"128":31}}],["polygon`",{"2":{"42":3,"64":1}}],["polygontrait",{"2":{"5":1,"7":4,"8":6,"10":14,"15":3,"23":1,"35":2,"38":3,"42":3,"45":2,"46":2,"48":2,"51":1,"52":5,"53":5,"54":3,"55":5,"57":4,"58":8,"67":2,"70":10,"78":2,"79":1,"80":1,"81":3,"82":1,"87":4,"92":2,"93":2,"94":1,"95":2,"96":1,"104":8,"109":2,"110":1,"111":1,"112":3,"113":1,"119":2,"120":1,"121":1,"122":3,"123":1,"130":1,"135":2,"137":1,"140":2,"142":2,"143":1,"146":2,"157":2,"168":1}}],["polygon",{"0":{"46":1,"49":1,"52":1,"53":1,"55":1,"57":1,"58":1,"95":1},"1":{"50":1,"51":1},"2":{"2":2,"4":1,"5":4,"7":4,"8":21,"9":9,"10":65,"11":3,"15":4,"20":1,"23":1,"34":1,"35":5,"37":2,"38":5,"40":5,"41":16,"42":57,"44":2,"45":4,"46":39,"47":3,"48":4,"50":3,"51":10,"52":5,"53":7,"54":5,"55":6,"57":6,"58":34,"59":1,"63":1,"64":3,"66":3,"67":14,"70":12,"76":1,"78":3,"79":3,"80":4,"81":8,"87":1,"92":3,"93":4,"94":4,"95":4,"98":66,"104":4,"107":1,"109":3,"110":4,"111":5,"112":7,"117":1,"119":3,"120":4,"121":4,"122":8,"127":5,"128":4,"137":1,"138":4,"139":8,"140":5,"141":1,"143":4,"144":3,"145":12,"146":7,"152":1,"153":4,"156":1,"157":9,"162":3,"168":6,"170":12,"171":5,"172":7,"173":2,"177":6}}],["polygons",{"0":{"81":1,"112":1,"122":1,"144":1},"1":{"145":1,"146":1},"2":{"2":1,"7":4,"8":3,"9":1,"10":18,"23":5,"31":1,"38":5,"40":1,"42":2,"44":1,"45":1,"46":14,"48":1,"51":2,"52":9,"53":5,"54":3,"55":8,"57":6,"58":19,"66":1,"67":1,"70":5,"81":1,"104":5,"122":1,"127":1,"128":19,"135":1,"139":2,"143":3,"144":2,"145":2,"146":10,"155":1,"157":1,"170":3,"171":1,"177":5,"178":3}}],["pointwise",{"0":{"162":1},"2":{"149":1}}],["point1",{"2":{"67":4}}],["point`",{"2":{"55":1}}],["pointedgeside",{"2":{"46":1}}],["point₂",{"2":{"45":13}}],["point₁",{"2":{"45":13}}],["point3s",{"2":{"42":10}}],["point3f",{"2":{"41":1}}],["pointrait",{"2":{"10":1}}],["point2f",{"2":{"41":4,"42":2,"61":1,"66":1}}],["point2d",{"2":{"41":1}}],["point2",{"2":{"10":2,"42":5,"63":1,"67":4}}],["pointtrait",{"2":{"5":1,"8":4,"10":9,"18":1,"35":2,"38":1,"42":3,"48":1,"54":2,"64":1,"67":17,"70":8,"78":6,"82":1,"92":6,"96":1,"109":6,"113":1,"119":6,"123":1,"130":2,"135":1,"137":21,"142":2,"143":1,"147":1,"148":2,"157":2,"162":2,"163":2,"165":2,"168":1}}],["pointorientation",{"2":{"4":1,"10":2,"98":2}}],["points2",{"2":{"7":1,"10":1,"104":3}}],["points1",{"2":{"7":1,"10":1,"104":3}}],["points",{"0":{"78":1,"119":1},"2":{"2":3,"4":1,"5":3,"7":1,"8":11,"9":1,"10":53,"13":1,"35":2,"37":3,"38":3,"41":8,"42":32,"45":1,"46":55,"48":5,"51":3,"52":5,"53":1,"54":8,"55":28,"57":4,"58":1,"59":3,"61":4,"63":4,"64":6,"66":2,"67":8,"69":2,"70":13,"72":1,"76":6,"78":3,"79":4,"90":6,"92":1,"93":7,"94":3,"98":10,"104":5,"107":5,"109":1,"110":2,"111":4,"112":3,"116":1,"117":5,"119":3,"120":3,"121":3,"122":1,"126":1,"128":3,"137":1,"147":2,"149":1,"152":2,"153":2,"157":11,"158":11,"159":26,"160":10,"161":33,"162":2,"163":2,"168":25,"170":8,"171":1,"176":1,"177":11}}],["point",{"0":{"92":1,"109":1},"2":{"2":2,"5":4,"7":10,"8":37,"9":7,"10":83,"20":1,"35":12,"38":3,"40":3,"41":1,"42":126,"45":6,"46":97,"48":50,"51":13,"53":9,"54":1,"55":71,"58":9,"64":3,"66":17,"67":73,"70":27,"73":3,"75":1,"76":2,"78":8,"87":21,"90":2,"92":10,"98":138,"100":1,"103":2,"104":21,"106":1,"107":3,"109":10,"110":1,"112":1,"117":4,"119":11,"127":1,"128":3,"137":1,"138":1,"139":2,"143":2,"144":1,"146":2,"149":1,"151":1,"157":2,"158":3,"159":9,"160":1,"162":2,"168":4,"170":111,"171":7,"172":8,"177":2}}],["practice",{"2":{"172":1}}],["pred",{"2":{"176":2,"177":1,"178":2,"179":1}}],["predicate",{"2":{"0":1,"87":1,"176":3,"177":1,"179":5}}],["predicates",{"0":{"12":1,"15":1,"179":1},"1":{"13":1,"14":1,"15":1,"16":1},"2":{"0":4,"12":1,"31":1,"46":5,"55":4,"56":3,"98":1,"176":1,"178":1}}],["pretty",{"2":{"149":1}}],["prettytime",{"2":{"13":2}}],["prevent",{"2":{"53":2,"55":2,"58":2}}],["prev^2",{"2":{"35":2}}],["prev",{"2":{"35":14,"46":69,"127":4}}],["previously",{"2":{"152":1}}],["previous",{"2":{"19":1,"35":1,"137":1,"158":3}}],["preparations",{"2":{"20":1}}],["prepared",{"2":{"20":1,"128":2}}],["prepare",{"0":{"20":1},"2":{"17":1,"20":1}}],["precision",{"2":{"11":1}}],["preserve",{"2":{"157":4,"159":3}}],["preserving",{"2":{"155":1}}],["presentation",{"2":{"10":1,"42":1}}],["present",{"2":{"10":1,"167":1}}],["presence",{"2":{"10":1,"167":1}}],["prescribes",{"2":{"20":1}}],["press",{"2":{"10":1,"42":1}}],["pre",{"2":{"10":1,"57":1,"157":1,"159":2}}],["prefilter",{"2":{"10":1,"157":7}}],["prints",{"2":{"150":1}}],["printstyled",{"2":{"39":1,"150":1,"153":1}}],["println",{"2":{"39":1,"150":1,"153":1,"157":2}}],["print",{"2":{"39":2,"150":2,"153":2}}],["primitives",{"2":{"31":1}}],["primitive",{"0":{"130":1},"1":{"131":1,"132":1,"133":1,"134":1,"135":1,"136":1,"137":1},"2":{"29":1}}],["primarily",{"2":{"10":1,"25":2,"27":2,"165":1}}],["primary",{"2":{"7":2,"10":3,"76":1,"117":1,"157":1}}],["priority",{"2":{"5":1,"149":1}}],["protters",{"2":{"137":2}}],["progressively",{"2":{"135":1}}],["program",{"2":{"17":1}}],["programming",{"2":{"17":1,"26":1}}],["promote",{"2":{"42":5}}],["property",{"2":{"137":2}}],["properties=gi",{"2":{"137":1}}],["properties=namedtuple",{"2":{"137":1}}],["properties=",{"2":{"128":1}}],["properties",{"2":{"10":1,"137":9,"157":1,"161":1}}],["propagate",{"2":{"42":16,"67":4}}],["probably",{"2":{"38":1,"137":1}}],["prod",{"2":{"35":4}}],["product",{"2":{"35":1}}],["process",{"2":{"78":3,"79":3,"80":3,"81":1,"87":1,"92":3,"93":3,"94":2,"95":1,"98":11,"109":1,"110":3,"111":1,"112":1,"119":3,"120":3,"121":3,"122":1,"137":2,"159":1}}],["processed",{"2":{"46":6}}],["processors",{"2":{"31":1,"76":2,"90":2,"107":2,"117":2}}],["processor",{"2":{"31":1}}],["processing",{"2":{"23":1}}],["providers",{"2":{"139":1,"145":1}}],["provide",{"0":{"23":1},"2":{"10":6,"34":1,"37":1,"40":1,"44":1,"47":1,"50":1,"52":2,"54":2,"57":2,"66":1,"69":1,"72":1,"75":1,"85":1,"89":1,"98":2,"100":1,"103":1,"106":1,"116":1,"128":1,"161":1}}],["provides",{"2":{"10":1,"59":1,"64":1,"171":1}}],["provided",{"2":{"8":1,"10":3,"11":1,"46":1,"67":1,"70":1,"145":1,"153":2,"167":1}}],["proj",{"2":{"5":2,"10":3,"149":2,"150":4,"152":1,"153":6,"169":1}}],["projecting",{"2":{"171":1}}],["projection",{"2":{"67":2,"169":1,"171":1}}],["project",{"2":{"2":1}}],["projects",{"2":{"2":1}}],["profile",{"2":{"2":1}}],["iah",{"2":{"175":2}}],["image",{"2":{"128":1}}],["impossible",{"2":{"51":1,"103":1}}],["important",{"2":{"152":1}}],["import",{"2":{"5":3,"10":5,"13":2,"14":2,"15":1,"31":7,"34":1,"37":1,"39":1,"44":1,"47":1,"51":1,"52":1,"54":1,"55":1,"57":1,"66":1,"69":1,"70":1,"72":1,"73":1,"75":1,"76":1,"85":1,"86":1,"87":1,"89":1,"90":1,"100":1,"101":1,"103":1,"104":1,"106":1,"107":1,"116":1,"117":1,"127":3,"137":2,"150":1,"153":2,"156":2,"157":3,"162":2,"168":1,"169":5}}],["implements",{"2":{"167":1}}],["implementing",{"2":{"10":1,"157":1}}],["implement",{"2":{"10":1,"17":1,"23":1,"35":1,"38":1,"42":1,"45":1,"48":1,"64":1,"67":1,"70":1,"76":1,"90":1,"104":1,"107":1,"117":1,"130":1,"141":1,"142":3,"143":1}}],["implementation",{"0":{"35":1,"38":1,"45":1,"48":1,"51":1,"64":1,"67":1,"70":1,"73":1,"76":1,"86":1,"90":1,"101":1,"104":1,"107":1,"117":1,"134":1,"140":1,"146":1,"154":1},"2":{"10":1,"32":1,"35":3,"38":3,"42":1,"45":3,"48":3,"57":1,"67":3,"70":3,"73":1,"76":2,"86":1,"90":2,"101":1,"104":3,"107":2,"117":2,"128":2,"129":1,"149":1,"157":1,"167":1}}],["implementations",{"2":{"10":1,"76":1,"90":1,"107":1,"117":1,"129":1,"155":1,"167":3}}],["implemented",{"0":{"129":1},"2":{"5":1,"10":2,"31":1,"38":1,"42":3,"51":2,"53":2,"55":2,"58":2,"64":1,"67":2,"129":1,"130":2,"142":2,"149":1,"155":1}}],["improve",{"2":{"8":1,"10":1,"147":1}}],["improvements",{"2":{"2":2,"3":1}}],["i=2",{"2":{"127":1}}],["ipoints",{"2":{"98":4}}],["ip",{"2":{"70":2}}],["ipt",{"2":{"46":8}}],["ihole",{"2":{"70":2}}],["ih",{"2":{"58":20}}],["i2",{"2":{"48":2}}],["i1",{"2":{"48":2}}],["ii",{"2":{"46":8}}],["i+1",{"2":{"42":8,"128":1,"159":2,"161":1}}],["io",{"2":{"39":5,"150":5,"153":5}}],["id",{"2":{"173":1}}],["identical",{"2":{"137":1,"145":1}}],["identity",{"2":{"128":4,"137":2,"147":1}}],["ideal",{"2":{"128":1}}],["idea",{"2":{"10":1,"20":1,"25":1,"27":1,"42":1,"130":1}}],["idx`",{"2":{"46":1}}],["idx",{"2":{"35":6,"46":167,"48":9,"51":23,"52":5,"54":5,"57":2,"146":34,"159":51}}],["id=",{"2":{"10":2}}],["ignored",{"2":{"10":1,"128":1}}],["ignore",{"2":{"10":1,"128":2}}],["i>",{"2":{"10":2}}],["i>method",{"2":{"10":2}}],["iff",{"2":{"137":1}}],["if",{"0":{"56":1},"2":{"5":5,"7":17,"8":19,"9":1,"10":74,"18":1,"22":2,"32":9,"34":1,"35":15,"37":1,"38":6,"39":3,"42":5,"45":1,"46":95,"48":36,"51":8,"52":13,"53":12,"54":9,"55":44,"57":10,"58":22,"64":3,"66":2,"67":8,"69":2,"70":35,"72":1,"73":1,"75":1,"76":2,"78":4,"79":3,"80":3,"81":2,"82":1,"83":1,"85":1,"86":1,"87":9,"89":1,"90":3,"92":5,"93":4,"94":2,"95":2,"96":1,"97":1,"98":132,"100":1,"101":1,"103":4,"104":16,"106":1,"107":2,"109":4,"110":3,"111":2,"112":2,"113":1,"114":1,"116":1,"117":2,"119":5,"120":3,"121":3,"122":1,"123":1,"124":1,"127":5,"128":35,"132":1,"135":1,"137":21,"140":1,"142":1,"143":2,"144":1,"146":12,"147":1,"148":1,"149":3,"150":2,"153":6,"154":2,"157":1,"159":12,"161":12,"162":1,"163":1,"166":1,"167":2,"171":1,"174":1,"177":2,"178":1}}],["i",{"2":{"2":1,"13":4,"22":1,"32":6,"35":14,"38":1,"42":16,"46":28,"48":4,"53":2,"57":2,"58":4,"67":2,"70":8,"87":7,"98":28,"127":14,"128":17,"137":14,"154":2,"158":3,"159":12,"161":28,"168":2,"170":2,"171":1,"178":3}}],["ith",{"2":{"46":3,"58":7}}],["itererable",{"2":{"168":1}}],["iter",{"2":{"32":13,"137":31}}],["iteration",{"2":{"38":1}}],["iterate",{"2":{"32":2,"42":2,"135":1,"137":5}}],["iteratoreltype",{"2":{"32":1}}],["iteratorsize",{"2":{"32":1}}],["iterators",{"2":{"13":1,"42":1,"46":5,"48":3,"54":1,"58":2,"128":1,"137":11,"146":6,"154":1}}],["iterator",{"2":{"10":2,"32":1,"46":4,"54":2,"132":2,"137":2}}],["iterabletype",{"2":{"137":10}}],["iterable",{"2":{"8":1,"10":3,"18":1,"38":1,"48":1,"64":1,"132":1,"137":37,"170":1}}],["iterables",{"2":{"5":2,"10":2,"22":1,"137":6}}],["itself",{"2":{"48":1,"127":1,"135":1}}],["its",{"2":{"9":1,"10":10,"18":1,"37":1,"42":1,"46":2,"48":4,"58":1,"79":1,"132":1,"137":1,"141":1,"157":1,"158":1,"159":1,"160":3,"176":1}}],["it",{"2":{"2":1,"5":4,"8":1,"10":19,"18":11,"19":2,"20":1,"22":1,"29":3,"30":1,"34":1,"35":1,"37":2,"38":3,"39":1,"41":1,"45":2,"46":2,"47":1,"48":2,"52":1,"53":1,"54":1,"55":4,"57":1,"58":3,"63":2,"64":2,"67":3,"70":1,"75":2,"78":3,"92":3,"98":14,"103":1,"104":1,"109":2,"119":3,"126":1,"127":2,"128":4,"130":3,"132":3,"135":3,"136":1,"137":15,"139":1,"140":1,"141":1,"143":1,"144":1,"149":5,"152":2,"153":1,"157":1,"159":1,"164":1,"165":2,"166":1,"167":7,"171":3,"172":3,"174":3,"178":2,"179":2}}],["isolate",{"2":{"157":1}}],["isodd",{"2":{"51":1}}],["istable",{"2":{"137":2}}],["isequal",{"2":{"128":1}}],["iseven",{"2":{"98":1}}],["isempty",{"2":{"32":2,"38":1,"42":4,"48":1,"52":1,"53":2,"54":1,"128":1,"142":1,"159":1}}],["isparallel",{"2":{"98":1,"127":8}}],["issue",{"2":{"46":1}}],["issues",{"2":{"25":1,"27":1}}],["ismeasured",{"2":{"32":4}}],["is3d",{"2":{"32":4,"70":1,"137":1,"148":1,"162":1,"163":1,"168":10}}],["isa",{"2":{"18":1,"42":9,"137":4,"168":1}}],["isnothing",{"2":{"39":1,"46":9,"51":1,"53":2,"55":2,"58":2,"70":1,"128":1,"150":1,"153":1,"157":1,"158":1,"159":5,"160":1,"161":6}}],["isn",{"2":{"10":1,"38":1,"46":4,"48":1,"51":1,"53":1,"55":3,"58":2,"67":3,"70":1,"75":1,"98":9,"104":1,"157":1,"167":1}}],["isclosed",{"2":{"32":3}}],["isclockwise",{"0":{"126":1},"2":{"4":1,"10":2,"48":1,"125":1,"127":5,"128":2}}],["isconcave",{"0":{"127":1},"2":{"4":1,"10":2,"63":1,"125":1,"127":3}}],["is",{"0":{"25":1,"34":1,"37":2,"44":1,"47":1,"50":1,"66":2,"69":1,"72":1,"75":1,"85":1,"89":1,"100":1,"103":1,"106":1,"116":1,"135":1},"2":{"2":3,"4":1,"5":10,"7":8,"8":43,"9":1,"10":108,"11":1,"13":1,"14":1,"18":3,"19":1,"20":1,"22":3,"23":2,"25":2,"27":2,"34":1,"35":19,"37":7,"38":19,"39":3,"40":2,"41":2,"42":15,"44":2,"45":5,"46":82,"47":3,"48":22,"50":1,"51":2,"52":4,"53":13,"54":4,"55":40,"57":7,"58":20,"59":1,"63":5,"64":4,"66":8,"67":23,"70":13,"72":2,"73":3,"75":4,"76":4,"78":7,"79":3,"80":3,"81":1,"82":1,"83":1,"86":3,"87":3,"89":1,"90":5,"92":9,"93":4,"94":2,"95":1,"96":1,"97":1,"98":91,"101":2,"103":3,"104":12,"107":4,"109":2,"116":4,"117":5,"119":8,"120":3,"121":3,"122":1,"123":2,"124":1,"126":2,"127":7,"128":11,"129":1,"130":2,"132":1,"135":3,"136":1,"137":24,"138":7,"139":2,"140":1,"141":3,"142":2,"143":1,"144":4,"145":1,"146":2,"148":1,"149":7,"150":2,"151":3,"152":3,"153":9,"154":6,"156":1,"157":4,"158":1,"159":2,"160":1,"162":2,"164":1,"165":1,"166":1,"167":3,"170":4,"171":5,"172":3,"173":1,"174":3,"176":2,"177":5,"178":2}}],["innerjoin",{"2":{"177":1,"178":1}}],["inner",{"2":{"98":6,"137":3,"176":1}}],["inline",{"2":{"98":4,"127":1,"137":21,"166":2}}],["in=1",{"2":{"98":1}}],["in`",{"2":{"98":1}}],["inject",{"0":{"56":1},"2":{"150":1}}],["inaccuracies",{"2":{"55":1}}],["ind",{"2":{"178":2}}],["individual",{"2":{"172":1}}],["indicate",{"2":{"137":1}}],["indicates",{"2":{"20":1}}],["indices",{"2":{"46":4,"137":4,"161":16}}],["indeed",{"2":{"139":1}}],["index",{"2":{"42":8,"46":11,"98":1,"137":1,"159":1}}],["inds",{"2":{"128":3}}],["inplace",{"2":{"42":1}}],["inputs",{"2":{"10":1,"46":1,"70":1,"73":1,"86":1,"101":1,"161":1}}],["input",{"2":{"10":12,"35":1,"51":1,"52":1,"54":1,"55":1,"57":1,"128":1,"130":1,"153":3,"154":2,"158":1,"159":1,"160":1,"171":1}}],["inbounds",{"2":{"42":16,"67":5,"98":1}}],["inspiration",{"2":{"51":1}}],["inspired",{"2":{"50":1,"51":2}}],["inside",{"2":{"35":3,"44":1,"46":3,"48":1,"52":1,"53":1,"54":1,"55":1,"57":1,"58":2,"66":3,"67":1,"78":1,"98":1,"116":1,"119":1,"128":2}}],["insertion",{"2":{"46":1}}],["insert",{"2":{"35":1,"159":1}}],["instability",{"2":{"24":2}}],["instantiating",{"2":{"20":1}}],["instead",{"2":{"18":1,"24":1}}],["instructs",{"2":{"10":1,"167":2}}],["init=nothing",{"2":{"137":1}}],["init=typemax",{"2":{"67":2}}],["init=zero",{"2":{"38":1,"48":1}}],["initial",{"2":{"55":2,"153":1}}],["initially",{"2":{"46":1}}],["initialize",{"2":{"42":3,"45":2,"46":1,"55":1}}],["init",{"2":{"19":1,"31":1,"35":1,"45":2,"137":30,"153":4}}],["incorrect",{"2":{"138":1,"139":1}}],["increase",{"2":{"46":1,"98":1}}],["increasing",{"2":{"10":1,"157":1}}],["increment",{"2":{"42":5}}],["including",{"2":{"35":1,"46":2,"55":1,"67":1,"78":1,"79":1,"80":1,"81":1,"98":2}}],["include",{"2":{"31":42,"35":1,"46":1,"59":1,"67":2,"157":2,"166":1,"172":2,"173":1}}],["included",{"2":{"10":2,"58":2,"143":2,"146":2,"172":1}}],["includes",{"2":{"8":2,"10":2,"58":1,"67":2,"70":1,"98":1}}],["incircle",{"0":{"16":1}}],["investigate",{"2":{"128":1}}],["investigating",{"0":{"63":1}}],["inverted",{"2":{"10":1,"64":1}}],["invalid",{"2":{"20":1,"53":2,"139":1,"144":1,"145":1}}],["invoke",{"2":{"20":1}}],["involved",{"2":{"130":1}}],["involve",{"2":{"20":1}}],["involving",{"2":{"10":3,"52":1,"54":1,"57":1}}],["invocation",{"2":{"18":1}}],["ing",{"2":{"5":1,"10":2,"42":1,"162":1}}],["intr",{"2":{"46":28,"48":9,"51":16,"55":8}}],["intr2",{"2":{"46":2,"55":14}}],["intr1",{"2":{"46":3,"55":21,"98":2}}],["intrs",{"2":{"46":10,"55":5}}],["introduction",{"0":{"27":1},"1":{"28":1,"29":1,"30":1}}],["introducing",{"2":{"24":1}}],["introduces",{"2":{"24":1}}],["int",{"2":{"46":6,"58":7,"87":7,"154":1,"157":1,"159":5,"160":1,"161":1}}],["integrate",{"2":{"38":1}}],["integrating",{"2":{"38":1}}],["integrals",{"2":{"37":1}}],["integral",{"2":{"37":1}}],["integer",{"2":{"32":1}}],["intended",{"2":{"10":1,"142":2,"143":1}}],["intermediate",{"2":{"48":1}}],["inter2",{"2":{"48":15}}],["inter1",{"2":{"48":23}}],["interpreted",{"2":{"42":1}}],["interpolation",{"2":{"9":1,"10":1,"41":1,"42":2,"151":1}}],["interpolated",{"2":{"9":3,"10":3,"42":17,"151":1}}],["interpolate",{"2":{"4":2,"9":2,"10":4,"40":1,"41":2,"42":25}}],["interest",{"2":{"42":1,"67":1}}],["internal",{"2":{"41":1}}],["internals",{"2":{"24":1}}],["inter",{"2":{"10":3,"46":21,"51":1,"52":1,"54":5,"55":4}}],["interface",{"0":{"142":1},"2":{"10":3,"20":1,"32":1,"59":1,"64":1,"137":1,"141":1,"142":4,"143":1,"157":1,"171":1}}],["interacted",{"2":{"98":1}}],["interaction",{"0":{"98":1},"2":{"98":2}}],["interactions",{"2":{"46":1,"58":3,"98":15}}],["interactive",{"2":{"13":1,"14":1}}],["interacting",{"2":{"10":1,"54":1,"98":2}}],["interacts",{"2":{"7":1,"10":1,"98":3,"106":1,"107":1,"110":3,"111":1,"112":1}}],["interact",{"2":{"7":2,"10":2,"57":1,"58":1,"89":1,"98":5,"101":1,"106":1,"107":1,"109":1,"110":2,"111":2,"112":1}}],["interior",{"2":{"7":6,"10":7,"35":9,"37":1,"42":7,"45":5,"46":1,"58":18,"72":1,"73":1,"75":1,"76":3,"79":5,"80":1,"81":2,"85":2,"86":1,"87":1,"90":2,"92":2,"93":6,"94":3,"98":15,"106":1,"107":3,"110":1,"111":2,"112":2,"116":1,"117":3,"122":2,"127":2,"140":1,"143":1}}],["interiors",{"2":{"7":6,"10":7,"42":20,"72":1,"73":1,"75":1,"85":1,"86":1,"89":1,"90":1,"95":1,"98":5,"100":1,"101":1,"106":1,"107":1,"109":1,"110":2,"111":1,"116":1,"117":1,"120":3,"121":3}}],["intersectingpolygons",{"2":{"10":3}}],["intersecting",{"0":{"144":1},"1":{"145":1,"146":1},"2":{"10":4,"31":1,"46":2,"58":2,"143":4,"144":1,"146":4}}],["intersections",{"0":{"55":1},"2":{"46":2,"48":2,"53":1,"54":2,"55":1,"58":1,"98":2}}],["intersection",{"0":{"54":1,"99":1},"1":{"100":1,"101":1},"2":{"2":1,"4":2,"7":3,"10":19,"15":4,"23":1,"31":1,"46":38,"48":6,"51":3,"52":4,"53":4,"54":15,"55":73,"57":2,"58":2,"87":2,"98":6,"100":1,"104":5}}],["intersect",{"2":{"7":8,"10":11,"46":4,"48":3,"52":2,"54":1,"55":1,"57":1,"58":5,"72":1,"73":2,"75":1,"76":1,"86":1,"90":1,"93":1,"95":1,"98":4,"100":2,"104":1,"116":1,"117":2,"120":3,"121":3,"145":1,"146":4}}],["intersects",{"0":{"100":1},"2":{"4":2,"7":3,"10":6,"31":1,"46":1,"55":2,"58":2,"87":2,"99":1,"100":4,"101":4,"104":5,"122":1,"146":2,"176":1}}],["into",{"2":{"9":1,"10":7,"17":1,"26":1,"35":1,"38":1,"42":1,"45":4,"46":2,"51":1,"52":1,"54":1,"98":1,"128":4,"132":1,"137":6,"146":1,"157":1,"165":1,"168":2,"170":2,"176":1}}],["int64",{"2":{"5":6,"10":6,"139":6,"158":1,"159":1,"161":1,"162":6,"170":14}}],["info",{"2":{"151":1}}],["information",{"0":{"172":1},"2":{"10":1,"29":1,"42":1,"46":2,"47":1,"55":1,"64":1,"98":1,"169":1,"172":3,"174":2}}],["infinity",{"2":{"98":1,"104":1}}],["inf",{"2":{"2":1,"5":1,"51":2,"158":1,"161":3}}],["in",{"0":{"23":1},"2":{"0":1,"2":2,"5":6,"7":3,"8":1,"9":4,"10":51,"13":6,"14":2,"17":2,"18":4,"20":1,"23":3,"24":2,"25":1,"26":3,"27":1,"29":1,"30":1,"31":2,"35":7,"37":1,"38":3,"39":1,"40":2,"42":22,"44":2,"45":5,"46":72,"48":31,"51":6,"52":9,"53":3,"54":5,"55":29,"57":11,"58":28,"63":1,"64":3,"66":6,"67":6,"69":1,"70":17,"72":2,"73":1,"76":10,"79":1,"80":1,"81":1,"82":1,"83":1,"86":1,"87":7,"90":9,"92":1,"93":1,"94":1,"96":1,"97":1,"98":135,"100":2,"101":1,"103":1,"104":11,"106":1,"107":11,"111":1,"113":1,"114":1,"116":1,"117":10,"120":3,"121":3,"123":1,"124":1,"127":4,"128":10,"129":3,"130":1,"132":3,"135":2,"136":1,"137":12,"141":1,"142":1,"143":2,"144":1,"146":7,"147":1,"148":2,"149":3,"150":1,"151":2,"152":2,"153":14,"154":7,"155":1,"157":5,"158":2,"159":4,"160":1,"161":5,"162":2,"163":1,"164":4,"165":1,"166":1,"167":4,"168":8,"169":1,"170":2,"171":6,"174":2,"176":4,"177":3,"178":1,"179":1}}],["rd",{"2":{"157":3}}],["rdbu",{"2":{"66":1}}],["rhumb",{"2":{"127":2}}],["runner",{"2":{"171":1}}],["running",{"2":{"137":3}}],["run",{"2":{"137":8,"178":1}}],["runs",{"2":{"55":2,"126":1}}],["rule",{"2":{"46":1}}],["rules",{"2":{"46":1}}],["right=2",{"2":{"46":1}}],["right",{"2":{"42":1,"46":4,"51":1,"67":1,"127":1,"159":19,"161":5,"170":1,"176":1}}],["ring4",{"2":{"172":2}}],["ring3",{"2":{"171":1}}],["ring2",{"2":{"170":2}}],["ring1",{"2":{"170":2}}],["ring",{"2":{"2":1,"8":7,"10":13,"31":1,"32":45,"35":3,"38":2,"42":1,"44":1,"45":4,"46":12,"48":13,"58":3,"67":5,"70":4,"78":1,"79":2,"80":5,"92":1,"94":1,"98":2,"109":1,"110":1,"111":3,"119":1,"120":2,"121":4,"127":3,"128":11,"138":2,"139":1,"140":14,"141":1,"170":1}}],["rings",{"0":{"80":1,"94":1,"111":1,"121":1,"138":1},"1":{"139":1,"140":1},"2":{"2":2,"8":4,"10":6,"32":1,"38":1,"45":1,"46":3,"55":1,"70":7,"126":1,"128":5,"140":1,"143":1,"157":1}}],["rtrees",{"2":{"20":1}}],["r+y",{"2":{"13":2,"14":1}}],["r+x",{"2":{"13":2,"14":1}}],["ry",{"2":{"13":3,"14":3}}],["rx",{"2":{"13":3,"14":3}}],["round",{"2":{"157":1,"159":1,"161":1}}],["routines",{"2":{"11":1}}],["row",{"2":{"137":3}}],["rows",{"2":{"137":2}}],["robust",{"0":{"15":1},"2":{"63":1}}],["rotate",{"2":{"48":1}}],["rotation",{"2":{"5":1,"10":1,"162":1}}],["rotations",{"2":{"5":3,"10":3,"162":3}}],["rotmatrix2d",{"2":{"157":1}}],["rotmatrix",{"2":{"5":1,"10":1,"162":1}}],["rᵢ₋₁",{"2":{"42":20}}],["rᵢ∗rᵢ₊₁+sᵢ⋅sᵢ₊₁",{"2":{"10":1}}],["rᵢ₊₁",{"2":{"10":1,"42":29}}],["rᵢ",{"2":{"10":2,"42":49}}],["ramer",{"2":{"159":1}}],["raster",{"0":{"128":1},"2":{"128":4}}],["ray",{"2":{"98":4}}],["raw",{"2":{"18":1}}],["range",{"2":{"13":8,"14":4,"128":1,"137":4}}],["ranges",{"2":{"10":1,"128":2}}],["randomly",{"2":{"177":2}}],["random",{"2":{"157":2}}],["randn",{"2":{"61":1}}],["rand",{"2":{"10":1,"63":1,"128":1,"177":2}}],["rather",{"2":{"10":1,"128":1,"145":1}}],["ratio",{"2":{"10":7,"55":1,"153":1,"157":1,"158":4,"159":6,"160":4,"161":11}}],["radii",{"2":{"10":1,"153":1}}],["radius`",{"2":{"153":1}}],["radius",{"2":{"10":7,"42":13,"153":4}}],["radialdistance",{"0":{"158":1},"2":{"4":1,"10":2,"155":1,"157":4,"158":4}}],["rrayscore",{"2":{"5":1,"10":1,"162":1}}],["rring",{"2":{"5":1,"10":1,"162":1}}],["rewrap",{"2":{"137":3}}],["req",{"2":{"98":44}}],["requirement",{"2":{"138":1,"144":1}}],["requirements",{"2":{"98":5}}],["required",{"2":{"64":1,"76":3,"90":3,"107":3,"117":3,"152":1,"169":1}}],["require",{"2":{"64":1,"75":2,"76":6,"90":3,"98":32,"107":3,"117":3}}],["requires",{"2":{"39":1,"70":1,"72":1,"76":2,"79":3,"80":3,"81":1,"90":1,"93":3,"94":2,"95":1,"107":1,"110":3,"111":1,"112":1,"116":1,"117":1,"120":3,"121":3,"122":1,"150":1,"153":1,"167":1}}],["requests",{"2":{"25":1,"27":1}}],["reflected",{"2":{"157":3}}],["ref",{"2":{"66":1}}],["referring",{"2":{"98":1}}],["refer",{"2":{"10":1,"128":1}}],["references",{"2":{"10":1,"42":1}}],["reference",{"0":{"171":1,"172":1},"2":{"4":1,"5":2,"149":2,"169":2,"171":1}}],["reveal",{"2":{"58":1}}],["reveals",{"2":{"58":1}}],["reverse",{"2":{"37":1,"41":1,"42":1,"46":2,"170":2}}],["rev",{"2":{"57":1}}],["render",{"2":{"41":1}}],["rendering",{"2":{"41":3,"42":1}}],["rename",{"2":{"3":1}}],["regardless",{"2":{"55":1,"98":1}}],["regions",{"2":{"53":3,"55":5,"57":1,"58":3,"98":2,"178":1}}],["region",{"2":{"39":2,"55":3,"58":2,"178":1}}],["register",{"2":{"31":3,"42":3}}],["regular",{"0":{"15":1}}],["readable",{"2":{"174":1}}],["readability",{"2":{"46":1}}],["read",{"2":{"171":2}}],["reached",{"2":{"137":4}}],["reaches",{"2":{"135":1}}],["reach",{"2":{"135":1}}],["reasons",{"2":{"167":1}}],["reason",{"2":{"24":1,"138":1,"144":1,"166":1}}],["real`",{"2":{"153":1,"154":1}}],["reality",{"2":{"63":1}}],["really",{"2":{"38":1,"98":1,"128":1,"166":1}}],["real=1",{"2":{"10":2,"153":2}}],["real=6378137`",{"2":{"153":1}}],["real=6378137",{"2":{"10":2,"153":1}}],["real",{"0":{"178":1},"2":{"9":1,"10":13,"35":1,"42":45,"45":2,"55":1,"153":3,"154":1,"161":5,"176":1}}],["related",{"2":{"130":1}}],["relation",{"2":{"46":2}}],["relations",{"2":{"31":10,"87":1,"104":1}}],["relationship",{"2":{"23":1,"176":2}}],["relative",{"2":{"42":3}}],["relevant",{"2":{"3":1,"10":1,"64":1}}],["reducing",{"2":{"137":2}}],["reduced",{"2":{"158":1,"159":1,"160":1}}],["reduces",{"2":{"19":1,"58":1}}],["reduce",{"2":{"5":1,"10":1,"128":1,"137":2,"142":1}}],["redundant",{"2":{"46":1}}],["red",{"2":{"14":1,"44":2,"66":1,"75":1,"85":1,"100":1,"170":1,"171":1,"177":2}}],["removal",{"2":{"46":1}}],["removes",{"2":{"46":1,"130":1}}],["removed",{"2":{"46":3,"53":5,"128":1}}],["remove",{"2":{"38":1,"46":33,"48":1,"51":2,"52":5,"54":5,"57":2,"146":2,"158":1,"159":3,"161":4}}],["removing",{"2":{"10":3,"46":1,"53":1,"158":1,"159":1,"160":1}}],["remainingnode",{"2":{"128":3}}],["remaining",{"2":{"46":1,"70":1,"98":2,"159":1}}],["remain",{"2":{"5":1,"10":9,"137":1,"157":2}}],["resolution",{"2":{"171":1}}],["resolved",{"2":{"128":1}}],["reset",{"2":{"46":1}}],["resize",{"2":{"13":1,"14":1,"46":2}}],["resampled",{"2":{"10":1,"154":1}}],["respectively",{"2":{"46":1,"104":1,"137":1,"170":1}}],["respect",{"2":{"10":2,"54":1,"55":1,"64":1,"98":6}}],["rest",{"2":{"10":1,"42":2,"57":1}}],["resulting",{"2":{"51":1,"58":1,"128":1,"177":1}}],["results",{"2":{"7":2,"10":2,"55":1,"87":1,"104":1,"137":2,"139":1,"159":25,"170":3}}],["result",{"2":{"5":2,"7":5,"8":5,"10":13,"19":1,"35":1,"38":2,"48":1,"55":15,"64":1,"67":2,"73":1,"76":1,"86":1,"101":1,"117":1,"137":2,"153":3,"161":6}}],["receives",{"2":{"137":2}}],["recent",{"2":{"46":1,"53":1,"55":1,"58":1}}],["recalculate",{"2":{"136":1}}],["recursive",{"2":{"135":1}}],["recursively",{"2":{"8":1,"10":1,"135":1,"147":1}}],["rect",{"2":{"34":3,"37":5,"47":3,"66":7}}],["rectangle",{"2":{"34":2,"37":2,"41":2,"47":2,"48":1,"66":2,"152":5,"153":8,"177":2}}],["recommended",{"2":{"22":1}}],["reconstructing",{"2":{"157":1}}],["reconstructed",{"2":{"18":1}}],["reconstruct",{"2":{"4":2,"5":1,"10":3,"18":1,"132":2,"137":29}}],["re",{"2":{"5":1,"10":1,"17":1,"64":1,"162":1,"169":1,"171":1}}],["retrievable",{"2":{"5":1,"149":1}}],["returnval",{"2":{"98":9}}],["returntype",{"2":{"19":1}}],["returning",{"2":{"18":1,"39":1,"53":2}}],["return",{"0":{"22":1},"2":{"5":1,"7":18,"8":2,"10":37,"13":3,"14":3,"23":2,"30":1,"32":17,"35":5,"38":5,"39":1,"42":20,"45":4,"46":36,"48":12,"51":12,"52":5,"53":4,"54":4,"55":18,"57":6,"58":9,"64":2,"67":8,"70":30,"73":1,"76":1,"82":2,"83":2,"86":1,"87":18,"90":2,"96":2,"97":2,"98":71,"100":1,"101":1,"104":28,"107":1,"109":2,"113":2,"114":2,"117":1,"123":2,"124":2,"127":10,"128":12,"137":26,"138":1,"140":4,"142":6,"143":2,"146":2,"148":2,"149":1,"154":4,"157":3,"158":1,"159":5,"160":3,"161":7,"162":2,"163":2,"167":3,"168":8}}],["returned",{"2":{"5":1,"10":11,"22":2,"23":1,"46":3,"51":1,"52":2,"54":2,"55":2,"57":2,"63":1,"64":1,"128":1,"132":1,"137":2,"149":1,"157":1,"166":1}}],["returns",{"2":{"5":1,"7":5,"8":4,"9":3,"10":24,"18":1,"22":2,"35":1,"38":2,"42":6,"45":3,"46":4,"48":6,"51":1,"52":1,"55":1,"57":1,"64":1,"67":8,"69":1,"72":2,"73":1,"76":1,"85":2,"86":1,"89":1,"98":4,"101":1,"104":2,"117":1,"128":2,"137":2,"154":1,"163":1,"176":1}}],["rebuilt",{"2":{"5":1,"10":2,"132":1,"137":2}}],["rebuild",{"2":{"4":2,"10":4,"132":4,"135":1,"137":10,"154":1,"157":2}}],["replace",{"2":{"46":1,"128":2,"159":1}}],["replaced",{"2":{"22":1}}],["repl",{"2":{"39":1,"150":1,"153":1}}],["repeat",{"2":{"45":1,"46":3,"70":6}}],["repeating",{"2":{"38":1,"58":1}}],["repeated",{"2":{"2":1,"8":3,"10":3,"35":2,"42":1,"46":2,"58":2,"67":2,"70":4,"98":1}}],["represented",{"2":{"177":1}}],["represent",{"2":{"17":1,"42":1,"46":4,"70":1}}],["representing",{"2":{"10":2,"53":1,"55":1,"58":1,"64":1,"66":1,"70":1,"178":1}}],["represents",{"2":{"10":1,"142":2,"143":1}}],["reprojects",{"2":{"149":1}}],["reprojection",{"0":{"149":1},"1":{"150":1}}],["reproject",{"2":{"4":1,"5":4,"31":2,"130":1,"149":6,"150":2}}],["r",{"2":{"2":1,"10":1,"13":11,"14":12,"153":1,"161":2,"170":6,"171":2,"172":4}}],["o",{"2":{"137":24}}],["odd",{"2":{"98":1}}],["own",{"2":{"58":1,"130":2}}],["occur",{"2":{"55":1}}],["occurs",{"2":{"55":1}}],["occupied",{"2":{"37":1}}],["old",{"2":{"46":8,"137":3}}],["ourselves",{"2":{"153":1}}],["our",{"2":{"24":1,"153":1,"170":4,"171":3,"177":1}}],["out=3",{"2":{"98":1}}],["out=4",{"2":{"54":1}}],["out`",{"2":{"54":1,"98":1}}],["out",{"2":{"10":3,"46":12,"48":23,"55":6,"58":4,"64":1,"66":5,"76":4,"87":1,"90":3,"98":102,"104":2,"107":4,"117":4,"127":1,"137":1,"154":1,"167":2}}],["outside",{"2":{"7":2,"8":1,"10":3,"46":3,"48":1,"53":2,"55":4,"58":3,"66":2,"67":1,"75":1,"86":1,"89":1,"98":12,"104":3,"122":1}}],["outputs",{"2":{"46":1}}],["output",{"2":{"7":8,"8":1,"10":18,"18":1,"23":1,"51":2,"52":1,"54":1,"55":1,"57":1,"58":2,"70":1,"73":1,"76":1,"86":1,"90":1,"101":1,"104":1,"107":1,"117":1,"127":2,"157":1,"161":1,"168":1}}],["outermost",{"2":{"137":1}}],["outer",{"2":{"5":1,"10":1,"135":1,"137":2,"176":1,"177":1}}],["omit",{"2":{"10":1,"153":1}}],["obtain",{"2":{"137":1}}],["obtained",{"2":{"23":1}}],["observable",{"2":{"14":2}}],["obs",{"2":{"14":10}}],["obviously",{"2":{"8":1,"10":1,"147":1}}],["objects",{"2":{"5":4,"8":1,"10":17,"132":3,"135":5,"137":8,"147":1,"151":1,"157":2,"163":1}}],["object",{"2":{"5":4,"8":1,"9":1,"10":8,"20":1,"42":1,"66":1,"98":4,"132":1,"135":5,"137":3,"147":1,"149":3,"153":1,"157":1,"163":1}}],["obj",{"2":{"5":4,"8":1,"10":17,"132":3,"137":10,"147":1,"148":2,"153":3,"157":3,"162":1,"163":1}}],["others",{"2":{"39":1,"146":1}}],["otherwise",{"2":{"8":2,"10":3,"39":1,"46":1,"53":1,"55":1,"67":2,"128":1,"148":1,"150":1,"153":1,"168":1}}],["other",{"0":{"8":1,"10":1},"2":{"7":4,"10":12,"35":1,"46":5,"52":1,"54":1,"55":1,"57":2,"58":3,"59":2,"67":2,"70":2,"72":1,"78":1,"98":8,"100":1,"103":1,"104":4,"106":2,"107":2,"110":1,"119":1,"128":1,"132":1,"135":1,"137":1,"143":2,"144":1,"146":2,"157":2,"159":2,"164":1,"165":1,"167":1,"171":1,"176":1,"179":1}}],["ogc",{"0":{"7":1}}],["over=3",{"2":{"54":1}}],["over`",{"2":{"54":1}}],["overflow",{"2":{"51":1}}],["overhead",{"2":{"22":1,"137":2}}],["override",{"2":{"10":1,"42":1}}],["over",{"2":{"5":1,"10":3,"37":2,"38":1,"45":3,"46":5,"48":1,"54":1,"55":11,"58":1,"63":1,"76":1,"87":1,"90":1,"98":15,"104":2,"107":1,"117":1,"137":22,"170":3}}],["overlapping",{"2":{"46":11,"55":4,"58":6}}],["overlaps",{"0":{"102":1,"103":1},"1":{"103":1,"104":1},"2":{"4":10,"7":5,"10":13,"31":1,"55":1,"102":1,"103":3,"104":30,"128":1,"176":1}}],["overlap",{"2":{"2":1,"7":4,"10":4,"46":2,"55":8,"58":2,"76":1,"85":1,"98":2,"103":5,"104":6,"117":1,"144":1}}],["opposed",{"2":{"175":1}}],["opposite",{"2":{"7":5,"10":5,"46":2,"53":1,"55":2,"58":1,"73":2,"76":1,"86":2,"101":2,"117":1}}],["ops",{"2":{"137":1}}],["open",{"2":{"46":1,"139":1,"171":1}}],["operates",{"2":{"137":1,"138":1,"144":1}}],["operate",{"2":{"18":1,"29":1,"137":1}}],["operations",{"0":{"23":1},"2":{"23":1,"26":1,"55":1,"58":1,"130":1}}],["operation",{"2":{"10":3,"46":1,"130":1,"143":2,"146":2,"167":2}}],["optimisation",{"2":{"98":1}}],["optimise",{"2":{"87":1}}],["optimal",{"2":{"10":1,"64":1}}],["options",{"2":{"14":1,"46":1}}],["optional",{"2":{"8":5,"10":6,"35":1,"38":2,"48":1,"67":2}}],["op",{"2":{"5":3,"10":3,"19":2,"45":1,"137":35}}],["org",{"2":{"52":1,"54":1,"57":1,"98":2,"159":1}}],["organise",{"2":{"3":1}}],["orange",{"2":{"50":1,"66":1,"69":2,"72":2,"89":2,"103":2,"116":2}}],["oro",{"2":{"11":2}}],["originate",{"2":{"58":1}}],["originals",{"2":{"22":1}}],["original",{"2":{"10":4,"18":1,"22":1,"46":10,"51":5,"52":1,"54":1,"58":4,"135":1,"137":3,"142":1,"148":2,"154":1,"156":4,"157":1}}],["orient",{"0":{"13":1},"1":{"14":1,"15":1},"2":{"13":7,"14":12,"46":15,"55":53}}],["orientation",{"0":{"125":1},"1":{"126":1,"127":1},"2":{"3":1,"10":2,"31":1,"38":1,"46":10,"48":2,"52":1,"54":2,"55":2,"57":1,"98":16,"126":1,"157":1}}],["ordered",{"2":{"37":1}}],["order",{"0":{"63":1},"2":{"5":4,"7":1,"8":2,"10":7,"35":1,"37":1,"38":2,"42":1,"46":4,"55":1,"58":1,"63":4,"64":1,"67":2,"70":3,"73":1,"76":1,"86":1,"101":1,"137":2,"149":2,"157":1,"176":1}}],["or",{"0":{"24":1},"2":{"5":11,"7":3,"8":10,"10":54,"18":1,"20":1,"22":1,"23":1,"25":1,"27":1,"29":2,"31":1,"35":4,"38":1,"39":1,"42":1,"44":2,"45":4,"46":24,"47":1,"51":1,"52":1,"53":3,"54":2,"55":9,"57":1,"58":2,"59":1,"64":1,"66":2,"67":4,"70":3,"72":1,"76":1,"78":2,"79":1,"80":1,"81":1,"82":1,"83":1,"89":2,"92":2,"93":3,"94":2,"95":1,"96":1,"97":1,"98":26,"100":2,"101":1,"103":1,"104":2,"106":1,"107":1,"113":1,"114":1,"117":1,"119":2,"123":1,"124":1,"126":2,"127":3,"128":7,"130":3,"132":1,"134":2,"136":1,"137":9,"138":1,"140":1,"142":5,"143":2,"149":2,"150":1,"151":2,"153":2,"154":2,"155":1,"157":3,"159":2,"161":2,"163":1,"165":3,"168":2,"176":1,"178":2}}],["on=2",{"2":{"98":1}}],["on`",{"2":{"98":1}}],["once",{"2":{"87":1,"104":1,"128":1}}],["onto",{"2":{"67":1}}],["ones",{"2":{"145":1}}],["oneunit",{"2":{"42":1}}],["one",{"2":{"5":1,"7":9,"10":14,"23":1,"35":4,"38":2,"41":1,"42":1,"45":1,"46":5,"48":3,"52":1,"53":1,"54":1,"55":32,"57":2,"58":2,"59":1,"66":2,"75":1,"82":1,"87":1,"89":1,"98":18,"103":1,"104":18,"106":2,"107":2,"110":3,"111":2,"112":2,"113":1,"114":1,"116":1,"117":1,"123":1,"127":1,"128":5,"137":1,"145":1,"149":1,"153":1,"161":1,"162":1,"171":1,"176":1}}],["only",{"2":{"4":1,"9":1,"10":11,"23":1,"38":2,"39":1,"41":2,"42":1,"45":2,"46":4,"48":3,"51":1,"52":1,"54":1,"55":1,"57":1,"64":3,"67":2,"70":3,"103":3,"104":1,"106":1,"128":2,"137":2,"145":1,"151":1,"152":1,"154":2,"164":1,"167":2,"172":1,"178":1,"179":1}}],["on",{"0":{"171":1},"2":{"2":1,"5":2,"8":3,"10":11,"18":1,"20":1,"23":2,"25":3,"27":3,"29":2,"35":5,"38":3,"41":1,"42":2,"45":3,"46":28,"48":8,"51":1,"52":1,"53":5,"54":1,"55":4,"57":1,"58":2,"64":1,"66":1,"67":3,"70":2,"75":1,"76":7,"78":2,"79":3,"80":3,"81":1,"87":4,"90":6,"92":4,"93":1,"94":1,"98":125,"104":9,"107":7,"109":2,"117":7,"119":2,"120":1,"121":1,"128":3,"130":1,"132":1,"137":15,"138":1,"140":1,"143":1,"144":1,"151":1,"153":1,"159":1,"166":2,"169":1,"171":3,"172":1,"174":1,"175":1,"176":4,"177":1,"178":2,"179":2}}],["often",{"2":{"171":1}}],["offers",{"2":{"170":1}}],["offer",{"2":{"153":1}}],["offset",{"2":{"35":8,"70":1}}],["off",{"2":{"8":1,"10":1,"46":4,"70":1,"98":6,"137":1}}],["of",{"0":{"62":1},"2":{"0":2,"2":4,"5":7,"7":29,"8":66,"9":5,"10":194,"17":3,"18":5,"19":1,"20":2,"22":1,"23":2,"24":2,"25":1,"26":1,"27":1,"29":3,"34":1,"35":38,"37":5,"38":28,"39":1,"40":9,"41":1,"42":13,"44":3,"45":12,"46":84,"47":5,"48":31,"51":5,"52":12,"53":13,"54":10,"55":48,"57":9,"58":20,"59":5,"63":3,"64":3,"66":6,"67":18,"69":2,"70":19,"72":4,"73":5,"75":6,"76":18,"78":1,"79":5,"80":5,"81":1,"82":2,"83":1,"86":5,"87":1,"89":3,"90":14,"92":1,"93":1,"94":1,"96":2,"97":1,"98":85,"100":1,"101":3,"103":1,"104":13,"106":2,"107":15,"109":3,"110":7,"111":5,"112":1,"113":2,"114":1,"116":4,"117":18,"119":3,"120":6,"121":6,"122":4,"123":1,"124":1,"126":2,"127":3,"128":19,"129":2,"130":3,"132":1,"135":5,"136":2,"137":27,"138":1,"139":1,"143":2,"144":4,"146":4,"148":3,"149":1,"151":2,"152":2,"153":5,"154":2,"157":8,"159":4,"160":2,"161":1,"163":1,"165":2,"167":4,"168":2,"170":6,"171":4,"172":2,"173":1,"174":4,"176":3,"177":4,"178":2}}],["2upvc",{"2":{"171":1}}],["2pi",{"2":{"170":1,"171":1,"172":1}}],["2nd",{"2":{"55":6}}],["2335447787454",{"2":{"172":1}}],["233544778745394",{"2":{"172":2}}],["23",{"2":{"41":3,"98":1}}],["23699059147",{"2":{"15":1}}],["28",{"2":{"41":2}}],["28083",{"2":{"15":2}}],["2658011835867806",{"2":{"170":1}}],["26745668457025",{"2":{"170":1}}],["267456684570245",{"2":{"170":3}}],["26",{"2":{"41":5,"98":2}}],["24989584635339165",{"2":{"170":1}}],["24279488312757858",{"2":{"170":4}}],["24",{"2":{"41":7,"98":1,"172":9}}],["274364",{"2":{"52":1,"54":1,"57":1}}],["274363",{"2":{"52":1,"54":1,"57":1}}],["27",{"2":{"41":2}}],["275543",{"2":{"10":6,"168":6}}],["2d",{"2":{"25":1,"27":1,"151":1}}],["2^",{"2":{"14":1}}],["2158594260436434",{"2":{"170":1}}],["215118",{"2":{"10":4,"168":4}}],["21664550952386064",{"2":{"170":4}}],["21",{"2":{"41":4,"98":2,"172":40}}],["21427",{"2":{"11":5}}],["25",{"2":{"41":3,"72":1,"98":1,"116":1,"172":12}}],["258",{"2":{"11":1}}],["25px",{"2":{"10":2}}],["257223563`",{"2":{"153":1}}],["257223563",{"2":{"10":2,"153":1}}],["295828190107045",{"2":{"172":1}}],["29582819010705",{"2":{"172":2}}],["299820032397223",{"2":{"170":1}}],["29",{"2":{"41":3,"175":1}}],["298",{"2":{"10":2,"153":2}}],["29th",{"0":{"1":1},"1":{"2":1,"3":1}}],["22",{"2":{"41":3,"98":1}}],["22168",{"2":{"7":1,"10":3,"54":1,"55":1,"100":1,"101":1}}],["224758",{"2":{"7":1,"10":3,"54":1,"55":1,"100":1,"101":1}}],["2",{"2":{"5":19,"7":9,"9":1,"10":50,"13":1,"14":1,"15":3,"25":2,"27":2,"35":3,"38":1,"41":6,"42":32,"44":2,"45":4,"46":10,"47":6,"48":7,"50":1,"51":2,"55":2,"57":1,"61":1,"62":1,"63":3,"64":1,"66":1,"67":3,"70":4,"73":2,"86":2,"87":2,"89":2,"90":3,"98":11,"117":2,"127":2,"128":23,"137":5,"146":1,"154":1,"157":5,"159":7,"160":7,"161":5,"162":18,"168":11,"170":7,"171":6,"172":10,"173":1,"175":1}}],["20340",{"2":{"174":1}}],["20682326747054",{"2":{"172":1}}],["206823267470536",{"2":{"172":2}}],["20093817218219",{"2":{"170":1}}],["200938172182195",{"2":{"170":3}}],["2018",{"2":{"98":1}}],["2017",{"2":{"10":1,"42":1}}],["20",{"2":{"41":3,"98":2,"170":60,"172":1}}],["2024",{"0":{"0":1,"1":1},"1":{"2":1,"3":1}}],["20th",{"0":{"0":1}}],["xticklabelsvisible",{"2":{"171":1}}],["xticklabelrotation",{"2":{"13":2}}],["xoffset",{"2":{"170":4,"172":1}}],["x=x",{"2":{"168":1}}],["x`",{"2":{"137":1}}],["xvec",{"2":{"128":4}}],["xbounds",{"2":{"128":4}}],["xhalf",{"2":{"128":3}}],["xlast",{"2":{"67":3}}],["xfirst",{"2":{"67":5}}],["x0",{"2":{"67":5}}],["xn",{"2":{"48":4}}],["xind+1",{"2":{"128":1}}],["xind",{"2":{"128":2}}],["xinterior",{"2":{"45":2}}],["xi−xi−1",{"2":{"10":1}}],["xcentroid",{"2":{"45":13}}],["xrange",{"2":{"41":3,"66":2}}],["xautolimits",{"2":{"41":2}}],["xp2",{"2":{"35":5}}],["x2",{"2":{"10":3,"42":4,"45":2,"48":18,"67":8,"87":10,"98":5,"104":4,"128":5,"154":6,"168":2}}],["x26",{"2":{"10":4,"32":4,"35":2,"38":6,"39":4,"42":1,"46":58,"48":36,"52":4,"53":4,"55":24,"58":2,"67":3,"70":14,"82":2,"83":2,"87":48,"96":2,"97":2,"98":170,"104":22,"109":2,"113":2,"114":2,"123":2,"124":2,"127":4,"128":12,"142":2,"146":6,"150":2,"153":2,"159":10,"160":2,"168":4,"176":1}}],["x1",{"2":{"10":4,"42":3,"45":2,"48":22,"67":8,"87":11,"98":6,"104":5,"128":5,"154":7,"168":2}}],["xs",{"2":{"10":3,"48":4,"128":30,"168":4}}],["xmax",{"2":{"10":1,"47":2,"48":48}}],["xmin",{"2":{"10":1,"47":2,"48":49}}],["x3c",{"2":{"9":1,"10":36,"31":1,"32":2,"35":4,"38":2,"42":66,"46":17,"48":11,"51":3,"52":1,"54":1,"55":6,"57":1,"66":1,"67":13,"70":2,"87":33,"98":13,"104":10,"127":1,"128":4,"132":2,"137":19,"140":2,"143":3,"146":5,"153":2,"158":2,"159":6,"160":3,"161":9,"165":4,"166":2,"179":1}}],["xy`",{"2":{"149":1}}],["xy",{"2":{"5":4,"42":1,"149":3}}],["x",{"2":{"0":1,"2":5,"5":4,"8":1,"10":6,"11":6,"13":11,"14":10,"15":4,"35":9,"38":2,"41":8,"44":1,"45":10,"46":21,"47":1,"48":8,"51":6,"53":9,"55":18,"58":9,"66":2,"67":7,"70":3,"87":21,"98":16,"104":7,"127":11,"128":2,"130":2,"137":17,"142":2,"147":2,"148":4,"149":1,"154":2,"157":2,"159":2,"161":1,"162":2,"163":2,"166":4,"168":33,"170":6,"171":2,"172":2,"176":1,"178":2}}],["ty",{"2":{"128":3}}],["typically",{"2":{"40":1,"173":1}}],["typing",{"2":{"39":1,"150":1,"153":1}}],["typemax",{"2":{"67":1,"128":9}}],["typeof",{"2":{"19":1,"32":2,"42":3,"137":2,"165":1,"179":1}}],["type2",{"2":{"10":2,"70":4}}],["type1",{"2":{"10":2,"70":5}}],["types",{"0":{"133":1,"164":1},"1":{"165":1,"166":1,"167":1},"2":{"10":4,"23":1,"24":1,"31":1,"42":3,"48":1,"51":1,"98":3,"157":1,"164":3,"166":1,"176":1}}],["type",{"2":{"8":11,"9":1,"10":62,"11":1,"22":2,"23":1,"24":2,"30":2,"32":1,"35":9,"38":11,"41":1,"42":8,"45":8,"46":21,"48":8,"51":6,"52":7,"53":6,"54":8,"55":19,"57":7,"58":5,"67":28,"70":2,"132":2,"137":42,"141":1,"142":6,"143":6,"148":1,"153":1,"154":1,"157":3,"163":1,"165":3,"166":5,"167":1,"168":3,"175":1}}],["tx",{"2":{"128":3}}],["tᵢ",{"2":{"42":1}}],["tutorial",{"2":{"169":1,"176":1}}],["tutorials",{"2":{"26":2}}],["tups",{"2":{"140":4}}],["tuplepoint",{"2":{"31":3,"168":1}}],["tuple",{"0":{"163":1},"2":{"8":1,"10":19,"31":2,"32":3,"42":2,"45":3,"46":5,"48":3,"51":1,"55":31,"98":17,"127":2,"128":5,"137":2,"139":6,"145":13,"152":1,"157":2,"159":1,"161":2,"168":6,"170":99,"177":2}}],["tuples",{"2":{"4":1,"10":2,"31":1,"32":1,"39":1,"45":1,"46":1,"51":1,"52":3,"53":1,"54":2,"55":1,"57":4,"58":5,"64":2,"140":2,"146":2,"157":2,"163":2,"178":2}}],["turf",{"2":{"127":1}}],["turned",{"2":{"128":1,"137":1}}],["turning",{"2":{"128":8}}],["turn",{"2":{"10":1,"128":1}}],["temporary",{"2":{"46":1}}],["term",{"2":{"38":1}}],["terms",{"2":{"10":1,"42":1}}],["teach",{"2":{"26":1}}],["technically",{"2":{"23":1,"138":1}}],["technique",{"2":{"11":1}}],["tell",{"2":{"18":1,"98":1,"166":1,"179":1}}],["test",{"2":{"46":1,"157":2,"167":1}}],["testing",{"0":{"15":1}}],["tests",{"2":{"2":2}}],["t2",{"2":{"10":5,"42":47,"77":1,"87":2,"108":1,"118":1}}],["t1",{"2":{"10":6,"42":51,"87":2}}],["t=float64",{"2":{"8":1,"10":3,"45":3}}],["two",{"2":{"7":5,"8":10,"10":23,"23":2,"35":2,"37":1,"42":1,"45":1,"46":6,"48":3,"52":2,"54":1,"55":14,"57":4,"58":3,"67":5,"69":3,"70":12,"72":2,"73":1,"75":1,"85":1,"86":1,"87":1,"89":1,"98":2,"100":2,"101":2,"103":4,"104":5,"106":3,"107":1,"116":2,"128":3,"142":2,"143":1,"145":2,"146":2,"152":1,"167":1,"170":1,"176":3,"177":3}}],["task",{"2":{"137":6}}],["tasks",{"2":{"137":10}}],["taskrange",{"2":{"137":10}}],["tags",{"2":{"46":4}}],["taget",{"2":{"10":2}}],["taylor",{"2":{"10":1,"42":1}}],["table2",{"2":{"176":1}}],["table1",{"2":{"176":3}}],["tables",{"2":{"22":4,"31":1,"137":11}}],["table",{"0":{"173":1},"2":{"10":1,"18":1,"29":2,"137":12,"157":1,"173":1,"174":1,"176":1}}],["taking",{"2":{"10":3,"45":1,"52":1,"53":1,"54":1,"55":1,"57":1,"58":1,"144":1}}],["takes",{"2":{"46":3,"176":1}}],["taken",{"2":{"20":1,"41":1}}],["take",{"2":{"5":1,"10":2,"29":1,"46":3,"52":1,"53":1,"54":1,"55":1,"58":1,"127":2,"128":2,"130":1,"149":1}}],["target=nothing",{"2":{"52":1,"54":1,"57":1}}],["target=gi",{"2":{"46":1}}],["targets",{"2":{"23":1,"35":2,"38":3,"48":3,"67":3}}],["target",{"0":{"23":1},"2":{"5":14,"10":28,"15":3,"22":2,"23":2,"42":1,"45":2,"46":1,"52":5,"53":11,"54":6,"55":10,"57":4,"58":13,"128":1,"130":1,"132":4,"135":5,"136":1,"137":142,"146":2,"149":3,"157":2,"165":3}}],["tilted",{"2":{"48":1}}],["tie",{"2":{"35":1}}],["timings",{"2":{"13":5}}],["timing",{"2":{"13":2}}],["times",{"2":{"8":1,"10":1,"147":1}}],["time",{"2":{"5":5,"13":3,"24":1,"41":1,"128":1,"149":4,"167":1,"170":1,"171":1,"172":2,"177":1,"178":1}}],["title",{"2":{"13":2,"41":2,"63":2,"128":1,"153":1,"157":2}}],["tip",{"2":{"5":1,"9":1,"10":1,"42":1,"149":1,"176":1}}],["tree",{"2":{"176":1}}],["treating",{"2":{"157":1}}],["treated",{"2":{"98":5,"170":1}}],["treats",{"2":{"38":1,"67":1}}],["trials",{"2":{"153":2,"157":2}}],["triangles",{"2":{"40":1}}],["triangle",{"2":{"10":1,"40":4,"160":4,"177":1}}],["triangulation",{"2":{"10":1,"31":1,"64":1}}],["trivially",{"2":{"130":1}}],["try",{"2":{"56":3,"128":1,"135":1,"137":9,"178":1}}],["tr",{"2":{"38":3}}],["trues",{"2":{"146":3}}],["true",{"0":{"24":1},"2":{"5":5,"7":25,"8":3,"10":42,"32":2,"35":7,"38":1,"39":1,"41":2,"46":30,"48":6,"51":1,"52":1,"53":2,"54":1,"55":1,"57":2,"58":3,"67":4,"70":21,"72":1,"73":1,"75":2,"76":6,"78":1,"79":1,"80":4,"82":1,"83":1,"85":2,"86":1,"87":9,"89":2,"90":2,"92":1,"93":1,"94":3,"96":1,"97":1,"98":78,"100":3,"101":1,"103":2,"104":18,"106":2,"107":6,"110":1,"111":1,"113":1,"114":1,"116":2,"117":7,"119":1,"120":1,"121":4,"123":1,"124":1,"127":4,"128":5,"137":8,"146":1,"150":1,"153":1,"157":1,"166":2,"176":1,"179":1}}],["traditional",{"2":{"128":1}}],["traverse",{"2":{"46":1}}],["traced",{"2":{"46":1}}],["traces",{"2":{"46":1}}],["trace",{"2":{"46":2,"52":1,"54":1,"57":1}}],["track",{"2":{"46":3,"146":2}}],["tracing",{"2":{"10":1,"46":4,"48":1,"53":5,"55":2,"58":2}}],["transverse",{"2":{"171":1}}],["translate",{"2":{"41":2}}],["translation",{"2":{"5":2,"10":2,"157":2,"162":2,"170":3,"172":1}}],["transformations",{"2":{"31":10}}],["transformation",{"0":{"162":1},"2":{"10":1,"128":1,"141":1,"149":1,"169":1}}],["transform",{"2":{"4":2,"5":6,"10":3,"15":2,"31":1,"130":1,"149":2,"157":1,"162":4,"170":4,"172":1}}],["trait`",{"2":{"137":1}}],["trait2",{"2":{"67":10,"70":2,"92":2,"93":2,"104":2,"109":2,"111":2,"112":2}}],["trait1",{"2":{"67":12,"70":2,"92":2,"93":2,"104":2,"109":2,"111":2,"112":2}}],["traits",{"2":{"10":2,"18":1,"104":1,"135":2,"142":2,"157":2,"165":3}}],["trait",{"2":{"5":5,"7":2,"8":2,"10":17,"18":7,"20":1,"22":1,"31":1,"32":1,"35":2,"38":5,"42":6,"45":7,"48":2,"51":3,"52":2,"53":2,"54":6,"55":4,"57":2,"58":2,"67":7,"70":11,"76":3,"87":2,"90":3,"98":4,"104":10,"107":3,"117":3,"127":1,"130":1,"132":2,"135":3,"137":49,"142":9,"143":1,"154":1,"157":2,"165":8,"168":7,"170":1}}],["traittarget",{"0":{"165":1},"2":{"4":1,"5":2,"10":8,"35":1,"38":1,"45":1,"48":1,"52":2,"53":4,"54":3,"55":4,"57":2,"58":4,"67":1,"130":2,"133":1,"137":10,"154":1,"157":1,"164":1,"165":20}}],["t",{"2":{"2":1,"4":1,"8":28,"10":56,"23":1,"31":8,"35":32,"38":41,"42":26,"45":38,"46":74,"48":44,"51":18,"52":12,"53":12,"54":12,"55":156,"57":10,"58":20,"67":87,"70":17,"75":1,"93":1,"98":24,"104":1,"106":1,"110":2,"111":1,"128":14,"137":10,"143":2,"146":2,"153":3,"154":5,"157":1,"163":7,"165":14,"166":2,"167":3,"168":10,"170":4,"178":1}}],["tokyo",{"2":{"178":1}}],["toy",{"2":{"176":1}}],["together",{"2":{"55":1,"58":1,"170":1,"177":1}}],["touching",{"0":{"110":1},"2":{"55":1,"58":1}}],["touch",{"0":{"111":1,"112":1,"113":1},"2":{"46":1,"106":1,"109":2,"111":1,"113":1}}],["touches",{"0":{"105":1,"106":1,"109":1},"1":{"106":1,"107":1},"2":{"4":2,"7":3,"10":3,"31":1,"105":1,"106":3,"107":11,"108":6,"109":11,"110":15,"111":9,"112":8,"113":3,"114":4,"176":1}}],["totally",{"2":{"57":1}}],["total",{"2":{"38":1,"42":2,"46":2,"48":1}}],["towards",{"2":{"25":1,"27":1}}],["topright",{"2":{"157":1}}],["topologypreserve",{"2":{"155":1}}],["topology",{"2":{"155":1}}],["top",{"2":{"20":1,"26":1,"46":1,"128":1}}],["took",{"2":{"178":1}}],["tools",{"2":{"17":1}}],["too",{"2":{"10":1,"55":1,"151":1,"154":1}}],["tol^2",{"2":{"158":1,"159":1}}],["tolerances",{"2":{"160":1,"161":29}}],["tolerance",{"2":{"158":1,"159":1,"160":1,"161":17}}],["tol",{"2":{"10":12,"153":2,"157":18,"158":7,"159":15,"160":8,"161":18}}],["todo",{"2":{"7":2,"10":2,"46":1,"55":1,"64":2,"87":4,"104":1,"128":1,"137":1,"140":1,"157":1,"166":1}}],["to",{"0":{"2":1,"23":1,"26":1,"56":1,"77":1,"91":1,"108":1,"118":1},"2":{"0":2,"2":3,"3":2,"4":2,"5":22,"7":1,"8":33,"9":4,"10":142,"11":2,"13":1,"17":2,"18":9,"19":1,"20":2,"22":3,"23":4,"24":2,"25":3,"26":2,"27":3,"29":4,"30":1,"34":1,"35":8,"37":1,"38":4,"39":2,"40":4,"41":1,"42":26,"44":2,"45":5,"46":32,"47":1,"48":12,"50":1,"51":3,"52":8,"53":4,"54":8,"55":27,"57":7,"58":11,"59":1,"61":1,"62":1,"63":4,"64":6,"66":6,"67":32,"69":2,"70":17,"72":1,"73":1,"75":2,"76":7,"85":3,"86":1,"87":2,"89":1,"90":7,"98":21,"100":2,"101":1,"103":3,"104":7,"106":1,"107":7,"109":1,"116":1,"117":7,"127":4,"128":16,"130":4,"132":4,"134":7,"135":6,"136":1,"137":51,"138":2,"139":3,"141":4,"142":8,"143":5,"144":3,"145":1,"146":4,"147":3,"148":1,"149":4,"150":1,"151":3,"152":3,"153":9,"154":7,"155":1,"157":4,"158":1,"159":15,"160":1,"161":2,"162":4,"163":1,"164":2,"165":2,"166":6,"167":9,"168":28,"169":4,"170":6,"171":10,"172":6,"173":7,"174":5,"175":1,"176":7,"177":5,"178":2,"179":8}}],["thus",{"2":{"35":1,"38":1,"46":3,"53":1,"55":1,"58":1}}],["those",{"2":{"35":1,"46":1,"55":1,"78":1,"119":1}}],["though",{"2":{"20":1,"139":1}}],["three",{"2":{"26":1,"40":1,"55":1}}],["thread",{"2":{"137":6}}],["threading",{"0":{"137":1},"2":{"137":7,"166":1}}],["threads",{"2":{"5":1,"10":1,"137":10}}],["threaded=",{"2":{"137":8}}],["threaded=true",{"2":{"137":1}}],["threaded=false",{"2":{"38":1,"45":4,"48":2,"67":8,"137":2,"147":1,"157":1}}],["threaded==true",{"2":{"5":1,"10":1,"137":1}}],["threaded",{"2":{"5":3,"8":1,"10":7,"24":1,"35":2,"38":1,"45":3,"48":3,"67":5,"134":1,"137":47,"147":1,"154":6,"157":1,"166":2}}],["through",{"2":{"10":4,"35":1,"42":1,"46":3,"48":1,"50":1,"51":2,"64":1,"76":1,"98":5,"117":1,"128":1,"135":1,"137":1,"143":2,"146":2,"159":1,"167":1,"170":1}}],["thrown",{"2":{"135":1}}],["throws",{"2":{"10":1,"167":1}}],["throw",{"2":{"8":1,"10":1,"32":3,"58":1,"70":1,"128":1,"137":5}}],["than",{"2":{"5":1,"7":1,"10":11,"11":1,"46":2,"78":1,"87":1,"104":1,"119":1,"127":1,"128":2,"136":1,"137":1,"143":2,"144":1,"145":1,"146":2,"151":1,"153":2,"154":1,"158":1,"167":2}}],["that",{"2":{"2":1,"5":1,"7":3,"8":8,"10":44,"17":1,"18":4,"19":3,"20":1,"22":3,"25":1,"26":1,"27":1,"35":4,"37":2,"38":4,"39":2,"42":4,"44":2,"45":3,"46":17,"47":3,"48":5,"52":4,"53":5,"54":4,"55":14,"57":3,"58":5,"59":1,"63":3,"64":4,"67":2,"69":1,"70":11,"72":4,"73":1,"75":2,"76":1,"86":1,"89":1,"90":1,"98":3,"100":1,"101":1,"103":2,"104":10,"106":2,"107":2,"109":2,"116":3,"117":1,"119":3,"127":1,"128":4,"130":1,"132":2,"137":4,"138":3,"139":2,"140":1,"141":3,"142":2,"143":4,"144":2,"145":3,"146":4,"149":1,"151":2,"152":2,"153":3,"154":2,"157":2,"159":1,"161":1,"165":1,"166":1,"167":1,"171":4,"172":1,"173":2,"174":3,"176":1,"177":2}}],["thing",{"0":{"30":1}}],["things",{"2":{"2":1}}],["this",{"0":{"30":1},"2":{"0":1,"4":1,"5":1,"7":1,"8":6,"9":1,"10":30,"18":1,"23":3,"24":2,"25":2,"27":2,"29":1,"31":1,"32":1,"34":2,"35":6,"37":2,"38":9,"39":2,"41":3,"42":11,"44":1,"45":4,"46":26,"47":1,"48":4,"50":1,"51":5,"53":1,"55":5,"56":1,"57":1,"58":2,"64":5,"66":4,"67":6,"70":4,"72":1,"73":2,"75":3,"76":3,"83":1,"85":1,"86":2,"87":1,"90":3,"97":1,"98":3,"101":2,"103":1,"104":4,"107":3,"114":1,"116":1,"117":3,"124":1,"126":1,"127":3,"128":8,"129":2,"130":2,"135":2,"137":17,"138":3,"140":3,"141":1,"142":6,"143":7,"144":4,"146":3,"147":2,"148":2,"149":4,"150":3,"151":3,"152":5,"153":5,"154":4,"155":2,"157":3,"161":9,"162":1,"163":1,"164":3,"165":2,"166":3,"167":2,"168":1,"169":1,"170":2,"171":4,"172":3,"173":3,"174":1,"176":3,"177":3,"178":3,"179":1}}],["theorem",{"2":{"67":1}}],["themselves",{"2":{"42":1}}],["them",{"2":{"10":1,"25":1,"27":1,"46":1,"128":2,"129":2,"132":1,"137":1,"139":2,"144":1,"145":1,"157":1,"170":1,"172":1,"174":3}}],["thereof",{"2":{"130":1}}],["therefore",{"2":{"66":1,"138":1}}],["there",{"2":{"10":3,"22":1,"35":1,"39":1,"42":2,"46":3,"48":1,"51":2,"53":1,"55":6,"56":1,"58":1,"98":1,"104":2,"128":3,"129":1,"130":1,"137":4,"139":1,"152":1,"161":1,"165":1,"167":1,"171":2,"174":3}}],["then",{"2":{"10":5,"18":1,"22":1,"29":1,"35":3,"42":2,"46":6,"48":1,"52":1,"54":2,"55":6,"56":2,"57":2,"58":2,"64":1,"98":1,"128":2,"135":1,"137":3,"144":1,"153":2,"157":1,"171":1,"176":1,"177":1}}],["their",{"2":{"7":1,"8":1,"10":2,"42":1,"44":2,"58":1,"67":2,"95":1,"104":1,"106":1,"110":1,"111":1,"120":3,"121":3,"130":1,"137":1,"139":1,"145":1,"147":1}}],["they",{"2":{"7":3,"8":11,"10":25,"20":2,"22":1,"23":1,"24":1,"40":1,"45":2,"46":8,"48":2,"52":2,"54":1,"55":6,"57":2,"58":3,"63":1,"69":3,"70":16,"76":1,"89":1,"93":2,"94":1,"95":1,"98":2,"100":1,"103":2,"104":4,"109":1,"111":1,"112":1,"120":1,"121":1,"128":6,"137":1,"138":1,"143":2,"146":2,"152":1,"161":1,"164":1,"177":1}}],["these",{"2":{"5":2,"10":5,"24":1,"32":1,"35":1,"42":5,"46":3,"58":1,"69":1,"70":1,"72":1,"76":1,"85":1,"87":2,"89":1,"90":1,"100":1,"103":1,"104":1,"106":2,"107":1,"116":1,"117":1,"127":1,"128":3,"135":1,"137":2,"149":1,"153":1,"157":2,"167":1,"174":1,"176":1}}],["the",{"0":{"26":1,"29":1,"44":1,"62":1,"63":1},"2":{"0":5,"2":3,"3":1,"5":28,"7":64,"8":112,"9":12,"10":403,"11":3,"17":5,"18":10,"19":2,"20":4,"22":4,"23":5,"24":3,"25":3,"26":4,"27":3,"29":3,"34":1,"35":63,"37":12,"38":43,"39":6,"40":15,"41":12,"42":71,"44":6,"45":25,"46":116,"47":7,"48":47,"50":2,"51":7,"52":27,"53":23,"54":27,"55":82,"56":1,"57":29,"58":70,"59":6,"63":11,"64":16,"66":11,"67":81,"69":5,"70":47,"72":9,"73":11,"75":8,"76":25,"79":8,"80":9,"81":3,"82":3,"83":2,"85":4,"86":11,"87":5,"89":2,"90":21,"92":8,"93":6,"94":4,"96":3,"97":2,"98":123,"100":5,"101":6,"103":5,"104":26,"106":5,"107":21,"109":6,"110":10,"111":7,"112":3,"113":3,"114":2,"116":7,"117":24,"119":2,"120":9,"121":9,"122":6,"123":2,"124":2,"126":1,"127":8,"128":47,"129":1,"130":8,"132":4,"134":2,"135":11,"137":85,"138":5,"139":5,"140":4,"141":2,"142":13,"143":10,"144":4,"145":8,"146":6,"147":1,"148":5,"149":14,"150":2,"151":3,"152":5,"153":26,"154":17,"155":3,"157":18,"158":3,"159":6,"160":3,"161":2,"162":3,"163":1,"164":2,"166":5,"167":21,"170":10,"171":11,"172":10,"173":2,"174":4,"176":10,"177":17,"178":3}}],["est",{"2":{"178":1}}],["essentially",{"2":{"165":1}}],["especially",{"2":{"10":1,"18":1,"23":1,"128":1}}],["effects",{"2":{"137":3}}],["efficiently",{"2":{"20":1}}],["efficient",{"2":{"10":1,"42":1,"52":2,"54":2,"57":2,"64":1,"140":1}}],["e2",{"2":{"98":4}}],["e1",{"2":{"98":8}}],["euclid",{"2":{"48":2,"67":11,"98":1,"158":1}}],["euclidean",{"2":{"8":1,"10":1,"42":13,"67":6,"154":1}}],["everything",{"2":{"157":1}}],["every",{"2":{"46":1,"70":2,"135":1,"167":1}}],["evenly",{"2":{"177":1}}],["eventually",{"2":{"46":1}}],["even",{"2":{"38":2,"48":1,"55":1,"67":1,"70":1,"130":1,"139":1,"144":1}}],["evaluated",{"2":{"176":1}}],["eval",{"2":{"31":2,"137":2}}],["epsg",{"2":{"171":5,"172":8}}],["eps",{"2":{"35":2,"55":14}}],["eponymous",{"2":{"10":1,"153":1}}],["ellipsoid",{"2":{"175":1}}],["eltype",{"2":{"32":1,"128":4}}],["elements",{"2":{"82":1,"83":1,"96":1,"97":1,"104":1,"113":1,"114":1,"123":1,"124":1}}],["element",{"2":{"10":6,"34":1,"46":4,"51":2,"52":1,"54":1,"55":1,"57":3,"152":1,"171":1}}],["elsewhere",{"2":{"51":1}}],["elseif",{"2":{"32":4,"46":5,"48":7,"52":1,"54":1,"55":14,"57":2,"58":1,"87":3,"98":10,"127":1,"128":2,"146":1,"159":2,"161":2}}],["else",{"2":{"7":6,"10":6,"32":8,"35":1,"42":2,"46":19,"48":9,"51":1,"53":2,"55":9,"57":1,"58":9,"87":2,"98":17,"104":8,"128":20,"137":8,"140":1,"148":1,"150":1,"157":2,"159":4,"161":2,"162":1,"163":1,"167":1}}],["etc",{"2":{"10":1,"20":2,"37":1,"64":1,"165":1,"174":1}}],["empty",{"2":{"8":2,"10":6,"35":2,"46":2,"52":1,"54":1,"55":2,"57":1,"128":2}}],["embedding",{"0":{"136":1,"147":1}}],["embedded",{"0":{"172":1},"2":{"128":1,"136":3,"169":1,"172":1}}],["embed",{"2":{"4":2,"8":1,"10":1,"136":1,"147":2}}],["edgekeys",{"2":{"128":3}}],["edge",{"2":{"7":1,"8":3,"10":4,"20":1,"31":1,"38":1,"44":1,"46":25,"48":13,"52":1,"54":1,"55":6,"57":1,"67":4,"70":1,"78":2,"93":2,"94":1,"98":7,"104":21,"119":2,"120":1,"121":1,"128":7,"168":2}}],["edges`",{"2":{"55":1}}],["edges",{"2":{"4":1,"8":2,"10":9,"46":12,"48":8,"53":3,"55":10,"58":3,"67":3,"69":2,"70":1,"72":1,"78":1,"79":3,"80":7,"81":3,"89":1,"92":3,"95":1,"98":3,"104":20,"116":1,"119":1,"128":22,"168":29}}],["equatorial",{"2":{"10":6,"153":4}}],["equality",{"2":{"46":1,"55":1,"176":1}}],["equal",{"2":{"7":2,"8":16,"10":19,"35":6,"55":1,"66":1,"67":4,"69":3,"70":22,"78":1,"92":1,"98":15,"103":1,"104":2,"109":2,"119":1,"139":1}}],["equals",{"0":{"68":1,"69":1},"1":{"69":1,"70":1},"2":{"4":17,"8":3,"10":19,"31":1,"35":2,"46":4,"51":2,"55":8,"67":1,"68":1,"69":2,"70":50,"78":1,"92":1,"98":10,"104":2,"109":3,"119":1,"176":1}}],["equivalent",{"2":{"7":1,"8":4,"10":6,"38":1,"46":1,"55":1,"58":1,"70":5,"76":1,"98":1}}],["earlier",{"2":{"170":3}}],["earth",{"2":{"10":2,"25":1,"27":1,"153":2,"157":1,"171":2,"176":1}}],["easiest",{"2":{"173":1}}],["easier",{"2":{"164":1,"166":1}}],["easily",{"2":{"130":1}}],["east",{"2":{"48":9}}],["easy",{"2":{"5":1,"10":1,"144":1,"162":1}}],["eachindex",{"2":{"35":1,"127":1,"128":3,"137":2,"158":1,"161":1}}],["each",{"2":{"2":1,"7":2,"8":3,"10":6,"18":2,"20":1,"35":4,"38":2,"40":4,"42":1,"46":5,"48":1,"55":3,"67":1,"70":2,"76":1,"90":1,"98":6,"103":1,"104":3,"107":1,"117":1,"127":1,"128":1,"137":1,"144":2,"157":1,"173":1,"174":1,"177":2,"178":2,"179":1}}],["either",{"2":{"5":2,"7":1,"10":4,"22":1,"25":1,"27":1,"46":9,"52":1,"54":1,"55":2,"57":1,"58":1,"66":1,"76":1,"98":5,"100":1,"106":1,"107":1,"117":1,"128":1,"137":3,"142":1,"176":1}}],["enable",{"2":{"179":1}}],["enabled",{"2":{"176":1}}],["enabling",{"0":{"179":1}}],["enclosed",{"2":{"98":1}}],["encode",{"2":{"24":1}}],["encompasses",{"2":{"18":1,"98":1}}],["encounters",{"2":{"18":1}}],["en",{"2":{"98":1,"159":1}}],["envelope",{"2":{"55":2}}],["envelopes",{"2":{"55":2}}],["enough",{"2":{"46":1}}],["entirely",{"2":{"98":1}}],["entire",{"2":{"48":1,"98":4}}],["entry",{"2":{"46":11,"53":3,"55":4,"58":3,"128":1}}],["ent",{"2":{"46":19,"51":2}}],["enter",{"2":{"46":4}}],["ensuring",{"2":{"10":1,"151":1,"154":1}}],["ensure",{"2":{"10":3,"42":1,"52":1,"54":1,"57":1,"138":2,"141":1}}],["ensures",{"2":{"10":3,"140":1,"143":3,"146":2}}],["enumerate",{"2":{"13":2,"35":1,"46":10,"48":1,"51":1,"53":1,"58":2,"98":1,"128":2,"146":2,"161":1}}],["enum",{"2":{"10":2,"46":3,"54":3,"98":3}}],["enforce",{"2":{"4":1,"10":2,"167":3}}],["endpt",{"2":{"159":3}}],["endpoints",{"2":{"46":3,"48":1,"53":1,"55":6,"58":1,"67":2,"98":11,"104":2,"106":1}}],["endpoint=3",{"2":{"46":1}}],["endpointtype",{"2":{"46":2}}],["endpoint",{"2":{"7":1,"10":2,"46":27,"54":1,"55":16,"67":2,"75":1,"98":3,"104":2,"157":4,"159":4,"170":1}}],["ending",{"2":{"46":1,"48":1}}],["end",{"2":{"2":1,"5":1,"10":1,"13":4,"14":3,"31":4,"32":23,"35":18,"38":8,"39":3,"42":35,"45":10,"46":130,"48":43,"51":9,"52":8,"53":12,"54":5,"55":31,"56":1,"57":6,"58":24,"64":3,"67":19,"70":20,"82":2,"83":2,"87":20,"96":2,"97":2,"98":104,"104":21,"109":1,"113":2,"114":2,"119":1,"123":2,"124":2,"127":9,"128":44,"129":4,"130":1,"137":49,"138":1,"140":5,"142":3,"146":18,"148":4,"149":1,"150":2,"153":8,"154":8,"157":7,"158":6,"159":30,"160":3,"161":27,"162":4,"163":4,"165":1,"166":3,"167":4,"168":19}}],["e",{"2":{"2":1,"22":1,"39":1,"128":1,"135":1,"137":2,"170":2,"171":1,"174":1}}],["exits",{"2":{"46":1}}],["exit",{"2":{"46":32,"51":2,"53":3,"55":3,"58":2}}],["existingnodes",{"2":{"128":3}}],["existing",{"2":{"46":3,"57":1,"128":1,"171":2,"173":1}}],["exists",{"2":{"46":1,"48":1,"55":1}}],["exist",{"2":{"10":1,"46":1,"55":3,"167":1}}],["excluding",{"2":{"95":1,"98":1,"119":2}}],["exclude",{"2":{"87":9}}],["exclusively",{"2":{"111":1}}],["exclusive",{"2":{"48":1,"55":2}}],["exc",{"2":{"39":2,"150":2,"153":2}}],["excellent",{"2":{"23":1}}],["except",{"2":{"18":1,"19":1}}],["excess",{"2":{"9":1,"10":1,"42":1}}],["ext2",{"2":{"98":3}}],["ext1",{"2":{"98":3}}],["ext",{"2":{"41":15,"46":10,"48":2,"51":3,"52":8,"54":8,"55":18,"57":8,"58":14,"87":7,"98":7}}],["extrema",{"2":{"128":1,"168":1}}],["extreem",{"2":{"35":10}}],["extracts",{"2":{"64":1}}],["extract",{"2":{"64":1,"128":1,"137":3,"157":1}}],["extra",{"2":{"10":3,"46":1,"57":1,"151":1,"153":2,"154":1}}],["external",{"2":{"38":1,"98":2}}],["exterior",{"2":{"7":4,"8":2,"10":10,"35":1,"37":1,"38":1,"41":1,"42":36,"45":2,"46":4,"52":2,"57":3,"58":14,"67":1,"70":2,"72":1,"73":1,"76":3,"86":1,"90":2,"98":9,"107":2,"116":1,"117":3,"120":3,"121":3,"127":6,"128":6,"140":3,"141":1,"143":1,"147":1,"170":2}}],["exteriors",{"2":{"2":1,"54":2,"57":2,"128":1}}],["extending",{"2":{"104":1}}],["extended",{"2":{"67":1}}],["extensions",{"2":{"59":1,"174":1}}],["extension",{"2":{"5":1,"10":1,"39":1,"42":1,"64":1,"75":1,"129":1,"149":3,"150":2,"153":1,"154":1,"155":1,"174":1}}],["extent=true",{"2":{"147":1}}],["extent=nothing",{"2":{"137":1}}],["extent=",{"2":{"137":3}}],["extent=false",{"2":{"137":1,"157":1}}],["extent=gi",{"2":{"128":3}}],["extent`",{"2":{"134":1,"147":1}}],["extents",{"2":{"8":3,"10":3,"31":5,"48":1,"55":3,"98":5,"104":1,"128":3,"137":2,"147":2,"168":2}}],["extent",{"0":{"147":1},"2":{"4":2,"5":4,"8":3,"10":11,"24":1,"31":2,"41":1,"47":1,"48":1,"55":10,"98":4,"104":2,"128":12,"134":3,"136":4,"137":28,"147":2,"157":1,"166":1,"168":7}}],["exp10",{"2":{"153":1,"157":2}}],["expressed",{"2":{"40":2}}],["express",{"2":{"40":1}}],["experimental",{"2":{"31":3}}],["expect",{"2":{"5":1,"100":1,"149":1}}],["explain",{"2":{"26":1}}],["explanations",{"2":{"26":3}}],["explicitly",{"2":{"10":1,"18":1,"24":1,"35":2,"38":1,"39":1,"42":1,"67":2,"70":1,"150":1,"153":1,"154":1}}],["expose",{"2":{"59":1}}],["exposes",{"2":{"17":1}}],["export",{"2":{"40":1,"151":1,"172":1,"174":1}}],["exponential",{"2":{"2":1}}],["examples",{"0":{"152":1,"156":1},"2":{"7":8,"8":1,"10":11,"26":2,"70":1,"73":1,"76":1,"86":1,"87":1,"90":1,"104":1,"107":1,"117":1,"127":2,"168":1}}],["example",{"0":{"41":1,"60":1,"139":1,"145":1,"177":1,"178":1},"1":{"61":1},"2":{"5":3,"7":2,"10":13,"11":1,"20":1,"23":2,"34":1,"37":1,"41":1,"44":1,"45":1,"47":1,"50":1,"51":1,"52":1,"54":1,"55":1,"57":1,"66":1,"69":1,"70":1,"72":1,"75":1,"85":1,"87":1,"89":1,"98":1,"100":1,"101":1,"103":1,"106":1,"116":1,"127":1,"128":8,"130":1,"137":2,"139":1,"141":1,"144":1,"145":1,"148":1,"156":1,"157":2,"162":1,"167":1,"177":1,"179":1}}],["exactly",{"2":{"161":1}}],["exactpredicates",{"2":{"0":1,"13":2,"14":2,"31":1}}],["exact",{"2":{"0":2,"7":5,"10":5,"12":1,"13":1,"46":36,"48":6,"51":7,"52":5,"54":5,"55":7,"56":1,"57":5,"58":7,"73":2,"76":3,"78":1,"79":3,"80":3,"81":1,"86":2,"87":1,"90":2,"92":1,"93":3,"94":2,"95":1,"98":24,"101":2,"104":3,"107":2,"109":1,"110":3,"111":1,"112":1,"117":3,"119":1,"120":3,"121":3,"122":1,"128":1,"145":1}}],["errors",{"2":{"31":1,"55":1,"154":1}}],["error",{"0":{"150":1},"2":{"0":1,"8":1,"10":4,"18":1,"31":6,"39":4,"42":1,"46":2,"55":2,"56":1,"70":2,"128":1,"135":1,"142":2,"150":3,"153":5,"161":4,"167":3,"168":1}}],["df",{"2":{"173":3,"174":4,"177":10,"178":12}}],["dp",{"2":{"157":3}}],["dy",{"2":{"127":2,"154":3}}],["dy2",{"2":{"127":2}}],["dy1",{"2":{"87":10,"127":2}}],["dyc",{"2":{"87":2}}],["dx",{"2":{"127":2,"154":3}}],["dx2",{"2":{"127":2}}],["dx1",{"2":{"87":10,"127":2}}],["dxc",{"2":{"87":2}}],["drop",{"2":{"58":1,"146":1,"154":1}}],["driven",{"2":{"25":1,"27":1}}],["driving",{"2":{"25":1,"27":1}}],["duplicated",{"2":{"55":2}}],["during",{"2":{"46":1}}],["due",{"2":{"45":1,"46":1,"55":3}}],["date",{"2":{"63":1}}],["datas",{"2":{"179":1}}],["datasets",{"2":{"171":1,"176":1,"177":1}}],["dataset",{"2":{"171":1,"176":1}}],["datainterpolations",{"2":{"151":1}}],["dataframes",{"2":{"173":3,"177":2,"178":1}}],["dataframe",{"2":{"29":1,"173":1,"176":1,"177":5,"178":2}}],["data",{"0":{"128":1,"174":1},"2":{"23":1,"25":1,"27":1,"62":1,"128":2,"157":10,"169":1,"171":2,"172":2,"173":2,"174":6,"177":1}}],["dataaspect",{"2":{"13":1,"14":1,"34":1,"37":1,"41":2,"44":1,"47":1,"66":2,"128":2,"152":1,"157":1}}],["dashboard",{"0":{"14":1},"2":{"13":1,"14":1}}],["d",{"2":{"5":2,"9":1,"10":1,"42":1,"149":1,"159":3}}],["dirname",{"2":{"157":4}}],["dirty",{"2":{"156":1}}],["directive",{"2":{"137":1}}],["direction",{"2":{"10":1,"46":1,"70":5,"128":3}}],["directly",{"2":{"10":1,"64":3,"128":1,"153":1}}],["dig",{"2":{"137":1}}],["dict",{"2":{"128":5}}],["didn",{"2":{"58":1,"98":1,"166":1}}],["division",{"2":{"41":1}}],["divided",{"2":{"26":1}}],["div",{"2":{"10":2}}],["div>",{"2":{"10":2}}],["ditance",{"2":{"8":1,"10":1,"67":1}}],["dimensional",{"2":{"9":1,"10":3,"37":1,"42":1,"64":2}}],["dimensions",{"2":{"7":1,"10":1,"104":2}}],["dimension",{"2":{"5":1,"7":4,"10":4,"87":2,"103":1,"104":4,"149":1}}],["discouraged",{"2":{"172":1}}],["discussion",{"2":{"25":1,"27":1,"51":1}}],["distributed",{"2":{"177":2}}],["distinct",{"2":{"55":1,"128":1}}],["dist",{"2":{"55":40,"67":19,"98":2,"153":8,"159":40}}],["distance`",{"2":{"153":3,"154":1,"167":1}}],["distances",{"2":{"55":1,"66":1,"153":1,"158":5}}],["distance",{"0":{"65":2,"66":2},"1":{"66":2,"67":2},"2":{"4":4,"8":26,"10":47,"31":1,"39":3,"42":13,"48":3,"55":32,"65":2,"66":17,"67":92,"98":1,"130":1,"151":1,"152":5,"153":13,"154":14,"157":1,"158":3,"159":6,"160":1,"175":1,"179":2}}],["disagree",{"2":{"38":1}}],["disparate",{"2":{"25":1,"27":1}}],["dispatches",{"2":{"10":1,"35":1,"38":1,"42":1,"45":1,"48":1,"67":1,"70":1,"76":1,"90":1,"104":1,"107":1,"117":1}}],["dispatch",{"2":{"8":1,"10":5,"24":1,"42":1,"70":1,"132":1,"137":2,"165":1,"167":1}}],["displaying",{"2":{"171":1}}],["display",{"2":{"13":1,"41":1,"171":1}}],["disjoint",{"0":{"88":1,"89":1,"92":1,"93":1,"94":1,"95":1,"96":1},"1":{"89":1,"90":1},"2":{"4":2,"7":5,"10":7,"23":1,"31":1,"58":2,"88":1,"89":3,"90":11,"91":6,"92":15,"93":18,"94":10,"95":5,"96":4,"97":2,"98":16,"101":3,"143":2,"144":2,"146":7,"176":1}}],["diffs",{"2":{"35":4}}],["diff",{"2":{"10":2,"35":17,"52":5,"53":3,"104":3,"146":8}}],["differs",{"2":{"171":1}}],["differ",{"2":{"8":1,"10":1,"67":1}}],["differently",{"2":{"8":3,"10":4,"35":1,"38":2,"48":1}}],["different",{"2":{"7":1,"8":4,"10":6,"20":1,"23":1,"35":1,"38":4,"46":3,"48":1,"55":2,"63":1,"104":3,"128":1,"135":1,"137":1,"144":2,"171":2,"174":1}}],["differences",{"0":{"53":1},"2":{"55":1,"159":1}}],["difference",{"0":{"52":1},"2":{"4":1,"10":7,"11":1,"23":1,"31":1,"46":3,"52":12,"53":14,"55":1,"57":1,"58":3,"143":1,"146":1,"153":1}}],["diffintersectingpolygons",{"2":{"4":1,"10":1,"143":1,"146":4}}],["deu",{"2":{"178":2}}],["demonstrates",{"2":{"177":1}}],["densify",{"2":{"153":3}}],["densifying",{"2":{"153":1}}],["densifies",{"2":{"151":1}}],["denoted",{"2":{"98":1}}],["denotes",{"2":{"46":1}}],["debug",{"2":{"142":1}}],["debugging",{"2":{"42":1,"46":1}}],["de",{"2":{"98":2,"176":1}}],["derivation",{"2":{"55":1}}],["dealing",{"2":{"48":1}}],["delete",{"2":{"87":1,"104":1,"128":1,"159":1}}],["deleteat",{"2":{"46":6,"159":1,"161":2}}],["deltri",{"2":{"64":1}}],["delayed",{"2":{"46":10,"53":2,"55":2,"58":2}}],["delay",{"2":{"46":14,"52":2,"53":2,"54":2,"55":2,"57":2,"58":2}}],["delaunay",{"2":{"10":1,"64":1}}],["delaunaytriangulation",{"2":{"10":1,"31":1,"59":1,"64":6}}],["depend",{"2":{"46":2}}],["depends",{"2":{"46":1,"51":1}}],["depending",{"2":{"5":1,"10":1,"23":1,"55":1,"137":1}}],["depth",{"2":{"42":2}}],["desktop",{"2":{"174":1}}],["dest",{"2":{"171":2}}],["destination",{"2":{"171":5}}],["desired",{"2":{"57":1,"174":1}}],["despite",{"2":{"35":1}}],["describe",{"2":{"17":1}}],["described",{"2":{"10":1,"42":1,"45":1,"46":1}}],["deconstruct",{"2":{"130":1}}],["decomposition",{"2":{"18":1,"130":1}}],["decomposing",{"2":{"18":1}}],["decompose",{"2":{"18":2,"29":1,"42":4,"138":1}}],["decrementing",{"2":{"128":1}}],["decrease",{"2":{"45":1}}],["decreasing",{"2":{"10":1,"157":1}}],["decide",{"2":{"63":1,"128":1}}],["decision",{"2":{"24":1}}],["degenerate",{"2":{"10":1,"42":1,"51":2}}],["degeneracies",{"2":{"2":1}}],["degrees",{"2":{"10":1,"34":1,"127":1,"153":1}}],["defines",{"2":{"46":1,"130":1,"141":1,"164":1}}],["define",{"2":{"41":1,"55":2,"69":1,"128":2,"130":1,"135":1,"137":1,"164":1,"179":2}}],["defined",{"2":{"0":1,"8":1,"9":1,"10":3,"22":1,"35":2,"42":1,"47":1,"48":4,"55":4,"67":2,"126":1,"137":1,"154":1,"164":1}}],["definitions",{"2":{"167":1}}],["definition",{"2":{"8":4,"10":6,"70":8,"75":1,"154":1}}],["default",{"2":{"5":2,"8":5,"10":14,"35":1,"38":2,"48":1,"52":1,"53":2,"54":1,"55":5,"57":1,"58":2,"64":1,"67":2,"128":5,"132":1,"137":2,"149":2,"157":2}}],["defaults",{"2":{"5":6,"8":2,"10":14,"134":3,"137":1}}],["deeper",{"2":{"5":1,"10":1,"136":1,"137":2}}],["detrimental",{"2":{"144":1}}],["detector",{"2":{"63":1}}],["detection",{"2":{"63":1,"128":1}}],["determined",{"2":{"46":1,"48":1}}],["determine",{"2":{"46":10,"48":3,"52":2,"54":2,"55":9,"57":2,"76":1,"90":1,"98":9,"104":1,"107":1,"117":1,"159":3,"176":1}}],["determines",{"2":{"38":1,"46":3,"55":1,"98":10}}],["determinant",{"2":{"10":1,"42":1}}],["details",{"2":{"132":3,"133":1,"152":2}}],["detail",{"2":{"26":1}}],["det",{"2":{"4":1,"10":2,"42":4}}],["doi",{"2":{"52":2,"54":2,"57":2,"98":1}}],["doing",{"2":{"17":1,"22":1,"137":1,"172":1}}],["dot",{"2":{"35":2,"42":1}}],["download",{"2":{"171":1}}],["down",{"2":{"10":1,"18":1,"29":1,"42":1,"137":1}}],["doublets",{"2":{"178":2}}],["double",{"2":{"160":4}}],["doubled",{"2":{"10":1,"160":1}}],["douglas",{"2":{"155":2,"157":2,"159":1}}],["douglaspeucker",{"0":{"159":1},"2":{"4":1,"10":5,"155":1,"157":5,"159":6}}],["don",{"2":{"8":2,"10":3,"46":4,"52":1,"58":1,"70":6,"93":1,"98":1,"106":1,"110":1,"128":2,"137":3,"154":1,"167":1}}],["done",{"0":{"3":1},"2":{"13":1,"14":1,"98":2,"128":1,"130":1,"144":1,"170":1,"176":1}}],["documenter",{"2":{"132":3,"133":1,"152":2}}],["documentation",{"0":{"4":1},"1":{"5":1,"6":1,"7":1,"8":1,"9":1,"10":1},"2":{"4":1,"26":1,"41":1}}],["docstring",{"2":{"132":6,"133":2,"152":4}}],["docstrings",{"0":{"131":1},"1":{"132":1},"2":{"0":1}}],["docs",{"0":{"26":1},"2":{"26":1,"128":1}}],["doc",{"2":{"2":1,"3":1}}],["doable",{"2":{"2":1}}],["do",{"0":{"2":1,"23":1,"56":1},"2":{"5":1,"10":2,"14":1,"23":1,"31":1,"35":1,"38":2,"39":1,"42":2,"45":1,"48":1,"51":1,"58":3,"67":2,"69":1,"70":1,"85":1,"93":2,"94":1,"95":2,"98":1,"128":4,"130":1,"137":9,"139":1,"140":1,"145":1,"148":2,"150":1,"153":1,"157":1,"162":2,"163":2,"171":2,"172":2,"173":3,"177":1,"178":1}}],["doesn",{"2":{"8":1,"10":2,"38":1,"51":1,"70":1,"153":1,"167":1,"178":1}}],["does",{"0":{"22":1},"2":{"0":1,"19":1,"44":1,"55":2,"72":1,"75":3,"98":1}}],["cpu",{"2":{"178":1}}],["cp",{"2":{"175":1}}],["cy",{"2":{"127":2}}],["cyan",{"2":{"39":1,"150":1,"153":1}}],["cx",{"2":{"127":2}}],["cdot",{"2":{"127":1}}],["cs",{"2":{"98":9}}],["cshape",{"2":{"44":3}}],["cw",{"2":{"48":2}}],["cb",{"2":{"41":1,"63":1,"128":1}}],["cgrad",{"2":{"41":1}}],["cgal",{"2":{"41":1}}],["c",{"2":{"38":1,"44":1,"48":4,"51":5,"56":3,"98":24,"153":1}}],["ceil",{"2":{"154":1}}],["ce",{"2":{"98":11}}],["certainly",{"2":{"55":1}}],["certain",{"2":{"17":1,"18":1,"26":1,"29":1}}],["central",{"2":{"46":1}}],["centroids",{"2":{"44":1,"45":1}}],["centroid",{"0":{"43":1,"44":1},"1":{"44":1,"45":1},"2":{"4":4,"8":2,"10":6,"31":1,"43":3,"44":4,"45":38,"130":1,"157":4}}],["cent",{"2":{"44":2}}],["centered",{"2":{"46":1}}],["center",{"2":{"10":1,"44":1,"128":1}}],["cells",{"2":{"128":1}}],["cell",{"2":{"10":4,"47":3,"48":28,"128":2}}],["chunks",{"2":{"137":8}}],["chunk",{"2":{"137":12}}],["chose",{"2":{"24":1,"128":1}}],["choose",{"2":{"10":1,"64":1,"128":2}}],["changes",{"2":{"46":1}}],["changed",{"2":{"46":1}}],["change",{"2":{"24":1,"46":1,"63":1}}],["chain=2",{"2":{"46":1}}],["chain=1",{"2":{"46":1}}],["chain",{"2":{"46":66,"53":3,"55":4,"58":4,"63":2}}],["chains",{"2":{"20":1,"46":1}}],["chairmarks",{"2":{"13":1,"153":1,"157":1}}],["children",{"2":{"157":1}}],["child",{"2":{"10":2,"132":2,"137":7}}],["checkargs",{"2":{"158":1,"159":1,"160":1,"161":1}}],["checking",{"2":{"70":1,"159":1}}],["checks",{"0":{"87":1,"99":1},"1":{"100":1,"101":1},"2":{"39":1,"46":1,"55":1,"69":1,"72":1,"75":1,"85":1,"89":1,"98":5,"100":1,"103":1,"104":1,"106":1,"116":1,"177":1}}],["checked",{"2":{"8":1,"10":1,"46":1,"55":1,"63":1,"98":1,"147":1}}],["check",{"2":{"0":1,"8":1,"10":1,"45":1,"46":8,"48":3,"51":1,"52":1,"55":4,"56":1,"57":1,"70":8,"98":11,"128":5,"132":3,"133":1,"145":1,"147":1,"152":2,"159":1,"161":1}}],["c2",{"2":{"10":3,"15":2,"67":3,"70":14,"128":21}}],["c1",{"2":{"10":3,"15":2,"67":4,"70":13,"128":26}}],["ctor",{"2":{"5":1,"10":1,"162":1}}],["categorize",{"2":{"51":1}}],["categorical",{"2":{"41":1}}],["came",{"2":{"51":1}}],["case",{"2":{"35":1,"40":2,"45":1,"46":1,"52":1,"55":2,"58":1,"98":16,"137":1,"179":1}}],["cases",{"2":{"10":1,"42":1,"51":2,"98":3,"135":1,"137":5}}],["cause",{"2":{"18":1,"23":1,"159":1}}],["careful",{"2":{"42":1,"135":1}}],["care",{"2":{"17":1}}],["carried",{"2":{"10":1,"167":1}}],["cairomakie",{"2":{"13":1,"34":1,"37":1,"41":2,"44":1,"47":1,"50":1,"61":1,"62":1,"63":1,"66":1,"69":1,"72":1,"75":1,"85":1,"89":1,"100":1,"103":1,"106":1,"116":1,"152":1,"153":1,"157":1,"169":1,"175":1,"177":1,"178":1}}],["california",{"2":{"178":1}}],["callable",{"2":{"128":4,"142":1}}],["calling",{"2":{"46":2,"137":1}}],["calls",{"2":{"46":1,"55":1,"58":1,"67":1,"76":1,"90":1,"107":1,"117":1,"135":1,"137":1,"154":1}}],["call",{"2":{"18":1,"24":1,"38":1,"45":1,"137":4,"155":1}}],["called",{"2":{"10":2,"45":3,"46":1,"137":1,"140":1,"142":1,"143":1,"167":1,"171":1}}],["calculation",{"2":{"55":1}}],["calculations",{"2":{"10":1,"25":2,"27":2,"55":1,"153":1}}],["calculating",{"2":{"8":1,"10":1,"18":1,"46":1,"147":1}}],["calculated",{"2":{"10":1,"44":2,"48":1,"55":2,"67":1,"137":4}}],["calculates",{"2":{"8":2,"10":6,"38":1,"42":2,"48":1,"55":2,"57":1,"67":2,"153":1,"160":1}}],["calculate",{"2":{"5":2,"9":1,"10":6,"11":1,"35":3,"42":3,"45":1,"48":1,"55":1,"98":1,"128":1,"134":1,"137":3}}],["calc",{"2":{"5":2,"10":4,"24":1,"35":4,"134":1,"136":1,"137":15,"147":1,"157":2,"166":1}}],["cache",{"2":{"10":1,"42":1}}],["cant",{"2":{"70":1,"128":1,"168":1}}],["cannot",{"2":{"7":3,"8":2,"10":5,"38":1,"70":1,"78":1,"81":1,"104":2,"107":1,"109":2,"111":1,"122":1}}],["can",{"2":{"0":2,"2":1,"5":1,"8":2,"10":16,"13":1,"14":1,"24":1,"26":1,"31":1,"35":1,"38":1,"39":1,"40":2,"41":1,"42":3,"45":1,"46":3,"48":1,"52":3,"54":3,"55":1,"57":3,"58":1,"63":1,"64":2,"69":1,"70":3,"72":1,"75":1,"87":1,"89":1,"98":23,"100":2,"103":2,"104":3,"106":1,"110":1,"111":1,"116":1,"119":1,"120":1,"121":1,"128":1,"129":1,"130":1,"132":1,"136":1,"137":7,"139":2,"140":1,"143":1,"144":2,"145":1,"147":1,"150":1,"152":1,"153":2,"157":2,"167":1,"170":6,"171":1,"172":3,"174":3,"176":3,"177":3}}],["customize",{"2":{"137":2}}],["custom",{"0":{"179":1},"2":{"10":1,"42":1,"179":2}}],["curr^2",{"2":{"35":2}}],["curr",{"2":{"35":8,"46":114,"51":9,"58":3,"146":26}}],["currentnode",{"2":{"128":8}}],["current",{"2":{"35":1,"42":8,"46":3,"51":2,"53":1,"55":1,"58":6,"128":2,"146":3}}],["currently",{"2":{"9":1,"10":3,"23":1,"42":1,"46":1,"51":1,"53":2,"128":1,"137":1}}],["curve",{"0":{"98":1},"2":{"7":1,"8":7,"10":18,"35":6,"38":7,"46":5,"48":3,"54":7,"66":1,"67":22,"70":6,"76":2,"78":4,"79":9,"80":9,"90":1,"92":4,"93":6,"94":3,"98":152,"104":1,"107":1,"110":6,"112":3,"117":1,"119":4,"120":6,"121":6}}],["curves",{"2":{"4":1,"7":1,"10":5,"38":3,"48":3,"55":1,"66":1,"67":1,"70":13,"81":1,"98":1,"104":1,"122":1,"157":2}}],["cutpolygon",{"2":{"50":1}}],["cuts",{"2":{"50":1}}],["cutting",{"0":{"49":1},"1":{"50":1,"51":1},"2":{"46":1,"51":2}}],["cut",{"0":{"50":1},"2":{"4":1,"10":6,"31":1,"42":1,"49":1,"50":5,"51":22,"98":1}}],["cleaner",{"2":{"64":1}}],["cleanest",{"2":{"64":1}}],["clear",{"2":{"47":1}}],["clearly",{"2":{"34":1,"37":1,"66":1}}],["clamped",{"2":{"55":18}}],["clamp",{"2":{"35":1,"55":1}}],["classified",{"2":{"46":1}}],["classify",{"2":{"46":4}}],["class",{"2":{"10":1,"128":1}}],["closure",{"2":{"137":2}}],["closing",{"2":{"32":2,"35":1}}],["close",{"2":{"35":5,"46":2,"48":1,"51":1,"55":1,"67":9,"128":1,"139":1,"140":4}}],["closest",{"2":{"8":3,"10":3,"55":2,"66":1,"67":6}}],["closed2",{"2":{"70":2}}],["closed1",{"2":{"70":2}}],["closedring",{"2":{"4":1,"10":1,"138":1,"139":1,"140":4,"141":1,"142":1,"143":1}}],["closed",{"0":{"138":1},"1":{"139":1,"140":1},"2":{"2":1,"8":4,"10":11,"31":1,"32":3,"35":6,"38":3,"45":3,"46":1,"48":1,"55":1,"58":3,"70":21,"78":2,"79":5,"80":5,"92":2,"93":5,"94":3,"98":52,"110":5,"111":1,"119":3,"120":5,"121":5,"127":1,"128":1,"138":1,"139":1,"140":2,"141":1,"143":1,"170":1}}],["clockwise",{"2":{"2":1,"8":1,"10":4,"37":1,"38":1,"48":7,"63":1,"126":2,"127":3,"128":1}}],["clipping",{"0":{"46":1,"52":1,"53":1,"55":1,"57":1,"58":1},"2":{"2":1,"10":1,"31":8,"46":9,"51":3,"52":1,"54":1,"57":1,"144":1}}],["coastlines",{"2":{"175":1}}],["coarse",{"2":{"10":1,"151":1,"154":1}}],["cos",{"2":{"170":3,"171":1,"172":2}}],["copy",{"2":{"142":1,"161":1}}],["coors1",{"2":{"127":2}}],["coors2",{"2":{"127":3}}],["coord",{"2":{"154":6}}],["coords",{"2":{"51":9,"154":8}}],["coordinatetransformations",{"2":{"5":2,"10":2,"157":1,"162":2,"169":1,"170":5,"172":2}}],["coordinate",{"0":{"42":1,"148":1,"171":1,"172":1},"2":{"5":4,"9":5,"10":7,"25":1,"27":1,"41":2,"42":10,"137":1,"149":4,"154":1,"169":3,"171":1}}],["coordinates",{"0":{"9":1,"40":1},"1":{"41":1,"42":1},"2":{"4":4,"5":1,"8":2,"9":7,"10":20,"38":2,"40":8,"42":25,"46":2,"47":1,"51":2,"52":1,"54":1,"57":1,"67":1,"70":2,"130":1,"148":2,"149":1,"152":1,"153":3,"171":2}}],["co",{"2":{"98":2}}],["corner",{"2":{"48":4,"128":1}}],["corners",{"2":{"48":1}}],["correspondent",{"2":{"127":1}}],["correspond",{"2":{"46":1}}],["corresponding",{"2":{"35":3,"53":2}}],["correctly",{"2":{"152":1}}],["corrected",{"2":{"142":1}}],["correctness",{"2":{"138":1,"167":1}}],["correcting",{"2":{"20":1,"142":1}}],["corrections",{"0":{"141":1,"143":1},"1":{"142":1,"143":1},"2":{"139":1,"142":6,"145":1}}],["correction",{"2":{"10":10,"31":4,"52":1,"53":2,"54":1,"55":2,"57":1,"58":2,"138":1,"140":2,"141":2,"142":8,"143":7,"144":1,"146":2}}],["correct",{"2":{"10":3,"24":1,"35":1,"38":1,"45":1,"46":1,"48":1,"52":1,"54":1,"57":1,"67":1,"70":1,"76":1,"90":1,"104":1,"107":1,"117":1,"138":1,"139":2,"141":1}}],["cov",{"2":{"48":16}}],["cover",{"2":{"78":1,"82":1}}],["covering",{"2":{"10":2,"85":1,"143":2,"146":2}}],["covered",{"0":{"80":1,"81":1,"121":1},"2":{"7":1,"10":1,"53":1,"58":1,"75":1,"76":1,"80":2,"81":2,"82":1,"83":2,"85":1,"97":2,"98":3,"146":1}}],["coveredby",{"0":{"74":1,"75":1,"78":1,"79":1,"82":1,"83":1,"97":1},"1":{"75":1,"76":1},"2":{"4":2,"7":4,"10":4,"31":1,"46":1,"74":1,"75":3,"76":10,"77":6,"78":13,"79":15,"80":13,"81":5,"82":2,"83":2,"86":3,"176":1}}],["covers",{"0":{"84":1,"85":1},"1":{"85":1,"86":1},"2":{"4":2,"7":5,"10":5,"31":1,"84":1,"85":4,"86":5,"128":1,"176":1}}],["coverages",{"2":{"10":1,"48":1}}],["coverage",{"0":{"47":1},"2":{"4":1,"10":2,"31":1,"47":3,"48":16}}],["colname",{"2":{"137":3}}],["col",{"2":{"137":3}}],["column",{"2":{"22":1,"137":16,"173":2,"176":2}}],["colored",{"2":{"177":1}}],["color=",{"2":{"171":2}}],["colors",{"2":{"61":1,"62":1,"175":1,"177":2}}],["colorrange",{"2":{"41":2,"66":1}}],["colorbar",{"2":{"41":1,"63":1,"66":1,"128":1}}],["colormap",{"2":{"14":1,"41":3,"66":1}}],["color",{"2":{"10":3,"37":1,"39":1,"41":2,"42":1,"44":1,"50":3,"61":1,"62":1,"63":2,"66":2,"69":4,"72":4,"75":1,"85":1,"89":4,"103":4,"116":4,"150":1,"153":1,"170":1,"171":1,"175":1,"177":5}}],["collect",{"2":{"11":3,"13":1,"32":1,"34":1,"37":2,"42":1,"44":1,"47":2,"50":2,"64":2,"66":1,"128":3,"137":3,"152":4,"168":2}}],["collections",{"0":{"82":1,"83":1,"96":1,"97":1,"113":1,"114":1,"123":1,"124":1},"2":{"5":2,"10":10,"22":1,"136":1,"137":7,"157":2,"174":1}}],["collection",{"2":{"5":1,"8":7,"10":13,"18":2,"29":2,"35":2,"38":3,"48":2,"67":2,"82":2,"83":2,"96":2,"97":2,"113":2,"114":2,"123":2,"124":2,"130":1,"137":3,"157":1,"163":1,"168":1}}],["collinear",{"2":{"7":1,"10":2,"46":5,"52":2,"54":3,"55":12,"57":2,"103":1,"104":2}}],["commonly",{"2":{"174":1}}],["common",{"2":{"69":1,"154":1,"169":1,"171":1,"172":1}}],["commented",{"2":{"127":1}}],["comments",{"2":{"98":1}}],["comment",{"2":{"30":1}}],["combos",{"2":{"53":1,"55":1,"58":1}}],["combines",{"2":{"45":1}}],["combine",{"2":{"45":2,"46":5,"146":1}}],["combined",{"2":{"10":1,"46":4,"58":1,"143":1,"146":2,"170":1}}],["combination",{"2":{"10":1,"46":1,"132":1,"137":1}}],["coming",{"2":{"48":1}}],["com",{"2":{"10":2,"55":1,"64":1}}],["compilation",{"2":{"166":1}}],["compiled",{"2":{"24":1}}],["compiler",{"2":{"24":1,"137":2,"166":2}}],["complex",{"2":{"130":1,"157":1,"176":1}}],["complexity",{"2":{"10":1,"130":1,"154":1}}],["complete",{"2":{"38":1}}],["completely",{"2":{"5":1,"7":4,"10":5,"46":2,"53":1,"58":1,"72":2,"73":1,"76":1,"85":1,"86":1,"98":1,"117":1,"137":1}}],["component",{"2":{"10":1,"38":3,"45":11,"48":8,"55":1,"132":1,"137":3}}],["components",{"2":{"10":2,"44":1,"45":2,"132":2,"137":24}}],["composed",{"2":{"8":4,"10":5,"70":5,"170":2}}],["comprised",{"2":{"10":3,"52":1,"54":1,"57":1}}],["computing",{"2":{"39":1,"59":1}}],["computational",{"2":{"10":1,"42":1}}],["computation",{"2":{"10":6,"42":1,"45":1,"52":1,"54":1,"57":1,"158":2,"159":2,"160":2}}],["computer",{"2":{"10":1,"42":1}}],["computes",{"2":{"10":1,"64":1}}],["compute",{"2":{"8":1,"10":3,"38":1,"42":1,"64":3,"154":1}}],["computed",{"2":{"8":4,"10":5,"35":1,"38":3,"42":3,"48":1,"175":1}}],["compact",{"2":{"178":3}}],["comparisons",{"2":{"176":1}}],["comparing",{"2":{"58":1,"70":1}}],["compares",{"2":{"128":1}}],["compared",{"2":{"70":1}}],["compare",{"2":{"7":1,"8":1,"10":2,"35":1,"58":1,"70":2,"104":1}}],["compatibility",{"2":{"38":1}}],["compatible",{"2":{"5":3,"10":1,"22":1,"25":1,"27":1,"35":1,"38":1,"42":2,"45":1,"48":1,"67":1,"70":1,"73":1,"76":1,"86":1,"90":1,"101":1,"104":1,"107":1,"117":1,"135":1,"137":1,"149":2}}],["couple",{"2":{"173":1}}],["course",{"2":{"136":1}}],["country",{"2":{"178":8}}],["countries",{"2":{"11":1,"62":1,"157":1}}],["counted",{"2":{"55":2}}],["counters",{"2":{"42":8}}],["counter",{"2":{"10":1,"46":7,"98":1,"126":1,"127":1}}],["counterclockwise",{"2":{"2":1,"8":1,"10":2,"37":2,"38":1,"63":1,"64":1}}],["count",{"2":{"46":16,"128":1,"161":1}}],["could",{"2":{"8":1,"10":1,"38":3,"55":4,"58":1,"59":1,"67":1,"98":2,"149":1}}],["couldn",{"2":{"2":1,"166":1}}],["conditions",{"2":{"176":1}}],["connected",{"2":{"98":5}}],["connect",{"2":{"48":11}}],["connecting",{"2":{"35":1,"159":1,"170":2}}],["connections",{"2":{"10":2,"143":2,"146":2}}],["context",{"2":{"153":4,"171":2}}],["contents",{"2":{"137":1,"138":1}}],["contours",{"2":{"128":1}}],["contour",{"2":{"128":4}}],["continue",{"2":{"38":1,"46":7,"48":1,"53":2,"55":1,"98":1,"142":1,"146":3,"161":1,"178":1}}],["contributions",{"2":{"25":1,"27":1}}],["controlled",{"2":{"24":1}}],["control",{"2":{"23":1}}],["containing",{"2":{"47":1,"177":1}}],["contain",{"2":{"7":1,"10":1,"26":1,"58":1,"72":1,"104":1,"170":1}}],["contains",{"0":{"71":1,"72":1},"1":{"72":1,"73":1},"2":{"4":2,"7":4,"10":4,"26":1,"31":1,"46":1,"58":1,"59":1,"71":1,"72":5,"73":4,"135":1,"145":1,"176":1,"177":1}}],["contained",{"2":{"2":1,"7":1,"10":1,"58":4,"73":1,"85":1,"103":1,"104":1,"137":1,"177":1}}],["consistent",{"2":{"46":1,"130":1}}],["consistency",{"2":{"22":1}}],["considered",{"2":{"35":1,"42":1}}],["consider",{"2":{"34":1,"37":1,"44":1,"47":1,"48":3,"50":1,"66":2,"69":1,"72":1,"75":1,"85":1,"89":1,"98":3,"100":1,"103":1,"106":1,"116":1}}],["constprop",{"2":{"87":1}}],["constants",{"2":{"46":1}}],["const",{"2":{"31":4,"46":1,"76":4,"90":3,"107":4,"117":4,"134":3,"137":1,"157":4}}],["constrained",{"2":{"10":3,"52":1,"54":1,"57":1}}],["constructing",{"2":{"172":1}}],["construct",{"2":{"165":1}}],["constructors",{"2":{"10":2,"165":2}}],["constructed",{"2":{"5":1,"20":1,"149":1}}],["concepts",{"0":{"28":1},"1":{"29":1,"30":1},"2":{"26":1}}],["concavehull",{"2":{"129":1}}],["concave",{"2":{"10":1,"35":2,"44":2,"127":2}}],["concieve",{"2":{"2":1}}],["convention",{"2":{"44":1}}],["convenience",{"2":{"42":1,"167":1}}],["conversely",{"2":{"46":1}}],["conversion",{"0":{"163":1},"2":{"22":1}}],["converted",{"2":{"22":1,"42":3}}],["converts",{"2":{"10":1,"168":1}}],["convert",{"0":{"77":1,"91":1,"108":1,"118":1},"2":{"10":3,"42":6,"64":1,"66":1,"128":2,"153":1,"157":3,"163":1,"167":1,"168":1}}],["convexhull",{"2":{"129":1}}],["convexity",{"2":{"63":2}}],["convex",{"0":{"59":1,"62":1},"1":{"60":1,"61":1,"62":1,"63":1,"64":1},"2":{"4":1,"10":7,"31":2,"35":3,"59":4,"61":2,"62":1,"63":4,"64":11,"127":1}}],["code",{"2":{"0":1,"3":1,"26":5,"42":1,"76":1,"90":1,"98":1,"107":1,"117":1,"127":1,"164":1,"166":1,"178":1}}],["creation",{"2":{"170":1,"172":1}}],["creating",{"0":{"169":1,"170":1,"173":1},"1":{"170":1,"171":1,"172":1,"173":1,"174":1},"2":{"98":1}}],["create",{"0":{"172":1},"2":{"10":2,"13":2,"14":1,"46":1,"51":1,"55":2,"64":1,"128":2,"137":1,"143":2,"144":3,"146":2,"169":2,"170":4,"171":5,"172":3,"173":1,"174":1,"177":1}}],["created",{"2":{"8":2,"10":2,"46":1,"67":3}}],["creates",{"2":{"0":1,"46":3}}],["criteria",{"2":{"76":2,"90":2,"107":2,"117":2,"159":3}}],["cropping",{"2":{"41":2}}],["cross=1",{"2":{"54":1}}],["cross`",{"2":{"54":1}}],["crossings",{"2":{"46":3,"98":1}}],["crossing",{"0":{"87":1},"2":{"10":2,"46":81,"52":1,"53":7,"54":3,"55":7,"57":1,"58":6,"76":1,"87":1,"98":1,"117":1}}],["crosses",{"2":{"4":2,"7":2,"10":3,"31":1,"46":1,"51":1,"87":26,"98":2,"176":1}}],["cross",{"0":{"114":1},"2":{"2":1,"10":1,"35":3,"46":13,"51":14,"52":2,"53":1,"54":2,"55":10,"56":4,"57":2,"58":1,"76":1,"87":2,"90":1,"98":17,"104":2,"107":1,"117":1,"127":3}}],["crc",{"2":{"10":1,"42":1}}],["crs2",{"2":{"171":2}}],["crs1",{"2":{"171":2,"172":1}}],["crs`",{"2":{"149":6}}],["crs=nothing",{"2":{"137":1,"147":1,"157":1}}],["crs=gi",{"2":{"137":7}}],["crs",{"0":{"171":1},"2":{"5":16,"8":2,"10":10,"64":1,"128":10,"134":2,"136":3,"137":27,"147":1,"149":7,"157":1,"169":1,"171":13,"172":7,"174":1}}],["fn",{"2":{"174":8}}],["fc",{"2":{"137":22,"157":3,"168":14}}],["fj",{"2":{"128":2}}],["f2",{"2":{"46":2}}],["f1",{"2":{"46":2}}],["f64",{"2":{"13":2,"14":2}}],["fra",{"2":{"178":2}}],["frame",{"2":{"173":1}}],["framework",{"2":{"130":4}}],["fracs",{"2":{"46":20,"51":1}}],["frac",{"2":{"42":1,"46":2,"55":17,"157":2}}],["fractional",{"2":{"46":1,"55":3}}],["fractions",{"2":{"46":1,"55":4}}],["fraction",{"2":{"10":4,"55":2,"67":1,"157":1}}],["front",{"2":{"35":1}}],["from",{"2":{"0":1,"5":3,"7":4,"8":16,"10":29,"11":1,"20":1,"22":1,"26":1,"31":1,"38":2,"39":1,"41":1,"42":4,"45":1,"46":6,"48":11,"51":1,"52":1,"53":3,"54":1,"55":11,"57":1,"58":6,"64":1,"67":25,"90":2,"92":5,"93":4,"94":2,"95":1,"96":2,"98":6,"104":2,"127":2,"128":7,"132":3,"137":3,"146":1,"149":4,"151":1,"157":1,"158":1,"159":3,"160":1,"168":1,"169":1,"171":5,"174":1,"176":1,"177":1,"179":1}}],["footprint",{"2":{"172":1}}],["foldable",{"2":{"137":3}}],["follows",{"2":{"46":2,"76":1,"90":1,"107":1,"117":1,"128":1}}],["followed",{"2":{"26":1}}],["following",{"2":{"10":1,"42":1,"50":1,"139":1,"145":1,"157":1,"176":1}}],["focusing",{"2":{"25":1,"27":1}}],["foundational",{"2":{"17":1}}],["found",{"2":{"10":8,"26":1,"48":1,"51":1,"52":2,"54":2,"55":1,"57":2,"70":1,"128":5,"135":3,"137":7,"154":1}}],["forward",{"2":{"55":1}}],["forwards",{"2":{"46":1,"53":1,"58":1}}],["formats",{"2":{"169":1,"172":1,"174":3}}],["format",{"2":{"51":1,"174":3}}],["form",{"2":{"18":1,"46":3,"55":8,"58":3,"137":1}}],["formed",{"2":{"8":2,"10":3,"34":1,"35":4,"42":1,"46":8,"57":1,"58":1,"159":1}}],["formula",{"2":{"8":1,"10":1,"38":2,"48":1}}],["force",{"2":{"5":1,"137":1,"149":1,"157":1}}],["for",{"0":{"53":1,"55":1,"58":1},"2":{"0":4,"2":2,"4":2,"5":3,"7":1,"8":4,"9":3,"10":46,"13":5,"14":1,"18":1,"20":1,"22":1,"23":5,"25":3,"26":1,"27":3,"29":1,"31":2,"32":1,"35":5,"38":8,"39":3,"40":1,"41":1,"42":19,"45":7,"46":35,"48":11,"51":5,"52":2,"53":3,"54":1,"55":7,"57":1,"58":9,"59":2,"62":1,"64":3,"66":2,"67":7,"70":13,"76":3,"82":1,"83":1,"85":1,"87":6,"90":2,"96":1,"97":1,"98":22,"103":1,"104":11,"107":2,"113":1,"114":1,"117":3,"123":1,"124":1,"126":1,"127":5,"128":13,"129":1,"130":3,"132":6,"133":2,"137":6,"138":3,"139":2,"141":1,"142":5,"144":3,"145":1,"146":5,"147":1,"149":3,"151":4,"152":7,"153":6,"154":8,"155":4,"157":12,"158":2,"159":2,"160":1,"161":6,"165":1,"166":2,"167":5,"168":7,"169":1,"171":4,"172":1,"174":3,"176":1,"178":2,"179":1}}],["fancy",{"2":{"170":1}}],["fancis",{"2":{"10":1,"42":1}}],["fair",{"2":{"152":1}}],["fail",{"2":{"5":1,"10":2,"137":6,"153":1}}],["fallback",{"2":{"137":1}}],["falses",{"2":{"46":2,"51":1,"52":1,"54":1}}],["false",{"0":{"24":1},"2":{"5":29,"7":7,"8":3,"10":55,"35":2,"38":1,"41":5,"46":26,"48":5,"51":1,"52":1,"53":3,"55":1,"57":4,"67":2,"69":2,"70":27,"72":2,"76":8,"78":2,"79":4,"80":1,"81":1,"82":1,"83":1,"85":2,"87":11,"90":9,"92":1,"93":4,"96":1,"97":1,"98":39,"104":22,"107":8,"109":3,"110":4,"111":1,"113":1,"114":1,"116":1,"117":7,"119":2,"120":4,"121":1,"122":1,"123":1,"124":1,"127":10,"128":5,"137":18,"139":16,"145":44,"146":4,"154":2,"157":1,"161":2,"162":20,"166":2,"168":2,"170":242,"171":12,"172":18,"176":1}}],["fashion",{"2":{"37":1}}],["faster",{"2":{"42":1,"137":1}}],["fast",{"2":{"12":1}}],["few",{"2":{"139":1}}],["fetch",{"2":{"137":2}}],["fetched",{"2":{"128":1}}],["featurecollection",{"2":{"10":2,"11":1,"18":1,"128":4,"137":7,"171":2}}],["featurecollectiontrait",{"2":{"5":1,"10":2,"132":1,"135":1,"137":14,"168":5}}],["features",{"0":{"77":1,"91":1,"108":1,"118":1},"2":{"5":1,"10":3,"11":1,"22":1,"64":1,"128":3,"136":1,"137":19,"171":1}}],["featuretrait",{"2":{"5":2,"10":3,"77":4,"87":2,"91":4,"108":4,"118":4,"132":1,"135":3,"137":15,"168":5}}],["feature",{"2":{"5":6,"8":1,"10":10,"18":2,"22":1,"38":1,"48":1,"128":2,"130":1,"136":1,"137":49,"157":2,"168":2,"174":1}}],["feb",{"0":{"1":1},"1":{"2":1,"3":1}}],["f",{"2":{"5":12,"10":25,"15":1,"18":3,"19":1,"22":2,"34":1,"37":2,"39":1,"41":4,"44":2,"46":19,"47":2,"50":2,"52":2,"53":2,"54":2,"55":2,"57":2,"58":2,"61":2,"62":2,"66":5,"69":2,"72":2,"75":2,"85":2,"89":2,"98":7,"100":2,"103":2,"106":2,"116":2,"128":30,"132":2,"135":2,"137":168,"150":1,"152":2,"153":1,"156":2,"157":1,"161":6,"162":6,"167":5,"168":16,"170":6,"172":2,"177":3}}],["flexijoins",{"2":{"176":1,"177":3,"178":1,"179":5}}],["flags",{"2":{"46":5}}],["flag",{"2":{"46":12,"51":1}}],["flat",{"2":{"10":1,"161":2,"168":1}}],["flattened",{"2":{"18":1}}],["flattening",{"2":{"10":4,"153":2}}],["flatten",{"2":{"4":2,"10":4,"11":3,"13":1,"18":1,"42":1,"46":2,"48":3,"54":1,"58":1,"64":2,"87":1,"132":4,"137":27,"146":1}}],["floating",{"2":{"10":1,"46":1,"55":5,"128":2}}],["float",{"2":{"10":3,"52":1,"54":1,"57":1}}],["float64x2",{"2":{"13":6,"14":6,"15":2}}],["float64",{"2":{"5":6,"8":10,"10":30,"13":1,"32":9,"34":1,"35":3,"38":6,"45":1,"48":4,"51":2,"52":2,"54":1,"55":3,"57":1,"63":1,"67":12,"98":4,"104":2,"127":4,"139":6,"145":26,"152":2,"153":2,"154":1,"158":4,"159":9,"160":2,"161":6,"162":6,"163":1,"168":8,"170":190,"171":7,"172":10}}],["flipping",{"0":{"148":1},"2":{"148":1}}],["flipped",{"2":{"5":2,"10":2,"137":2}}],["flipaxis",{"2":{"41":1}}],["flip",{"2":{"4":1,"10":1,"31":1,"130":2,"137":1,"148":2}}],["fulfilled",{"2":{"159":1}}],["fully",{"2":{"10":1,"46":4,"51":1,"104":4}}],["full",{"0":{"4":1},"1":{"5":1,"6":1,"7":1,"8":1,"9":1,"10":1},"2":{"4":1,"48":5,"142":1,"178":4}}],["furthest",{"2":{"128":1}}],["further",{"2":{"44":1,"137":1}}],["furthermore",{"2":{"7":2,"10":5,"46":1,"52":1,"54":1,"57":1,"76":1,"117":1}}],["fun",{"2":{"170":1}}],["fundamental",{"2":{"26":1,"164":1}}],["func",{"2":{"13":5}}],["funcs",{"2":{"13":2,"14":3}}],["functionality",{"2":{"55":1,"130":1,"148":1,"149":1,"154":1,"167":1}}],["functionalities",{"2":{"46":1}}],["functionally",{"2":{"5":1,"10":1,"18":1,"29":1,"137":1}}],["functions",{"0":{"5":1,"53":1,"55":1,"58":1,"130":1,"132":1,"168":1},"1":{"131":1,"132":1,"133":1,"134":1,"135":1,"136":1,"137":1},"2":{"2":3,"10":1,"17":1,"26":1,"29":1,"38":1,"42":1,"45":1,"46":2,"48":1,"50":1,"98":1,"129":1,"130":2,"135":1,"142":2,"143":1}}],["function",{"2":{"0":2,"2":1,"5":8,"7":9,"8":9,"9":3,"10":14,"13":3,"14":2,"18":2,"29":1,"31":1,"32":11,"35":5,"38":3,"42":13,"45":6,"46":18,"48":7,"50":2,"51":4,"52":3,"53":3,"54":2,"55":7,"56":1,"57":2,"58":4,"64":2,"67":6,"69":1,"70":8,"72":1,"75":1,"76":1,"82":1,"83":1,"85":1,"87":5,"89":1,"90":1,"96":1,"97":1,"98":9,"100":1,"103":1,"104":7,"106":1,"107":1,"113":1,"114":1,"116":1,"117":1,"123":1,"124":1,"127":4,"128":16,"129":3,"132":3,"135":2,"137":29,"140":2,"142":7,"143":2,"146":2,"148":2,"149":1,"151":2,"153":2,"154":7,"157":3,"158":2,"159":3,"160":2,"161":7,"162":3,"163":1,"167":6,"168":12,"170":1,"176":1,"179":4}}],["future",{"2":{"23":1,"59":1,"67":1,"151":2}}],["fi",{"2":{"128":2}}],["fine",{"2":{"152":1}}],["final",{"2":{"58":1,"142":4,"153":1}}],["finally",{"2":{"41":2,"55":1,"128":1,"137":3,"174":1}}],["findmin",{"2":{"161":1}}],["findmax",{"2":{"157":1,"159":1}}],["findall",{"2":{"142":1}}],["finding",{"2":{"55":1}}],["findfirst",{"2":{"46":6,"51":2,"62":1,"157":1}}],["findnext",{"2":{"46":3}}],["findlast",{"2":{"46":2}}],["findprev",{"2":{"46":2}}],["finds",{"2":{"46":1,"48":1}}],["find",{"2":{"35":6,"38":1,"46":12,"48":3,"51":2,"52":4,"54":2,"55":8,"57":1,"67":3,"70":1,"98":7,"128":2,"159":5,"178":1}}],["finish",{"2":{"2":1}}],["fill",{"2":{"46":1,"128":1,"154":3}}],["filled",{"2":{"46":5,"48":3,"66":1,"67":2,"98":16}}],["files",{"2":{"164":1,"174":2}}],["file",{"2":{"26":1,"46":1,"76":3,"90":3,"107":3,"117":3,"128":1,"129":1,"130":1,"141":1,"149":1,"154":1,"155":1,"164":2,"169":1,"174":2}}],["filters",{"2":{"46":1}}],["filtering",{"2":{"10":1,"157":1}}],["filter",{"2":{"8":1,"10":2,"46":2,"137":3,"146":2,"147":1,"157":1}}],["fit",{"2":{"17":1}}],["field",{"2":{"13":2,"46":2}}],["figure",{"2":{"13":1,"14":1,"37":1,"41":2,"63":1,"171":3}}],["fig",{"2":{"13":6,"14":6,"63":5,"170":7,"171":4,"175":2}}],["firstisright",{"2":{"128":2}}],["firstisleft",{"2":{"128":4}}],["firstisstraight",{"2":{"128":4}}],["firstnode",{"2":{"128":9}}],["first",{"2":{"7":9,"10":10,"35":14,"38":7,"39":1,"41":1,"42":9,"45":1,"46":17,"48":2,"51":1,"52":2,"54":1,"55":5,"57":3,"67":8,"70":4,"72":2,"73":2,"75":1,"76":2,"79":1,"80":1,"81":1,"86":2,"90":3,"98":22,"104":1,"107":2,"109":1,"116":1,"117":2,"120":1,"121":1,"122":2,"127":1,"128":16,"137":6,"139":1,"154":3,"158":1,"159":2,"168":2,"169":1,"170":1,"171":1,"172":1,"176":1,"177":1}}],["fix1",{"2":{"137":2,"154":1}}],["fixme",{"2":{"127":1}}],["fix2",{"2":{"46":2}}],["fixes",{"2":{"32":1}}],["fixed",{"2":{"10":3,"52":1,"54":1,"57":1}}],["fix",{"0":{"20":1},"2":{"2":3,"10":9,"15":3,"17":1,"20":1,"52":1,"53":11,"54":1,"55":11,"57":1,"58":10,"63":2,"139":1,"141":1,"142":1,"145":1}}],["bx",{"2":{"127":2}}],["b2y",{"2":{"55":4}}],["b2x",{"2":{"55":4}}],["b2",{"2":{"55":47,"67":3,"104":6}}],["b``",{"2":{"53":1}}],["b`",{"2":{"53":3,"55":4,"58":4}}],["bigger",{"2":{"46":1}}],["bit",{"2":{"25":1,"27":1,"161":8,"170":2}}],["b1y",{"2":{"55":7}}],["b1x",{"2":{"55":7}}],["b1",{"2":{"46":8,"55":63,"104":6}}],["building",{"2":{"170":1}}],["build",{"2":{"46":13,"51":1,"52":1,"54":1,"57":1,"132":3,"133":1,"152":2,"160":1,"161":1}}],["built",{"2":{"17":1,"20":1}}],["buffers",{"2":{"128":1}}],["buffered",{"2":{"39":2}}],["buffering",{"2":{"39":1,"42":1}}],["buffer",{"0":{"39":1},"2":{"31":2,"39":5,"45":2,"46":1,"129":1}}],["but",{"2":{"5":2,"7":5,"8":3,"10":15,"18":1,"22":1,"25":1,"27":1,"35":1,"37":1,"38":1,"48":1,"55":2,"58":2,"63":2,"64":2,"70":4,"75":2,"98":1,"103":1,"104":5,"106":1,"107":1,"110":2,"111":1,"116":1,"127":1,"128":1,"129":1,"132":1,"135":1,"137":16,"148":1,"149":1,"154":1,"157":1,"165":1,"167":2,"171":2,"172":2,"174":1,"176":1,"177":1,"178":2}}],["b>",{"2":{"10":4}}],["bloat",{"2":{"172":1}}],["block",{"2":{"170":1}}],["blob",{"2":{"10":2,"157":1}}],["blue",{"2":{"14":1,"50":1,"69":2,"72":2,"89":2,"103":2,"116":2,"177":2}}],["black",{"2":{"10":2,"50":1,"171":1}}],["breaks",{"2":{"146":1}}],["break",{"2":{"46":3,"48":1,"53":2,"70":4,"98":11,"104":1,"128":6,"146":2}}],["brevity",{"2":{"42":1}}],["br>",{"2":{"10":2}}],["broadcasting",{"2":{"10":1,"42":1}}],["broken",{"2":{"7":1,"10":1,"87":1}}],["balancing",{"2":{"137":2}}],["barrier",{"2":{"137":1}}],["barycentric",{"0":{"9":1,"40":1,"42":1},"1":{"41":1,"42":1},"2":{"2":1,"4":6,"9":10,"10":17,"31":1,"40":9,"41":4,"42":52}}],["basicsgeoms",{"2":{"137":1}}],["basic",{"2":{"128":1}}],["base",{"2":{"31":4,"32":8,"39":1,"42":15,"46":2,"128":6,"137":5,"150":1,"153":2,"154":1,"165":1,"167":3}}],["based",{"2":{"8":2,"10":3,"19":1,"35":2,"38":2,"41":2,"45":1,"48":1,"67":2,"70":1,"76":1,"90":1,"98":2,"104":1,"107":1,"117":1,"165":1,"174":1,"176":1,"177":1}}],["backs",{"2":{"51":4}}],["backwards",{"2":{"46":1,"53":1,"55":1,"58":1}}],["backing",{"2":{"46":1}}],["backend",{"2":{"39":2,"167":1}}],["back",{"2":{"10":1,"18":1,"22":1,"23":1,"51":4,"167":1}}],["b",{"2":{"7":2,"8":7,"10":13,"46":206,"48":9,"52":26,"53":18,"54":26,"55":77,"56":3,"57":27,"58":39,"70":29,"98":2,"104":22,"173":1}}],["box",{"2":{"47":2,"48":3,"177":1}}],["bounce",{"2":{"46":8,"52":1,"53":1,"54":1,"55":1,"57":1,"58":1}}],["bouncings",{"2":{"46":1}}],["bouncing",{"2":{"46":13,"53":3,"55":4,"58":4}}],["bound",{"2":{"56":1}}],["bounding",{"2":{"46":1,"47":2,"48":3}}],["boundscheck",{"2":{"42":14}}],["boundserror",{"2":{"32":3}}],["bounds",{"2":{"10":1,"128":4}}],["boundaries",{"2":{"7":2,"10":2,"85":2,"89":1,"90":1,"98":2,"100":1,"101":1,"128":1}}],["boundary",{"2":{"7":7,"10":7,"66":1,"72":1,"73":1,"75":1,"76":3,"79":4,"86":2,"87":9,"90":2,"92":1,"93":6,"94":3,"98":18,"106":2,"107":4,"109":3,"110":5,"111":3,"112":3,"116":1,"117":3}}],["bold",{"2":{"39":1,"150":1,"153":1}}],["border",{"2":{"10":8}}],["both",{"2":{"7":5,"10":6,"46":2,"55":4,"57":1,"58":1,"63":2,"66":1,"70":3,"73":1,"87":4,"90":1,"98":2,"104":1,"111":1,"117":1,"152":1,"154":1}}],["booltype",{"2":{"137":3,"154":1,"166":3}}],["booleans",{"2":{"46":1,"98":2}}],["boolean",{"2":{"24":2,"46":1,"53":1,"55":1,"58":1,"137":1,"166":1,"176":1}}],["bool",{"2":{"7":17,"8":14,"10":40,"32":1,"46":3,"70":17,"73":1,"76":1,"86":2,"87":13,"90":1,"98":2,"101":1,"104":10,"107":2,"117":1,"127":7,"128":6,"154":2,"166":2,"168":5}}],["boolsastypes",{"0":{"24":1,"166":1},"2":{"154":2,"166":6}}],["bools",{"2":{"3":1}}],["bypred",{"2":{"179":1}}],["by",{"0":{"80":1,"81":1,"121":1},"2":{"0":1,"5":3,"7":2,"8":8,"10":31,"17":1,"18":2,"19":1,"22":1,"24":1,"25":1,"26":1,"27":1,"34":1,"35":6,"37":1,"38":1,"39":1,"42":4,"44":5,"45":4,"46":14,"47":1,"48":6,"50":1,"51":6,"52":1,"54":1,"55":5,"57":4,"58":3,"64":2,"67":5,"70":8,"73":1,"75":1,"76":1,"80":2,"81":2,"82":1,"83":2,"85":1,"97":2,"98":10,"127":2,"128":4,"132":2,"137":7,"143":2,"144":1,"146":3,"148":1,"149":2,"150":1,"151":1,"153":3,"154":1,"155":1,"157":1,"158":1,"159":3,"160":1,"162":1,"170":1,"171":1,"172":1,"174":1,"176":2,"177":1,"178":2,"179":1}}],["berlin",{"2":{"178":1}}],["bearing",{"2":{"127":4}}],["beauty",{"2":{"2":1}}],["better",{"2":{"87":1,"137":2,"157":1}}],["between",{"2":{"8":4,"10":18,"23":1,"35":2,"42":13,"46":1,"48":18,"52":1,"53":4,"54":1,"55":11,"57":2,"58":4,"67":8,"70":1,"98":4,"104":4,"128":1,"153":3,"154":1,"158":2,"159":2,"160":1,"171":1,"176":2,"177":1}}],["been",{"2":{"53":1,"128":1,"130":2,"166":1}}],["because",{"2":{"46":1,"64":1,"130":1,"164":1}}],["become",{"2":{"22":1}}],["being",{"2":{"35":1,"55":1,"98":1,"104":1,"144":1}}],["behind",{"2":{"25":1,"26":1,"27":1,"41":1,"130":1}}],["behaviour",{"2":{"10":1,"18":1,"23":1,"157":1}}],["best",{"2":{"19":1,"137":2,"157":1}}],["beware",{"2":{"18":1}}],["benchmarking",{"2":{"153":1,"157":1}}],["benchmarkgroup",{"2":{"153":2,"157":3}}],["benchmark",{"0":{"153":1,"157":1},"2":{"153":1,"157":1}}],["benchmarktools",{"2":{"13":1,"153":1,"157":1}}],["benchmarks",{"2":{"2":2}}],["before",{"2":{"10":4,"42":1,"52":1,"54":1,"55":1,"57":1,"157":1,"171":1}}],["below",{"2":{"10":2,"17":1,"39":1,"142":1,"159":1,"160":1,"161":1,"174":1}}],["beginning",{"2":{"48":1,"170":1}}],["begin+1",{"2":{"42":5}}],["begin",{"2":{"2":1,"42":7,"137":2,"158":1,"174":1}}],["be",{"2":{"0":1,"2":1,"5":7,"7":3,"8":11,"9":4,"10":66,"13":2,"20":3,"23":2,"24":1,"25":3,"26":1,"27":3,"35":8,"38":7,"39":2,"40":2,"41":1,"42":10,"44":1,"45":3,"46":14,"47":1,"48":2,"51":1,"52":7,"53":4,"54":7,"55":12,"57":6,"58":5,"64":6,"66":2,"67":4,"70":15,"76":6,"85":2,"86":1,"90":6,"98":21,"104":2,"107":6,"117":6,"119":1,"120":1,"121":1,"122":1,"127":2,"128":1,"132":2,"135":2,"136":2,"137":12,"139":1,"140":1,"141":1,"142":3,"143":4,"144":2,"146":2,"147":1,"149":3,"150":1,"151":1,"153":8,"154":2,"157":10,"159":1,"161":3,"162":1,"166":1,"167":2,"170":2,"172":1,"176":4}}],["wgs84",{"2":{"171":1}}],["wglmakie",{"2":{"14":1}}],["wₜₒₜ",{"2":{"42":8}}],["wᵢ",{"2":{"42":18}}],["wt",{"2":{"42":3}}],["w",{"2":{"13":13,"14":7,"67":4,"128":1}}],["walk",{"2":{"51":1}}],["wall2",{"2":{"48":7}}],["wall1",{"2":{"48":12}}],["walls",{"2":{"48":3}}],["wall",{"2":{"48":69}}],["wachspress",{"2":{"42":1}}],["wasincreasing",{"2":{"128":10}}],["wasn",{"2":{"46":1}}],["was",{"2":{"31":1,"32":1,"35":1,"38":1,"39":1,"41":1,"42":4,"45":1,"46":1,"48":1,"51":1,"52":1,"53":3,"54":1,"55":2,"56":1,"57":1,"58":3,"64":1,"67":1,"70":1,"73":1,"83":1,"86":1,"87":1,"97":1,"98":1,"101":1,"104":1,"114":1,"124":1,"127":1,"128":1,"129":1,"135":1,"137":1,"140":1,"143":1,"146":1,"147":1,"148":1,"150":1,"152":1,"154":1,"161":1,"162":1,"163":1,"167":2,"168":1}}],["wanted",{"2":{"179":1}}],["wants",{"2":{"64":1,"137":1}}],["want",{"0":{"23":1,"56":1},"2":{"13":1,"18":1,"23":1,"42":1,"46":1,"127":1,"171":2,"173":1,"178":1,"179":1}}],["ways",{"2":{"144":1}}],["way",{"2":{"10":1,"17":1,"18":1,"24":1,"29":1,"40":1,"130":1,"141":1,"154":1,"165":1,"167":2,"173":1}}],["warn",{"2":{"128":2}}],["warned",{"2":{"10":1,"167":1}}],["warning",{"2":{"4":1,"9":1,"10":3,"24":1,"42":1,"64":1,"137":1,"153":1,"164":1,"178":1}}],["wong",{"2":{"61":1,"62":1,"175":1}}],["won",{"2":{"23":1,"46":1,"137":1}}],["wouldn",{"2":{"55":1}}],["would",{"0":{"56":1},"2":{"10":3,"23":1,"52":1,"54":1,"55":1,"57":1,"64":4,"128":1,"166":2,"171":1,"178":1,"179":1}}],["wound",{"2":{"10":1,"64":1}}],["world",{"0":{"178":1},"2":{"176":1}}],["worrying",{"2":{"24":1}}],["words",{"2":{"7":1,"10":1,"72":1,"100":1,"106":1,"107":1}}],["workflow",{"2":{"87":1,"104":1}}],["workflows",{"2":{"23":1,"25":1,"27":1}}],["works",{"2":{"26":1,"149":1,"151":1}}],["working",{"2":{"7":1,"10":1,"87":1,"171":1}}],["work",{"2":{"2":1,"5":3,"10":3,"35":1,"38":2,"45":1,"48":2,"51":2,"59":1,"67":1,"70":1,"98":1,"104":1,"127":1,"137":2,"149":1,"162":1,"178":1}}],["wrong",{"2":{"144":1,"161":1}}],["writing",{"2":{"174":1}}],["written",{"2":{"70":1}}],["write",{"2":{"0":1,"30":1,"128":1,"174":7}}],["wrap",{"2":{"8":1,"10":1,"147":1,"153":1}}],["wrapped",{"2":{"22":1,"128":2,"135":1,"137":1}}],["wrapper",{"0":{"30":1},"2":{"30":1,"32":20,"35":1,"38":1,"45":1,"48":1,"67":1,"70":1,"76":1,"90":1,"104":1,"107":1,"117":1}}],["wrappers`",{"2":{"137":1}}],["wrappers",{"0":{"32":1},"2":{"5":10,"10":12,"22":1,"31":1,"32":1,"127":2,"128":1,"132":1,"139":8,"140":1,"145":22,"152":1,"153":1,"157":1,"162":10,"168":1,"170":121,"171":5,"172":9}}],["wrappergeometry`",{"2":{"149":1}}],["wrappergeometry",{"2":{"5":1}}],["wrapping",{"2":{"5":1,"10":1,"70":1,"149":1,"163":1}}],["widely",{"2":{"174":1}}],["widths",{"2":{"14":1}}],["width",{"2":{"10":2}}],["wiki",{"2":{"98":1,"159":1}}],["wikipedia",{"2":{"98":1,"159":2}}],["wind",{"2":{"8":1,"10":2,"38":1,"70":1}}],["winding",{"0":{"63":1},"2":{"8":2,"10":3,"38":3,"46":7,"63":4,"64":1,"70":1,"128":1}}],["without",{"2":{"5":2,"10":1,"17":1,"24":1,"46":1,"89":1,"104":1,"137":3,"149":1,"162":1}}],["with",{"0":{"53":1,"55":1,"58":1,"158":1,"159":1,"160":1,"172":1,"173":1},"2":{"5":5,"7":5,"8":7,"10":27,"11":1,"20":1,"22":2,"23":1,"34":1,"35":2,"38":7,"40":4,"41":1,"42":2,"45":1,"46":14,"48":6,"53":8,"54":5,"55":15,"57":1,"58":12,"66":1,"67":2,"76":1,"89":1,"93":1,"98":28,"100":1,"103":2,"104":5,"106":1,"107":1,"110":3,"111":2,"112":2,"122":1,"128":7,"130":1,"132":2,"135":1,"137":17,"139":1,"144":1,"147":1,"149":1,"151":1,"154":2,"157":2,"159":2,"160":1,"162":1,"166":1,"167":1,"169":1,"170":4,"171":6,"172":2,"173":2,"174":2,"176":1,"177":1,"178":1}}],["within",{"0":{"115":1,"116":1,"119":1,"120":1,"122":1,"123":1,"124":1},"1":{"116":1,"117":1},"2":{"0":1,"2":1,"4":2,"7":9,"8":3,"9":1,"10":13,"31":1,"35":2,"38":1,"40":3,"42":1,"45":1,"46":9,"47":2,"48":5,"53":1,"55":2,"57":1,"58":6,"66":1,"67":5,"72":2,"73":3,"75":2,"92":1,"98":9,"103":1,"104":9,"115":1,"116":6,"117":11,"118":6,"119":14,"120":15,"121":15,"122":7,"123":4,"124":4,"130":1,"176":1,"177":4,"178":2}}],["will",{"2":{"5":8,"8":7,"9":1,"10":44,"11":1,"18":3,"23":2,"24":1,"35":4,"38":3,"42":2,"45":1,"46":5,"48":1,"51":1,"52":4,"53":4,"54":4,"55":4,"57":4,"58":4,"64":1,"66":2,"67":4,"70":1,"87":1,"127":1,"128":2,"132":2,"135":1,"136":2,"137":8,"139":1,"143":2,"144":1,"146":2,"149":3,"151":2,"153":3,"157":2,"159":1,"161":1,"162":2,"167":1,"171":1,"174":1,"176":2,"178":1,"179":1}}],["wip",{"2":{"4":1}}],["whole",{"2":{"98":1}}],["whose",{"2":{"7":1,"10":1,"87":1}}],["white",{"2":{"41":1}}],["while",{"2":{"35":1,"44":1,"45":1,"46":5,"55":2,"63":2,"66":1,"70":1,"87":1,"98":1,"128":3,"146":1,"159":1,"161":2,"177":1}}],["whichever",{"2":{"10":1,"157":1}}],["which",{"2":{"0":1,"5":1,"8":2,"9":1,"10":8,"11":1,"13":1,"14":1,"17":1,"18":4,"20":1,"23":2,"37":1,"38":1,"39":1,"40":1,"41":2,"42":5,"46":11,"48":2,"55":2,"59":1,"64":1,"70":2,"98":3,"128":3,"129":1,"130":1,"137":1,"138":2,"139":1,"142":1,"144":1,"145":1,"150":1,"151":1,"152":1,"153":3,"154":2,"157":1,"159":2,"162":1,"165":1,"167":4,"174":3,"176":3,"177":6,"179":1}}],["what",{"0":{"22":1,"25":1,"30":1,"34":1,"37":2,"44":1,"47":1,"50":1,"66":2,"69":1,"72":1,"75":1,"85":1,"89":1,"100":1,"103":1,"106":1,"116":1,"135":1},"2":{"13":1,"14":1,"24":1,"44":1,"127":1,"128":1,"152":1,"166":1,"171":1,"178":1}}],["whatever",{"2":{"5":1,"10":1,"22":1,"137":1}}],["wheel",{"2":{"17":1}}],["whether",{"2":{"5":4,"8":1,"10":10,"126":1,"127":1,"134":2,"138":1}}],["when",{"2":{"5":1,"8":2,"9":1,"10":5,"18":1,"20":1,"23":2,"24":1,"38":1,"42":3,"45":1,"46":2,"53":5,"55":6,"58":7,"98":1,"128":1,"135":3,"137":1,"139":1,"142":1,"147":2,"157":1,"171":1,"172":2,"174":1,"179":1}}],["wherever",{"2":{"10":1,"163":1}}],["where",{"2":{"5":2,"8":5,"10":11,"20":1,"31":2,"32":3,"35":8,"38":12,"40":2,"42":24,"45":8,"46":14,"48":8,"51":5,"52":2,"53":5,"54":3,"55":18,"57":2,"58":9,"67":25,"70":1,"98":9,"128":3,"137":52,"144":1,"149":1,"152":1,"163":1,"164":1,"165":5,"168":3,"170":4}}],["whyatt",{"2":{"155":1}}],["why",{"0":{"22":1,"23":1},"2":{"2":1,"17":1,"30":1,"38":1}}],["web",{"2":{"174":1}}],["west",{"2":{"48":8}}],["were",{"2":{"46":1,"128":1,"177":1}}],["welcome",{"2":{"25":1,"27":1}}],["well",{"2":{"17":1,"46":1,"48":1,"64":1,"151":1,"155":1,"166":1}}],["weighting",{"2":{"44":2,"45":1}}],["weights",{"2":{"40":4}}],["weight",{"2":{"10":5,"42":14,"45":1}}],["weighted",{"2":{"4":1,"10":2,"40":3,"42":4,"45":4}}],["we",{"0":{"56":2},"2":{"0":1,"11":1,"13":1,"17":3,"19":1,"23":3,"24":1,"25":2,"26":1,"27":2,"35":1,"37":2,"38":2,"39":2,"41":4,"42":8,"45":1,"46":7,"48":4,"53":8,"54":2,"55":3,"58":1,"59":1,"63":3,"64":2,"67":1,"69":1,"70":5,"72":1,"73":1,"75":1,"76":1,"86":1,"89":1,"90":1,"98":2,"100":3,"101":1,"103":1,"104":2,"106":1,"107":1,"116":1,"117":1,"128":21,"129":1,"135":1,"137":20,"138":1,"150":1,"151":2,"152":2,"153":3,"154":1,"157":5,"161":2,"164":1,"166":4,"167":1,"169":2,"170":4,"171":6,"172":4,"173":1,"174":3,"176":3,"177":7}}],["my",{"2":{"178":1,"179":2}}],["mistakenly",{"2":{"144":1}}],["missing",{"2":{"132":6,"133":2,"152":4}}],["missed",{"2":{"128":1}}],["mid",{"2":{"48":2,"98":3}}],["midpoint",{"2":{"46":2}}],["middle",{"2":{"46":2}}],["mining",{"2":{"178":1}}],["minimal",{"2":{"178":1}}],["minimize",{"2":{"55":1}}],["minimum",{"2":{"8":7,"10":12,"47":1,"48":2,"67":12,"157":1,"158":1,"160":1}}],["mind",{"2":{"152":1,"177":1}}],["minmax",{"2":{"55":4}}],["min",{"2":{"48":1,"55":16,"67":15,"157":1,"159":3,"160":1,"161":28}}],["minus",{"2":{"37":1}}],["minpoints=0",{"2":{"128":1}}],["minpoints",{"2":{"10":2}}],["might",{"2":{"10":3,"25":1,"27":1,"38":1,"52":1,"54":1,"55":1,"57":1,"141":1,"159":1}}],["mixed",{"2":{"10":4,"157":1}}],["m",{"2":{"9":1,"10":1,"15":10,"42":2,"48":6,"127":2,"171":1}}],["mp",{"2":{"87":2}}],["mp1",{"2":{"8":2,"10":2,"70":7}}],["mp2",{"2":{"8":2,"10":2,"70":8}}],["mdash",{"2":{"5":4,"7":9,"8":8,"9":3,"10":89,"132":3,"142":1,"143":4}}],["moore",{"2":{"128":1}}],["moved",{"2":{"46":1,"149":1}}],["move",{"2":{"45":1,"98":1}}],["mode",{"2":{"179":3}}],["model",{"2":{"176":1}}],["modify",{"2":{"170":1}}],["modified",{"2":{"137":2}}],["module",{"2":{"149":1,"154":1}}],["modules",{"2":{"10":1,"42":1}}],["mod1",{"2":{"42":5}}],["mod",{"2":{"42":1,"46":1}}],["most",{"2":{"25":1,"27":1,"46":1,"53":1,"55":1,"58":1,"63":1,"98":1,"157":1,"174":2}}],["monotone",{"2":{"20":1,"63":2}}],["monotonechainmethod",{"2":{"4":1,"10":1,"59":1,"63":2,"64":4}}],["moment",{"2":{"10":1,"152":1,"154":1}}],["more",{"2":{"0":1,"2":1,"3":1,"10":3,"11":1,"23":1,"26":1,"29":1,"46":1,"52":1,"54":1,"57":1,"64":1,"98":1,"104":1,"137":4,"140":1,"150":1,"152":1,"154":1,"170":2,"176":1}}],["mercator",{"2":{"171":1}}],["merge",{"2":{"137":1}}],["measure",{"2":{"137":1,"151":1}}],["meant",{"2":{"26":1}}],["meaning",{"2":{"7":3,"8":1,"10":4,"24":1,"38":1,"39":1,"104":4,"127":1}}],["means",{"2":{"7":1,"10":2,"37":1,"38":1,"39":1,"75":1,"98":3,"103":1,"104":1,"127":1,"135":1}}],["mean",{"2":{"4":1,"10":5,"17":1,"41":2,"42":5,"137":1}}],["meanvalue",{"2":{"4":1,"9":2,"10":3,"40":1,"41":2,"42":15}}],["meets",{"2":{"98":9,"104":1,"159":1}}],["meet",{"2":{"55":3,"75":1,"76":1,"90":1,"98":7,"107":1,"117":1}}],["memory",{"2":{"42":1,"172":1}}],["mesh",{"2":{"41":1,"137":1}}],["message",{"2":{"10":1,"167":1}}],["me",{"0":{"23":1}}],["mentioned",{"2":{"19":1}}],["mentions",{"2":{"10":1,"167":1}}],["menu",{"2":{"14":3}}],["median",{"2":{"13":4,"137":1}}],["mechanics",{"2":{"10":1,"42":1}}],["met",{"2":{"98":44}}],["meters",{"2":{"10":4,"152":1,"153":4,"171":1}}],["methoderror",{"2":{"31":3}}],["method",{"0":{"150":1},"2":{"5":1,"8":1,"9":10,"10":97,"24":1,"35":1,"38":1,"39":2,"42":37,"45":1,"48":1,"55":1,"58":1,"63":3,"64":2,"67":4,"70":1,"76":2,"90":2,"104":1,"107":2,"117":2,"128":1,"137":5,"149":1,"150":2,"152":2,"153":9,"154":14,"155":2,"166":1,"167":3,"176":1,"179":1}}],["methods",{"0":{"6":1,"7":1,"8":1,"10":1},"1":{"7":1,"8":1},"2":{"2":1,"5":1,"10":9,"25":1,"27":1,"31":27,"42":3,"59":1,"76":1,"90":1,"107":1,"117":1,"128":1,"132":1,"135":1,"137":2,"152":1,"157":2,"162":1,"165":1,"170":1}}],["mutation",{"2":{"173":1}}],["mutlipolygon",{"2":{"8":1,"10":1,"45":1}}],["muladd",{"2":{"42":2}}],["multilinestringtrait",{"2":{"142":1}}],["multilinestring",{"2":{"10":1,"137":1,"168":2}}],["multi",{"0":{"82":1,"83":1,"96":1,"97":1,"113":1,"114":1,"123":1,"124":1},"2":{"8":2,"10":3,"35":1,"38":1,"48":1,"70":2,"82":1,"83":1,"96":1,"97":1,"113":1,"114":1,"123":1,"124":1}}],["multicurves",{"2":{"38":1,"48":1}}],["multicurve",{"2":{"8":1,"10":1,"38":1}}],["multigeometry",{"2":{"8":2,"10":2,"67":2}}],["multiplication",{"2":{"154":1}}],["multiplied",{"2":{"42":3}}],["multiple",{"2":{"8":1,"10":1,"42":1,"98":1,"147":1,"161":1,"170":1,"174":1}}],["multiply",{"2":{"5":1,"10":1,"162":1}}],["multipolys",{"2":{"58":3}}],["multipoly`",{"2":{"52":2,"54":2,"57":2}}],["multipoly",{"2":{"10":9,"15":3,"52":1,"53":27,"54":1,"55":26,"57":1,"58":24,"146":21,"157":9}}],["multipolygon`",{"2":{"128":1}}],["multipolygons",{"2":{"7":1,"8":1,"10":11,"45":1,"52":3,"54":3,"55":3,"57":3,"66":1,"70":1,"104":2,"145":1,"170":1,"171":1}}],["multipolygon",{"2":{"7":2,"8":5,"10":16,"38":2,"44":1,"52":1,"53":7,"54":1,"55":5,"57":1,"58":6,"70":4,"104":2,"128":7,"137":1,"143":2,"144":7,"145":8,"146":2,"157":3,"170":8,"171":1}}],["multipolygontrait",{"2":{"5":1,"7":4,"8":2,"10":7,"23":1,"53":4,"55":4,"58":4,"70":6,"82":1,"83":1,"96":1,"97":1,"104":8,"113":1,"114":1,"123":1,"124":1,"137":1,"142":1,"146":4}}],["multipoint",{"2":{"8":5,"10":5,"38":1,"70":5,"87":6,"137":4,"157":1,"170":5}}],["multipoints",{"2":{"7":2,"8":1,"10":3,"38":1,"48":1,"70":2,"104":2,"157":1,"170":1}}],["multipointtrait",{"2":{"5":1,"7":2,"8":4,"10":8,"35":2,"38":1,"48":1,"70":8,"82":1,"83":1,"87":4,"96":1,"97":1,"104":4,"113":1,"114":1,"123":1,"124":1,"135":1,"142":1,"157":2,"168":1}}],["multithreading",{"2":{"5":2,"8":1,"10":5,"134":1}}],["multifloats",{"2":{"13":1,"14":1,"15":1}}],["multifloat",{"2":{"0":1}}],["much",{"2":{"4":1,"10":3,"52":1,"54":1,"57":1}}],["must",{"2":{"2":1,"5":1,"7":8,"8":2,"9":1,"10":23,"35":1,"39":1,"42":5,"46":2,"48":3,"51":1,"55":2,"70":5,"73":2,"76":1,"85":1,"86":1,"90":1,"98":13,"104":1,"106":1,"107":1,"117":2,"128":1,"132":1,"137":1,"141":1,"142":3,"143":1,"149":1,"153":1,"154":1,"157":1,"161":4,"167":1}}],["manner",{"2":{"176":1}}],["manipulate",{"2":{"174":1}}],["manually",{"2":{"138":1}}],["many",{"2":{"8":1,"9":1,"10":2,"23":1,"26":1,"42":1,"46":1,"51":1,"53":1,"55":2,"58":1,"70":1,"139":1,"147":1}}],["mason",{"2":{"137":2}}],["markersize",{"2":{"170":2}}],["marker",{"2":{"170":2}}],["marked",{"2":{"46":6,"53":1,"55":1,"58":1}}],["marking",{"2":{"53":2,"55":2,"58":2}}],["mark",{"2":{"46":2}}],["marks",{"2":{"46":1}}],["mag",{"2":{"35":4}}],["making",{"2":{"46":1,"128":1,"135":1,"145":1,"170":1,"172":2}}],["makie",{"2":{"13":1,"14":1,"34":1,"37":1,"41":3,"44":1,"47":1,"50":4,"61":1,"62":1,"66":1,"69":1,"72":1,"75":1,"85":1,"89":1,"100":1,"103":1,"106":1,"116":1,"128":3,"156":1,"157":1,"175":1}}],["makevalid",{"2":{"157":2}}],["makes",{"2":{"38":1,"46":1,"67":1,"137":1,"139":1,"144":1,"145":1}}],["make",{"2":{"2":1,"25":1,"27":1,"35":1,"46":3,"55":1,"67":1,"104":1,"128":2,"135":1,"140":1,"152":1,"161":1,"164":1,"170":2,"172":1}}],["mapped",{"2":{"174":1}}],["maptasks",{"2":{"137":6}}],["mapreducetasks",{"2":{"137":5}}],["mapreduce",{"2":{"53":1,"128":2,"137":8}}],["map",{"0":{"171":1},"2":{"10":1,"13":1,"18":3,"19":1,"29":1,"42":1,"46":1,"55":1,"104":2,"128":17,"137":24,"140":1,"157":1,"165":1,"169":1,"171":1,"172":1,"174":1}}],["maximal",{"2":{"55":1}}],["maximum",{"2":{"7":1,"10":4,"14":1,"47":1,"48":4,"87":1,"128":1,"153":1,"154":1,"159":4}}],["max",{"2":{"10":9,"35":2,"48":1,"128":1,"137":2,"152":5,"153":8,"154":7,"159":36,"161":1,"175":1}}],["made",{"2":{"10":2,"45":1,"46":1,"55":1,"111":1,"135":1,"143":1,"146":1,"160":1}}],["matlab",{"2":{"50":1}}],["materializer`",{"2":{"137":1}}],["materializer",{"2":{"22":1,"137":1}}],["matches",{"2":{"70":1,"128":1}}],["match",{"2":{"10":1,"70":12,"104":3,"128":1,"132":1,"137":2}}],["matching",{"2":{"7":1,"10":1,"22":1,"70":3,"104":1,"135":2}}],["matrix",{"2":{"10":1,"14":2,"42":1}}],["mathrm",{"2":{"42":1}}],["mathematically",{"2":{"10":1,"127":1}}],["math",{"2":{"0":1}}],["maybe",{"2":{"10":1,"98":4,"132":1,"137":6}}],["may",{"2":{"5":1,"10":5,"23":2,"24":1,"42":2,"46":1,"55":1,"63":1,"127":1,"129":1,"135":1,"137":4,"144":1,"145":1,"153":1,"165":1}}],["mainly",{"2":{"42":1,"66":1,"130":1}}],["maintain",{"2":{"38":1}}],["main",{"0":{"28":1},"1":{"29":1,"30":1},"2":{"0":1,"26":1,"46":1,"128":1,"137":1,"153":1}}],["snapped",{"2":{"128":1}}],["s3",{"2":{"46":3}}],["scratch",{"2":{"174":1}}],["sciences",{"2":{"171":1}}],["scalefactor",{"2":{"153":3}}],["scattered",{"2":{"177":1}}],["scatter",{"2":{"44":1,"66":2,"69":2,"72":2,"75":1,"85":1,"89":2,"103":2,"116":2,"177":1}}],["schema",{"2":{"137":6}}],["scheme",{"2":{"45":1}}],["scenario",{"2":{"98":2}}],["scene",{"2":{"14":1}}],["skipmissing",{"2":{"128":1}}],["skipped",{"2":{"128":1}}],["skip",{"2":{"38":1,"98":14,"128":1,"161":4}}],["skygering",{"2":{"0":1}}],["square",{"2":{"67":1,"158":1,"159":1}}],["squared",{"2":{"10":2,"48":2,"67":12,"158":2,"159":7}}],["sqrt",{"2":{"35":2,"45":1,"67":3}}],["sgn",{"2":{"35":5}}],["smallest",{"2":{"35":2,"55":1,"59":1}}],["sᵢ₋₁",{"2":{"42":25}}],["sᵢ₊₁",{"2":{"10":2,"42":41}}],["sᵢ",{"2":{"10":4,"42":46}}],["src",{"2":{"10":2}}],["syntax",{"2":{"173":1}}],["symdifference",{"2":{"129":1}}],["sym10100477",{"2":{"98":1}}],["symbol=",{"2":{"87":1}}],["symbol",{"2":{"10":1,"167":2}}],["system",{"0":{"171":1,"172":1},"2":{"5":2,"149":2,"169":2,"171":1}}],["switches",{"2":{"55":1,"58":1}}],["switch",{"2":{"46":1,"58":1,"166":1}}],["switching",{"2":{"10":1,"48":1}}],["swap",{"2":{"10":1,"58":1,"67":2,"148":1}}],["swapped",{"2":{"7":1,"10":1,"73":1,"76":1,"86":1,"87":1,"101":1,"104":1}}],["swapping",{"2":{"5":1,"10":1,"137":1}}],["s2",{"2":{"10":4,"42":6,"46":3}}],["s1",{"2":{"10":3,"42":6,"46":3}}],["saving",{"0":{"174":1}}],["saved",{"2":{"70":1}}],["save",{"2":{"35":1,"169":1,"174":3}}],["samples",{"2":{"13":1}}],["sample",{"2":{"13":1}}],["same",{"2":{"7":2,"8":12,"10":23,"18":1,"35":3,"38":1,"46":15,"48":1,"51":1,"52":3,"54":1,"55":1,"57":1,"58":1,"63":1,"66":1,"69":2,"70":30,"98":2,"103":1,"104":8,"132":1,"135":1,"137":6,"138":1,"143":2,"145":1,"146":2,"152":1,"170":1,"171":1,"174":1}}],["says",{"2":{"63":1}}],["say",{"2":{"10":1,"42":1,"153":1}}],["span",{"2":{"177":1}}],["spatial",{"0":{"176":1},"1":{"177":1,"178":1,"179":1},"2":{"176":6,"177":3,"179":1}}],["spawn",{"2":{"137":5}}],["space",{"2":{"10":2,"25":1,"27":1,"35":1,"37":1,"98":1,"153":1,"154":1}}],["sp",{"2":{"98":2}}],["split",{"2":{"51":1}}],["specialized",{"2":{"25":1,"27":1,"64":1}}],["specify",{"2":{"10":1,"132":1,"137":1,"171":1,"172":1,"176":1}}],["specification",{"2":{"139":1,"142":1,"144":1,"145":1}}],["specifically",{"2":{"10":2,"42":3,"155":1,"176":1}}],["specific",{"2":{"46":1,"76":1,"90":1,"107":1,"117":1,"137":5}}],["specified",{"2":{"7":1,"10":2,"46":1,"53":2,"55":2,"58":2,"104":1,"135":1,"157":1}}],["slow",{"2":{"178":1}}],["slower",{"2":{"10":1,"167":2}}],["slope2",{"2":{"127":2}}],["slope1",{"2":{"127":2}}],["slidergrid",{"2":{"14":1}}],["sliders",{"2":{"14":3}}],["slightly",{"2":{"8":2,"10":2,"38":2}}],["sve",{"2":{"5":1,"10":1,"162":1}}],["svector",{"2":{"5":14,"10":14,"46":5,"52":1,"55":2,"58":6,"98":1,"128":1,"162":13,"170":6,"172":4}}],["suite",{"2":{"153":5,"157":13}}],["suggestion",{"2":{"150":1}}],["sun",{"2":{"98":1}}],["surrounds",{"2":{"98":1}}],["sure",{"2":{"2":1,"35":1,"46":2,"67":1,"104":1,"161":1}}],["suppose",{"2":{"178":1,"179":1}}],["supports",{"2":{"41":1,"42":1,"59":1,"174":1,"179":2}}],["support",{"2":{"39":1,"151":1,"179":1}}],["supported",{"2":{"23":1,"174":1}}],["supertype",{"2":{"10":1,"42":1}}],["sukumar",{"2":{"10":1,"42":1}}],["such",{"2":{"8":1,"10":1,"37":1,"50":1,"59":1,"135":1,"147":1}}],["sum=1",{"2":{"42":1}}],["sum",{"2":{"8":2,"10":3,"11":6,"37":1,"38":2,"40":2,"42":8,"48":1,"67":2,"127":5,"161":1,"168":4}}],["sublevel",{"2":{"178":1}}],["subsequent",{"2":{"170":1}}],["substituted",{"2":{"5":1,"10":1,"137":1}}],["subgeom1",{"2":{"137":2}}],["subgeom",{"2":{"137":3}}],["subject",{"2":{"46":1}}],["subtype",{"2":{"137":1}}],["subtypes",{"2":{"10":2,"42":2}}],["subtracted",{"2":{"127":1}}],["subtitle",{"2":{"13":1,"41":2,"153":1,"157":2}}],["sub",{"2":{"8":6,"10":7,"35":1,"38":3,"48":1,"53":6,"55":3,"58":4,"67":2,"82":2,"83":2,"96":2,"97":2,"113":2,"114":2,"123":2,"124":2,"137":3,"144":4,"145":2,"146":4}}],["sites",{"2":{"178":1}}],["sides",{"2":{"46":3,"139":1}}],["side",{"2":{"35":4,"46":26}}],["signals",{"2":{"136":1}}],["sign",{"2":{"13":2,"14":2,"35":7,"38":2,"127":3}}],["signed",{"0":{"36":1,"37":1,"65":1,"66":1},"1":{"37":1,"38":1,"66":1,"67":1},"2":{"4":4,"8":15,"10":18,"11":3,"36":1,"37":5,"38":23,"48":3,"65":1,"66":7,"67":19}}],["six",{"2":{"10":1,"157":1}}],["size=",{"2":{"171":1}}],["sizehint",{"2":{"46":2,"53":1,"154":1}}],["size",{"2":{"10":4,"13":2,"14":5,"41":1,"58":1,"128":2,"137":4,"157":1}}],["sin",{"2":{"170":3,"171":1,"172":2}}],["singed",{"2":{"67":1}}],["singular",{"2":{"55":1}}],["singlepoly",{"2":{"157":6}}],["single",{"2":{"8":6,"10":10,"23":1,"35":2,"38":1,"48":1,"70":5,"103":2,"128":2,"143":2,"144":1,"146":2,"170":3,"174":1}}],["since",{"2":{"5":1,"10":2,"26":1,"35":1,"38":1,"45":1,"48":2,"57":1,"67":1,"70":1,"98":1,"104":2,"111":1,"149":1,"166":1,"167":2,"178":1}}],["simulation",{"2":{"23":1}}],["simultaneously",{"2":{"20":1}}],["similarly",{"2":{"130":1}}],["similar",{"2":{"5":1,"10":4,"18":1,"25":1,"27":1,"29":1,"39":1,"59":1,"64":1,"128":2,"137":1,"153":2,"154":1,"163":1}}],["simpler",{"2":{"10":1,"128":1}}],["simple",{"0":{"61":1,"177":1},"2":{"10":3,"42":1,"64":1,"130":3,"148":1,"149":1,"156":2,"157":2,"166":1}}],["simplifier",{"2":{"157":4}}],["simplified",{"2":{"23":1,"156":1}}],["simplifies",{"2":{"10":3,"158":1,"159":1,"160":1}}],["simplification",{"0":{"155":1},"1":{"156":1,"157":1},"2":{"10":2,"155":2,"157":3}}],["simplifying",{"2":{"155":1}}],["simplifyalgs",{"2":{"161":1}}],["simplifyalg",{"2":{"4":1,"10":8,"157":5,"158":2,"159":2,"160":2}}],["simplify",{"0":{"158":1,"159":1,"160":1},"2":{"2":1,"4":1,"10":15,"31":1,"46":1,"130":1,"156":1,"157":41,"158":1,"159":2,"160":1}}],["simply",{"2":{"0":1,"37":1,"39":1,"46":1,"55":1,"58":1,"73":1,"86":1,"101":1,"128":1,"141":1,"149":1,"150":1,"153":1,"170":1,"173":1}}],["step",{"2":{"46":7,"52":1,"53":3,"54":1,"55":3,"57":1,"58":3,"128":4,"168":1}}],["storing",{"2":{"174":1}}],["stored",{"2":{"46":2,"177":1}}],["stores",{"2":{"46":1}}],["store",{"2":{"42":1,"174":1}}],["stopping",{"2":{"159":2}}],["stops",{"2":{"135":1}}],["stop",{"2":{"18":2,"87":3,"98":4,"104":3}}],["style",{"2":{"10":2}}],["style=",{"2":{"10":2}}],["straightline",{"2":{"128":3}}],["straight",{"2":{"128":6}}],["strait",{"2":{"128":1}}],["structs",{"2":{"20":1,"142":1}}],["structures",{"2":{"130":1}}],["structure",{"2":{"10":2,"132":1,"137":1,"148":1}}],["struct",{"2":{"10":3,"32":2,"42":2,"46":2,"64":1,"140":1,"146":2,"153":2,"158":1,"159":1,"160":1,"165":3,"166":2,"167":4}}],["strings",{"2":{"10":1,"45":1,"55":1}}],["string",{"2":{"5":2,"14":1,"44":1,"45":1,"149":2}}],["stay",{"2":{"58":1}}],["stackoverflow",{"2":{"55":1}}],["stack",{"2":{"51":1}}],["status",{"2":{"46":31,"53":4,"55":5,"58":4,"128":1}}],["states",{"2":{"157":1}}],["state",{"2":{"32":11,"57":1,"178":9}}],["static",{"2":{"166":1}}],["staticarray",{"2":{"42":1}}],["staticarrays",{"2":{"31":1,"46":5,"52":1,"55":2,"58":6,"98":1,"128":1,"162":2}}],["staticarraysco",{"2":{"5":1,"10":1,"162":1}}],["staticarrayscore",{"2":{"5":10,"10":10,"42":1,"162":10,"170":6,"172":4}}],["statica",{"2":{"5":1,"10":1,"162":1}}],["statistics",{"2":{"13":2,"31":1}}],["stability",{"2":{"23":1,"30":1}}],["stable",{"2":{"13":1,"24":1,"154":1}}],["standardized",{"2":{"98":1}}],["standards",{"2":{"98":1}}],["standard",{"2":{"10":1,"64":1}}],["started",{"2":{"46":1}}],["starting",{"2":{"45":2,"46":1,"48":1,"55":1,"146":4}}],["startvalue",{"2":{"14":4}}],["start",{"2":{"10":1,"18":1,"35":7,"42":1,"46":76,"48":17,"53":4,"55":4,"58":5,"70":1,"87":4,"98":44,"104":3,"119":1,"128":2,"138":1,"159":16,"170":1}}],["stage",{"2":{"0":1}}],["still",{"2":{"4":1,"38":1,"45":1,"46":3,"75":1,"159":1}}],["solution",{"2":{"98":1}}],["solid",{"2":{"10":2}}],["south",{"2":{"48":7}}],["source",{"2":{"5":10,"7":19,"8":22,"9":3,"10":91,"26":4,"87":2,"132":3,"142":1,"143":4,"149":3,"171":13,"172":1}}],["sort",{"2":{"46":4,"51":2,"55":2,"57":2,"98":1,"104":2,"128":1,"159":1}}],["sorted",{"2":{"20":1,"46":1,"159":7,"176":1}}],["someone",{"2":{"64":1,"167":1}}],["something",{"0":{"56":1},"2":{"3":1}}],["some",{"2":{"2":1,"7":1,"10":3,"17":1,"32":1,"42":4,"70":1,"98":3,"104":1,"128":1,"129":1,"130":2,"135":2,"137":2,"141":1,"142":2,"143":1,"161":1,"164":2,"169":2,"176":1,"179":1}}],["so",{"2":{"2":1,"5":1,"8":4,"10":10,"17":1,"19":1,"25":1,"27":1,"31":1,"41":1,"42":1,"46":1,"47":1,"55":1,"57":2,"58":2,"66":1,"67":1,"69":1,"70":4,"72":1,"89":1,"98":2,"100":1,"116":1,"128":3,"132":1,"137":6,"151":1,"152":1,"153":3,"154":1,"161":1,"162":1,"167":2,"171":1,"172":1}}],["series",{"2":{"170":1}}],["serve",{"2":{"10":1,"42":1}}],["searchsortedfirst",{"2":{"159":1}}],["seg2",{"2":{"127":2}}],["seg1",{"2":{"127":3}}],["seg",{"2":{"98":23,"104":9}}],["segmentation",{"2":{"152":1}}],["segments",{"2":{"23":1,"31":1,"34":2,"35":1,"44":1,"45":2,"46":3,"48":1,"55":6,"98":18,"153":1,"154":3}}],["segmentization",{"2":{"151":1}}],["segmentizing",{"2":{"10":3,"152":1,"153":2,"154":1}}],["segmentized",{"2":{"152":1}}],["segmentizes",{"2":{"151":1}}],["segmentizemethod",{"2":{"10":1,"153":3,"154":2}}],["segmentize",{"0":{"151":1},"1":{"152":1,"153":1,"154":1},"2":{"4":1,"10":4,"31":1,"39":1,"130":1,"151":1,"152":5,"153":11,"154":13,"175":1}}],["segment",{"2":{"8":4,"10":7,"35":1,"45":5,"46":6,"48":3,"50":1,"55":17,"67":2,"87":3,"98":43,"104":3,"127":2,"151":1,"153":2,"154":1}}],["seperate",{"2":{"55":1}}],["separates",{"2":{"98":1}}],["separate",{"2":{"46":1,"128":1,"137":1,"166":1,"174":1,"177":1}}],["separately",{"2":{"42":1,"128":1}}],["sense",{"2":{"38":1,"67":1}}],["several",{"2":{"20":2,"38":1,"138":1,"146":1}}],["selected",{"2":{"128":1}}],["selectednode",{"2":{"128":3}}],["selection",{"2":{"14":1}}],["select",{"2":{"10":1,"165":1}}],["self",{"2":{"2":2}}],["setup=",{"2":{"76":1,"90":1,"107":1,"117":1}}],["sets",{"2":{"46":1,"63":1}}],["setting",{"2":{"23":1}}],["set",{"0":{"23":1},"2":{"7":2,"8":7,"10":19,"23":1,"35":1,"40":2,"42":8,"46":3,"52":2,"54":2,"55":7,"57":2,"59":2,"69":2,"70":10,"76":1,"87":1,"90":1,"98":2,"104":1,"107":1,"117":1,"127":1,"128":1,"143":2,"146":2,"159":2,"170":1,"174":1,"177":3}}],["section",{"2":{"26":1,"98":3,"103":1}}],["sections",{"2":{"3":1,"26":1}}],["seconds=1",{"2":{"153":3,"157":8}}],["secondisleft",{"2":{"128":4}}],["secondisstraight",{"2":{"128":7}}],["secondary",{"2":{"7":3,"10":3,"73":1,"76":1,"117":1}}],["second",{"2":{"7":8,"10":9,"46":1,"55":4,"70":1,"72":2,"73":1,"75":1,"76":1,"79":1,"80":1,"81":1,"86":2,"90":2,"98":2,"107":1,"116":1,"117":1,"120":1,"121":1,"122":2,"159":1,"172":1,"176":1}}],["seem",{"2":{"25":1,"27":1}}],["see",{"2":{"0":1,"10":4,"29":1,"44":1,"64":1,"67":1,"69":1,"72":1,"75":1,"89":1,"98":5,"100":1,"103":1,"106":1,"116":1,"128":2,"139":1,"140":1,"142":1,"143":3,"145":1,"146":2,"152":2,"159":1,"177":2}}],["shp",{"2":{"174":1}}],["ships",{"2":{"171":1}}],["shifting",{"2":{"172":1}}],["shift",{"2":{"170":3}}],["sharing",{"2":{"89":1}}],["shares",{"2":{"55":1}}],["share",{"2":{"8":7,"10":8,"69":2,"70":8,"93":2,"94":1,"95":1,"104":1,"112":1}}],["shared",{"0":{"161":1},"2":{"7":1,"10":1,"46":2,"55":2,"104":3}}],["shapes",{"2":{"67":1,"174":7}}],["shape",{"2":{"44":1,"53":1,"55":1,"69":1,"145":1,"170":1}}],["shaped",{"2":{"41":1}}],["shapefiles",{"2":{"174":1}}],["shapefile",{"2":{"29":1,"174":4}}],["shallower",{"2":{"5":1,"10":1,"137":1}}],["short",{"2":{"137":1}}],["shorthand",{"2":{"64":1}}],["shoelace",{"2":{"8":1,"10":1,"38":2,"48":1}}],["shouldn",{"2":{"55":1}}],["should",{"2":{"5":1,"8":1,"10":14,"17":1,"18":1,"20":2,"25":1,"27":1,"35":3,"38":1,"45":1,"46":3,"47":1,"70":1,"98":4,"128":2,"132":1,"137":2,"139":1,"142":4,"143":2,"154":1,"157":2,"166":1}}],["show",{"2":{"2":1,"11":1,"13":1,"14":1,"41":1,"171":1,"174":1,"176":2}}],["shewchuck",{"2":{"0":1}}],["s",{"0":{"30":1},"2":{"0":1,"2":1,"4":1,"7":1,"10":10,"18":1,"19":1,"29":1,"35":1,"37":1,"38":4,"40":1,"41":2,"42":5,"44":3,"45":3,"46":3,"48":1,"50":1,"53":1,"55":2,"58":3,"63":1,"67":1,"70":1,"85":2,"92":3,"93":4,"94":2,"98":9,"104":1,"106":1,"107":1,"112":1,"128":5,"130":2,"132":3,"133":1,"137":1,"140":1,"143":4,"144":1,"146":3,"152":4,"153":1,"155":1,"157":2,"161":4,"165":2,"166":1,"167":6,"170":6,"171":4,"172":4,"173":2,"174":5,"179":2}}],["ay",{"2":{"127":2}}],["azimuth",{"2":{"127":2}}],["automatically",{"2":{"104":1,"171":1}}],["a3",{"2":{"62":1}}],["against",{"2":{"70":1,"98":2,"153":1,"157":1}}],["again",{"2":{"55":1,"137":1}}],["a``",{"2":{"53":2}}],["a`",{"2":{"53":7,"55":3,"58":2}}],["a2y",{"2":{"55":4}}],["a2x",{"2":{"55":4}}],["a2",{"2":{"41":4,"55":54,"63":1,"104":6}}],["a1y",{"2":{"55":7}}],["a1x",{"2":{"55":7}}],["a1",{"2":{"41":2,"46":9,"55":66,"63":1,"104":6}}],["away",{"2":{"39":1,"87":1,"179":1}}],["ams",{"2":{"175":2}}],["america",{"2":{"157":1}}],["am",{"2":{"98":1}}],["ambiguity",{"2":{"67":2,"137":5}}],["amounts",{"2":{"174":1}}],["amount",{"2":{"37":1,"47":1}}],["amp",{"2":{"2":1,"10":1}}],["axes",{"2":{"128":6}}],["ax",{"2":{"13":3,"14":3,"127":2,"170":5}}],["axislegend",{"2":{"61":1,"152":1,"156":1}}],["axis",{"2":{"13":2,"14":1,"34":1,"37":1,"41":4,"44":1,"47":1,"63":2,"66":1,"128":2,"152":1,"157":1,"175":1}}],["axs",{"2":{"13":2}}],["a>",{"2":{"10":2}}],["average",{"2":{"40":3,"45":4,"55":1}}],["available",{"0":{"143":1},"2":{"10":3,"31":1,"45":1,"142":3,"151":1,"152":1,"154":1,"157":1,"161":1,"165":1}}],["avoid",{"2":{"9":1,"10":7,"42":1,"52":1,"54":1,"55":1,"57":1,"58":1,"128":2,"137":5,"154":1,"158":1,"159":1,"160":1,"170":3}}],["achieve",{"2":{"144":1}}],["across",{"2":{"135":1}}],["acos",{"2":{"35":1}}],["activate",{"2":{"152":1}}],["action",{"2":{"20":2}}],["actions",{"2":{"20":2}}],["actual",{"2":{"3":1,"42":1,"127":1,"140":1,"149":1,"153":1}}],["actually",{"2":{"2":1,"5":1,"10":1,"42":4,"55":1,"58":3,"98":1,"128":1,"162":1,"174":1}}],["access",{"2":{"171":1}}],["accessed",{"2":{"167":1}}],["acceptable",{"2":{"98":1}}],["accepts",{"2":{"64":1}}],["accept",{"2":{"10":1,"167":1}}],["according",{"2":{"139":1,"144":1,"145":1,"177":1}}],["accordingly",{"2":{"46":1}}],["account",{"2":{"32":1,"52":1,"54":1}}],["accurary",{"2":{"55":1}}],["accuratearithmetic",{"2":{"11":2}}],["accurate",{"0":{"11":1},"2":{"11":3,"152":1}}],["accumulators",{"2":{"42":1}}],["accumulator",{"2":{"42":1}}],["accumulate",{"2":{"38":1,"45":3}}],["accumulation",{"0":{"11":1},"2":{"42":1}}],["after",{"2":{"10":8,"35":1,"46":3,"137":1,"157":2}}],["ab",{"2":{"46":3,"52":1,"54":1,"55":5,"57":1}}],["able",{"2":{"20":1,"55":1}}],["ability",{"2":{"17":1}}],["about",{"2":{"10":1,"24":2,"30":1,"42":2,"98":1,"138":1}}],["above",{"2":{"8":1,"10":1,"35":1,"45":1,"46":1,"55":1,"58":1,"142":1}}],["abs",{"2":{"35":1,"38":4,"45":1,"48":2,"87":8,"104":2,"128":1,"160":1,"179":1}}],["absolute",{"2":{"8":1,"10":1,"37":1,"38":2}}],["abstractpolygon",{"2":{"137":1}}],["abstractpolygontrait",{"2":{"67":1}}],["abstractpoint",{"2":{"137":1}}],["abstractface",{"2":{"137":1}}],["abstractfloat",{"2":{"31":1,"35":1,"38":2,"46":1,"48":2,"51":1,"52":1,"54":1,"55":1,"57":1,"67":8}}],["abstractrange",{"2":{"128":6}}],["abstractmesh",{"2":{"137":1}}],["abstractmulticurvetrait",{"2":{"82":1,"83":1,"96":1,"97":1,"113":1,"114":1,"123":1,"124":1}}],["abstractmatrix",{"2":{"10":5,"128":13}}],["abstractcurvetrait",{"2":{"32":1,"35":1,"38":1,"48":1,"78":1,"81":1,"82":1,"87":1,"92":1,"96":1,"109":1,"112":1,"113":1,"119":1,"122":1,"123":1,"127":1,"157":2,"168":3}}],["abstractlazywrapper",{"2":{"32":2}}],["abstractarrays",{"2":{"135":1}}],["abstractarray",{"2":{"10":1,"132":1,"137":6,"168":2}}],["abstract",{"2":{"10":3,"42":3,"141":1,"142":4,"143":1,"157":3,"166":1}}],["abstractvector",{"2":{"9":1,"10":1,"42":26,"128":8}}],["abstractgeometrytrait`",{"2":{"142":1}}],["abstractgeometrytrait",{"2":{"10":3,"38":2,"48":1,"67":1,"83":1,"97":1,"114":1,"124":1,"132":1,"135":1,"142":4,"143":2,"168":5}}],["abstractgeometry",{"2":{"7":4,"10":4,"73":2,"86":2,"137":1}}],["abstracttrait",{"2":{"5":2,"7":2,"10":8,"51":1,"53":2,"55":4,"58":2,"104":4,"130":1,"132":2,"137":9,"165":3}}],["abstractbarycentriccoordinatemethod",{"2":{"4":1,"9":1,"10":7,"42":18}}],["arbitrarily",{"2":{"135":1}}],["arbitrary",{"2":{"40":1,"130":1,"170":1}}],["around",{"2":{"41":1,"42":2,"51":1,"66":1,"70":1,"128":1,"157":1,"177":1}}],["argmin",{"2":{"161":1}}],["argtypes",{"2":{"39":2,"150":1,"153":1}}],["args",{"2":{"13":2}}],["argumenterror",{"2":{"58":1,"128":1,"137":5}}],["argument",{"2":{"8":5,"10":10,"35":1,"38":2,"45":1,"48":1,"52":1,"54":1,"57":1,"67":2,"137":2,"167":2,"171":1,"172":1}}],["arguments",{"2":{"5":1,"7":1,"10":5,"46":1,"76":2,"90":1,"107":1,"117":1,"149":1,"153":2,"154":1,"167":1}}],["arithmetic",{"2":{"11":1}}],["archgdal",{"2":{"23":1}}],["arc",{"2":{"10":1,"153":1}}],["array",{"2":{"8":1,"10":2,"38":1,"48":1,"128":5,"137":7,"158":1,"161":1}}],["arrays",{"2":{"5":1,"10":2,"22":1,"128":1,"137":2}}],["aren",{"2":{"8":3,"10":5,"51":1,"53":1,"55":2,"58":4,"70":3,"143":2,"146":2}}],["area2",{"2":{"45":4}}],["area1",{"2":{"45":4}}],["areas",{"2":{"8":2,"10":2,"38":3,"160":2}}],["area",{"0":{"36":2,"37":2},"1":{"37":2,"38":2},"2":{"4":5,"8":15,"10":25,"11":6,"31":1,"36":2,"37":9,"38":61,"43":1,"44":3,"45":49,"47":2,"48":44,"57":2,"58":1,"104":1,"130":1,"143":2,"146":2,"157":2,"160":4,"171":1}}],["are",{"2":{"2":2,"5":1,"7":4,"8":18,"9":2,"10":50,"20":2,"22":3,"24":1,"25":1,"26":2,"27":1,"34":1,"35":8,"37":1,"38":2,"40":6,"42":11,"44":1,"45":3,"46":31,"48":6,"51":3,"52":3,"53":15,"54":2,"55":16,"57":5,"58":9,"63":3,"66":1,"67":1,"69":3,"70":26,"72":1,"76":7,"78":1,"79":3,"80":3,"81":1,"83":1,"89":1,"90":5,"92":1,"93":1,"94":1,"96":1,"97":1,"98":12,"104":7,"107":5,"109":1,"111":2,"116":1,"117":5,"119":1,"120":3,"121":3,"122":1,"124":1,"127":1,"128":14,"129":1,"132":1,"135":1,"137":4,"138":1,"139":1,"140":1,"142":1,"143":3,"144":1,"145":1,"146":2,"147":1,"152":1,"153":1,"154":1,"157":4,"159":1,"161":2,"163":1,"164":2,"165":1,"167":1,"170":1,"173":2,"174":2,"175":1,"176":3,"177":6,"178":1,"179":1}}],["alone",{"2":{"137":1}}],["along",{"2":{"8":4,"10":5,"46":3,"48":2,"55":4,"70":4,"98":1}}],["although",{"2":{"120":1,"121":1}}],["alternate",{"2":{"46":1}}],["alternative",{"2":{"46":1}}],["already",{"2":{"70":1,"98":2,"159":1}}],["almost",{"2":{"55":1}}],["alg=nothing",{"2":{"157":1}}],["alg`",{"2":{"157":1}}],["alg",{"2":{"10":4,"157":21,"158":3,"159":8,"160":3,"161":7,"167":9}}],["algorithms",{"2":{"10":3,"59":1,"63":1,"139":1,"154":1,"155":1,"157":4,"159":1,"161":1}}],["algorithm",{"0":{"158":1,"159":1,"160":1},"2":{"10":12,"41":1,"46":2,"48":1,"51":3,"52":1,"54":1,"57":1,"59":1,"64":4,"98":1,"155":1,"157":8,"158":1,"159":3,"160":1,"167":4}}],["always",{"2":{"5":7,"8":6,"10":10,"25":1,"27":1,"37":1,"38":4,"48":2,"63":1,"66":1,"67":1,"70":1,"137":2,"149":4,"176":1}}],["also",{"2":{"5":2,"10":11,"23":1,"35":1,"38":2,"45":2,"46":3,"48":1,"52":1,"54":1,"55":2,"57":1,"59":1,"63":1,"64":1,"66":1,"67":2,"70":3,"104":1,"128":1,"135":1,"137":1,"140":1,"143":3,"146":2,"150":1,"151":1,"152":1,"153":1,"155":1,"162":1,"165":1,"170":2,"173":1}}],["allocating",{"2":{"64":1}}],["allocations",{"2":{"9":1,"10":1,"42":1}}],["allocate",{"2":{"64":1}}],["allow=",{"2":{"98":1}}],["allows",{"2":{"11":1,"18":1,"23":1,"24":1,"29":1,"76":2,"78":3,"79":3,"80":3,"81":1,"90":2,"92":3,"93":3,"94":2,"95":1,"107":1,"110":1,"111":1,"112":1,"117":3,"119":3,"120":3,"121":3,"122":1,"130":1,"155":1,"171":1,"173":1,"176":1}}],["allowed",{"2":{"10":1,"76":3,"90":3,"98":6,"107":5,"109":1,"110":2,"117":3,"157":1}}],["allow",{"2":{"5":1,"10":1,"23":1,"55":1,"76":7,"87":3,"90":7,"98":73,"107":10,"117":10,"162":1}}],["all",{"2":{"2":1,"5":3,"7":2,"8":3,"10":14,"11":7,"22":1,"25":1,"27":1,"31":2,"35":5,"38":3,"42":1,"46":13,"48":3,"52":1,"53":3,"55":3,"58":5,"59":1,"62":3,"64":1,"66":1,"70":2,"72":1,"79":3,"80":3,"83":1,"96":1,"97":1,"98":7,"104":4,"116":1,"124":1,"127":1,"128":3,"129":1,"132":1,"135":2,"136":1,"137":8,"140":1,"142":1,"144":1,"147":1,"148":1,"157":1,"162":2,"163":1,"164":1,"170":1,"172":1,"174":1,"176":1}}],["apart",{"2":{"146":1}}],["appears",{"2":{"139":1}}],["append",{"2":{"35":1,"46":5,"52":1,"53":2,"55":2,"57":1,"58":5,"146":2}}],["approximately",{"2":{"46":1,"152":1}}],["approach",{"2":{"19":1}}],["appropriately",{"2":{"177":1}}],["appropriate",{"2":{"10":1,"167":2}}],["applies",{"2":{"135":2}}],["applied",{"2":{"10":3,"20":1,"132":1,"137":2,"141":2,"142":2,"143":1}}],["application",{"2":{"5":1,"10":3,"137":1,"140":1,"142":3,"143":1,"146":2,"151":1,"154":1}}],["apply`",{"2":{"137":1}}],["applys",{"2":{"38":1,"48":1}}],["applyreduce",{"0":{"19":1},"2":{"4":2,"5":1,"10":1,"17":1,"19":2,"29":1,"35":1,"38":1,"45":2,"48":1,"67":2,"130":3,"132":1,"137":39,"166":1}}],["apply",{"0":{"5":1,"18":1,"22":1,"29":1,"135":1},"1":{"19":1},"2":{"4":2,"5":4,"10":7,"17":1,"18":5,"20":1,"22":1,"24":1,"29":3,"32":1,"130":5,"132":1,"134":1,"135":4,"136":1,"137":56,"142":4,"143":1,"147":1,"148":3,"149":1,"153":1,"154":1,"157":2,"162":3,"163":2,"166":1}}],["apis",{"2":{"17":1}}],["api",{"0":{"4":1,"42":1},"1":{"5":1,"6":1,"7":1,"8":1,"9":1,"10":1},"2":{"4":1,"10":3,"24":1,"42":1,"153":1,"157":1,"167":1}}],["april",{"0":{"0":1}}],["attribute",{"2":{"174":1}}],["attributed",{"2":{"173":1}}],["attributes",{"0":{"173":1},"2":{"169":1,"173":3}}],["attempts",{"2":{"98":1}}],["attach",{"2":{"5":2,"8":1,"10":5,"134":1}}],["at",{"2":{"2":1,"7":4,"9":1,"10":6,"18":1,"20":1,"24":1,"26":1,"35":2,"37":1,"38":1,"41":1,"42":2,"46":4,"48":2,"55":8,"58":2,"63":1,"98":17,"104":6,"106":1,"107":1,"110":3,"111":2,"112":2,"113":1,"114":1,"117":1,"123":1,"127":1,"135":1,"137":1,"152":1,"154":1,"159":1,"161":1,"171":1,"172":2}}],["atomic",{"2":{"0":1}}],["annotation",{"2":{"166":1}}],["annotated",{"2":{"26":1}}],["angels",{"2":{"35":1}}],["angle",{"2":{"35":35,"127":1}}],["angles",{"0":{"33":1,"34":1},"1":{"34":1,"35":1},"2":{"4":2,"8":10,"10":10,"31":1,"33":1,"34":4,"35":42}}],["answers",{"2":{"144":1}}],["answer",{"2":{"10":3,"52":1,"54":1,"55":1,"57":1}}],["another",{"2":{"7":1,"10":1,"46":2,"55":1,"64":1,"66":1,"72":1,"75":1,"78":1,"80":1,"81":1,"85":1,"89":1,"92":1,"93":1,"94":1,"95":1,"98":1,"100":1,"103":1,"104":1,"106":1,"109":1,"110":1,"111":1,"112":1,"116":1,"119":1,"120":1,"121":1,"122":1,"128":1,"149":1}}],["anonymous",{"2":{"5":1,"10":1,"162":1}}],["anything",{"2":{"41":1,"98":1}}],["any",{"2":{"5":3,"7":1,"8":2,"10":19,"18":1,"24":1,"25":1,"27":1,"29":1,"40":2,"45":1,"46":7,"48":1,"51":1,"53":1,"55":4,"58":1,"67":2,"77":2,"78":1,"81":1,"89":1,"91":2,"92":1,"93":2,"94":1,"95":2,"98":8,"104":2,"108":2,"118":2,"122":1,"128":2,"130":2,"132":1,"137":2,"140":1,"141":1,"142":3,"143":4,"146":4,"149":2,"151":1,"153":1,"154":1,"159":1,"168":1,"176":2,"177":2}}],["an",{"2":{"2":1,"5":3,"8":11,"9":1,"10":29,"13":1,"14":1,"18":1,"20":1,"23":2,"34":1,"35":4,"37":1,"38":2,"39":2,"41":1,"42":3,"44":1,"46":15,"47":2,"48":2,"50":1,"51":1,"52":2,"53":5,"54":2,"55":9,"57":2,"58":2,"64":3,"66":2,"67":5,"69":1,"70":1,"72":1,"75":2,"78":2,"85":1,"89":1,"98":13,"100":1,"103":1,"104":1,"106":1,"116":1,"119":2,"120":1,"121":1,"128":3,"129":1,"132":1,"135":1,"136":1,"137":8,"140":1,"147":1,"149":1,"153":1,"162":2,"167":3,"168":1,"170":2,"171":2,"173":1,"175":1,"177":1}}],["and",{"0":{"5":1,"20":1,"22":1,"24":1,"36":1,"53":1,"55":1,"58":1,"65":1,"170":1,"171":1,"173":1},"1":{"37":1,"38":1,"66":1,"67":1},"2":{"0":1,"2":2,"4":2,"5":8,"7":11,"8":18,"10":84,"17":4,"18":4,"20":2,"22":1,"23":2,"24":3,"25":2,"26":5,"27":2,"29":2,"30":1,"31":2,"35":13,"37":1,"38":7,"39":1,"40":2,"41":2,"42":20,"43":2,"44":1,"45":29,"46":71,"47":2,"48":18,"50":1,"51":4,"52":4,"53":16,"54":4,"55":38,"57":6,"58":15,"63":1,"64":2,"66":2,"67":13,"69":2,"70":13,"72":3,"73":2,"75":2,"76":3,"79":3,"80":4,"81":1,"85":2,"86":2,"87":1,"90":3,"93":3,"94":1,"95":1,"98":36,"100":1,"103":2,"104":3,"107":2,"111":2,"112":2,"116":3,"117":4,"119":2,"120":3,"121":3,"122":1,"127":2,"128":16,"130":8,"132":1,"135":2,"136":3,"137":22,"138":1,"139":2,"140":1,"141":1,"142":4,"143":2,"144":1,"147":2,"148":2,"149":2,"152":1,"153":5,"154":4,"155":2,"156":1,"157":8,"159":8,"160":1,"161":1,"162":1,"165":1,"166":3,"167":4,"169":3,"170":9,"171":7,"172":2,"174":5,"176":2,"177":4,"178":2}}],["a",{"0":{"23":1,"171":1,"173":1},"2":{"0":3,"2":1,"5":13,"7":5,"8":79,"9":1,"10":196,"11":1,"15":2,"17":1,"18":6,"20":3,"22":3,"23":4,"24":2,"25":2,"27":2,"29":2,"30":2,"34":3,"35":22,"37":11,"38":20,"39":2,"40":13,"41":4,"42":11,"44":5,"45":8,"46":281,"47":2,"48":17,"50":3,"51":4,"52":39,"53":30,"54":38,"55":91,"56":3,"57":36,"58":45,"59":3,"61":3,"62":2,"63":1,"64":4,"66":15,"67":27,"69":2,"70":54,"72":2,"75":1,"76":3,"78":5,"79":3,"80":2,"82":2,"83":2,"85":2,"87":1,"89":1,"90":3,"92":4,"93":3,"94":1,"96":2,"97":2,"98":52,"100":2,"103":5,"104":27,"106":2,"107":4,"109":4,"110":2,"111":2,"112":1,"113":2,"114":2,"116":1,"117":3,"119":5,"120":2,"121":2,"123":2,"124":2,"126":1,"127":4,"128":79,"130":4,"132":2,"135":4,"137":34,"138":6,"139":2,"140":2,"141":5,"142":5,"143":9,"144":8,"146":6,"147":2,"148":3,"149":8,"150":3,"151":5,"152":4,"153":8,"154":10,"156":3,"157":5,"160":3,"161":1,"162":2,"163":1,"165":6,"166":1,"167":12,"168":2,"169":1,"170":21,"171":12,"172":5,"173":5,"174":11,"175":1,"176":5,"177":8,"178":3,"179":3}}],["ask",{"2":{"23":1}}],["aspect",{"2":{"13":1,"14":1,"34":1,"37":1,"41":2,"44":1,"47":1,"66":2,"128":2,"152":1,"157":1}}],["assign",{"2":{"169":1}}],["assigned",{"2":{"46":1,"128":7,"177":1}}],["assets",{"2":{"171":1}}],["assetpath",{"2":{"171":1}}],["assemble",{"2":{"140":1}}],["assert",{"2":{"42":23,"45":1,"46":1,"51":1,"53":1,"55":1,"154":1,"168":1}}],["assume",{"2":{"104":2,"137":3,"139":1,"146":1}}],["assumed",{"2":{"38":1,"70":1,"98":1}}],["assumes",{"2":{"10":1,"46":1,"67":1,"153":1,"161":1}}],["associativity",{"2":{"19":1}}],["associated",{"0":{"5":1},"2":{"40":2}}],["as",{"2":{"0":1,"5":8,"7":18,"8":6,"9":1,"10":80,"11":2,"13":3,"14":3,"15":3,"17":2,"18":2,"20":1,"22":1,"23":2,"24":1,"25":1,"27":1,"34":2,"35":4,"37":2,"38":3,"39":3,"40":4,"41":1,"42":4,"44":2,"45":1,"46":15,"47":2,"48":5,"50":3,"51":5,"52":8,"53":2,"54":7,"55":8,"57":7,"58":5,"59":1,"61":2,"62":2,"63":3,"64":3,"66":3,"67":1,"69":2,"70":2,"72":2,"73":2,"75":3,"76":3,"85":2,"86":2,"87":2,"89":2,"90":3,"98":7,"100":2,"101":2,"103":2,"104":2,"106":2,"107":3,"109":1,"116":2,"117":3,"127":8,"128":3,"130":3,"132":1,"135":2,"136":2,"137":15,"139":2,"140":2,"142":1,"143":1,"145":2,"147":1,"149":3,"151":2,"152":2,"153":3,"155":2,"156":2,"157":7,"159":2,"162":3,"165":2,"166":2,"167":2,"168":2,"169":3,"170":2,"171":1,"172":1,"174":3,"175":3,"176":2,"177":3,"178":2}}],["adjust",{"2":{"55":1}}],["adjacent",{"2":{"46":1,"53":1,"55":1,"58":1}}],["adaptivity",{"0":{"56":1}}],["adaptive",{"2":{"0":1,"13":3,"14":2,"56":1}}],["adapted",{"2":{"52":1,"54":1,"57":1,"127":1}}],["advance",{"2":{"45":2}}],["advised",{"2":{"10":1,"165":1}}],["administrative",{"2":{"178":1}}],["admin",{"2":{"11":1,"62":1,"157":2}}],["adm0",{"2":{"11":7,"62":4}}],["additional",{"2":{"174":1}}],["additionally",{"2":{"46":3,"70":1}}],["addition",{"2":{"41":1,"58":1}}],["adding",{"2":{"0":1,"8":1,"10":4,"58":2,"128":1,"147":1,"151":1,"153":2,"154":1}}],["added",{"2":{"10":1,"35":1,"46":6,"48":1,"58":2,"132":1,"137":1,"146":2,"159":1}}],["add",{"2":{"0":2,"7":1,"10":1,"39":1,"42":1,"46":16,"48":1,"51":4,"52":3,"54":1,"55":2,"57":2,"58":9,"64":1,"87":1,"128":4,"137":1,"151":1,"153":1,"159":10,"166":1,"171":1,"173":2,"176":1}}],["lj",{"2":{"128":2}}],["lrs",{"2":{"157":2}}],["lr",{"2":{"128":3}}],["lp",{"2":{"98":2}}],["lstart",{"2":{"98":2}}],["ls",{"2":{"98":12}}],["ll",{"2":{"17":1,"41":1,"152":2,"157":1,"171":1,"173":1}}],["l",{"2":{"14":4,"42":6,"87":2,"98":32}}],["lgeos",{"2":{"157":1}}],["lg",{"2":{"13":1,"14":1,"15":2,"63":4,"153":9,"157":17}}],["l305",{"2":{"10":1}}],["laptop",{"2":{"178":1}}],["land",{"2":{"171":8}}],["layers",{"2":{"135":1}}],["lazyclosedringtuplepointiterator",{"2":{"32":12}}],["lazyclosedring",{"2":{"32":15,"52":2,"54":2,"57":2}}],["lazy",{"0":{"32":1},"2":{"31":1}}],["lazily",{"2":{"10":1,"32":1,"132":1,"137":1}}],["label",{"2":{"14":4,"15":2,"61":2,"63":1,"66":1,"128":3,"152":2,"156":2,"157":2}}],["labels",{"2":{"13":2,"128":1}}],["latitude",{"2":{"171":2}}],["later",{"2":{"38":1,"63":1,"128":1}}],["lat",{"2":{"10":3,"152":1,"153":3}}],["larger",{"2":{"46":1,"57":1,"161":1}}],["large",{"2":{"10":8,"42":1,"157":2,"174":1,"178":1}}],["lastindex",{"2":{"161":1}}],["last",{"2":{"2":1,"8":3,"10":3,"35":11,"38":2,"41":2,"46":9,"48":4,"67":7,"70":5,"98":20,"109":1,"128":8,"139":1,"146":2,"159":1}}],["lt",{"2":{"10":6,"55":4,"152":1}}],["l289",{"2":{"10":1}}],["l2",{"2":{"7":4,"8":4,"10":8,"69":4,"70":12,"72":8,"86":2,"89":5,"103":4,"106":3,"107":2,"116":8}}],["l195",{"2":{"10":1}}],["l177",{"2":{"10":1}}],["l1",{"2":{"7":6,"8":4,"10":10,"69":4,"70":12,"72":8,"75":4,"76":2,"85":4,"86":2,"89":5,"103":4,"106":3,"107":2,"116":8}}],["loudly",{"2":{"137":1}}],["log10",{"2":{"153":2,"157":4}}],["log",{"2":{"132":3,"133":1,"152":2}}],["location",{"2":{"46":1,"98":6}}],["local",{"2":{"35":3,"38":1,"46":4,"53":1,"58":1,"128":1}}],["loose",{"2":{"138":1}}],["lookup",{"2":{"128":1,"137":1}}],["looks",{"2":{"44":1}}],["look",{"2":{"37":2,"128":2,"139":1,"152":1}}],["looping",{"2":{"128":1}}],["loop",{"2":{"35":1,"42":2,"45":3,"46":8,"48":1,"55":1,"58":1,"98":5,"128":3,"159":1}}],["lon",{"2":{"10":2,"152":1,"153":2}}],["longitude",{"2":{"171":2}}],["long",{"2":{"10":1,"55":1,"153":1,"178":1}}],["longer",{"2":{"10":3,"151":1,"153":2,"154":1}}],["lots",{"2":{"171":1}}],["lot",{"2":{"10":1,"23":1,"35":1,"38":1,"45":1,"48":1,"67":1,"70":1,"104":1,"130":1,"152":1,"167":2}}],["load",{"2":{"137":2,"157":1,"169":2}}],["loading",{"2":{"39":1,"150":1,"153":1}}],["loads",{"2":{"9":1,"10":1,"42":1}}],["loaded",{"2":{"5":1,"39":3,"149":1,"150":2,"153":2}}],["lower",{"2":{"0":1,"10":1,"128":1,"177":1}}],["len",{"2":{"159":7}}],["length",{"2":{"2":1,"4":1,"9":1,"10":5,"18":1,"32":1,"42":32,"43":1,"44":1,"45":22,"46":11,"48":1,"51":2,"52":2,"54":1,"55":1,"57":1,"58":1,"98":1,"128":10,"137":3,"146":2,"152":1,"158":1,"159":1,"160":1,"161":7}}],["legend",{"2":{"157":4}}],["le",{"2":{"98":10}}],["leaving",{"2":{"139":1}}],["leaf",{"2":{"137":4}}],["leading",{"2":{"170":1}}],["lead",{"2":{"55":1,"139":1}}],["least",{"2":{"7":4,"10":4,"46":1,"55":1,"58":2,"98":14,"104":6,"107":1,"110":3,"111":2,"112":2,"113":1,"114":1,"117":1,"123":1,"127":1}}],["leftover",{"2":{"46":1}}],["left=1",{"2":{"46":1}}],["left",{"2":{"42":1,"46":5,"127":1,"128":2,"159":17,"161":5,"176":1}}],["lets",{"2":{"38":1}}],["let",{"2":{"37":1,"44":1,"98":1,"128":3,"152":1,"170":6,"171":4,"172":3,"173":2,"174":2,"179":1}}],["less",{"2":{"7":1,"10":7,"35":1,"38":1,"42":1,"45":1,"48":1,"67":1,"70":1,"87":1,"104":1,"128":1,"157":1,"158":1}}],["levels",{"2":{"10":1,"128":1,"135":1,"165":1}}],["level",{"2":{"0":1,"2":1,"10":1,"18":2,"20":1,"29":1,"135":1,"137":2,"138":1,"140":1,"142":4,"143":1,"144":1,"146":2,"172":2}}],["li",{"2":{"128":2}}],["lie",{"2":{"55":1}}],["lies",{"2":{"46":3,"177":1}}],["limitations",{"2":{"55":1}}],["limits",{"2":{"41":1}}],["limited",{"2":{"10":1,"151":1,"154":1}}],["library",{"2":{"51":1,"174":1}}],["libraries",{"2":{"38":1,"144":1,"174":1}}],["libgeos",{"2":{"10":2,"13":1,"14":1,"15":1,"23":1,"38":1,"39":5,"63":1,"129":1,"153":7,"157":4,"167":2}}],["little",{"2":{"26":1}}],["literate",{"2":{"26":1,"31":1,"32":1,"35":1,"38":1,"39":1,"42":1,"45":1,"46":1,"48":1,"51":1,"53":1,"55":1,"56":1,"58":1,"64":1,"67":1,"70":1,"73":1,"83":1,"86":1,"87":1,"97":1,"98":1,"101":1,"104":1,"114":1,"124":1,"127":1,"128":1,"129":1,"137":1,"140":1,"143":1,"146":1,"147":1,"148":1,"150":1,"154":1,"161":1,"162":1,"163":1,"167":1,"168":1}}],["lift",{"2":{"14":2}}],["lin",{"2":{"153":5}}],["linked",{"2":{"59":1}}],["linrange",{"2":{"13":2,"14":5,"41":2,"66":1,"128":2,"153":1,"157":2}}],["linering",{"2":{"171":1}}],["linewidth",{"2":{"37":1,"170":1}}],["linesegment",{"2":{"127":2,"154":1}}],["lines",{"0":{"79":1,"93":1,"110":1,"120":1},"2":{"7":1,"8":4,"10":5,"46":3,"50":1,"55":9,"61":1,"62":2,"63":2,"66":1,"69":4,"70":4,"72":3,"75":1,"76":1,"85":2,"87":1,"89":3,"98":2,"100":3,"103":4,"104":2,"106":4,"116":3,"117":1,"128":3,"155":1,"170":4,"175":2}}],["linestringtrait",{"2":{"7":2,"8":4,"10":9,"11":3,"35":1,"45":4,"54":2,"67":2,"70":8,"78":1,"79":4,"80":1,"87":6,"92":1,"93":5,"104":4,"109":1,"110":4,"111":1,"119":1,"120":4,"121":1,"135":1,"142":2,"143":1,"154":2,"165":2}}],["linestring",{"2":{"7":5,"8":6,"10":15,"18":1,"20":1,"35":2,"45":2,"67":4,"69":2,"70":2,"72":2,"73":1,"78":1,"79":3,"86":2,"89":2,"90":1,"92":1,"93":4,"98":2,"103":2,"109":1,"110":3,"111":1,"116":2,"117":1,"119":1,"120":4,"121":1,"127":7,"137":4,"168":3,"170":5,"175":1}}],["linestrings",{"2":{"2":1,"8":2,"10":2,"70":2,"126":1,"138":1,"170":1}}],["linetrait",{"2":{"7":2,"8":4,"10":6,"35":1,"46":2,"51":2,"54":2,"67":2,"70":8,"78":1,"79":4,"80":1,"92":1,"93":5,"104":4,"109":1,"110":4,"111":1,"119":1,"120":4,"121":1}}],["line2",{"2":{"7":3,"10":7,"54":2,"55":2,"87":5,"100":3,"101":2,"104":3,"127":5}}],["line1",{"2":{"7":4,"10":8,"54":2,"55":2,"87":5,"100":3,"101":2,"104":5,"127":5}}],["linea",{"2":{"5":1,"10":1,"162":1}}],["linearmap",{"2":{"157":1}}],["linearalgebra",{"2":{"31":1}}],["linearr",{"2":{"5":1,"10":1,"162":1}}],["linearringtrait",{"2":{"8":4,"10":6,"11":3,"32":1,"35":3,"38":2,"45":4,"46":4,"54":2,"67":2,"70":8,"78":1,"79":1,"80":4,"92":1,"93":2,"94":3,"109":1,"110":1,"111":4,"119":1,"120":1,"121":4,"142":1,"154":2,"157":1,"165":2}}],["linearring",{"2":{"5":10,"7":2,"8":1,"10":15,"35":2,"45":2,"46":1,"64":1,"67":1,"78":1,"80":3,"92":1,"93":1,"94":2,"98":2,"104":4,"109":1,"110":1,"111":3,"119":1,"121":4,"127":1,"128":3,"137":5,"138":1,"139":6,"140":1,"145":13,"157":1,"162":8,"170":24,"171":6,"172":8,"177":2}}],["linearrings",{"2":{"2":1,"94":1,"128":6,"138":1,"170":1}}],["linearsegments",{"2":{"4":1,"10":4,"151":1,"152":1,"153":3,"154":5}}],["linear",{"2":{"2":1,"8":7,"10":10,"38":2,"42":1,"44":1,"45":3,"48":1,"55":1,"67":5,"70":8,"80":1,"98":2,"110":1,"111":2,"120":1,"126":1,"137":2,"140":3,"152":5,"153":3,"154":4}}],["line",{"0":{"98":1},"2":{"4":1,"7":13,"8":9,"10":52,"23":1,"34":2,"35":7,"44":3,"45":10,"46":12,"48":8,"50":6,"51":18,"54":8,"55":67,"58":6,"67":11,"70":5,"73":2,"75":2,"76":1,"78":2,"79":11,"80":8,"85":1,"87":11,"90":2,"92":1,"93":9,"94":4,"98":141,"100":2,"101":2,"103":3,"104":12,"106":2,"107":2,"109":1,"110":10,"111":3,"117":2,"119":2,"120":10,"121":7,"127":6,"128":2,"154":1,"157":1,"158":1,"159":4,"160":1,"168":3,"170":3}}],["lineorientation",{"2":{"4":1,"10":2,"54":2}}],["likely",{"2":{"135":1}}],["like",{"0":{"56":1},"2":{"5":2,"10":9,"17":1,"18":2,"19":1,"20":1,"23":1,"24":1,"29":1,"32":1,"38":1,"41":1,"42":1,"44":1,"48":1,"52":1,"54":1,"57":1,"64":1,"66":1,"67":1,"70":1,"130":2,"137":2,"142":2,"143":1,"151":1,"152":1,"165":2,"171":2}}],["lists",{"2":{"20":1,"46":3,"104":1}}],["listed",{"2":{"10":1,"35":1,"157":1}}],["list",{"2":{"2":1,"10":16,"35":20,"46":233,"51":20,"52":14,"53":8,"54":13,"55":5,"57":13,"58":1,"178":2}}]],"serializationVersion":2}';export{e as default};
diff --git a/previews/PR195/assets/chunks/@localSearchIndexroot.Cwlz7_1p.js b/previews/PR195/assets/chunks/@localSearchIndexroot.Cwlz7_1p.js
new file mode 100644
index 000000000..1d4119acf
--- /dev/null
+++ b/previews/PR195/assets/chunks/@localSearchIndexroot.Cwlz7_1p.js
@@ -0,0 +1 @@
+const e='{"documentCount":180,"nextId":180,"documentIds":{"0":"/GeometryOps.jl/previews/PR195/api#Full-GeometryOps-API-documentation","1":"/GeometryOps.jl/previews/PR195/api#apply-and-associated-functions","2":"/GeometryOps.jl/previews/PR195/api#General-geometry-methods","3":"/GeometryOps.jl/previews/PR195/api#OGC-methods","4":"/GeometryOps.jl/previews/PR195/api#Other-general-methods","5":"/GeometryOps.jl/previews/PR195/api#Barycentric-coordinates","6":"/GeometryOps.jl/previews/PR195/api#Other-methods","7":"/GeometryOps.jl/previews/PR195/call_notes#20th-April,-2024","8":"/GeometryOps.jl/previews/PR195/call_notes#29th-Feb,-2024","9":"/GeometryOps.jl/previews/PR195/call_notes#To-do","10":"/GeometryOps.jl/previews/PR195/call_notes#done","11":"/GeometryOps.jl/previews/PR195/experiments/accurate_accumulators#Accurate-accumulation","12":"/GeometryOps.jl/previews/PR195/experiments/predicates#predicates","13":"/GeometryOps.jl/previews/PR195/experiments/predicates#orient","14":"/GeometryOps.jl/previews/PR195/experiments/predicates#dashboard","15":"/GeometryOps.jl/previews/PR195/experiments/predicates#Testing-robust-vs-regular-predicates","16":"/GeometryOps.jl/previews/PR195/experiments/predicates#incircle","17":"/GeometryOps.jl/previews/PR195/explanations/paradigms#paradigms","18":"/GeometryOps.jl/previews/PR195/explanations/paradigms#apply","19":"/GeometryOps.jl/previews/PR195/explanations/paradigms#applyreduce","20":"/GeometryOps.jl/previews/PR195/explanations/paradigms#fix-and-prepare","21":"/GeometryOps.jl/previews/PR195/explanations/peculiarities#peculiarities","22":"/GeometryOps.jl/previews/PR195/explanations/peculiarities#What-does-apply-return-and-why?","23":"/GeometryOps.jl/previews/PR195/explanations/peculiarities#Why-do-you-want-me-to-provide-a-target-in-set-operations?","24":"/GeometryOps.jl/previews/PR195/explanations/peculiarities#_True-and-_False-(or-BoolsAsTypes)","25":"/GeometryOps.jl/previews/PR195/#what-is-geometryops-jl","26":"/GeometryOps.jl/previews/PR195/#how-to-navigate-the-docs","27":"/GeometryOps.jl/previews/PR195/introduction#introduction","28":"/GeometryOps.jl/previews/PR195/introduction#Main-concepts","29":"/GeometryOps.jl/previews/PR195/introduction#The-apply-paradigm","30":"/GeometryOps.jl/previews/PR195/introduction#What\'s-this-GeoInterface.Wrapper-thing?","31":"/GeometryOps.jl/previews/PR195/source/GeometryOps#geometryops-jl","32":"/GeometryOps.jl/previews/PR195/source/lazy_wrappers#Lazy-wrappers","33":"/GeometryOps.jl/previews/PR195/source/methods/angles#angles","34":"/GeometryOps.jl/previews/PR195/source/methods/angles#What-is-angles?","35":"/GeometryOps.jl/previews/PR195/source/methods/angles#implementation","36":"/GeometryOps.jl/previews/PR195/source/methods/area#Area-and-signed-area","37":"/GeometryOps.jl/previews/PR195/source/methods/area#What-is-area?-What-is-signed-area?","38":"/GeometryOps.jl/previews/PR195/source/methods/area#implementation","39":"/GeometryOps.jl/previews/PR195/source/methods/barycentric#Barycentric-coordinates","40":"/GeometryOps.jl/previews/PR195/source/methods/barycentric#example","41":"/GeometryOps.jl/previews/PR195/source/methods/barycentric#Barycentric-coordinate-API","42":"/GeometryOps.jl/previews/PR195/source/methods/buffer#buffer","43":"/GeometryOps.jl/previews/PR195/source/methods/centroid#centroid","44":"/GeometryOps.jl/previews/PR195/source/methods/centroid#What-is-the-centroid?","45":"/GeometryOps.jl/previews/PR195/source/methods/centroid#implementation","46":"/GeometryOps.jl/previews/PR195/source/methods/clipping/clipping_processor#Polygon-clipping-helpers","47":"/GeometryOps.jl/previews/PR195/source/methods/clipping/coverage#What-is-coverage?","48":"/GeometryOps.jl/previews/PR195/source/methods/clipping/coverage#implementation","49":"/GeometryOps.jl/previews/PR195/source/methods/clipping/cut#Polygon-cutting","50":"/GeometryOps.jl/previews/PR195/source/methods/clipping/cut#What-is-cut?","51":"/GeometryOps.jl/previews/PR195/source/methods/clipping/cut#implementation","52":"/GeometryOps.jl/previews/PR195/source/methods/clipping/difference#Difference-Polygon-Clipping","53":"/GeometryOps.jl/previews/PR195/source/methods/clipping/difference#Helper-functions-for-Differences-with-Greiner-and-Hormann-Polygon-Clipping","54":"/GeometryOps.jl/previews/PR195/source/methods/clipping/intersection#Geometry-Intersection","55":"/GeometryOps.jl/previews/PR195/source/methods/clipping/intersection#Helper-functions-for-Intersections-with-Greiner-and-Hormann-Polygon-Clipping","56":"/GeometryOps.jl/previews/PR195/source/methods/clipping/predicates#If-we-want-to-inject-adaptivity,-we-would-do-something-like:","57":"/GeometryOps.jl/previews/PR195/source/methods/clipping/union#Union-Polygon-Clipping","58":"/GeometryOps.jl/previews/PR195/source/methods/clipping/union#Helper-functions-for-Unions-with-Greiner-and-Hormann-Polygon-Clipping","59":"/GeometryOps.jl/previews/PR195/source/methods/convex_hull#Convex-hull","60":"/GeometryOps.jl/previews/PR195/source/methods/convex_hull#example","61":"/GeometryOps.jl/previews/PR195/source/methods/convex_hull#Simple-hull","62":"/GeometryOps.jl/previews/PR195/source/methods/convex_hull#Convex-hull-of-the-USA","63":"/GeometryOps.jl/previews/PR195/source/methods/convex_hull#Investigating-the-winding-order","64":"/GeometryOps.jl/previews/PR195/source/methods/convex_hull#implementation","65":"/GeometryOps.jl/previews/PR195/source/methods/equals#equals","66":"/GeometryOps.jl/previews/PR195/source/methods/equals#What-is-equals?","67":"/GeometryOps.jl/previews/PR195/source/methods/equals#implementation","68":"/GeometryOps.jl/previews/PR195/source/methods/distance#Distance-and-signed-distance","69":"/GeometryOps.jl/previews/PR195/source/methods/distance#What-is-distance?-What-is-signed-distance?","70":"/GeometryOps.jl/previews/PR195/source/methods/distance#implementation","71":"/GeometryOps.jl/previews/PR195/source/methods/geom_relations/contains#contains","72":"/GeometryOps.jl/previews/PR195/source/methods/geom_relations/contains#What-is-contains?","73":"/GeometryOps.jl/previews/PR195/source/methods/geom_relations/contains#implementation","74":"/GeometryOps.jl/previews/PR195/source/methods/geom_relations/coveredby#coveredby","75":"/GeometryOps.jl/previews/PR195/source/methods/geom_relations/coveredby#What-is-coveredby?","76":"/GeometryOps.jl/previews/PR195/source/methods/geom_relations/coveredby#implementation","77":"/GeometryOps.jl/previews/PR195/source/methods/geom_relations/coveredby#Convert-features-to-geometries","78":"/GeometryOps.jl/previews/PR195/source/methods/geom_relations/coveredby#Points-coveredby-geometries","79":"/GeometryOps.jl/previews/PR195/source/methods/geom_relations/coveredby#Lines-coveredby-geometries","80":"/GeometryOps.jl/previews/PR195/source/methods/geom_relations/coveredby#Rings-covered-by-geometries","81":"/GeometryOps.jl/previews/PR195/source/methods/geom_relations/coveredby#Polygons-covered-by-geometries","82":"/GeometryOps.jl/previews/PR195/source/methods/geom_relations/coveredby#Geometries-coveredby-multi-geometry/geometry-collections","83":"/GeometryOps.jl/previews/PR195/source/methods/geom_relations/coveredby#Multi-geometry/geometry-collections-coveredby-geometries","84":"/GeometryOps.jl/previews/PR195/source/methods/geom_relations/covers#covers","85":"/GeometryOps.jl/previews/PR195/source/methods/geom_relations/covers#What-is-covers?","86":"/GeometryOps.jl/previews/PR195/source/methods/geom_relations/covers#implementation","87":"/GeometryOps.jl/previews/PR195/source/methods/geom_relations/crosses#Crossing-checks","88":"/GeometryOps.jl/previews/PR195/source/methods/geom_relations/disjoint#disjoint","89":"/GeometryOps.jl/previews/PR195/source/methods/geom_relations/disjoint#What-is-disjoint?","90":"/GeometryOps.jl/previews/PR195/source/methods/geom_relations/disjoint#implementation","91":"/GeometryOps.jl/previews/PR195/source/methods/geom_relations/disjoint#Convert-features-to-geometries","92":"/GeometryOps.jl/previews/PR195/source/methods/geom_relations/disjoint#Point-disjoint-geometries","93":"/GeometryOps.jl/previews/PR195/source/methods/geom_relations/disjoint#Lines-disjoint-geometries","94":"/GeometryOps.jl/previews/PR195/source/methods/geom_relations/disjoint#Rings-disjoint-geometries","95":"/GeometryOps.jl/previews/PR195/source/methods/geom_relations/disjoint#Polygon-disjoint-geometries","96":"/GeometryOps.jl/previews/PR195/source/methods/geom_relations/disjoint#Geometries-disjoint-multi-geometry/geometry-collections","97":"/GeometryOps.jl/previews/PR195/source/methods/geom_relations/disjoint#Multi-geometry/geometry-collections-coveredby-geometries","98":"/GeometryOps.jl/previews/PR195/source/methods/geom_relations/geom_geom_processors#Line-curve-interaction","99":"/GeometryOps.jl/previews/PR195/source/methods/geom_relations/intersects#Intersection-checks","100":"/GeometryOps.jl/previews/PR195/source/methods/geom_relations/intersects#What-is-intersects?","101":"/GeometryOps.jl/previews/PR195/source/methods/geom_relations/intersects#implementation","102":"/GeometryOps.jl/previews/PR195/source/methods/geom_relations/overlaps#overlaps","103":"/GeometryOps.jl/previews/PR195/source/methods/geom_relations/overlaps#What-is-overlaps?","104":"/GeometryOps.jl/previews/PR195/source/methods/geom_relations/overlaps#implementation","105":"/GeometryOps.jl/previews/PR195/source/methods/geom_relations/touches#touches","106":"/GeometryOps.jl/previews/PR195/source/methods/geom_relations/touches#What-is-touches?","107":"/GeometryOps.jl/previews/PR195/source/methods/geom_relations/touches#implementation","108":"/GeometryOps.jl/previews/PR195/source/methods/geom_relations/touches#Convert-features-to-geometries","109":"/GeometryOps.jl/previews/PR195/source/methods/geom_relations/touches#Point-touches-geometries","110":"/GeometryOps.jl/previews/PR195/source/methods/geom_relations/touches#Lines-touching-geometries","111":"/GeometryOps.jl/previews/PR195/source/methods/geom_relations/touches#Rings-touch-geometries","112":"/GeometryOps.jl/previews/PR195/source/methods/geom_relations/touches#Polygons-touch-geometries","113":"/GeometryOps.jl/previews/PR195/source/methods/geom_relations/touches#Geometries-touch-multi-geometry/geometry-collections","114":"/GeometryOps.jl/previews/PR195/source/methods/geom_relations/touches#Multi-geometry/geometry-collections-cross-geometries","115":"/GeometryOps.jl/previews/PR195/source/methods/geom_relations/within#within","116":"/GeometryOps.jl/previews/PR195/source/methods/geom_relations/within#What-is-within?","117":"/GeometryOps.jl/previews/PR195/source/methods/geom_relations/within#implementation","118":"/GeometryOps.jl/previews/PR195/source/methods/geom_relations/within#Convert-features-to-geometries","119":"/GeometryOps.jl/previews/PR195/source/methods/geom_relations/within#Points-within-geometries","120":"/GeometryOps.jl/previews/PR195/source/methods/geom_relations/within#Lines-within-geometries","121":"/GeometryOps.jl/previews/PR195/source/methods/geom_relations/within#Rings-covered-by-geometries","122":"/GeometryOps.jl/previews/PR195/source/methods/geom_relations/within#Polygons-within-geometries","123":"/GeometryOps.jl/previews/PR195/source/methods/geom_relations/within#Geometries-within-multi-geometry/geometry-collections","124":"/GeometryOps.jl/previews/PR195/source/methods/geom_relations/within#Multi-geometry/geometry-collections-within-geometries","125":"/GeometryOps.jl/previews/PR195/source/methods/orientation#orientation","126":"/GeometryOps.jl/previews/PR195/source/methods/orientation#isclockwise","127":"/GeometryOps.jl/previews/PR195/source/methods/orientation#isconcave","128":"/GeometryOps.jl/previews/PR195/source/not_implemented_yet#Not-implemented-yet","129":"/GeometryOps.jl/previews/PR195/source/methods/polygonize#Polygonizing-raster-data","130":"/GeometryOps.jl/previews/PR195/source/primitives#Primitive-functions","131":"/GeometryOps.jl/previews/PR195/source/primitives#docstrings","132":"/GeometryOps.jl/previews/PR195/source/primitives#functions","133":"/GeometryOps.jl/previews/PR195/source/primitives#types","134":"/GeometryOps.jl/previews/PR195/source/primitives#implementation","135":"/GeometryOps.jl/previews/PR195/source/primitives#What-is-apply?","136":"/GeometryOps.jl/previews/PR195/source/primitives#embedding","137":"/GeometryOps.jl/previews/PR195/source/primitives#threading","138":"/GeometryOps.jl/previews/PR195/source/transformations/correction/closed_ring#Closed-Rings","139":"/GeometryOps.jl/previews/PR195/source/transformations/correction/closed_ring#example","140":"/GeometryOps.jl/previews/PR195/source/transformations/correction/closed_ring#implementation","141":"/GeometryOps.jl/previews/PR195/source/transformations/correction/geometry_correction#Geometry-Corrections","142":"/GeometryOps.jl/previews/PR195/source/transformations/correction/geometry_correction#interface","143":"/GeometryOps.jl/previews/PR195/source/transformations/correction/geometry_correction#Available-corrections","144":"/GeometryOps.jl/previews/PR195/source/transformations/correction/intersecting_polygons#Intersecting-Polygons","145":"/GeometryOps.jl/previews/PR195/source/transformations/correction/intersecting_polygons#example","146":"/GeometryOps.jl/previews/PR195/source/transformations/correction/intersecting_polygons#implementation","147":"/GeometryOps.jl/previews/PR195/source/transformations/extent#Extent-embedding","148":"/GeometryOps.jl/previews/PR195/source/transformations/flip#Coordinate-flipping","149":"/GeometryOps.jl/previews/PR195/source/transformations/reproject#Geometry-reprojection","150":"/GeometryOps.jl/previews/PR195/source/transformations/reproject#Method-error-handling","151":"/GeometryOps.jl/previews/PR195/source/transformations/segmentize#segmentize","152":"/GeometryOps.jl/previews/PR195/source/transformations/segmentize#examples","153":"/GeometryOps.jl/previews/PR195/source/transformations/segmentize#benchmark","154":"/GeometryOps.jl/previews/PR195/source/transformations/segmentize#implementation","155":"/GeometryOps.jl/previews/PR195/source/transformations/simplify#Geometry-simplification","156":"/GeometryOps.jl/previews/PR195/source/transformations/simplify#examples","157":"/GeometryOps.jl/previews/PR195/source/transformations/simplify#benchmark","158":"/GeometryOps.jl/previews/PR195/source/transformations/simplify#Simplify-with-RadialDistance-Algorithm","159":"/GeometryOps.jl/previews/PR195/source/transformations/simplify#Simplify-with-DouglasPeucker-Algorithm","160":"/GeometryOps.jl/previews/PR195/source/transformations/simplify#Simplify-with-VisvalingamWhyatt-Algorithm","161":"/GeometryOps.jl/previews/PR195/source/transformations/simplify#Shared-utils","162":"/GeometryOps.jl/previews/PR195/source/transformations/transform#Pointwise-transformation","163":"/GeometryOps.jl/previews/PR195/source/transformations/tuples#Tuple-conversion","164":"/GeometryOps.jl/previews/PR195/source/types#types","165":"/GeometryOps.jl/previews/PR195/source/types#TraitTarget","166":"/GeometryOps.jl/previews/PR195/source/types#BoolsAsTypes","167":"/GeometryOps.jl/previews/PR195/source/types#GEOS","168":"/GeometryOps.jl/previews/PR195/source/utils#Utility-functions","169":"/GeometryOps.jl/previews/PR195/tutorials/creating_geometry#Creating-Geometry","170":"/GeometryOps.jl/previews/PR195/tutorials/creating_geometry#creating-geometry","171":"/GeometryOps.jl/previews/PR195/tutorials/creating_geometry#plot-geometry","172":"/GeometryOps.jl/previews/PR195/tutorials/creating_geometry#geom-crs","173":"/GeometryOps.jl/previews/PR195/tutorials/creating_geometry#attributes","174":"/GeometryOps.jl/previews/PR195/tutorials/creating_geometry#save-geometry","175":"/GeometryOps.jl/previews/PR195/tutorials/geodesic_paths#Geodesic-paths","176":"/GeometryOps.jl/previews/PR195/tutorials/spatial_joins#Spatial-joins","177":"/GeometryOps.jl/previews/PR195/tutorials/spatial_joins#Simple-example","178":"/GeometryOps.jl/previews/PR195/tutorials/spatial_joins#Real-world-example","179":"/GeometryOps.jl/previews/PR195/tutorials/spatial_joins#Enabling-custom-predicates"},"fieldIds":{"title":0,"titles":1,"text":2},"fieldLength":{"0":[4,1,91],"1":[4,4,248],"2":[3,4,1],"3":[2,7,208],"4":[3,7,258],"5":[2,4,84],"6":[2,4,1086],"7":[3,1,55],"8":[3,1,1],"9":[2,3,107],"10":[1,3,17],"11":[2,1,74],"12":[1,1,5],"13":[1,1,128],"14":[1,2,116],"15":[5,2,72],"16":[1,1,1],"17":[1,1,53],"18":[1,1,109],"19":[1,2,35],"20":[3,1,79],"21":[1,1,1],"22":[7,1,71],"23":[13,1,101],"24":[6,1,66],"25":[5,1,72],"26":[5,1,61],"27":[1,1,72],"28":[2,1,1],"29":[3,3,50],"30":[8,3,18],"31":[2,1,122],"32":[2,1,88],"33":[1,1,3],"34":[4,1,57],"35":[1,1,268],"36":[4,1,4],"37":[5,4,100],"38":[1,4,246],"39":[2,1,65],"40":[1,2,211],"41":[3,2,414],"42":[1,1,110],"43":[1,1,6],"44":[5,1,91],"45":[1,1,199],"46":[3,1,609],"47":[4,1,70],"48":[1,1,327],"49":[2,1,3],"50":[4,2,57],"51":[1,2,200],"52":[3,1,215],"53":[10,1,190],"54":[2,1,251],"55":[10,1,480],"56":[11,1,25],"57":[3,1,236],"58":[10,1,283],"59":[2,1,56],"60":[1,2,1],"61":[2,3,32],"62":[5,2,40],"63":[4,2,100],"64":[1,2,166],"65":[1,1,3],"66":[4,1,68],"67":[1,1,265],"68":[4,1,4],"69":[5,4,128],"70":[1,4,260],"71":[1,1,3],"72":[4,1,79],"73":[1,1,79],"74":[1,1,3],"75":[4,1,81],"76":[1,1,128],"77":[4,1,11],"78":[3,1,56],"79":[3,1,46],"80":[4,1,48],"81":[4,1,40],"82":[5,1,40],"83":[5,1,44],"84":[1,1,3],"85":[4,1,67],"86":[1,1,78],"87":[2,1,149],"88":[1,1,3],"89":[4,1,68],"90":[1,1,110],"91":[4,1,10],"92":[3,1,57],"93":[3,1,58],"94":[3,1,47],"95":[3,1,33],"96":[5,1,39],"97":[5,1,44],"98":[3,1,432],"99":[2,1,3],"100":[4,2,80],"101":[1,2,76],"102":[1,1,3],"103":[4,1,82],"104":[1,1,244],"105":[1,1,3],"106":[4,1,70],"107":[1,1,125],"108":[4,1,11],"109":[3,1,69],"110":[3,1,52],"111":[3,1,61],"112":[3,1,40],"113":[5,1,39],"114":[5,1,42],"115":[1,1,3],"116":[4,1,72],"117":[1,1,129],"118":[4,1,11],"119":[3,1,63],"120":[3,1,53],"121":[4,1,53],"122":[3,1,38],"123":[5,1,39],"124":[5,1,42],"125":[1,1,4],"126":[1,1,21],"127":[1,1,206],"128":[3,1,47],"129":[3,1,511],"130":[2,1,113],"131":[1,2,1],"132":[1,3,106],"133":[1,2,12],"134":[1,2,33],"135":[4,2,114],"136":[2,2,36],"137":[1,2,536],"138":[2,1,54],"139":[1,2,87],"140":[1,2,83],"141":[2,1,41],"142":[1,2,112],"143":[2,2,109],"144":[2,1,77],"145":[1,2,70],"146":[1,2,135],"147":[2,1,71],"148":[2,1,56],"149":[2,1,132],"150":[3,2,77],"151":[1,1,76],"152":[1,1,147],"153":[1,1,268],"154":[1,1,188],"155":[2,1,44],"156":[1,2,67],"157":[1,2,391],"158":[4,1,75],"159":[4,1,186],"160":[4,1,85],"161":[2,1,149],"162":[2,1,111],"163":[2,1,58],"164":[1,1,38],"165":[1,1,74],"166":[1,1,82],"167":[1,1,147],"168":[2,1,136],"169":[2,1,60],"170":[4,2,287],"171":[13,2,280],"172":[9,2,199],"173":[7,2,63],"174":[4,2,140],"175":[2,1,52],"176":[2,1,138],"177":[2,2,137],"178":[3,2,117],"179":[3,2,68]},"averageFieldLength":[2.855555555555556,1.4666666666666666,108.11111111111116],"storedFields":{"0":{"title":"Full GeometryOps API documentation","titles":[]},"1":{"title":"apply and associated functions","titles":["Full GeometryOps API documentation"]},"2":{"title":"General geometry methods","titles":["Full GeometryOps API documentation"]},"3":{"title":"OGC methods","titles":["Full GeometryOps API documentation","General geometry methods"]},"4":{"title":"Other general methods","titles":["Full GeometryOps API documentation","General geometry methods"]},"5":{"title":"Barycentric coordinates","titles":["Full GeometryOps API documentation"]},"6":{"title":"Other methods","titles":["Full GeometryOps API documentation"]},"7":{"title":"20th April, 2024","titles":[]},"8":{"title":"29th Feb, 2024","titles":[]},"9":{"title":"To do","titles":["29th Feb, 2024"]},"10":{"title":"Done","titles":["29th Feb, 2024"]},"11":{"title":"Accurate accumulation","titles":[]},"12":{"title":"Predicates","titles":[]},"13":{"title":"Orient","titles":["Predicates"]},"14":{"title":"Dashboard","titles":["Predicates","Orient"]},"15":{"title":"Testing robust vs regular predicates","titles":["Predicates","Orient"]},"16":{"title":"Incircle","titles":["Predicates"]},"17":{"title":"Paradigms","titles":[]},"18":{"title":"apply","titles":["Paradigms"]},"19":{"title":"applyreduce","titles":["Paradigms","apply"]},"20":{"title":"fix and prepare","titles":["Paradigms"]},"21":{"title":"Peculiarities","titles":[]},"22":{"title":"What does apply return and why?","titles":["Peculiarities"]},"23":{"title":"Why do you want me to provide a target in set operations?","titles":["Peculiarities"]},"24":{"title":"_True and _False (or BoolsAsTypes)","titles":["Peculiarities"]},"25":{"title":"What is GeometryOps.jl?","titles":[]},"26":{"title":"How to navigate the docs","titles":[]},"27":{"title":"Introduction","titles":[]},"28":{"title":"Main concepts","titles":["Introduction"]},"29":{"title":"The apply paradigm","titles":["Introduction","Main concepts"]},"30":{"title":"What's this GeoInterface.Wrapper thing?","titles":["Introduction","Main concepts"]},"31":{"title":"GeometryOps.jl","titles":[]},"32":{"title":"Lazy wrappers","titles":[]},"33":{"title":"Angles","titles":[]},"34":{"title":"What is angles?","titles":["Angles"]},"35":{"title":"Implementation","titles":["Angles"]},"36":{"title":"Area and signed area","titles":[]},"37":{"title":"What is area? What is signed area?","titles":["Area and signed area"]},"38":{"title":"Implementation","titles":["Area and signed area"]},"39":{"title":"Barycentric coordinates","titles":[]},"40":{"title":"Example","titles":["Barycentric coordinates"]},"41":{"title":"Barycentric-coordinate API","titles":["Barycentric coordinates"]},"42":{"title":"Buffer","titles":[]},"43":{"title":"Centroid","titles":[]},"44":{"title":"What is the centroid?","titles":["Centroid"]},"45":{"title":"Implementation","titles":["Centroid"]},"46":{"title":"Polygon clipping helpers","titles":[]},"47":{"title":"What is coverage?","titles":[]},"48":{"title":"Implementation","titles":[]},"49":{"title":"Polygon cutting","titles":[]},"50":{"title":"What is cut?","titles":["Polygon cutting"]},"51":{"title":"Implementation","titles":["Polygon cutting"]},"52":{"title":"Difference Polygon Clipping","titles":[]},"53":{"title":"Helper functions for Differences with Greiner and Hormann Polygon Clipping","titles":[]},"54":{"title":"Geometry Intersection","titles":[]},"55":{"title":"Helper functions for Intersections with Greiner and Hormann Polygon Clipping","titles":[]},"56":{"title":"If we want to inject adaptivity, we would do something like:","titles":[]},"57":{"title":"Union Polygon Clipping","titles":[]},"58":{"title":"Helper functions for Unions with Greiner and Hormann Polygon Clipping","titles":[]},"59":{"title":"Convex hull","titles":[]},"60":{"title":"Example","titles":["Convex hull"]},"61":{"title":"Simple hull","titles":["Convex hull","Example"]},"62":{"title":"Convex hull of the USA","titles":["Convex hull"]},"63":{"title":"Investigating the winding order","titles":["Convex hull"]},"64":{"title":"Implementation","titles":["Convex hull"]},"65":{"title":"Equals","titles":[]},"66":{"title":"What is equals?","titles":["Equals"]},"67":{"title":"Implementation","titles":["Equals"]},"68":{"title":"Distance and signed distance","titles":[]},"69":{"title":"What is distance? What is signed distance?","titles":["Distance and signed distance"]},"70":{"title":"Implementation","titles":["Distance and signed distance"]},"71":{"title":"Contains","titles":[]},"72":{"title":"What is contains?","titles":["Contains"]},"73":{"title":"Implementation","titles":["Contains"]},"74":{"title":"CoveredBy","titles":[]},"75":{"title":"What is coveredby?","titles":["CoveredBy"]},"76":{"title":"Implementation","titles":["CoveredBy"]},"77":{"title":"Convert features to geometries","titles":[]},"78":{"title":"Points coveredby geometries","titles":[]},"79":{"title":"Lines coveredby geometries","titles":[]},"80":{"title":"Rings covered by geometries","titles":[]},"81":{"title":"Polygons covered by geometries","titles":[]},"82":{"title":"Geometries coveredby multi-geometry/geometry collections","titles":[]},"83":{"title":"Multi-geometry/geometry collections coveredby geometries","titles":[]},"84":{"title":"Covers","titles":[]},"85":{"title":"What is covers?","titles":["Covers"]},"86":{"title":"Implementation","titles":["Covers"]},"87":{"title":"Crossing checks","titles":[]},"88":{"title":"Disjoint","titles":[]},"89":{"title":"What is disjoint?","titles":["Disjoint"]},"90":{"title":"Implementation","titles":["Disjoint"]},"91":{"title":"Convert features to geometries","titles":[]},"92":{"title":"Point disjoint geometries","titles":[]},"93":{"title":"Lines disjoint geometries","titles":[]},"94":{"title":"Rings disjoint geometries","titles":[]},"95":{"title":"Polygon disjoint geometries","titles":[]},"96":{"title":"Geometries disjoint multi-geometry/geometry collections","titles":[]},"97":{"title":"Multi-geometry/geometry collections coveredby geometries","titles":[]},"98":{"title":"Line-curve interaction","titles":[]},"99":{"title":"Intersection checks","titles":[]},"100":{"title":"What is intersects?","titles":["Intersection checks"]},"101":{"title":"Implementation","titles":["Intersection checks"]},"102":{"title":"Overlaps","titles":[]},"103":{"title":"What is overlaps?","titles":["Overlaps"]},"104":{"title":"Implementation","titles":["Overlaps"]},"105":{"title":"Touches","titles":[]},"106":{"title":"What is touches?","titles":["Touches"]},"107":{"title":"Implementation","titles":["Touches"]},"108":{"title":"Convert features to geometries","titles":[]},"109":{"title":"Point touches geometries","titles":[]},"110":{"title":"Lines touching geometries","titles":[]},"111":{"title":"Rings touch geometries","titles":[]},"112":{"title":"Polygons touch geometries","titles":[]},"113":{"title":"Geometries touch multi-geometry/geometry collections","titles":[]},"114":{"title":"Multi-geometry/geometry collections cross geometries","titles":[]},"115":{"title":"Within","titles":[]},"116":{"title":"What is within?","titles":["Within"]},"117":{"title":"Implementation","titles":["Within"]},"118":{"title":"Convert features to geometries","titles":[]},"119":{"title":"Points within geometries","titles":[]},"120":{"title":"Lines within geometries","titles":[]},"121":{"title":"Rings covered by geometries","titles":[]},"122":{"title":"Polygons within geometries","titles":[]},"123":{"title":"Geometries within multi-geometry/geometry collections","titles":[]},"124":{"title":"Multi-geometry/geometry collections within geometries","titles":[]},"125":{"title":"Orientation","titles":[]},"126":{"title":"isclockwise","titles":["Orientation"]},"127":{"title":"isconcave","titles":["Orientation"]},"128":{"title":"Not implemented yet","titles":[]},"129":{"title":"Polygonizing raster data","titles":[]},"130":{"title":"Primitive functions","titles":[]},"131":{"title":"Docstrings","titles":["Primitive functions"]},"132":{"title":"Functions","titles":["Primitive functions","Docstrings"]},"133":{"title":"Types","titles":["Primitive functions"]},"134":{"title":"Implementation","titles":["Primitive functions"]},"135":{"title":"What is apply?","titles":["Primitive functions"]},"136":{"title":"Embedding:","titles":["Primitive functions"]},"137":{"title":"Threading","titles":["Primitive functions"]},"138":{"title":"Closed Rings","titles":[]},"139":{"title":"Example","titles":["Closed Rings"]},"140":{"title":"Implementation","titles":["Closed Rings"]},"141":{"title":"Geometry Corrections","titles":[]},"142":{"title":"Interface","titles":["Geometry Corrections"]},"143":{"title":"Available corrections","titles":["Geometry Corrections"]},"144":{"title":"Intersecting Polygons","titles":[]},"145":{"title":"Example","titles":["Intersecting Polygons"]},"146":{"title":"Implementation","titles":["Intersecting Polygons"]},"147":{"title":"Extent embedding","titles":[]},"148":{"title":"Coordinate flipping","titles":[]},"149":{"title":"Geometry reprojection","titles":[]},"150":{"title":"Method error handling","titles":["Geometry reprojection"]},"151":{"title":"Segmentize","titles":[]},"152":{"title":"Examples","titles":["Segmentize"]},"153":{"title":"Benchmark","titles":["Segmentize"]},"154":{"title":"Implementation","titles":["Segmentize"]},"155":{"title":"Geometry simplification","titles":[]},"156":{"title":"Examples","titles":["Geometry simplification"]},"157":{"title":"Benchmark","titles":["Geometry simplification"]},"158":{"title":"Simplify with RadialDistance Algorithm","titles":[]},"159":{"title":"Simplify with DouglasPeucker Algorithm","titles":[]},"160":{"title":"Simplify with VisvalingamWhyatt Algorithm","titles":[]},"161":{"title":"Shared utils","titles":[]},"162":{"title":"Pointwise transformation","titles":[]},"163":{"title":"Tuple conversion","titles":[]},"164":{"title":"Types","titles":[]},"165":{"title":"TraitTarget","titles":["Types"]},"166":{"title":"BoolsAsTypes","titles":["Types"]},"167":{"title":"GEOS","titles":["Types"]},"168":{"title":"Utility functions","titles":[]},"169":{"title":"Creating Geometry","titles":[]},"170":{"title":"Creating and plotting geometries","titles":["Creating Geometry"]},"171":{"title":"Plot geometries on a map using GeoMakie and coordinate reference system (CRS)","titles":["Creating Geometry"]},"172":{"title":"Create geospatial geometries with embedded coordinate reference system information","titles":["Creating Geometry"]},"173":{"title":"Creating a table with attributes and geometry","titles":["Creating Geometry"]},"174":{"title":"Saving your geospatial data","titles":["Creating Geometry"]},"175":{"title":"Geodesic paths","titles":[]},"176":{"title":"Spatial joins","titles":[]},"177":{"title":"Simple example","titles":["Spatial joins"]},"178":{"title":"Real-world example","titles":["Spatial joins"]},"179":{"title":"Enabling custom predicates","titles":["Spatial joins"]}},"dirtCount":0,"index":[["⋮",{"2":{"171":1}}],["θ",{"2":{"170":7,"171":3,"172":5}}],["☁",{"2":{"170":1}}],["✈",{"2":{"170":1}}],["÷",{"2":{"137":2}}],["ϵ",{"2":{"55":5}}],["∘",{"2":{"55":1,"104":2,"129":2,"142":1,"157":2,"179":2}}],["≥",{"2":{"46":1,"98":2,"146":1,"159":1}}],["α≈1",{"2":{"55":1}}],["α≈0",{"2":{"55":1}}],["α2",{"2":{"46":4,"55":2}}],["α",{"2":{"46":3,"55":28,"98":7}}],["α1",{"2":{"46":4,"55":2}}],["β2",{"2":{"46":4,"55":2}}],["β",{"2":{"46":4,"55":28,"98":7}}],["β1",{"2":{"46":4,"55":2}}],["^",{"2":{"171":1}}],["^3",{"2":{"171":1}}],["^n",{"2":{"127":1}}],["^2",{"2":{"45":2,"70":2}}],["^hormannpresentation",{"2":{"41":2}}],["∑λ",{"2":{"41":2}}],["∑i=2n",{"2":{"6":1}}],["`$",{"2":{"167":1}}],["`libgeos",{"2":{"167":1}}],["`linearring`",{"2":{"154":1}}],["`linearsegments`",{"2":{"154":1}}],["`linestring`",{"2":{"154":1}}],["`linestringtrait`",{"2":{"142":1}}],["`line2`",{"2":{"127":1}}],["`line1`",{"2":{"127":1}}],["`line",{"2":{"54":4}}],["`equatorial",{"2":{"153":2}}],["`extents",{"2":{"147":1}}],["`inf`",{"2":{"149":1}}],["`intersects`",{"2":{"101":1}}],["`intersectingpolygons`",{"2":{"52":1,"54":1,"57":1}}],["`prefilter",{"2":{"157":1}}],["`proj",{"2":{"149":1,"153":2}}],["`polgontrait`",{"2":{"137":1}}],["`polygontrait`",{"2":{"137":1,"142":1}}],["`polygonize`",{"2":{"129":2}}],["`polygon`",{"2":{"41":3}}],["`polys`",{"2":{"53":1}}],["`poly",{"2":{"53":3,"55":1,"58":1}}],["`pointrait`",{"2":{"157":1}}],["`pointtrait`",{"2":{"137":3,"142":1}}],["`point",{"2":{"98":3}}],["`point`",{"2":{"41":4,"70":1}}],["`point2f`",{"2":{"40":1}}],["`obj`",{"2":{"137":1,"162":1,"163":1}}],["`op`",{"2":{"137":2}}],["`+`",{"2":{"137":1}}],["`alg",{"2":{"167":1}}],["`alg`",{"2":{"161":1}}],["`always",{"2":{"149":1}}],["`application",{"2":{"142":1}}],["`apply`",{"2":{"137":1,"165":1}}],["`abstractgeometrytrait`",{"2":{"137":1}}],["`abstractarray`",{"2":{"137":1}}],["`abstractmatrix`",{"2":{"129":1}}],["`calc",{"2":{"134":1}}],["`crs`",{"2":{"134":1}}],["`components`",{"2":{"137":1}}],["`collect`",{"2":{"137":1}}],["`covers`",{"2":{"76":1,"86":1}}],["`coveredby`",{"2":{"76":1,"86":1}}],["`contains`",{"2":{"73":1,"117":1}}],["`convex",{"2":{"64":2}}],["`union",{"2":{"129":2}}],["`unionintersectingpolygons`",{"2":{"146":1}}],["`unionintersectingpolygons",{"2":{"52":1,"53":2,"54":1,"55":2,"57":1,"58":2}}],["`ys`",{"2":{"129":1}}],["`flattening`",{"2":{"153":1}}],["`flattening",{"2":{"153":1}}],["`flatten`",{"2":{"137":1}}],["`f",{"2":{"137":1}}],["`featurecollectiontrait`",{"2":{"137":2}}],["`featurecollection`",{"2":{"129":2}}],["`featuretrait`",{"2":{"137":3}}],["`feature`s",{"2":{"129":1}}],["`f`",{"2":{"129":5,"137":6,"162":2,"167":1}}],["`false`",{"2":{"127":1,"129":1,"134":4,"149":1}}],["`fix",{"2":{"52":2,"53":2,"54":2,"55":2,"57":2,"58":2}}],["`douglaspeucker`",{"2":{"157":1}}],["`d`",{"2":{"149":1}}],["`difference`",{"2":{"146":1}}],["`disjoint`",{"2":{"101":1}}],["`delaunaytriangulation",{"2":{"64":1}}],["`within`",{"2":{"73":1,"117":1}}],["`weight`",{"2":{"41":1}}],["`geos`",{"2":{"167":3}}],["`geodesic`",{"2":{"153":1}}],["`geodesicsegments`",{"2":{"152":1,"153":1,"154":1}}],["`geointerface`",{"2":{"142":1}}],["`geointerface",{"2":{"137":2,"149":2}}],["`geom`",{"2":{"70":3,"137":1,"154":1}}],["`geometrycorrection`",{"2":{"140":1,"142":1,"146":2}}],["`geometry`",{"2":{"137":1,"149":2}}],["`geometrybasics",{"2":{"41":3}}],["`geometries`",{"2":{"64":1}}],["`g1`",{"2":{"70":1}}],["`gi",{"2":{"64":1,"129":1}}],["`tuple",{"2":{"168":1}}],["`tuple`s",{"2":{"163":1}}],["`tuple`",{"2":{"129":1,"163":1}}],["`time`",{"2":{"149":1}}],["`transform`",{"2":{"149":1}}],["`true`",{"2":{"76":1,"87":1,"90":2,"107":1,"117":1,"127":2,"129":1,"134":2,"149":1}}],["`threaded==true`",{"2":{"137":1}}],["`threaded`",{"2":{"134":1}}],["`tol`",{"2":{"157":2,"158":3,"159":2,"160":3,"161":4}}],["`to",{"2":{"55":1}}],["`target",{"2":{"149":3}}],["`target`",{"2":{"54":1,"137":4,"165":1}}],["`tables",{"2":{"137":1}}],["`taget`",{"2":{"52":1,"57":1}}],["`method",{"2":{"154":1}}],["`method`",{"2":{"41":3,"154":1}}],["`max",{"2":{"153":4,"154":2,"167":1}}],["`makie",{"2":{"129":1}}],["`multipointtrait`",{"2":{"137":1,"157":1}}],["`multipolygontrait`",{"2":{"137":1}}],["`multipolygon`",{"2":{"129":3}}],["`multipolygon",{"2":{"53":3,"55":3,"58":2}}],["`multipoly",{"2":{"53":7,"55":3,"58":3}}],["`minpoints`",{"2":{"129":2}}],["`number`",{"2":{"157":2,"161":3}}],["`namedtuple`",{"2":{"137":1}}],["`nothing`",{"2":{"46":1,"134":1}}],["`next",{"2":{"46":1}}],["`bool`",{"2":{"129":2}}],["`buffer`",{"2":{"42":1}}],["`barycentric",{"2":{"41":3}}],["`radialdistance`",{"2":{"157":1}}],["`ratio`",{"2":{"157":2,"161":3}}],["`reproject`",{"2":{"150":1}}],["`rebuild`",{"2":{"137":1}}],["`r`",{"2":{"41":1}}],["`rᵢ`",{"2":{"41":1}}],["`segmentize`",{"2":{"167":1}}],["`svector`",{"2":{"162":3}}],["`simplifyalg`",{"2":{"157":2}}],["`simplify",{"2":{"157":1}}],["`simplify`",{"2":{"157":2}}],["`source",{"2":{"149":3}}],["`s`",{"2":{"41":1}}],["`sᵢ`",{"2":{"41":2}}],["`s2`",{"2":{"41":1}}],["`s1`",{"2":{"41":1}}],["`hcat`",{"2":{"41":1}}],["`x`",{"2":{"137":1}}],["`xs`",{"2":{"129":1}}],["`x1",{"2":{"41":1}}],["`x1`",{"2":{"41":2}}],["`x2`",{"2":{"41":1}}],["`visvalingamwhyatt`",{"2":{"157":1}}],["`vector",{"2":{"149":1}}],["`vector`",{"2":{"129":1,"137":1}}],["`vᵢ`",{"2":{"41":1}}],["`v`",{"2":{"41":1}}],["`values`",{"2":{"41":1,"129":1}}],["`λs`",{"2":{"41":2}}],["`",{"2":{"41":2,"52":1,"53":2,"54":1,"55":3,"57":1,"58":2,"129":3,"137":1,"142":2,"149":2,"154":1,"157":3,"167":2,"168":1}}],["```jldoctest",{"2":{"51":1,"52":1,"54":1,"55":1,"57":1,"67":1,"73":1,"76":1,"86":1,"90":1,"101":1,"104":1,"107":1,"117":1,"127":1,"157":1}}],["```julia",{"2":{"6":2,"41":1,"87":1,"127":1,"137":1,"162":2,"165":1}}],["```math",{"2":{"41":1,"127":1}}],["```",{"2":{"11":1,"41":3,"51":1,"52":1,"54":1,"57":1,"67":1,"73":1,"76":1,"86":1,"90":1,"101":1,"104":1,"107":1,"117":1,"127":3,"129":11,"137":1,"157":1,"162":2,"168":1}}],["λ₁",{"2":{"41":2}}],["λn",{"2":{"39":1}}],["λ3",{"2":{"39":1}}],["λ2",{"2":{"39":2}}],["λ1",{"2":{"39":2}}],["λs",{"2":{"5":3,"6":4,"41":27}}],["π",{"2":{"35":1,"157":1}}],["δbay",{"2":{"55":3}}],["δbax",{"2":{"55":3}}],["δby",{"2":{"55":5}}],["δbx",{"2":{"55":5}}],["δb",{"2":{"55":2}}],["δay",{"2":{"55":5}}],["δax",{"2":{"55":5}}],["δa",{"2":{"55":2}}],["δintrs",{"2":{"46":2}}],["δy2",{"2":{"127":2}}],["δy1",{"2":{"127":2}}],["δyl",{"2":{"104":4}}],["δy",{"2":{"35":8,"48":3,"98":7}}],["δys",{"2":{"35":1}}],["δx2",{"2":{"127":2}}],["δx1",{"2":{"127":2}}],["δxl",{"2":{"104":4}}],["δx",{"2":{"35":9,"48":3,"98":7}}],["⊻",{"2":{"32":1,"46":1,"53":2}}],["≤",{"2":{"32":1,"46":5,"48":14,"98":6,"159":1,"161":1,"168":4}}],["∈",{"2":{"14":1}}],["~",{"2":{"14":3}}],["$ratio",{"2":{"161":1}}],["$rectangle",{"2":{"153":2}}],["$number",{"2":{"161":1}}],["$name",{"2":{"31":2}}],["$min",{"2":{"161":1}}],["$douglas",{"2":{"157":1,"159":1}}],["$simplify",{"2":{"157":1,"158":1,"160":1}}],["$lg",{"2":{"153":1}}],["$lin",{"2":{"153":2}}],["$geom",{"2":{"157":8}}],["$geo",{"2":{"153":1}}],["$apply",{"2":{"137":1,"148":1,"149":1,"157":1}}],["$calc",{"2":{"134":1}}],["$crs",{"2":{"134":1,"147":1}}],["$tol",{"2":{"161":1}}],["$threaded",{"2":{"134":1}}],["$t",{"2":{"67":1,"137":4}}],["$target",{"2":{"53":1,"55":1,"58":1,"137":3}}],["$trait",{"2":{"51":1,"53":2,"55":2,"58":2}}],["$",{"2":{"13":4,"14":1,"41":4,"46":2,"129":3,"142":4,"154":1,"157":12,"167":1}}],["|=",{"2":{"98":4,"104":1}}],["||",{"2":{"35":2,"46":13,"48":8,"51":1,"54":1,"55":5,"57":1,"67":18,"87":2,"98":8,"104":1,"109":1,"129":7,"159":1,"161":3}}],["|",{"2":{"11":4,"98":1}}],["|>",{"2":{"11":8,"13":2,"137":1,"152":1,"153":1,"157":3,"178":2}}],["↩︎",{"2":{"6":1}}],["ᵢᵢᵢ₊₁ᵢᵢ₊₁ᵢᵢ₊₁tᵢ=det",{"2":{"6":1}}],["⋅",{"2":{"6":1,"41":1}}],["qy",{"2":{"13":2,"14":2}}],["qx",{"2":{"13":2,"14":2}}],["q",{"2":{"13":13,"14":12,"46":4}}],["qhull",{"2":{"6":1,"64":1}}],["queue",{"2":{"159":41}}],["questions",{"2":{"55":1}}],["quite",{"2":{"139":1,"178":1}}],["quickhull",{"2":{"6":1,"59":1,"64":2}}],["quick",{"2":{"4":1,"6":1,"41":1,"147":1,"156":1}}],["quality",{"2":{"6":1,"157":1}}],["quantity",{"2":{"6":1,"153":1}}],["quot",{"2":{"1":4,"6":10,"20":2,"46":8,"67":2,"69":2,"70":2,"85":4,"98":10,"135":2,"137":8,"151":6,"170":2,"177":2}}],["zone",{"2":{"171":1}}],["zoom",{"2":{"14":1}}],["zs",{"2":{"129":5}}],["zip",{"2":{"13":1,"14":1,"170":4,"171":1,"172":1}}],["zeros",{"2":{"41":1,"48":1}}],["zero",{"2":{"4":6,"6":8,"38":11,"45":3,"46":4,"48":11,"55":22,"69":1,"70":3,"127":1,"137":1,"159":4}}],["z",{"2":{"4":1,"5":1,"6":2,"41":3,"67":3,"129":3,"148":1,"162":1,"163":1}}],["0e6",{"2":{"171":6}}],["0example",{"2":{"6":1}}],["097075198097933",{"2":{"172":1}}],["09707519809793252",{"2":{"172":2}}],["091887951911644",{"2":{"172":3}}],["0999933334666654",{"2":{"170":1}}],["09801605542096",{"2":{"170":1}}],["098016055420953",{"2":{"170":3}}],["09297443860091348",{"2":{"170":4}}],["09",{"2":{"40":1}}],["08506974233813636",{"2":{"172":2}}],["08",{"2":{"40":1}}],["062749678615475",{"2":{"172":1}}],["06274967861547665",{"2":{"172":2}}],["06592462566760626",{"2":{"170":1}}],["0650624499034016",{"2":{"170":4}}],["06",{"2":{"40":1}}],["02017324484778",{"2":{"172":1}}],["020173244847778715",{"2":{"172":2}}],["027886421973952302",{"2":{"170":4}}],["02",{"2":{"40":3}}],["04500741774392",{"2":{"172":1}}],["045007417743918",{"2":{"172":2}}],["049999166670833324",{"2":{"170":1}}],["0438052480035",{"2":{"170":1}}],["043805248003498",{"2":{"170":3}}],["04",{"2":{"40":6}}],["07518688541961",{"2":{"172":1}}],["075186885419612",{"2":{"172":2}}],["071",{"2":{"152":2,"153":2}}],["07",{"2":{"40":6,"152":6,"153":6}}],["009176636029576",{"2":{"172":1}}],["0091766360295773",{"2":{"172":2}}],["003135308800957",{"2":{"172":1}}],["0031353088009582475",{"2":{"172":2}}],["0035114210915891397",{"2":{"170":4}}],["006784125578492062",{"2":{"172":2}}],["0020133807972559925",{"2":{"172":2}}],["00839489109211",{"2":{"172":3}}],["008696",{"2":{"3":1,"6":3,"54":1,"55":1,"100":1,"101":1}}],["005465967083412071",{"2":{"170":4}}],["00111595449914",{"2":{"170":1}}],["001115954499138",{"2":{"170":3}}],["0010075412835199304",{"2":{"170":4}}],["001",{"2":{"157":1}}],["00085222666982",{"2":{"172":3}}],["000577332369005",{"2":{"172":1}}],["0005773323690041465",{"2":{"172":2}}],["000510363870095e6",{"2":{"171":2}}],["00025191811248184703",{"2":{"172":2}}],["000215611503127e6",{"2":{"171":2}}],["0007260527263e6",{"2":{"171":2}}],["000342160541625e6",{"2":{"171":2}}],["000124843834609e6",{"2":{"171":2}}],["000063948817746e6",{"2":{"171":2}}],["000026987852369e6",{"2":{"171":2}}],["000008144045314",{"2":{"172":1}}],["000007998400139e6",{"2":{"171":2}}],["000000999950001e6",{"2":{"171":2}}],["00001e6",{"2":{"171":1}}],["0004397316773170068",{"2":{"170":4}}],["000",{"2":{"157":1,"175":1}}],["00",{"2":{"40":2}}],["053798628882221644",{"2":{"172":2}}],["05877989361332",{"2":{"170":1}}],["058779893613323",{"2":{"170":3}}],["05416726609360478",{"2":{"170":4}}],["05",{"2":{"40":1}}],["052704767595",{"2":{"15":1}}],["037564867762832",{"2":{"172":1}}],["03756486776283019",{"2":{"172":2}}],["031245035570328428",{"2":{"172":2}}],["033518309870985",{"2":{"172":3}}],["03503632062070827",{"2":{"170":4}}],["03",{"2":{"40":4}}],["01458815628695",{"2":{"172":3}}],["016044338630866517",{"2":{"172":2}}],["01592650896568995",{"2":{"170":1}}],["01597247419241532",{"2":{"170":4}}],["01908693278165",{"2":{"170":1}}],["019086932781654",{"2":{"170":3}}],["01098781325325",{"2":{"170":1}}],["010987813253244",{"2":{"170":3}}],["011814947665167774",{"2":{"170":4}}],["01362848005",{"2":{"15":1}}],["01",{"2":{"14":1,"40":1,"152":1,"153":1,"170":1,"171":1,"172":1}}],["0^",{"2":{"13":2,"14":2}}],["0+2",{"2":{"13":2,"14":2}}],["0",{"2":{"3":35,"4":12,"6":190,"11":1,"13":5,"14":8,"15":32,"34":20,"35":3,"37":9,"38":4,"40":155,"41":2,"44":6,"45":6,"46":49,"47":13,"48":5,"50":22,"51":49,"52":42,"54":2,"55":21,"57":46,"58":2,"62":1,"66":13,"67":18,"69":20,"70":2,"72":16,"75":6,"76":6,"85":6,"86":12,"87":9,"89":15,"98":37,"103":13,"104":9,"106":12,"107":11,"116":16,"127":21,"129":7,"139":24,"145":64,"146":4,"152":16,"153":13,"154":1,"157":11,"159":7,"161":4,"168":2,"170":129,"171":2,"172":46,"177":13}}],[">=",{"2":{"41":6,"87":4,"104":1,"161":1}}],[">",{"2":{"1":1,"6":6,"11":2,"13":1,"15":2,"35":1,"41":1,"46":17,"48":3,"51":5,"52":1,"53":1,"55":2,"57":1,"58":3,"67":1,"69":1,"87":8,"98":10,"104":2,"127":4,"129":12,"137":5,"142":1,"146":3,"154":2,"157":1,"159":12,"161":3,"162":1,"168":1,"178":1}}],["914930257661865",{"2":{"172":1}}],["96875496442967",{"2":{"172":1}}],["961329",{"2":{"3":1,"6":3,"54":1,"55":1,"100":1,"101":1}}],["983955661369134",{"2":{"172":1}}],["9833",{"2":{"15":1}}],["9877550012664",{"2":{"170":1}}],["9840085315131",{"2":{"170":1}}],["98271048511609",{"2":{"170":1}}],["98661575256801",{"2":{"170":1}}],["99321587442151",{"2":{"172":1}}],["99375130197483",{"2":{"170":1}}],["997986619202745",{"2":{"172":1}}],["997750168744936",{"2":{"170":1}}],["997247091122496",{"2":{"170":1}}],["99600053330489",{"2":{"170":1}}],["991002699676024",{"2":{"170":1}}],["990022362600165",{"2":{"170":1}}],["99292997455441",{"2":{"170":1}}],["99533829767195",{"2":{"170":1}}],["99865616402829",{"2":{"170":1}}],["999999967681458e6",{"2":{"171":2}}],["999997707902938e6",{"2":{"171":2}}],["999987539891298e6",{"2":{"171":2}}],["999963474314044e6",{"2":{"171":2}}],["999919535736425e6",{"2":{"171":2}}],["999974634566875",{"2":{"170":1}}],["999849768598615e6",{"2":{"171":2}}],["999748081887518",{"2":{"172":1}}],["999748243174828e6",{"2":{"171":2}}],["999750002083324",{"2":{"170":1}}],["999609061508909e6",{"2":{"171":2}}],["999426363321033e6",{"2":{"171":2}}],["999194331880103e6",{"2":{"171":2}}],["99900003333289",{"2":{"170":1}}],["999565375483215",{"2":{"170":1}}],["9im",{"2":{"98":2,"176":1}}],["97976366505997",{"2":{"170":1}}],["9783069507679",{"2":{"170":1}}],["97",{"2":{"40":1}}],["946201371117777",{"2":{"172":1}}],["94",{"2":{"40":1}}],["92",{"2":{"40":1}}],["95770326033",{"2":{"15":1}}],["95",{"2":{"13":1,"14":1,"175":1}}],["900",{"2":{"153":1}}],["90063612163",{"2":{"11":2}}],["90",{"2":{"34":9,"40":1}}],["909318372607",{"2":{"11":3}}],["9",{"2":{"1":1,"6":1,"98":2,"127":12,"152":1,"162":1}}],["897070",{"2":{"175":1}}],["873633668827033",{"2":{"172":1}}],["8135804051007",{"2":{"170":1}}],["813580405100698",{"2":{"170":3}}],["88",{"2":{"40":1}}],["86641841658641",{"2":{"170":1}}],["866418416586406",{"2":{"170":3}}],["86",{"2":{"40":1}}],["868447876892",{"2":{"15":2}}],["84",{"2":{"40":1}}],["821068835162155",{"2":{"172":1}}],["82",{"2":{"40":1}}],["800",{"2":{"40":1}}],["80000",{"2":{"15":5}}],["80",{"2":{"40":1}}],["80869813739",{"2":{"15":2}}],["856614689791036e",{"2":{"15":2}}],["83572303404496",{"2":{"6":2,"54":1,"55":1}}],["8",{"2":{"1":3,"6":9,"13":1,"14":1,"52":2,"57":4,"98":1,"129":3,"152":1,"162":3,"172":2}}],["karnataka",{"2":{"178":1}}],["kbn",{"2":{"11":2}}],["kinds",{"2":{"23":1}}],["kind",{"2":{"9":1,"129":1}}],["k",{"2":{"6":1,"14":6,"41":1,"46":5,"98":5,"170":5,"172":5}}],["kernel",{"2":{"154":4}}],["keepat",{"2":{"57":1,"146":2}}],["keep",{"2":{"46":3,"129":1,"146":14,"152":1,"177":1}}],["keeping",{"2":{"6":1,"137":1,"148":1}}],["keys",{"2":{"129":4}}],["key",{"2":{"6":1,"129":4,"167":5}}],["keyword",{"2":{"6":8,"23":1,"52":1,"54":1,"57":1,"134":6,"137":1,"147":2,"153":2,"167":4,"171":1,"172":1}}],["keywords",{"2":{"1":2,"4":1,"6":10,"98":2,"129":1,"134":1,"137":1,"147":1,"148":2,"149":3,"157":8,"158":1,"159":1,"160":1,"161":1,"163":2}}],["known",{"2":{"48":2}}],["know",{"2":{"6":3,"35":2,"46":1,"48":1,"52":1,"54":1,"55":2,"57":1,"58":1,"137":1,"177":1}}],["kwargs",{"2":{"42":3,"48":1,"51":1,"52":3,"53":3,"54":4,"55":5,"57":3,"58":5,"142":2,"150":1,"153":1}}],["kwdef",{"2":{"31":1,"46":1,"153":1,"158":1,"159":1,"160":1}}],["kw",{"2":{"1":1,"6":11,"98":10,"129":20,"137":21,"148":3,"157":15,"160":1,"162":3,"163":3,"167":6}}],["json",{"2":{"174":3}}],["jstep",{"2":{"67":3}}],["jstart",{"2":{"67":7}}],["joined",{"2":{"177":4}}],["joins",{"0":{"176":1},"1":{"177":1,"178":1,"179":1},"2":{"176":3}}],["joinpath",{"2":{"157":2}}],["join",{"2":{"137":2,"176":4,"177":5,"179":1}}],["joining",{"2":{"6":2,"157":1,"176":1}}],["jpn",{"2":{"178":2}}],["jp",{"2":{"67":2}}],["jhole",{"2":{"67":2}}],["jh",{"2":{"58":5}}],["j+1",{"2":{"46":1,"129":1,"161":1}}],["j",{"2":{"46":24,"67":8,"87":9,"98":12,"127":2,"129":8,"161":2}}],["jet",{"2":{"40":1}}],["just",{"2":{"4":1,"6":1,"45":1,"46":2,"55":4,"58":1,"63":1,"70":2,"129":1,"135":1,"137":3,"153":1,"176":1}}],["julialand",{"2":{"171":2}}],["julialines",{"2":{"37":1}}],["julialinearsegments",{"2":{"6":1}}],["juliahole",{"2":{"170":1}}],["juliaplot",{"2":{"171":2}}],["juliap1",{"2":{"170":1}}],["juliapoly",{"2":{"171":1}}],["juliapolygon3",{"2":{"171":1}}],["juliapolygon1",{"2":{"170":1}}],["juliapolygonize",{"2":{"6":1}}],["juliapolygon",{"2":{"6":1}}],["juliapoints",{"2":{"177":1}}],["juliapoint",{"2":{"170":1}}],["juliaxoffset",{"2":{"170":3,"172":1}}],["juliax",{"2":{"170":2}}],["juliaxrange",{"2":{"69":1}}],["julia$apply",{"2":{"163":1}}],["julia$threaded",{"2":{"147":1}}],["julia6",{"2":{"157":1}}],["julia```jldoctest",{"2":{"168":1}}],["julia```julia",{"2":{"129":1}}],["julia```",{"2":{"87":1,"165":1}}],["julia1",{"2":{"52":1,"54":1,"55":1,"57":1}}],["julia2",{"2":{"51":1}}],["juliabase",{"2":{"32":1,"41":1,"70":4,"137":1,"167":1}}],["juliabarycentric",{"2":{"5":3,"6":3}}],["juliafig",{"2":{"170":1,"171":1}}],["juliafalse",{"2":{"127":1}}],["juliafunction",{"2":{"35":2,"41":3,"42":2,"45":1,"46":11,"48":2,"51":1,"53":1,"55":2,"58":1,"64":1,"70":8,"98":6,"104":2,"109":1,"128":1,"137":5,"150":1,"153":1,"161":2}}],["juliafor",{"2":{"31":1,"137":2}}],["juliaflexijoins",{"2":{"179":1}}],["juliaflipped",{"2":{"130":1}}],["juliaflip",{"2":{"6":1}}],["juliaflatten",{"2":{"6":1,"132":1}}],["juliagi",{"2":{"11":2,"32":1}}],["juliago",{"2":{"11":1,"34":1,"37":1,"47":1,"66":1,"72":1,"75":1,"85":1,"89":1,"100":1,"103":1,"106":1,"116":1,"176":1}}],["juliageopoly1",{"2":{"172":1}}],["juliageointerface",{"2":{"168":1}}],["juliageometry",{"2":{"64":1}}],["juliageo",{"2":{"6":2}}],["juliageodesicsegments",{"2":{"6":1}}],["juliageos",{"2":{"6":1}}],["juliaweighted",{"2":{"6":1}}],["juliawithin",{"2":{"3":1,"6":1}}],["juliaunwrap",{"2":{"6":1,"137":6}}],["juliaunion",{"2":{"6":1}}],["juliaunionintersectingpolygons",{"2":{"6":1,"143":1}}],["juliausing",{"2":{"6":1,"13":1,"14":1,"40":1,"152":2,"153":1,"156":1,"157":1,"173":1}}],["juliascatter",{"2":{"177":1}}],["juliasource",{"2":{"171":2}}],["juliasimplify",{"2":{"6":1,"157":3}}],["juliasigned",{"2":{"4":2,"6":2}}],["juliasegmentize",{"2":{"6":1}}],["julias1",{"2":{"6":1}}],["juliavisvalingamwhyatt",{"2":{"6":1}}],["juliaring3",{"2":{"171":1}}],["juliaring1",{"2":{"170":1}}],["juliar",{"2":{"170":2,"171":1,"172":1}}],["juliareconstruct",{"2":{"6":1,"132":1}}],["juliarebuild",{"2":{"6":1,"132":1}}],["juliareproject",{"2":{"1":1}}],["juliaradialdistance",{"2":{"6":1}}],["juliamy",{"2":{"179":1}}],["juliamultipoly",{"2":{"157":1}}],["juliamodule",{"2":{"31":1}}],["juliamonotonechainmethod",{"2":{"6":1}}],["juliameanvalue",{"2":{"6":1}}],["juliadf",{"2":{"173":1}}],["juliadestination",{"2":{"171":1}}],["juliadouglaspeucker",{"2":{"6":1}}],["juliadifference",{"2":{"6":1}}],["juliadiffintersectingpolygons",{"2":{"6":1,"143":1}}],["juliadistance",{"2":{"4":1,"6":1}}],["juliadisjoint",{"2":{"3":1,"6":1}}],["juliaexport",{"2":{"33":1,"36":1,"39":1,"43":1,"49":1,"52":1,"54":1,"57":1,"65":1,"68":1,"71":1,"74":1,"84":1,"88":1,"99":1,"102":1,"105":1,"115":1,"125":1,"129":1,"130":1,"138":1,"141":1,"144":1,"149":1,"151":1,"157":1,"164":1}}],["juliaend",{"2":{"70":1}}],["juliaenforce",{"2":{"6":1}}],["juliaenum",{"2":{"6":2}}],["juliaembed",{"2":{"4":1,"6":1}}],["juliaequals",{"2":{"4":15,"6":15,"46":1}}],["juliaaccuratearithmetic",{"2":{"11":2}}],["juliaabstract",{"2":{"6":3,"32":1,"142":1,"143":1,"153":1,"166":1}}],["juliaangles",{"2":{"4":1,"6":1}}],["juliaarea",{"2":{"4":1,"6":1}}],["juliaapplyreduce",{"2":{"1":1,"6":1}}],["juliaapply",{"2":{"1":1,"6":1,"18":1}}],["juliacent",{"2":{"44":1}}],["juliacentroid",{"2":{"4":1,"6":3}}],["juliacut",{"2":{"6":1}}],["juliaclosedring",{"2":{"6":1,"143":1}}],["juliaconst",{"2":{"35":1,"38":1,"41":1,"46":1,"48":2,"70":1,"76":1,"90":1,"107":1,"117":1,"134":1}}],["juliaconvex",{"2":{"6":1,"64":1}}],["juliacontains",{"2":{"3":1,"6":1}}],["juliacoverage",{"2":{"6":1}}],["juliacovers",{"2":{"3":1,"6":1}}],["juliacoveredby",{"2":{"3":1,"6":1}}],["juliatrue",{"2":{"67":1,"73":1,"76":1,"86":1,"90":1,"101":1,"104":1,"107":1,"117":1,"127":1}}],["juliatraittarget",{"2":{"6":2,"165":1}}],["juliatransform",{"2":{"1":1,"6":1}}],["juliatuples",{"2":{"6":1}}],["juliat",{"2":{"6":1}}],["juliatouches",{"2":{"3":1,"6":1}}],["juliaoverlaps",{"2":{"3":9,"6":9}}],["juliainnerjoin",{"2":{"178":1}}],["juliaintersection",{"2":{"6":2}}],["juliaintersects",{"2":{"3":1}}],["juliaisconcave",{"2":{"6":1}}],["juliaisclockwise",{"2":{"6":1}}],["juliaimport",{"2":{"1":1,"3":9,"4":1,"6":18,"11":1,"34":1,"37":1,"44":1,"47":1,"50":1,"61":1,"62":1,"63":1,"66":1,"69":1,"72":1,"75":1,"85":1,"89":1,"100":1,"103":1,"106":1,"116":1,"139":2,"145":2,"152":1,"174":4,"175":1,"177":1,"178":1}}],["julia",{"2":{"3":1,"6":5,"9":1,"15":1,"25":1,"27":1,"31":1,"35":4,"38":10,"41":8,"45":19,"46":60,"48":18,"51":10,"52":6,"53":1,"54":5,"55":29,"57":6,"58":4,"59":1,"64":5,"67":15,"69":1,"70":4,"73":1,"77":1,"78":5,"79":1,"80":1,"81":2,"82":1,"83":1,"86":1,"87":3,"91":1,"92":3,"93":1,"94":1,"95":1,"96":1,"97":1,"98":50,"101":1,"104":7,"108":1,"109":3,"110":1,"111":1,"112":1,"113":1,"114":1,"118":1,"119":3,"120":1,"121":1,"122":2,"123":1,"124":1,"127":9,"128":2,"129":40,"137":63,"140":5,"142":1,"146":3,"147":1,"148":1,"149":1,"153":1,"154":2,"157":1,"158":2,"159":15,"160":3,"162":1,"163":1,"164":1,"165":1,"167":4,"168":1,"169":2,"171":2,"174":2,"176":1,"177":1}}],["julia>",{"2":{"1":5,"6":7,"127":3,"162":7}}],["juliajulia>",{"2":{"1":2,"6":3}}],["jl`",{"2":{"64":1,"149":1,"167":1}}],["jldoctest",{"2":{"6":1}}],["jl",{"0":{"25":1,"31":1},"2":{"1":10,"4":1,"6":16,"10":2,"11":1,"22":2,"25":2,"27":2,"31":43,"32":1,"35":1,"38":1,"41":1,"42":3,"45":1,"46":1,"48":1,"51":1,"53":1,"55":1,"56":1,"58":1,"59":3,"64":6,"67":1,"70":1,"73":1,"83":1,"86":1,"87":1,"97":1,"98":1,"101":1,"104":1,"114":1,"124":1,"127":2,"128":1,"129":1,"132":1,"137":3,"140":1,"143":1,"146":1,"147":2,"148":1,"149":4,"150":3,"151":1,"153":3,"154":2,"157":2,"161":1,"162":6,"163":2,"166":1,"167":2,"168":1,"171":1,"176":1}}],["+5000000",{"2":{"171":1}}],["+proj=natearth2",{"2":{"171":2}}],["+=",{"2":{"38":2,"41":11,"45":6,"46":17,"48":10,"51":1,"67":1,"87":1,"98":5,"127":1,"146":2,"159":4,"168":3}}],["+",{"2":{"1":1,"6":2,"13":1,"14":1,"32":9,"35":4,"38":1,"41":20,"45":10,"46":15,"48":7,"51":1,"55":10,"67":2,"70":3,"87":2,"98":6,"127":6,"129":2,"146":3,"154":2,"159":3,"160":2,"161":2,"170":6,"171":1,"172":4}}],["yticklabelsvisible",{"2":{"171":1}}],["york",{"2":{"178":1}}],["yoffset",{"2":{"170":7,"172":2}}],["your",{"0":{"174":1},"2":{"18":1,"42":1,"129":1,"130":1,"150":1,"153":1,"173":1,"174":1,"179":2}}],["you",{"0":{"23":1},"2":{"1":1,"4":1,"5":2,"6":11,"9":1,"11":1,"17":1,"18":5,"23":1,"29":2,"35":1,"38":1,"41":8,"42":1,"45":1,"52":1,"54":1,"57":1,"63":1,"64":1,"130":1,"139":1,"145":1,"150":1,"152":1,"153":1,"154":1,"162":1,"165":1,"171":1,"173":2,"174":3,"177":2,"178":3,"179":4}}],["y=y",{"2":{"168":1}}],["yvec",{"2":{"129":4}}],["ybounds",{"2":{"129":4}}],["yhalf",{"2":{"129":3}}],["ylast",{"2":{"70":3}}],["yfirst",{"2":{"70":5}}],["y0",{"2":{"70":5}}],["yw",{"2":{"48":4}}],["ye",{"2":{"48":4}}],["yet",{"0":{"128":1},"2":{"31":1,"41":1,"51":1,"53":1,"55":1,"58":1,"67":1,"128":1,"129":1,"142":2,"178":1}}],["y2",{"2":{"45":2,"48":18,"70":7,"87":10,"98":5,"104":4,"129":5,"154":6,"168":2}}],["y1",{"2":{"45":2,"48":22,"70":7,"87":11,"98":6,"104":5,"129":5,"154":7,"168":2}}],["yind+1",{"2":{"129":1}}],["yind",{"2":{"129":2}}],["yinterior",{"2":{"45":2}}],["yield",{"2":{"55":1,"153":1}}],["yi+yi−1",{"2":{"6":1}}],["ycentroid",{"2":{"45":13}}],["yrange",{"2":{"40":3,"69":3}}],["yautolimits",{"2":{"40":2}}],["yp2",{"2":{"35":4}}],["ys",{"2":{"6":3,"129":30}}],["ymax",{"2":{"6":1,"47":2,"48":48}}],["ymin",{"2":{"6":1,"47":2,"48":49}}],["y",{"2":{"1":2,"4":1,"6":4,"13":9,"14":10,"35":8,"38":2,"40":8,"44":1,"45":10,"46":6,"47":1,"48":8,"53":6,"55":8,"67":3,"69":2,"70":7,"87":21,"98":16,"104":7,"127":10,"130":2,"137":1,"148":4,"149":1,"154":2,"161":1,"162":2,"163":2,"168":7,"170":8,"171":2,"172":2,"176":1}}],["75",{"2":{"69":2,"72":1,"89":1,"116":1}}],["78",{"2":{"40":1}}],["749907",{"2":{"175":1}}],["74",{"2":{"40":1}}],["72",{"2":{"40":1}}],["726711609794",{"2":{"15":1}}],["76",{"2":{"40":1}}],["76085",{"2":{"15":1}}],["768946",{"2":{"3":1,"6":3,"54":1,"55":1,"100":1,"101":1}}],["70440582002419",{"2":{"170":1}}],["704405820024185",{"2":{"170":3}}],["704377648755",{"2":{"15":2}}],["700",{"2":{"14":1}}],["700454",{"2":{"6":1,"156":1,"157":1}}],["701141",{"2":{"6":1,"156":1,"157":1}}],["70",{"2":{"6":20,"40":1,"156":20,"157":20,"170":20}}],["738281",{"2":{"3":1,"6":3,"54":1,"55":1,"100":1,"101":1}}],["7",{"2":{"1":5,"6":5,"98":1,"137":1,"152":4,"153":4,"162":4,"172":1}}],["65533525026046",{"2":{"170":1}}],["655335250260467",{"2":{"170":3}}],["659942",{"2":{"6":1,"156":1,"157":1}}],["6area",{"2":{"45":2}}],["66",{"2":{"40":1}}],["668869",{"2":{"6":1,"156":1,"157":1}}],["64744840486518",{"2":{"172":3}}],["64",{"2":{"40":1,"152":2,"153":2}}],["646209",{"2":{"6":1,"156":1,"157":1}}],["629",{"2":{"171":1}}],["62",{"2":{"40":1}}],["624923",{"2":{"6":1,"156":1,"157":1}}],["61366192682",{"2":{"15":1}}],["614624",{"2":{"6":1,"156":1,"157":1}}],["605000000000004",{"2":{"152":2}}],["60",{"2":{"40":1,"152":2}}],["60000",{"2":{"15":3}}],["609817",{"2":{"6":1,"156":1,"157":1}}],["603637",{"2":{"6":2,"156":2,"157":2}}],["68",{"2":{"40":1}}],["682601",{"2":{"6":1,"156":1,"157":1}}],["683975",{"2":{"6":1,"156":1,"157":1}}],["69159119078359",{"2":{"172":3}}],["694274",{"2":{"6":1,"156":1,"157":1}}],["697021",{"2":{"6":1,"156":1,"157":1}}],["639343",{"2":{"6":1,"156":1,"157":1}}],["6",{"2":{"1":12,"3":4,"6":23,"52":3,"57":3,"98":1,"104":4,"137":3,"157":1,"162":9,"172":2}}],["51695367760999",{"2":{"172":1}}],["516953677609987",{"2":{"172":2}}],["51030066635026",{"2":{"170":4}}],["5e6",{"2":{"171":2}}],["55715336218991",{"2":{"172":1}}],["557153362189904",{"2":{"172":2}}],["55",{"2":{"170":3}}],["55494217175954",{"2":{"170":4}}],["57",{"2":{"152":4,"153":4}}],["57725",{"2":{"15":2}}],["5x",{"2":{"137":1}}],["563198",{"2":{"55":1}}],["56",{"2":{"40":1}}],["54",{"2":{"40":1,"170":19}}],["50",{"2":{"40":1,"152":4,"153":4,"170":3}}],["500000",{"2":{"171":1}}],["50000",{"2":{"15":1}}],["500",{"2":{"14":1,"171":1}}],["5d",{"2":{"25":1,"27":1}}],["52",{"2":{"40":1,"175":1}}],["52521",{"2":{"15":1}}],["52709",{"2":{"15":2}}],["594711",{"2":{"6":1,"156":1,"157":1}}],["590591",{"2":{"6":1,"156":1,"157":1}}],["595397",{"2":{"6":1,"156":1,"157":1}}],["535",{"2":{"152":4}}],["5355",{"2":{"152":2}}],["53333",{"2":{"15":4}}],["53",{"2":{"6":10,"152":2,"168":10}}],["58",{"2":{"40":1}}],["58059",{"2":{"15":2}}],["587158",{"2":{"6":2,"156":2,"157":2}}],["58375366067548",{"2":{"6":2,"54":1,"55":1}}],["584961",{"2":{"3":1,"6":3,"54":1,"55":1,"100":1,"101":1}}],["5",{"2":{"1":29,"3":4,"4":8,"6":84,"13":1,"40":1,"50":5,"51":8,"52":16,"57":18,"67":8,"69":8,"98":1,"104":4,"129":1,"137":2,"152":1,"153":1,"162":27,"170":32,"171":25,"179":1}}],["4983491639274692e6",{"2":{"171":2}}],["4986507085647392e6",{"2":{"171":2}}],["497205585568957e6",{"2":{"171":2}}],["4976022389592e6",{"2":{"171":2}}],["4957639801366436e6",{"2":{"171":2}}],["4940253560034204e6",{"2":{"171":2}}],["4946113281484335e6",{"2":{"171":2}}],["491990928929295e6",{"2":{"171":2}}],["4904357734399722e6",{"2":{"171":2}}],["4926709788709967e6",{"2":{"171":2}}],["4962554647802354e6",{"2":{"171":2}}],["499984780817334e6",{"2":{"171":2}}],["4997392479570867e6",{"2":{"171":2}}],["4991939151049731e6",{"2":{"171":2}}],["4994001399837343e6",{"2":{"171":2}}],["4998500087497458e6",{"2":{"171":2}}],["49",{"2":{"129":1}}],["43541888381864",{"2":{"172":3}}],["4326",{"2":{"171":2,"172":3}}],["43787",{"2":{"15":1}}],["439295815226",{"2":{"15":1}}],["434306",{"2":{"6":1,"156":1,"157":1}}],["4896621210021754e6",{"2":{"171":2}}],["489271",{"2":{"6":4,"168":4}}],["4870405593989636e6",{"2":{"171":2}}],["4879072738504685e6",{"2":{"171":2}}],["484003",{"2":{"127":4}}],["482551",{"2":{"127":4}}],["48268",{"2":{"15":1}}],["48",{"2":{"40":1}}],["48001",{"2":{"15":1}}],["45",{"2":{"40":2,"127":12,"170":2}}],["450",{"2":{"13":1}}],["458369",{"2":{"6":2,"156":2,"157":2}}],["42004014766201",{"2":{"170":1}}],["420040147662014",{"2":{"170":3}}],["4219350464667047e",{"2":{"170":4}}],["42",{"2":{"13":1,"14":1,"40":3}}],["426283",{"2":{"6":1,"156":1,"157":1}}],["400",{"2":{"40":3}}],["40000",{"2":{"15":1}}],["40",{"2":{"14":1,"40":3}}],["406224",{"2":{"6":1,"156":1,"157":1}}],["404504",{"2":{"6":1,"156":1,"157":1}}],["41544701408748197",{"2":{"170":1}}],["41",{"2":{"40":1,"172":20}}],["41878",{"2":{"15":1}}],["414248",{"2":{"6":1,"156":1,"157":1}}],["419406",{"2":{"6":1,"156":1,"157":1}}],["4493927459900552",{"2":{"170":1}}],["44121252392",{"2":{"15":1}}],["44",{"2":{"14":1,"40":2}}],["442901",{"2":{"6":1,"156":1,"157":1}}],["446339",{"2":{"6":1,"156":1,"157":1}}],["477985",{"2":{"127":4}}],["47",{"2":{"40":3}}],["473835",{"2":{"6":1,"156":1,"157":1}}],["472117",{"2":{"6":2,"156":2,"157":2}}],["46525251631344455",{"2":{"170":1}}],["465816",{"2":{"6":1,"156":1,"157":1}}],["46",{"2":{"40":3}}],["468107",{"2":{"6":1,"156":1,"157":1}}],["464547",{"2":{"6":6,"168":6}}],["4",{"2":{"1":11,"3":4,"6":15,"9":2,"13":2,"14":1,"34":1,"48":1,"73":1,"86":1,"90":1,"98":2,"117":1,"127":1,"137":3,"152":1,"159":1,"162":8,"171":20,"174":2,"175":1}}],["358421",{"2":{"175":1}}],["3585",{"2":{"152":1}}],["35",{"2":{"40":3}}],["354492",{"2":{"3":1,"6":3,"54":1,"55":1,"100":1,"101":1}}],["38042741557976",{"2":{"170":1}}],["380427415579764",{"2":{"170":3}}],["38",{"2":{"40":3}}],["3655999675063154",{"2":{"170":1}}],["36",{"2":{"40":2}}],["360",{"2":{"35":1}}],["36022",{"2":{"15":1}}],["327284472232776",{"2":{"172":3}}],["32610",{"2":{"171":3}}],["32",{"2":{"40":3}}],["377956",{"2":{"175":1}}],["37",{"2":{"40":5}}],["3497142366876638",{"2":{"170":1}}],["34",{"2":{"40":3}}],["31571636123306385",{"2":{"170":1}}],["31",{"2":{"40":2}}],["30151010318639",{"2":{"170":4}}],["30527612515520186",{"2":{"170":4}}],["300",{"2":{"69":1}}],["30",{"2":{"14":2,"40":3,"170":2}}],["3376428491230612",{"2":{"170":4}}],["3390",{"2":{"98":1}}],["33333333333",{"2":{"15":1}}],["333333333336",{"2":{"15":3}}],["33",{"2":{"6":20,"156":20,"157":20}}],["3d",{"2":{"4":1,"6":1,"41":2,"67":1,"137":1,"151":1}}],["3",{"2":{"1":13,"3":4,"5":1,"6":29,"14":2,"41":13,"44":6,"46":1,"52":6,"57":5,"66":1,"73":1,"86":1,"90":1,"98":2,"103":1,"117":1,"129":7,"137":3,"145":16,"152":4,"157":3,"159":2,"161":1,"162":11,"171":1,"172":1,"177":1}}],["39945867303846",{"2":{"172":3}}],["3995734698458635",{"2":{"170":1}}],["399918",{"2":{"6":2,"156":2,"157":2}}],["394759",{"2":{"6":1,"156":1,"157":1}}],["392466",{"2":{"6":1,"156":1,"157":1}}],["395332",{"2":{"6":1,"156":1,"157":1}}],["39",{"0":{"30":1},"2":{"0":1,"3":1,"4":5,"6":21,"7":1,"9":2,"17":2,"18":1,"19":1,"23":1,"29":1,"35":1,"37":1,"38":1,"39":1,"40":3,"41":2,"44":6,"45":3,"46":28,"48":1,"50":1,"51":1,"53":1,"54":4,"55":1,"58":2,"63":2,"67":7,"70":4,"75":1,"85":2,"92":2,"98":19,"104":1,"106":2,"109":2,"129":3,"130":2,"132":3,"133":1,"137":5,"143":6,"144":1,"152":6,"153":1,"155":1,"157":2,"165":2,"166":3,"167":6,"169":1,"170":6,"171":6,"172":4,"173":4,"174":5,"176":1,"178":1,"179":2}}],["2upvc",{"2":{"171":1}}],["2pi",{"2":{"170":1,"171":1,"172":1}}],["2nd",{"2":{"55":6}}],["2335447787454",{"2":{"172":1}}],["233544778745394",{"2":{"172":2}}],["23",{"2":{"40":3,"98":1}}],["23699059147",{"2":{"15":1}}],["28",{"2":{"40":2}}],["28083",{"2":{"15":2}}],["2658011835867806",{"2":{"170":1}}],["26745668457025",{"2":{"170":1}}],["267456684570245",{"2":{"170":3}}],["26",{"2":{"40":5,"98":2}}],["24989584635339165",{"2":{"170":1}}],["24279488312757858",{"2":{"170":4}}],["24",{"2":{"40":7,"98":1,"172":9}}],["274364",{"2":{"52":1,"54":1,"57":1}}],["274363",{"2":{"52":1,"54":1,"57":1}}],["27",{"2":{"40":2}}],["275543",{"2":{"6":6,"168":6}}],["2d",{"2":{"25":1,"27":1,"151":1}}],["2^",{"2":{"14":1}}],["2158594260436434",{"2":{"170":1}}],["215118",{"2":{"6":4,"168":4}}],["21664550952386064",{"2":{"170":4}}],["21",{"2":{"40":4,"98":2,"172":40}}],["21427",{"2":{"11":5}}],["295828190107045",{"2":{"172":1}}],["29582819010705",{"2":{"172":2}}],["299820032397223",{"2":{"170":1}}],["29",{"2":{"40":3,"175":1}}],["29th",{"0":{"8":1},"1":{"9":1,"10":1}}],["298",{"2":{"6":2,"153":2}}],["20340",{"2":{"174":1}}],["20682326747054",{"2":{"172":1}}],["206823267470536",{"2":{"172":2}}],["20093817218219",{"2":{"170":1}}],["200938172182195",{"2":{"170":3}}],["2018",{"2":{"98":1}}],["2017",{"2":{"6":1,"41":1}}],["20",{"2":{"40":3,"98":2,"170":60,"172":1}}],["2024",{"0":{"7":1,"8":1},"1":{"9":1,"10":1}}],["20th",{"0":{"7":1}}],["25",{"2":{"40":3,"72":1,"98":1,"116":1,"172":12}}],["258",{"2":{"11":1}}],["25px",{"2":{"6":2}}],["257223563`",{"2":{"153":1}}],["257223563",{"2":{"6":2,"153":1}}],["22",{"2":{"40":3,"98":1}}],["22168",{"2":{"3":1,"6":3,"54":1,"55":1,"100":1,"101":1}}],["224758",{"2":{"3":1,"6":3,"54":1,"55":1,"100":1,"101":1}}],["2",{"2":{"1":19,"3":9,"5":1,"6":50,"13":1,"14":1,"15":3,"25":2,"27":2,"35":3,"38":1,"40":6,"41":32,"44":2,"45":4,"46":10,"47":6,"48":7,"50":1,"51":2,"55":2,"57":1,"61":1,"62":1,"63":3,"64":1,"67":4,"69":1,"70":3,"73":2,"86":2,"87":2,"89":2,"90":3,"98":11,"117":2,"127":2,"129":23,"137":5,"146":1,"154":1,"157":5,"159":7,"160":7,"161":5,"162":18,"168":11,"170":7,"171":6,"172":10,"173":1,"175":1}}],["1st",{"2":{"55":6}}],["198232937815632",{"2":{"172":1}}],["19823293781563178",{"2":{"172":2}}],["1999466709331708",{"2":{"170":1}}],["1998",{"2":{"52":1,"54":1,"57":1}}],["19",{"2":{"40":2,"98":2}}],["11591614996189725",{"2":{"170":1}}],["11966707868197",{"2":{"170":1}}],["119667078681967",{"2":{"170":3}}],["110m",{"2":{"171":2}}],["110",{"2":{"62":1,"171":1}}],["11",{"2":{"15":2,"40":2,"98":1}}],["1145",{"2":{"52":1,"54":1,"57":1}}],["114",{"2":{"7":1}}],["16589608273778408",{"2":{"170":1}}],["165644",{"2":{"127":2}}],["16692537029320365",{"2":{"170":4}}],["166644",{"2":{"127":2}}],["163434",{"2":{"127":2}}],["169356",{"2":{"127":2}}],["164434",{"2":{"127":2}}],["16111",{"2":{"15":1}}],["16",{"2":{"13":1,"14":1,"40":2,"98":2}}],["180",{"2":{"35":1,"127":1}}],["18593721105",{"2":{"15":1}}],["18",{"2":{"13":1,"14":1,"40":3,"98":2}}],["1em",{"2":{"6":2}}],["1px",{"2":{"6":2}}],["13309630561615",{"2":{"172":3}}],["13401805979",{"2":{"15":2}}],["13",{"2":{"6":3,"40":1,"52":1,"57":2,"98":1}}],["10n",{"2":{"171":1}}],["10832215707812454",{"2":{"170":4}}],["10^9",{"2":{"13":1}}],["1000000",{"2":{"171":1}}],["1000",{"2":{"13":2,"152":2,"171":1,"177":2}}],["100",{"2":{"6":2,"14":3,"61":1,"63":1,"129":2,"175":1}}],["10",{"2":{"6":14,"11":1,"37":1,"40":5,"50":4,"51":10,"52":2,"54":1,"57":2,"66":2,"98":3,"103":2,"153":1,"157":4,"170":1}}],["14182952335953",{"2":{"172":1}}],["14182952335952814",{"2":{"172":2}}],["14404531208901e",{"2":{"172":2}}],["1499775010124783",{"2":{"170":1}}],["1464721641710074",{"2":{"170":4}}],["14",{"2":{"3":1,"6":5,"40":2,"54":2,"55":2,"98":1,"100":1,"101":1,"152":2,"153":2}}],["15488729606723",{"2":{"172":3}}],["15",{"2":{"3":1,"6":4,"40":1,"50":1,"51":1,"54":1,"55":1,"98":1,"100":1,"101":1}}],["17893116483784577",{"2":{"172":2}}],["17289902010158",{"2":{"170":1}}],["172899020101585",{"2":{"170":3}}],["170356",{"2":{"127":2}}],["17",{"2":{"3":1,"6":3,"40":3,"54":1,"55":1,"98":2,"100":1,"101":1}}],["125",{"2":{"6":2,"54":1,"55":1}}],["127",{"2":{"3":1,"6":3,"54":1,"55":1,"100":1,"101":1,"171":1}}],["123",{"2":{"3":1,"6":3,"54":1,"55":1,"100":1,"101":1}}],["12636633117296836",{"2":{"172":2}}],["126",{"2":{"3":1,"6":3,"54":1,"55":1,"100":1,"101":1}}],["12",{"2":{"3":1,"6":3,"40":2,"54":1,"55":1,"98":1,"100":1,"101":1,"178":1}}],["124",{"2":{"3":1,"6":3,"54":1,"55":1,"100":1,"101":1}}],["1",{"2":{"1":8,"3":38,"6":63,"13":1,"14":4,"15":1,"32":15,"34":4,"35":15,"37":7,"39":2,"40":11,"41":16,"44":4,"45":7,"46":72,"47":9,"48":15,"50":1,"51":10,"53":3,"55":9,"57":4,"58":11,"63":6,"67":16,"69":7,"70":6,"72":2,"73":6,"75":2,"76":2,"85":2,"86":8,"87":12,"89":2,"90":5,"98":38,"104":6,"106":4,"107":5,"109":1,"116":2,"117":6,"127":16,"129":25,"137":9,"139":12,"140":2,"146":9,"153":1,"154":4,"157":8,"159":15,"160":3,"161":15,"162":6,"168":9,"170":8,"171":44,"172":12,"173":1,"177":8,"178":3}}],["bx",{"2":{"127":2}}],["b2y",{"2":{"55":4}}],["b2x",{"2":{"55":4}}],["b2",{"2":{"55":47,"70":3,"104":6}}],["b``",{"2":{"53":1}}],["b`",{"2":{"53":3,"55":4,"58":4}}],["bigger",{"2":{"46":1}}],["bit",{"2":{"25":1,"27":1,"161":8,"170":2}}],["b1y",{"2":{"55":7}}],["b1x",{"2":{"55":7}}],["b1",{"2":{"46":8,"55":63,"104":6}}],["building",{"2":{"170":1}}],["build",{"2":{"46":13,"51":1,"52":1,"54":1,"57":1,"132":3,"133":1,"152":2,"160":1,"161":1}}],["built",{"2":{"17":1,"20":1}}],["buffers",{"2":{"129":1}}],["buffered",{"2":{"42":2}}],["buffering",{"2":{"41":1,"42":1}}],["buffer",{"0":{"42":1},"2":{"31":2,"42":5,"45":2,"46":1,"128":1}}],["but",{"2":{"1":2,"3":5,"4":3,"6":15,"18":1,"22":1,"25":1,"27":1,"35":1,"37":1,"38":1,"48":1,"55":2,"58":2,"63":2,"64":2,"67":4,"75":2,"98":1,"103":1,"104":5,"106":1,"107":1,"110":2,"111":1,"116":1,"127":1,"128":1,"129":1,"132":1,"135":1,"137":16,"148":1,"149":1,"154":1,"157":1,"165":1,"167":2,"171":2,"172":2,"174":1,"176":1,"177":1,"178":2}}],["b>",{"2":{"6":4}}],["bloat",{"2":{"172":1}}],["block",{"2":{"170":1}}],["blob",{"2":{"6":2,"157":1}}],["blue",{"2":{"14":1,"50":1,"66":2,"72":2,"89":2,"103":2,"116":2,"177":2}}],["black",{"2":{"6":2,"50":1,"171":1}}],["breaks",{"2":{"146":1}}],["break",{"2":{"46":3,"48":1,"53":2,"67":4,"98":11,"104":1,"129":6,"146":2}}],["brevity",{"2":{"41":1}}],["br>",{"2":{"6":2}}],["broadcasting",{"2":{"6":1,"41":1}}],["broken",{"2":{"3":1,"6":1,"87":1}}],["balancing",{"2":{"137":2}}],["barrier",{"2":{"137":1}}],["barycentric",{"0":{"5":1,"39":1,"41":1},"1":{"40":1,"41":1},"2":{"0":6,"5":10,"6":17,"9":1,"31":1,"39":9,"40":4,"41":52}}],["basicsgeoms",{"2":{"137":1}}],["basic",{"2":{"129":1}}],["base",{"2":{"31":4,"32":8,"41":15,"42":1,"46":2,"129":6,"137":5,"150":1,"153":2,"154":1,"165":1,"167":3}}],["based",{"2":{"4":2,"6":3,"19":1,"35":2,"38":2,"40":2,"45":1,"48":1,"67":1,"70":2,"76":1,"90":1,"98":2,"104":1,"107":1,"117":1,"165":1,"174":1,"176":1,"177":1}}],["backs",{"2":{"51":4}}],["backwards",{"2":{"46":1,"53":1,"55":1,"58":1}}],["backing",{"2":{"46":1}}],["backend",{"2":{"42":2,"167":1}}],["back",{"2":{"6":1,"18":1,"22":1,"23":1,"51":4,"167":1}}],["b",{"2":{"3":2,"4":7,"6":13,"46":206,"48":9,"52":26,"53":18,"54":26,"55":77,"56":3,"57":27,"58":39,"67":29,"98":2,"104":22,"173":1}}],["box",{"2":{"47":2,"48":3,"177":1}}],["bounce",{"2":{"46":8,"52":1,"53":1,"54":1,"55":1,"57":1,"58":1}}],["bouncings",{"2":{"46":1}}],["bouncing",{"2":{"46":13,"53":3,"55":4,"58":4}}],["bound",{"2":{"56":1}}],["bounding",{"2":{"46":1,"47":2,"48":3}}],["boundscheck",{"2":{"41":14}}],["boundserror",{"2":{"32":3}}],["bounds",{"2":{"6":1,"129":4}}],["boundaries",{"2":{"3":2,"6":2,"85":2,"89":1,"90":1,"98":2,"100":1,"101":1,"129":1}}],["boundary",{"2":{"3":7,"6":7,"69":1,"72":1,"73":1,"75":1,"76":3,"79":4,"86":2,"87":9,"90":2,"92":1,"93":6,"94":3,"98":18,"106":2,"107":4,"109":3,"110":5,"111":3,"112":3,"116":1,"117":3}}],["bold",{"2":{"42":1,"150":1,"153":1}}],["border",{"2":{"6":8}}],["both",{"2":{"3":5,"6":6,"46":2,"55":4,"57":1,"58":1,"63":2,"67":3,"69":1,"73":1,"87":4,"90":1,"98":2,"104":1,"111":1,"117":1,"152":1,"154":1}}],["booltype",{"2":{"137":3,"154":1,"166":3}}],["booleans",{"2":{"46":1,"98":2}}],["boolean",{"2":{"24":2,"46":1,"53":1,"55":1,"58":1,"137":1,"166":1,"176":1}}],["boolsastypes",{"0":{"24":1,"166":1},"2":{"154":2,"166":6}}],["bools",{"2":{"10":1}}],["bool",{"2":{"3":17,"4":14,"6":40,"32":1,"46":3,"67":17,"73":1,"76":1,"86":2,"87":13,"90":1,"98":2,"101":1,"104":10,"107":2,"117":1,"127":7,"129":6,"154":2,"166":2,"168":5}}],["bypred",{"2":{"179":1}}],["by",{"0":{"80":1,"81":1,"121":1},"2":{"1":3,"3":2,"4":8,"6":31,"7":1,"17":1,"18":2,"19":1,"22":1,"24":1,"25":1,"26":1,"27":1,"34":1,"35":6,"37":1,"38":1,"41":4,"42":1,"44":5,"45":4,"46":14,"47":1,"48":6,"50":1,"51":6,"52":1,"54":1,"55":5,"57":4,"58":3,"64":2,"67":8,"70":5,"73":1,"75":1,"76":1,"80":2,"81":2,"82":1,"83":2,"85":1,"97":2,"98":10,"127":2,"129":4,"132":2,"137":7,"143":2,"144":1,"146":3,"148":1,"149":2,"150":1,"151":1,"153":3,"154":1,"155":1,"157":1,"158":1,"159":3,"160":1,"162":1,"170":1,"171":1,"172":1,"174":1,"176":2,"177":1,"178":2,"179":1}}],["berlin",{"2":{"178":1}}],["bearing",{"2":{"127":4}}],["beauty",{"2":{"9":1}}],["better",{"2":{"87":1,"137":2,"157":1}}],["between",{"2":{"4":4,"6":18,"23":1,"35":2,"41":13,"46":1,"48":18,"52":1,"53":4,"54":1,"55":11,"57":2,"58":4,"67":1,"70":8,"98":4,"104":4,"129":1,"153":3,"154":1,"158":2,"159":2,"160":1,"171":1,"176":2,"177":1}}],["been",{"2":{"53":1,"129":1,"130":2,"166":1}}],["because",{"2":{"46":1,"64":1,"130":1,"164":1}}],["become",{"2":{"22":1}}],["being",{"2":{"35":1,"55":1,"98":1,"104":1,"144":1}}],["behind",{"2":{"25":1,"26":1,"27":1,"40":1,"130":1}}],["behaviour",{"2":{"6":1,"18":1,"23":1,"157":1}}],["best",{"2":{"19":1,"137":2,"157":1}}],["beware",{"2":{"18":1}}],["benchmarking",{"2":{"153":1,"157":1}}],["benchmarkgroup",{"2":{"153":2,"157":3}}],["benchmark",{"0":{"153":1,"157":1},"2":{"153":1,"157":1}}],["benchmarktools",{"2":{"13":1,"153":1,"157":1}}],["benchmarks",{"2":{"9":2}}],["beginning",{"2":{"48":1,"170":1}}],["begin+1",{"2":{"41":5}}],["begin",{"2":{"9":1,"41":7,"137":2,"158":1,"174":1}}],["before",{"2":{"6":4,"41":1,"52":1,"54":1,"55":1,"57":1,"157":1,"171":1}}],["below",{"2":{"6":2,"17":1,"42":1,"142":1,"159":1,"160":1,"161":1,"174":1}}],["be",{"2":{"1":7,"3":3,"4":11,"5":4,"6":66,"7":1,"9":1,"13":2,"20":3,"23":2,"24":1,"25":3,"26":1,"27":3,"35":8,"38":7,"39":2,"40":1,"41":10,"42":2,"44":1,"45":3,"46":14,"47":1,"48":2,"51":1,"52":7,"53":4,"54":7,"55":12,"57":6,"58":5,"64":6,"67":15,"69":2,"70":4,"76":6,"85":2,"86":1,"90":6,"98":21,"104":2,"107":6,"117":6,"119":1,"120":1,"121":1,"122":1,"127":2,"129":1,"132":2,"135":2,"136":2,"137":12,"139":1,"140":1,"141":1,"142":3,"143":4,"144":2,"146":2,"147":1,"149":3,"150":1,"151":1,"153":8,"154":2,"157":10,"159":1,"161":3,"162":1,"166":1,"167":2,"170":2,"172":1,"176":4}}],["human",{"2":{"174":1}}],["hull`",{"2":{"64":2}}],["hulls",{"2":{"6":1,"59":1,"64":1}}],["hull",{"0":{"59":1,"61":1,"62":1},"1":{"60":1,"61":1,"62":1,"63":1,"64":1},"2":{"0":1,"6":8,"31":2,"59":2,"61":4,"62":1,"63":10,"64":15}}],["hypot",{"2":{"154":1}}],["h2",{"2":{"98":6}}],["h1",{"2":{"98":11}}],["hm",{"2":{"40":2}}],["h",{"2":{"35":2,"46":2,"58":8}}],["href=",{"2":{"6":2}}],["https",{"2":{"6":2,"52":1,"54":1,"55":1,"57":1,"64":1,"98":2,"159":1}}],["high",{"2":{"174":1}}],["highest",{"2":{"172":1}}],["higher",{"2":{"6":1,"64":1}}],["hit",{"2":{"46":1,"137":5}}],["hits",{"2":{"18":1}}],["hidedecorations",{"2":{"40":2}}],["hinter",{"2":{"31":3,"42":1,"150":1,"153":1}}],["hint",{"2":{"31":3,"42":1,"153":1}}],["hinge=2",{"2":{"54":1}}],["hinge`",{"2":{"54":1}}],["hinge",{"2":{"6":1,"46":1,"55":13,"98":15}}],["hist",{"2":{"13":1}}],["histogram",{"2":{"13":1}}],["hcat",{"2":{"6":1}}],["heavily",{"2":{"137":1}}],["heatmap",{"2":{"13":5,"14":6,"40":2,"69":2,"129":1}}],["help",{"2":{"166":1}}],["helpers",{"0":{"46":1},"2":{"87":1,"104":1}}],["helper",{"0":{"53":1,"55":1,"58":1},"2":{"45":1,"46":1,"51":1}}],["helps",{"2":{"30":1}}],["held",{"2":{"1":1,"6":1,"137":1}}],["here",{"2":{"6":2,"9":1,"13":1,"14":1,"20":1,"41":1,"55":1,"64":2,"87":1,"129":2,"137":5,"139":1,"153":1,"171":2,"176":2,"177":3}}],["hours",{"2":{"178":1}}],["hood",{"2":{"174":1}}],["hook",{"2":{"6":1,"157":1}}],["home",{"2":{"171":1}}],["horizontal",{"2":{"48":1,"55":1,"129":1,"157":1}}],["hormann",{"0":{"53":1,"55":1,"58":1},"2":{"6":2,"41":2,"46":3,"51":2,"52":1,"54":1,"57":1}}],["how",{"0":{"26":1},"2":{"6":2,"26":2,"37":1,"41":1,"46":1,"55":1,"67":1,"129":2,"132":1,"137":1,"148":1,"157":1,"171":1,"174":1,"176":2,"177":2,"178":1,"179":1}}],["however",{"2":{"3":1,"6":2,"35":1,"41":1,"45":1,"46":1,"55":1,"63":1,"67":1,"69":1,"72":1,"86":1,"144":1}}],["hole",{"2":{"35":1,"38":3,"40":2,"41":9,"45":4,"46":58,"48":3,"52":6,"54":2,"58":15,"70":3,"79":1,"80":1,"81":1,"98":33,"129":5,"140":2,"170":1}}],["holes=",{"2":{"46":1}}],["holes",{"2":{"4":3,"5":1,"6":4,"9":2,"35":2,"37":1,"41":2,"45":1,"46":19,"51":4,"52":2,"54":2,"57":6,"58":29,"67":3,"70":3,"95":1,"98":11,"119":1,"129":17,"140":2,"170":4}}],["holding",{"2":{"6":1,"129":1,"137":2}}],["holds",{"2":{"6":1,"46":1,"155":1,"165":2}}],["hold",{"2":{"6":1,"129":1,"157":1,"166":1,"174":1}}],["halign",{"2":{"157":1}}],["half",{"2":{"47":2}}],["hail",{"2":{"140":1}}],["handling",{"0":{"150":1},"2":{"130":1}}],["handler",{"2":{"42":1,"150":1}}],["handle",{"2":{"31":1,"127":1,"135":2,"137":1,"171":1}}],["handled",{"2":{"18":1}}],["hao",{"2":{"98":1}}],["had",{"2":{"52":1,"54":1,"67":1,"152":1,"166":1}}],["happens",{"2":{"46":1}}],["happen",{"2":{"24":1}}],["have",{"2":{"3":3,"4":9,"6":17,"19":1,"23":1,"35":2,"38":3,"41":6,"42":1,"46":4,"55":1,"64":2,"67":10,"69":1,"70":2,"98":5,"103":1,"104":3,"106":1,"107":1,"128":1,"129":1,"130":2,"132":2,"136":1,"137":4,"157":1,"159":1,"166":1,"167":1,"170":1,"171":1,"176":1,"177":1,"178":3}}],["haskey",{"2":{"167":1}}],["hash",{"2":{"129":1}}],["hasn",{"2":{"129":1}}],["haseltype",{"2":{"32":1}}],["haslength",{"2":{"32":1}}],["hasm",{"2":{"32":6}}],["hasz",{"2":{"32":6}}],["hassle",{"2":{"1":1,"6":1,"162":1}}],["has",{"2":{"1":4,"6":4,"34":1,"37":2,"41":2,"46":2,"53":2,"55":1,"58":1,"67":11,"69":1,"70":1,"109":1,"127":1,"137":4,"138":1,"152":2,"161":1,"171":1}}],["xticklabelsvisible",{"2":{"171":1}}],["xticklabelrotation",{"2":{"13":2}}],["xoffset",{"2":{"170":4,"172":1}}],["x=x",{"2":{"168":1}}],["x`",{"2":{"137":1}}],["xvec",{"2":{"129":4}}],["xbounds",{"2":{"129":4}}],["xhalf",{"2":{"129":3}}],["xlast",{"2":{"70":3}}],["xfirst",{"2":{"70":5}}],["x0",{"2":{"70":5}}],["xn",{"2":{"48":4}}],["xind+1",{"2":{"129":1}}],["xind",{"2":{"129":2}}],["xinterior",{"2":{"45":2}}],["xi−xi−1",{"2":{"6":1}}],["xcentroid",{"2":{"45":13}}],["xrange",{"2":{"40":3,"69":2}}],["xautolimits",{"2":{"40":2}}],["xp2",{"2":{"35":5}}],["x2",{"2":{"6":3,"41":4,"45":2,"48":18,"70":8,"87":10,"98":5,"104":4,"129":5,"154":6,"168":2}}],["x26",{"2":{"6":4,"32":4,"35":2,"38":6,"41":1,"42":4,"46":58,"48":36,"52":4,"53":4,"55":24,"58":2,"67":14,"70":3,"82":2,"83":2,"87":48,"96":2,"97":2,"98":170,"104":22,"109":2,"113":2,"114":2,"123":2,"124":2,"127":4,"129":12,"142":2,"146":6,"150":2,"153":2,"159":10,"160":2,"168":4,"176":1}}],["x1",{"2":{"6":4,"41":3,"45":2,"48":22,"70":8,"87":11,"98":6,"104":5,"129":5,"154":7,"168":2}}],["xs",{"2":{"6":3,"48":4,"129":30,"168":4}}],["xmax",{"2":{"6":1,"47":2,"48":48}}],["xmin",{"2":{"6":1,"47":2,"48":49}}],["x3c",{"2":{"5":1,"6":36,"31":1,"32":2,"35":4,"38":2,"41":66,"46":17,"48":11,"51":3,"52":1,"54":1,"55":6,"57":1,"67":2,"69":1,"70":13,"87":33,"98":13,"104":10,"127":1,"129":4,"132":2,"137":19,"140":2,"143":3,"146":5,"153":2,"158":2,"159":6,"160":3,"161":9,"165":4,"166":2,"179":1}}],["xy`",{"2":{"149":1}}],["xy",{"2":{"1":4,"41":1,"149":3}}],["x",{"2":{"1":4,"4":1,"6":6,"7":1,"9":5,"11":6,"13":11,"14":10,"15":4,"35":9,"38":2,"40":8,"44":1,"45":10,"46":21,"47":1,"48":8,"51":6,"53":9,"55":18,"58":9,"67":3,"69":2,"70":7,"87":21,"98":16,"104":7,"127":11,"129":2,"130":2,"137":17,"142":2,"147":2,"148":4,"149":1,"154":2,"157":2,"159":2,"161":1,"162":2,"163":2,"166":4,"168":33,"170":6,"171":2,"172":2,"176":1,"178":2}}],["=>",{"2":{"137":2}}],["=float64",{"2":{"45":3,"54":1,"57":1}}],["=false",{"2":{"35":1}}],["===",{"2":{"87":8,"127":4}}],["==",{"2":{"9":1,"19":1,"32":7,"35":4,"38":2,"41":9,"42":2,"45":1,"46":34,"48":30,"53":1,"55":20,"57":2,"58":1,"62":1,"67":16,"69":1,"98":44,"104":2,"127":3,"129":18,"137":1,"140":1,"142":1,"146":1,"150":1,"153":2,"157":1,"161":3}}],["=",{"2":{"1":5,"3":17,"4":7,"5":2,"6":62,"11":1,"13":19,"14":33,"15":18,"31":4,"32":12,"34":4,"35":56,"37":6,"38":25,"40":35,"41":110,"42":3,"44":6,"45":36,"46":323,"47":6,"48":96,"50":7,"51":29,"52":21,"53":30,"54":18,"55":143,"57":21,"58":77,"61":6,"62":4,"63":14,"64":4,"66":7,"67":40,"69":15,"70":52,"72":7,"73":3,"75":4,"76":23,"77":3,"78":7,"79":14,"80":14,"81":4,"82":2,"83":2,"85":5,"86":3,"87":57,"89":7,"90":18,"91":3,"92":11,"93":17,"94":9,"95":3,"96":2,"97":2,"98":189,"100":3,"101":3,"103":7,"104":40,"106":3,"107":22,"108":3,"109":9,"110":14,"111":10,"112":6,"113":2,"114":2,"116":7,"117":22,"118":3,"119":11,"120":14,"121":14,"122":4,"123":2,"124":2,"127":32,"129":106,"130":1,"134":4,"137":90,"139":2,"140":4,"142":9,"145":3,"146":30,"147":1,"150":2,"152":16,"153":21,"154":18,"155":2,"156":5,"157":60,"158":11,"159":49,"160":7,"161":43,"162":2,"163":1,"165":6,"166":2,"167":3,"168":42,"170":45,"171":19,"172":13,"173":3,"174":4,"175":7,"177":12,"178":6,"179":2}}],["utm",{"2":{"171":1}}],["utility",{"0":{"168":1},"2":{"41":1,"137":2}}],["utils",{"0":{"161":1},"2":{"31":1}}],["u2",{"2":{"98":4}}],["u1",{"2":{"98":4}}],["update",{"2":{"46":6,"129":10}}],["updated",{"2":{"46":6,"137":3}}],["updates",{"2":{"41":1}}],["up",{"2":{"46":2,"55":1,"98":1,"111":1,"135":1,"145":1,"159":2,"170":2}}],["upper",{"2":{"6":1,"129":1,"177":1}}],["uv",{"2":{"41":1}}],["u>",{"2":{"6":2}}],["u>geometryops",{"2":{"6":2}}],["usage",{"2":{"178":1}}],["usa",{"0":{"62":1},"2":{"62":4,"157":15,"178":3}}],["us",{"2":{"38":1,"64":1,"171":1,"178":1}}],["usually",{"2":{"6":1,"26":2,"59":1,"132":1,"137":1,"174":1}}],["usual",{"2":{"6":1,"140":1,"143":1}}],["usecases",{"2":{"25":1,"27":1}}],["uses",{"2":{"6":2,"59":1,"64":1,"98":1,"149":1,"153":1,"157":1,"174":1}}],["users",{"2":{"31":1,"130":1,"144":1}}],["user",{"2":{"6":12,"23":1,"45":1,"52":3,"54":3,"57":3,"158":1,"159":1,"160":1,"176":1}}],["useful",{"2":{"6":10,"41":1,"129":1,"151":1,"154":1,"157":2,"167":1}}],["used",{"2":{"1":1,"5":1,"6":8,"35":1,"38":1,"39":1,"41":1,"45":2,"46":7,"48":1,"51":1,"55":1,"67":1,"69":1,"70":1,"104":1,"129":2,"132":1,"137":3,"138":1,"154":1,"157":1,"159":2,"164":2,"165":1,"171":1,"174":1,"176":2,"177":1}}],["use",{"2":{"1":2,"4":1,"5":1,"6":10,"11":1,"20":1,"23":1,"26":1,"41":1,"46":1,"58":1,"64":2,"87":2,"104":1,"128":1,"129":1,"134":1,"137":7,"140":1,"148":1,"152":1,"154":1,"157":1,"159":2,"167":3,"170":1,"174":1,"176":2,"179":2}}],["using",{"0":{"171":1},"2":{"1":4,"4":1,"5":3,"6":12,"11":4,"13":4,"14":1,"15":1,"31":6,"32":1,"34":1,"35":1,"37":2,"38":2,"40":4,"41":7,"42":3,"44":2,"45":1,"46":5,"47":2,"48":1,"50":2,"51":1,"53":3,"55":4,"56":1,"58":3,"61":1,"62":2,"63":1,"64":2,"66":2,"67":1,"69":2,"70":2,"72":2,"73":1,"75":2,"76":1,"83":1,"85":2,"86":1,"87":1,"89":2,"90":1,"97":1,"98":1,"100":2,"101":1,"103":2,"104":1,"106":2,"107":1,"114":1,"116":2,"117":1,"124":1,"127":1,"128":1,"129":5,"130":2,"135":1,"137":4,"140":1,"143":1,"146":1,"147":2,"148":1,"149":1,"150":3,"152":1,"153":5,"154":1,"157":3,"159":1,"161":1,"162":4,"163":2,"167":2,"168":1,"169":4,"170":1,"172":1,"173":2,"175":1,"176":1,"177":4,"178":2}}],["until",{"2":{"129":3,"135":1,"159":1,"167":1}}],["unprocessed",{"2":{"46":1}}],["unknown",{"2":{"46":4,"48":15}}],["unknown=3",{"2":{"46":1}}],["unmatched",{"2":{"46":9,"48":26}}],["understand",{"2":{"164":1}}],["under",{"2":{"38":2,"174":1}}],["undergrad",{"2":{"9":1}}],["undef",{"2":{"35":2,"46":1,"158":1,"159":1,"161":2,"168":2}}],["unless",{"2":{"22":1,"46":1,"53":2,"55":2,"58":2}}],["unlike",{"2":{"18":1,"164":1}}],["unstable",{"2":{"13":1,"137":1,"166":1}}],["unneeded",{"2":{"6":3,"46":1,"52":2,"54":2,"57":2}}],["unnecessary",{"2":{"6":3,"129":1,"158":1,"159":1,"160":1}}],["universal",{"2":{"171":1}}],["united",{"2":{"157":1}}],["unify",{"2":{"25":1,"27":1}}],["unique",{"2":{"6":2,"55":3,"143":2,"146":2}}],["unioning",{"2":{"58":1}}],["unionintersectingpolygons",{"2":{"0":1,"6":8,"52":1,"53":2,"54":1,"55":2,"57":1,"58":2,"143":2,"144":2,"145":1,"146":4}}],["unions",{"0":{"58":1},"2":{"18":1,"165":1}}],["union",{"0":{"57":1},"2":{"0":1,"1":2,"3":2,"4":4,"6":22,"11":3,"23":2,"31":1,"35":2,"38":1,"41":1,"45":4,"46":7,"48":1,"54":2,"57":18,"58":30,"67":8,"70":1,"78":2,"79":4,"80":1,"82":2,"83":1,"92":2,"93":6,"96":2,"97":1,"104":4,"109":2,"110":4,"111":1,"113":2,"114":1,"119":2,"120":4,"121":1,"123":2,"124":1,"127":1,"129":5,"130":1,"135":3,"137":6,"143":1,"144":1,"146":9,"154":4,"157":2,"158":3,"159":3,"160":3,"165":4,"168":1}}],["unchanged",{"2":{"1":1,"6":2,"137":1,"157":1}}],["unwrap",{"2":{"0":1,"6":3,"132":1,"137":16}}],["nselected",{"2":{"161":3}}],["nmax",{"2":{"161":2}}],["nice",{"2":{"159":1}}],["null",{"2":{"153":1}}],["numeric",{"2":{"11":1}}],["numbers",{"2":{"6":1,"7":1,"39":2,"41":1,"153":1}}],["number=6",{"2":{"6":1,"156":1,"157":1}}],["number",{"2":{"6":11,"41":1,"46":2,"51":1,"59":1,"63":1,"67":2,"69":1,"98":2,"151":1,"152":1,"154":1,"157":2,"158":4,"159":7,"160":4,"161":12}}],["n+1",{"2":{"139":1}}],["nfeature",{"2":{"137":2}}],["nkeys",{"2":{"129":8}}],["nc",{"2":{"98":13}}],["ncoord",{"2":{"67":2}}],["nl",{"2":{"98":11}}],["nhole",{"2":{"46":2,"52":2,"54":2,"57":2,"58":1,"67":2}}],["nbpts",{"2":{"46":2}}],["nbsp",{"2":{"1":4,"3":9,"4":8,"5":3,"6":89,"132":3,"142":1,"143":4}}],["ngeom",{"2":{"45":1,"137":2,"168":1}}],["nt",{"2":{"167":2}}],["ntasks",{"2":{"137":6}}],["nthreads",{"2":{"137":3}}],["nthe",{"2":{"42":1,"150":1,"153":1}}],["ntuple",{"2":{"41":3,"154":1}}],["n2",{"2":{"41":8,"67":10}}],["n1",{"2":{"41":8,"67":9}}],["np2",{"2":{"87":4}}],["npolygon",{"2":{"53":1,"67":3,"146":2}}],["npoints",{"2":{"32":4,"35":6,"46":5,"98":3,"153":6,"159":7}}],["npoint",{"2":{"6":1,"32":15,"35":2,"37":1,"38":1,"48":2,"63":2,"67":6,"70":1,"87":6,"98":6,"109":1,"127":2,"140":1,"153":3,"154":1,"157":14,"161":1,"168":13}}],["npts",{"2":{"46":6,"159":3}}],["np",{"2":{"38":2,"70":5}}],["n",{"2":{"6":1,"9":1,"39":2,"41":36,"42":2,"46":51,"51":10,"57":4,"58":4,"98":11,"109":2,"127":6,"129":5,"139":1,"146":25,"150":2,"153":2,"154":3,"157":2,"161":7,"168":32}}],["naive",{"2":{"56":1}}],["napts",{"2":{"46":3}}],["navigate",{"0":{"26":1}}],["natearth2",{"2":{"171":1}}],["natural",{"2":{"157":1,"171":2,"176":1}}],["naturalearth",{"2":{"11":2,"62":2,"157":3,"171":1}}],["nature",{"2":{"129":1}}],["native",{"2":{"6":1,"128":1,"167":4,"174":1}}],["nan",{"2":{"9":1}}],["named",{"2":{"137":1}}],["namedtuple",{"2":{"22":2,"137":2,"167":2}}],["name",{"2":{"6":1,"31":2,"157":1,"167":1,"173":1,"174":2,"178":1}}],["names",{"2":{"6":1,"31":3,"137":6,"167":1}}],["nodestatus",{"2":{"129":6}}],["nodes",{"2":{"46":1,"129":4}}],["node",{"2":{"46":26,"129":17}}],["north",{"2":{"48":12}}],["nor",{"2":{"42":1,"150":1,"153":1}}],["normalized",{"2":{"41":1}}],["normalize",{"2":{"41":1}}],["norm",{"2":{"6":1,"41":22}}],["now",{"2":{"6":1,"13":1,"25":1,"27":1,"37":1,"40":2,"41":4,"42":1,"46":1,"51":1,"58":1,"59":1,"70":1,"127":1,"129":2,"145":1,"151":1,"152":3,"153":1,"157":1,"170":5,"171":6,"172":2,"173":1,"174":3,"177":2}}],["no",{"2":{"6":6,"35":1,"41":2,"46":4,"52":1,"53":1,"54":1,"55":14,"57":1,"67":2,"76":3,"90":3,"98":2,"107":2,"109":1,"111":1,"112":2,"117":2,"119":1,"120":3,"121":3,"122":1,"128":1,"129":2,"130":1,"137":3,"151":1,"153":2,"154":1,"157":1,"167":1,"174":1}}],["nonzero",{"2":{"154":1}}],["none",{"2":{"6":4,"46":1,"51":1,"52":1,"54":1,"57":1,"58":1,"87":4,"89":1}}],["nondimensional",{"2":{"6":1,"153":1}}],["nonintersecting",{"2":{"6":1,"23":1,"143":1,"146":1}}],["non",{"2":{"3":2,"6":2,"22":1,"39":2,"46":15,"52":2,"53":1,"54":1,"55":4,"57":1,"58":2,"69":1,"104":2,"111":1,"135":1,"166":1}}],["note",{"2":{"4":4,"6":11,"19":1,"29":1,"35":1,"38":2,"41":1,"44":2,"45":2,"46":3,"48":1,"51":2,"53":3,"55":5,"58":3,"64":1,"67":5,"70":1,"98":1,"103":1,"104":1,"149":1,"154":1,"158":1,"159":2,"160":1,"166":1,"171":2,"172":1}}],["not",{"0":{"128":1},"2":{"1":2,"3":8,"4":1,"6":18,"18":1,"19":1,"22":1,"24":1,"31":1,"35":4,"38":1,"41":4,"42":1,"44":1,"46":18,"51":1,"54":1,"55":7,"58":3,"63":1,"66":2,"67":4,"72":2,"73":1,"75":2,"76":2,"85":1,"86":2,"90":3,"92":5,"93":3,"94":2,"95":2,"98":5,"103":1,"104":2,"107":1,"116":2,"117":2,"119":1,"127":4,"128":1,"129":2,"135":1,"136":1,"137":10,"139":2,"142":2,"145":3,"148":1,"149":1,"150":1,"151":1,"153":2,"154":1,"164":1,"165":1,"166":1,"167":2,"171":1,"172":1,"176":1}}],["nothing`",{"2":{"53":2,"55":2,"58":2}}],["nothing",{"2":{"1":34,"4":1,"6":42,"15":3,"32":3,"46":4,"51":1,"53":2,"54":1,"55":2,"58":2,"67":1,"98":1,"127":9,"129":3,"137":8,"139":24,"142":1,"145":60,"150":1,"154":1,"157":2,"158":6,"159":6,"160":6,"161":1,"162":32,"168":7,"170":252,"171":16,"172":20}}],["ne",{"2":{"171":2}}],["net",{"2":{"142":2}}],["ness",{"2":{"137":1}}],["nesting",{"2":{"135":2}}],["nestedloopfast",{"2":{"179":1}}],["nested",{"2":{"1":2,"4":1,"6":5,"18":1,"35":1,"135":2,"137":4,"157":1,"163":1}}],["never",{"2":{"135":1,"158":1}}],["neumann",{"2":{"129":1}}],["neither",{"2":{"58":1}}],["neighborhood",{"2":{"129":2}}],["neighbor",{"2":{"46":27}}],["neighboring",{"2":{"6":6,"46":1,"157":1,"158":1,"159":1,"160":2}}],["nearly",{"2":{"174":1}}],["nearest",{"2":{"46":1,"55":2}}],["neatly",{"2":{"17":1}}],["nedge",{"2":{"46":2,"168":13}}],["nextnode",{"2":{"129":27}}],["nextnodes",{"2":{"129":6}}],["next",{"2":{"45":1,"46":81,"48":3,"51":4,"98":14,"129":3,"146":13,"159":5}}],["necessarily",{"2":{"6":1,"127":1,"148":1}}],["necessary",{"2":{"6":1,"135":1,"157":1}}],["newfeature",{"2":{"137":2}}],["newnodes",{"2":{"129":2}}],["new",{"2":{"6":1,"32":1,"42":1,"46":58,"48":9,"52":3,"53":1,"58":16,"98":2,"129":4,"136":1,"137":19,"142":2,"143":1,"144":1,"146":19,"154":8,"158":1,"159":2,"160":1,"172":1,"173":1,"178":1}}],["negative",{"2":{"4":3,"6":3,"37":2,"38":1,"39":2,"69":2,"70":3}}],["needs",{"2":{"45":1}}],["needing",{"2":{"4":1,"6":1,"17":1,"147":1}}],["need",{"2":{"1":1,"3":1,"4":2,"5":1,"6":5,"41":2,"44":1,"46":2,"53":1,"63":1,"67":4,"85":1,"86":1,"98":1,"129":2,"130":1,"147":1,"161":1,"162":1,"171":1,"172":2,"179":2}}],["needed",{"2":{"1":2,"6":4,"35":1,"41":1,"46":4,"48":1,"52":1,"54":1,"57":1,"70":2,"98":5,"129":1,"137":2,"142":1,"149":3,"172":1}}],["gdal",{"2":{"174":1}}],["gml",{"2":{"174":1}}],["gpkg",{"2":{"174":3}}],["gadm",{"2":{"178":4}}],["ga",{"2":{"171":3,"175":2}}],["gaps",{"2":{"129":1}}],["global",{"2":{"171":1}}],["gft",{"2":{"169":1,"171":2}}],["gc",{"2":{"142":6}}],["g",{"2":{"35":3,"38":3,"42":1,"45":3,"48":3,"70":6,"135":1,"137":6,"157":2,"168":2,"174":1}}],["gb",{"2":{"31":1,"137":10}}],["guarantee",{"2":{"19":1,"30":1}}],["guaranteed",{"2":{"1":1,"6":1,"35":1,"137":1}}],["grand",{"2":{"178":1}}],["grained",{"2":{"152":1}}],["grahamscanmethod",{"2":{"64":1}}],["graphics",{"2":{"6":1,"41":1}}],["great",{"2":{"170":1,"172":1,"174":1}}],["greater",{"2":{"6":1,"127":1,"154":1}}],["greiner",{"0":{"53":1,"55":1,"58":1},"2":{"46":3,"51":2,"52":1,"54":1,"57":1}}],["green",{"2":{"14":1,"171":1}}],["grouped",{"2":{"170":1}}],["groups",{"2":{"6":1,"129":1}}],["grouping",{"2":{"1":1,"6":1,"137":2}}],["grid",{"2":{"6":1,"40":1,"48":4}}],["g2",{"2":{"3":5,"6":5,"73":4,"76":12,"77":6,"78":9,"79":6,"80":6,"81":3,"82":4,"83":2,"86":3,"87":21,"90":10,"91":6,"92":10,"93":8,"94":4,"95":2,"96":4,"97":2,"107":10,"108":6,"109":10,"110":6,"111":5,"112":4,"113":4,"114":2,"117":10,"118":6,"119":9,"120":6,"121":6,"122":3,"123":4,"124":2}}],["g1",{"2":{"3":5,"4":1,"6":6,"73":4,"76":12,"77":6,"78":9,"79":6,"80":6,"81":3,"82":2,"83":4,"86":3,"87":21,"90":9,"91":6,"92":10,"93":8,"94":4,"95":2,"96":2,"97":4,"107":10,"108":6,"109":9,"110":6,"111":5,"112":4,"113":2,"114":4,"117":10,"118":6,"119":9,"120":6,"121":6,"122":3,"123":2,"124":4}}],["generic",{"2":{"22":1}}],["generation",{"2":{"157":2}}],["generated",{"2":{"31":1,"32":1,"35":1,"38":1,"41":1,"42":1,"45":1,"46":1,"48":1,"51":1,"53":1,"55":1,"56":1,"58":1,"64":1,"67":1,"70":1,"73":1,"83":1,"86":1,"87":1,"97":1,"98":1,"101":1,"104":1,"114":1,"124":1,"127":1,"128":1,"129":1,"137":1,"140":1,"143":1,"146":1,"147":1,"148":1,"150":1,"154":1,"157":1,"161":1,"162":1,"163":1,"167":1,"168":1,"177":1}}],["generate",{"2":{"7":1,"13":2,"157":1,"177":2}}],["generalization",{"2":{"39":1}}],["generalized",{"2":{"6":1,"39":3,"41":1}}],["generalise",{"2":{"6":4,"157":1}}],["generally",{"2":{"6":2,"167":3}}],["general",{"0":{"2":1,"4":1},"1":{"3":1,"4":1},"2":{"18":1,"20":1,"25":1,"27":1,"130":1,"150":1}}],["getfeature",{"2":{"137":5,"168":5}}],["getcolumn",{"2":{"137":4}}],["getgeom",{"2":{"82":1,"83":1,"96":1,"97":1,"104":2,"113":1,"114":1,"123":1,"124":1,"137":6,"157":3,"168":6}}],["getring",{"2":{"46":1}}],["getindex",{"2":{"41":2}}],["gethole",{"2":{"35":1,"38":1,"45":1,"46":4,"48":1,"51":1,"52":2,"54":2,"58":6,"67":2,"70":1,"98":5,"140":1,"170":1}}],["getexterior",{"2":{"35":1,"38":1,"41":1,"45":1,"46":3,"48":1,"51":1,"52":2,"54":2,"57":3,"58":6,"67":2,"70":1,"98":5,"127":1,"129":1,"140":1,"170":1}}],["getpolygon",{"2":{"53":3,"55":2,"58":2,"67":3}}],["getpoint",{"2":{"32":14,"34":1,"35":5,"37":2,"38":1,"41":1,"44":1,"45":6,"46":3,"47":2,"48":3,"50":3,"66":4,"67":13,"69":1,"70":6,"72":4,"75":1,"85":1,"87":7,"89":4,"98":28,"100":2,"103":4,"104":2,"106":2,"109":2,"116":4,"127":5,"140":3,"152":4,"154":2,"161":1,"168":3,"170":2}}],["getproperty",{"2":{"13":2,"14":1}}],["get",{"2":{"6":1,"13":1,"37":1,"42":1,"46":9,"52":1,"53":1,"54":1,"55":2,"57":2,"64":2,"129":4,"137":4,"150":1,"153":3,"157":1,"158":1,"160":1,"161":2,"167":5,"168":1,"170":2,"178":2}}],["geoparquet",{"2":{"174":4}}],["geopoly1",{"2":{"172":1,"173":1}}],["geopoly2",{"2":{"172":1,"173":1}}],["geoaxis",{"2":{"171":4,"175":1}}],["geographic",{"2":{"171":1,"174":1}}],["geographiclib",{"2":{"6":1,"153":1}}],["geointeface",{"2":{"135":1}}],["geointerace",{"2":{"22":1}}],["geointerfacemakie",{"2":{"156":1,"177":1,"178":1}}],["geointerface",{"0":{"30":1},"2":{"1":20,"3":9,"4":2,"6":41,"11":1,"13":1,"14":1,"15":1,"22":3,"25":1,"27":1,"30":1,"31":7,"32":1,"34":1,"35":1,"37":1,"38":1,"41":23,"44":1,"45":1,"46":1,"47":1,"48":1,"50":1,"51":1,"52":1,"54":1,"55":1,"57":1,"61":1,"62":1,"63":1,"66":1,"67":2,"69":1,"70":11,"72":1,"73":2,"75":1,"76":2,"85":1,"86":2,"87":1,"89":1,"90":3,"100":1,"101":2,"103":1,"104":2,"106":1,"107":2,"116":1,"117":2,"127":5,"129":1,"132":3,"135":3,"137":6,"139":9,"142":1,"143":1,"145":23,"147":1,"149":2,"152":1,"153":1,"156":1,"157":2,"162":13,"163":1,"168":1,"169":1,"170":122,"171":5,"172":9,"175":1,"177":1,"178":1}}],["geo",{"2":{"129":1,"153":4,"171":2}}],["geotable",{"2":{"29":1}}],["geojson",{"2":{"11":1,"157":2,"169":1,"171":4,"174":3}}],["geodataframes",{"2":{"174":3}}],["geod",{"2":{"6":2,"153":3}}],["geodesic`",{"2":{"153":2}}],["geodesic",{"0":{"175":1},"2":{"6":5,"31":1,"152":6,"153":8,"154":1,"175":1}}],["geodesicsegments",{"2":{"0":1,"6":2,"151":1,"152":3,"153":6,"154":2,"175":1}}],["geoformattypes",{"2":{"1":2,"149":2,"169":1,"171":2,"172":8}}],["geomakie",{"0":{"171":1},"2":{"169":2,"171":5,"175":2}}],["geomfromgeos",{"2":{"153":1}}],["geomtrait",{"2":{"32":1}}],["geomtype",{"2":{"32":13,"137":2}}],["geoms",{"2":{"6":1,"64":1,"98":1,"132":1,"137":18}}],["geom2",{"2":{"3":8,"4":1,"6":9,"67":1,"70":6,"87":6,"90":1,"101":3,"104":6,"107":1,"117":2}}],["geom1",{"2":{"3":8,"4":1,"6":9,"67":1,"70":6,"87":4,"90":1,"101":3,"104":6,"107":1,"117":2}}],["geometrical",{"2":{"176":1}}],["geometric",{"2":{"25":2,"27":2,"44":1}}],["geometries",{"0":{"77":1,"78":1,"79":1,"80":1,"81":1,"82":1,"83":1,"91":1,"92":1,"93":1,"94":1,"95":1,"96":1,"97":1,"108":1,"109":1,"110":1,"111":1,"112":1,"113":1,"114":1,"118":1,"119":1,"120":1,"121":1,"122":1,"123":1,"124":1,"170":1,"171":1,"172":1},"2":{"1":6,"3":8,"4":14,"6":63,"18":3,"20":1,"22":3,"25":2,"27":2,"29":4,"34":1,"35":3,"38":4,"45":1,"48":2,"51":1,"52":5,"54":5,"55":4,"57":5,"64":6,"66":1,"67":7,"69":1,"70":4,"73":1,"75":1,"76":1,"87":2,"90":2,"98":1,"100":1,"101":1,"103":2,"104":3,"106":2,"107":2,"117":2,"119":1,"130":1,"132":4,"134":1,"136":2,"137":13,"147":1,"149":2,"151":3,"152":1,"153":4,"154":1,"155":1,"158":1,"159":1,"160":1,"163":1,"168":1,"169":5,"171":1,"172":2,"173":2,"174":1,"176":5,"177":1,"179":1}}],["geometry=",{"2":{"173":1}}],["geometrybasics",{"2":{"31":3,"40":2,"41":10,"64":1,"69":1,"76":1,"107":1,"117":1}}],["geometrycolumns",{"2":{"137":3}}],["geometrycollections",{"2":{"176":1}}],["geometrycollection",{"2":{"23":1,"178":1}}],["geometrycollectiontrait",{"2":{"23":1,"82":1,"83":1,"96":1,"97":1,"113":1,"114":1,"123":1,"124":1}}],["geometrycorrections",{"2":{"142":1}}],["geometrycorrection",{"2":{"0":1,"6":11,"140":2,"141":2,"142":13,"143":11,"146":4}}],["geometry",{"0":{"2":1,"54":1,"82":2,"83":2,"96":2,"97":2,"113":2,"114":2,"123":2,"124":2,"141":1,"149":1,"155":1,"169":1,"173":1},"1":{"3":1,"4":1,"142":1,"143":1,"150":1,"156":1,"157":1,"170":1,"171":1,"172":1,"173":1,"174":1},"2":{"1":10,"3":24,"4":12,"6":70,"9":1,"11":2,"18":4,"20":1,"23":3,"29":1,"31":1,"35":7,"38":4,"42":4,"45":3,"47":1,"48":4,"51":4,"62":1,"67":8,"69":4,"70":6,"72":5,"73":2,"75":4,"76":5,"77":4,"78":1,"82":3,"83":4,"85":4,"86":4,"87":3,"89":2,"90":5,"91":4,"92":2,"93":2,"96":3,"97":4,"98":2,"100":2,"104":3,"106":3,"107":4,"108":4,"109":2,"113":3,"114":4,"116":4,"117":5,"118":4,"123":3,"124":4,"126":1,"130":3,"132":2,"135":2,"137":43,"139":1,"140":1,"141":2,"142":23,"143":6,"147":1,"148":1,"149":6,"151":3,"152":1,"153":5,"154":8,"157":6,"168":6,"170":1,"171":1,"172":4,"173":2,"174":2,"176":1,"177":7,"178":4,"179":2}}],["geometryopsprojext",{"2":{"149":1,"150":1,"153":1,"154":1}}],["geometryopslibgeosext",{"2":{"42":1}}],["geometryops",{"0":{"0":1,"25":1,"31":1},"1":{"1":1,"2":1,"3":1,"4":1,"5":1,"6":1},"2":{"0":117,"1":6,"3":18,"4":9,"5":3,"6":114,"7":2,"11":1,"13":1,"14":1,"15":1,"17":2,"25":1,"26":4,"27":1,"31":1,"34":1,"37":1,"40":5,"42":1,"44":1,"47":1,"50":1,"51":1,"52":1,"54":1,"55":1,"57":1,"59":1,"61":1,"62":1,"63":3,"66":1,"67":1,"69":1,"72":1,"73":2,"75":1,"76":2,"85":1,"86":2,"87":2,"89":1,"90":2,"100":1,"101":1,"103":1,"104":1,"106":1,"107":2,"116":1,"117":2,"127":3,"129":2,"132":4,"137":1,"139":1,"142":1,"143":4,"145":1,"150":1,"152":1,"153":2,"156":1,"157":2,"162":1,"164":1,"167":2,"168":1,"169":1,"170":3,"175":1,"176":1,"177":2,"178":2}}],["geom",{"2":{"1":7,"4":21,"6":48,"18":3,"31":12,"32":13,"35":25,"38":17,"45":28,"46":16,"48":6,"51":15,"52":8,"53":2,"54":12,"55":10,"57":9,"58":9,"67":45,"70":28,"76":4,"87":1,"90":4,"98":3,"104":1,"107":4,"117":4,"127":3,"129":1,"130":2,"132":3,"137":91,"146":11,"148":4,"154":13,"157":36,"161":3,"162":7,"163":4,"168":13,"178":6}}],["geospatial",{"0":{"172":1,"174":1},"2":{"169":5,"171":1,"172":3,"174":5}}],["geoscontext",{"2":{"153":1}}],["geosdensify",{"2":{"153":3}}],["geos",{"0":{"167":1},"2":{"0":1,"6":6,"42":4,"59":1,"63":4,"64":1,"155":5,"157":2,"164":1,"167":12}}],["got",{"2":{"161":3}}],["goes",{"2":{"6":2,"127":2}}],["good",{"2":{"6":1,"41":1,"167":2,"172":1}}],["going",{"2":{"4":4,"6":5,"48":2,"63":1,"67":5,"127":1,"129":1,"169":1}}],["go",{"2":{"1":5,"3":17,"4":2,"6":43,"11":9,"13":1,"14":1,"15":6,"18":1,"31":2,"34":1,"37":1,"41":1,"44":2,"47":1,"50":2,"51":2,"52":2,"54":2,"55":2,"57":2,"61":3,"62":2,"63":8,"64":2,"66":1,"67":2,"69":6,"72":2,"73":2,"75":1,"76":2,"85":2,"86":2,"87":1,"89":1,"90":2,"100":1,"101":2,"103":1,"104":2,"106":1,"107":2,"116":2,"117":2,"127":6,"129":2,"130":1,"132":1,"137":3,"139":3,"145":3,"152":7,"153":8,"156":2,"157":49,"162":3,"167":1,"168":2,"169":1,"170":3,"172":1,"174":1,"175":3,"176":9,"177":2,"178":5,"179":1}}],["gtrait",{"2":{"70":2}}],["gt",{"2":{"1":1,"6":2,"9":2,"10":1,"11":5,"46":3,"127":3}}],["gif",{"2":{"159":1}}],["gives",{"2":{"178":1}}],["give",{"2":{"98":1,"174":1}}],["given",{"2":{"4":7,"6":21,"18":2,"29":1,"34":1,"35":1,"38":2,"45":3,"46":8,"48":3,"51":5,"52":1,"53":2,"54":1,"55":2,"57":1,"58":2,"67":4,"70":8,"72":1,"73":1,"76":1,"85":1,"86":1,"90":1,"98":7,"100":1,"101":1,"107":1,"109":1,"117":1,"130":1,"142":4,"143":1,"145":1,"151":2,"153":2,"154":2,"160":1}}],["github",{"2":{"6":2,"64":1}}],["gis",{"2":{"5":1,"6":1,"25":1,"27":1,"41":1}}],["gi",{"2":{"1":13,"3":42,"4":31,"6":125,"11":8,"13":15,"14":15,"15":8,"18":2,"31":1,"32":34,"34":3,"35":30,"37":5,"38":21,"40":1,"44":5,"45":38,"46":34,"47":5,"48":17,"50":6,"51":13,"52":19,"53":16,"54":25,"55":24,"57":17,"58":36,"61":1,"62":1,"63":3,"64":4,"66":7,"67":99,"69":8,"70":42,"72":7,"73":3,"75":3,"76":4,"77":6,"78":12,"79":10,"80":7,"81":4,"82":8,"83":6,"85":3,"86":3,"87":21,"89":7,"90":2,"91":3,"92":12,"93":14,"94":4,"95":2,"96":8,"97":6,"98":59,"100":5,"101":3,"103":7,"104":51,"106":5,"107":3,"108":6,"109":15,"110":10,"111":7,"112":4,"113":8,"114":6,"116":7,"117":2,"118":6,"119":12,"120":10,"121":7,"122":4,"123":8,"124":6,"127":32,"129":15,"130":4,"132":2,"137":111,"139":2,"140":10,"142":9,"145":3,"146":8,"147":1,"148":5,"152":6,"153":6,"154":12,"156":2,"157":34,"161":4,"162":9,"163":5,"165":9,"168":55,"169":1,"170":21,"171":2,"172":2,"175":2,"177":5,"178":2}}],["o",{"2":{"137":24}}],["odd",{"2":{"98":1}}],["own",{"2":{"58":1,"130":2}}],["occur",{"2":{"55":1}}],["occurs",{"2":{"55":1}}],["occupied",{"2":{"37":1}}],["old",{"2":{"46":8,"137":3}}],["ourselves",{"2":{"153":1}}],["our",{"2":{"24":1,"153":1,"170":4,"171":3,"177":1}}],["out=3",{"2":{"98":1}}],["out=4",{"2":{"54":1}}],["out`",{"2":{"54":1,"98":1}}],["out",{"2":{"6":3,"46":12,"48":23,"55":6,"58":4,"64":1,"69":5,"76":4,"87":1,"90":3,"98":102,"104":2,"107":4,"117":4,"127":1,"137":1,"154":1,"167":2}}],["outside",{"2":{"3":2,"4":1,"6":3,"46":3,"48":1,"53":2,"55":4,"58":3,"69":2,"70":1,"75":1,"86":1,"89":1,"98":12,"104":3,"122":1}}],["outputs",{"2":{"46":1}}],["output",{"2":{"3":8,"4":1,"6":18,"18":1,"23":1,"51":2,"52":1,"54":1,"55":1,"57":1,"58":2,"67":1,"73":1,"76":1,"86":1,"90":1,"101":1,"104":1,"107":1,"117":1,"127":2,"157":1,"161":1,"168":1}}],["outermost",{"2":{"137":1}}],["outer",{"2":{"1":1,"6":1,"135":1,"137":2,"176":1,"177":1}}],["omit",{"2":{"6":1,"153":1}}],["obtain",{"2":{"137":1}}],["obtained",{"2":{"23":1}}],["observable",{"2":{"14":2}}],["obs",{"2":{"14":10}}],["obviously",{"2":{"4":1,"6":1,"147":1}}],["objects",{"2":{"1":4,"4":1,"6":17,"132":3,"135":5,"137":8,"147":1,"151":1,"157":2,"163":1}}],["object",{"2":{"1":4,"4":1,"5":1,"6":8,"20":1,"41":1,"69":1,"98":4,"132":1,"135":5,"137":3,"147":1,"149":3,"153":1,"157":1,"163":1}}],["obj",{"2":{"1":4,"4":1,"6":17,"132":3,"137":10,"147":1,"148":2,"153":3,"157":3,"162":1,"163":1}}],["others",{"2":{"42":1,"146":1}}],["otherwise",{"2":{"4":2,"6":3,"42":1,"46":1,"53":1,"55":1,"70":2,"129":1,"148":1,"150":1,"153":1,"168":1}}],["other",{"0":{"4":1,"6":1},"2":{"3":4,"6":12,"35":1,"46":5,"52":1,"54":1,"55":1,"57":2,"58":3,"59":2,"67":2,"70":2,"72":1,"78":1,"98":8,"100":1,"103":1,"104":4,"106":2,"107":2,"110":1,"119":1,"129":1,"132":1,"135":1,"137":1,"143":2,"144":1,"146":2,"157":2,"159":2,"164":1,"165":1,"167":1,"171":1,"176":1,"179":1}}],["ogc",{"0":{"3":1}}],["over=3",{"2":{"54":1}}],["over`",{"2":{"54":1}}],["overflow",{"2":{"51":1}}],["overhead",{"2":{"22":1,"137":2}}],["override",{"2":{"6":1,"41":1}}],["overlapping",{"2":{"46":11,"55":4,"58":6}}],["overlap",{"2":{"3":4,"6":4,"9":1,"46":2,"55":8,"58":2,"76":1,"85":1,"98":2,"103":5,"104":6,"117":1,"144":1}}],["overlaps",{"0":{"102":1,"103":1},"1":{"103":1,"104":1},"2":{"0":10,"3":5,"6":13,"31":1,"55":1,"102":1,"103":3,"104":30,"129":1,"176":1}}],["over",{"2":{"1":1,"6":3,"37":2,"38":1,"45":3,"46":5,"48":1,"54":1,"55":11,"58":1,"63":1,"76":1,"87":1,"90":1,"98":15,"104":2,"107":1,"117":1,"137":22,"170":3}}],["opposed",{"2":{"175":1}}],["opposite",{"2":{"3":5,"6":5,"46":2,"53":1,"55":2,"58":1,"73":2,"76":1,"86":2,"101":2,"117":1}}],["ops",{"2":{"137":1}}],["open",{"2":{"46":1,"139":1,"171":1}}],["operates",{"2":{"137":1,"138":1,"144":1}}],["operate",{"2":{"18":1,"29":1,"137":1}}],["operations",{"0":{"23":1},"2":{"23":1,"26":1,"55":1,"58":1,"130":1}}],["operation",{"2":{"6":3,"46":1,"130":1,"143":2,"146":2,"167":2}}],["optimisation",{"2":{"98":1}}],["optimise",{"2":{"87":1}}],["optimal",{"2":{"6":1,"64":1}}],["options",{"2":{"14":1,"46":1}}],["optional",{"2":{"4":5,"6":6,"35":1,"38":2,"48":1,"70":2}}],["op",{"2":{"1":3,"6":3,"19":2,"45":1,"137":35}}],["on=2",{"2":{"98":1}}],["on`",{"2":{"98":1}}],["once",{"2":{"87":1,"104":1,"129":1}}],["onto",{"2":{"70":1}}],["ones",{"2":{"145":1}}],["oneunit",{"2":{"41":1}}],["one",{"2":{"1":1,"3":9,"6":14,"23":1,"35":4,"38":2,"40":1,"41":1,"45":1,"46":5,"48":3,"52":1,"53":1,"54":1,"55":32,"57":2,"58":2,"59":1,"69":2,"75":1,"82":1,"87":1,"89":1,"98":18,"103":1,"104":18,"106":2,"107":2,"110":3,"111":2,"112":2,"113":1,"114":1,"116":1,"117":1,"123":1,"127":1,"129":5,"137":1,"145":1,"149":1,"153":1,"161":1,"162":1,"171":1,"176":1}}],["on",{"0":{"171":1},"2":{"1":2,"4":3,"6":11,"9":1,"18":1,"20":1,"23":2,"25":3,"27":3,"29":2,"35":5,"38":3,"40":1,"41":2,"45":3,"46":28,"48":8,"51":1,"52":1,"53":5,"54":1,"55":4,"57":1,"58":2,"64":1,"67":2,"69":1,"70":3,"75":1,"76":7,"78":2,"79":3,"80":3,"81":1,"87":4,"90":6,"92":4,"93":1,"94":1,"98":125,"104":9,"107":7,"109":2,"117":7,"119":2,"120":1,"121":1,"129":3,"130":1,"132":1,"137":15,"138":1,"140":1,"143":1,"144":1,"151":1,"153":1,"159":1,"166":2,"169":1,"171":3,"172":1,"174":1,"175":1,"176":4,"177":1,"178":2,"179":2}}],["only",{"2":{"0":1,"5":1,"6":11,"23":1,"38":2,"40":2,"41":1,"42":1,"45":2,"46":4,"48":3,"51":1,"52":1,"54":1,"55":1,"57":1,"64":3,"67":3,"70":2,"103":3,"104":1,"106":1,"129":2,"137":2,"145":1,"151":1,"152":1,"154":2,"164":1,"167":2,"172":1,"178":1,"179":1}}],["often",{"2":{"171":1}}],["offers",{"2":{"170":1}}],["offer",{"2":{"153":1}}],["offset",{"2":{"35":8,"67":1}}],["off",{"2":{"4":1,"6":1,"46":4,"67":1,"98":6,"137":1}}],["of",{"0":{"62":1},"2":{"1":7,"3":29,"4":66,"5":5,"6":194,"7":2,"9":4,"17":3,"18":5,"19":1,"20":2,"22":1,"23":2,"24":2,"25":1,"26":1,"27":1,"29":3,"34":1,"35":38,"37":5,"38":28,"39":9,"40":1,"41":13,"42":1,"44":3,"45":12,"46":84,"47":5,"48":31,"51":5,"52":12,"53":13,"54":10,"55":48,"57":9,"58":20,"59":5,"63":3,"64":3,"66":2,"67":19,"69":6,"70":18,"72":4,"73":5,"75":6,"76":18,"78":1,"79":5,"80":5,"81":1,"82":2,"83":1,"86":5,"87":1,"89":3,"90":14,"92":1,"93":1,"94":1,"96":2,"97":1,"98":85,"100":1,"101":3,"103":1,"104":13,"106":2,"107":15,"109":3,"110":7,"111":5,"112":1,"113":2,"114":1,"116":4,"117":18,"119":3,"120":6,"121":6,"122":4,"123":1,"124":1,"126":2,"127":3,"128":2,"129":19,"130":3,"132":1,"135":5,"136":2,"137":27,"138":1,"139":1,"143":2,"144":4,"146":4,"148":3,"149":1,"151":2,"152":2,"153":5,"154":2,"157":8,"159":4,"160":2,"161":1,"163":1,"165":2,"167":4,"168":2,"170":6,"171":4,"172":2,"173":1,"174":4,"176":3,"177":4,"178":2}}],["org",{"2":{"52":1,"54":1,"57":1,"98":2,"159":1}}],["organise",{"2":{"10":1}}],["orange",{"2":{"50":1,"66":2,"69":1,"72":2,"89":2,"103":2,"116":2}}],["oro",{"2":{"11":2}}],["originate",{"2":{"58":1}}],["originals",{"2":{"22":1}}],["original",{"2":{"6":4,"18":1,"22":1,"46":10,"51":5,"52":1,"54":1,"58":4,"135":1,"137":3,"142":1,"148":2,"154":1,"156":4,"157":1}}],["orient",{"0":{"13":1},"1":{"14":1,"15":1},"2":{"13":7,"14":12,"46":15,"55":53}}],["orientation",{"0":{"125":1},"1":{"126":1,"127":1},"2":{"6":2,"10":1,"31":1,"38":1,"46":10,"48":2,"52":1,"54":2,"55":2,"57":1,"98":16,"126":1,"157":1}}],["ordered",{"2":{"37":1}}],["order",{"0":{"63":1},"2":{"1":4,"3":1,"4":2,"6":7,"35":1,"37":1,"38":2,"41":1,"46":4,"55":1,"58":1,"63":4,"64":1,"67":3,"70":2,"73":1,"76":1,"86":1,"101":1,"137":2,"149":2,"157":1,"176":1}}],["or",{"0":{"24":1},"2":{"1":11,"3":3,"4":10,"6":54,"18":1,"20":1,"22":1,"23":1,"25":1,"27":1,"29":2,"31":1,"35":4,"38":1,"41":1,"42":1,"44":2,"45":4,"46":24,"47":1,"51":1,"52":1,"53":3,"54":2,"55":9,"57":1,"58":2,"59":1,"64":1,"67":3,"69":2,"70":4,"72":1,"76":1,"78":2,"79":1,"80":1,"81":1,"82":1,"83":1,"89":2,"92":2,"93":3,"94":2,"95":1,"96":1,"97":1,"98":26,"100":2,"101":1,"103":1,"104":2,"106":1,"107":1,"113":1,"114":1,"117":1,"119":2,"123":1,"124":1,"126":2,"127":3,"129":7,"130":3,"132":1,"134":2,"136":1,"137":9,"138":1,"140":1,"142":5,"143":2,"149":2,"150":1,"151":2,"153":2,"154":2,"155":1,"157":3,"159":2,"161":2,"163":1,"165":3,"168":2,"176":1,"178":2}}],["est",{"2":{"178":1}}],["essentially",{"2":{"165":1}}],["especially",{"2":{"6":1,"18":1,"23":1,"129":1}}],["effects",{"2":{"137":3}}],["efficiently",{"2":{"20":1}}],["efficient",{"2":{"6":1,"41":1,"52":2,"54":2,"57":2,"64":1,"140":1}}],["e2",{"2":{"98":4}}],["e1",{"2":{"98":8}}],["euclid",{"2":{"48":2,"70":11,"98":1,"158":1}}],["euclidean",{"2":{"4":1,"6":1,"41":13,"70":6,"154":1}}],["everything",{"2":{"157":1}}],["every",{"2":{"46":1,"67":2,"135":1,"167":1}}],["evenly",{"2":{"177":1}}],["eventually",{"2":{"46":1}}],["even",{"2":{"38":2,"48":1,"55":1,"67":1,"70":1,"130":1,"139":1,"144":1}}],["evaluated",{"2":{"176":1}}],["eval",{"2":{"31":2,"137":2}}],["epsg",{"2":{"171":5,"172":8}}],["eps",{"2":{"35":2,"55":14}}],["eponymous",{"2":{"6":1,"153":1}}],["e",{"2":{"9":1,"22":1,"42":1,"129":1,"135":1,"137":2,"170":2,"171":1,"174":1}}],["ellipsoid",{"2":{"175":1}}],["eltype",{"2":{"32":1,"129":4}}],["elements",{"2":{"82":1,"83":1,"96":1,"97":1,"104":1,"113":1,"114":1,"123":1,"124":1}}],["element",{"2":{"6":6,"34":1,"46":4,"51":2,"52":1,"54":1,"55":1,"57":3,"152":1,"171":1}}],["elsewhere",{"2":{"51":1}}],["elseif",{"2":{"32":4,"46":5,"48":7,"52":1,"54":1,"55":14,"57":2,"58":1,"87":3,"98":10,"127":1,"129":2,"146":1,"159":2,"161":2}}],["else",{"2":{"3":6,"6":6,"32":8,"35":1,"41":2,"46":19,"48":9,"51":1,"53":2,"55":9,"57":1,"58":9,"87":2,"98":17,"104":8,"129":20,"137":8,"140":1,"148":1,"150":1,"157":2,"159":4,"161":2,"162":1,"163":1,"167":1}}],["etc",{"2":{"6":1,"20":2,"37":1,"64":1,"165":1,"174":1}}],["empty",{"2":{"4":2,"6":6,"35":2,"46":2,"52":1,"54":1,"55":2,"57":1,"129":2}}],["embedding",{"0":{"136":1,"147":1}}],["embedded",{"0":{"172":1},"2":{"129":1,"136":3,"169":1,"172":1}}],["embed",{"2":{"0":2,"4":1,"6":1,"136":1,"147":2}}],["errors",{"2":{"31":1,"55":1,"154":1}}],["error",{"0":{"150":1},"2":{"4":1,"6":4,"7":1,"18":1,"31":6,"41":1,"42":4,"46":2,"55":2,"56":1,"67":2,"129":1,"135":1,"142":2,"150":3,"153":5,"161":4,"167":3,"168":1}}],["edgekeys",{"2":{"129":3}}],["edge",{"2":{"3":1,"4":3,"6":4,"20":1,"31":1,"38":1,"44":1,"46":25,"48":13,"52":1,"54":1,"55":6,"57":1,"67":1,"70":4,"78":2,"93":2,"94":1,"98":7,"104":21,"119":2,"120":1,"121":1,"129":7,"168":2}}],["edges`",{"2":{"55":1}}],["edges",{"2":{"0":1,"4":2,"6":9,"46":12,"48":8,"53":3,"55":10,"58":3,"66":2,"67":1,"70":3,"72":1,"78":1,"79":3,"80":7,"81":3,"89":1,"92":3,"95":1,"98":3,"104":20,"116":1,"119":1,"129":22,"168":29}}],["earlier",{"2":{"170":3}}],["earth",{"2":{"6":2,"25":1,"27":1,"153":2,"157":1,"171":2,"176":1}}],["easiest",{"2":{"173":1}}],["easier",{"2":{"164":1,"166":1}}],["easily",{"2":{"130":1}}],["east",{"2":{"48":9}}],["easy",{"2":{"1":1,"6":1,"144":1,"162":1}}],["eachindex",{"2":{"35":1,"127":1,"129":3,"137":2,"158":1,"161":1}}],["each",{"2":{"3":2,"4":3,"6":6,"9":1,"18":2,"20":1,"35":4,"38":2,"39":4,"41":1,"46":5,"48":1,"55":3,"67":2,"70":1,"76":1,"90":1,"98":6,"103":1,"104":3,"107":1,"117":1,"127":1,"129":1,"137":1,"144":2,"157":1,"173":1,"174":1,"177":2,"178":2,"179":1}}],["equatorial",{"2":{"6":6,"153":4}}],["equality",{"2":{"46":1,"55":1,"176":1}}],["equal",{"2":{"3":2,"4":16,"6":19,"35":6,"55":1,"66":3,"67":22,"69":1,"70":4,"78":1,"92":1,"98":15,"103":1,"104":2,"109":2,"119":1,"139":1}}],["equals",{"0":{"65":1,"66":1},"1":{"66":1,"67":1},"2":{"0":17,"4":3,"6":19,"31":1,"35":2,"46":4,"51":2,"55":8,"65":1,"66":2,"67":50,"70":1,"78":1,"92":1,"98":10,"104":2,"109":3,"119":1,"176":1}}],["equivalent",{"2":{"3":1,"4":4,"6":6,"38":1,"46":1,"55":1,"58":1,"67":5,"76":1,"98":1}}],["enable",{"2":{"179":1}}],["enabled",{"2":{"176":1}}],["enabling",{"0":{"179":1}}],["enclosed",{"2":{"98":1}}],["encode",{"2":{"24":1}}],["encompasses",{"2":{"18":1,"98":1}}],["encounters",{"2":{"18":1}}],["en",{"2":{"98":1,"159":1}}],["envelope",{"2":{"55":2}}],["envelopes",{"2":{"55":2}}],["enough",{"2":{"46":1}}],["entirely",{"2":{"98":1}}],["entire",{"2":{"48":1,"98":4}}],["entry",{"2":{"46":11,"53":3,"55":4,"58":3,"129":1}}],["ent",{"2":{"46":19,"51":2}}],["enter",{"2":{"46":4}}],["ensuring",{"2":{"6":1,"151":1,"154":1}}],["ensure",{"2":{"6":3,"41":1,"52":1,"54":1,"57":1,"138":2,"141":1}}],["ensures",{"2":{"6":3,"140":1,"143":3,"146":2}}],["enumerate",{"2":{"13":2,"35":1,"46":10,"48":1,"51":1,"53":1,"58":2,"98":1,"129":2,"146":2,"161":1}}],["enum",{"2":{"6":2,"46":3,"54":3,"98":3}}],["endpt",{"2":{"159":3}}],["endpoints",{"2":{"46":3,"48":1,"53":1,"55":6,"58":1,"70":2,"98":11,"104":2,"106":1}}],["endpoint=3",{"2":{"46":1}}],["endpointtype",{"2":{"46":2}}],["endpoint",{"2":{"3":1,"6":2,"46":27,"54":1,"55":16,"70":2,"75":1,"98":3,"104":2,"157":4,"159":4,"170":1}}],["ending",{"2":{"46":1,"48":1}}],["end",{"2":{"1":1,"6":1,"9":1,"13":4,"14":3,"31":4,"32":23,"35":18,"38":8,"41":35,"42":3,"45":10,"46":130,"48":43,"51":9,"52":8,"53":12,"54":5,"55":31,"56":1,"57":6,"58":24,"64":3,"67":20,"70":19,"82":2,"83":2,"87":20,"96":2,"97":2,"98":104,"104":21,"109":1,"113":2,"114":2,"119":1,"123":2,"124":2,"127":9,"128":4,"129":44,"130":1,"137":49,"138":1,"140":5,"142":3,"146":18,"148":4,"149":1,"150":2,"153":8,"154":8,"157":7,"158":6,"159":30,"160":3,"161":27,"162":4,"163":4,"165":1,"166":3,"167":4,"168":19}}],["enforce",{"2":{"0":1,"6":2,"167":3}}],["exits",{"2":{"46":1}}],["exit",{"2":{"46":32,"51":2,"53":3,"55":3,"58":2}}],["existingnodes",{"2":{"129":3}}],["existing",{"2":{"46":3,"57":1,"129":1,"171":2,"173":1}}],["exists",{"2":{"46":1,"48":1,"55":1}}],["exist",{"2":{"6":1,"46":1,"55":3,"167":1}}],["excluding",{"2":{"95":1,"98":1,"119":2}}],["exclude",{"2":{"87":9}}],["exclusively",{"2":{"111":1}}],["exclusive",{"2":{"48":1,"55":2}}],["exc",{"2":{"42":2,"150":2,"153":2}}],["excellent",{"2":{"23":1}}],["except",{"2":{"18":1,"19":1}}],["excess",{"2":{"5":1,"6":1,"41":1}}],["exp10",{"2":{"153":1,"157":2}}],["expressed",{"2":{"39":2}}],["express",{"2":{"39":1}}],["experimental",{"2":{"31":3}}],["expect",{"2":{"1":1,"100":1,"149":1}}],["explain",{"2":{"26":1}}],["explanations",{"2":{"26":3}}],["explicitly",{"2":{"6":1,"18":1,"24":1,"35":2,"38":1,"41":1,"42":1,"67":1,"70":2,"150":1,"153":1,"154":1}}],["expose",{"2":{"59":1}}],["exposes",{"2":{"17":1}}],["export",{"2":{"39":1,"151":1,"172":1,"174":1}}],["exponential",{"2":{"9":1}}],["ext2",{"2":{"98":3}}],["ext1",{"2":{"98":3}}],["ext",{"2":{"40":15,"46":10,"48":2,"51":3,"52":8,"54":8,"55":18,"57":8,"58":14,"87":7,"98":7}}],["extrema",{"2":{"129":1,"168":1}}],["extreem",{"2":{"35":10}}],["extracts",{"2":{"64":1}}],["extract",{"2":{"64":1,"129":1,"137":3,"157":1}}],["extra",{"2":{"6":3,"46":1,"57":1,"151":1,"153":2,"154":1}}],["external",{"2":{"38":1,"98":2}}],["exteriors",{"2":{"9":1,"54":2,"57":2,"129":1}}],["exterior",{"2":{"3":4,"4":2,"6":10,"35":1,"37":1,"38":1,"40":1,"41":36,"45":2,"46":4,"52":2,"57":3,"58":14,"67":2,"70":1,"72":1,"73":1,"76":3,"86":1,"90":2,"98":9,"107":2,"116":1,"117":3,"120":3,"121":3,"127":6,"129":6,"140":3,"141":1,"143":1,"147":1,"170":2}}],["extending",{"2":{"104":1}}],["extended",{"2":{"70":1}}],["extensions",{"2":{"59":1,"174":1}}],["extension",{"2":{"1":1,"6":1,"41":1,"42":1,"64":1,"75":1,"128":1,"149":3,"150":2,"153":1,"154":1,"155":1,"174":1}}],["extent=true",{"2":{"147":1}}],["extent=nothing",{"2":{"137":1}}],["extent=",{"2":{"137":3}}],["extent=false",{"2":{"137":1,"157":1}}],["extent=gi",{"2":{"129":3}}],["extent`",{"2":{"134":1,"147":1}}],["extents",{"2":{"4":3,"6":3,"31":5,"48":1,"55":3,"98":5,"104":1,"129":3,"137":2,"147":2,"168":2}}],["extent",{"0":{"147":1},"2":{"0":2,"1":4,"4":3,"6":11,"24":1,"31":2,"40":1,"47":1,"48":1,"55":10,"98":4,"104":2,"129":12,"134":3,"136":4,"137":28,"147":2,"157":1,"166":1,"168":7}}],["exactly",{"2":{"161":1}}],["exactpredicates",{"2":{"7":1,"13":2,"14":2,"31":1}}],["exact",{"2":{"3":5,"6":5,"7":2,"12":1,"13":1,"46":36,"48":6,"51":7,"52":5,"54":5,"55":7,"56":1,"57":5,"58":7,"73":2,"76":3,"78":1,"79":3,"80":3,"81":1,"86":2,"87":1,"90":2,"92":1,"93":3,"94":2,"95":1,"98":24,"101":2,"104":3,"107":2,"109":1,"110":3,"111":1,"112":1,"117":3,"119":1,"120":3,"121":3,"122":1,"129":1,"145":1}}],["examples",{"0":{"152":1,"156":1},"2":{"3":8,"4":1,"6":11,"26":2,"67":1,"73":1,"76":1,"86":1,"87":1,"90":1,"104":1,"107":1,"117":1,"127":2,"168":1}}],["example",{"0":{"40":1,"60":1,"139":1,"145":1,"177":1,"178":1},"1":{"61":1},"2":{"1":3,"3":2,"6":13,"11":1,"20":1,"23":2,"34":1,"37":1,"40":1,"44":1,"45":1,"47":1,"50":1,"51":1,"52":1,"54":1,"55":1,"57":1,"66":1,"67":1,"69":1,"72":1,"75":1,"85":1,"87":1,"89":1,"98":1,"100":1,"101":1,"103":1,"106":1,"116":1,"127":1,"129":8,"130":1,"137":2,"139":1,"141":1,"144":1,"145":1,"148":1,"156":1,"157":2,"162":1,"167":1,"177":1,"179":1}}],["either",{"2":{"1":2,"3":1,"6":4,"22":1,"25":1,"27":1,"46":9,"52":1,"54":1,"55":2,"57":1,"58":1,"69":1,"76":1,"98":5,"100":1,"106":1,"107":1,"117":1,"129":1,"137":3,"142":1,"176":1}}],["lj",{"2":{"129":2}}],["lrs",{"2":{"157":2}}],["lr",{"2":{"129":3}}],["lp",{"2":{"98":2}}],["lstart",{"2":{"98":2}}],["ls",{"2":{"98":12}}],["ll",{"2":{"17":1,"40":1,"152":2,"157":1,"171":1,"173":1}}],["l",{"2":{"14":4,"41":6,"87":2,"98":32}}],["lgeos",{"2":{"157":1}}],["lg",{"2":{"13":1,"14":1,"15":2,"63":4,"153":9,"157":17}}],["l305",{"2":{"6":1}}],["loudly",{"2":{"137":1}}],["log10",{"2":{"153":2,"157":4}}],["log",{"2":{"132":3,"133":1,"152":2}}],["location",{"2":{"46":1,"98":6}}],["local",{"2":{"35":3,"38":1,"46":4,"53":1,"58":1,"129":1}}],["loose",{"2":{"138":1}}],["lookup",{"2":{"129":1,"137":1}}],["looks",{"2":{"44":1}}],["look",{"2":{"37":2,"129":2,"139":1,"152":1}}],["looping",{"2":{"129":1}}],["loop",{"2":{"35":1,"41":2,"45":3,"46":8,"48":1,"55":1,"58":1,"98":5,"129":3,"159":1}}],["lower",{"2":{"6":1,"7":1,"129":1,"177":1}}],["lon",{"2":{"6":2,"152":1,"153":2}}],["longitude",{"2":{"171":2}}],["long",{"2":{"6":1,"55":1,"153":1,"178":1}}],["longer",{"2":{"6":3,"151":1,"153":2,"154":1}}],["lots",{"2":{"171":1}}],["lot",{"2":{"6":1,"23":1,"35":1,"38":1,"45":1,"48":1,"67":1,"70":1,"104":1,"130":1,"152":1,"167":2}}],["load",{"2":{"137":2,"157":1,"169":2}}],["loading",{"2":{"42":1,"150":1,"153":1}}],["loads",{"2":{"5":1,"6":1,"41":1}}],["loaded",{"2":{"1":1,"42":3,"149":1,"150":2,"153":2}}],["laptop",{"2":{"178":1}}],["land",{"2":{"171":8}}],["layers",{"2":{"135":1}}],["lazyclosedringtuplepointiterator",{"2":{"32":12}}],["lazyclosedring",{"2":{"32":15,"52":2,"54":2,"57":2}}],["lazy",{"0":{"32":1},"2":{"31":1}}],["lazily",{"2":{"6":1,"32":1,"132":1,"137":1}}],["label",{"2":{"14":4,"15":2,"61":2,"63":1,"69":1,"129":3,"152":2,"156":2,"157":2}}],["labels",{"2":{"13":2,"129":1}}],["latitude",{"2":{"171":2}}],["later",{"2":{"38":1,"63":1,"129":1}}],["lat",{"2":{"6":3,"152":1,"153":3}}],["larger",{"2":{"46":1,"57":1,"161":1}}],["large",{"2":{"6":8,"41":1,"157":2,"174":1,"178":1}}],["lastindex",{"2":{"161":1}}],["last",{"2":{"4":3,"6":3,"9":1,"35":11,"38":2,"40":2,"46":9,"48":4,"67":5,"70":7,"98":20,"109":1,"129":8,"139":1,"146":2,"159":1}}],["lt",{"2":{"6":6,"55":4,"152":1}}],["len",{"2":{"159":7}}],["length",{"2":{"0":1,"5":1,"6":5,"9":1,"18":1,"32":1,"41":32,"43":1,"44":1,"45":22,"46":11,"48":1,"51":2,"52":2,"54":1,"55":1,"57":1,"58":1,"98":1,"129":10,"137":3,"146":2,"152":1,"158":1,"159":1,"160":1,"161":7}}],["legend",{"2":{"157":4}}],["le",{"2":{"98":10}}],["leaving",{"2":{"139":1}}],["leaf",{"2":{"137":4}}],["leading",{"2":{"170":1}}],["lead",{"2":{"55":1,"139":1}}],["least",{"2":{"3":4,"6":4,"46":1,"55":1,"58":2,"98":14,"104":6,"107":1,"110":3,"111":2,"112":2,"113":1,"114":1,"117":1,"123":1,"127":1}}],["leftover",{"2":{"46":1}}],["left=1",{"2":{"46":1}}],["left",{"2":{"41":1,"46":5,"127":1,"129":2,"159":17,"161":5,"176":1}}],["lets",{"2":{"38":1}}],["let",{"2":{"37":1,"44":1,"98":1,"129":3,"152":1,"170":6,"171":4,"172":3,"173":2,"174":2,"179":1}}],["levels",{"2":{"6":1,"129":1,"135":1,"165":1}}],["level",{"2":{"6":1,"7":1,"9":1,"18":2,"20":1,"29":1,"135":1,"137":2,"138":1,"140":1,"142":4,"143":1,"144":1,"146":2,"172":2}}],["less",{"2":{"3":1,"6":7,"35":1,"38":1,"41":1,"45":1,"48":1,"67":1,"70":1,"87":1,"104":1,"129":1,"157":1,"158":1}}],["l289",{"2":{"6":1}}],["l2",{"2":{"3":4,"4":4,"6":8,"66":4,"67":12,"72":8,"86":2,"89":5,"103":4,"106":3,"107":2,"116":8}}],["l195",{"2":{"6":1}}],["l177",{"2":{"6":1}}],["l1",{"2":{"3":6,"4":4,"6":10,"66":4,"67":12,"72":8,"75":4,"76":2,"85":4,"86":2,"89":5,"103":4,"106":3,"107":2,"116":8}}],["li",{"2":{"129":2}}],["lie",{"2":{"55":1}}],["lies",{"2":{"46":3,"177":1}}],["limitations",{"2":{"55":1}}],["limits",{"2":{"40":1}}],["limited",{"2":{"6":1,"151":1,"154":1}}],["library",{"2":{"51":1,"174":1}}],["libraries",{"2":{"38":1,"144":1,"174":1}}],["libgeos",{"2":{"6":2,"13":1,"14":1,"15":1,"23":1,"38":1,"42":5,"63":1,"128":1,"153":7,"157":4,"167":2}}],["little",{"2":{"26":1}}],["literate",{"2":{"26":1,"31":1,"32":1,"35":1,"38":1,"41":1,"42":1,"45":1,"46":1,"48":1,"51":1,"53":1,"55":1,"56":1,"58":1,"64":1,"67":1,"70":1,"73":1,"83":1,"86":1,"87":1,"97":1,"98":1,"101":1,"104":1,"114":1,"124":1,"127":1,"128":1,"129":1,"137":1,"140":1,"143":1,"146":1,"147":1,"148":1,"150":1,"154":1,"161":1,"162":1,"163":1,"167":1,"168":1}}],["lift",{"2":{"14":2}}],["lin",{"2":{"153":5}}],["linked",{"2":{"59":1}}],["linrange",{"2":{"13":2,"14":5,"40":2,"69":1,"129":2,"153":1,"157":2}}],["linering",{"2":{"171":1}}],["linewidth",{"2":{"37":1,"170":1}}],["linesegment",{"2":{"127":2,"154":1}}],["lines",{"0":{"79":1,"93":1,"110":1,"120":1},"2":{"3":1,"4":4,"6":5,"46":3,"50":1,"55":9,"61":1,"62":2,"63":2,"66":4,"67":4,"69":1,"72":3,"75":1,"76":1,"85":2,"87":1,"89":3,"98":2,"100":3,"103":4,"104":2,"106":4,"116":3,"117":1,"129":3,"155":1,"170":4,"175":2}}],["linestrings",{"2":{"4":2,"6":2,"9":1,"67":2,"126":1,"138":1,"170":1}}],["linestringtrait",{"2":{"3":2,"4":4,"6":9,"11":3,"35":1,"45":4,"54":2,"67":8,"70":2,"78":1,"79":4,"80":1,"87":6,"92":1,"93":5,"104":4,"109":1,"110":4,"111":1,"119":1,"120":4,"121":1,"135":1,"142":2,"143":1,"154":2,"165":2}}],["linestring",{"2":{"3":5,"4":6,"6":15,"18":1,"20":1,"35":2,"45":2,"66":2,"67":2,"70":4,"72":2,"73":1,"78":1,"79":3,"86":2,"89":2,"90":1,"92":1,"93":4,"98":2,"103":2,"109":1,"110":3,"111":1,"116":2,"117":1,"119":1,"120":4,"121":1,"127":7,"137":4,"168":3,"170":5,"175":1}}],["linetrait",{"2":{"3":2,"4":4,"6":6,"35":1,"46":2,"51":2,"54":2,"67":8,"70":2,"78":1,"79":4,"80":1,"92":1,"93":5,"104":4,"109":1,"110":4,"111":1,"119":1,"120":4,"121":1}}],["line2",{"2":{"3":3,"6":7,"54":2,"55":2,"87":5,"100":3,"101":2,"104":3,"127":5}}],["line1",{"2":{"3":4,"6":8,"54":2,"55":2,"87":5,"100":3,"101":2,"104":5,"127":5}}],["linea",{"2":{"1":1,"6":1,"162":1}}],["linearmap",{"2":{"157":1}}],["linearalgebra",{"2":{"31":1}}],["linear",{"2":{"4":7,"6":10,"9":1,"38":2,"41":1,"44":1,"45":3,"48":1,"55":1,"67":8,"70":5,"80":1,"98":2,"110":1,"111":2,"120":1,"126":1,"137":2,"140":3,"152":5,"153":3,"154":4}}],["linearr",{"2":{"1":1,"6":1,"162":1}}],["linearrings",{"2":{"9":1,"94":1,"129":6,"138":1,"170":1}}],["linearringtrait",{"2":{"4":4,"6":6,"11":3,"32":1,"35":3,"38":2,"45":4,"46":4,"54":2,"67":8,"70":2,"78":1,"79":1,"80":4,"92":1,"93":2,"94":3,"109":1,"110":1,"111":4,"119":1,"120":1,"121":4,"142":1,"154":2,"157":1,"165":2}}],["linearring",{"2":{"1":10,"3":2,"4":1,"6":15,"35":2,"45":2,"46":1,"64":1,"70":1,"78":1,"80":3,"92":1,"93":1,"94":2,"98":2,"104":4,"109":1,"110":1,"111":3,"119":1,"121":4,"127":1,"129":3,"137":5,"138":1,"139":6,"140":1,"145":13,"157":1,"162":8,"170":24,"171":6,"172":8,"177":2}}],["linearsegments",{"2":{"0":1,"6":4,"151":1,"152":1,"153":3,"154":5}}],["line",{"0":{"98":1},"2":{"0":1,"3":13,"4":9,"6":52,"23":1,"34":2,"35":7,"44":3,"45":10,"46":12,"48":8,"50":6,"51":18,"54":8,"55":67,"58":6,"67":5,"70":11,"73":2,"75":2,"76":1,"78":2,"79":11,"80":8,"85":1,"87":11,"90":2,"92":1,"93":9,"94":4,"98":141,"100":2,"101":2,"103":3,"104":12,"106":2,"107":2,"109":1,"110":10,"111":3,"117":2,"119":2,"120":10,"121":7,"127":6,"129":2,"154":1,"157":1,"158":1,"159":4,"160":1,"168":3,"170":3}}],["lineorientation",{"2":{"0":1,"6":2,"54":2}}],["lists",{"2":{"20":1,"46":3,"104":1}}],["listed",{"2":{"6":1,"35":1,"157":1}}],["list",{"2":{"6":16,"9":1,"35":20,"46":233,"51":20,"52":14,"53":8,"54":13,"55":5,"57":13,"58":1,"178":2}}],["likely",{"2":{"135":1}}],["like",{"0":{"56":1},"2":{"1":2,"6":9,"17":1,"18":2,"19":1,"20":1,"23":1,"24":1,"29":1,"32":1,"38":1,"40":1,"41":1,"44":1,"48":1,"52":1,"54":1,"57":1,"64":1,"67":1,"69":1,"70":1,"130":2,"137":2,"142":2,"143":1,"151":1,"152":1,"165":2,"171":2}}],["iah",{"2":{"175":2}}],["image",{"2":{"129":1}}],["impossible",{"2":{"51":1,"103":1}}],["important",{"2":{"152":1}}],["import",{"2":{"1":3,"6":5,"13":2,"14":2,"15":1,"31":7,"34":1,"37":1,"42":1,"44":1,"47":1,"51":1,"52":1,"54":1,"55":1,"57":1,"66":1,"67":1,"69":1,"72":1,"73":1,"75":1,"76":1,"85":1,"86":1,"87":1,"89":1,"90":1,"100":1,"101":1,"103":1,"104":1,"106":1,"107":1,"116":1,"117":1,"127":3,"137":2,"150":1,"153":2,"156":2,"157":3,"162":2,"168":1,"169":5}}],["implements",{"2":{"167":1}}],["implementing",{"2":{"6":1,"157":1}}],["implement",{"2":{"6":1,"17":1,"23":1,"35":1,"38":1,"41":1,"45":1,"48":1,"64":1,"67":1,"70":1,"76":1,"90":1,"104":1,"107":1,"117":1,"130":1,"141":1,"142":3,"143":1}}],["implementation",{"0":{"35":1,"38":1,"45":1,"48":1,"51":1,"64":1,"67":1,"70":1,"73":1,"76":1,"86":1,"90":1,"101":1,"104":1,"107":1,"117":1,"134":1,"140":1,"146":1,"154":1},"2":{"6":1,"32":1,"35":3,"38":3,"41":1,"45":3,"48":3,"57":1,"67":3,"70":3,"73":1,"76":2,"86":1,"90":2,"101":1,"104":3,"107":2,"117":2,"128":1,"129":2,"149":1,"157":1,"167":1}}],["implementations",{"2":{"6":1,"76":1,"90":1,"107":1,"117":1,"128":1,"155":1,"167":3}}],["implemented",{"0":{"128":1},"2":{"1":1,"6":2,"31":1,"38":1,"41":3,"51":2,"53":2,"55":2,"58":2,"64":1,"70":2,"128":1,"130":2,"142":2,"149":1,"155":1}}],["improvements",{"2":{"9":2,"10":1}}],["improve",{"2":{"4":1,"6":1,"147":1}}],["i=2",{"2":{"127":1}}],["ipoints",{"2":{"98":4}}],["ip",{"2":{"67":2}}],["ipt",{"2":{"46":8}}],["ihole",{"2":{"67":2}}],["ih",{"2":{"58":20}}],["i2",{"2":{"48":2}}],["i1",{"2":{"48":2}}],["ii",{"2":{"46":8}}],["io",{"2":{"42":5,"150":5,"153":5}}],["i+1",{"2":{"41":8,"129":1,"159":2,"161":1}}],["i",{"2":{"9":1,"13":4,"22":1,"32":6,"35":14,"38":1,"41":16,"46":28,"48":4,"53":2,"57":2,"58":4,"67":8,"70":2,"87":7,"98":28,"127":14,"129":17,"137":14,"154":2,"158":3,"159":12,"161":28,"168":2,"170":2,"171":1,"178":3}}],["id",{"2":{"173":1}}],["identical",{"2":{"137":1,"145":1}}],["identity",{"2":{"129":4,"137":2,"147":1}}],["ideal",{"2":{"129":1}}],["idea",{"2":{"6":1,"20":1,"25":1,"27":1,"41":1,"130":1}}],["idx`",{"2":{"46":1}}],["idx",{"2":{"35":6,"46":167,"48":9,"51":23,"52":5,"54":5,"57":2,"146":34,"159":51}}],["id=",{"2":{"6":2}}],["ignored",{"2":{"6":1,"129":1}}],["ignore",{"2":{"6":1,"129":2}}],["i>",{"2":{"6":2}}],["i>method",{"2":{"6":2}}],["innerjoin",{"2":{"177":1,"178":1}}],["inner",{"2":{"98":6,"137":3,"176":1}}],["inline",{"2":{"98":4,"127":1,"137":21,"166":2}}],["in=1",{"2":{"98":1}}],["in`",{"2":{"98":1}}],["inject",{"0":{"56":1},"2":{"150":1}}],["inaccuracies",{"2":{"55":1}}],["ind",{"2":{"178":2}}],["individual",{"2":{"172":1}}],["indicate",{"2":{"137":1}}],["indicates",{"2":{"20":1}}],["indices",{"2":{"46":4,"137":4,"161":16}}],["indeed",{"2":{"139":1}}],["index",{"2":{"41":8,"46":11,"98":1,"137":1,"159":1}}],["inds",{"2":{"129":3}}],["inplace",{"2":{"41":1}}],["inputs",{"2":{"6":1,"46":1,"67":1,"73":1,"86":1,"101":1,"161":1}}],["input",{"2":{"6":12,"35":1,"51":1,"52":1,"54":1,"55":1,"57":1,"129":1,"130":1,"153":3,"154":2,"158":1,"159":1,"160":1,"171":1}}],["inbounds",{"2":{"41":16,"70":5,"98":1}}],["inspiration",{"2":{"51":1}}],["inspired",{"2":{"50":1,"51":2}}],["inside",{"2":{"35":3,"44":1,"46":3,"48":1,"52":1,"53":1,"54":1,"55":1,"57":1,"58":2,"69":3,"70":1,"78":1,"98":1,"116":1,"119":1,"129":2}}],["insertion",{"2":{"46":1}}],["insert",{"2":{"35":1,"159":1}}],["instability",{"2":{"24":2}}],["instantiating",{"2":{"20":1}}],["instead",{"2":{"18":1,"24":1}}],["instructs",{"2":{"6":1,"167":2}}],["init=nothing",{"2":{"137":1}}],["init=typemax",{"2":{"70":2}}],["init=zero",{"2":{"38":1,"48":1}}],["initial",{"2":{"55":2,"153":1}}],["initially",{"2":{"46":1}}],["initialize",{"2":{"41":3,"45":2,"46":1,"55":1}}],["init",{"2":{"19":1,"31":1,"35":1,"45":2,"137":30,"153":4}}],["incorrect",{"2":{"138":1,"139":1}}],["increase",{"2":{"46":1,"98":1}}],["increasing",{"2":{"6":1,"157":1}}],["increment",{"2":{"41":5}}],["including",{"2":{"35":1,"46":2,"55":1,"70":1,"78":1,"79":1,"80":1,"81":1,"98":2}}],["include",{"2":{"31":42,"35":1,"46":1,"59":1,"70":2,"157":2,"166":1,"172":2,"173":1}}],["included",{"2":{"6":2,"58":2,"143":2,"146":2,"172":1}}],["includes",{"2":{"4":2,"6":2,"58":1,"67":1,"70":2,"98":1}}],["incircle",{"0":{"16":1}}],["investigate",{"2":{"129":1}}],["investigating",{"0":{"63":1}}],["inverted",{"2":{"6":1,"64":1}}],["invalid",{"2":{"20":1,"53":2,"139":1,"144":1,"145":1}}],["invoke",{"2":{"20":1}}],["involved",{"2":{"130":1}}],["involve",{"2":{"20":1}}],["involving",{"2":{"6":3,"52":1,"54":1,"57":1}}],["invocation",{"2":{"18":1}}],["ing",{"2":{"1":1,"6":2,"41":1,"162":1}}],["intr",{"2":{"46":28,"48":9,"51":16,"55":8}}],["intr2",{"2":{"46":2,"55":14}}],["intr1",{"2":{"46":3,"55":21,"98":2}}],["intrs",{"2":{"46":10,"55":5}}],["introduction",{"0":{"27":1},"1":{"28":1,"29":1,"30":1}}],["introducing",{"2":{"24":1}}],["introduces",{"2":{"24":1}}],["int",{"2":{"46":6,"58":7,"87":7,"154":1,"157":1,"159":5,"160":1,"161":1}}],["integrate",{"2":{"38":1}}],["integrating",{"2":{"38":1}}],["integrals",{"2":{"37":1}}],["integral",{"2":{"37":1}}],["integer",{"2":{"32":1}}],["intended",{"2":{"6":1,"142":2,"143":1}}],["intermediate",{"2":{"48":1}}],["inter2",{"2":{"48":15}}],["inter1",{"2":{"48":23}}],["interpreted",{"2":{"41":1}}],["interpolation",{"2":{"5":1,"6":1,"40":1,"41":2,"151":1}}],["interpolated",{"2":{"5":3,"6":3,"41":17,"151":1}}],["interpolate",{"2":{"0":2,"5":2,"6":4,"39":1,"40":2,"41":25}}],["interest",{"2":{"41":1,"70":1}}],["internal",{"2":{"40":1}}],["internals",{"2":{"24":1}}],["inter",{"2":{"6":3,"46":21,"51":1,"52":1,"54":5,"55":4}}],["interface",{"0":{"142":1},"2":{"6":3,"20":1,"32":1,"59":1,"64":1,"137":1,"141":1,"142":4,"143":1,"157":1,"171":1}}],["interacted",{"2":{"98":1}}],["interaction",{"0":{"98":1},"2":{"98":2}}],["interactions",{"2":{"46":1,"58":3,"98":15}}],["interactive",{"2":{"13":1,"14":1}}],["interacting",{"2":{"6":1,"54":1,"98":2}}],["interacts",{"2":{"3":1,"6":1,"98":3,"106":1,"107":1,"110":3,"111":1,"112":1}}],["interact",{"2":{"3":2,"6":2,"57":1,"58":1,"89":1,"98":5,"101":1,"106":1,"107":1,"109":1,"110":2,"111":2,"112":1}}],["interior",{"2":{"3":6,"6":7,"35":9,"37":1,"41":7,"45":5,"46":1,"58":18,"72":1,"73":1,"75":1,"76":3,"79":5,"80":1,"81":2,"85":2,"86":1,"87":1,"90":2,"92":2,"93":6,"94":3,"98":15,"106":1,"107":3,"110":1,"111":2,"112":2,"116":1,"117":3,"122":2,"127":2,"140":1,"143":1}}],["interiors",{"2":{"3":6,"6":7,"41":20,"72":1,"73":1,"75":1,"85":1,"86":1,"89":1,"90":1,"95":1,"98":5,"100":1,"101":1,"106":1,"107":1,"109":1,"110":2,"111":1,"116":1,"117":1,"120":3,"121":3}}],["intersectingpolygons",{"2":{"6":3}}],["intersecting",{"0":{"144":1},"1":{"145":1,"146":1},"2":{"6":4,"31":1,"46":2,"58":2,"143":4,"144":1,"146":4}}],["intersections",{"0":{"55":1},"2":{"46":2,"48":2,"53":1,"54":2,"55":1,"58":1,"98":2}}],["intersection",{"0":{"54":1,"99":1},"1":{"100":1,"101":1},"2":{"0":2,"3":3,"6":19,"9":1,"15":4,"23":1,"31":1,"46":38,"48":6,"51":3,"52":4,"53":4,"54":15,"55":73,"57":2,"58":2,"87":2,"98":6,"100":1,"104":5}}],["intersect",{"2":{"3":8,"6":11,"46":4,"48":3,"52":2,"54":1,"55":1,"57":1,"58":5,"72":1,"73":2,"75":1,"76":1,"86":1,"90":1,"93":1,"95":1,"98":4,"100":2,"104":1,"116":1,"117":2,"120":3,"121":3,"145":1,"146":4}}],["intersects",{"0":{"100":1},"2":{"0":2,"3":3,"6":6,"31":1,"46":1,"55":2,"58":2,"87":2,"99":1,"100":4,"101":4,"104":5,"122":1,"146":2,"176":1}}],["into",{"2":{"5":1,"6":7,"17":1,"26":1,"35":1,"38":1,"41":1,"45":4,"46":2,"51":1,"52":1,"54":1,"98":1,"129":4,"132":1,"137":6,"146":1,"157":1,"165":1,"168":2,"170":2,"176":1}}],["int64",{"2":{"1":6,"6":6,"139":6,"158":1,"159":1,"161":1,"162":6,"170":14}}],["info",{"2":{"151":1}}],["information",{"0":{"172":1},"2":{"6":1,"29":1,"41":1,"46":2,"47":1,"55":1,"64":1,"98":1,"169":1,"172":3,"174":2}}],["infinity",{"2":{"98":1,"104":1}}],["inf",{"2":{"1":1,"9":1,"51":2,"158":1,"161":3}}],["in",{"0":{"23":1},"2":{"1":6,"3":3,"4":1,"5":4,"6":51,"7":1,"9":2,"13":6,"14":2,"17":2,"18":4,"20":1,"23":3,"24":2,"25":1,"26":3,"27":1,"29":1,"30":1,"31":2,"35":7,"37":1,"38":3,"39":2,"41":22,"42":1,"44":2,"45":5,"46":72,"48":31,"51":6,"52":9,"53":3,"54":5,"55":29,"57":11,"58":28,"63":1,"64":3,"66":1,"67":17,"69":6,"70":6,"72":2,"73":1,"76":10,"79":1,"80":1,"81":1,"82":1,"83":1,"86":1,"87":7,"90":9,"92":1,"93":1,"94":1,"96":1,"97":1,"98":135,"100":2,"101":1,"103":1,"104":11,"106":1,"107":11,"111":1,"113":1,"114":1,"116":1,"117":10,"120":3,"121":3,"123":1,"124":1,"127":4,"128":3,"129":10,"130":1,"132":3,"135":2,"136":1,"137":12,"141":1,"142":1,"143":2,"144":1,"146":7,"147":1,"148":2,"149":3,"150":1,"151":2,"152":2,"153":14,"154":7,"155":1,"157":5,"158":2,"159":4,"160":1,"161":5,"162":2,"163":1,"164":4,"165":1,"166":1,"167":4,"168":8,"169":1,"170":2,"171":6,"174":2,"176":4,"177":3,"178":1,"179":1}}],["ith",{"2":{"46":3,"58":7}}],["itererable",{"2":{"168":1}}],["iter",{"2":{"32":13,"137":31}}],["iteration",{"2":{"38":1}}],["iterate",{"2":{"32":2,"41":2,"135":1,"137":5}}],["iteratoreltype",{"2":{"32":1}}],["iteratorsize",{"2":{"32":1}}],["iterators",{"2":{"13":1,"41":1,"46":5,"48":3,"54":1,"58":2,"129":1,"137":11,"146":6,"154":1}}],["iterator",{"2":{"6":2,"32":1,"46":4,"54":2,"132":2,"137":2}}],["iterabletype",{"2":{"137":10}}],["iterable",{"2":{"4":1,"6":3,"18":1,"38":1,"48":1,"64":1,"132":1,"137":37,"170":1}}],["iterables",{"2":{"1":2,"6":2,"22":1,"137":6}}],["itself",{"2":{"48":1,"127":1,"135":1}}],["its",{"2":{"5":1,"6":10,"18":1,"37":1,"41":1,"46":2,"48":4,"58":1,"79":1,"132":1,"137":1,"141":1,"157":1,"158":1,"159":1,"160":3,"176":1}}],["it",{"2":{"1":4,"4":1,"6":19,"9":1,"18":11,"19":2,"20":1,"22":1,"29":3,"30":1,"34":1,"35":1,"37":2,"38":3,"40":1,"42":1,"45":2,"46":2,"47":1,"48":2,"52":1,"53":1,"54":1,"55":4,"57":1,"58":3,"63":2,"64":2,"67":1,"70":3,"75":2,"78":3,"92":3,"98":14,"103":1,"104":1,"109":2,"119":3,"126":1,"127":2,"129":4,"130":3,"132":3,"135":3,"136":1,"137":15,"139":1,"140":1,"141":1,"143":1,"144":1,"149":5,"152":2,"153":1,"157":1,"159":1,"164":1,"165":2,"166":1,"167":7,"171":3,"172":3,"174":3,"178":2,"179":2}}],["iff",{"2":{"137":1}}],["if",{"0":{"56":1},"2":{"1":5,"3":17,"4":19,"5":1,"6":74,"18":1,"22":2,"32":9,"34":1,"35":15,"37":1,"38":6,"41":5,"42":3,"45":1,"46":95,"48":36,"51":8,"52":13,"53":12,"54":9,"55":44,"57":10,"58":22,"64":3,"66":2,"67":35,"69":2,"70":8,"72":1,"73":1,"75":1,"76":2,"78":4,"79":3,"80":3,"81":2,"82":1,"83":1,"85":1,"86":1,"87":9,"89":1,"90":3,"92":5,"93":4,"94":2,"95":2,"96":1,"97":1,"98":132,"100":1,"101":1,"103":4,"104":16,"106":1,"107":2,"109":4,"110":3,"111":2,"112":2,"113":1,"114":1,"116":1,"117":2,"119":5,"120":3,"121":3,"122":1,"123":1,"124":1,"127":5,"129":35,"132":1,"135":1,"137":21,"140":1,"142":1,"143":2,"144":1,"146":12,"147":1,"148":1,"149":3,"150":2,"153":6,"154":2,"157":1,"159":12,"161":12,"162":1,"163":1,"166":1,"167":2,"171":1,"174":1,"177":2,"178":1}}],["isolate",{"2":{"157":1}}],["isodd",{"2":{"51":1}}],["istable",{"2":{"137":2}}],["isequal",{"2":{"129":1}}],["iseven",{"2":{"98":1}}],["isempty",{"2":{"32":2,"38":1,"41":4,"48":1,"52":1,"53":2,"54":1,"129":1,"142":1,"159":1}}],["isparallel",{"2":{"98":1,"127":8}}],["issue",{"2":{"46":1}}],["issues",{"2":{"25":1,"27":1}}],["ismeasured",{"2":{"32":4}}],["is3d",{"2":{"32":4,"67":1,"137":1,"148":1,"162":1,"163":1,"168":10}}],["isa",{"2":{"18":1,"41":9,"137":4,"168":1}}],["isnothing",{"2":{"42":1,"46":9,"51":1,"53":2,"55":2,"58":2,"67":1,"129":1,"150":1,"153":1,"157":1,"158":1,"159":5,"160":1,"161":6}}],["isn",{"2":{"6":1,"38":1,"46":4,"48":1,"51":1,"53":1,"55":3,"58":2,"67":1,"70":3,"75":1,"98":9,"104":1,"157":1,"167":1}}],["isclosed",{"2":{"32":3}}],["isclockwise",{"0":{"126":1},"2":{"0":1,"6":2,"48":1,"125":1,"127":5,"129":2}}],["isconcave",{"0":{"127":1},"2":{"0":1,"6":2,"63":1,"125":1,"127":3}}],["is",{"0":{"25":1,"34":1,"37":2,"44":1,"47":1,"50":1,"66":1,"69":2,"72":1,"75":1,"85":1,"89":1,"100":1,"103":1,"106":1,"116":1,"135":1},"2":{"0":1,"1":10,"3":8,"4":43,"5":1,"6":108,"9":3,"11":1,"13":1,"14":1,"18":3,"19":1,"20":1,"22":3,"23":2,"25":2,"27":2,"34":1,"35":19,"37":7,"38":19,"39":2,"40":2,"41":15,"42":3,"44":2,"45":5,"46":82,"47":3,"48":22,"50":1,"51":2,"52":4,"53":13,"54":4,"55":40,"57":7,"58":20,"59":1,"63":5,"64":4,"67":13,"69":8,"70":23,"72":2,"73":3,"75":4,"76":4,"78":7,"79":3,"80":3,"81":1,"82":1,"83":1,"86":3,"87":3,"89":1,"90":5,"92":9,"93":4,"94":2,"95":1,"96":1,"97":1,"98":91,"101":2,"103":3,"104":12,"107":4,"109":2,"116":4,"117":5,"119":8,"120":3,"121":3,"122":1,"123":2,"124":1,"126":2,"127":7,"128":1,"129":11,"130":2,"132":1,"135":3,"136":1,"137":24,"138":7,"139":2,"140":1,"141":3,"142":2,"143":1,"144":4,"145":1,"146":2,"148":1,"149":7,"150":2,"151":3,"152":3,"153":9,"154":6,"156":1,"157":4,"158":1,"159":2,"160":1,"162":2,"164":1,"165":1,"166":1,"167":3,"170":4,"171":5,"172":3,"173":1,"174":3,"176":2,"177":5,"178":2}}],["cpu",{"2":{"178":1}}],["cp",{"2":{"175":1}}],["cy",{"2":{"127":2}}],["cyan",{"2":{"42":1,"150":1,"153":1}}],["cx",{"2":{"127":2}}],["cdot",{"2":{"127":1}}],["cs",{"2":{"98":9}}],["cshape",{"2":{"44":3}}],["cw",{"2":{"48":2}}],["cb",{"2":{"40":1,"63":1,"129":1}}],["cgrad",{"2":{"40":1}}],["cgal",{"2":{"40":1}}],["c",{"2":{"38":1,"44":1,"48":4,"51":5,"56":3,"98":24,"153":1}}],["cleaner",{"2":{"64":1}}],["cleanest",{"2":{"64":1}}],["clear",{"2":{"47":1}}],["clearly",{"2":{"34":1,"37":1,"69":1}}],["clamped",{"2":{"55":18}}],["clamp",{"2":{"35":1,"55":1}}],["classified",{"2":{"46":1}}],["classify",{"2":{"46":4}}],["class",{"2":{"6":1,"129":1}}],["clipping",{"0":{"46":1,"52":1,"53":1,"55":1,"57":1,"58":1},"2":{"6":1,"9":1,"31":8,"46":9,"51":3,"52":1,"54":1,"57":1,"144":1}}],["closure",{"2":{"137":2}}],["closing",{"2":{"32":2,"35":1}}],["close",{"2":{"35":5,"46":2,"48":1,"51":1,"55":1,"70":9,"129":1,"139":1,"140":4}}],["closest",{"2":{"4":3,"6":3,"55":2,"69":1,"70":6}}],["closed2",{"2":{"67":2}}],["closed1",{"2":{"67":2}}],["closed",{"0":{"138":1},"1":{"139":1,"140":1},"2":{"4":4,"6":11,"9":1,"31":1,"32":3,"35":6,"38":3,"45":3,"46":1,"48":1,"55":1,"58":3,"67":21,"78":2,"79":5,"80":5,"92":2,"93":5,"94":3,"98":52,"110":5,"111":1,"119":3,"120":5,"121":5,"127":1,"129":1,"138":1,"139":1,"140":2,"141":1,"143":1,"170":1}}],["closedring",{"2":{"0":1,"6":1,"138":1,"139":1,"140":4,"141":1,"142":1,"143":1}}],["clockwise",{"2":{"4":1,"6":4,"9":1,"37":1,"38":1,"48":7,"63":1,"126":2,"127":3,"129":1}}],["ceil",{"2":{"154":1}}],["ce",{"2":{"98":11}}],["certainly",{"2":{"55":1}}],["certain",{"2":{"17":1,"18":1,"26":1,"29":1}}],["central",{"2":{"46":1}}],["centroids",{"2":{"44":1,"45":1}}],["centroid",{"0":{"43":1,"44":1},"1":{"44":1,"45":1},"2":{"0":4,"4":2,"6":6,"31":1,"43":3,"44":4,"45":38,"130":1,"157":4}}],["cent",{"2":{"44":2}}],["centered",{"2":{"46":1}}],["center",{"2":{"6":1,"44":1,"129":1}}],["cells",{"2":{"129":1}}],["cell",{"2":{"6":4,"47":3,"48":28,"129":2}}],["chunks",{"2":{"137":8}}],["chunk",{"2":{"137":12}}],["chose",{"2":{"24":1,"129":1}}],["choose",{"2":{"6":1,"64":1,"129":2}}],["changes",{"2":{"46":1}}],["changed",{"2":{"46":1}}],["change",{"2":{"24":1,"46":1,"63":1}}],["chain=2",{"2":{"46":1}}],["chain=1",{"2":{"46":1}}],["chain",{"2":{"46":66,"53":3,"55":4,"58":4,"63":2}}],["chains",{"2":{"20":1,"46":1}}],["chairmarks",{"2":{"13":1,"153":1,"157":1}}],["children",{"2":{"157":1}}],["child",{"2":{"6":2,"132":2,"137":7}}],["checkargs",{"2":{"158":1,"159":1,"160":1,"161":1}}],["checking",{"2":{"67":1,"159":1}}],["checks",{"0":{"87":1,"99":1},"1":{"100":1,"101":1},"2":{"42":1,"46":1,"55":1,"66":1,"72":1,"75":1,"85":1,"89":1,"98":5,"100":1,"103":1,"104":1,"106":1,"116":1,"177":1}}],["check",{"2":{"4":1,"6":1,"7":1,"45":1,"46":8,"48":3,"51":1,"52":1,"55":4,"56":1,"57":1,"67":8,"98":11,"129":5,"132":3,"133":1,"145":1,"147":1,"152":2,"159":1,"161":1}}],["checked",{"2":{"4":1,"6":1,"46":1,"55":1,"63":1,"98":1,"147":1}}],["c2",{"2":{"6":3,"15":2,"67":14,"70":3,"129":21}}],["c1",{"2":{"6":3,"15":2,"67":13,"70":4,"129":26}}],["ctor",{"2":{"1":1,"6":1,"162":1}}],["categorize",{"2":{"51":1}}],["categorical",{"2":{"40":1}}],["came",{"2":{"51":1}}],["case",{"2":{"35":1,"39":2,"45":1,"46":1,"52":1,"55":2,"58":1,"98":16,"137":1,"179":1}}],["cases",{"2":{"6":1,"41":1,"51":2,"98":3,"135":1,"137":5}}],["cause",{"2":{"18":1,"23":1,"159":1}}],["careful",{"2":{"41":1,"135":1}}],["care",{"2":{"17":1}}],["carried",{"2":{"6":1,"167":1}}],["cairomakie",{"2":{"13":1,"34":1,"37":1,"40":2,"44":1,"47":1,"50":1,"61":1,"62":1,"63":1,"66":1,"69":1,"72":1,"75":1,"85":1,"89":1,"100":1,"103":1,"106":1,"116":1,"152":1,"153":1,"157":1,"169":1,"175":1,"177":1,"178":1}}],["california",{"2":{"178":1}}],["callable",{"2":{"129":4,"142":1}}],["calling",{"2":{"46":2,"137":1}}],["calls",{"2":{"46":1,"55":1,"58":1,"70":1,"76":1,"90":1,"107":1,"117":1,"135":1,"137":1,"154":1}}],["call",{"2":{"18":1,"24":1,"38":1,"45":1,"137":4,"155":1}}],["called",{"2":{"6":2,"45":3,"46":1,"137":1,"140":1,"142":1,"143":1,"167":1,"171":1}}],["calculation",{"2":{"55":1}}],["calculations",{"2":{"6":1,"25":2,"27":2,"55":1,"153":1}}],["calculating",{"2":{"4":1,"6":1,"18":1,"46":1,"147":1}}],["calculated",{"2":{"6":1,"44":2,"48":1,"55":2,"70":1,"137":4}}],["calculates",{"2":{"4":2,"6":6,"38":1,"41":2,"48":1,"55":2,"57":1,"70":2,"153":1,"160":1}}],["calculate",{"2":{"1":2,"5":1,"6":6,"11":1,"35":3,"41":3,"45":1,"48":1,"55":1,"98":1,"129":1,"134":1,"137":3}}],["calc",{"2":{"1":2,"6":4,"24":1,"35":4,"134":1,"136":1,"137":15,"147":1,"157":2,"166":1}}],["cache",{"2":{"6":1,"41":1}}],["cant",{"2":{"67":1,"129":1,"168":1}}],["cannot",{"2":{"3":3,"4":2,"6":5,"38":1,"67":1,"78":1,"81":1,"104":2,"107":1,"109":2,"111":1,"122":1}}],["can",{"2":{"1":1,"4":2,"6":16,"7":2,"9":1,"13":1,"14":1,"24":1,"26":1,"31":1,"35":1,"38":1,"39":2,"40":1,"41":3,"42":1,"45":1,"46":3,"48":1,"52":3,"54":3,"55":1,"57":3,"58":1,"63":1,"64":2,"66":1,"67":3,"72":1,"75":1,"87":1,"89":1,"98":23,"100":2,"103":2,"104":3,"106":1,"110":1,"111":1,"116":1,"119":1,"120":1,"121":1,"128":1,"129":1,"130":1,"132":1,"136":1,"137":7,"139":2,"140":1,"143":1,"144":2,"145":1,"147":1,"150":1,"152":1,"153":2,"157":2,"167":1,"170":6,"171":1,"172":3,"174":3,"176":3,"177":3}}],["creation",{"2":{"170":1,"172":1}}],["creating",{"0":{"169":1,"170":1,"173":1},"1":{"170":1,"171":1,"172":1,"173":1,"174":1},"2":{"98":1}}],["creates",{"2":{"7":1,"46":3}}],["create",{"0":{"172":1},"2":{"6":2,"13":2,"14":1,"46":1,"51":1,"55":2,"64":1,"129":2,"137":1,"143":2,"144":3,"146":2,"169":2,"170":4,"171":5,"172":3,"173":1,"174":1,"177":1}}],["created",{"2":{"4":2,"6":2,"46":1,"70":3}}],["criteria",{"2":{"76":2,"90":2,"107":2,"117":2,"159":3}}],["cropping",{"2":{"40":2}}],["cross=1",{"2":{"54":1}}],["cross`",{"2":{"54":1}}],["crossings",{"2":{"46":3,"98":1}}],["crossing",{"0":{"87":1},"2":{"6":2,"46":81,"52":1,"53":7,"54":3,"55":7,"57":1,"58":6,"76":1,"87":1,"98":1,"117":1}}],["cross",{"0":{"114":1},"2":{"6":1,"9":1,"35":3,"46":13,"51":14,"52":2,"53":1,"54":2,"55":10,"56":4,"57":2,"58":1,"76":1,"87":2,"90":1,"98":17,"104":2,"107":1,"117":1,"127":3}}],["crosses",{"2":{"0":2,"3":2,"6":3,"31":1,"46":1,"51":1,"87":26,"98":2,"176":1}}],["crc",{"2":{"6":1,"41":1}}],["crs2",{"2":{"171":2}}],["crs1",{"2":{"171":2,"172":1}}],["crs`",{"2":{"149":6}}],["crs=nothing",{"2":{"137":1,"147":1,"157":1}}],["crs=gi",{"2":{"137":7}}],["crs",{"0":{"171":1},"2":{"1":16,"4":2,"6":10,"64":1,"129":10,"134":2,"136":3,"137":27,"147":1,"149":7,"157":1,"169":1,"171":13,"172":7,"174":1}}],["customize",{"2":{"137":2}}],["custom",{"0":{"179":1},"2":{"6":1,"41":1,"179":2}}],["curr^2",{"2":{"35":2}}],["curr",{"2":{"35":8,"46":114,"51":9,"58":3,"146":26}}],["currentnode",{"2":{"129":8}}],["current",{"2":{"35":1,"41":8,"46":3,"51":2,"53":1,"55":1,"58":6,"129":2,"146":3}}],["currently",{"2":{"5":1,"6":3,"23":1,"41":1,"46":1,"51":1,"53":2,"129":1,"137":1}}],["curve",{"0":{"98":1},"2":{"3":1,"4":7,"6":18,"35":6,"38":7,"46":5,"48":3,"54":7,"67":6,"69":1,"70":22,"76":2,"78":4,"79":9,"80":9,"90":1,"92":4,"93":6,"94":3,"98":152,"104":1,"107":1,"110":6,"112":3,"117":1,"119":4,"120":6,"121":6}}],["curves",{"2":{"0":1,"3":1,"6":5,"38":3,"48":3,"55":1,"67":13,"69":1,"70":1,"81":1,"98":1,"104":1,"122":1,"157":2}}],["cutpolygon",{"2":{"50":1}}],["cuts",{"2":{"50":1}}],["cutting",{"0":{"49":1},"1":{"50":1,"51":1},"2":{"46":1,"51":2}}],["cut",{"0":{"50":1},"2":{"0":1,"6":6,"31":1,"41":1,"49":1,"50":5,"51":22,"98":1}}],["coastlines",{"2":{"175":1}}],["coarse",{"2":{"6":1,"151":1,"154":1}}],["cos",{"2":{"170":3,"171":1,"172":2}}],["copy",{"2":{"142":1,"161":1}}],["coors1",{"2":{"127":2}}],["coors2",{"2":{"127":3}}],["coord",{"2":{"154":6}}],["coords",{"2":{"51":9,"154":8}}],["coordinatetransformations",{"2":{"1":2,"6":2,"157":1,"162":2,"169":1,"170":5,"172":2}}],["coordinate",{"0":{"41":1,"148":1,"171":1,"172":1},"2":{"1":4,"5":5,"6":7,"25":1,"27":1,"40":2,"41":10,"137":1,"149":4,"154":1,"169":3,"171":1}}],["coordinates",{"0":{"5":1,"39":1},"1":{"40":1,"41":1},"2":{"0":4,"1":1,"4":2,"5":7,"6":20,"38":2,"39":8,"41":25,"46":2,"47":1,"51":2,"52":1,"54":1,"57":1,"67":2,"70":1,"130":1,"148":2,"149":1,"152":1,"153":3,"171":2}}],["co",{"2":{"98":2}}],["corner",{"2":{"48":4,"129":1}}],["corners",{"2":{"48":1}}],["correspondent",{"2":{"127":1}}],["correspond",{"2":{"46":1}}],["corresponding",{"2":{"35":3,"53":2}}],["correctly",{"2":{"152":1}}],["corrected",{"2":{"142":1}}],["correctness",{"2":{"138":1,"167":1}}],["correcting",{"2":{"20":1,"142":1}}],["corrections",{"0":{"141":1,"143":1},"1":{"142":1,"143":1},"2":{"139":1,"142":6,"145":1}}],["correction",{"2":{"6":10,"31":4,"52":1,"53":2,"54":1,"55":2,"57":1,"58":2,"138":1,"140":2,"141":2,"142":8,"143":7,"144":1,"146":2}}],["correct",{"2":{"6":3,"24":1,"35":1,"38":1,"45":1,"46":1,"48":1,"52":1,"54":1,"57":1,"67":1,"70":1,"76":1,"90":1,"104":1,"107":1,"117":1,"138":1,"139":2,"141":1}}],["cov",{"2":{"48":16}}],["cover",{"2":{"78":1,"82":1}}],["covering",{"2":{"6":2,"85":1,"143":2,"146":2}}],["covered",{"0":{"80":1,"81":1,"121":1},"2":{"3":1,"6":1,"53":1,"58":1,"75":1,"76":1,"80":2,"81":2,"82":1,"83":2,"85":1,"97":2,"98":3,"146":1}}],["coveredby",{"0":{"74":1,"75":1,"78":1,"79":1,"82":1,"83":1,"97":1},"1":{"75":1,"76":1},"2":{"0":2,"3":4,"6":4,"31":1,"46":1,"74":1,"75":3,"76":10,"77":6,"78":13,"79":15,"80":13,"81":5,"82":2,"83":2,"86":3,"176":1}}],["covers",{"0":{"84":1,"85":1},"1":{"85":1,"86":1},"2":{"0":2,"3":5,"6":5,"31":1,"84":1,"85":4,"86":5,"129":1,"176":1}}],["coverages",{"2":{"6":1,"48":1}}],["coverage",{"0":{"47":1},"2":{"0":1,"6":2,"31":1,"47":3,"48":16}}],["code",{"2":{"7":1,"10":1,"26":5,"41":1,"76":1,"90":1,"98":1,"107":1,"117":1,"127":1,"164":1,"166":1,"178":1}}],["colname",{"2":{"137":3}}],["col",{"2":{"137":3}}],["column",{"2":{"22":1,"137":16,"173":2,"176":2}}],["colored",{"2":{"177":1}}],["color=",{"2":{"171":2}}],["colors",{"2":{"61":1,"62":1,"175":1,"177":2}}],["colorrange",{"2":{"40":2,"69":1}}],["colorbar",{"2":{"40":1,"63":1,"69":1,"129":1}}],["colormap",{"2":{"14":1,"40":3,"69":1}}],["color",{"2":{"6":3,"37":1,"40":2,"41":1,"42":1,"44":1,"50":3,"61":1,"62":1,"63":2,"66":4,"69":2,"72":4,"75":1,"85":1,"89":4,"103":4,"116":4,"150":1,"153":1,"170":1,"171":1,"175":1,"177":5}}],["collect",{"2":{"11":3,"13":1,"32":1,"34":1,"37":2,"41":1,"44":1,"47":2,"50":2,"64":2,"69":1,"129":3,"137":3,"152":4,"168":2}}],["collections",{"0":{"82":1,"83":1,"96":1,"97":1,"113":1,"114":1,"123":1,"124":1},"2":{"1":2,"6":10,"22":1,"136":1,"137":7,"157":2,"174":1}}],["collection",{"2":{"1":1,"4":7,"6":13,"18":2,"29":2,"35":2,"38":3,"48":2,"70":2,"82":2,"83":2,"96":2,"97":2,"113":2,"114":2,"123":2,"124":2,"130":1,"137":3,"157":1,"163":1,"168":1}}],["collinear",{"2":{"3":1,"6":2,"46":5,"52":2,"54":3,"55":12,"57":2,"103":1,"104":2}}],["commonly",{"2":{"174":1}}],["common",{"2":{"66":1,"154":1,"169":1,"171":1,"172":1}}],["commented",{"2":{"127":1}}],["comments",{"2":{"98":1}}],["comment",{"2":{"30":1}}],["combos",{"2":{"53":1,"55":1,"58":1}}],["combines",{"2":{"45":1}}],["combine",{"2":{"45":2,"46":5,"146":1}}],["combined",{"2":{"6":1,"46":4,"58":1,"143":1,"146":2,"170":1}}],["combination",{"2":{"6":1,"46":1,"132":1,"137":1}}],["coming",{"2":{"48":1}}],["com",{"2":{"6":2,"55":1,"64":1}}],["compilation",{"2":{"166":1}}],["compiled",{"2":{"24":1}}],["compiler",{"2":{"24":1,"137":2,"166":2}}],["complex",{"2":{"130":1,"157":1,"176":1}}],["complexity",{"2":{"6":1,"130":1,"154":1}}],["complete",{"2":{"38":1}}],["completely",{"2":{"1":1,"3":4,"6":5,"46":2,"53":1,"58":1,"72":2,"73":1,"76":1,"85":1,"86":1,"98":1,"117":1,"137":1}}],["component",{"2":{"6":1,"38":3,"45":11,"48":8,"55":1,"132":1,"137":3}}],["components",{"2":{"6":2,"44":1,"45":2,"132":2,"137":24}}],["composed",{"2":{"4":4,"6":5,"67":5,"170":2}}],["comprised",{"2":{"6":3,"52":1,"54":1,"57":1}}],["computing",{"2":{"42":1,"59":1}}],["computational",{"2":{"6":1,"41":1}}],["computation",{"2":{"6":6,"41":1,"45":1,"52":1,"54":1,"57":1,"158":2,"159":2,"160":2}}],["computer",{"2":{"6":1,"41":1}}],["computes",{"2":{"6":1,"64":1}}],["compute",{"2":{"4":1,"6":3,"38":1,"41":1,"64":3,"154":1}}],["computed",{"2":{"4":4,"6":5,"35":1,"38":3,"41":3,"48":1,"175":1}}],["compact",{"2":{"178":3}}],["comparisons",{"2":{"176":1}}],["comparing",{"2":{"58":1,"67":1}}],["compares",{"2":{"129":1}}],["compared",{"2":{"67":1}}],["compare",{"2":{"3":1,"4":1,"6":2,"35":1,"58":1,"67":2,"104":1}}],["compatibility",{"2":{"38":1}}],["compatible",{"2":{"1":3,"6":1,"22":1,"25":1,"27":1,"35":1,"38":1,"41":2,"45":1,"48":1,"67":1,"70":1,"73":1,"76":1,"86":1,"90":1,"101":1,"104":1,"107":1,"117":1,"135":1,"137":1,"149":2}}],["couple",{"2":{"173":1}}],["course",{"2":{"136":1}}],["country",{"2":{"178":8}}],["countries",{"2":{"11":1,"62":1,"157":1}}],["counted",{"2":{"55":2}}],["counters",{"2":{"41":8}}],["counter",{"2":{"6":1,"46":7,"98":1,"126":1,"127":1}}],["counterclockwise",{"2":{"4":1,"6":2,"9":1,"37":2,"38":1,"63":1,"64":1}}],["count",{"2":{"46":16,"129":1,"161":1}}],["couldn",{"2":{"9":1,"166":1}}],["could",{"2":{"4":1,"6":1,"38":3,"55":4,"58":1,"59":1,"70":1,"98":2,"149":1}}],["conditions",{"2":{"176":1}}],["connected",{"2":{"98":5}}],["connect",{"2":{"48":11}}],["connecting",{"2":{"35":1,"159":1,"170":2}}],["connections",{"2":{"6":2,"143":2,"146":2}}],["context",{"2":{"153":4,"171":2}}],["contents",{"2":{"137":1,"138":1}}],["contours",{"2":{"129":1}}],["contour",{"2":{"129":4}}],["continue",{"2":{"38":1,"46":7,"48":1,"53":2,"55":1,"98":1,"142":1,"146":3,"161":1,"178":1}}],["contributions",{"2":{"25":1,"27":1}}],["controlled",{"2":{"24":1}}],["control",{"2":{"23":1}}],["containing",{"2":{"47":1,"177":1}}],["contain",{"2":{"3":1,"6":1,"26":1,"58":1,"72":1,"104":1,"170":1}}],["contained",{"2":{"3":1,"6":1,"9":1,"58":4,"73":1,"85":1,"103":1,"104":1,"137":1,"177":1}}],["contains",{"0":{"71":1,"72":1},"1":{"72":1,"73":1},"2":{"0":2,"3":4,"6":4,"26":1,"31":1,"46":1,"58":1,"59":1,"71":1,"72":5,"73":4,"135":1,"145":1,"176":1,"177":1}}],["consistent",{"2":{"46":1,"130":1}}],["consistency",{"2":{"22":1}}],["considered",{"2":{"35":1,"41":1}}],["consider",{"2":{"34":1,"37":1,"44":1,"47":1,"48":3,"50":1,"66":1,"69":2,"72":1,"75":1,"85":1,"89":1,"98":3,"100":1,"103":1,"106":1,"116":1}}],["constprop",{"2":{"87":1}}],["constants",{"2":{"46":1}}],["const",{"2":{"31":4,"46":1,"76":4,"90":3,"107":4,"117":4,"134":3,"137":1,"157":4}}],["constrained",{"2":{"6":3,"52":1,"54":1,"57":1}}],["constructing",{"2":{"172":1}}],["construct",{"2":{"165":1}}],["constructors",{"2":{"6":2,"165":2}}],["constructed",{"2":{"1":1,"20":1,"149":1}}],["concepts",{"0":{"28":1},"1":{"29":1,"30":1},"2":{"26":1}}],["concieve",{"2":{"9":1}}],["concavehull",{"2":{"128":1}}],["concave",{"2":{"6":1,"35":2,"44":2,"127":2}}],["convention",{"2":{"44":1}}],["convenience",{"2":{"41":1,"167":1}}],["conversely",{"2":{"46":1}}],["conversion",{"0":{"163":1},"2":{"22":1}}],["converted",{"2":{"22":1,"41":3}}],["converts",{"2":{"6":1,"168":1}}],["convert",{"0":{"77":1,"91":1,"108":1,"118":1},"2":{"6":3,"41":6,"64":1,"69":1,"129":2,"153":1,"157":3,"163":1,"167":1,"168":1}}],["convexhull",{"2":{"128":1}}],["convexity",{"2":{"63":2}}],["convex",{"0":{"59":1,"62":1},"1":{"60":1,"61":1,"62":1,"63":1,"64":1},"2":{"0":1,"6":7,"31":2,"35":3,"59":4,"61":2,"62":1,"63":4,"64":11,"127":1}}],["vw",{"2":{"157":3}}],["von",{"2":{"129":1}}],["v2",{"2":{"98":9}}],["v1",{"2":{"98":9}}],["v`",{"2":{"41":2}}],["vcat",{"2":{"35":1,"41":1,"137":1}}],["vararg",{"2":{"41":1}}],["vary",{"2":{"35":1}}],["variables",{"2":{"24":1,"41":8,"73":1,"86":1,"101":1}}],["variable",{"2":{"24":1,"53":2}}],["vals",{"2":{"159":9}}],["valign",{"2":{"157":1}}],["validated",{"2":{"53":2,"55":2,"58":2}}],["validate",{"2":{"9":1}}],["valid",{"2":{"1":1,"6":8,"45":1,"52":2,"54":2,"55":3,"57":2,"129":1,"138":3,"139":1,"144":1,"145":1,"161":1,"162":1}}],["val",{"2":{"35":2,"46":2,"55":8,"98":30,"104":4}}],["values=",{"2":{"129":2}}],["values=sort",{"2":{"129":1}}],["values",{"2":{"1":1,"5":3,"6":16,"35":2,"40":3,"41":40,"45":2,"46":5,"48":5,"55":1,"70":2,"98":4,"129":19,"137":2,"159":2,"161":1,"166":1}}],["value",{"2":{"0":1,"4":7,"5":2,"6":15,"14":1,"24":1,"35":1,"37":2,"38":4,"41":45,"46":5,"48":2,"55":7,"69":1,"70":3,"129":6,"159":11,"167":2,"176":1}}],["vs",{"0":{"15":1},"2":{"12":1,"55":2}}],["vᵢ",{"2":{"6":1}}],["v0",{"2":{"6":2}}],["v",{"2":{"5":2,"6":6,"14":4,"41":23,"70":8}}],["visvalingam",{"2":{"155":1}}],["visvalingamwhyatt",{"0":{"160":1},"2":{"0":1,"6":3,"157":4,"160":5}}],["visualized",{"2":{"139":1}}],["visualize",{"2":{"100":1,"171":1}}],["visa",{"2":{"46":1}}],["visited",{"2":{"46":4}}],["view",{"2":{"46":2,"64":1,"129":1,"146":1,"159":3,"178":1}}],["viewport",{"2":{"14":1}}],["views",{"2":{"1":1,"46":1,"57":1,"149":1}}],["via",{"2":{"6":1,"42":1,"59":1,"128":1,"150":1,"153":1,"167":2}}],["vec",{"2":{"64":2}}],["vect",{"2":{"137":2}}],["vectypes",{"2":{"41":5}}],["vector",{"2":{"1":12,"4":6,"5":1,"6":46,"18":1,"23":1,"29":1,"34":1,"35":10,"41":14,"46":7,"51":6,"52":4,"53":1,"54":2,"55":3,"57":4,"98":1,"104":2,"127":3,"129":4,"130":1,"137":6,"139":8,"140":1,"145":22,"151":1,"152":1,"154":1,"158":1,"159":4,"160":1,"161":2,"162":10,"168":15,"170":18,"171":6,"172":9}}],["vectors",{"2":{"1":1,"4":2,"6":5,"22":1,"35":4,"41":3,"46":1,"64":1,"70":1,"126":1,"129":1,"137":2,"157":1}}],["ve",{"2":{"17":1,"154":1}}],["vein",{"2":{"7":1}}],["version",{"2":{"167":1}}],["versa",{"2":{"46":1}}],["vert",{"2":{"161":21}}],["verts",{"2":{"157":2}}],["vertical",{"2":{"40":1,"48":1,"55":1,"129":1}}],["vertices",{"2":{"6":7,"9":1,"39":4,"41":5,"46":1,"51":2,"64":1,"78":1,"80":5,"89":1,"92":3,"95":1,"98":1,"119":1,"139":1,"151":2,"152":1,"153":3,"154":3,"157":1,"160":1}}],["vertex",{"2":{"5":1,"6":2,"35":1,"39":2,"41":2,"46":19,"55":12,"63":1,"78":2,"93":2,"94":1,"98":1,"119":3}}],["very",{"2":{"0":1,"152":1,"178":2}}],["ty",{"2":{"129":3}}],["typing",{"2":{"42":1,"150":1,"153":1}}],["typically",{"2":{"39":1,"173":1}}],["typemax",{"2":{"70":1,"129":9}}],["typeof",{"2":{"19":1,"32":2,"41":3,"137":2,"165":1,"179":1}}],["type2",{"2":{"6":2,"67":4}}],["type1",{"2":{"6":2,"67":5}}],["types",{"0":{"133":1,"164":1},"1":{"165":1,"166":1,"167":1},"2":{"6":4,"23":1,"24":1,"31":1,"41":3,"48":1,"51":1,"98":3,"157":1,"164":3,"166":1,"176":1}}],["type",{"2":{"4":11,"5":1,"6":62,"11":1,"22":2,"23":1,"24":2,"30":2,"32":1,"35":9,"38":11,"40":1,"41":8,"45":8,"46":21,"48":8,"51":6,"52":7,"53":6,"54":8,"55":19,"57":7,"58":5,"67":2,"70":28,"132":2,"137":42,"141":1,"142":6,"143":6,"148":1,"153":1,"154":1,"157":3,"163":1,"165":3,"166":5,"167":1,"168":3,"175":1}}],["tx",{"2":{"129":3}}],["tᵢ",{"2":{"41":1}}],["temporary",{"2":{"46":1}}],["term",{"2":{"38":1}}],["terms",{"2":{"6":1,"41":1}}],["teach",{"2":{"26":1}}],["technically",{"2":{"23":1,"138":1}}],["technique",{"2":{"11":1}}],["tell",{"2":{"18":1,"98":1,"166":1,"179":1}}],["test",{"2":{"46":1,"157":2,"167":1}}],["testing",{"0":{"15":1}}],["tests",{"2":{"9":2}}],["tutorial",{"2":{"169":1,"176":1}}],["tutorials",{"2":{"26":2}}],["tups",{"2":{"140":4}}],["tuplepoint",{"2":{"31":3,"168":1}}],["tuple",{"0":{"163":1},"2":{"4":1,"6":19,"31":2,"32":3,"41":2,"45":3,"46":5,"48":3,"51":1,"55":31,"98":17,"127":2,"129":5,"137":2,"139":6,"145":13,"152":1,"157":2,"159":1,"161":2,"168":6,"170":99,"177":2}}],["tuples",{"2":{"0":1,"6":2,"31":1,"32":1,"42":1,"45":1,"46":1,"51":1,"52":3,"53":1,"54":2,"55":1,"57":4,"58":5,"64":2,"140":2,"146":2,"157":2,"163":2,"178":2}}],["turf",{"2":{"127":1}}],["turned",{"2":{"129":1,"137":1}}],["turning",{"2":{"129":8}}],["turn",{"2":{"6":1,"129":1}}],["t2",{"2":{"6":5,"41":47,"77":1,"87":2,"108":1,"118":1}}],["t1",{"2":{"6":6,"41":51,"87":2}}],["t=float64",{"2":{"4":1,"6":3,"45":3}}],["two",{"2":{"3":5,"4":10,"6":23,"23":2,"35":2,"37":1,"41":1,"45":1,"46":6,"48":3,"52":2,"54":1,"55":14,"57":4,"58":3,"66":3,"67":12,"70":5,"72":2,"73":1,"75":1,"85":1,"86":1,"87":1,"89":1,"98":2,"100":2,"101":2,"103":4,"104":5,"106":3,"107":1,"116":2,"129":3,"142":2,"143":1,"145":2,"146":2,"152":1,"167":1,"170":1,"176":3,"177":3}}],["task",{"2":{"137":6}}],["tasks",{"2":{"137":10}}],["taskrange",{"2":{"137":10}}],["tags",{"2":{"46":4}}],["taget",{"2":{"6":2}}],["taylor",{"2":{"6":1,"41":1}}],["table2",{"2":{"176":1}}],["table1",{"2":{"176":3}}],["tables",{"2":{"22":4,"31":1,"137":11}}],["table",{"0":{"173":1},"2":{"6":1,"18":1,"29":2,"137":12,"157":1,"173":1,"174":1,"176":1}}],["taking",{"2":{"6":3,"45":1,"52":1,"53":1,"54":1,"55":1,"57":1,"58":1,"144":1}}],["takes",{"2":{"46":3,"176":1}}],["taken",{"2":{"20":1,"40":1}}],["take",{"2":{"1":1,"6":2,"29":1,"46":3,"52":1,"53":1,"54":1,"55":1,"58":1,"127":2,"129":2,"130":1,"149":1}}],["target=nothing",{"2":{"52":1,"54":1,"57":1}}],["target=gi",{"2":{"46":1}}],["targets",{"2":{"23":1,"35":2,"38":3,"48":3,"70":3}}],["target",{"0":{"23":1},"2":{"1":14,"6":28,"15":3,"22":2,"23":2,"41":1,"45":2,"46":1,"52":5,"53":11,"54":6,"55":10,"57":4,"58":13,"129":1,"130":1,"132":4,"135":5,"136":1,"137":142,"146":2,"149":3,"157":2,"165":3}}],["tilted",{"2":{"48":1}}],["tie",{"2":{"35":1}}],["timings",{"2":{"13":5}}],["timing",{"2":{"13":2}}],["times",{"2":{"4":1,"6":1,"147":1}}],["time",{"2":{"1":5,"13":3,"24":1,"40":1,"129":1,"149":4,"167":1,"170":1,"171":1,"172":2,"177":1,"178":1}}],["title",{"2":{"13":2,"40":2,"63":2,"129":1,"153":1,"157":2}}],["tip",{"2":{"1":1,"5":1,"6":1,"41":1,"149":1,"176":1}}],["tree",{"2":{"176":1}}],["treating",{"2":{"157":1}}],["treated",{"2":{"98":5,"170":1}}],["treats",{"2":{"38":1,"70":1}}],["trials",{"2":{"153":2,"157":2}}],["triangles",{"2":{"39":1}}],["triangle",{"2":{"6":1,"39":4,"160":4,"177":1}}],["triangulation",{"2":{"6":1,"31":1,"64":1}}],["trivially",{"2":{"130":1}}],["try",{"2":{"56":3,"129":1,"135":1,"137":9,"178":1}}],["tr",{"2":{"38":3}}],["trues",{"2":{"146":3}}],["true",{"0":{"24":1},"2":{"1":5,"3":25,"4":3,"6":42,"32":2,"35":7,"38":1,"40":2,"42":1,"46":30,"48":6,"51":1,"52":1,"53":2,"54":1,"55":1,"57":2,"58":3,"67":21,"70":4,"72":1,"73":1,"75":2,"76":6,"78":1,"79":1,"80":4,"82":1,"83":1,"85":2,"86":1,"87":9,"89":2,"90":2,"92":1,"93":1,"94":3,"96":1,"97":1,"98":78,"100":3,"101":1,"103":2,"104":18,"106":2,"107":6,"110":1,"111":1,"113":1,"114":1,"116":2,"117":7,"119":1,"120":1,"121":4,"123":1,"124":1,"127":4,"129":5,"137":8,"146":1,"150":1,"153":1,"157":1,"166":2,"176":1,"179":1}}],["traditional",{"2":{"129":1}}],["traverse",{"2":{"46":1}}],["traced",{"2":{"46":1}}],["traces",{"2":{"46":1}}],["trace",{"2":{"46":2,"52":1,"54":1,"57":1}}],["track",{"2":{"46":3,"146":2}}],["tracing",{"2":{"6":1,"46":4,"48":1,"53":5,"55":2,"58":2}}],["transverse",{"2":{"171":1}}],["translate",{"2":{"40":2}}],["translation",{"2":{"1":2,"6":2,"157":2,"162":2,"170":3,"172":1}}],["transformations",{"2":{"31":10}}],["transformation",{"0":{"162":1},"2":{"6":1,"129":1,"141":1,"149":1,"169":1}}],["transform",{"2":{"0":2,"1":6,"6":3,"15":2,"31":1,"130":1,"149":2,"157":1,"162":4,"170":4,"172":1}}],["trait`",{"2":{"137":1}}],["trait2",{"2":{"67":2,"70":10,"92":2,"93":2,"104":2,"109":2,"111":2,"112":2}}],["trait1",{"2":{"67":2,"70":12,"92":2,"93":2,"104":2,"109":2,"111":2,"112":2}}],["traits",{"2":{"6":2,"18":1,"104":1,"135":2,"142":2,"157":2,"165":3}}],["trait",{"2":{"1":5,"3":2,"4":2,"6":17,"18":7,"20":1,"22":1,"31":1,"32":1,"35":2,"38":5,"41":6,"45":7,"48":2,"51":3,"52":2,"53":2,"54":6,"55":4,"57":2,"58":2,"67":11,"70":7,"76":3,"87":2,"90":3,"98":4,"104":10,"107":3,"117":3,"127":1,"130":1,"132":2,"135":3,"137":49,"142":9,"143":1,"154":1,"157":2,"165":8,"168":7,"170":1}}],["traittarget",{"0":{"165":1},"2":{"0":1,"1":2,"6":8,"35":1,"38":1,"45":1,"48":1,"52":2,"53":4,"54":3,"55":4,"57":2,"58":4,"70":1,"130":2,"133":1,"137":10,"154":1,"157":1,"164":1,"165":20}}],["thus",{"2":{"35":1,"38":1,"46":3,"53":1,"55":1,"58":1}}],["those",{"2":{"35":1,"46":1,"55":1,"78":1,"119":1}}],["though",{"2":{"20":1,"139":1}}],["thing",{"0":{"30":1}}],["things",{"2":{"9":1}}],["this",{"0":{"30":1},"2":{"0":1,"1":1,"3":1,"4":6,"5":1,"6":30,"7":1,"18":1,"23":3,"24":2,"25":2,"27":2,"29":1,"31":1,"32":1,"34":2,"35":6,"37":2,"38":9,"40":3,"41":11,"42":2,"44":1,"45":4,"46":26,"47":1,"48":4,"50":1,"51":5,"53":1,"55":5,"56":1,"57":1,"58":2,"64":5,"67":4,"69":4,"70":6,"72":1,"73":2,"75":3,"76":3,"83":1,"85":1,"86":2,"87":1,"90":3,"97":1,"98":3,"101":2,"103":1,"104":4,"107":3,"114":1,"116":1,"117":3,"124":1,"126":1,"127":3,"128":2,"129":8,"130":2,"135":2,"137":17,"138":3,"140":3,"141":1,"142":6,"143":7,"144":4,"146":3,"147":2,"148":2,"149":4,"150":3,"151":3,"152":5,"153":5,"154":4,"155":2,"157":3,"161":9,"162":1,"163":1,"164":3,"165":2,"166":3,"167":2,"168":1,"169":1,"170":2,"171":4,"172":3,"173":3,"174":1,"176":3,"177":3,"178":3,"179":1}}],["three",{"2":{"26":1,"39":1,"55":1}}],["thread",{"2":{"137":6}}],["threading",{"0":{"137":1},"2":{"137":7,"166":1}}],["threads",{"2":{"1":1,"6":1,"137":10}}],["threaded=",{"2":{"137":8}}],["threaded=true",{"2":{"137":1}}],["threaded=false",{"2":{"38":1,"45":4,"48":2,"70":8,"137":2,"147":1,"157":1}}],["threaded==true",{"2":{"1":1,"6":1,"137":1}}],["threaded",{"2":{"1":3,"4":1,"6":7,"24":1,"35":2,"38":1,"45":3,"48":3,"70":5,"134":1,"137":47,"147":1,"154":6,"157":1,"166":2}}],["through",{"2":{"6":4,"35":1,"41":1,"46":3,"48":1,"50":1,"51":2,"64":1,"76":1,"98":5,"117":1,"129":1,"135":1,"137":1,"143":2,"146":2,"159":1,"167":1,"170":1}}],["thrown",{"2":{"135":1}}],["throws",{"2":{"6":1,"167":1}}],["throw",{"2":{"4":1,"6":1,"32":3,"58":1,"67":1,"129":1,"137":5}}],["than",{"2":{"1":1,"3":1,"6":11,"11":1,"46":2,"78":1,"87":1,"104":1,"119":1,"127":1,"129":2,"136":1,"137":1,"143":2,"144":1,"145":1,"146":2,"151":1,"153":2,"154":1,"158":1,"167":2}}],["that",{"2":{"1":1,"3":3,"4":8,"6":44,"9":1,"17":1,"18":4,"19":3,"20":1,"22":3,"25":1,"26":1,"27":1,"35":4,"37":2,"38":4,"41":4,"42":2,"44":2,"45":3,"46":17,"47":3,"48":5,"52":4,"53":5,"54":4,"55":14,"57":3,"58":5,"59":1,"63":3,"64":4,"66":1,"67":11,"70":2,"72":4,"73":1,"75":2,"76":1,"86":1,"89":1,"90":1,"98":3,"100":1,"101":1,"103":2,"104":10,"106":2,"107":2,"109":2,"116":3,"117":1,"119":3,"127":1,"129":4,"130":1,"132":2,"137":4,"138":3,"139":2,"140":1,"141":3,"142":2,"143":4,"144":2,"145":3,"146":4,"149":1,"151":2,"152":2,"153":3,"154":2,"157":2,"159":1,"161":1,"165":1,"166":1,"167":1,"171":4,"172":1,"173":2,"174":3,"176":1,"177":2}}],["theorem",{"2":{"70":1}}],["themselves",{"2":{"41":1}}],["them",{"2":{"6":1,"25":1,"27":1,"46":1,"128":2,"129":2,"132":1,"137":1,"139":2,"144":1,"145":1,"157":1,"170":1,"172":1,"174":3}}],["thereof",{"2":{"130":1}}],["therefore",{"2":{"69":1,"138":1}}],["there",{"2":{"6":3,"22":1,"35":1,"41":2,"42":1,"46":3,"48":1,"51":2,"53":1,"55":6,"56":1,"58":1,"98":1,"104":2,"128":1,"129":3,"130":1,"137":4,"139":1,"152":1,"161":1,"165":1,"167":1,"171":2,"174":3}}],["then",{"2":{"6":5,"18":1,"22":1,"29":1,"35":3,"41":2,"46":6,"48":1,"52":1,"54":2,"55":6,"56":2,"57":2,"58":2,"64":1,"98":1,"129":2,"135":1,"137":3,"144":1,"153":2,"157":1,"171":1,"176":1,"177":1}}],["their",{"2":{"3":1,"4":1,"6":2,"41":1,"44":2,"58":1,"70":2,"95":1,"104":1,"106":1,"110":1,"111":1,"120":3,"121":3,"130":1,"137":1,"139":1,"145":1,"147":1}}],["they",{"2":{"3":3,"4":11,"6":25,"20":2,"22":1,"23":1,"24":1,"39":1,"45":2,"46":8,"48":2,"52":2,"54":1,"55":6,"57":2,"58":3,"63":1,"66":3,"67":16,"76":1,"89":1,"93":2,"94":1,"95":1,"98":2,"100":1,"103":2,"104":4,"109":1,"111":1,"112":1,"120":1,"121":1,"129":6,"137":1,"138":1,"143":2,"146":2,"152":1,"161":1,"164":1,"177":1}}],["these",{"2":{"1":2,"6":5,"24":1,"32":1,"35":1,"41":5,"46":3,"58":1,"66":1,"67":1,"72":1,"76":1,"85":1,"87":2,"89":1,"90":1,"100":1,"103":1,"104":1,"106":2,"107":1,"116":1,"117":1,"127":1,"129":3,"135":1,"137":2,"149":1,"153":1,"157":2,"167":1,"174":1,"176":1}}],["the",{"0":{"26":1,"29":1,"44":1,"62":1,"63":1},"2":{"1":28,"3":64,"4":112,"5":12,"6":403,"7":5,"9":3,"10":1,"11":3,"17":5,"18":10,"19":2,"20":4,"22":4,"23":5,"24":3,"25":3,"26":4,"27":3,"29":3,"34":1,"35":63,"37":12,"38":43,"39":15,"40":12,"41":71,"42":6,"44":6,"45":25,"46":116,"47":7,"48":47,"50":2,"51":7,"52":27,"53":23,"54":27,"55":82,"56":1,"57":29,"58":70,"59":6,"63":11,"64":16,"66":5,"67":47,"69":11,"70":81,"72":9,"73":11,"75":8,"76":25,"79":8,"80":9,"81":3,"82":3,"83":2,"85":4,"86":11,"87":5,"89":2,"90":21,"92":8,"93":6,"94":4,"96":3,"97":2,"98":123,"100":5,"101":6,"103":5,"104":26,"106":5,"107":21,"109":6,"110":10,"111":7,"112":3,"113":3,"114":2,"116":7,"117":24,"119":2,"120":9,"121":9,"122":6,"123":2,"124":2,"126":1,"127":8,"128":1,"129":47,"130":8,"132":4,"134":2,"135":11,"137":85,"138":5,"139":5,"140":4,"141":2,"142":13,"143":10,"144":4,"145":8,"146":6,"147":1,"148":5,"149":14,"150":2,"151":3,"152":5,"153":26,"154":17,"155":3,"157":18,"158":3,"159":6,"160":3,"161":2,"162":3,"163":1,"164":2,"166":5,"167":21,"170":10,"171":11,"172":10,"173":2,"174":4,"176":10,"177":17,"178":3}}],["t",{"2":{"0":1,"4":28,"6":56,"9":1,"23":1,"31":8,"35":32,"38":41,"41":26,"45":38,"46":74,"48":44,"51":18,"52":12,"53":12,"54":12,"55":156,"57":10,"58":20,"67":17,"70":87,"75":1,"93":1,"98":24,"104":1,"106":1,"110":2,"111":1,"129":14,"137":10,"143":2,"146":2,"153":3,"154":5,"157":1,"163":7,"165":14,"166":2,"167":3,"168":10,"170":4,"178":1}}],["tokyo",{"2":{"178":1}}],["toy",{"2":{"176":1}}],["together",{"2":{"55":1,"58":1,"170":1,"177":1}}],["touching",{"0":{"110":1},"2":{"55":1,"58":1}}],["touch",{"0":{"111":1,"112":1,"113":1},"2":{"46":1,"106":1,"109":2,"111":1,"113":1}}],["touches",{"0":{"105":1,"106":1,"109":1},"1":{"106":1,"107":1},"2":{"0":2,"3":3,"6":3,"31":1,"105":1,"106":3,"107":11,"108":6,"109":11,"110":15,"111":9,"112":8,"113":3,"114":4,"176":1}}],["totally",{"2":{"57":1}}],["total",{"2":{"38":1,"41":2,"46":2,"48":1}}],["towards",{"2":{"25":1,"27":1}}],["topright",{"2":{"157":1}}],["topologypreserve",{"2":{"155":1}}],["topology",{"2":{"155":1}}],["top",{"2":{"20":1,"26":1,"46":1,"129":1}}],["took",{"2":{"178":1}}],["tools",{"2":{"17":1}}],["too",{"2":{"6":1,"55":1,"151":1,"154":1}}],["tol^2",{"2":{"158":1,"159":1}}],["tolerances",{"2":{"160":1,"161":29}}],["tolerance",{"2":{"158":1,"159":1,"160":1,"161":17}}],["tol",{"2":{"6":12,"153":2,"157":18,"158":7,"159":15,"160":8,"161":18}}],["todo",{"2":{"3":2,"6":2,"46":1,"55":1,"64":2,"87":4,"104":1,"129":1,"137":1,"140":1,"157":1,"166":1}}],["to",{"0":{"9":1,"23":1,"26":1,"56":1,"77":1,"91":1,"108":1,"118":1},"2":{"0":2,"1":22,"3":1,"4":33,"5":4,"6":142,"7":2,"9":3,"10":2,"11":2,"13":1,"17":2,"18":9,"19":1,"20":2,"22":3,"23":4,"24":2,"25":3,"26":2,"27":3,"29":4,"30":1,"34":1,"35":8,"37":1,"38":4,"39":4,"40":1,"41":26,"42":2,"44":2,"45":5,"46":32,"47":1,"48":12,"50":1,"51":3,"52":8,"53":4,"54":8,"55":27,"57":7,"58":11,"59":1,"61":1,"62":1,"63":4,"64":6,"66":2,"67":17,"69":6,"70":32,"72":1,"73":1,"75":2,"76":7,"85":3,"86":1,"87":2,"89":1,"90":7,"98":21,"100":2,"101":1,"103":3,"104":7,"106":1,"107":7,"109":1,"116":1,"117":7,"127":4,"129":16,"130":4,"132":4,"134":7,"135":6,"136":1,"137":51,"138":2,"139":3,"141":4,"142":8,"143":5,"144":3,"145":1,"146":4,"147":3,"148":1,"149":4,"150":1,"151":3,"152":3,"153":9,"154":7,"155":1,"157":4,"158":1,"159":15,"160":1,"161":2,"162":4,"163":1,"164":2,"165":2,"166":6,"167":9,"168":28,"169":4,"170":6,"171":10,"172":6,"173":7,"174":5,"175":1,"176":7,"177":5,"178":2,"179":8}}],["rd",{"2":{"157":3}}],["rdbu",{"2":{"69":1}}],["rhumb",{"2":{"127":2}}],["runner",{"2":{"171":1}}],["running",{"2":{"137":3}}],["run",{"2":{"137":8,"178":1}}],["runs",{"2":{"55":2,"126":1}}],["rule",{"2":{"46":1}}],["rules",{"2":{"46":1}}],["right=2",{"2":{"46":1}}],["right",{"2":{"41":1,"46":4,"51":1,"70":1,"127":1,"159":19,"161":5,"170":1,"176":1}}],["ring4",{"2":{"172":2}}],["ring3",{"2":{"171":1}}],["ring2",{"2":{"170":2}}],["ring1",{"2":{"170":2}}],["rings",{"0":{"80":1,"94":1,"111":1,"121":1,"138":1},"1":{"139":1,"140":1},"2":{"4":4,"6":6,"9":2,"32":1,"38":1,"45":1,"46":3,"55":1,"67":7,"126":1,"129":5,"140":1,"143":1,"157":1}}],["ring",{"2":{"4":7,"6":13,"9":1,"31":1,"32":45,"35":3,"38":2,"41":1,"44":1,"45":4,"46":12,"48":13,"58":3,"67":4,"70":5,"78":1,"79":2,"80":5,"92":1,"94":1,"98":2,"109":1,"110":1,"111":3,"119":1,"120":2,"121":4,"127":3,"129":11,"138":2,"139":1,"140":14,"141":1,"170":1}}],["rtrees",{"2":{"20":1}}],["r+y",{"2":{"13":2,"14":1}}],["r+x",{"2":{"13":2,"14":1}}],["ry",{"2":{"13":3,"14":3}}],["rx",{"2":{"13":3,"14":3}}],["round",{"2":{"157":1,"159":1,"161":1}}],["routines",{"2":{"11":1}}],["row",{"2":{"137":3}}],["rows",{"2":{"137":2}}],["robust",{"0":{"15":1},"2":{"63":1}}],["rotate",{"2":{"48":1}}],["rotation",{"2":{"1":1,"6":1,"162":1}}],["rotations",{"2":{"1":3,"6":3,"162":3}}],["rotmatrix2d",{"2":{"157":1}}],["rotmatrix",{"2":{"1":1,"6":1,"162":1}}],["r",{"2":{"6":1,"9":1,"13":11,"14":12,"153":1,"161":2,"170":6,"171":2,"172":4}}],["rᵢ₋₁",{"2":{"41":20}}],["rᵢ∗rᵢ₊₁+sᵢ⋅sᵢ₊₁",{"2":{"6":1}}],["rᵢ₊₁",{"2":{"6":1,"41":29}}],["rᵢ",{"2":{"6":2,"41":49}}],["ramer",{"2":{"159":1}}],["raster",{"0":{"129":1},"2":{"129":4}}],["ray",{"2":{"98":4}}],["raw",{"2":{"18":1}}],["range",{"2":{"13":8,"14":4,"129":1,"137":4}}],["ranges",{"2":{"6":1,"129":2}}],["randomly",{"2":{"177":2}}],["random",{"2":{"157":2}}],["randn",{"2":{"61":1}}],["rand",{"2":{"6":1,"63":1,"129":1,"177":2}}],["rather",{"2":{"6":1,"129":1,"145":1}}],["ratio",{"2":{"6":7,"55":1,"153":1,"157":1,"158":4,"159":6,"160":4,"161":11}}],["radii",{"2":{"6":1,"153":1}}],["radius`",{"2":{"153":1}}],["radius",{"2":{"6":7,"41":13,"153":4}}],["radialdistance",{"0":{"158":1},"2":{"0":1,"6":2,"155":1,"157":4,"158":4}}],["rrayscore",{"2":{"1":1,"6":1,"162":1}}],["rring",{"2":{"1":1,"6":1,"162":1}}],["rewrap",{"2":{"137":3}}],["req",{"2":{"98":44}}],["requirement",{"2":{"138":1,"144":1}}],["requirements",{"2":{"98":5}}],["required",{"2":{"64":1,"76":3,"90":3,"107":3,"117":3,"152":1,"169":1}}],["require",{"2":{"64":1,"75":2,"76":6,"90":3,"98":32,"107":3,"117":3}}],["requires",{"2":{"42":1,"67":1,"72":1,"76":2,"79":3,"80":3,"81":1,"90":1,"93":3,"94":2,"95":1,"107":1,"110":3,"111":1,"112":1,"116":1,"117":1,"120":3,"121":3,"122":1,"150":1,"153":1,"167":1}}],["requests",{"2":{"25":1,"27":1}}],["reflected",{"2":{"157":3}}],["ref",{"2":{"69":1}}],["referring",{"2":{"98":1}}],["refer",{"2":{"6":1,"129":1}}],["references",{"2":{"6":1,"41":1}}],["reference",{"0":{"171":1,"172":1},"2":{"0":1,"1":2,"149":2,"169":2,"171":1}}],["reveal",{"2":{"58":1}}],["reveals",{"2":{"58":1}}],["reverse",{"2":{"37":1,"40":1,"41":1,"46":2,"170":2}}],["rev",{"2":{"57":1}}],["render",{"2":{"40":1}}],["rendering",{"2":{"40":3,"41":1}}],["rename",{"2":{"10":1}}],["regardless",{"2":{"55":1,"98":1}}],["regions",{"2":{"53":3,"55":5,"57":1,"58":3,"98":2,"178":1}}],["region",{"2":{"42":2,"55":3,"58":2,"178":1}}],["register",{"2":{"31":3,"41":3}}],["regular",{"0":{"15":1}}],["readable",{"2":{"174":1}}],["readability",{"2":{"46":1}}],["read",{"2":{"171":2}}],["reached",{"2":{"137":4}}],["reaches",{"2":{"135":1}}],["reach",{"2":{"135":1}}],["reasons",{"2":{"167":1}}],["reason",{"2":{"24":1,"138":1,"144":1,"166":1}}],["real`",{"2":{"153":1,"154":1}}],["reality",{"2":{"63":1}}],["really",{"2":{"38":1,"98":1,"129":1,"166":1}}],["real=1",{"2":{"6":2,"153":2}}],["real=6378137`",{"2":{"153":1}}],["real=6378137",{"2":{"6":2,"153":1}}],["real",{"0":{"178":1},"2":{"5":1,"6":13,"35":1,"41":45,"45":2,"55":1,"153":3,"154":1,"161":5,"176":1}}],["related",{"2":{"130":1}}],["relation",{"2":{"46":2}}],["relations",{"2":{"31":10,"87":1,"104":1}}],["relationship",{"2":{"23":1,"176":2}}],["relative",{"2":{"41":3}}],["relevant",{"2":{"6":1,"10":1,"64":1}}],["reducing",{"2":{"137":2}}],["reduced",{"2":{"158":1,"159":1,"160":1}}],["reduces",{"2":{"19":1,"58":1}}],["reduce",{"2":{"1":1,"6":1,"129":1,"137":2,"142":1}}],["redundant",{"2":{"46":1}}],["red",{"2":{"14":1,"44":2,"69":1,"75":1,"85":1,"100":1,"170":1,"171":1,"177":2}}],["removal",{"2":{"46":1}}],["removes",{"2":{"46":1,"130":1}}],["removed",{"2":{"46":3,"53":5,"129":1}}],["remove",{"2":{"38":1,"46":33,"48":1,"51":2,"52":5,"54":5,"57":2,"146":2,"158":1,"159":3,"161":4}}],["removing",{"2":{"6":3,"46":1,"53":1,"158":1,"159":1,"160":1}}],["remainingnode",{"2":{"129":3}}],["remaining",{"2":{"46":1,"67":1,"98":2,"159":1}}],["remain",{"2":{"1":1,"6":9,"137":1,"157":2}}],["resolution",{"2":{"171":1}}],["resolved",{"2":{"129":1}}],["reset",{"2":{"46":1}}],["resize",{"2":{"13":1,"14":1,"46":2}}],["resampled",{"2":{"6":1,"154":1}}],["respectively",{"2":{"46":1,"104":1,"137":1,"170":1}}],["respect",{"2":{"6":2,"54":1,"55":1,"64":1,"98":6}}],["rest",{"2":{"6":1,"41":2,"57":1}}],["resulting",{"2":{"51":1,"58":1,"129":1,"177":1}}],["results",{"2":{"3":2,"6":2,"55":1,"87":1,"104":1,"137":2,"139":1,"159":25,"170":3}}],["result",{"2":{"1":2,"3":5,"4":5,"6":13,"19":1,"35":1,"38":2,"48":1,"55":15,"64":1,"70":2,"73":1,"76":1,"86":1,"101":1,"117":1,"137":2,"153":3,"161":6}}],["receives",{"2":{"137":2}}],["recent",{"2":{"46":1,"53":1,"55":1,"58":1}}],["recalculate",{"2":{"136":1}}],["recursive",{"2":{"135":1}}],["recursively",{"2":{"4":1,"6":1,"135":1,"147":1}}],["rect",{"2":{"34":3,"37":5,"47":3,"69":7}}],["rectangle",{"2":{"34":2,"37":2,"40":2,"47":2,"48":1,"69":2,"152":5,"153":8,"177":2}}],["recommended",{"2":{"22":1}}],["reconstructing",{"2":{"157":1}}],["reconstructed",{"2":{"18":1}}],["reconstruct",{"2":{"0":2,"1":1,"6":3,"18":1,"132":2,"137":29}}],["replace",{"2":{"46":1,"129":2,"159":1}}],["replaced",{"2":{"22":1}}],["repl",{"2":{"42":1,"150":1,"153":1}}],["repeat",{"2":{"45":1,"46":3,"67":6}}],["repeating",{"2":{"38":1,"58":1}}],["repeated",{"2":{"4":3,"6":3,"9":1,"35":2,"41":1,"46":2,"58":2,"67":4,"70":2,"98":1}}],["represented",{"2":{"177":1}}],["represent",{"2":{"17":1,"41":1,"46":4,"67":1}}],["representing",{"2":{"6":2,"53":1,"55":1,"58":1,"64":1,"67":1,"69":1,"178":1}}],["represents",{"2":{"6":1,"142":2,"143":1}}],["reprojects",{"2":{"149":1}}],["reprojection",{"0":{"149":1},"1":{"150":1}}],["reproject",{"2":{"0":1,"1":4,"31":2,"130":1,"149":6,"150":2}}],["re",{"2":{"1":1,"6":1,"17":1,"64":1,"162":1,"169":1,"171":1}}],["retrievable",{"2":{"1":1,"149":1}}],["returnval",{"2":{"98":9}}],["returntype",{"2":{"19":1}}],["returning",{"2":{"18":1,"42":1,"53":2}}],["return",{"0":{"22":1},"2":{"1":1,"3":18,"4":2,"6":37,"13":3,"14":3,"23":2,"30":1,"32":17,"35":5,"38":5,"41":20,"42":1,"45":4,"46":36,"48":12,"51":12,"52":5,"53":4,"54":4,"55":18,"57":6,"58":9,"64":2,"67":30,"70":8,"73":1,"76":1,"82":2,"83":2,"86":1,"87":18,"90":2,"96":2,"97":2,"98":71,"100":1,"101":1,"104":28,"107":1,"109":2,"113":2,"114":2,"117":1,"123":2,"124":2,"127":10,"129":12,"137":26,"138":1,"140":4,"142":6,"143":2,"146":2,"148":2,"149":1,"154":4,"157":3,"158":1,"159":5,"160":3,"161":7,"162":2,"163":2,"167":3,"168":8}}],["returned",{"2":{"1":1,"6":11,"22":2,"23":1,"46":3,"51":1,"52":2,"54":2,"55":2,"57":2,"63":1,"64":1,"129":1,"132":1,"137":2,"149":1,"157":1,"166":1}}],["returns",{"2":{"1":1,"3":5,"4":4,"5":3,"6":24,"18":1,"22":2,"35":1,"38":2,"41":6,"45":3,"46":4,"48":6,"51":1,"52":1,"55":1,"57":1,"64":1,"66":1,"70":8,"72":2,"73":1,"76":1,"85":2,"86":1,"89":1,"98":4,"101":1,"104":2,"117":1,"129":2,"137":2,"154":1,"163":1,"176":1}}],["rebuilt",{"2":{"1":1,"6":2,"132":1,"137":2}}],["rebuild",{"2":{"0":2,"6":4,"132":4,"135":1,"137":10,"154":1,"157":2}}],["psa",{"2":{"137":2}}],["pb",{"2":{"87":2}}],["p0",{"2":{"70":9}}],["p3",{"2":{"46":8,"160":4}}],["ptm",{"2":{"127":3}}],["ptj",{"2":{"127":5}}],["pti",{"2":{"127":3}}],["ptrait",{"2":{"70":2}}],["pts",{"2":{"46":22,"51":7}}],["pt",{"2":{"46":114,"51":2,"55":26,"98":8,"159":4}}],["pt2",{"2":{"46":14,"55":2}}],["pt1",{"2":{"46":18,"55":2}}],["pn",{"2":{"109":3}}],["pn2",{"2":{"46":4}}],["pn1",{"2":{"46":4}}],["pfirst",{"2":{"38":3}}],["pu",{"2":{"177":2}}],["purpose",{"2":{"137":1}}],["pure",{"2":{"6":1,"64":1,"129":1}}],["purely",{"2":{"6":1,"18":1,"153":1}}],["push",{"2":{"46":15,"51":5,"52":2,"54":2,"55":2,"57":4,"58":5,"129":3,"140":1,"154":3,"159":3}}],["pulling",{"2":{"64":1}}],["pull",{"2":{"25":1,"27":1}}],["public",{"2":{"24":1}}],["pick",{"2":{"171":2}}],["piece",{"2":{"46":6,"146":6}}],["pieces",{"2":{"46":12,"51":1,"53":2,"57":4,"98":1,"146":9}}],["pi",{"2":{"13":2}}],["pixels",{"2":{"129":1}}],["pixel",{"2":{"6":2,"129":7}}],["pythagorean",{"2":{"70":1}}],["py",{"2":{"13":2,"14":2}}],["px",{"2":{"13":2,"14":2}}],["peucker",{"2":{"155":2,"157":3,"159":2}}],["peaks",{"2":{"129":2}}],["peculiarities",{"0":{"21":1},"1":{"22":1,"23":1,"24":1}}],["people",{"2":{"9":1}}],["performed",{"2":{"177":1}}],["performs",{"2":{"41":1,"154":1}}],["perform",{"2":{"26":1,"40":1,"41":2,"46":1,"130":1,"176":3,"177":2,"179":1}}],["performing",{"2":{"6":3,"23":1,"41":1,"52":1,"54":1,"57":1,"177":1}}],["performance",{"2":{"4":1,"6":2,"22":1,"129":1,"144":1,"147":1,"157":1,"174":1}}],["per",{"2":{"5":2,"6":2,"40":1,"41":2,"46":5,"129":1,"137":4,"154":1}}],["pl",{"2":{"177":2}}],["plt",{"2":{"170":1}}],["please",{"2":{"46":1}}],["plan",{"2":{"151":1}}],["plane",{"2":{"41":1,"175":1}}],["place",{"2":{"55":1,"176":1}}],["placement",{"2":{"46":1}}],["plottable",{"2":{"129":1}}],["plotted",{"2":{"44":1}}],["plotting",{"0":{"170":1},"2":{"6":1,"129":1,"151":1,"154":1,"169":1,"170":4,"171":1}}],["plots",{"2":{"40":2}}],["plot",{"0":{"171":1},"2":{"13":1,"40":3,"61":2,"62":1,"63":1,"66":1,"103":1,"129":1,"153":2,"157":4,"169":2,"170":9,"171":5,"172":1,"174":1,"177":1}}],["plus",{"2":{"5":1,"6":1,"41":1}}],["p2y",{"2":{"168":3}}],["p2x",{"2":{"168":3}}],["p2box",{"2":{"40":1}}],["p2",{"2":{"3":2,"4":2,"6":6,"15":12,"35":12,"38":9,"46":18,"48":19,"57":2,"63":1,"67":11,"70":15,"76":2,"85":2,"98":12,"104":2,"127":3,"152":1,"160":4,"168":3,"170":2}}],["p1y",{"2":{"168":3}}],["p1x",{"2":{"168":3}}],["p1",{"2":{"3":3,"4":2,"6":7,"15":12,"35":21,"38":8,"40":4,"46":9,"48":25,"50":1,"57":2,"63":2,"67":14,"70":15,"75":5,"76":3,"85":5,"98":4,"104":2,"109":3,"127":3,"160":4,"168":3,"170":1}}],["practice",{"2":{"172":1}}],["pred",{"2":{"176":2,"177":1,"178":2,"179":1}}],["predicate",{"2":{"7":1,"87":1,"176":3,"177":1,"179":5}}],["predicates",{"0":{"12":1,"15":1,"179":1},"1":{"13":1,"14":1,"15":1,"16":1},"2":{"7":4,"12":1,"31":1,"46":5,"55":4,"56":3,"98":1,"176":1,"178":1}}],["pretty",{"2":{"149":1}}],["prettytime",{"2":{"13":2}}],["prevent",{"2":{"53":2,"55":2,"58":2}}],["prev^2",{"2":{"35":2}}],["prev",{"2":{"35":14,"46":69,"127":4}}],["previously",{"2":{"152":1}}],["previous",{"2":{"19":1,"35":1,"137":1,"158":3}}],["preparations",{"2":{"20":1}}],["prepared",{"2":{"20":1,"129":2}}],["prepare",{"0":{"20":1},"2":{"17":1,"20":1}}],["precision",{"2":{"11":1}}],["preserve",{"2":{"157":4,"159":3}}],["preserving",{"2":{"155":1}}],["presentation",{"2":{"6":1,"41":1}}],["present",{"2":{"6":1,"167":1}}],["presence",{"2":{"6":1,"167":1}}],["prescribes",{"2":{"20":1}}],["press",{"2":{"6":1,"41":1}}],["pre",{"2":{"6":1,"57":1,"157":1,"159":2}}],["prefilter",{"2":{"6":1,"157":7}}],["protters",{"2":{"137":2}}],["progressively",{"2":{"135":1}}],["program",{"2":{"17":1}}],["programming",{"2":{"17":1,"26":1}}],["promote",{"2":{"41":5}}],["property",{"2":{"137":2}}],["properties=gi",{"2":{"137":1}}],["properties=namedtuple",{"2":{"137":1}}],["properties=",{"2":{"129":1}}],["properties",{"2":{"6":1,"137":9,"157":1,"161":1}}],["propagate",{"2":{"41":16,"70":4}}],["probably",{"2":{"38":1,"137":1}}],["prod",{"2":{"35":4}}],["product",{"2":{"35":1}}],["process",{"2":{"78":3,"79":3,"80":3,"81":1,"87":1,"92":3,"93":3,"94":2,"95":1,"98":11,"109":1,"110":3,"111":1,"112":1,"119":3,"120":3,"121":3,"122":1,"137":2,"159":1}}],["processed",{"2":{"46":6}}],["processors",{"2":{"31":1,"76":2,"90":2,"107":2,"117":2}}],["processor",{"2":{"31":1}}],["processing",{"2":{"23":1}}],["profile",{"2":{"9":1}}],["providers",{"2":{"139":1,"145":1}}],["provide",{"0":{"23":1},"2":{"6":6,"34":1,"37":1,"39":1,"44":1,"47":1,"50":1,"52":2,"54":2,"57":2,"66":1,"69":1,"72":1,"75":1,"85":1,"89":1,"98":2,"100":1,"103":1,"106":1,"116":1,"129":1,"161":1}}],["provides",{"2":{"6":1,"59":1,"64":1,"171":1}}],["provided",{"2":{"4":1,"6":3,"11":1,"46":1,"67":1,"70":1,"145":1,"153":2,"167":1}}],["projecting",{"2":{"171":1}}],["projection",{"2":{"70":2,"169":1,"171":1}}],["project",{"2":{"9":1}}],["projects",{"2":{"9":1}}],["proj",{"2":{"1":2,"6":3,"149":2,"150":4,"152":1,"153":6,"169":1}}],["prints",{"2":{"150":1}}],["printstyled",{"2":{"42":1,"150":1,"153":1}}],["println",{"2":{"42":1,"150":1,"153":1,"157":2}}],["print",{"2":{"42":2,"150":2,"153":2}}],["primitives",{"2":{"31":1}}],["primitive",{"0":{"130":1},"1":{"131":1,"132":1,"133":1,"134":1,"135":1,"136":1,"137":1},"2":{"29":1}}],["primarily",{"2":{"6":1,"25":2,"27":2,"165":1}}],["primary",{"2":{"3":2,"6":3,"76":1,"117":1,"157":1}}],["priority",{"2":{"1":1,"149":1}}],["pay",{"2":{"137":1}}],["paper",{"2":{"98":2}}],["pa",{"2":{"87":2}}],["paths",{"0":{"175":1},"2":{"166":1,"175":2}}],["pathof",{"2":{"157":2}}],["path",{"2":{"37":3,"171":2}}],["padding",{"2":{"6":2}}],["parquet",{"2":{"174":3}}],["parent",{"2":{"166":1}}],["parse",{"2":{"98":1,"104":1}}],["part",{"2":{"48":2,"58":2,"98":3,"136":1}}],["partition",{"2":{"137":4}}],["partialsort",{"2":{"161":1}}],["partial",{"2":{"48":4}}],["partially",{"2":{"46":2,"58":2}}],["particularly",{"2":{"41":1}}],["particular",{"2":{"30":1,"35":1,"129":1,"171":2}}],["parallel",{"2":{"98":1,"127":1}}],["paradigm",{"0":{"29":1}}],["paradigms",{"0":{"17":1},"1":{"18":1,"19":1,"20":1},"2":{"17":2,"20":1}}],["parameters",{"2":{"6":1,"137":1,"165":2}}],["parameter",{"2":{"6":2,"165":3}}],["params",{"2":{"6":2,"167":10}}],["parlance",{"2":{"5":1,"6":1,"41":1}}],["passes",{"2":{"48":2,"98":1}}],["passed",{"2":{"1":2,"6":7,"64":1,"129":1,"132":1,"137":2,"149":1,"153":2,"162":1,"167":2,"179":1}}],["passable",{"2":{"41":18}}],["passing",{"2":{"18":1,"137":1,"155":1}}],["pass",{"2":{"5":1,"6":4,"18":1,"41":1,"73":1,"86":1,"98":2,"101":1,"153":1,"154":1,"157":1,"166":1}}],["pairs",{"2":{"55":1,"170":1}}],["pair",{"2":{"3":2,"6":2,"48":1,"104":2,"137":3}}],["packages",{"2":{"6":1,"25":1,"27":1,"59":1,"132":1,"137":1,"138":1,"164":1,"169":3,"171":1,"174":1}}],["package",{"2":{"1":2,"6":1,"22":1,"25":2,"27":2,"42":1,"59":2,"64":1,"129":1,"149":3,"150":1,"153":1,"171":1,"174":2}}],["page",{"2":{"0":1,"9":1,"26":1,"29":1,"31":1,"32":1,"35":1,"38":1,"40":1,"41":1,"42":1,"45":1,"46":1,"48":1,"51":1,"53":1,"55":1,"56":1,"58":1,"64":1,"67":1,"70":1,"73":1,"83":1,"86":1,"87":1,"97":1,"98":1,"101":1,"104":1,"114":1,"124":1,"127":1,"128":1,"129":1,"137":1,"140":1,"143":1,"146":1,"147":1,"148":1,"150":1,"154":1,"161":1,"162":1,"163":1,"167":1,"168":1}}],["p",{"2":{"1":5,"6":5,"13":13,"14":12,"15":2,"34":1,"37":1,"44":1,"46":5,"47":1,"48":5,"53":2,"57":2,"61":1,"62":1,"66":1,"69":3,"72":1,"75":1,"85":1,"87":4,"89":1,"98":20,"100":1,"103":1,"106":1,"116":1,"127":4,"129":3,"130":3,"137":3,"148":7,"152":1,"156":1,"157":1,"161":3,"162":9,"163":7,"168":11,"176":1,"177":1}}],["poylgon",{"2":{"98":1}}],["potential",{"2":{"48":1}}],["potentially",{"2":{"6":2,"46":1,"143":2,"146":2}}],["post",{"2":{"159":2}}],["possibly",{"2":{"137":1}}],["possiblenodes",{"2":{"129":2}}],["possible",{"2":{"6":3,"52":1,"54":1,"57":1,"129":1,"137":2}}],["possibility",{"2":{"135":1}}],["possibilities",{"2":{"55":1}}],["position=",{"2":{"157":1}}],["position",{"2":{"6":1,"127":1,"152":1}}],["positive",{"2":{"4":4,"6":4,"37":3,"38":1,"69":3,"70":3,"154":1,"161":1}}],["polgons",{"2":{"129":1}}],["polgontrait",{"2":{"1":1,"6":1}}],["polar",{"2":{"6":1,"153":1}}],["polynodes",{"2":{"46":7,"52":1,"54":1,"57":1}}],["polynode",{"2":{"46":36}}],["polypoints",{"2":{"41":46}}],["polys",{"2":{"6":2,"46":39,"50":3,"51":10,"52":14,"53":14,"54":9,"55":6,"57":14,"58":28,"146":26}}],["polys1",{"2":{"3":2,"6":2,"104":6}}],["polys2",{"2":{"3":2,"6":2,"104":6}}],["poly",{"2":{"3":2,"6":16,"15":2,"34":1,"37":1,"38":6,"40":2,"41":3,"44":1,"46":107,"47":2,"48":4,"50":4,"51":20,"52":22,"53":12,"54":15,"55":10,"57":19,"58":79,"61":2,"67":4,"69":1,"70":3,"87":10,"98":21,"104":8,"127":5,"129":5,"146":18,"152":2,"156":2,"157":8,"168":8,"170":2,"177":5}}],["poly2",{"2":{"3":3,"4":2,"6":7,"52":2,"67":2,"98":19,"104":7}}],["poly1",{"2":{"3":3,"4":2,"6":7,"52":2,"67":2,"98":14,"104":7}}],["polygon3",{"2":{"170":2,"171":1}}],["polygon2",{"2":{"170":6}}],["polygon1",{"2":{"170":4}}],["polygonization",{"2":{"129":1}}],["polygonizing",{"0":{"129":1}}],["polygonized",{"2":{"129":1}}],["polygonize",{"2":{"0":1,"6":6,"9":1,"31":1,"129":31}}],["polygon`",{"2":{"41":3,"64":1}}],["polygons",{"0":{"81":1,"112":1,"122":1,"144":1},"1":{"145":1,"146":1},"2":{"3":4,"4":3,"5":1,"6":18,"9":1,"23":5,"31":1,"38":5,"39":1,"41":2,"44":1,"45":1,"46":14,"48":1,"51":2,"52":9,"53":5,"54":3,"55":8,"57":6,"58":19,"67":5,"69":1,"70":1,"81":1,"104":5,"122":1,"127":1,"129":19,"135":1,"139":2,"143":3,"144":2,"145":2,"146":10,"155":1,"157":1,"170":3,"171":1,"177":5,"178":3}}],["polygontrait",{"2":{"1":1,"3":4,"4":6,"6":14,"15":3,"23":1,"35":2,"38":3,"41":3,"45":2,"46":2,"48":2,"51":1,"52":5,"53":5,"54":3,"55":5,"57":4,"58":8,"67":10,"70":2,"78":2,"79":1,"80":1,"81":3,"82":1,"87":4,"92":2,"93":2,"94":1,"95":2,"96":1,"104":8,"109":2,"110":1,"111":1,"112":3,"113":1,"119":2,"120":1,"121":1,"122":3,"123":1,"130":1,"135":2,"137":1,"140":2,"142":2,"143":1,"146":2,"157":2,"168":1}}],["polygon",{"0":{"46":1,"49":1,"52":1,"53":1,"55":1,"57":1,"58":1,"95":1},"1":{"50":1,"51":1},"2":{"0":1,"1":4,"3":4,"4":21,"5":9,"6":65,"9":2,"11":3,"15":4,"20":1,"23":1,"34":1,"35":5,"37":2,"38":5,"39":5,"40":16,"41":57,"44":2,"45":4,"46":39,"47":3,"48":4,"50":3,"51":10,"52":5,"53":7,"54":5,"55":6,"57":6,"58":34,"59":1,"63":1,"64":3,"67":12,"69":3,"70":14,"76":1,"78":3,"79":3,"80":4,"81":8,"87":1,"92":3,"93":4,"94":4,"95":4,"98":66,"104":4,"107":1,"109":3,"110":4,"111":5,"112":7,"117":1,"119":3,"120":4,"121":4,"122":8,"127":5,"129":4,"137":1,"138":4,"139":8,"140":5,"141":1,"143":4,"144":3,"145":12,"146":7,"152":1,"153":4,"156":1,"157":9,"162":3,"168":6,"170":12,"171":5,"172":7,"173":2,"177":6}}],["pointwise",{"0":{"162":1},"2":{"149":1}}],["point1",{"2":{"70":4}}],["point`",{"2":{"55":1}}],["pointedgeside",{"2":{"46":1}}],["point₂",{"2":{"45":13}}],["point₁",{"2":{"45":13}}],["point3s",{"2":{"41":10}}],["point3f",{"2":{"40":1}}],["pointrait",{"2":{"6":1}}],["point2f",{"2":{"40":4,"41":2,"61":1,"69":1}}],["point2d",{"2":{"40":1}}],["point2",{"2":{"6":2,"41":5,"63":1,"70":4}}],["pointtrait",{"2":{"1":1,"4":4,"6":9,"18":1,"35":2,"38":1,"41":3,"48":1,"54":2,"64":1,"67":8,"70":17,"78":6,"82":1,"92":6,"96":1,"109":6,"113":1,"119":6,"123":1,"130":2,"135":1,"137":21,"142":2,"143":1,"147":1,"148":2,"157":2,"162":2,"163":2,"165":2,"168":1}}],["point",{"0":{"92":1,"109":1},"2":{"1":4,"3":10,"4":37,"5":7,"6":83,"9":2,"20":1,"35":12,"38":3,"39":3,"40":1,"41":126,"45":6,"46":97,"48":50,"51":13,"53":9,"54":1,"55":71,"58":9,"64":3,"67":27,"69":17,"70":73,"73":3,"75":1,"76":2,"78":8,"87":21,"90":2,"92":10,"98":138,"100":1,"103":2,"104":21,"106":1,"107":3,"109":10,"110":1,"112":1,"117":4,"119":11,"127":1,"129":3,"137":1,"138":1,"139":2,"143":2,"144":1,"146":2,"149":1,"151":1,"157":2,"158":3,"159":9,"160":1,"162":2,"168":4,"170":111,"171":7,"172":8,"177":2}}],["points2",{"2":{"3":1,"6":1,"104":3}}],["points1",{"2":{"3":1,"6":1,"104":3}}],["points",{"0":{"78":1,"119":1},"2":{"0":1,"1":3,"3":1,"4":11,"5":1,"6":53,"9":3,"13":1,"35":2,"37":3,"38":3,"40":8,"41":32,"45":1,"46":55,"48":5,"51":3,"52":5,"53":1,"54":8,"55":28,"57":4,"58":1,"59":3,"61":4,"63":4,"64":6,"66":2,"67":13,"69":2,"70":8,"72":1,"76":6,"78":3,"79":4,"90":6,"92":1,"93":7,"94":3,"98":10,"104":5,"107":5,"109":1,"110":2,"111":4,"112":3,"116":1,"117":5,"119":3,"120":3,"121":3,"122":1,"126":1,"129":3,"137":1,"147":2,"149":1,"152":2,"153":2,"157":11,"158":11,"159":26,"160":10,"161":33,"162":2,"163":2,"168":25,"170":8,"171":1,"176":1,"177":11}}],["pointorientation",{"2":{"0":1,"6":2,"98":2}}],["my",{"2":{"178":1,"179":2}}],["moore",{"2":{"129":1}}],["moved",{"2":{"46":1,"149":1}}],["move",{"2":{"45":1,"98":1}}],["mode",{"2":{"179":3}}],["model",{"2":{"176":1}}],["modify",{"2":{"170":1}}],["modified",{"2":{"137":2}}],["module",{"2":{"149":1,"154":1}}],["modules",{"2":{"6":1,"41":1}}],["mod1",{"2":{"41":5}}],["mod",{"2":{"41":1,"46":1}}],["most",{"2":{"25":1,"27":1,"46":1,"53":1,"55":1,"58":1,"63":1,"98":1,"157":1,"174":2}}],["monotone",{"2":{"20":1,"63":2}}],["monotonechainmethod",{"2":{"0":1,"6":1,"59":1,"63":2,"64":4}}],["moment",{"2":{"6":1,"152":1,"154":1}}],["more",{"2":{"6":3,"7":1,"9":1,"10":1,"11":1,"23":1,"26":1,"29":1,"46":1,"52":1,"54":1,"57":1,"64":1,"98":1,"104":1,"137":4,"140":1,"150":1,"152":1,"154":1,"170":2,"176":1}}],["mistakenly",{"2":{"144":1}}],["missing",{"2":{"132":6,"133":2,"152":4}}],["missed",{"2":{"129":1}}],["mid",{"2":{"48":2,"98":3}}],["midpoint",{"2":{"46":2}}],["middle",{"2":{"46":2}}],["mining",{"2":{"178":1}}],["minimal",{"2":{"178":1}}],["minimize",{"2":{"55":1}}],["minimum",{"2":{"4":7,"6":12,"47":1,"48":2,"70":12,"157":1,"158":1,"160":1}}],["mind",{"2":{"152":1,"177":1}}],["minmax",{"2":{"55":4}}],["min",{"2":{"48":1,"55":16,"70":15,"157":1,"159":3,"160":1,"161":28}}],["minus",{"2":{"37":1}}],["minpoints=0",{"2":{"129":1}}],["minpoints",{"2":{"6":2}}],["might",{"2":{"6":3,"25":1,"27":1,"38":1,"52":1,"54":1,"55":1,"57":1,"141":1,"159":1}}],["mixed",{"2":{"6":4,"157":1}}],["m",{"2":{"5":1,"6":1,"15":10,"41":2,"48":6,"127":2,"171":1}}],["mp",{"2":{"87":2}}],["mp1",{"2":{"4":2,"6":2,"67":7}}],["mp2",{"2":{"4":2,"6":2,"67":8}}],["manner",{"2":{"176":1}}],["manipulate",{"2":{"174":1}}],["manually",{"2":{"138":1}}],["many",{"2":{"4":1,"5":1,"6":2,"23":1,"26":1,"41":1,"46":1,"51":1,"53":1,"55":2,"58":1,"67":1,"139":1,"147":1}}],["mason",{"2":{"137":2}}],["markersize",{"2":{"170":2}}],["marker",{"2":{"170":2}}],["marked",{"2":{"46":6,"53":1,"55":1,"58":1}}],["marking",{"2":{"53":2,"55":2,"58":2}}],["mark",{"2":{"46":2}}],["marks",{"2":{"46":1}}],["mag",{"2":{"35":4}}],["making",{"2":{"46":1,"129":1,"135":1,"145":1,"170":1,"172":2}}],["makie",{"2":{"13":1,"14":1,"34":1,"37":1,"40":3,"44":1,"47":1,"50":4,"61":1,"62":1,"66":1,"69":1,"72":1,"75":1,"85":1,"89":1,"100":1,"103":1,"106":1,"116":1,"129":3,"156":1,"157":1,"175":1}}],["makevalid",{"2":{"157":2}}],["makes",{"2":{"38":1,"46":1,"70":1,"137":1,"139":1,"144":1,"145":1}}],["make",{"2":{"9":1,"25":1,"27":1,"35":1,"46":3,"55":1,"70":1,"104":1,"129":2,"135":1,"140":1,"152":1,"161":1,"164":1,"170":2,"172":1}}],["mainly",{"2":{"41":1,"69":1,"130":1}}],["maintain",{"2":{"38":1}}],["main",{"0":{"28":1},"1":{"29":1,"30":1},"2":{"7":1,"26":1,"46":1,"129":1,"137":1,"153":1}}],["mapped",{"2":{"174":1}}],["maptasks",{"2":{"137":6}}],["mapreducetasks",{"2":{"137":5}}],["mapreduce",{"2":{"53":1,"129":2,"137":8}}],["map",{"0":{"171":1},"2":{"6":1,"13":1,"18":3,"19":1,"29":1,"41":1,"46":1,"55":1,"104":2,"129":17,"137":24,"140":1,"157":1,"165":1,"169":1,"171":1,"172":1,"174":1}}],["matlab",{"2":{"50":1}}],["materializer`",{"2":{"137":1}}],["materializer",{"2":{"22":1,"137":1}}],["mathrm",{"2":{"41":1}}],["math",{"2":{"7":1}}],["mathematically",{"2":{"6":1,"127":1}}],["matches",{"2":{"67":1,"129":1}}],["match",{"2":{"6":1,"67":12,"104":3,"129":1,"132":1,"137":2}}],["matching",{"2":{"3":1,"6":1,"22":1,"67":3,"104":1,"135":2}}],["matrix",{"2":{"6":1,"14":2,"41":1}}],["maximal",{"2":{"55":1}}],["maximum",{"2":{"3":1,"6":4,"14":1,"47":1,"48":4,"87":1,"129":1,"153":1,"154":1,"159":4}}],["max",{"2":{"6":9,"35":2,"48":1,"129":1,"137":2,"152":5,"153":8,"154":7,"159":36,"161":1,"175":1}}],["made",{"2":{"6":2,"45":1,"46":1,"55":1,"111":1,"135":1,"143":1,"146":1,"160":1}}],["maybe",{"2":{"6":1,"98":4,"132":1,"137":6}}],["may",{"2":{"1":1,"6":5,"23":2,"24":1,"41":2,"46":1,"55":1,"63":1,"127":1,"128":1,"135":1,"137":4,"144":1,"145":1,"153":1,"165":1}}],["mercator",{"2":{"171":1}}],["merge",{"2":{"137":1}}],["measure",{"2":{"137":1,"151":1}}],["meant",{"2":{"26":1}}],["meaning",{"2":{"3":3,"4":1,"6":4,"24":1,"38":1,"42":1,"104":4,"127":1}}],["means",{"2":{"3":1,"6":2,"37":1,"38":1,"42":1,"75":1,"98":3,"103":1,"104":1,"127":1,"135":1}}],["mean",{"2":{"0":1,"6":5,"17":1,"40":2,"41":5,"137":1}}],["meanvalue",{"2":{"0":1,"5":2,"6":3,"39":1,"40":2,"41":15}}],["meets",{"2":{"98":9,"104":1,"159":1}}],["meet",{"2":{"55":3,"75":1,"76":1,"90":1,"98":7,"107":1,"117":1}}],["memory",{"2":{"41":1,"172":1}}],["mesh",{"2":{"40":1,"137":1}}],["message",{"2":{"6":1,"167":1}}],["me",{"0":{"23":1}}],["mentioned",{"2":{"19":1}}],["mentions",{"2":{"6":1,"167":1}}],["menu",{"2":{"14":3}}],["median",{"2":{"13":4,"137":1}}],["mechanics",{"2":{"6":1,"41":1}}],["met",{"2":{"98":44}}],["meters",{"2":{"6":4,"152":1,"153":4,"171":1}}],["methoderror",{"2":{"31":3}}],["methods",{"0":{"2":1,"3":1,"4":1,"6":1},"1":{"3":1,"4":1},"2":{"1":1,"6":9,"9":1,"25":1,"27":1,"31":27,"41":3,"59":1,"76":1,"90":1,"107":1,"117":1,"129":1,"132":1,"135":1,"137":2,"152":1,"157":2,"162":1,"165":1,"170":1}}],["method",{"0":{"150":1},"2":{"1":1,"4":1,"5":10,"6":97,"24":1,"35":1,"38":1,"41":37,"42":2,"45":1,"48":1,"55":1,"58":1,"63":3,"64":2,"67":1,"70":4,"76":2,"90":2,"104":1,"107":2,"117":2,"129":1,"137":5,"149":1,"150":2,"152":2,"153":9,"154":14,"155":2,"166":1,"167":3,"176":1,"179":1}}],["mutation",{"2":{"173":1}}],["mutlipolygon",{"2":{"4":1,"6":1,"45":1}}],["muladd",{"2":{"41":2}}],["multifloats",{"2":{"13":1,"14":1,"15":1}}],["multifloat",{"2":{"7":1}}],["multilinestringtrait",{"2":{"142":1}}],["multilinestring",{"2":{"6":1,"137":1,"168":2}}],["multi",{"0":{"82":1,"83":1,"96":1,"97":1,"113":1,"114":1,"123":1,"124":1},"2":{"4":2,"6":3,"35":1,"38":1,"48":1,"67":2,"82":1,"83":1,"96":1,"97":1,"113":1,"114":1,"123":1,"124":1}}],["multicurves",{"2":{"38":1,"48":1}}],["multicurve",{"2":{"4":1,"6":1,"38":1}}],["multigeometry",{"2":{"4":2,"6":2,"70":2}}],["multiplication",{"2":{"154":1}}],["multiplied",{"2":{"41":3}}],["multiple",{"2":{"4":1,"6":1,"41":1,"98":1,"147":1,"161":1,"170":1,"174":1}}],["multiply",{"2":{"1":1,"6":1,"162":1}}],["multipolys",{"2":{"58":3}}],["multipoly`",{"2":{"52":2,"54":2,"57":2}}],["multipoly",{"2":{"6":9,"15":3,"52":1,"53":27,"54":1,"55":26,"57":1,"58":24,"146":21,"157":9}}],["multipolygon`",{"2":{"129":1}}],["multipolygons",{"2":{"3":1,"4":1,"6":11,"45":1,"52":3,"54":3,"55":3,"57":3,"67":1,"69":1,"104":2,"145":1,"170":1,"171":1}}],["multipolygon",{"2":{"3":2,"4":5,"6":16,"38":2,"44":1,"52":1,"53":7,"54":1,"55":5,"57":1,"58":6,"67":4,"104":2,"129":7,"137":1,"143":2,"144":7,"145":8,"146":2,"157":3,"170":8,"171":1}}],["multipolygontrait",{"2":{"1":1,"3":4,"4":2,"6":7,"23":1,"53":4,"55":4,"58":4,"67":6,"82":1,"83":1,"96":1,"97":1,"104":8,"113":1,"114":1,"123":1,"124":1,"137":1,"142":1,"146":4}}],["multipoint",{"2":{"4":5,"6":5,"38":1,"67":5,"87":6,"137":4,"157":1,"170":5}}],["multipoints",{"2":{"3":2,"4":1,"6":3,"38":1,"48":1,"67":2,"104":2,"157":1,"170":1}}],["multipointtrait",{"2":{"1":1,"3":2,"4":4,"6":8,"35":2,"38":1,"48":1,"67":8,"82":1,"83":1,"87":4,"96":1,"97":1,"104":4,"113":1,"114":1,"123":1,"124":1,"135":1,"142":1,"157":2,"168":1}}],["multithreading",{"2":{"1":2,"4":1,"6":5,"134":1}}],["must",{"2":{"1":1,"3":8,"4":2,"5":1,"6":23,"9":1,"35":1,"41":5,"42":1,"46":2,"48":3,"51":1,"55":2,"67":5,"73":2,"76":1,"85":1,"86":1,"90":1,"98":13,"104":1,"106":1,"107":1,"117":2,"129":1,"132":1,"137":1,"141":1,"142":3,"143":1,"149":1,"153":1,"154":1,"157":1,"161":4,"167":1}}],["much",{"2":{"0":1,"6":3,"52":1,"54":1,"57":1}}],["mdash",{"2":{"1":4,"3":9,"4":8,"5":3,"6":89,"132":3,"142":1,"143":4}}],["df",{"2":{"173":3,"174":4,"177":10,"178":12}}],["dp",{"2":{"157":3}}],["dy",{"2":{"127":2,"154":3}}],["dy2",{"2":{"127":2}}],["dy1",{"2":{"87":10,"127":2}}],["dyc",{"2":{"87":2}}],["dx",{"2":{"127":2,"154":3}}],["dx2",{"2":{"127":2}}],["dx1",{"2":{"87":10,"127":2}}],["dxc",{"2":{"87":2}}],["drop",{"2":{"58":1,"146":1,"154":1}}],["driven",{"2":{"25":1,"27":1}}],["driving",{"2":{"25":1,"27":1}}],["duplicated",{"2":{"55":2}}],["during",{"2":{"46":1}}],["due",{"2":{"45":1,"46":1,"55":3}}],["date",{"2":{"63":1}}],["datas",{"2":{"179":1}}],["datasets",{"2":{"171":1,"176":1,"177":1}}],["dataset",{"2":{"171":1,"176":1}}],["datainterpolations",{"2":{"151":1}}],["dataframes",{"2":{"173":3,"177":2,"178":1}}],["dataframe",{"2":{"29":1,"173":1,"176":1,"177":5,"178":2}}],["data",{"0":{"129":1,"174":1},"2":{"23":1,"25":1,"27":1,"62":1,"129":2,"157":10,"169":1,"171":2,"172":2,"173":2,"174":6,"177":1}}],["dataaspect",{"2":{"13":1,"14":1,"34":1,"37":1,"40":2,"44":1,"47":1,"69":2,"129":2,"152":1,"157":1}}],["dashboard",{"0":{"14":1},"2":{"13":1,"14":1}}],["d",{"2":{"1":2,"5":1,"6":1,"41":1,"149":1,"159":3}}],["deu",{"2":{"178":2}}],["demonstrates",{"2":{"177":1}}],["densify",{"2":{"153":3}}],["densifying",{"2":{"153":1}}],["densifies",{"2":{"151":1}}],["denoted",{"2":{"98":1}}],["denotes",{"2":{"46":1}}],["debug",{"2":{"142":1}}],["debugging",{"2":{"41":1,"46":1}}],["de",{"2":{"98":2,"176":1}}],["derivation",{"2":{"55":1}}],["dealing",{"2":{"48":1}}],["delete",{"2":{"87":1,"104":1,"129":1,"159":1}}],["deleteat",{"2":{"46":6,"159":1,"161":2}}],["deltri",{"2":{"64":1}}],["delayed",{"2":{"46":10,"53":2,"55":2,"58":2}}],["delay",{"2":{"46":14,"52":2,"53":2,"54":2,"55":2,"57":2,"58":2}}],["delaunay",{"2":{"6":1,"64":1}}],["delaunaytriangulation",{"2":{"6":1,"31":1,"59":1,"64":6}}],["depend",{"2":{"46":2}}],["depends",{"2":{"46":1,"51":1}}],["depending",{"2":{"1":1,"6":1,"23":1,"55":1,"137":1}}],["depth",{"2":{"41":2}}],["desktop",{"2":{"174":1}}],["dest",{"2":{"171":2}}],["destination",{"2":{"171":5}}],["desired",{"2":{"57":1,"174":1}}],["despite",{"2":{"35":1}}],["describe",{"2":{"17":1}}],["described",{"2":{"6":1,"41":1,"45":1,"46":1}}],["deconstruct",{"2":{"130":1}}],["decomposition",{"2":{"18":1,"130":1}}],["decomposing",{"2":{"18":1}}],["decompose",{"2":{"18":2,"29":1,"41":4,"138":1}}],["decrementing",{"2":{"129":1}}],["decrease",{"2":{"45":1}}],["decreasing",{"2":{"6":1,"157":1}}],["decide",{"2":{"63":1,"129":1}}],["decision",{"2":{"24":1}}],["degeneracies",{"2":{"9":1}}],["degenerate",{"2":{"6":1,"41":1,"51":2}}],["degrees",{"2":{"6":1,"34":1,"127":1,"153":1}}],["defines",{"2":{"46":1,"130":1,"141":1,"164":1}}],["define",{"2":{"40":1,"55":2,"66":1,"129":2,"130":1,"135":1,"137":1,"164":1,"179":2}}],["defined",{"2":{"4":1,"5":1,"6":3,"7":1,"22":1,"35":2,"41":1,"47":1,"48":4,"55":4,"70":2,"126":1,"137":1,"154":1,"164":1}}],["definitions",{"2":{"167":1}}],["definition",{"2":{"4":4,"6":6,"67":8,"75":1,"154":1}}],["default",{"2":{"1":2,"4":5,"6":14,"35":1,"38":2,"48":1,"52":1,"53":2,"54":1,"55":5,"57":1,"58":2,"64":1,"70":2,"129":5,"132":1,"137":2,"149":2,"157":2}}],["defaults",{"2":{"1":6,"4":2,"6":14,"134":3,"137":1}}],["deeper",{"2":{"1":1,"6":1,"136":1,"137":2}}],["detrimental",{"2":{"144":1}}],["detector",{"2":{"63":1}}],["detection",{"2":{"63":1,"129":1}}],["determined",{"2":{"46":1,"48":1}}],["determine",{"2":{"46":10,"48":3,"52":2,"54":2,"55":9,"57":2,"76":1,"90":1,"98":9,"104":1,"107":1,"117":1,"159":3,"176":1}}],["determines",{"2":{"38":1,"46":3,"55":1,"98":10}}],["determinant",{"2":{"6":1,"41":1}}],["details",{"2":{"132":3,"133":1,"152":2}}],["detail",{"2":{"26":1}}],["det",{"2":{"0":1,"6":2,"41":4}}],["dirname",{"2":{"157":4}}],["dirty",{"2":{"156":1}}],["directive",{"2":{"137":1}}],["direction",{"2":{"6":1,"46":1,"67":5,"129":3}}],["directly",{"2":{"6":1,"64":3,"129":1,"153":1}}],["dig",{"2":{"137":1}}],["dict",{"2":{"129":5}}],["didn",{"2":{"58":1,"98":1,"166":1}}],["division",{"2":{"40":1}}],["divided",{"2":{"26":1}}],["div",{"2":{"6":2}}],["div>",{"2":{"6":2}}],["ditance",{"2":{"4":1,"6":1,"70":1}}],["dimensional",{"2":{"5":1,"6":3,"37":1,"41":1,"64":2}}],["dimensions",{"2":{"3":1,"6":1,"104":2}}],["dimension",{"2":{"1":1,"3":4,"6":4,"87":2,"103":1,"104":4,"149":1}}],["discouraged",{"2":{"172":1}}],["discussion",{"2":{"25":1,"27":1,"51":1}}],["distributed",{"2":{"177":2}}],["distinct",{"2":{"55":1,"129":1}}],["dist",{"2":{"55":40,"70":19,"98":2,"153":8,"159":40}}],["distance`",{"2":{"153":3,"154":1,"167":1}}],["distances",{"2":{"55":1,"69":1,"153":1,"158":5}}],["distance",{"0":{"68":2,"69":2},"1":{"69":2,"70":2},"2":{"0":4,"4":26,"6":47,"31":1,"41":13,"42":3,"48":3,"55":32,"68":2,"69":17,"70":92,"98":1,"130":1,"151":1,"152":5,"153":13,"154":14,"157":1,"158":3,"159":6,"160":1,"175":1,"179":2}}],["disagree",{"2":{"38":1}}],["disparate",{"2":{"25":1,"27":1}}],["dispatches",{"2":{"6":1,"35":1,"38":1,"41":1,"45":1,"48":1,"67":1,"70":1,"76":1,"90":1,"104":1,"107":1,"117":1}}],["dispatch",{"2":{"4":1,"6":5,"24":1,"41":1,"67":1,"132":1,"137":2,"165":1,"167":1}}],["displaying",{"2":{"171":1}}],["display",{"2":{"13":1,"40":1,"171":1}}],["disjoint",{"0":{"88":1,"89":1,"92":1,"93":1,"94":1,"95":1,"96":1},"1":{"89":1,"90":1},"2":{"0":2,"3":5,"6":7,"23":1,"31":1,"58":2,"88":1,"89":3,"90":11,"91":6,"92":15,"93":18,"94":10,"95":5,"96":4,"97":2,"98":16,"101":3,"143":2,"144":2,"146":7,"176":1}}],["diffs",{"2":{"35":4}}],["diff",{"2":{"6":2,"35":17,"52":5,"53":3,"104":3,"146":8}}],["differs",{"2":{"171":1}}],["differ",{"2":{"4":1,"6":1,"70":1}}],["differently",{"2":{"4":3,"6":4,"35":1,"38":2,"48":1}}],["different",{"2":{"3":1,"4":4,"6":6,"20":1,"23":1,"35":1,"38":4,"46":3,"48":1,"55":2,"63":1,"104":3,"129":1,"135":1,"137":1,"144":2,"171":2,"174":1}}],["differences",{"0":{"53":1},"2":{"55":1,"159":1}}],["difference",{"0":{"52":1},"2":{"0":1,"6":7,"11":1,"23":1,"31":1,"46":3,"52":12,"53":14,"55":1,"57":1,"58":3,"143":1,"146":1,"153":1}}],["diffintersectingpolygons",{"2":{"0":1,"6":1,"143":1,"146":4}}],["doi",{"2":{"52":2,"54":2,"57":2,"98":1}}],["doing",{"2":{"17":1,"22":1,"137":1,"172":1}}],["dot",{"2":{"35":2,"41":1}}],["doable",{"2":{"9":1}}],["documenter",{"2":{"132":3,"133":1,"152":2}}],["documentation",{"0":{"0":1},"1":{"1":1,"2":1,"3":1,"4":1,"5":1,"6":1},"2":{"0":1,"26":1,"40":1}}],["docstring",{"2":{"132":6,"133":2,"152":4}}],["docstrings",{"0":{"131":1},"1":{"132":1},"2":{"7":1}}],["docs",{"0":{"26":1},"2":{"26":1,"129":1}}],["doc",{"2":{"9":1,"10":1}}],["does",{"0":{"22":1},"2":{"7":1,"19":1,"44":1,"55":2,"72":1,"75":3,"98":1}}],["doesn",{"2":{"4":1,"6":2,"38":1,"51":1,"67":1,"153":1,"167":1,"178":1}}],["download",{"2":{"171":1}}],["down",{"2":{"6":1,"18":1,"29":1,"41":1,"137":1}}],["doublets",{"2":{"178":2}}],["double",{"2":{"160":4}}],["doubled",{"2":{"6":1,"160":1}}],["douglas",{"2":{"155":2,"157":2,"159":1}}],["douglaspeucker",{"0":{"159":1},"2":{"0":1,"6":5,"155":1,"157":5,"159":6}}],["done",{"0":{"10":1},"2":{"13":1,"14":1,"98":2,"129":1,"130":1,"144":1,"170":1,"176":1}}],["don",{"2":{"4":2,"6":3,"46":4,"52":1,"58":1,"67":6,"93":1,"98":1,"106":1,"110":1,"129":2,"137":3,"154":1,"167":1}}],["do",{"0":{"9":1,"23":1,"56":1},"2":{"1":1,"6":2,"14":1,"23":1,"31":1,"35":1,"38":2,"41":2,"42":1,"45":1,"48":1,"51":1,"58":3,"66":1,"67":1,"70":2,"85":1,"93":2,"94":1,"95":2,"98":1,"129":4,"130":1,"137":9,"139":1,"140":1,"145":1,"148":2,"150":1,"153":1,"157":1,"162":2,"163":2,"171":2,"172":2,"173":3,"177":1,"178":1}}],["ay",{"2":{"127":2}}],["azimuth",{"2":{"127":2}}],["automatically",{"2":{"104":1,"171":1}}],["a3",{"2":{"62":1}}],["against",{"2":{"67":1,"98":2,"153":1,"157":1}}],["again",{"2":{"55":1,"137":1}}],["a``",{"2":{"53":2}}],["a`",{"2":{"53":7,"55":3,"58":2}}],["away",{"2":{"42":1,"87":1,"179":1}}],["a2y",{"2":{"55":4}}],["a2x",{"2":{"55":4}}],["a2",{"2":{"40":4,"55":54,"63":1,"104":6}}],["a1y",{"2":{"55":7}}],["a1x",{"2":{"55":7}}],["a1",{"2":{"40":2,"46":9,"55":66,"63":1,"104":6}}],["ams",{"2":{"175":2}}],["america",{"2":{"157":1}}],["am",{"2":{"98":1}}],["ambiguity",{"2":{"70":2,"137":5}}],["amounts",{"2":{"174":1}}],["amount",{"2":{"37":1,"47":1}}],["amp",{"2":{"6":1,"9":1}}],["axes",{"2":{"129":6}}],["ax",{"2":{"13":3,"14":3,"127":2,"170":5}}],["axislegend",{"2":{"61":1,"152":1,"156":1}}],["axis",{"2":{"13":2,"14":1,"34":1,"37":1,"40":4,"44":1,"47":1,"63":2,"69":1,"129":2,"152":1,"157":1,"175":1}}],["axs",{"2":{"13":2}}],["a>",{"2":{"6":2}}],["adjust",{"2":{"55":1}}],["adjacent",{"2":{"46":1,"53":1,"55":1,"58":1}}],["adaptivity",{"0":{"56":1}}],["adaptive",{"2":{"7":1,"13":3,"14":2,"56":1}}],["adapted",{"2":{"52":1,"54":1,"57":1,"127":1}}],["advance",{"2":{"45":2}}],["advised",{"2":{"6":1,"165":1}}],["administrative",{"2":{"178":1}}],["admin",{"2":{"11":1,"62":1,"157":2}}],["adm0",{"2":{"11":7,"62":4}}],["additional",{"2":{"174":1}}],["additionally",{"2":{"46":3,"67":1}}],["addition",{"2":{"40":1,"58":1}}],["adding",{"2":{"4":1,"6":4,"7":1,"58":2,"129":1,"147":1,"151":1,"153":2,"154":1}}],["added",{"2":{"6":1,"35":1,"46":6,"48":1,"58":2,"132":1,"137":1,"146":2,"159":1}}],["add",{"2":{"3":1,"6":1,"7":2,"41":1,"42":1,"46":16,"48":1,"51":4,"52":3,"54":1,"55":2,"57":2,"58":9,"64":1,"87":1,"129":4,"137":1,"151":1,"153":1,"159":10,"166":1,"171":1,"173":2,"176":1}}],["average",{"2":{"39":3,"45":4,"55":1}}],["available",{"0":{"143":1},"2":{"6":3,"31":1,"45":1,"142":3,"151":1,"152":1,"154":1,"157":1,"161":1,"165":1}}],["avoid",{"2":{"5":1,"6":7,"41":1,"52":1,"54":1,"55":1,"57":1,"58":1,"129":2,"137":5,"154":1,"158":1,"159":1,"160":1,"170":3}}],["achieve",{"2":{"144":1}}],["across",{"2":{"135":1}}],["acos",{"2":{"35":1}}],["activate",{"2":{"152":1}}],["action",{"2":{"20":2}}],["actions",{"2":{"20":2}}],["actual",{"2":{"10":1,"41":1,"127":1,"140":1,"149":1,"153":1}}],["actually",{"2":{"1":1,"6":1,"9":1,"41":4,"55":1,"58":3,"98":1,"129":1,"162":1,"174":1}}],["access",{"2":{"171":1}}],["accessed",{"2":{"167":1}}],["acceptable",{"2":{"98":1}}],["accepts",{"2":{"64":1}}],["accept",{"2":{"6":1,"167":1}}],["according",{"2":{"139":1,"144":1,"145":1,"177":1}}],["accordingly",{"2":{"46":1}}],["account",{"2":{"32":1,"52":1,"54":1}}],["accurary",{"2":{"55":1}}],["accuratearithmetic",{"2":{"11":2}}],["accurate",{"0":{"11":1},"2":{"11":3,"152":1}}],["accumulators",{"2":{"41":1}}],["accumulator",{"2":{"41":1}}],["accumulate",{"2":{"38":1,"45":3}}],["accumulation",{"0":{"11":1},"2":{"41":1}}],["after",{"2":{"6":8,"35":1,"46":3,"137":1,"157":2}}],["ab",{"2":{"46":3,"52":1,"54":1,"55":5,"57":1}}],["able",{"2":{"20":1,"55":1}}],["ability",{"2":{"17":1}}],["about",{"2":{"6":1,"24":2,"30":1,"41":2,"98":1,"138":1}}],["above",{"2":{"4":1,"6":1,"35":1,"45":1,"46":1,"55":1,"58":1,"142":1}}],["abs",{"2":{"35":1,"38":4,"45":1,"48":2,"87":8,"104":2,"129":1,"160":1,"179":1}}],["absolute",{"2":{"4":1,"6":1,"37":1,"38":2}}],["abstractpolygon",{"2":{"137":1}}],["abstractpolygontrait",{"2":{"70":1}}],["abstractpoint",{"2":{"137":1}}],["abstractface",{"2":{"137":1}}],["abstractfloat",{"2":{"31":1,"35":1,"38":2,"46":1,"48":2,"51":1,"52":1,"54":1,"55":1,"57":1,"70":8}}],["abstractrange",{"2":{"129":6}}],["abstractmesh",{"2":{"137":1}}],["abstractmulticurvetrait",{"2":{"82":1,"83":1,"96":1,"97":1,"113":1,"114":1,"123":1,"124":1}}],["abstractmatrix",{"2":{"6":5,"129":13}}],["abstractcurvetrait",{"2":{"32":1,"35":1,"38":1,"48":1,"78":1,"81":1,"82":1,"87":1,"92":1,"96":1,"109":1,"112":1,"113":1,"119":1,"122":1,"123":1,"127":1,"157":2,"168":3}}],["abstractlazywrapper",{"2":{"32":2}}],["abstractarrays",{"2":{"135":1}}],["abstractarray",{"2":{"6":1,"132":1,"137":6,"168":2}}],["abstract",{"2":{"6":3,"41":3,"141":1,"142":4,"143":1,"157":3,"166":1}}],["abstractvector",{"2":{"5":1,"6":1,"41":26,"129":8}}],["abstractgeometrytrait`",{"2":{"142":1}}],["abstractgeometrytrait",{"2":{"6":3,"38":2,"48":1,"70":1,"83":1,"97":1,"114":1,"124":1,"132":1,"135":1,"142":4,"143":2,"168":5}}],["abstractgeometry",{"2":{"3":4,"6":4,"73":2,"86":2,"137":1}}],["abstracttrait",{"2":{"1":2,"3":2,"6":8,"51":1,"53":2,"55":4,"58":2,"104":4,"130":1,"132":2,"137":9,"165":3}}],["abstractbarycentriccoordinatemethod",{"2":{"0":1,"5":1,"6":7,"41":18}}],["attribute",{"2":{"174":1}}],["attributed",{"2":{"173":1}}],["attributes",{"0":{"173":1},"2":{"169":1,"173":3}}],["attempts",{"2":{"98":1}}],["attach",{"2":{"1":2,"4":1,"6":5,"134":1}}],["atomic",{"2":{"7":1}}],["at",{"2":{"3":4,"5":1,"6":6,"9":1,"18":1,"20":1,"24":1,"26":1,"35":2,"37":1,"38":1,"40":1,"41":2,"46":4,"48":2,"55":8,"58":2,"63":1,"98":17,"104":6,"106":1,"107":1,"110":3,"111":2,"112":2,"113":1,"114":1,"117":1,"123":1,"127":1,"135":1,"137":1,"152":1,"154":1,"159":1,"161":1,"171":1,"172":2}}],["arbitrarily",{"2":{"135":1}}],["arbitrary",{"2":{"39":1,"130":1,"170":1}}],["around",{"2":{"40":1,"41":2,"51":1,"67":1,"69":1,"129":1,"157":1,"177":1}}],["argmin",{"2":{"161":1}}],["argtypes",{"2":{"42":2,"150":1,"153":1}}],["args",{"2":{"13":2}}],["argumenterror",{"2":{"58":1,"129":1,"137":5}}],["argument",{"2":{"4":5,"6":10,"35":1,"38":2,"45":1,"48":1,"52":1,"54":1,"57":1,"70":2,"137":2,"167":2,"171":1,"172":1}}],["arguments",{"2":{"1":1,"3":1,"6":5,"46":1,"76":2,"90":1,"107":1,"117":1,"149":1,"153":2,"154":1,"167":1}}],["arithmetic",{"2":{"11":1}}],["archgdal",{"2":{"23":1}}],["arc",{"2":{"6":1,"153":1}}],["array",{"2":{"4":1,"6":2,"38":1,"48":1,"129":5,"137":7,"158":1,"161":1}}],["arrays",{"2":{"1":1,"6":2,"22":1,"129":1,"137":2}}],["aren",{"2":{"4":3,"6":5,"51":1,"53":1,"55":2,"58":4,"67":3,"143":2,"146":2}}],["are",{"2":{"1":1,"3":4,"4":18,"5":2,"6":50,"9":2,"20":2,"22":3,"24":1,"25":1,"26":2,"27":1,"34":1,"35":8,"37":1,"38":2,"39":6,"41":11,"44":1,"45":3,"46":31,"48":6,"51":3,"52":3,"53":15,"54":2,"55":16,"57":5,"58":9,"63":3,"66":3,"67":26,"69":1,"70":1,"72":1,"76":7,"78":1,"79":3,"80":3,"81":1,"83":1,"89":1,"90":5,"92":1,"93":1,"94":1,"96":1,"97":1,"98":12,"104":7,"107":5,"109":1,"111":2,"116":1,"117":5,"119":1,"120":3,"121":3,"122":1,"124":1,"127":1,"128":1,"129":14,"132":1,"135":1,"137":4,"138":1,"139":1,"140":1,"142":1,"143":3,"144":1,"145":1,"146":2,"147":1,"152":1,"153":1,"154":1,"157":4,"159":1,"161":2,"163":1,"164":2,"165":1,"167":1,"170":1,"173":2,"174":2,"175":1,"176":3,"177":6,"178":1,"179":1}}],["area2",{"2":{"45":4}}],["area1",{"2":{"45":4}}],["areas",{"2":{"4":2,"6":2,"38":3,"160":2}}],["area",{"0":{"36":2,"37":2},"1":{"37":2,"38":2},"2":{"0":5,"4":15,"6":25,"11":6,"31":1,"36":2,"37":9,"38":61,"43":1,"44":3,"45":49,"47":2,"48":44,"57":2,"58":1,"104":1,"130":1,"143":2,"146":2,"157":2,"160":4,"171":1}}],["ask",{"2":{"23":1}}],["aspect",{"2":{"13":1,"14":1,"34":1,"37":1,"40":2,"44":1,"47":1,"69":2,"129":2,"152":1,"157":1}}],["assign",{"2":{"169":1}}],["assigned",{"2":{"46":1,"129":7,"177":1}}],["assets",{"2":{"171":1}}],["assetpath",{"2":{"171":1}}],["assemble",{"2":{"140":1}}],["assert",{"2":{"41":23,"45":1,"46":1,"51":1,"53":1,"55":1,"154":1,"168":1}}],["assume",{"2":{"104":2,"137":3,"139":1,"146":1}}],["assumed",{"2":{"38":1,"67":1,"98":1}}],["assumes",{"2":{"6":1,"46":1,"70":1,"153":1,"161":1}}],["associativity",{"2":{"19":1}}],["associated",{"0":{"1":1},"2":{"39":2}}],["as",{"2":{"1":8,"3":18,"4":6,"5":1,"6":80,"7":1,"11":2,"13":3,"14":3,"15":3,"17":2,"18":2,"20":1,"22":1,"23":2,"24":1,"25":1,"27":1,"34":2,"35":4,"37":2,"38":3,"39":4,"40":1,"41":4,"42":3,"44":2,"45":1,"46":15,"47":2,"48":5,"50":3,"51":5,"52":8,"53":2,"54":7,"55":8,"57":7,"58":5,"59":1,"61":2,"62":2,"63":3,"64":3,"66":2,"67":2,"69":3,"70":1,"72":2,"73":2,"75":3,"76":3,"85":2,"86":2,"87":2,"89":2,"90":3,"98":7,"100":2,"101":2,"103":2,"104":2,"106":2,"107":3,"109":1,"116":2,"117":3,"127":8,"129":3,"130":3,"132":1,"135":2,"136":2,"137":15,"139":2,"140":2,"142":1,"143":1,"145":2,"147":1,"149":3,"151":2,"152":2,"153":3,"155":2,"156":2,"157":7,"159":2,"162":3,"165":2,"166":2,"167":2,"168":2,"169":3,"170":2,"171":1,"172":1,"174":3,"175":3,"176":2,"177":3,"178":2}}],["alone",{"2":{"137":1}}],["along",{"2":{"4":4,"6":5,"46":3,"48":2,"55":4,"67":4,"98":1}}],["although",{"2":{"120":1,"121":1}}],["alternate",{"2":{"46":1}}],["alternative",{"2":{"46":1}}],["already",{"2":{"67":1,"98":2,"159":1}}],["almost",{"2":{"55":1}}],["alg=nothing",{"2":{"157":1}}],["alg`",{"2":{"157":1}}],["alg",{"2":{"6":4,"157":21,"158":3,"159":8,"160":3,"161":7,"167":9}}],["algorithms",{"2":{"6":3,"59":1,"63":1,"139":1,"154":1,"155":1,"157":4,"159":1,"161":1}}],["algorithm",{"0":{"158":1,"159":1,"160":1},"2":{"6":12,"40":1,"46":2,"48":1,"51":3,"52":1,"54":1,"57":1,"59":1,"64":4,"98":1,"155":1,"157":8,"158":1,"159":3,"160":1,"167":4}}],["allocating",{"2":{"64":1}}],["allocations",{"2":{"5":1,"6":1,"41":1}}],["allocate",{"2":{"64":1}}],["allow=",{"2":{"98":1}}],["allows",{"2":{"11":1,"18":1,"23":1,"24":1,"29":1,"76":2,"78":3,"79":3,"80":3,"81":1,"90":2,"92":3,"93":3,"94":2,"95":1,"107":1,"110":1,"111":1,"112":1,"117":3,"119":3,"120":3,"121":3,"122":1,"130":1,"155":1,"171":1,"173":1,"176":1}}],["allowed",{"2":{"6":1,"76":3,"90":3,"98":6,"107":5,"109":1,"110":2,"117":3,"157":1}}],["allow",{"2":{"1":1,"6":1,"23":1,"55":1,"76":7,"87":3,"90":7,"98":73,"107":10,"117":10,"162":1}}],["all",{"2":{"1":3,"3":2,"4":3,"6":14,"9":1,"11":7,"22":1,"25":1,"27":1,"31":2,"35":5,"38":3,"41":1,"46":13,"48":3,"52":1,"53":3,"55":3,"58":5,"59":1,"62":3,"64":1,"67":2,"69":1,"72":1,"79":3,"80":3,"83":1,"96":1,"97":1,"98":7,"104":4,"116":1,"124":1,"127":1,"128":1,"129":3,"132":1,"135":2,"136":1,"137":8,"140":1,"142":1,"144":1,"147":1,"148":1,"157":1,"162":2,"163":1,"164":1,"170":1,"172":1,"174":1,"176":1}}],["always",{"2":{"1":7,"4":6,"6":10,"25":1,"27":1,"37":1,"38":4,"48":2,"63":1,"67":1,"69":1,"70":1,"137":2,"149":4,"176":1}}],["also",{"2":{"1":2,"6":11,"23":1,"35":1,"38":2,"45":2,"46":3,"48":1,"52":1,"54":1,"55":2,"57":1,"59":1,"63":1,"64":1,"67":3,"69":1,"70":2,"104":1,"129":1,"135":1,"137":1,"140":1,"143":3,"146":2,"150":1,"151":1,"152":1,"153":1,"155":1,"162":1,"165":1,"170":2,"173":1}}],["a",{"0":{"23":1,"171":1,"173":1},"2":{"1":13,"3":5,"4":79,"5":1,"6":196,"7":3,"9":1,"11":1,"15":2,"17":1,"18":6,"20":3,"22":3,"23":4,"24":2,"25":2,"27":2,"29":2,"30":2,"34":3,"35":22,"37":11,"38":20,"39":13,"40":4,"41":11,"42":2,"44":5,"45":8,"46":281,"47":2,"48":17,"50":3,"51":4,"52":39,"53":30,"54":38,"55":91,"56":3,"57":36,"58":45,"59":3,"61":3,"62":2,"63":1,"64":4,"66":2,"67":54,"69":15,"70":27,"72":2,"75":1,"76":3,"78":5,"79":3,"80":2,"82":2,"83":2,"85":2,"87":1,"89":1,"90":3,"92":4,"93":3,"94":1,"96":2,"97":2,"98":52,"100":2,"103":5,"104":27,"106":2,"107":4,"109":4,"110":2,"111":2,"112":1,"113":2,"114":2,"116":1,"117":3,"119":5,"120":2,"121":2,"123":2,"124":2,"126":1,"127":4,"129":79,"130":4,"132":2,"135":4,"137":34,"138":6,"139":2,"140":2,"141":5,"142":5,"143":9,"144":8,"146":6,"147":2,"148":3,"149":8,"150":3,"151":5,"152":4,"153":8,"154":10,"156":3,"157":5,"160":3,"161":1,"162":2,"163":1,"165":6,"166":1,"167":12,"168":2,"169":1,"170":21,"171":12,"172":5,"173":5,"174":11,"175":1,"176":5,"177":8,"178":3,"179":3}}],["annotation",{"2":{"166":1}}],["annotated",{"2":{"26":1}}],["angels",{"2":{"35":1}}],["angle",{"2":{"35":35,"127":1}}],["angles",{"0":{"33":1,"34":1},"1":{"34":1,"35":1},"2":{"0":2,"4":10,"6":10,"31":1,"33":1,"34":4,"35":42}}],["answers",{"2":{"144":1}}],["answer",{"2":{"6":3,"52":1,"54":1,"55":1,"57":1}}],["another",{"2":{"3":1,"6":1,"46":2,"55":1,"64":1,"69":1,"72":1,"75":1,"78":1,"80":1,"81":1,"85":1,"89":1,"92":1,"93":1,"94":1,"95":1,"98":1,"100":1,"103":1,"104":1,"106":1,"109":1,"110":1,"111":1,"112":1,"116":1,"119":1,"120":1,"121":1,"122":1,"129":1,"149":1}}],["anonymous",{"2":{"1":1,"6":1,"162":1}}],["an",{"2":{"1":3,"4":11,"5":1,"6":29,"9":1,"13":1,"14":1,"18":1,"20":1,"23":2,"34":1,"35":4,"37":1,"38":2,"40":1,"41":3,"42":2,"44":1,"46":15,"47":2,"48":2,"50":1,"51":1,"52":2,"53":5,"54":2,"55":9,"57":2,"58":2,"64":3,"66":1,"67":1,"69":2,"70":5,"72":1,"75":2,"78":2,"85":1,"89":1,"98":13,"100":1,"103":1,"104":1,"106":1,"116":1,"119":2,"120":1,"121":1,"128":1,"129":3,"132":1,"135":1,"136":1,"137":8,"140":1,"147":1,"149":1,"153":1,"162":2,"167":3,"168":1,"170":2,"171":2,"173":1,"175":1,"177":1}}],["anything",{"2":{"40":1,"98":1}}],["any",{"2":{"1":3,"3":1,"4":2,"6":19,"18":1,"24":1,"25":1,"27":1,"29":1,"39":2,"45":1,"46":7,"48":1,"51":1,"53":1,"55":4,"58":1,"70":2,"77":2,"78":1,"81":1,"89":1,"91":2,"92":1,"93":2,"94":1,"95":2,"98":8,"104":2,"108":2,"118":2,"122":1,"129":2,"130":2,"132":1,"137":2,"140":1,"141":1,"142":3,"143":4,"146":4,"149":2,"151":1,"153":1,"154":1,"159":1,"168":1,"176":2,"177":2}}],["and",{"0":{"1":1,"20":1,"22":1,"24":1,"36":1,"53":1,"55":1,"58":1,"68":1,"170":1,"171":1,"173":1},"1":{"37":1,"38":1,"69":1,"70":1},"2":{"0":2,"1":8,"3":11,"4":18,"6":84,"7":1,"9":2,"17":4,"18":4,"20":2,"22":1,"23":2,"24":3,"25":2,"26":5,"27":2,"29":2,"30":1,"31":2,"35":13,"37":1,"38":7,"39":2,"40":2,"41":20,"42":1,"43":2,"44":1,"45":29,"46":71,"47":2,"48":18,"50":1,"51":4,"52":4,"53":16,"54":4,"55":38,"57":6,"58":15,"63":1,"64":2,"66":2,"67":13,"69":2,"70":13,"72":3,"73":2,"75":2,"76":3,"79":3,"80":4,"81":1,"85":2,"86":2,"87":1,"90":3,"93":3,"94":1,"95":1,"98":36,"100":1,"103":2,"104":3,"107":2,"111":2,"112":2,"116":3,"117":4,"119":2,"120":3,"121":3,"122":1,"127":2,"129":16,"130":8,"132":1,"135":2,"136":3,"137":22,"138":1,"139":2,"140":1,"141":1,"142":4,"143":2,"144":1,"147":2,"148":2,"149":2,"152":1,"153":5,"154":4,"155":2,"156":1,"157":8,"159":8,"160":1,"161":1,"162":1,"165":1,"166":3,"167":4,"169":3,"170":9,"171":7,"172":2,"174":5,"176":2,"177":4,"178":2}}],["apart",{"2":{"146":1}}],["april",{"0":{"7":1}}],["appears",{"2":{"139":1}}],["append",{"2":{"35":1,"46":5,"52":1,"53":2,"55":2,"57":1,"58":5,"146":2}}],["approximately",{"2":{"46":1,"152":1}}],["approach",{"2":{"19":1}}],["appropriately",{"2":{"177":1}}],["appropriate",{"2":{"6":1,"167":2}}],["applies",{"2":{"135":2}}],["applied",{"2":{"6":3,"20":1,"132":1,"137":2,"141":2,"142":2,"143":1}}],["application",{"2":{"1":1,"6":3,"137":1,"140":1,"142":3,"143":1,"146":2,"151":1,"154":1}}],["apply`",{"2":{"137":1}}],["applys",{"2":{"38":1,"48":1}}],["applyreduce",{"0":{"19":1},"2":{"0":2,"1":1,"6":1,"17":1,"19":2,"29":1,"35":1,"38":1,"45":2,"48":1,"70":2,"130":3,"132":1,"137":39,"166":1}}],["apply",{"0":{"1":1,"18":1,"22":1,"29":1,"135":1},"1":{"19":1},"2":{"0":2,"1":4,"6":7,"17":1,"18":5,"20":1,"22":1,"24":1,"29":3,"32":1,"130":5,"132":1,"134":1,"135":4,"136":1,"137":56,"142":4,"143":1,"147":1,"148":3,"149":1,"153":1,"154":1,"157":2,"162":3,"163":2,"166":1}}],["apis",{"2":{"17":1}}],["api",{"0":{"0":1,"41":1},"1":{"1":1,"2":1,"3":1,"4":1,"5":1,"6":1},"2":{"0":1,"6":3,"24":1,"41":1,"153":1,"157":1,"167":1}}],["snapped",{"2":{"129":1}}],["s3",{"2":{"46":3}}],["scratch",{"2":{"174":1}}],["sciences",{"2":{"171":1}}],["scalefactor",{"2":{"153":3}}],["scattered",{"2":{"177":1}}],["scatter",{"2":{"44":1,"66":2,"69":2,"72":2,"75":1,"85":1,"89":2,"103":2,"116":2,"177":1}}],["schema",{"2":{"137":6}}],["scheme",{"2":{"45":1}}],["scenario",{"2":{"98":2}}],["scene",{"2":{"14":1}}],["skipmissing",{"2":{"129":1}}],["skipped",{"2":{"129":1}}],["skip",{"2":{"38":1,"98":14,"129":1,"161":4}}],["skygering",{"2":{"7":1}}],["square",{"2":{"70":1,"158":1,"159":1}}],["squared",{"2":{"6":2,"48":2,"70":12,"158":2,"159":7}}],["sqrt",{"2":{"35":2,"45":1,"70":3}}],["sgn",{"2":{"35":5}}],["smallest",{"2":{"35":2,"55":1,"59":1}}],["sᵢ₋₁",{"2":{"41":25}}],["sᵢ₊₁",{"2":{"6":2,"41":41}}],["sᵢ",{"2":{"6":4,"41":46}}],["src",{"2":{"6":2}}],["syntax",{"2":{"173":1}}],["symdifference",{"2":{"128":1}}],["sym10100477",{"2":{"98":1}}],["symbol=",{"2":{"87":1}}],["symbol",{"2":{"6":1,"167":2}}],["system",{"0":{"171":1,"172":1},"2":{"1":2,"149":2,"169":2,"171":1}}],["switches",{"2":{"55":1,"58":1}}],["switch",{"2":{"46":1,"58":1,"166":1}}],["switching",{"2":{"6":1,"48":1}}],["swap",{"2":{"6":1,"58":1,"70":2,"148":1}}],["swapped",{"2":{"3":1,"6":1,"73":1,"76":1,"86":1,"87":1,"101":1,"104":1}}],["swapping",{"2":{"1":1,"6":1,"137":1}}],["s2",{"2":{"6":4,"41":6,"46":3}}],["s1",{"2":{"6":3,"41":6,"46":3}}],["saving",{"0":{"174":1}}],["saved",{"2":{"67":1}}],["save",{"2":{"35":1,"169":1,"174":3}}],["samples",{"2":{"13":1}}],["sample",{"2":{"13":1}}],["same",{"2":{"3":2,"4":12,"6":23,"18":1,"35":3,"38":1,"46":15,"48":1,"51":1,"52":3,"54":1,"55":1,"57":1,"58":1,"63":1,"66":2,"67":30,"69":1,"98":2,"103":1,"104":8,"132":1,"135":1,"137":6,"138":1,"143":2,"145":1,"146":2,"152":1,"170":1,"171":1,"174":1}}],["says",{"2":{"63":1}}],["say",{"2":{"6":1,"41":1,"153":1}}],["span",{"2":{"177":1}}],["spatial",{"0":{"176":1},"1":{"177":1,"178":1,"179":1},"2":{"176":6,"177":3,"179":1}}],["spawn",{"2":{"137":5}}],["space",{"2":{"6":2,"25":1,"27":1,"35":1,"37":1,"98":1,"153":1,"154":1}}],["sp",{"2":{"98":2}}],["split",{"2":{"51":1}}],["specialized",{"2":{"25":1,"27":1,"64":1}}],["specify",{"2":{"6":1,"132":1,"137":1,"171":1,"172":1,"176":1}}],["specification",{"2":{"139":1,"142":1,"144":1,"145":1}}],["specifically",{"2":{"6":2,"41":3,"155":1,"176":1}}],["specific",{"2":{"46":1,"76":1,"90":1,"107":1,"117":1,"137":5}}],["specified",{"2":{"3":1,"6":2,"46":1,"53":2,"55":2,"58":2,"104":1,"135":1,"157":1}}],["slow",{"2":{"178":1}}],["slower",{"2":{"6":1,"167":2}}],["slope2",{"2":{"127":2}}],["slope1",{"2":{"127":2}}],["slidergrid",{"2":{"14":1}}],["sliders",{"2":{"14":3}}],["slightly",{"2":{"4":2,"6":2,"38":2}}],["suite",{"2":{"153":5,"157":13}}],["suggestion",{"2":{"150":1}}],["sun",{"2":{"98":1}}],["surrounds",{"2":{"98":1}}],["sure",{"2":{"9":1,"35":1,"46":2,"70":1,"104":1,"161":1}}],["suppose",{"2":{"178":1,"179":1}}],["support",{"2":{"42":1,"151":1,"179":1}}],["supports",{"2":{"40":1,"41":1,"59":1,"174":1,"179":2}}],["supported",{"2":{"23":1,"174":1}}],["supertype",{"2":{"6":1,"41":1}}],["sukumar",{"2":{"6":1,"41":1}}],["such",{"2":{"4":1,"6":1,"37":1,"50":1,"59":1,"135":1,"147":1}}],["sum=1",{"2":{"41":1}}],["sum",{"2":{"4":2,"6":3,"11":6,"37":1,"38":2,"39":2,"41":8,"48":1,"70":2,"127":5,"161":1,"168":4}}],["sublevel",{"2":{"178":1}}],["subsequent",{"2":{"170":1}}],["substituted",{"2":{"1":1,"6":1,"137":1}}],["subgeom1",{"2":{"137":2}}],["subgeom",{"2":{"137":3}}],["subject",{"2":{"46":1}}],["subtype",{"2":{"137":1}}],["subtypes",{"2":{"6":2,"41":2}}],["subtracted",{"2":{"127":1}}],["subtitle",{"2":{"13":1,"40":2,"153":1,"157":2}}],["sub",{"2":{"4":6,"6":7,"35":1,"38":3,"48":1,"53":6,"55":3,"58":4,"70":2,"82":2,"83":2,"96":2,"97":2,"113":2,"114":2,"123":2,"124":2,"137":3,"144":4,"145":2,"146":4}}],["series",{"2":{"170":1}}],["serve",{"2":{"6":1,"41":1}}],["searchsortedfirst",{"2":{"159":1}}],["seg2",{"2":{"127":2}}],["seg1",{"2":{"127":3}}],["seg",{"2":{"98":23,"104":9}}],["segmentation",{"2":{"152":1}}],["segments",{"2":{"23":1,"31":1,"34":2,"35":1,"44":1,"45":2,"46":3,"48":1,"55":6,"98":18,"153":1,"154":3}}],["segmentization",{"2":{"151":1}}],["segmentizing",{"2":{"6":3,"152":1,"153":2,"154":1}}],["segmentized",{"2":{"152":1}}],["segmentizes",{"2":{"151":1}}],["segmentizemethod",{"2":{"6":1,"153":3,"154":2}}],["segmentize",{"0":{"151":1},"1":{"152":1,"153":1,"154":1},"2":{"0":1,"6":4,"31":1,"42":1,"130":1,"151":1,"152":5,"153":11,"154":13,"175":1}}],["segment",{"2":{"4":4,"6":7,"35":1,"45":5,"46":6,"48":3,"50":1,"55":17,"70":2,"87":3,"98":43,"104":3,"127":2,"151":1,"153":2,"154":1}}],["seperate",{"2":{"55":1}}],["separates",{"2":{"98":1}}],["separate",{"2":{"46":1,"129":1,"137":1,"166":1,"174":1,"177":1}}],["separately",{"2":{"41":1,"129":1}}],["sense",{"2":{"38":1,"70":1}}],["several",{"2":{"20":2,"38":1,"138":1,"146":1}}],["section",{"2":{"26":1,"98":3,"103":1}}],["sections",{"2":{"10":1,"26":1}}],["seconds=1",{"2":{"153":3,"157":8}}],["secondisleft",{"2":{"129":4}}],["secondisstraight",{"2":{"129":7}}],["secondary",{"2":{"3":3,"6":3,"73":1,"76":1,"117":1}}],["second",{"2":{"3":8,"6":9,"46":1,"55":4,"67":1,"72":2,"73":1,"75":1,"76":1,"79":1,"80":1,"81":1,"86":2,"90":2,"98":2,"107":1,"116":1,"117":1,"120":1,"121":1,"122":2,"159":1,"172":1,"176":1}}],["self",{"2":{"9":2}}],["selected",{"2":{"129":1}}],["selectednode",{"2":{"129":3}}],["selection",{"2":{"14":1}}],["select",{"2":{"6":1,"165":1}}],["seem",{"2":{"25":1,"27":1}}],["see",{"2":{"6":4,"7":1,"29":1,"44":1,"64":1,"66":1,"70":1,"72":1,"75":1,"89":1,"98":5,"100":1,"103":1,"106":1,"116":1,"129":2,"139":1,"140":1,"142":1,"143":3,"145":1,"146":2,"152":2,"159":1,"177":2}}],["setup=",{"2":{"76":1,"90":1,"107":1,"117":1}}],["sets",{"2":{"46":1,"63":1}}],["setting",{"2":{"23":1}}],["set",{"0":{"23":1},"2":{"3":2,"4":7,"6":19,"23":1,"35":1,"39":2,"41":8,"46":3,"52":2,"54":2,"55":7,"57":2,"59":2,"66":2,"67":10,"76":1,"87":1,"90":1,"98":2,"104":1,"107":1,"117":1,"127":1,"129":1,"143":2,"146":2,"159":2,"170":1,"174":1,"177":3}}],["sve",{"2":{"1":1,"6":1,"162":1}}],["svector",{"2":{"1":14,"6":14,"46":5,"52":1,"55":2,"58":6,"98":1,"129":1,"162":13,"170":6,"172":4}}],["solution",{"2":{"98":1}}],["solid",{"2":{"6":2}}],["south",{"2":{"48":7}}],["source",{"2":{"1":10,"3":19,"4":22,"5":3,"6":91,"26":4,"87":2,"132":3,"142":1,"143":4,"149":3,"171":13,"172":1}}],["sort",{"2":{"46":4,"51":2,"55":2,"57":2,"98":1,"104":2,"129":1,"159":1}}],["sorted",{"2":{"20":1,"46":1,"159":7,"176":1}}],["someone",{"2":{"64":1,"167":1}}],["something",{"0":{"56":1},"2":{"10":1}}],["some",{"2":{"3":1,"6":3,"9":1,"17":1,"32":1,"41":4,"67":1,"98":3,"104":1,"128":1,"129":1,"130":2,"135":2,"137":2,"141":1,"142":2,"143":1,"161":1,"164":2,"169":2,"176":1,"179":1}}],["so",{"2":{"1":1,"4":4,"6":10,"9":1,"17":1,"19":1,"25":1,"27":1,"31":1,"40":1,"41":1,"46":1,"47":1,"55":1,"57":2,"58":2,"66":1,"67":4,"69":1,"70":1,"72":1,"89":1,"98":2,"100":1,"116":1,"129":3,"132":1,"137":6,"151":1,"152":1,"153":3,"154":1,"161":1,"162":1,"167":2,"171":1,"172":1}}],["step",{"2":{"46":7,"52":1,"53":3,"54":1,"55":3,"57":1,"58":3,"129":4,"168":1}}],["storing",{"2":{"174":1}}],["stored",{"2":{"46":2,"177":1}}],["stores",{"2":{"46":1}}],["store",{"2":{"41":1,"174":1}}],["stopping",{"2":{"159":2}}],["stops",{"2":{"135":1}}],["stop",{"2":{"18":2,"87":3,"98":4,"104":3}}],["style",{"2":{"6":2}}],["style=",{"2":{"6":2}}],["stay",{"2":{"58":1}}],["stackoverflow",{"2":{"55":1}}],["stack",{"2":{"51":1}}],["status",{"2":{"46":31,"53":4,"55":5,"58":4,"129":1}}],["states",{"2":{"157":1}}],["state",{"2":{"32":11,"57":1,"178":9}}],["static",{"2":{"166":1}}],["staticarray",{"2":{"41":1}}],["staticarrays",{"2":{"31":1,"46":5,"52":1,"55":2,"58":6,"98":1,"129":1,"162":2}}],["staticarraysco",{"2":{"1":1,"6":1,"162":1}}],["staticarrayscore",{"2":{"1":10,"6":10,"41":1,"162":10,"170":6,"172":4}}],["statica",{"2":{"1":1,"6":1,"162":1}}],["statistics",{"2":{"13":2,"31":1}}],["stability",{"2":{"23":1,"30":1}}],["stable",{"2":{"13":1,"24":1,"154":1}}],["stage",{"2":{"7":1}}],["standardized",{"2":{"98":1}}],["standards",{"2":{"98":1}}],["standard",{"2":{"6":1,"64":1}}],["started",{"2":{"46":1}}],["starting",{"2":{"45":2,"46":1,"48":1,"55":1,"146":4}}],["startvalue",{"2":{"14":4}}],["start",{"2":{"6":1,"18":1,"35":7,"41":1,"46":76,"48":17,"53":4,"55":4,"58":5,"67":1,"87":4,"98":44,"104":3,"119":1,"129":2,"138":1,"159":16,"170":1}}],["straightline",{"2":{"129":3}}],["straight",{"2":{"129":6}}],["strait",{"2":{"129":1}}],["structs",{"2":{"20":1,"142":1}}],["structures",{"2":{"130":1}}],["structure",{"2":{"6":2,"132":1,"137":1,"148":1}}],["struct",{"2":{"6":3,"32":2,"41":2,"46":2,"64":1,"140":1,"146":2,"153":2,"158":1,"159":1,"160":1,"165":3,"166":2,"167":4}}],["strings",{"2":{"6":1,"45":1,"55":1}}],["string",{"2":{"1":2,"14":1,"44":1,"45":1,"149":2}}],["still",{"2":{"0":1,"38":1,"45":1,"46":3,"75":1,"159":1}}],["shp",{"2":{"174":1}}],["ships",{"2":{"171":1}}],["shifting",{"2":{"172":1}}],["shift",{"2":{"170":3}}],["shewchuck",{"2":{"7":1}}],["short",{"2":{"137":1}}],["shorthand",{"2":{"64":1}}],["show",{"2":{"9":1,"11":1,"13":1,"14":1,"40":1,"171":1,"174":1,"176":2}}],["shoelace",{"2":{"4":1,"6":1,"38":2,"48":1}}],["shouldn",{"2":{"55":1}}],["should",{"2":{"1":1,"4":1,"6":14,"17":1,"18":1,"20":2,"25":1,"27":1,"35":3,"38":1,"45":1,"46":3,"47":1,"67":1,"98":4,"129":2,"132":1,"137":2,"139":1,"142":4,"143":2,"154":1,"157":2,"166":1}}],["sharing",{"2":{"89":1}}],["shares",{"2":{"55":1}}],["share",{"2":{"4":7,"6":8,"66":2,"67":8,"93":2,"94":1,"95":1,"104":1,"112":1}}],["shared",{"0":{"161":1},"2":{"3":1,"6":1,"46":2,"55":2,"104":3}}],["shapes",{"2":{"70":1,"174":7}}],["shape",{"2":{"44":1,"53":1,"55":1,"66":1,"145":1,"170":1}}],["shaped",{"2":{"40":1}}],["shapefiles",{"2":{"174":1}}],["shapefile",{"2":{"29":1,"174":4}}],["shallower",{"2":{"1":1,"6":1,"137":1}}],["sites",{"2":{"178":1}}],["sides",{"2":{"46":3,"139":1}}],["side",{"2":{"35":4,"46":26}}],["signals",{"2":{"136":1}}],["sign",{"2":{"13":2,"14":2,"35":7,"38":2,"127":3}}],["signed",{"0":{"36":1,"37":1,"68":1,"69":1},"1":{"37":1,"38":1,"69":1,"70":1},"2":{"0":4,"4":15,"6":18,"11":3,"36":1,"37":5,"38":23,"48":3,"68":1,"69":7,"70":19}}],["six",{"2":{"6":1,"157":1}}],["size=",{"2":{"171":1}}],["sizehint",{"2":{"46":2,"53":1,"154":1}}],["size",{"2":{"6":4,"13":2,"14":5,"40":1,"58":1,"129":2,"137":4,"157":1}}],["sin",{"2":{"170":3,"171":1,"172":2}}],["singed",{"2":{"70":1}}],["singular",{"2":{"55":1}}],["singlepoly",{"2":{"157":6}}],["single",{"2":{"4":6,"6":10,"23":1,"35":2,"38":1,"48":1,"67":5,"103":2,"129":2,"143":2,"144":1,"146":2,"170":3,"174":1}}],["since",{"2":{"1":1,"6":2,"26":1,"35":1,"38":1,"45":1,"48":2,"57":1,"67":1,"70":1,"98":1,"104":2,"111":1,"149":1,"166":1,"167":2,"178":1}}],["simulation",{"2":{"23":1}}],["simultaneously",{"2":{"20":1}}],["simply",{"2":{"7":1,"37":1,"42":1,"46":1,"55":1,"58":1,"73":1,"86":1,"101":1,"129":1,"141":1,"149":1,"150":1,"153":1,"170":1,"173":1}}],["simpler",{"2":{"6":1,"129":1}}],["simple",{"0":{"61":1,"177":1},"2":{"6":3,"41":1,"64":1,"130":3,"148":1,"149":1,"156":2,"157":2,"166":1}}],["simplifier",{"2":{"157":4}}],["simplified",{"2":{"23":1,"156":1}}],["simplifies",{"2":{"6":3,"158":1,"159":1,"160":1}}],["simplification",{"0":{"155":1},"1":{"156":1,"157":1},"2":{"6":2,"155":2,"157":3}}],["simplifying",{"2":{"155":1}}],["simplify",{"0":{"158":1,"159":1,"160":1},"2":{"0":1,"6":15,"9":1,"31":1,"46":1,"130":1,"156":1,"157":41,"158":1,"159":2,"160":1}}],["simplifyalgs",{"2":{"161":1}}],["simplifyalg",{"2":{"0":1,"6":8,"157":5,"158":2,"159":2,"160":2}}],["similarly",{"2":{"130":1}}],["similar",{"2":{"1":1,"6":4,"18":1,"25":1,"27":1,"29":1,"42":1,"59":1,"64":1,"129":2,"137":1,"153":2,"154":1,"163":1}}],["s",{"0":{"30":1},"2":{"0":1,"3":1,"6":10,"7":1,"9":1,"18":1,"19":1,"29":1,"35":1,"37":1,"38":4,"39":1,"40":2,"41":5,"44":3,"45":3,"46":3,"48":1,"50":1,"53":1,"55":2,"58":3,"63":1,"67":1,"70":1,"85":2,"92":3,"93":4,"94":2,"98":9,"104":1,"106":1,"107":1,"112":1,"129":5,"130":2,"132":3,"133":1,"137":1,"140":1,"143":4,"144":1,"146":3,"152":4,"153":1,"155":1,"157":2,"161":4,"165":2,"166":1,"167":6,"170":6,"171":4,"172":4,"173":2,"174":5,"179":2}}],["fn",{"2":{"174":8}}],["fc",{"2":{"137":22,"157":3,"168":14}}],["fj",{"2":{"129":2}}],["f2",{"2":{"46":2}}],["f1",{"2":{"46":2}}],["f64",{"2":{"13":2,"14":2}}],["few",{"2":{"139":1}}],["fetch",{"2":{"137":2}}],["fetched",{"2":{"129":1}}],["feb",{"0":{"8":1},"1":{"9":1,"10":1}}],["featurecollection",{"2":{"6":2,"11":1,"18":1,"129":4,"137":7,"171":2}}],["featurecollectiontrait",{"2":{"1":1,"6":2,"132":1,"135":1,"137":14,"168":5}}],["features",{"0":{"77":1,"91":1,"108":1,"118":1},"2":{"1":1,"6":3,"11":1,"22":1,"64":1,"129":3,"136":1,"137":19,"171":1}}],["featuretrait",{"2":{"1":2,"6":3,"77":4,"87":2,"91":4,"108":4,"118":4,"132":1,"135":3,"137":15,"168":5}}],["feature",{"2":{"1":6,"4":1,"6":10,"18":2,"22":1,"38":1,"48":1,"129":2,"130":1,"136":1,"137":49,"157":2,"168":2,"174":1}}],["fra",{"2":{"178":2}}],["frame",{"2":{"173":1}}],["framework",{"2":{"130":4}}],["fracs",{"2":{"46":20,"51":1}}],["frac",{"2":{"41":1,"46":2,"55":17,"157":2}}],["fractional",{"2":{"46":1,"55":3}}],["fractions",{"2":{"46":1,"55":4}}],["fraction",{"2":{"6":4,"55":2,"70":1,"157":1}}],["front",{"2":{"35":1}}],["from",{"2":{"1":3,"3":4,"4":16,"6":29,"7":1,"11":1,"20":1,"22":1,"26":1,"31":1,"38":2,"40":1,"41":4,"42":1,"45":1,"46":6,"48":11,"51":1,"52":1,"53":3,"54":1,"55":11,"57":1,"58":6,"64":1,"70":25,"90":2,"92":5,"93":4,"94":2,"95":1,"96":2,"98":6,"104":2,"127":2,"129":7,"132":3,"137":3,"146":1,"149":4,"151":1,"157":1,"158":1,"159":3,"160":1,"168":1,"169":1,"171":5,"174":1,"176":1,"177":1,"179":1}}],["footprint",{"2":{"172":1}}],["foldable",{"2":{"137":3}}],["follows",{"2":{"46":2,"76":1,"90":1,"107":1,"117":1,"129":1}}],["followed",{"2":{"26":1}}],["following",{"2":{"6":1,"41":1,"50":1,"139":1,"145":1,"157":1,"176":1}}],["focusing",{"2":{"25":1,"27":1}}],["foundational",{"2":{"17":1}}],["found",{"2":{"6":8,"26":1,"48":1,"51":1,"52":2,"54":2,"55":1,"57":2,"67":1,"129":5,"135":3,"137":7,"154":1}}],["forward",{"2":{"55":1}}],["forwards",{"2":{"46":1,"53":1,"58":1}}],["formats",{"2":{"169":1,"172":1,"174":3}}],["format",{"2":{"51":1,"174":3}}],["form",{"2":{"18":1,"46":3,"55":8,"58":3,"137":1}}],["formed",{"2":{"4":2,"6":3,"34":1,"35":4,"41":1,"46":8,"57":1,"58":1,"159":1}}],["formula",{"2":{"4":1,"6":1,"38":2,"48":1}}],["force",{"2":{"1":1,"137":1,"149":1,"157":1}}],["for",{"0":{"53":1,"55":1,"58":1},"2":{"0":2,"1":3,"3":1,"4":4,"5":3,"6":46,"7":4,"9":2,"13":5,"14":1,"18":1,"20":1,"22":1,"23":5,"25":3,"26":1,"27":3,"29":1,"31":2,"32":1,"35":5,"38":8,"39":1,"40":1,"41":19,"42":3,"45":7,"46":35,"48":11,"51":5,"52":2,"53":3,"54":1,"55":7,"57":1,"58":9,"59":2,"62":1,"64":3,"67":13,"69":2,"70":7,"76":3,"82":1,"83":1,"85":1,"87":6,"90":2,"96":1,"97":1,"98":22,"103":1,"104":11,"107":2,"113":1,"114":1,"117":3,"123":1,"124":1,"126":1,"127":5,"128":1,"129":13,"130":3,"132":6,"133":2,"137":6,"138":3,"139":2,"141":1,"142":5,"144":3,"145":1,"146":5,"147":1,"149":3,"151":4,"152":7,"153":6,"154":8,"155":4,"157":12,"158":2,"159":2,"160":1,"161":6,"165":1,"166":2,"167":5,"168":7,"169":1,"171":4,"172":1,"174":3,"176":1,"178":2,"179":1}}],["fi",{"2":{"129":2}}],["fine",{"2":{"152":1}}],["final",{"2":{"58":1,"142":4,"153":1}}],["finally",{"2":{"40":2,"55":1,"129":1,"137":3,"174":1}}],["findmin",{"2":{"161":1}}],["findmax",{"2":{"157":1,"159":1}}],["findall",{"2":{"142":1}}],["finding",{"2":{"55":1}}],["findfirst",{"2":{"46":6,"51":2,"62":1,"157":1}}],["findnext",{"2":{"46":3}}],["findlast",{"2":{"46":2}}],["findprev",{"2":{"46":2}}],["finds",{"2":{"46":1,"48":1}}],["find",{"2":{"35":6,"38":1,"46":12,"48":3,"51":2,"52":4,"54":2,"55":8,"57":1,"67":1,"70":3,"98":7,"129":2,"159":5,"178":1}}],["finish",{"2":{"9":1}}],["fill",{"2":{"46":1,"129":1,"154":3}}],["filled",{"2":{"46":5,"48":3,"69":1,"70":2,"98":16}}],["files",{"2":{"164":1,"174":2}}],["file",{"2":{"26":1,"46":1,"76":3,"90":3,"107":3,"117":3,"128":1,"129":1,"130":1,"141":1,"149":1,"154":1,"155":1,"164":2,"169":1,"174":2}}],["filters",{"2":{"46":1}}],["filtering",{"2":{"6":1,"157":1}}],["filter",{"2":{"4":1,"6":2,"46":2,"137":3,"146":2,"147":1,"157":1}}],["fit",{"2":{"17":1}}],["field",{"2":{"13":2,"46":2}}],["figure",{"2":{"13":1,"14":1,"37":1,"40":2,"63":1,"171":3}}],["fig",{"2":{"13":6,"14":6,"63":5,"170":7,"171":4,"175":2}}],["fix1",{"2":{"137":2,"154":1}}],["fixme",{"2":{"127":1}}],["fix2",{"2":{"46":2}}],["fixes",{"2":{"32":1}}],["fixed",{"2":{"6":3,"52":1,"54":1,"57":1}}],["fix",{"0":{"20":1},"2":{"6":9,"9":3,"15":3,"17":1,"20":1,"52":1,"53":11,"54":1,"55":11,"57":1,"58":10,"63":2,"139":1,"141":1,"142":1,"145":1}}],["firstisright",{"2":{"129":2}}],["firstisleft",{"2":{"129":4}}],["firstisstraight",{"2":{"129":4}}],["firstnode",{"2":{"129":9}}],["first",{"2":{"3":9,"6":10,"35":14,"38":7,"40":1,"41":9,"42":1,"45":1,"46":17,"48":2,"51":1,"52":2,"54":1,"55":5,"57":3,"67":4,"70":8,"72":2,"73":2,"75":1,"76":2,"79":1,"80":1,"81":1,"86":2,"90":3,"98":22,"104":1,"107":2,"109":1,"116":1,"117":2,"120":1,"121":1,"122":2,"127":1,"129":16,"137":6,"139":1,"154":3,"158":1,"159":2,"168":2,"169":1,"170":1,"171":1,"172":1,"176":1,"177":1}}],["fancy",{"2":{"170":1}}],["fancis",{"2":{"6":1,"41":1}}],["fair",{"2":{"152":1}}],["fail",{"2":{"1":1,"6":2,"137":6,"153":1}}],["fallback",{"2":{"137":1}}],["falses",{"2":{"46":2,"51":1,"52":1,"54":1}}],["false",{"0":{"24":1},"2":{"1":29,"3":7,"4":3,"6":55,"35":2,"38":1,"40":5,"46":26,"48":5,"51":1,"52":1,"53":3,"55":1,"57":4,"66":2,"67":27,"70":2,"72":2,"76":8,"78":2,"79":4,"80":1,"81":1,"82":1,"83":1,"85":2,"87":11,"90":9,"92":1,"93":4,"96":1,"97":1,"98":39,"104":22,"107":8,"109":3,"110":4,"111":1,"113":1,"114":1,"116":1,"117":7,"119":2,"120":4,"121":1,"122":1,"123":1,"124":1,"127":10,"129":5,"137":18,"139":16,"145":44,"146":4,"154":2,"157":1,"161":2,"162":20,"166":2,"168":2,"170":242,"171":12,"172":18,"176":1}}],["fashion",{"2":{"37":1}}],["faster",{"2":{"41":1,"137":1}}],["fast",{"2":{"12":1}}],["f",{"2":{"1":12,"6":25,"15":1,"18":3,"19":1,"22":2,"34":1,"37":2,"40":4,"42":1,"44":2,"46":19,"47":2,"50":2,"52":2,"53":2,"54":2,"55":2,"57":2,"58":2,"61":2,"62":2,"66":2,"69":5,"72":2,"75":2,"85":2,"89":2,"98":7,"100":2,"103":2,"106":2,"116":2,"129":30,"132":2,"135":2,"137":168,"150":1,"152":2,"153":1,"156":2,"157":1,"161":6,"162":6,"167":5,"168":16,"170":6,"172":2,"177":3}}],["fulfilled",{"2":{"159":1}}],["fully",{"2":{"6":1,"46":4,"51":1,"104":4}}],["full",{"0":{"0":1},"1":{"1":1,"2":1,"3":1,"4":1,"5":1,"6":1},"2":{"0":1,"48":5,"142":1,"178":4}}],["furthest",{"2":{"129":1}}],["further",{"2":{"44":1,"137":1}}],["furthermore",{"2":{"3":2,"6":5,"46":1,"52":1,"54":1,"57":1,"76":1,"117":1}}],["fun",{"2":{"170":1}}],["fundamental",{"2":{"26":1,"164":1}}],["func",{"2":{"13":5}}],["funcs",{"2":{"13":2,"14":3}}],["functionality",{"2":{"55":1,"130":1,"148":1,"149":1,"154":1,"167":1}}],["functionalities",{"2":{"46":1}}],["functionally",{"2":{"1":1,"6":1,"18":1,"29":1,"137":1}}],["function",{"2":{"1":8,"3":9,"4":9,"5":3,"6":14,"7":2,"9":1,"13":3,"14":2,"18":2,"29":1,"31":1,"32":11,"35":5,"38":3,"41":13,"45":6,"46":18,"48":7,"50":2,"51":4,"52":3,"53":3,"54":2,"55":7,"56":1,"57":2,"58":4,"64":2,"66":1,"67":8,"70":6,"72":1,"75":1,"76":1,"82":1,"83":1,"85":1,"87":5,"89":1,"90":1,"96":1,"97":1,"98":9,"100":1,"103":1,"104":7,"106":1,"107":1,"113":1,"114":1,"116":1,"117":1,"123":1,"124":1,"127":4,"128":3,"129":16,"132":3,"135":2,"137":29,"140":2,"142":7,"143":2,"146":2,"148":2,"149":1,"151":2,"153":2,"154":7,"157":3,"158":2,"159":3,"160":2,"161":7,"162":3,"163":1,"167":6,"168":12,"170":1,"176":1,"179":4}}],["functions",{"0":{"1":1,"53":1,"55":1,"58":1,"130":1,"132":1,"168":1},"1":{"131":1,"132":1,"133":1,"134":1,"135":1,"136":1,"137":1},"2":{"6":1,"9":3,"17":1,"26":1,"29":1,"38":1,"41":1,"45":1,"46":2,"48":1,"50":1,"98":1,"128":1,"130":2,"135":1,"142":2,"143":1}}],["future",{"2":{"23":1,"59":1,"70":1,"151":2}}],["flexijoins",{"2":{"176":1,"177":3,"178":1,"179":5}}],["flags",{"2":{"46":5}}],["flag",{"2":{"46":12,"51":1}}],["flat",{"2":{"6":1,"161":2,"168":1}}],["flattened",{"2":{"18":1}}],["flattening",{"2":{"6":4,"153":2}}],["flatten",{"2":{"0":2,"6":4,"11":3,"13":1,"18":1,"41":1,"46":2,"48":3,"54":1,"58":1,"64":2,"87":1,"132":4,"137":27,"146":1}}],["floating",{"2":{"6":1,"46":1,"55":5,"129":2}}],["float",{"2":{"6":3,"52":1,"54":1,"57":1}}],["float64x2",{"2":{"13":6,"14":6,"15":2}}],["float64",{"2":{"1":6,"4":10,"6":30,"13":1,"32":9,"34":1,"35":3,"38":6,"45":1,"48":4,"51":2,"52":2,"54":1,"55":3,"57":1,"63":1,"70":12,"98":4,"104":2,"127":4,"139":6,"145":26,"152":2,"153":2,"154":1,"158":4,"159":9,"160":2,"161":6,"162":6,"163":1,"168":8,"170":190,"171":7,"172":10}}],["flipping",{"0":{"148":1},"2":{"148":1}}],["flipped",{"2":{"1":2,"6":2,"137":2}}],["flipaxis",{"2":{"40":1}}],["flip",{"2":{"0":1,"6":1,"31":1,"130":2,"137":1,"148":2}}],["wgs84",{"2":{"171":1}}],["wglmakie",{"2":{"14":1}}],["wₜₒₜ",{"2":{"41":8}}],["wᵢ",{"2":{"41":18}}],["wt",{"2":{"41":3}}],["w",{"2":{"13":13,"14":7,"70":4,"129":1}}],["wrong",{"2":{"144":1,"161":1}}],["writing",{"2":{"174":1}}],["written",{"2":{"67":1}}],["write",{"2":{"7":1,"30":1,"129":1,"174":7}}],["wrap",{"2":{"4":1,"6":1,"147":1,"153":1}}],["wrapped",{"2":{"22":1,"129":2,"135":1,"137":1}}],["wrapper",{"0":{"30":1},"2":{"30":1,"32":20,"35":1,"38":1,"45":1,"48":1,"67":1,"70":1,"76":1,"90":1,"104":1,"107":1,"117":1}}],["wrappers`",{"2":{"137":1}}],["wrappers",{"0":{"32":1},"2":{"1":10,"6":12,"22":1,"31":1,"32":1,"127":2,"129":1,"132":1,"139":8,"140":1,"145":22,"152":1,"153":1,"157":1,"162":10,"168":1,"170":121,"171":5,"172":9}}],["wrappergeometry`",{"2":{"149":1}}],["wrappergeometry",{"2":{"1":1}}],["wrapping",{"2":{"1":1,"6":1,"67":1,"149":1,"163":1}}],["web",{"2":{"174":1}}],["west",{"2":{"48":8}}],["were",{"2":{"46":1,"129":1,"177":1}}],["welcome",{"2":{"25":1,"27":1}}],["well",{"2":{"17":1,"46":1,"48":1,"64":1,"151":1,"155":1,"166":1}}],["we",{"0":{"56":2},"2":{"7":1,"11":1,"13":1,"17":3,"19":1,"23":3,"24":1,"25":2,"26":1,"27":2,"35":1,"37":2,"38":2,"40":4,"41":8,"42":2,"45":1,"46":7,"48":4,"53":8,"54":2,"55":3,"58":1,"59":1,"63":3,"64":2,"66":1,"67":5,"70":1,"72":1,"73":1,"75":1,"76":1,"86":1,"89":1,"90":1,"98":2,"100":3,"101":1,"103":1,"104":2,"106":1,"107":1,"116":1,"117":1,"128":1,"129":21,"135":1,"137":20,"138":1,"150":1,"151":2,"152":2,"153":3,"154":1,"157":5,"161":2,"164":1,"166":4,"167":1,"169":2,"170":4,"171":6,"172":4,"173":1,"174":3,"176":3,"177":7}}],["weighting",{"2":{"44":2,"45":1}}],["weights",{"2":{"39":4}}],["weight",{"2":{"6":5,"41":14,"45":1}}],["weighted",{"2":{"0":1,"6":2,"39":3,"41":4,"45":4}}],["walk",{"2":{"51":1}}],["wall2",{"2":{"48":7}}],["wall1",{"2":{"48":12}}],["walls",{"2":{"48":3}}],["wall",{"2":{"48":69}}],["wachspress",{"2":{"41":1}}],["wasincreasing",{"2":{"129":10}}],["wasn",{"2":{"46":1}}],["was",{"2":{"31":1,"32":1,"35":1,"38":1,"40":1,"41":4,"42":1,"45":1,"46":1,"48":1,"51":1,"52":1,"53":3,"54":1,"55":2,"56":1,"57":1,"58":3,"64":1,"67":1,"70":1,"73":1,"83":1,"86":1,"87":1,"97":1,"98":1,"101":1,"104":1,"114":1,"124":1,"127":1,"128":1,"129":1,"135":1,"137":1,"140":1,"143":1,"146":1,"147":1,"148":1,"150":1,"152":1,"154":1,"161":1,"162":1,"163":1,"167":2,"168":1}}],["wanted",{"2":{"179":1}}],["wants",{"2":{"64":1,"137":1}}],["want",{"0":{"23":1,"56":1},"2":{"13":1,"18":1,"23":1,"41":1,"46":1,"127":1,"171":2,"173":1,"178":1,"179":1}}],["ways",{"2":{"144":1}}],["way",{"2":{"6":1,"17":1,"18":1,"24":1,"29":1,"39":1,"130":1,"141":1,"154":1,"165":1,"167":2,"173":1}}],["warn",{"2":{"129":2}}],["warned",{"2":{"6":1,"167":1}}],["warning",{"2":{"0":1,"5":1,"6":3,"24":1,"41":1,"64":1,"137":1,"153":1,"164":1,"178":1}}],["wong",{"2":{"61":1,"62":1,"175":1}}],["won",{"2":{"23":1,"46":1,"137":1}}],["wouldn",{"2":{"55":1}}],["would",{"0":{"56":1},"2":{"6":3,"23":1,"52":1,"54":1,"55":1,"57":1,"64":4,"129":1,"166":2,"171":1,"178":1,"179":1}}],["wound",{"2":{"6":1,"64":1}}],["world",{"0":{"178":1},"2":{"176":1}}],["worrying",{"2":{"24":1}}],["words",{"2":{"3":1,"6":1,"72":1,"100":1,"106":1,"107":1}}],["workflow",{"2":{"87":1,"104":1}}],["workflows",{"2":{"23":1,"25":1,"27":1}}],["works",{"2":{"26":1,"149":1,"151":1}}],["working",{"2":{"3":1,"6":1,"87":1,"171":1}}],["work",{"2":{"1":3,"6":3,"9":1,"35":1,"38":2,"45":1,"48":2,"51":2,"59":1,"67":1,"70":1,"98":1,"104":1,"127":1,"137":2,"149":1,"162":1,"178":1}}],["whole",{"2":{"98":1}}],["whose",{"2":{"3":1,"6":1,"87":1}}],["white",{"2":{"40":1}}],["while",{"2":{"35":1,"44":1,"45":1,"46":5,"55":2,"63":2,"67":1,"69":1,"87":1,"98":1,"129":3,"146":1,"159":1,"161":2,"177":1}}],["whichever",{"2":{"6":1,"157":1}}],["which",{"2":{"1":1,"4":2,"5":1,"6":8,"7":1,"11":1,"13":1,"14":1,"17":1,"18":4,"20":1,"23":2,"37":1,"38":1,"39":1,"40":2,"41":5,"42":1,"46":11,"48":2,"55":2,"59":1,"64":1,"67":2,"98":3,"128":1,"129":3,"130":1,"137":1,"138":2,"139":1,"142":1,"144":1,"145":1,"150":1,"151":1,"152":1,"153":3,"154":2,"157":1,"159":2,"162":1,"165":1,"167":4,"174":3,"176":3,"177":6,"179":1}}],["what",{"0":{"22":1,"25":1,"30":1,"34":1,"37":2,"44":1,"47":1,"50":1,"66":1,"69":2,"72":1,"75":1,"85":1,"89":1,"100":1,"103":1,"106":1,"116":1,"135":1},"2":{"13":1,"14":1,"24":1,"44":1,"127":1,"129":1,"152":1,"166":1,"171":1,"178":1}}],["whatever",{"2":{"1":1,"6":1,"22":1,"137":1}}],["whyatt",{"2":{"155":1}}],["why",{"0":{"22":1,"23":1},"2":{"9":1,"17":1,"30":1,"38":1}}],["wheel",{"2":{"17":1}}],["whether",{"2":{"1":4,"4":1,"6":10,"126":1,"127":1,"134":2,"138":1}}],["when",{"2":{"1":1,"4":2,"5":1,"6":5,"18":1,"20":1,"23":2,"24":1,"38":1,"41":3,"45":1,"46":2,"53":5,"55":6,"58":7,"98":1,"129":1,"135":3,"137":1,"139":1,"142":1,"147":2,"157":1,"171":1,"172":2,"174":1,"179":1}}],["wherever",{"2":{"6":1,"163":1}}],["where",{"2":{"1":2,"4":5,"6":11,"20":1,"31":2,"32":3,"35":8,"38":12,"39":2,"41":24,"45":8,"46":14,"48":8,"51":5,"52":2,"53":5,"54":3,"55":18,"57":2,"58":9,"67":1,"70":25,"98":9,"129":3,"137":52,"144":1,"149":1,"152":1,"163":1,"164":1,"165":5,"168":3,"170":4}}],["widely",{"2":{"174":1}}],["widths",{"2":{"14":1}}],["width",{"2":{"6":2}}],["wiki",{"2":{"98":1,"159":1}}],["wikipedia",{"2":{"98":1,"159":2}}],["wind",{"2":{"4":1,"6":2,"38":1,"67":1}}],["winding",{"0":{"63":1},"2":{"4":2,"6":3,"38":3,"46":7,"63":4,"64":1,"67":1,"129":1}}],["without",{"2":{"1":2,"6":1,"17":1,"24":1,"46":1,"89":1,"104":1,"137":3,"149":1,"162":1}}],["with",{"0":{"53":1,"55":1,"58":1,"158":1,"159":1,"160":1,"172":1,"173":1},"2":{"1":5,"3":5,"4":7,"6":27,"11":1,"20":1,"22":2,"23":1,"34":1,"35":2,"38":7,"39":4,"40":1,"41":2,"45":1,"46":14,"48":6,"53":8,"54":5,"55":15,"57":1,"58":12,"69":1,"70":2,"76":1,"89":1,"93":1,"98":28,"100":1,"103":2,"104":5,"106":1,"107":1,"110":3,"111":2,"112":2,"122":1,"129":7,"130":1,"132":2,"135":1,"137":17,"139":1,"144":1,"147":1,"149":1,"151":1,"154":2,"157":2,"159":2,"160":1,"162":1,"166":1,"167":1,"169":1,"170":4,"171":6,"172":2,"173":2,"174":2,"176":1,"177":1,"178":1}}],["within",{"0":{"115":1,"116":1,"119":1,"120":1,"122":1,"123":1,"124":1},"1":{"116":1,"117":1},"2":{"0":2,"3":9,"4":3,"5":1,"6":13,"7":1,"9":1,"31":1,"35":2,"38":1,"39":3,"41":1,"45":1,"46":9,"47":2,"48":5,"53":1,"55":2,"57":1,"58":6,"69":1,"70":5,"72":2,"73":3,"75":2,"92":1,"98":9,"103":1,"104":9,"115":1,"116":6,"117":11,"118":6,"119":14,"120":15,"121":15,"122":7,"123":4,"124":4,"130":1,"176":1,"177":4,"178":2}}],["will",{"2":{"1":8,"4":7,"5":1,"6":44,"11":1,"18":3,"23":2,"24":1,"35":4,"38":3,"41":2,"45":1,"46":5,"48":1,"51":1,"52":4,"53":4,"54":4,"55":4,"57":4,"58":4,"64":1,"67":1,"69":2,"70":4,"87":1,"127":1,"129":2,"132":2,"135":1,"136":2,"137":8,"139":1,"143":2,"144":1,"146":2,"149":3,"151":2,"153":3,"157":2,"159":1,"161":1,"162":2,"167":1,"171":1,"174":1,"176":2,"178":1,"179":1}}],["wip",{"2":{"0":1}}]],"serializationVersion":2}';export{e as default};
diff --git a/previews/PR195/assets/chunks/VPLocalSearchBox.B29r77KC.js b/previews/PR195/assets/chunks/VPLocalSearchBox.6VHNmFbn.js
similarity index 99%
rename from previews/PR195/assets/chunks/VPLocalSearchBox.B29r77KC.js
rename to previews/PR195/assets/chunks/VPLocalSearchBox.6VHNmFbn.js
index 6056a7e22..8d3775bd0 100644
--- a/previews/PR195/assets/chunks/VPLocalSearchBox.B29r77KC.js
+++ b/previews/PR195/assets/chunks/VPLocalSearchBox.6VHNmFbn.js
@@ -1,4 +1,4 @@
-var kt=Object.defineProperty;var Ft=(a,e,t)=>e in a?kt(a,e,{enumerable:!0,configurable:!0,writable:!0,value:t}):a[e]=t;var Ce=(a,e,t)=>Ft(a,typeof e!="symbol"?e+"":e,t);import{X as Ot,s as ne,v as Ve,al as Rt,am as Ct,d as Mt,G as be,an as et,h as ye,ao as At,ap as Lt,x as Dt,aq as zt,y as Me,R as de,Q as we,ar as Pt,as as jt,Y as Vt,U as $t,a1 as Bt,o as Q,b as Wt,j as x,a2 as Kt,k as D,at as Jt,au as Ut,av as qt,c as Z,n as tt,e as _e,E as st,F as nt,a as he,t as fe,aw as Gt,p as Qt,l as Ht,ax as it,ay as Yt,ab as Zt,ah as Xt,az as es,_ as ts}from"./framework.BjTE4JnT.js";import{u as ss,c as ns}from"./theme.BvCUQvTg.js";const is={root:()=>Ot(()=>import("./@localSearchIndexroot.BCaxkeLm.js"),[])};/*!
+var kt=Object.defineProperty;var Ft=(a,e,t)=>e in a?kt(a,e,{enumerable:!0,configurable:!0,writable:!0,value:t}):a[e]=t;var Ce=(a,e,t)=>Ft(a,typeof e!="symbol"?e+"":e,t);import{X as Ot,s as ne,v as Ve,al as Rt,am as Ct,d as Mt,G as be,an as et,h as ye,ao as At,ap as Lt,x as Dt,aq as zt,y as Me,R as de,Q as we,ar as Pt,as as jt,Y as Vt,U as $t,a1 as Bt,o as Q,b as Wt,j as x,a2 as Kt,k as D,at as Jt,au as Ut,av as qt,c as Z,n as tt,e as _e,E as st,F as nt,a as he,t as fe,aw as Gt,p as Qt,l as Ht,ax as it,ay as Yt,ab as Zt,ah as Xt,az as es,_ as ts}from"./framework.BjTE4JnT.js";import{u as ss,c as ns}from"./theme.9qdIUuGq.js";const is={root:()=>Ot(()=>import("./@localSearchIndexroot.Cwlz7_1p.js"),[])};/*!
 * tabbable 6.2.0
 * @license MIT, https://github.com/focus-trap/tabbable/blob/master/LICENSE
 */var vt=["input:not([inert])","select:not([inert])","textarea:not([inert])","a[href]:not([inert])","button:not([inert])","[tabindex]:not(slot):not([inert])","audio[controls]:not([inert])","video[controls]:not([inert])",'[contenteditable]:not([contenteditable="false"]):not([inert])',"details>summary:first-of-type:not([inert])","details:not([inert])"],Ie=vt.join(","),mt=typeof Element>"u",re=mt?function(){}:Element.prototype.matches||Element.prototype.msMatchesSelector||Element.prototype.webkitMatchesSelector,Ne=!mt&&Element.prototype.getRootNode?function(a){var e;return a==null||(e=a.getRootNode)===null||e===void 0?void 0:e.call(a)}:function(a){return a==null?void 0:a.ownerDocument},ke=function a(e,t){var s;t===void 0&&(t=!0);var n=e==null||(s=e.getAttribute)===null||s===void 0?void 0:s.call(e,"inert"),r=n===""||n==="true",i=r||t&&e&&a(e.parentNode);return i},rs=function(e){var t,s=e==null||(t=e.getAttribute)===null||t===void 0?void 0:t.call(e,"contenteditable");return s===""||s==="true"},gt=function(e,t,s){if(ke(e))return[];var n=Array.prototype.slice.apply(e.querySelectorAll(Ie));return t&&re.call(e,Ie)&&n.unshift(e),n=n.filter(s),n},bt=function a(e,t,s){for(var n=[],r=Array.from(e);r.length;){var i=r.shift();if(!ke(i,!1))if(i.tagName==="SLOT"){var o=i.assignedElements(),c=o.length?o:i.children,l=a(c,!0,s);s.flatten?n.push.apply(n,l):n.push({scopeParent:i,candidates:l})}else{var h=re.call(i,Ie);h&&s.filter(i)&&(t||!e.includes(i))&&n.push(i);var f=i.shadowRoot||typeof s.getShadowRoot=="function"&&s.getShadowRoot(i),v=!ke(f,!1)&&(!s.shadowRootFilter||s.shadowRootFilter(i));if(f&&v){var b=a(f===!0?i.children:f.children,!0,s);s.flatten?n.push.apply(n,b):n.push({scopeParent:i,candidates:b})}else r.unshift.apply(r,i.children)}}return n},yt=function(e){return!isNaN(parseInt(e.getAttribute("tabindex"),10))},ie=function(e){if(!e)throw new Error("No node provided");return e.tabIndex<0&&(/^(AUDIO|VIDEO|DETAILS)$/.test(e.tagName)||rs(e))&&!yt(e)?0:e.tabIndex},as=function(e,t){var s=ie(e);return s<0&&t&&!yt(e)?0:s},os=function(e,t){return e.tabIndex===t.tabIndex?e.documentOrder-t.documentOrder:e.tabIndex-t.tabIndex},wt=function(e){return e.tagName==="INPUT"},cs=function(e){return wt(e)&&e.type==="hidden"},ls=function(e){var t=e.tagName==="DETAILS"&&Array.prototype.slice.apply(e.children).some(function(s){return s.tagName==="SUMMARY"});return t},us=function(e,t){for(var s=0;ssummary:first-of-type"),i=r?e.parentElement:e;if(re.call(i,"details:not([open]) *"))return!0;if(!s||s==="full"||s==="legacy-full"){if(typeof n=="function"){for(var o=e;e;){var c=e.parentElement,l=Ne(e);if(c&&!c.shadowRoot&&n(c)===!0)return rt(e);e.assignedSlot?e=e.assignedSlot:!c&&l!==e.ownerDocument?e=l.host:e=c}e=o}if(ps(e))return!e.getClientRects().length;if(s!=="legacy-full")return!0}else if(s==="non-zero-area")return rt(e);return!1},ms=function(e){if(/^(INPUT|BUTTON|SELECT|TEXTAREA)$/.test(e.tagName))for(var t=e.parentElement;t;){if(t.tagName==="FIELDSET"&&t.disabled){for(var s=0;s=0)},bs=function a(e){var t=[],s=[];return e.forEach(function(n,r){var i=!!n.scopeParent,o=i?n.scopeParent:n,c=as(o,i),l=i?a(n.candidates):o;c===0?i?t.push.apply(t,l):t.push(o):s.push({documentOrder:r,tabIndex:c,item:n,isScope:i,content:l})}),s.sort(os).reduce(function(n,r){return r.isScope?n.push.apply(n,r.content):n.push(r.content),n},[]).concat(t)},ys=function(e,t){t=t||{};var s;return t.getShadowRoot?s=bt([e],t.includeContainer,{filter:$e.bind(null,t),flatten:!1,getShadowRoot:t.getShadowRoot,shadowRootFilter:gs}):s=gt(e,t.includeContainer,$e.bind(null,t)),bs(s)},ws=function(e,t){t=t||{};var s;return t.getShadowRoot?s=bt([e],t.includeContainer,{filter:Fe.bind(null,t),flatten:!0,getShadowRoot:t.getShadowRoot}):s=gt(e,t.includeContainer,Fe.bind(null,t)),s},ae=function(e,t){if(t=t||{},!e)throw new Error("No node provided");return re.call(e,Ie)===!1?!1:$e(t,e)},_s=vt.concat("iframe").join(","),Ae=function(e,t){if(t=t||{},!e)throw new Error("No node provided");return re.call(e,_s)===!1?!1:Fe(t,e)};/*!
diff --git a/previews/PR195/assets/chunks/theme.BvCUQvTg.js b/previews/PR195/assets/chunks/theme.9qdIUuGq.js
similarity index 99%
rename from previews/PR195/assets/chunks/theme.BvCUQvTg.js
rename to previews/PR195/assets/chunks/theme.9qdIUuGq.js
index 54fb14ae6..c4dbebf79 100644
--- a/previews/PR195/assets/chunks/theme.BvCUQvTg.js
+++ b/previews/PR195/assets/chunks/theme.9qdIUuGq.js
@@ -1,2 +1,2 @@
-const __vite__mapDeps=(i,m=__vite__mapDeps,d=(m.f||(m.f=["assets/chunks/VPLocalSearchBox.B29r77KC.js","assets/chunks/framework.BjTE4JnT.js"])))=>i.map(i=>d[i]);
-import{d as _,o as a,c as u,r as c,n as N,a as j,t as I,b as $,w as f,e as h,T as pe,_ as g,u as Je,i as Ye,f as Xe,g as fe,h as y,j as p,k as r,p as B,l as H,m as q,q as le,s as T,v as O,x as ee,y as R,z as he,A as _e,B as Qe,C as Ze,D as W,F as M,E,G as Te,H as te,I as k,J as D,K as we,L as ne,M as K,N as Y,O as xe,P as Ie,Q as ce,R as Ne,S as Me,U as oe,V as et,W as tt,X as nt,Y as Ae,Z as me,$ as ot,a0 as st,a1 as at,a2 as rt,a3 as Ce,a4 as it,a5 as lt,a6 as ct}from"./framework.BjTE4JnT.js";const ut=_({__name:"VPBadge",props:{text:{},type:{default:"tip"}},setup(n){return(e,t)=>(a(),u("span",{class:N(["VPBadge",e.type])},[c(e.$slots,"default",{},()=>[j(I(e.text),1)])],2))}}),dt={key:0,class:"VPBackdrop"},vt=_({__name:"VPBackdrop",props:{show:{type:Boolean}},setup(n){return(e,t)=>(a(),$(pe,{name:"fade"},{default:f(()=>[e.show?(a(),u("div",dt)):h("",!0)]),_:1}))}}),pt=g(vt,[["__scopeId","data-v-b06cdb19"]]),V=Je;function ft(n,e){let t,s=!1;return()=>{t&&clearTimeout(t),s?t=setTimeout(n,e):(n(),(s=!0)&&setTimeout(()=>s=!1,e))}}function ue(n){return/^\//.test(n)?n:`/${n}`}function be(n){const{pathname:e,search:t,hash:s,protocol:o}=new URL(n,"http://a.com");if(Ye(n)||n.startsWith("#")||!o.startsWith("http")||!Xe(e))return n;const{site:i}=V(),l=e.endsWith("/")||e.endsWith(".html")?n:n.replace(/(?:(^\.+)\/)?.*$/,`$1${e.replace(/(\.md)?$/,i.value.cleanUrls?"":".html")}${t}${s}`);return fe(l)}function Q({correspondingLink:n=!1}={}){const{site:e,localeIndex:t,page:s,theme:o,hash:i}=V(),l=y(()=>{var v,m;return{label:(v=e.value.locales[t.value])==null?void 0:v.label,link:((m=e.value.locales[t.value])==null?void 0:m.link)||(t.value==="root"?"/":`/${t.value}/`)}});return{localeLinks:y(()=>Object.entries(e.value.locales).flatMap(([v,m])=>l.value.label===m.label?[]:{text:m.label,link:ht(m.link||(v==="root"?"/":`/${v}/`),o.value.i18nRouting!==!1&&n,s.value.relativePath.slice(l.value.link.length-1),!e.value.cleanUrls)+i.value})),currentLang:l}}function ht(n,e,t,s){return e?n.replace(/\/$/,"")+ue(t.replace(/(^|\/)index\.md$/,"$1").replace(/\.md$/,s?".html":"")):n}const _t=n=>(B("data-v-951cab6c"),n=n(),H(),n),mt={class:"NotFound"},bt={class:"code"},kt={class:"title"},$t=_t(()=>p("div",{class:"divider"},null,-1)),gt={class:"quote"},yt={class:"action"},Pt=["href","aria-label"],St=_({__name:"NotFound",setup(n){const{theme:e}=V(),{currentLang:t}=Q();return(s,o)=>{var i,l,d,v,m;return a(),u("div",mt,[p("p",bt,I(((i=r(e).notFound)==null?void 0:i.code)??"404"),1),p("h1",kt,I(((l=r(e).notFound)==null?void 0:l.title)??"PAGE NOT FOUND"),1),$t,p("blockquote",gt,I(((d=r(e).notFound)==null?void 0:d.quote)??"But if you don't change your direction, and if you keep looking, you may end up where you are heading."),1),p("div",yt,[p("a",{class:"link",href:r(fe)(r(t).link),"aria-label":((v=r(e).notFound)==null?void 0:v.linkLabel)??"go to home"},I(((m=r(e).notFound)==null?void 0:m.linkText)??"Take me home"),9,Pt)])])}}}),Vt=g(St,[["__scopeId","data-v-951cab6c"]]);function Be(n,e){if(Array.isArray(n))return Z(n);if(n==null)return[];e=ue(e);const t=Object.keys(n).sort((o,i)=>i.split("/").length-o.split("/").length).find(o=>e.startsWith(ue(o))),s=t?n[t]:[];return Array.isArray(s)?Z(s):Z(s.items,s.base)}function Lt(n){const e=[];let t=0;for(const s in n){const o=n[s];if(o.items){t=e.push(o);continue}e[t]||e.push({items:[]}),e[t].items.push(o)}return e}function Tt(n){const e=[];function t(s){for(const o of s)o.text&&o.link&&e.push({text:o.text,link:o.link,docFooterText:o.docFooterText}),o.items&&t(o.items)}return t(n),e}function de(n,e){return Array.isArray(e)?e.some(t=>de(n,t)):q(n,e.link)?!0:e.items?de(n,e.items):!1}function Z(n,e){return[...n].map(t=>{const s={...t},o=s.base||e;return o&&s.link&&(s.link=o+s.link),s.items&&(s.items=Z(s.items,o)),s})}function U(){const{frontmatter:n,page:e,theme:t}=V(),s=le("(min-width: 960px)"),o=T(!1),i=y(()=>{const C=t.value.sidebar,w=e.value.relativePath;return C?Be(C,w):[]}),l=T(i.value);O(i,(C,w)=>{JSON.stringify(C)!==JSON.stringify(w)&&(l.value=i.value)});const d=y(()=>n.value.sidebar!==!1&&l.value.length>0&&n.value.layout!=="home"),v=y(()=>m?n.value.aside==null?t.value.aside==="left":n.value.aside==="left":!1),m=y(()=>n.value.layout==="home"?!1:n.value.aside!=null?!!n.value.aside:t.value.aside!==!1),L=y(()=>d.value&&s.value),b=y(()=>d.value?Lt(l.value):[]);function P(){o.value=!0}function S(){o.value=!1}function A(){o.value?S():P()}return{isOpen:o,sidebar:l,sidebarGroups:b,hasSidebar:d,hasAside:m,leftAside:v,isSidebarEnabled:L,open:P,close:S,toggle:A}}function wt(n,e){let t;ee(()=>{t=n.value?document.activeElement:void 0}),R(()=>{window.addEventListener("keyup",s)}),he(()=>{window.removeEventListener("keyup",s)});function s(o){o.key==="Escape"&&n.value&&(e(),t==null||t.focus())}}function It(n){const{page:e,hash:t}=V(),s=T(!1),o=y(()=>n.value.collapsed!=null),i=y(()=>!!n.value.link),l=T(!1),d=()=>{l.value=q(e.value.relativePath,n.value.link)};O([e,n,t],d),R(d);const v=y(()=>l.value?!0:n.value.items?de(e.value.relativePath,n.value.items):!1),m=y(()=>!!(n.value.items&&n.value.items.length));ee(()=>{s.value=!!(o.value&&n.value.collapsed)}),_e(()=>{(l.value||v.value)&&(s.value=!1)});function L(){o.value&&(s.value=!s.value)}return{collapsed:s,collapsible:o,isLink:i,isActiveLink:l,hasActiveLink:v,hasChildren:m,toggle:L}}function Nt(){const{hasSidebar:n}=U(),e=le("(min-width: 960px)"),t=le("(min-width: 1280px)");return{isAsideEnabled:y(()=>!t.value&&!e.value?!1:n.value?t.value:e.value)}}const ve=[];function He(n){return typeof n.outline=="object"&&!Array.isArray(n.outline)&&n.outline.label||n.outlineTitle||"On this page"}function ke(n){const e=[...document.querySelectorAll(".VPDoc :where(h1,h2,h3,h4,h5,h6)")].filter(t=>t.id&&t.hasChildNodes()).map(t=>{const s=Number(t.tagName[1]);return{element:t,title:Mt(t),link:"#"+t.id,level:s}});return At(e,n)}function Mt(n){let e="";for(const t of n.childNodes)if(t.nodeType===1){if(t.classList.contains("VPBadge")||t.classList.contains("header-anchor")||t.classList.contains("ignore-header"))continue;e+=t.textContent}else t.nodeType===3&&(e+=t.textContent);return e.trim()}function At(n,e){if(e===!1)return[];const t=(typeof e=="object"&&!Array.isArray(e)?e.level:e)||2,[s,o]=typeof t=="number"?[t,t]:t==="deep"?[2,6]:t;n=n.filter(l=>l.level>=s&&l.level<=o),ve.length=0;for(const{element:l,link:d}of n)ve.push({element:l,link:d});const i=[];e:for(let l=0;l=0;v--){const m=n[v];if(m.level{requestAnimationFrame(i),window.addEventListener("scroll",s)}),Qe(()=>{l(location.hash)}),he(()=>{window.removeEventListener("scroll",s)});function i(){if(!t.value)return;const d=window.scrollY,v=window.innerHeight,m=document.body.offsetHeight,L=Math.abs(d+v-m)<1,b=ve.map(({element:S,link:A})=>({link:A,top:Bt(S)})).filter(({top:S})=>!Number.isNaN(S)).sort((S,A)=>S.top-A.top);if(!b.length){l(null);return}if(d<1){l(null);return}if(L){l(b[b.length-1].link);return}let P=null;for(const{link:S,top:A}of b){if(A>d+Ze()+4)break;P=S}l(P)}function l(d){o&&o.classList.remove("active"),d==null?o=null:o=n.value.querySelector(`a[href="${decodeURIComponent(d)}"]`);const v=o;v?(v.classList.add("active"),e.value.style.top=v.offsetTop+39+"px",e.value.style.opacity="1"):(e.value.style.top="33px",e.value.style.opacity="0")}}function Bt(n){let e=0;for(;n!==document.body;){if(n===null)return NaN;e+=n.offsetTop,n=n.offsetParent}return e}const Ht=["href","title"],Et=_({__name:"VPDocOutlineItem",props:{headers:{},root:{type:Boolean}},setup(n){function e({target:t}){const s=t.href.split("#")[1],o=document.getElementById(decodeURIComponent(s));o==null||o.focus({preventScroll:!0})}return(t,s)=>{const o=W("VPDocOutlineItem",!0);return a(),u("ul",{class:N(["VPDocOutlineItem",t.root?"root":"nested"])},[(a(!0),u(M,null,E(t.headers,({children:i,link:l,title:d})=>(a(),u("li",null,[p("a",{class:"outline-link",href:l,onClick:e,title:d},I(d),9,Ht),i!=null&&i.length?(a(),$(o,{key:0,headers:i},null,8,["headers"])):h("",!0)]))),256))],2)}}}),Ee=g(Et,[["__scopeId","data-v-3f927ebe"]]),Dt={class:"content"},Ft={"aria-level":"2",class:"outline-title",id:"doc-outline-aria-label",role:"heading"},Ot=_({__name:"VPDocAsideOutline",setup(n){const{frontmatter:e,theme:t}=V(),s=Te([]);te(()=>{s.value=ke(e.value.outline??t.value.outline)});const o=T(),i=T();return Ct(o,i),(l,d)=>(a(),u("nav",{"aria-labelledby":"doc-outline-aria-label",class:N(["VPDocAsideOutline",{"has-outline":s.value.length>0}]),ref_key:"container",ref:o},[p("div",Dt,[p("div",{class:"outline-marker",ref_key:"marker",ref:i},null,512),p("div",Ft,I(r(He)(r(t))),1),k(Ee,{headers:s.value,root:!0},null,8,["headers"])])],2))}}),jt=g(Ot,[["__scopeId","data-v-b38bf2ff"]]),Ut={class:"VPDocAsideCarbonAds"},Gt=_({__name:"VPDocAsideCarbonAds",props:{carbonAds:{}},setup(n){const e=()=>null;return(t,s)=>(a(),u("div",Ut,[k(r(e),{"carbon-ads":t.carbonAds},null,8,["carbon-ads"])]))}}),zt=n=>(B("data-v-6d7b3c46"),n=n(),H(),n),Kt={class:"VPDocAside"},Rt=zt(()=>p("div",{class:"spacer"},null,-1)),qt=_({__name:"VPDocAside",setup(n){const{theme:e}=V();return(t,s)=>(a(),u("div",Kt,[c(t.$slots,"aside-top",{},void 0,!0),c(t.$slots,"aside-outline-before",{},void 0,!0),k(jt),c(t.$slots,"aside-outline-after",{},void 0,!0),Rt,c(t.$slots,"aside-ads-before",{},void 0,!0),r(e).carbonAds?(a(),$(Gt,{key:0,"carbon-ads":r(e).carbonAds},null,8,["carbon-ads"])):h("",!0),c(t.$slots,"aside-ads-after",{},void 0,!0),c(t.$slots,"aside-bottom",{},void 0,!0)]))}}),Wt=g(qt,[["__scopeId","data-v-6d7b3c46"]]);function Jt(){const{theme:n,page:e}=V();return y(()=>{const{text:t="Edit this page",pattern:s=""}=n.value.editLink||{};let o;return typeof s=="function"?o=s(e.value):o=s.replace(/:path/g,e.value.filePath),{url:o,text:t}})}function Yt(){const{page:n,theme:e,frontmatter:t}=V();return y(()=>{var m,L,b,P,S,A,C,w;const s=Be(e.value.sidebar,n.value.relativePath),o=Tt(s),i=Xt(o,G=>G.link.replace(/[?#].*$/,"")),l=i.findIndex(G=>q(n.value.relativePath,G.link)),d=((m=e.value.docFooter)==null?void 0:m.prev)===!1&&!t.value.prev||t.value.prev===!1,v=((L=e.value.docFooter)==null?void 0:L.next)===!1&&!t.value.next||t.value.next===!1;return{prev:d?void 0:{text:(typeof t.value.prev=="string"?t.value.prev:typeof t.value.prev=="object"?t.value.prev.text:void 0)??((b=i[l-1])==null?void 0:b.docFooterText)??((P=i[l-1])==null?void 0:P.text),link:(typeof t.value.prev=="object"?t.value.prev.link:void 0)??((S=i[l-1])==null?void 0:S.link)},next:v?void 0:{text:(typeof t.value.next=="string"?t.value.next:typeof t.value.next=="object"?t.value.next.text:void 0)??((A=i[l+1])==null?void 0:A.docFooterText)??((C=i[l+1])==null?void 0:C.text),link:(typeof t.value.next=="object"?t.value.next.link:void 0)??((w=i[l+1])==null?void 0:w.link)}}})}function Xt(n,e){const t=new Set;return n.filter(s=>{const o=e(s);return t.has(o)?!1:t.add(o)})}const F=_({__name:"VPLink",props:{tag:{},href:{},noIcon:{type:Boolean},target:{},rel:{}},setup(n){const e=n,t=y(()=>e.tag??(e.href?"a":"span")),s=y(()=>e.href&&we.test(e.href)||e.target==="_blank");return(o,i)=>(a(),$(D(t.value),{class:N(["VPLink",{link:o.href,"vp-external-link-icon":s.value,"no-icon":o.noIcon}]),href:o.href?r(be)(o.href):void 0,target:o.target??(s.value?"_blank":void 0),rel:o.rel??(s.value?"noreferrer":void 0)},{default:f(()=>[c(o.$slots,"default")]),_:3},8,["class","href","target","rel"]))}}),Qt={class:"VPLastUpdated"},Zt=["datetime"],xt=_({__name:"VPDocFooterLastUpdated",setup(n){const{theme:e,page:t,lang:s}=V(),o=y(()=>new Date(t.value.lastUpdated)),i=y(()=>o.value.toISOString()),l=T("");return R(()=>{ee(()=>{var d,v,m;l.value=new Intl.DateTimeFormat((v=(d=e.value.lastUpdated)==null?void 0:d.formatOptions)!=null&&v.forceLocale?s.value:void 0,((m=e.value.lastUpdated)==null?void 0:m.formatOptions)??{dateStyle:"short",timeStyle:"short"}).format(o.value)})}),(d,v)=>{var m;return a(),u("p",Qt,[j(I(((m=r(e).lastUpdated)==null?void 0:m.text)||r(e).lastUpdatedText||"Last updated")+": ",1),p("time",{datetime:i.value},I(l.value),9,Zt)])}}}),en=g(xt,[["__scopeId","data-v-475f71b8"]]),De=n=>(B("data-v-4f9813fa"),n=n(),H(),n),tn={key:0,class:"VPDocFooter"},nn={key:0,class:"edit-info"},on={key:0,class:"edit-link"},sn=De(()=>p("span",{class:"vpi-square-pen edit-link-icon"},null,-1)),an={key:1,class:"last-updated"},rn={key:1,class:"prev-next","aria-labelledby":"doc-footer-aria-label"},ln=De(()=>p("span",{class:"visually-hidden",id:"doc-footer-aria-label"},"Pager",-1)),cn={class:"pager"},un=["innerHTML"],dn=["innerHTML"],vn={class:"pager"},pn=["innerHTML"],fn=["innerHTML"],hn=_({__name:"VPDocFooter",setup(n){const{theme:e,page:t,frontmatter:s}=V(),o=Jt(),i=Yt(),l=y(()=>e.value.editLink&&s.value.editLink!==!1),d=y(()=>t.value.lastUpdated),v=y(()=>l.value||d.value||i.value.prev||i.value.next);return(m,L)=>{var b,P,S,A;return v.value?(a(),u("footer",tn,[c(m.$slots,"doc-footer-before",{},void 0,!0),l.value||d.value?(a(),u("div",nn,[l.value?(a(),u("div",on,[k(F,{class:"edit-link-button",href:r(o).url,"no-icon":!0},{default:f(()=>[sn,j(" "+I(r(o).text),1)]),_:1},8,["href"])])):h("",!0),d.value?(a(),u("div",an,[k(en)])):h("",!0)])):h("",!0),(b=r(i).prev)!=null&&b.link||(P=r(i).next)!=null&&P.link?(a(),u("nav",rn,[ln,p("div",cn,[(S=r(i).prev)!=null&&S.link?(a(),$(F,{key:0,class:"pager-link prev",href:r(i).prev.link},{default:f(()=>{var C;return[p("span",{class:"desc",innerHTML:((C=r(e).docFooter)==null?void 0:C.prev)||"Previous page"},null,8,un),p("span",{class:"title",innerHTML:r(i).prev.text},null,8,dn)]}),_:1},8,["href"])):h("",!0)]),p("div",vn,[(A=r(i).next)!=null&&A.link?(a(),$(F,{key:0,class:"pager-link next",href:r(i).next.link},{default:f(()=>{var C;return[p("span",{class:"desc",innerHTML:((C=r(e).docFooter)==null?void 0:C.next)||"Next page"},null,8,pn),p("span",{class:"title",innerHTML:r(i).next.text},null,8,fn)]}),_:1},8,["href"])):h("",!0)])])):h("",!0)])):h("",!0)}}}),_n=g(hn,[["__scopeId","data-v-4f9813fa"]]),mn=n=>(B("data-v-83890dd9"),n=n(),H(),n),bn={class:"container"},kn=mn(()=>p("div",{class:"aside-curtain"},null,-1)),$n={class:"aside-container"},gn={class:"aside-content"},yn={class:"content"},Pn={class:"content-container"},Sn={class:"main"},Vn=_({__name:"VPDoc",setup(n){const{theme:e}=V(),t=ne(),{hasSidebar:s,hasAside:o,leftAside:i}=U(),l=y(()=>t.path.replace(/[./]+/g,"_").replace(/_html$/,""));return(d,v)=>{const m=W("Content");return a(),u("div",{class:N(["VPDoc",{"has-sidebar":r(s),"has-aside":r(o)}])},[c(d.$slots,"doc-top",{},void 0,!0),p("div",bn,[r(o)?(a(),u("div",{key:0,class:N(["aside",{"left-aside":r(i)}])},[kn,p("div",$n,[p("div",gn,[k(Wt,null,{"aside-top":f(()=>[c(d.$slots,"aside-top",{},void 0,!0)]),"aside-bottom":f(()=>[c(d.$slots,"aside-bottom",{},void 0,!0)]),"aside-outline-before":f(()=>[c(d.$slots,"aside-outline-before",{},void 0,!0)]),"aside-outline-after":f(()=>[c(d.$slots,"aside-outline-after",{},void 0,!0)]),"aside-ads-before":f(()=>[c(d.$slots,"aside-ads-before",{},void 0,!0)]),"aside-ads-after":f(()=>[c(d.$slots,"aside-ads-after",{},void 0,!0)]),_:3})])])],2)):h("",!0),p("div",yn,[p("div",Pn,[c(d.$slots,"doc-before",{},void 0,!0),p("main",Sn,[k(m,{class:N(["vp-doc",[l.value,r(e).externalLinkIcon&&"external-link-icon-enabled"]])},null,8,["class"])]),k(_n,null,{"doc-footer-before":f(()=>[c(d.$slots,"doc-footer-before",{},void 0,!0)]),_:3}),c(d.$slots,"doc-after",{},void 0,!0)])])]),c(d.$slots,"doc-bottom",{},void 0,!0)],2)}}}),Ln=g(Vn,[["__scopeId","data-v-83890dd9"]]),Tn=_({__name:"VPButton",props:{tag:{},size:{default:"medium"},theme:{default:"brand"},text:{},href:{},target:{},rel:{}},setup(n){const e=n,t=y(()=>e.href&&we.test(e.href)),s=y(()=>e.tag||e.href?"a":"button");return(o,i)=>(a(),$(D(s.value),{class:N(["VPButton",[o.size,o.theme]]),href:o.href?r(be)(o.href):void 0,target:e.target??(t.value?"_blank":void 0),rel:e.rel??(t.value?"noreferrer":void 0)},{default:f(()=>[j(I(o.text),1)]),_:1},8,["class","href","target","rel"]))}}),wn=g(Tn,[["__scopeId","data-v-14206e74"]]),In=["src","alt"],Nn=_({inheritAttrs:!1,__name:"VPImage",props:{image:{},alt:{}},setup(n){return(e,t)=>{const s=W("VPImage",!0);return e.image?(a(),u(M,{key:0},[typeof e.image=="string"||"src"in e.image?(a(),u("img",K({key:0,class:"VPImage"},typeof e.image=="string"?e.$attrs:{...e.image,...e.$attrs},{src:r(fe)(typeof e.image=="string"?e.image:e.image.src),alt:e.alt??(typeof e.image=="string"?"":e.image.alt||"")}),null,16,In)):(a(),u(M,{key:1},[k(s,K({class:"dark",image:e.image.dark,alt:e.image.alt},e.$attrs),null,16,["image","alt"]),k(s,K({class:"light",image:e.image.light,alt:e.image.alt},e.$attrs),null,16,["image","alt"])],64))],64)):h("",!0)}}}),x=g(Nn,[["__scopeId","data-v-35a7d0b8"]]),Mn=n=>(B("data-v-955009fc"),n=n(),H(),n),An={class:"container"},Cn={class:"main"},Bn={key:0,class:"name"},Hn=["innerHTML"],En=["innerHTML"],Dn=["innerHTML"],Fn={key:0,class:"actions"},On={key:0,class:"image"},jn={class:"image-container"},Un=Mn(()=>p("div",{class:"image-bg"},null,-1)),Gn=_({__name:"VPHero",props:{name:{},text:{},tagline:{},image:{},actions:{}},setup(n){const e=Y("hero-image-slot-exists");return(t,s)=>(a(),u("div",{class:N(["VPHero",{"has-image":t.image||r(e)}])},[p("div",An,[p("div",Cn,[c(t.$slots,"home-hero-info-before",{},void 0,!0),c(t.$slots,"home-hero-info",{},()=>[t.name?(a(),u("h1",Bn,[p("span",{innerHTML:t.name,class:"clip"},null,8,Hn)])):h("",!0),t.text?(a(),u("p",{key:1,innerHTML:t.text,class:"text"},null,8,En)):h("",!0),t.tagline?(a(),u("p",{key:2,innerHTML:t.tagline,class:"tagline"},null,8,Dn)):h("",!0)],!0),c(t.$slots,"home-hero-info-after",{},void 0,!0),t.actions?(a(),u("div",Fn,[(a(!0),u(M,null,E(t.actions,o=>(a(),u("div",{key:o.link,class:"action"},[k(wn,{tag:"a",size:"medium",theme:o.theme,text:o.text,href:o.link,target:o.target,rel:o.rel},null,8,["theme","text","href","target","rel"])]))),128))])):h("",!0),c(t.$slots,"home-hero-actions-after",{},void 0,!0)]),t.image||r(e)?(a(),u("div",On,[p("div",jn,[Un,c(t.$slots,"home-hero-image",{},()=>[t.image?(a(),$(x,{key:0,class:"image-src",image:t.image},null,8,["image"])):h("",!0)],!0)])])):h("",!0)])],2))}}),zn=g(Gn,[["__scopeId","data-v-955009fc"]]),Kn=_({__name:"VPHomeHero",setup(n){const{frontmatter:e}=V();return(t,s)=>r(e).hero?(a(),$(zn,{key:0,class:"VPHomeHero",name:r(e).hero.name,text:r(e).hero.text,tagline:r(e).hero.tagline,image:r(e).hero.image,actions:r(e).hero.actions},{"home-hero-info-before":f(()=>[c(t.$slots,"home-hero-info-before")]),"home-hero-info":f(()=>[c(t.$slots,"home-hero-info")]),"home-hero-info-after":f(()=>[c(t.$slots,"home-hero-info-after")]),"home-hero-actions-after":f(()=>[c(t.$slots,"home-hero-actions-after")]),"home-hero-image":f(()=>[c(t.$slots,"home-hero-image")]),_:3},8,["name","text","tagline","image","actions"])):h("",!0)}}),Rn=n=>(B("data-v-f5e9645b"),n=n(),H(),n),qn={class:"box"},Wn={key:0,class:"icon"},Jn=["innerHTML"],Yn=["innerHTML"],Xn=["innerHTML"],Qn={key:4,class:"link-text"},Zn={class:"link-text-value"},xn=Rn(()=>p("span",{class:"vpi-arrow-right link-text-icon"},null,-1)),eo=_({__name:"VPFeature",props:{icon:{},title:{},details:{},link:{},linkText:{},rel:{},target:{}},setup(n){return(e,t)=>(a(),$(F,{class:"VPFeature",href:e.link,rel:e.rel,target:e.target,"no-icon":!0,tag:e.link?"a":"div"},{default:f(()=>[p("article",qn,[typeof e.icon=="object"&&e.icon.wrap?(a(),u("div",Wn,[k(x,{image:e.icon,alt:e.icon.alt,height:e.icon.height||48,width:e.icon.width||48},null,8,["image","alt","height","width"])])):typeof e.icon=="object"?(a(),$(x,{key:1,image:e.icon,alt:e.icon.alt,height:e.icon.height||48,width:e.icon.width||48},null,8,["image","alt","height","width"])):e.icon?(a(),u("div",{key:2,class:"icon",innerHTML:e.icon},null,8,Jn)):h("",!0),p("h2",{class:"title",innerHTML:e.title},null,8,Yn),e.details?(a(),u("p",{key:3,class:"details",innerHTML:e.details},null,8,Xn)):h("",!0),e.linkText?(a(),u("div",Qn,[p("p",Zn,[j(I(e.linkText)+" ",1),xn])])):h("",!0)])]),_:1},8,["href","rel","target","tag"]))}}),to=g(eo,[["__scopeId","data-v-f5e9645b"]]),no={key:0,class:"VPFeatures"},oo={class:"container"},so={class:"items"},ao=_({__name:"VPFeatures",props:{features:{}},setup(n){const e=n,t=y(()=>{const s=e.features.length;if(s){if(s===2)return"grid-2";if(s===3)return"grid-3";if(s%3===0)return"grid-6";if(s>3)return"grid-4"}else return});return(s,o)=>s.features?(a(),u("div",no,[p("div",oo,[p("div",so,[(a(!0),u(M,null,E(s.features,i=>(a(),u("div",{key:i.title,class:N(["item",[t.value]])},[k(to,{icon:i.icon,title:i.title,details:i.details,link:i.link,"link-text":i.linkText,rel:i.rel,target:i.target},null,8,["icon","title","details","link","link-text","rel","target"])],2))),128))])])])):h("",!0)}}),ro=g(ao,[["__scopeId","data-v-d0a190d7"]]),io=_({__name:"VPHomeFeatures",setup(n){const{frontmatter:e}=V();return(t,s)=>r(e).features?(a(),$(ro,{key:0,class:"VPHomeFeatures",features:r(e).features},null,8,["features"])):h("",!0)}}),lo=_({__name:"VPHomeContent",setup(n){const{width:e}=xe({initialWidth:0,includeScrollbar:!1});return(t,s)=>(a(),u("div",{class:"vp-doc container",style:Ie(r(e)?{"--vp-offset":`calc(50% - ${r(e)/2}px)`}:{})},[c(t.$slots,"default",{},void 0,!0)],4))}}),co=g(lo,[["__scopeId","data-v-7a48a447"]]),uo={class:"VPHome"},vo=_({__name:"VPHome",setup(n){const{frontmatter:e}=V();return(t,s)=>{const o=W("Content");return a(),u("div",uo,[c(t.$slots,"home-hero-before",{},void 0,!0),k(Kn,null,{"home-hero-info-before":f(()=>[c(t.$slots,"home-hero-info-before",{},void 0,!0)]),"home-hero-info":f(()=>[c(t.$slots,"home-hero-info",{},void 0,!0)]),"home-hero-info-after":f(()=>[c(t.$slots,"home-hero-info-after",{},void 0,!0)]),"home-hero-actions-after":f(()=>[c(t.$slots,"home-hero-actions-after",{},void 0,!0)]),"home-hero-image":f(()=>[c(t.$slots,"home-hero-image",{},void 0,!0)]),_:3}),c(t.$slots,"home-hero-after",{},void 0,!0),c(t.$slots,"home-features-before",{},void 0,!0),k(io),c(t.$slots,"home-features-after",{},void 0,!0),r(e).markdownStyles!==!1?(a(),$(co,{key:0},{default:f(()=>[k(o)]),_:1})):(a(),$(o,{key:1}))])}}}),po=g(vo,[["__scopeId","data-v-cbb6ec48"]]),fo={},ho={class:"VPPage"};function _o(n,e){const t=W("Content");return a(),u("div",ho,[c(n.$slots,"page-top"),k(t),c(n.$slots,"page-bottom")])}const mo=g(fo,[["render",_o]]),bo=_({__name:"VPContent",setup(n){const{page:e,frontmatter:t}=V(),{hasSidebar:s}=U();return(o,i)=>(a(),u("div",{class:N(["VPContent",{"has-sidebar":r(s),"is-home":r(t).layout==="home"}]),id:"VPContent"},[r(e).isNotFound?c(o.$slots,"not-found",{key:0},()=>[k(Vt)],!0):r(t).layout==="page"?(a(),$(mo,{key:1},{"page-top":f(()=>[c(o.$slots,"page-top",{},void 0,!0)]),"page-bottom":f(()=>[c(o.$slots,"page-bottom",{},void 0,!0)]),_:3})):r(t).layout==="home"?(a(),$(po,{key:2},{"home-hero-before":f(()=>[c(o.$slots,"home-hero-before",{},void 0,!0)]),"home-hero-info-before":f(()=>[c(o.$slots,"home-hero-info-before",{},void 0,!0)]),"home-hero-info":f(()=>[c(o.$slots,"home-hero-info",{},void 0,!0)]),"home-hero-info-after":f(()=>[c(o.$slots,"home-hero-info-after",{},void 0,!0)]),"home-hero-actions-after":f(()=>[c(o.$slots,"home-hero-actions-after",{},void 0,!0)]),"home-hero-image":f(()=>[c(o.$slots,"home-hero-image",{},void 0,!0)]),"home-hero-after":f(()=>[c(o.$slots,"home-hero-after",{},void 0,!0)]),"home-features-before":f(()=>[c(o.$slots,"home-features-before",{},void 0,!0)]),"home-features-after":f(()=>[c(o.$slots,"home-features-after",{},void 0,!0)]),_:3})):r(t).layout&&r(t).layout!=="doc"?(a(),$(D(r(t).layout),{key:3})):(a(),$(Ln,{key:4},{"doc-top":f(()=>[c(o.$slots,"doc-top",{},void 0,!0)]),"doc-bottom":f(()=>[c(o.$slots,"doc-bottom",{},void 0,!0)]),"doc-footer-before":f(()=>[c(o.$slots,"doc-footer-before",{},void 0,!0)]),"doc-before":f(()=>[c(o.$slots,"doc-before",{},void 0,!0)]),"doc-after":f(()=>[c(o.$slots,"doc-after",{},void 0,!0)]),"aside-top":f(()=>[c(o.$slots,"aside-top",{},void 0,!0)]),"aside-outline-before":f(()=>[c(o.$slots,"aside-outline-before",{},void 0,!0)]),"aside-outline-after":f(()=>[c(o.$slots,"aside-outline-after",{},void 0,!0)]),"aside-ads-before":f(()=>[c(o.$slots,"aside-ads-before",{},void 0,!0)]),"aside-ads-after":f(()=>[c(o.$slots,"aside-ads-after",{},void 0,!0)]),"aside-bottom":f(()=>[c(o.$slots,"aside-bottom",{},void 0,!0)]),_:3}))],2))}}),ko=g(bo,[["__scopeId","data-v-91765379"]]),$o={class:"container"},go=["innerHTML"],yo=["innerHTML"],Po=_({__name:"VPFooter",setup(n){const{theme:e,frontmatter:t}=V(),{hasSidebar:s}=U();return(o,i)=>r(e).footer&&r(t).footer!==!1?(a(),u("footer",{key:0,class:N(["VPFooter",{"has-sidebar":r(s)}])},[p("div",$o,[r(e).footer.message?(a(),u("p",{key:0,class:"message",innerHTML:r(e).footer.message},null,8,go)):h("",!0),r(e).footer.copyright?(a(),u("p",{key:1,class:"copyright",innerHTML:r(e).footer.copyright},null,8,yo)):h("",!0)])],2)):h("",!0)}}),So=g(Po,[["__scopeId","data-v-c970a860"]]);function Vo(){const{theme:n,frontmatter:e}=V(),t=Te([]),s=y(()=>t.value.length>0);return te(()=>{t.value=ke(e.value.outline??n.value.outline)}),{headers:t,hasLocalNav:s}}const Lo=n=>(B("data-v-bc9dc845"),n=n(),H(),n),To={class:"menu-text"},wo=Lo(()=>p("span",{class:"vpi-chevron-right icon"},null,-1)),Io={class:"header"},No={class:"outline"},Mo=_({__name:"VPLocalNavOutlineDropdown",props:{headers:{},navHeight:{}},setup(n){const e=n,{theme:t}=V(),s=T(!1),o=T(0),i=T(),l=T();function d(b){var P;(P=i.value)!=null&&P.contains(b.target)||(s.value=!1)}O(s,b=>{if(b){document.addEventListener("click",d);return}document.removeEventListener("click",d)}),ce("Escape",()=>{s.value=!1}),te(()=>{s.value=!1});function v(){s.value=!s.value,o.value=window.innerHeight+Math.min(window.scrollY-e.navHeight,0)}function m(b){b.target.classList.contains("outline-link")&&(l.value&&(l.value.style.transition="none"),Ne(()=>{s.value=!1}))}function L(){s.value=!1,window.scrollTo({top:0,left:0,behavior:"smooth"})}return(b,P)=>(a(),u("div",{class:"VPLocalNavOutlineDropdown",style:Ie({"--vp-vh":o.value+"px"}),ref_key:"main",ref:i},[b.headers.length>0?(a(),u("button",{key:0,onClick:v,class:N({open:s.value})},[p("span",To,I(r(He)(r(t))),1),wo],2)):(a(),u("button",{key:1,onClick:L},I(r(t).returnToTopLabel||"Return to top"),1)),k(pe,{name:"flyout"},{default:f(()=>[s.value?(a(),u("div",{key:0,ref_key:"items",ref:l,class:"items",onClick:m},[p("div",Io,[p("a",{class:"top-link",href:"#",onClick:L},I(r(t).returnToTopLabel||"Return to top"),1)]),p("div",No,[k(Ee,{headers:b.headers},null,8,["headers"])])],512)):h("",!0)]),_:1})],4))}}),Ao=g(Mo,[["__scopeId","data-v-bc9dc845"]]),Co=n=>(B("data-v-070ab83d"),n=n(),H(),n),Bo={class:"container"},Ho=["aria-expanded"],Eo=Co(()=>p("span",{class:"vpi-align-left menu-icon"},null,-1)),Do={class:"menu-text"},Fo=_({__name:"VPLocalNav",props:{open:{type:Boolean}},emits:["open-menu"],setup(n){const{theme:e,frontmatter:t}=V(),{hasSidebar:s}=U(),{headers:o}=Vo(),{y:i}=Me(),l=T(0);R(()=>{l.value=parseInt(getComputedStyle(document.documentElement).getPropertyValue("--vp-nav-height"))}),te(()=>{o.value=ke(t.value.outline??e.value.outline)});const d=y(()=>o.value.length===0),v=y(()=>d.value&&!s.value),m=y(()=>({VPLocalNav:!0,"has-sidebar":s.value,empty:d.value,fixed:v.value}));return(L,b)=>r(t).layout!=="home"&&(!v.value||r(i)>=l.value)?(a(),u("div",{key:0,class:N(m.value)},[p("div",Bo,[r(s)?(a(),u("button",{key:0,class:"menu","aria-expanded":L.open,"aria-controls":"VPSidebarNav",onClick:b[0]||(b[0]=P=>L.$emit("open-menu"))},[Eo,p("span",Do,I(r(e).sidebarMenuLabel||"Menu"),1)],8,Ho)):h("",!0),k(Ao,{headers:r(o),navHeight:l.value},null,8,["headers","navHeight"])])],2)):h("",!0)}}),Oo=g(Fo,[["__scopeId","data-v-070ab83d"]]);function jo(){const n=T(!1);function e(){n.value=!0,window.addEventListener("resize",o)}function t(){n.value=!1,window.removeEventListener("resize",o)}function s(){n.value?t():e()}function o(){window.outerWidth>=768&&t()}const i=ne();return O(()=>i.path,t),{isScreenOpen:n,openScreen:e,closeScreen:t,toggleScreen:s}}const Uo={},Go={class:"VPSwitch",type:"button",role:"switch"},zo={class:"check"},Ko={key:0,class:"icon"};function Ro(n,e){return a(),u("button",Go,[p("span",zo,[n.$slots.default?(a(),u("span",Ko,[c(n.$slots,"default",{},void 0,!0)])):h("",!0)])])}const qo=g(Uo,[["render",Ro],["__scopeId","data-v-4a1c76db"]]),Fe=n=>(B("data-v-e40a8bb6"),n=n(),H(),n),Wo=Fe(()=>p("span",{class:"vpi-sun sun"},null,-1)),Jo=Fe(()=>p("span",{class:"vpi-moon moon"},null,-1)),Yo=_({__name:"VPSwitchAppearance",setup(n){const{isDark:e,theme:t}=V(),s=Y("toggle-appearance",()=>{e.value=!e.value}),o=T("");return _e(()=>{o.value=e.value?t.value.lightModeSwitchTitle||"Switch to light theme":t.value.darkModeSwitchTitle||"Switch to dark theme"}),(i,l)=>(a(),$(qo,{title:o.value,class:"VPSwitchAppearance","aria-checked":r(e),onClick:r(s)},{default:f(()=>[Wo,Jo]),_:1},8,["title","aria-checked","onClick"]))}}),$e=g(Yo,[["__scopeId","data-v-e40a8bb6"]]),Xo={key:0,class:"VPNavBarAppearance"},Qo=_({__name:"VPNavBarAppearance",setup(n){const{site:e}=V();return(t,s)=>r(e).appearance&&r(e).appearance!=="force-dark"&&r(e).appearance!=="force-auto"?(a(),u("div",Xo,[k($e)])):h("",!0)}}),Zo=g(Qo,[["__scopeId","data-v-af096f4a"]]),ge=T();let Oe=!1,ie=0;function xo(n){const e=T(!1);if(oe){!Oe&&es(),ie++;const t=O(ge,s=>{var o,i,l;s===n.el.value||(o=n.el.value)!=null&&o.contains(s)?(e.value=!0,(i=n.onFocus)==null||i.call(n)):(e.value=!1,(l=n.onBlur)==null||l.call(n))});he(()=>{t(),ie--,ie||ts()})}return et(e)}function es(){document.addEventListener("focusin",je),Oe=!0,ge.value=document.activeElement}function ts(){document.removeEventListener("focusin",je)}function je(){ge.value=document.activeElement}const ns={class:"VPMenuLink"},os=_({__name:"VPMenuLink",props:{item:{}},setup(n){const{page:e}=V();return(t,s)=>(a(),u("div",ns,[k(F,{class:N({active:r(q)(r(e).relativePath,t.item.activeMatch||t.item.link,!!t.item.activeMatch)}),href:t.item.link,target:t.item.target,rel:t.item.rel},{default:f(()=>[j(I(t.item.text),1)]),_:1},8,["class","href","target","rel"])]))}}),se=g(os,[["__scopeId","data-v-8b74d055"]]),ss={class:"VPMenuGroup"},as={key:0,class:"title"},rs=_({__name:"VPMenuGroup",props:{text:{},items:{}},setup(n){return(e,t)=>(a(),u("div",ss,[e.text?(a(),u("p",as,I(e.text),1)):h("",!0),(a(!0),u(M,null,E(e.items,s=>(a(),u(M,null,["link"in s?(a(),$(se,{key:0,item:s},null,8,["item"])):h("",!0)],64))),256))]))}}),is=g(rs,[["__scopeId","data-v-48c802d0"]]),ls={class:"VPMenu"},cs={key:0,class:"items"},us=_({__name:"VPMenu",props:{items:{}},setup(n){return(e,t)=>(a(),u("div",ls,[e.items?(a(),u("div",cs,[(a(!0),u(M,null,E(e.items,s=>(a(),u(M,{key:JSON.stringify(s)},["link"in s?(a(),$(se,{key:0,item:s},null,8,["item"])):"component"in s?(a(),$(D(s.component),K({key:1,ref_for:!0},s.props),null,16)):(a(),$(is,{key:2,text:s.text,items:s.items},null,8,["text","items"]))],64))),128))])):h("",!0),c(e.$slots,"default",{},void 0,!0)]))}}),ds=g(us,[["__scopeId","data-v-7dd3104a"]]),vs=n=>(B("data-v-e5380155"),n=n(),H(),n),ps=["aria-expanded","aria-label"],fs={key:0,class:"text"},hs=["innerHTML"],_s=vs(()=>p("span",{class:"vpi-chevron-down text-icon"},null,-1)),ms={key:1,class:"vpi-more-horizontal icon"},bs={class:"menu"},ks=_({__name:"VPFlyout",props:{icon:{},button:{},label:{},items:{}},setup(n){const e=T(!1),t=T();xo({el:t,onBlur:s});function s(){e.value=!1}return(o,i)=>(a(),u("div",{class:"VPFlyout",ref_key:"el",ref:t,onMouseenter:i[1]||(i[1]=l=>e.value=!0),onMouseleave:i[2]||(i[2]=l=>e.value=!1)},[p("button",{type:"button",class:"button","aria-haspopup":"true","aria-expanded":e.value,"aria-label":o.label,onClick:i[0]||(i[0]=l=>e.value=!e.value)},[o.button||o.icon?(a(),u("span",fs,[o.icon?(a(),u("span",{key:0,class:N([o.icon,"option-icon"])},null,2)):h("",!0),o.button?(a(),u("span",{key:1,innerHTML:o.button},null,8,hs)):h("",!0),_s])):(a(),u("span",ms))],8,ps),p("div",bs,[k(ds,{items:o.items},{default:f(()=>[c(o.$slots,"default",{},void 0,!0)]),_:3},8,["items"])])],544))}}),ye=g(ks,[["__scopeId","data-v-e5380155"]]),$s=["href","aria-label","innerHTML"],gs=_({__name:"VPSocialLink",props:{icon:{},link:{},ariaLabel:{}},setup(n){const e=n,t=y(()=>typeof e.icon=="object"?e.icon.svg:``);return(s,o)=>(a(),u("a",{class:"VPSocialLink no-icon",href:s.link,"aria-label":s.ariaLabel??(typeof s.icon=="string"?s.icon:""),target:"_blank",rel:"noopener",innerHTML:t.value},null,8,$s))}}),ys=g(gs,[["__scopeId","data-v-717b8b75"]]),Ps={class:"VPSocialLinks"},Ss=_({__name:"VPSocialLinks",props:{links:{}},setup(n){return(e,t)=>(a(),u("div",Ps,[(a(!0),u(M,null,E(e.links,({link:s,icon:o,ariaLabel:i})=>(a(),$(ys,{key:s,icon:o,link:s,ariaLabel:i},null,8,["icon","link","ariaLabel"]))),128))]))}}),Pe=g(Ss,[["__scopeId","data-v-ee7a9424"]]),Vs={key:0,class:"group translations"},Ls={class:"trans-title"},Ts={key:1,class:"group"},ws={class:"item appearance"},Is={class:"label"},Ns={class:"appearance-action"},Ms={key:2,class:"group"},As={class:"item social-links"},Cs=_({__name:"VPNavBarExtra",setup(n){const{site:e,theme:t}=V(),{localeLinks:s,currentLang:o}=Q({correspondingLink:!0}),i=y(()=>s.value.length&&o.value.label||e.value.appearance||t.value.socialLinks);return(l,d)=>i.value?(a(),$(ye,{key:0,class:"VPNavBarExtra",label:"extra navigation"},{default:f(()=>[r(s).length&&r(o).label?(a(),u("div",Vs,[p("p",Ls,I(r(o).label),1),(a(!0),u(M,null,E(r(s),v=>(a(),$(se,{key:v.link,item:v},null,8,["item"]))),128))])):h("",!0),r(e).appearance&&r(e).appearance!=="force-dark"&&r(e).appearance!=="force-auto"?(a(),u("div",Ts,[p("div",ws,[p("p",Is,I(r(t).darkModeSwitchLabel||"Appearance"),1),p("div",Ns,[k($e)])])])):h("",!0),r(t).socialLinks?(a(),u("div",Ms,[p("div",As,[k(Pe,{class:"social-links-list",links:r(t).socialLinks},null,8,["links"])])])):h("",!0)]),_:1})):h("",!0)}}),Bs=g(Cs,[["__scopeId","data-v-925effce"]]),Hs=n=>(B("data-v-5dea55bf"),n=n(),H(),n),Es=["aria-expanded"],Ds=Hs(()=>p("span",{class:"container"},[p("span",{class:"top"}),p("span",{class:"middle"}),p("span",{class:"bottom"})],-1)),Fs=[Ds],Os=_({__name:"VPNavBarHamburger",props:{active:{type:Boolean}},emits:["click"],setup(n){return(e,t)=>(a(),u("button",{type:"button",class:N(["VPNavBarHamburger",{active:e.active}]),"aria-label":"mobile navigation","aria-expanded":e.active,"aria-controls":"VPNavScreen",onClick:t[0]||(t[0]=s=>e.$emit("click"))},Fs,10,Es))}}),js=g(Os,[["__scopeId","data-v-5dea55bf"]]),Us=["innerHTML"],Gs=_({__name:"VPNavBarMenuLink",props:{item:{}},setup(n){const{page:e}=V();return(t,s)=>(a(),$(F,{class:N({VPNavBarMenuLink:!0,active:r(q)(r(e).relativePath,t.item.activeMatch||t.item.link,!!t.item.activeMatch)}),href:t.item.link,noIcon:t.item.noIcon,target:t.item.target,rel:t.item.rel,tabindex:"0"},{default:f(()=>[p("span",{innerHTML:t.item.text},null,8,Us)]),_:1},8,["class","href","noIcon","target","rel"]))}}),zs=g(Gs,[["__scopeId","data-v-ed5ac1f6"]]),Ks=_({__name:"VPNavBarMenuGroup",props:{item:{}},setup(n){const e=n,{page:t}=V(),s=i=>"component"in i?!1:"link"in i?q(t.value.relativePath,i.link,!!e.item.activeMatch):i.items.some(s),o=y(()=>s(e.item));return(i,l)=>(a(),$(ye,{class:N({VPNavBarMenuGroup:!0,active:r(q)(r(t).relativePath,i.item.activeMatch,!!i.item.activeMatch)||o.value}),button:i.item.text,items:i.item.items},null,8,["class","button","items"]))}}),Rs=n=>(B("data-v-e6d46098"),n=n(),H(),n),qs={key:0,"aria-labelledby":"main-nav-aria-label",class:"VPNavBarMenu"},Ws=Rs(()=>p("span",{id:"main-nav-aria-label",class:"visually-hidden"}," Main Navigation ",-1)),Js=_({__name:"VPNavBarMenu",setup(n){const{theme:e}=V();return(t,s)=>r(e).nav?(a(),u("nav",qs,[Ws,(a(!0),u(M,null,E(r(e).nav,o=>(a(),u(M,{key:JSON.stringify(o)},["link"in o?(a(),$(zs,{key:0,item:o},null,8,["item"])):"component"in o?(a(),$(D(o.component),K({key:1,ref_for:!0},o.props),null,16)):(a(),$(Ks,{key:2,item:o},null,8,["item"]))],64))),128))])):h("",!0)}}),Ys=g(Js,[["__scopeId","data-v-e6d46098"]]);function Xs(n){const{localeIndex:e,theme:t}=V();function s(o){var A,C,w;const i=o.split("."),l=(A=t.value.search)==null?void 0:A.options,d=l&&typeof l=="object",v=d&&((w=(C=l.locales)==null?void 0:C[e.value])==null?void 0:w.translations)||null,m=d&&l.translations||null;let L=v,b=m,P=n;const S=i.pop();for(const G of i){let z=null;const J=P==null?void 0:P[G];J&&(z=P=J);const ae=b==null?void 0:b[G];ae&&(z=b=ae);const re=L==null?void 0:L[G];re&&(z=L=re),J||(P=z),ae||(b=z),re||(L=z)}return(L==null?void 0:L[S])??(b==null?void 0:b[S])??(P==null?void 0:P[S])??""}return s}const Qs=["aria-label"],Zs={class:"DocSearch-Button-Container"},xs=p("span",{class:"vp-icon DocSearch-Search-Icon"},null,-1),ea={class:"DocSearch-Button-Placeholder"},ta=p("span",{class:"DocSearch-Button-Keys"},[p("kbd",{class:"DocSearch-Button-Key"}),p("kbd",{class:"DocSearch-Button-Key"},"K")],-1),Se=_({__name:"VPNavBarSearchButton",setup(n){const t=Xs({button:{buttonText:"Search",buttonAriaLabel:"Search"}});return(s,o)=>(a(),u("button",{type:"button",class:"DocSearch DocSearch-Button","aria-label":r(t)("button.buttonAriaLabel")},[p("span",Zs,[xs,p("span",ea,I(r(t)("button.buttonText")),1)]),ta],8,Qs))}}),na={class:"VPNavBarSearch"},oa={id:"local-search"},sa={key:1,id:"docsearch"},aa=_({__name:"VPNavBarSearch",setup(n){const e=tt(()=>nt(()=>import("./VPLocalSearchBox.B29r77KC.js"),__vite__mapDeps([0,1]))),t=()=>null,{theme:s}=V(),o=T(!1),i=T(!1);R(()=>{});function l(){o.value||(o.value=!0,setTimeout(d,16))}function d(){const b=new Event("keydown");b.key="k",b.metaKey=!0,window.dispatchEvent(b),setTimeout(()=>{document.querySelector(".DocSearch-Modal")||d()},16)}function v(b){const P=b.target,S=P.tagName;return P.isContentEditable||S==="INPUT"||S==="SELECT"||S==="TEXTAREA"}const m=T(!1);ce("k",b=>{(b.ctrlKey||b.metaKey)&&(b.preventDefault(),m.value=!0)}),ce("/",b=>{v(b)||(b.preventDefault(),m.value=!0)});const L="local";return(b,P)=>{var S;return a(),u("div",na,[r(L)==="local"?(a(),u(M,{key:0},[m.value?(a(),$(r(e),{key:0,onClose:P[0]||(P[0]=A=>m.value=!1)})):h("",!0),p("div",oa,[k(Se,{onClick:P[1]||(P[1]=A=>m.value=!0)})])],64)):r(L)==="algolia"?(a(),u(M,{key:1},[o.value?(a(),$(r(t),{key:0,algolia:((S=r(s).search)==null?void 0:S.options)??r(s).algolia,onVnodeBeforeMount:P[2]||(P[2]=A=>i.value=!0)},null,8,["algolia"])):h("",!0),i.value?h("",!0):(a(),u("div",sa,[k(Se,{onClick:l})]))],64)):h("",!0)])}}}),ra=_({__name:"VPNavBarSocialLinks",setup(n){const{theme:e}=V();return(t,s)=>r(e).socialLinks?(a(),$(Pe,{key:0,class:"VPNavBarSocialLinks",links:r(e).socialLinks},null,8,["links"])):h("",!0)}}),ia=g(ra,[["__scopeId","data-v-164c457f"]]),la=["href","rel","target"],ca={key:1},ua={key:2},da=_({__name:"VPNavBarTitle",setup(n){const{site:e,theme:t}=V(),{hasSidebar:s}=U(),{currentLang:o}=Q(),i=y(()=>{var v;return typeof t.value.logoLink=="string"?t.value.logoLink:(v=t.value.logoLink)==null?void 0:v.link}),l=y(()=>{var v;return typeof t.value.logoLink=="string"||(v=t.value.logoLink)==null?void 0:v.rel}),d=y(()=>{var v;return typeof t.value.logoLink=="string"||(v=t.value.logoLink)==null?void 0:v.target});return(v,m)=>(a(),u("div",{class:N(["VPNavBarTitle",{"has-sidebar":r(s)}])},[p("a",{class:"title",href:i.value??r(be)(r(o).link),rel:l.value,target:d.value},[c(v.$slots,"nav-bar-title-before",{},void 0,!0),r(t).logo?(a(),$(x,{key:0,class:"logo",image:r(t).logo},null,8,["image"])):h("",!0),r(t).siteTitle?(a(),u("span",ca,I(r(t).siteTitle),1)):r(t).siteTitle===void 0?(a(),u("span",ua,I(r(e).title),1)):h("",!0),c(v.$slots,"nav-bar-title-after",{},void 0,!0)],8,la)],2))}}),va=g(da,[["__scopeId","data-v-28a961f9"]]),pa={class:"items"},fa={class:"title"},ha=_({__name:"VPNavBarTranslations",setup(n){const{theme:e}=V(),{localeLinks:t,currentLang:s}=Q({correspondingLink:!0});return(o,i)=>r(t).length&&r(s).label?(a(),$(ye,{key:0,class:"VPNavBarTranslations",icon:"vpi-languages",label:r(e).langMenuLabel||"Change language"},{default:f(()=>[p("div",pa,[p("p",fa,I(r(s).label),1),(a(!0),u(M,null,E(r(t),l=>(a(),$(se,{key:l.link,item:l},null,8,["item"]))),128))])]),_:1},8,["label"])):h("",!0)}}),_a=g(ha,[["__scopeId","data-v-c80d9ad0"]]),ma=n=>(B("data-v-822684d1"),n=n(),H(),n),ba={class:"wrapper"},ka={class:"container"},$a={class:"title"},ga={class:"content"},ya={class:"content-body"},Pa=ma(()=>p("div",{class:"divider"},[p("div",{class:"divider-line"})],-1)),Sa=_({__name:"VPNavBar",props:{isScreenOpen:{type:Boolean}},emits:["toggle-screen"],setup(n){const e=n,{y:t}=Me(),{hasSidebar:s}=U(),{frontmatter:o}=V(),i=T({});return _e(()=>{i.value={"has-sidebar":s.value,home:o.value.layout==="home",top:t.value===0,"screen-open":e.isScreenOpen}}),(l,d)=>(a(),u("div",{class:N(["VPNavBar",i.value])},[p("div",ba,[p("div",ka,[p("div",$a,[k(va,null,{"nav-bar-title-before":f(()=>[c(l.$slots,"nav-bar-title-before",{},void 0,!0)]),"nav-bar-title-after":f(()=>[c(l.$slots,"nav-bar-title-after",{},void 0,!0)]),_:3})]),p("div",ga,[p("div",ya,[c(l.$slots,"nav-bar-content-before",{},void 0,!0),k(aa,{class:"search"}),k(Ys,{class:"menu"}),k(_a,{class:"translations"}),k(Zo,{class:"appearance"}),k(ia,{class:"social-links"}),k(Bs,{class:"extra"}),c(l.$slots,"nav-bar-content-after",{},void 0,!0),k(js,{class:"hamburger",active:l.isScreenOpen,onClick:d[0]||(d[0]=v=>l.$emit("toggle-screen"))},null,8,["active"])])])])]),Pa],2))}}),Va=g(Sa,[["__scopeId","data-v-822684d1"]]),La={key:0,class:"VPNavScreenAppearance"},Ta={class:"text"},wa=_({__name:"VPNavScreenAppearance",setup(n){const{site:e,theme:t}=V();return(s,o)=>r(e).appearance&&r(e).appearance!=="force-dark"&&r(e).appearance!=="force-auto"?(a(),u("div",La,[p("p",Ta,I(r(t).darkModeSwitchLabel||"Appearance"),1),k($e)])):h("",!0)}}),Ia=g(wa,[["__scopeId","data-v-ffb44008"]]),Na=_({__name:"VPNavScreenMenuLink",props:{item:{}},setup(n){const e=Y("close-screen");return(t,s)=>(a(),$(F,{class:"VPNavScreenMenuLink",href:t.item.link,target:t.item.target,rel:t.item.rel,onClick:r(e),innerHTML:t.item.text},null,8,["href","target","rel","onClick","innerHTML"]))}}),Ma=g(Na,[["__scopeId","data-v-27d04aeb"]]),Aa=_({__name:"VPNavScreenMenuGroupLink",props:{item:{}},setup(n){const e=Y("close-screen");return(t,s)=>(a(),$(F,{class:"VPNavScreenMenuGroupLink",href:t.item.link,target:t.item.target,rel:t.item.rel,onClick:r(e)},{default:f(()=>[j(I(t.item.text),1)]),_:1},8,["href","target","rel","onClick"]))}}),Ue=g(Aa,[["__scopeId","data-v-7179dbb7"]]),Ca={class:"VPNavScreenMenuGroupSection"},Ba={key:0,class:"title"},Ha=_({__name:"VPNavScreenMenuGroupSection",props:{text:{},items:{}},setup(n){return(e,t)=>(a(),u("div",Ca,[e.text?(a(),u("p",Ba,I(e.text),1)):h("",!0),(a(!0),u(M,null,E(e.items,s=>(a(),$(Ue,{key:s.text,item:s},null,8,["item"]))),128))]))}}),Ea=g(Ha,[["__scopeId","data-v-4b8941ac"]]),Da=n=>(B("data-v-875057a5"),n=n(),H(),n),Fa=["aria-controls","aria-expanded"],Oa=["innerHTML"],ja=Da(()=>p("span",{class:"vpi-plus button-icon"},null,-1)),Ua=["id"],Ga={key:0,class:"item"},za={key:1,class:"item"},Ka={key:2,class:"group"},Ra=_({__name:"VPNavScreenMenuGroup",props:{text:{},items:{}},setup(n){const e=n,t=T(!1),s=y(()=>`NavScreenGroup-${e.text.replace(" ","-").toLowerCase()}`);function o(){t.value=!t.value}return(i,l)=>(a(),u("div",{class:N(["VPNavScreenMenuGroup",{open:t.value}])},[p("button",{class:"button","aria-controls":s.value,"aria-expanded":t.value,onClick:o},[p("span",{class:"button-text",innerHTML:i.text},null,8,Oa),ja],8,Fa),p("div",{id:s.value,class:"items"},[(a(!0),u(M,null,E(i.items,d=>(a(),u(M,{key:JSON.stringify(d)},["link"in d?(a(),u("div",Ga,[k(Ue,{item:d},null,8,["item"])])):"component"in d?(a(),u("div",za,[(a(),$(D(d.component),K({ref_for:!0},d.props,{"screen-menu":""}),null,16))])):(a(),u("div",Ka,[k(Ea,{text:d.text,items:d.items},null,8,["text","items"])]))],64))),128))],8,Ua)],2))}}),qa=g(Ra,[["__scopeId","data-v-875057a5"]]),Wa={key:0,class:"VPNavScreenMenu"},Ja=_({__name:"VPNavScreenMenu",setup(n){const{theme:e}=V();return(t,s)=>r(e).nav?(a(),u("nav",Wa,[(a(!0),u(M,null,E(r(e).nav,o=>(a(),u(M,{key:JSON.stringify(o)},["link"in o?(a(),$(Ma,{key:0,item:o},null,8,["item"])):"component"in o?(a(),$(D(o.component),K({key:1,ref_for:!0},o.props,{"screen-menu":""}),null,16)):(a(),$(qa,{key:2,text:o.text||"",items:o.items},null,8,["text","items"]))],64))),128))])):h("",!0)}}),Ya=_({__name:"VPNavScreenSocialLinks",setup(n){const{theme:e}=V();return(t,s)=>r(e).socialLinks?(a(),$(Pe,{key:0,class:"VPNavScreenSocialLinks",links:r(e).socialLinks},null,8,["links"])):h("",!0)}}),Ge=n=>(B("data-v-362991c2"),n=n(),H(),n),Xa=Ge(()=>p("span",{class:"vpi-languages icon lang"},null,-1)),Qa=Ge(()=>p("span",{class:"vpi-chevron-down icon chevron"},null,-1)),Za={class:"list"},xa=_({__name:"VPNavScreenTranslations",setup(n){const{localeLinks:e,currentLang:t}=Q({correspondingLink:!0}),s=T(!1);function o(){s.value=!s.value}return(i,l)=>r(e).length&&r(t).label?(a(),u("div",{key:0,class:N(["VPNavScreenTranslations",{open:s.value}])},[p("button",{class:"title",onClick:o},[Xa,j(" "+I(r(t).label)+" ",1),Qa]),p("ul",Za,[(a(!0),u(M,null,E(r(e),d=>(a(),u("li",{key:d.link,class:"item"},[k(F,{class:"link",href:d.link},{default:f(()=>[j(I(d.text),1)]),_:2},1032,["href"])]))),128))])],2)):h("",!0)}}),er=g(xa,[["__scopeId","data-v-362991c2"]]),tr={class:"container"},nr=_({__name:"VPNavScreen",props:{open:{type:Boolean}},setup(n){const e=T(null),t=Ae(oe?document.body:null);return(s,o)=>(a(),$(pe,{name:"fade",onEnter:o[0]||(o[0]=i=>t.value=!0),onAfterLeave:o[1]||(o[1]=i=>t.value=!1)},{default:f(()=>[s.open?(a(),u("div",{key:0,class:"VPNavScreen",ref_key:"screen",ref:e,id:"VPNavScreen"},[p("div",tr,[c(s.$slots,"nav-screen-content-before",{},void 0,!0),k(Ja,{class:"menu"}),k(er,{class:"translations"}),k(Ia,{class:"appearance"}),k(Ya,{class:"social-links"}),c(s.$slots,"nav-screen-content-after",{},void 0,!0)])],512)):h("",!0)]),_:3}))}}),or=g(nr,[["__scopeId","data-v-833aabba"]]),sr={key:0,class:"VPNav"},ar=_({__name:"VPNav",setup(n){const{isScreenOpen:e,closeScreen:t,toggleScreen:s}=jo(),{frontmatter:o}=V(),i=y(()=>o.value.navbar!==!1);return me("close-screen",t),ee(()=>{oe&&document.documentElement.classList.toggle("hide-nav",!i.value)}),(l,d)=>i.value?(a(),u("header",sr,[k(Va,{"is-screen-open":r(e),onToggleScreen:r(s)},{"nav-bar-title-before":f(()=>[c(l.$slots,"nav-bar-title-before",{},void 0,!0)]),"nav-bar-title-after":f(()=>[c(l.$slots,"nav-bar-title-after",{},void 0,!0)]),"nav-bar-content-before":f(()=>[c(l.$slots,"nav-bar-content-before",{},void 0,!0)]),"nav-bar-content-after":f(()=>[c(l.$slots,"nav-bar-content-after",{},void 0,!0)]),_:3},8,["is-screen-open","onToggleScreen"]),k(or,{open:r(e)},{"nav-screen-content-before":f(()=>[c(l.$slots,"nav-screen-content-before",{},void 0,!0)]),"nav-screen-content-after":f(()=>[c(l.$slots,"nav-screen-content-after",{},void 0,!0)]),_:3},8,["open"])])):h("",!0)}}),rr=g(ar,[["__scopeId","data-v-f1e365da"]]),ze=n=>(B("data-v-196b2e5f"),n=n(),H(),n),ir=["role","tabindex"],lr=ze(()=>p("div",{class:"indicator"},null,-1)),cr=ze(()=>p("span",{class:"vpi-chevron-right caret-icon"},null,-1)),ur=[cr],dr={key:1,class:"items"},vr=_({__name:"VPSidebarItem",props:{item:{},depth:{}},setup(n){const e=n,{collapsed:t,collapsible:s,isLink:o,isActiveLink:i,hasActiveLink:l,hasChildren:d,toggle:v}=It(y(()=>e.item)),m=y(()=>d.value?"section":"div"),L=y(()=>o.value?"a":"div"),b=y(()=>d.value?e.depth+2===7?"p":`h${e.depth+2}`:"p"),P=y(()=>o.value?void 0:"button"),S=y(()=>[[`level-${e.depth}`],{collapsible:s.value},{collapsed:t.value},{"is-link":o.value},{"is-active":i.value},{"has-active":l.value}]);function A(w){"key"in w&&w.key!=="Enter"||!e.item.link&&v()}function C(){e.item.link&&v()}return(w,G)=>{const z=W("VPSidebarItem",!0);return a(),$(D(m.value),{class:N(["VPSidebarItem",S.value])},{default:f(()=>[w.item.text?(a(),u("div",K({key:0,class:"item",role:P.value},st(w.item.items?{click:A,keydown:A}:{},!0),{tabindex:w.item.items&&0}),[lr,w.item.link?(a(),$(F,{key:0,tag:L.value,class:"link",href:w.item.link,rel:w.item.rel,target:w.item.target},{default:f(()=>[(a(),$(D(b.value),{class:"text",innerHTML:w.item.text},null,8,["innerHTML"]))]),_:1},8,["tag","href","rel","target"])):(a(),$(D(b.value),{key:1,class:"text",innerHTML:w.item.text},null,8,["innerHTML"])),w.item.collapsed!=null&&w.item.items&&w.item.items.length?(a(),u("div",{key:2,class:"caret",role:"button","aria-label":"toggle section",onClick:C,onKeydown:ot(C,["enter"]),tabindex:"0"},ur,32)):h("",!0)],16,ir)):h("",!0),w.item.items&&w.item.items.length?(a(),u("div",dr,[w.depth<5?(a(!0),u(M,{key:0},E(w.item.items,J=>(a(),$(z,{key:J.text,item:J,depth:w.depth+1},null,8,["item","depth"]))),128)):h("",!0)])):h("",!0)]),_:1},8,["class"])}}}),pr=g(vr,[["__scopeId","data-v-196b2e5f"]]),fr=_({__name:"VPSidebarGroup",props:{items:{}},setup(n){const e=T(!0);let t=null;return R(()=>{t=setTimeout(()=>{t=null,e.value=!1},300)}),at(()=>{t!=null&&(clearTimeout(t),t=null)}),(s,o)=>(a(!0),u(M,null,E(s.items,i=>(a(),u("div",{key:i.text,class:N(["group",{"no-transition":e.value}])},[k(pr,{item:i,depth:0},null,8,["item"])],2))),128))}}),hr=g(fr,[["__scopeId","data-v-9e426adc"]]),Ke=n=>(B("data-v-18756405"),n=n(),H(),n),_r=Ke(()=>p("div",{class:"curtain"},null,-1)),mr={class:"nav",id:"VPSidebarNav","aria-labelledby":"sidebar-aria-label",tabindex:"-1"},br=Ke(()=>p("span",{class:"visually-hidden",id:"sidebar-aria-label"}," Sidebar Navigation ",-1)),kr=_({__name:"VPSidebar",props:{open:{type:Boolean}},setup(n){const{sidebarGroups:e,hasSidebar:t}=U(),s=n,o=T(null),i=Ae(oe?document.body:null);O([s,o],()=>{var d;s.open?(i.value=!0,(d=o.value)==null||d.focus()):i.value=!1},{immediate:!0,flush:"post"});const l=T(0);return O(e,()=>{l.value+=1},{deep:!0}),(d,v)=>r(t)?(a(),u("aside",{key:0,class:N(["VPSidebar",{open:d.open}]),ref_key:"navEl",ref:o,onClick:v[0]||(v[0]=rt(()=>{},["stop"]))},[_r,p("nav",mr,[br,c(d.$slots,"sidebar-nav-before",{},void 0,!0),(a(),$(hr,{items:r(e),key:l.value},null,8,["items"])),c(d.$slots,"sidebar-nav-after",{},void 0,!0)])],2)):h("",!0)}}),$r=g(kr,[["__scopeId","data-v-18756405"]]),gr=_({__name:"VPSkipLink",setup(n){const e=ne(),t=T();O(()=>e.path,()=>t.value.focus());function s({target:o}){const i=document.getElementById(decodeURIComponent(o.hash).slice(1));if(i){const l=()=>{i.removeAttribute("tabindex"),i.removeEventListener("blur",l)};i.setAttribute("tabindex","-1"),i.addEventListener("blur",l),i.focus(),window.scrollTo(0,0)}}return(o,i)=>(a(),u(M,null,[p("span",{ref_key:"backToTop",ref:t,tabindex:"-1"},null,512),p("a",{href:"#VPContent",class:"VPSkipLink visually-hidden",onClick:s}," Skip to content ")],64))}}),yr=g(gr,[["__scopeId","data-v-c3508ec8"]]),Pr=_({__name:"Layout",setup(n){const{isOpen:e,open:t,close:s}=U(),o=ne();O(()=>o.path,s),wt(e,s);const{frontmatter:i}=V(),l=Ce(),d=y(()=>!!l["home-hero-image"]);return me("hero-image-slot-exists",d),(v,m)=>{const L=W("Content");return r(i).layout!==!1?(a(),u("div",{key:0,class:N(["Layout",r(i).pageClass])},[c(v.$slots,"layout-top",{},void 0,!0),k(yr),k(pt,{class:"backdrop",show:r(e),onClick:r(s)},null,8,["show","onClick"]),k(rr,null,{"nav-bar-title-before":f(()=>[c(v.$slots,"nav-bar-title-before",{},void 0,!0)]),"nav-bar-title-after":f(()=>[c(v.$slots,"nav-bar-title-after",{},void 0,!0)]),"nav-bar-content-before":f(()=>[c(v.$slots,"nav-bar-content-before",{},void 0,!0)]),"nav-bar-content-after":f(()=>[c(v.$slots,"nav-bar-content-after",{},void 0,!0)]),"nav-screen-content-before":f(()=>[c(v.$slots,"nav-screen-content-before",{},void 0,!0)]),"nav-screen-content-after":f(()=>[c(v.$slots,"nav-screen-content-after",{},void 0,!0)]),_:3}),k(Oo,{open:r(e),onOpenMenu:r(t)},null,8,["open","onOpenMenu"]),k($r,{open:r(e)},{"sidebar-nav-before":f(()=>[c(v.$slots,"sidebar-nav-before",{},void 0,!0)]),"sidebar-nav-after":f(()=>[c(v.$slots,"sidebar-nav-after",{},void 0,!0)]),_:3},8,["open"]),k(ko,null,{"page-top":f(()=>[c(v.$slots,"page-top",{},void 0,!0)]),"page-bottom":f(()=>[c(v.$slots,"page-bottom",{},void 0,!0)]),"not-found":f(()=>[c(v.$slots,"not-found",{},void 0,!0)]),"home-hero-before":f(()=>[c(v.$slots,"home-hero-before",{},void 0,!0)]),"home-hero-info-before":f(()=>[c(v.$slots,"home-hero-info-before",{},void 0,!0)]),"home-hero-info":f(()=>[c(v.$slots,"home-hero-info",{},void 0,!0)]),"home-hero-info-after":f(()=>[c(v.$slots,"home-hero-info-after",{},void 0,!0)]),"home-hero-actions-after":f(()=>[c(v.$slots,"home-hero-actions-after",{},void 0,!0)]),"home-hero-image":f(()=>[c(v.$slots,"home-hero-image",{},void 0,!0)]),"home-hero-after":f(()=>[c(v.$slots,"home-hero-after",{},void 0,!0)]),"home-features-before":f(()=>[c(v.$slots,"home-features-before",{},void 0,!0)]),"home-features-after":f(()=>[c(v.$slots,"home-features-after",{},void 0,!0)]),"doc-footer-before":f(()=>[c(v.$slots,"doc-footer-before",{},void 0,!0)]),"doc-before":f(()=>[c(v.$slots,"doc-before",{},void 0,!0)]),"doc-after":f(()=>[c(v.$slots,"doc-after",{},void 0,!0)]),"doc-top":f(()=>[c(v.$slots,"doc-top",{},void 0,!0)]),"doc-bottom":f(()=>[c(v.$slots,"doc-bottom",{},void 0,!0)]),"aside-top":f(()=>[c(v.$slots,"aside-top",{},void 0,!0)]),"aside-bottom":f(()=>[c(v.$slots,"aside-bottom",{},void 0,!0)]),"aside-outline-before":f(()=>[c(v.$slots,"aside-outline-before",{},void 0,!0)]),"aside-outline-after":f(()=>[c(v.$slots,"aside-outline-after",{},void 0,!0)]),"aside-ads-before":f(()=>[c(v.$slots,"aside-ads-before",{},void 0,!0)]),"aside-ads-after":f(()=>[c(v.$slots,"aside-ads-after",{},void 0,!0)]),_:3}),k(So),c(v.$slots,"layout-bottom",{},void 0,!0)],2)):(a(),$(L,{key:1}))}}}),Sr=g(Pr,[["__scopeId","data-v-a9a9e638"]]),Ve={Layout:Sr,enhanceApp:({app:n})=>{n.component("Badge",ut)}},Vr=n=>{if(typeof document>"u")return{stabilizeScrollPosition:o=>async(...i)=>o(...i)};const e=document.documentElement;return{stabilizeScrollPosition:s=>async(...o)=>{const i=s(...o),l=n.value;if(!l)return i;const d=l.offsetTop-e.scrollTop;return await Ne(),e.scrollTop=l.offsetTop-d,i}}},Re="vitepress:tabSharedState",X=typeof localStorage<"u"?localStorage:null,qe="vitepress:tabsSharedState",Lr=()=>{const n=X==null?void 0:X.getItem(qe);if(n)try{return JSON.parse(n)}catch{}return{}},Tr=n=>{X&&X.setItem(qe,JSON.stringify(n))},wr=n=>{const e=it({});O(()=>e.content,(t,s)=>{t&&s&&Tr(t)},{deep:!0}),n.provide(Re,e)},Ir=(n,e)=>{const t=Y(Re);if(!t)throw new Error("[vitepress-plugin-tabs] TabsSharedState should be injected");R(()=>{t.content||(t.content=Lr())});const s=T(),o=y({get(){var v;const l=e.value,d=n.value;if(l){const m=(v=t.content)==null?void 0:v[l];if(m&&d.includes(m))return m}else{const m=s.value;if(m)return m}return d[0]},set(l){const d=e.value;d?t.content&&(t.content[d]=l):s.value=l}});return{selected:o,select:l=>{o.value=l}}};let Le=0;const Nr=()=>(Le++,""+Le);function Mr(){const n=Ce();return y(()=>{var s;const t=(s=n.default)==null?void 0:s.call(n);return t?t.filter(o=>typeof o.type=="object"&&"__name"in o.type&&o.type.__name==="PluginTabsTab"&&o.props).map(o=>{var i;return(i=o.props)==null?void 0:i.label}):[]})}const We="vitepress:tabSingleState",Ar=n=>{me(We,n)},Cr=()=>{const n=Y(We);if(!n)throw new Error("[vitepress-plugin-tabs] TabsSingleState should be injected");return n},Br={class:"plugin-tabs"},Hr=["id","aria-selected","aria-controls","tabindex","onClick"],Er=_({__name:"PluginTabs",props:{sharedStateKey:{}},setup(n){const e=n,t=Mr(),{selected:s,select:o}=Ir(t,lt(e,"sharedStateKey")),i=T(),{stabilizeScrollPosition:l}=Vr(i),d=l(o),v=T([]),m=b=>{var A;const P=t.value.indexOf(s.value);let S;b.key==="ArrowLeft"?S=P>=1?P-1:t.value.length-1:b.key==="ArrowRight"&&(S=P(a(),u("div",Br,[p("div",{ref_key:"tablist",ref:i,class:"plugin-tabs--tab-list",role:"tablist",onKeydown:m},[(a(!0),u(M,null,E(r(t),S=>(a(),u("button",{id:`tab-${S}-${r(L)}`,ref_for:!0,ref_key:"buttonRefs",ref:v,key:S,role:"tab",class:"plugin-tabs--tab","aria-selected":S===r(s),"aria-controls":`panel-${S}-${r(L)}`,tabindex:S===r(s)?0:-1,onClick:()=>r(d)(S)},I(S),9,Hr))),128))],544),c(b.$slots,"default")]))}}),Dr=["id","aria-labelledby"],Fr=_({__name:"PluginTabsTab",props:{label:{}},setup(n){const{uid:e,selected:t}=Cr();return(s,o)=>r(t)===s.label?(a(),u("div",{key:0,id:`panel-${s.label}-${r(e)}`,class:"plugin-tabs--content",role:"tabpanel",tabindex:"0","aria-labelledby":`tab-${s.label}-${r(e)}`},[c(s.$slots,"default",{},void 0,!0)],8,Dr)):h("",!0)}}),Or=g(Fr,[["__scopeId","data-v-9b0d03d2"]]),jr=n=>{wr(n),n.component("PluginTabs",Er),n.component("PluginTabsTab",Or)},Gr={extends:Ve,Layout(){return ct(Ve.Layout,null,{})},enhanceApp({app:n,router:e,siteData:t}){jr(n)}};export{Gr as R,Xs as c,V as u};
+const __vite__mapDeps=(i,m=__vite__mapDeps,d=(m.f||(m.f=["assets/chunks/VPLocalSearchBox.6VHNmFbn.js","assets/chunks/framework.BjTE4JnT.js"])))=>i.map(i=>d[i]);
+import{d as _,o as a,c as u,r as c,n as N,a as j,t as I,b as $,w as f,e as h,T as pe,_ as g,u as Je,i as Ye,f as Xe,g as fe,h as y,j as p,k as r,p as B,l as H,m as q,q as le,s as T,v as O,x as ee,y as R,z as he,A as _e,B as Qe,C as Ze,D as W,F as M,E,G as Te,H as te,I as k,J as D,K as we,L as ne,M as K,N as Y,O as xe,P as Ie,Q as ce,R as Ne,S as Me,U as oe,V as et,W as tt,X as nt,Y as Ae,Z as me,$ as ot,a0 as st,a1 as at,a2 as rt,a3 as Ce,a4 as it,a5 as lt,a6 as ct}from"./framework.BjTE4JnT.js";const ut=_({__name:"VPBadge",props:{text:{},type:{default:"tip"}},setup(n){return(e,t)=>(a(),u("span",{class:N(["VPBadge",e.type])},[c(e.$slots,"default",{},()=>[j(I(e.text),1)])],2))}}),dt={key:0,class:"VPBackdrop"},vt=_({__name:"VPBackdrop",props:{show:{type:Boolean}},setup(n){return(e,t)=>(a(),$(pe,{name:"fade"},{default:f(()=>[e.show?(a(),u("div",dt)):h("",!0)]),_:1}))}}),pt=g(vt,[["__scopeId","data-v-b06cdb19"]]),V=Je;function ft(n,e){let t,s=!1;return()=>{t&&clearTimeout(t),s?t=setTimeout(n,e):(n(),(s=!0)&&setTimeout(()=>s=!1,e))}}function ue(n){return/^\//.test(n)?n:`/${n}`}function be(n){const{pathname:e,search:t,hash:s,protocol:o}=new URL(n,"http://a.com");if(Ye(n)||n.startsWith("#")||!o.startsWith("http")||!Xe(e))return n;const{site:i}=V(),l=e.endsWith("/")||e.endsWith(".html")?n:n.replace(/(?:(^\.+)\/)?.*$/,`$1${e.replace(/(\.md)?$/,i.value.cleanUrls?"":".html")}${t}${s}`);return fe(l)}function Q({correspondingLink:n=!1}={}){const{site:e,localeIndex:t,page:s,theme:o,hash:i}=V(),l=y(()=>{var v,m;return{label:(v=e.value.locales[t.value])==null?void 0:v.label,link:((m=e.value.locales[t.value])==null?void 0:m.link)||(t.value==="root"?"/":`/${t.value}/`)}});return{localeLinks:y(()=>Object.entries(e.value.locales).flatMap(([v,m])=>l.value.label===m.label?[]:{text:m.label,link:ht(m.link||(v==="root"?"/":`/${v}/`),o.value.i18nRouting!==!1&&n,s.value.relativePath.slice(l.value.link.length-1),!e.value.cleanUrls)+i.value})),currentLang:l}}function ht(n,e,t,s){return e?n.replace(/\/$/,"")+ue(t.replace(/(^|\/)index\.md$/,"$1").replace(/\.md$/,s?".html":"")):n}const _t=n=>(B("data-v-951cab6c"),n=n(),H(),n),mt={class:"NotFound"},bt={class:"code"},kt={class:"title"},$t=_t(()=>p("div",{class:"divider"},null,-1)),gt={class:"quote"},yt={class:"action"},Pt=["href","aria-label"],St=_({__name:"NotFound",setup(n){const{theme:e}=V(),{currentLang:t}=Q();return(s,o)=>{var i,l,d,v,m;return a(),u("div",mt,[p("p",bt,I(((i=r(e).notFound)==null?void 0:i.code)??"404"),1),p("h1",kt,I(((l=r(e).notFound)==null?void 0:l.title)??"PAGE NOT FOUND"),1),$t,p("blockquote",gt,I(((d=r(e).notFound)==null?void 0:d.quote)??"But if you don't change your direction, and if you keep looking, you may end up where you are heading."),1),p("div",yt,[p("a",{class:"link",href:r(fe)(r(t).link),"aria-label":((v=r(e).notFound)==null?void 0:v.linkLabel)??"go to home"},I(((m=r(e).notFound)==null?void 0:m.linkText)??"Take me home"),9,Pt)])])}}}),Vt=g(St,[["__scopeId","data-v-951cab6c"]]);function Be(n,e){if(Array.isArray(n))return Z(n);if(n==null)return[];e=ue(e);const t=Object.keys(n).sort((o,i)=>i.split("/").length-o.split("/").length).find(o=>e.startsWith(ue(o))),s=t?n[t]:[];return Array.isArray(s)?Z(s):Z(s.items,s.base)}function Lt(n){const e=[];let t=0;for(const s in n){const o=n[s];if(o.items){t=e.push(o);continue}e[t]||e.push({items:[]}),e[t].items.push(o)}return e}function Tt(n){const e=[];function t(s){for(const o of s)o.text&&o.link&&e.push({text:o.text,link:o.link,docFooterText:o.docFooterText}),o.items&&t(o.items)}return t(n),e}function de(n,e){return Array.isArray(e)?e.some(t=>de(n,t)):q(n,e.link)?!0:e.items?de(n,e.items):!1}function Z(n,e){return[...n].map(t=>{const s={...t},o=s.base||e;return o&&s.link&&(s.link=o+s.link),s.items&&(s.items=Z(s.items,o)),s})}function U(){const{frontmatter:n,page:e,theme:t}=V(),s=le("(min-width: 960px)"),o=T(!1),i=y(()=>{const C=t.value.sidebar,w=e.value.relativePath;return C?Be(C,w):[]}),l=T(i.value);O(i,(C,w)=>{JSON.stringify(C)!==JSON.stringify(w)&&(l.value=i.value)});const d=y(()=>n.value.sidebar!==!1&&l.value.length>0&&n.value.layout!=="home"),v=y(()=>m?n.value.aside==null?t.value.aside==="left":n.value.aside==="left":!1),m=y(()=>n.value.layout==="home"?!1:n.value.aside!=null?!!n.value.aside:t.value.aside!==!1),L=y(()=>d.value&&s.value),b=y(()=>d.value?Lt(l.value):[]);function P(){o.value=!0}function S(){o.value=!1}function A(){o.value?S():P()}return{isOpen:o,sidebar:l,sidebarGroups:b,hasSidebar:d,hasAside:m,leftAside:v,isSidebarEnabled:L,open:P,close:S,toggle:A}}function wt(n,e){let t;ee(()=>{t=n.value?document.activeElement:void 0}),R(()=>{window.addEventListener("keyup",s)}),he(()=>{window.removeEventListener("keyup",s)});function s(o){o.key==="Escape"&&n.value&&(e(),t==null||t.focus())}}function It(n){const{page:e,hash:t}=V(),s=T(!1),o=y(()=>n.value.collapsed!=null),i=y(()=>!!n.value.link),l=T(!1),d=()=>{l.value=q(e.value.relativePath,n.value.link)};O([e,n,t],d),R(d);const v=y(()=>l.value?!0:n.value.items?de(e.value.relativePath,n.value.items):!1),m=y(()=>!!(n.value.items&&n.value.items.length));ee(()=>{s.value=!!(o.value&&n.value.collapsed)}),_e(()=>{(l.value||v.value)&&(s.value=!1)});function L(){o.value&&(s.value=!s.value)}return{collapsed:s,collapsible:o,isLink:i,isActiveLink:l,hasActiveLink:v,hasChildren:m,toggle:L}}function Nt(){const{hasSidebar:n}=U(),e=le("(min-width: 960px)"),t=le("(min-width: 1280px)");return{isAsideEnabled:y(()=>!t.value&&!e.value?!1:n.value?t.value:e.value)}}const ve=[];function He(n){return typeof n.outline=="object"&&!Array.isArray(n.outline)&&n.outline.label||n.outlineTitle||"On this page"}function ke(n){const e=[...document.querySelectorAll(".VPDoc :where(h1,h2,h3,h4,h5,h6)")].filter(t=>t.id&&t.hasChildNodes()).map(t=>{const s=Number(t.tagName[1]);return{element:t,title:Mt(t),link:"#"+t.id,level:s}});return At(e,n)}function Mt(n){let e="";for(const t of n.childNodes)if(t.nodeType===1){if(t.classList.contains("VPBadge")||t.classList.contains("header-anchor")||t.classList.contains("ignore-header"))continue;e+=t.textContent}else t.nodeType===3&&(e+=t.textContent);return e.trim()}function At(n,e){if(e===!1)return[];const t=(typeof e=="object"&&!Array.isArray(e)?e.level:e)||2,[s,o]=typeof t=="number"?[t,t]:t==="deep"?[2,6]:t;n=n.filter(l=>l.level>=s&&l.level<=o),ve.length=0;for(const{element:l,link:d}of n)ve.push({element:l,link:d});const i=[];e:for(let l=0;l=0;v--){const m=n[v];if(m.level{requestAnimationFrame(i),window.addEventListener("scroll",s)}),Qe(()=>{l(location.hash)}),he(()=>{window.removeEventListener("scroll",s)});function i(){if(!t.value)return;const d=window.scrollY,v=window.innerHeight,m=document.body.offsetHeight,L=Math.abs(d+v-m)<1,b=ve.map(({element:S,link:A})=>({link:A,top:Bt(S)})).filter(({top:S})=>!Number.isNaN(S)).sort((S,A)=>S.top-A.top);if(!b.length){l(null);return}if(d<1){l(null);return}if(L){l(b[b.length-1].link);return}let P=null;for(const{link:S,top:A}of b){if(A>d+Ze()+4)break;P=S}l(P)}function l(d){o&&o.classList.remove("active"),d==null?o=null:o=n.value.querySelector(`a[href="${decodeURIComponent(d)}"]`);const v=o;v?(v.classList.add("active"),e.value.style.top=v.offsetTop+39+"px",e.value.style.opacity="1"):(e.value.style.top="33px",e.value.style.opacity="0")}}function Bt(n){let e=0;for(;n!==document.body;){if(n===null)return NaN;e+=n.offsetTop,n=n.offsetParent}return e}const Ht=["href","title"],Et=_({__name:"VPDocOutlineItem",props:{headers:{},root:{type:Boolean}},setup(n){function e({target:t}){const s=t.href.split("#")[1],o=document.getElementById(decodeURIComponent(s));o==null||o.focus({preventScroll:!0})}return(t,s)=>{const o=W("VPDocOutlineItem",!0);return a(),u("ul",{class:N(["VPDocOutlineItem",t.root?"root":"nested"])},[(a(!0),u(M,null,E(t.headers,({children:i,link:l,title:d})=>(a(),u("li",null,[p("a",{class:"outline-link",href:l,onClick:e,title:d},I(d),9,Ht),i!=null&&i.length?(a(),$(o,{key:0,headers:i},null,8,["headers"])):h("",!0)]))),256))],2)}}}),Ee=g(Et,[["__scopeId","data-v-3f927ebe"]]),Dt={class:"content"},Ft={"aria-level":"2",class:"outline-title",id:"doc-outline-aria-label",role:"heading"},Ot=_({__name:"VPDocAsideOutline",setup(n){const{frontmatter:e,theme:t}=V(),s=Te([]);te(()=>{s.value=ke(e.value.outline??t.value.outline)});const o=T(),i=T();return Ct(o,i),(l,d)=>(a(),u("nav",{"aria-labelledby":"doc-outline-aria-label",class:N(["VPDocAsideOutline",{"has-outline":s.value.length>0}]),ref_key:"container",ref:o},[p("div",Dt,[p("div",{class:"outline-marker",ref_key:"marker",ref:i},null,512),p("div",Ft,I(r(He)(r(t))),1),k(Ee,{headers:s.value,root:!0},null,8,["headers"])])],2))}}),jt=g(Ot,[["__scopeId","data-v-b38bf2ff"]]),Ut={class:"VPDocAsideCarbonAds"},Gt=_({__name:"VPDocAsideCarbonAds",props:{carbonAds:{}},setup(n){const e=()=>null;return(t,s)=>(a(),u("div",Ut,[k(r(e),{"carbon-ads":t.carbonAds},null,8,["carbon-ads"])]))}}),zt=n=>(B("data-v-6d7b3c46"),n=n(),H(),n),Kt={class:"VPDocAside"},Rt=zt(()=>p("div",{class:"spacer"},null,-1)),qt=_({__name:"VPDocAside",setup(n){const{theme:e}=V();return(t,s)=>(a(),u("div",Kt,[c(t.$slots,"aside-top",{},void 0,!0),c(t.$slots,"aside-outline-before",{},void 0,!0),k(jt),c(t.$slots,"aside-outline-after",{},void 0,!0),Rt,c(t.$slots,"aside-ads-before",{},void 0,!0),r(e).carbonAds?(a(),$(Gt,{key:0,"carbon-ads":r(e).carbonAds},null,8,["carbon-ads"])):h("",!0),c(t.$slots,"aside-ads-after",{},void 0,!0),c(t.$slots,"aside-bottom",{},void 0,!0)]))}}),Wt=g(qt,[["__scopeId","data-v-6d7b3c46"]]);function Jt(){const{theme:n,page:e}=V();return y(()=>{const{text:t="Edit this page",pattern:s=""}=n.value.editLink||{};let o;return typeof s=="function"?o=s(e.value):o=s.replace(/:path/g,e.value.filePath),{url:o,text:t}})}function Yt(){const{page:n,theme:e,frontmatter:t}=V();return y(()=>{var m,L,b,P,S,A,C,w;const s=Be(e.value.sidebar,n.value.relativePath),o=Tt(s),i=Xt(o,G=>G.link.replace(/[?#].*$/,"")),l=i.findIndex(G=>q(n.value.relativePath,G.link)),d=((m=e.value.docFooter)==null?void 0:m.prev)===!1&&!t.value.prev||t.value.prev===!1,v=((L=e.value.docFooter)==null?void 0:L.next)===!1&&!t.value.next||t.value.next===!1;return{prev:d?void 0:{text:(typeof t.value.prev=="string"?t.value.prev:typeof t.value.prev=="object"?t.value.prev.text:void 0)??((b=i[l-1])==null?void 0:b.docFooterText)??((P=i[l-1])==null?void 0:P.text),link:(typeof t.value.prev=="object"?t.value.prev.link:void 0)??((S=i[l-1])==null?void 0:S.link)},next:v?void 0:{text:(typeof t.value.next=="string"?t.value.next:typeof t.value.next=="object"?t.value.next.text:void 0)??((A=i[l+1])==null?void 0:A.docFooterText)??((C=i[l+1])==null?void 0:C.text),link:(typeof t.value.next=="object"?t.value.next.link:void 0)??((w=i[l+1])==null?void 0:w.link)}}})}function Xt(n,e){const t=new Set;return n.filter(s=>{const o=e(s);return t.has(o)?!1:t.add(o)})}const F=_({__name:"VPLink",props:{tag:{},href:{},noIcon:{type:Boolean},target:{},rel:{}},setup(n){const e=n,t=y(()=>e.tag??(e.href?"a":"span")),s=y(()=>e.href&&we.test(e.href)||e.target==="_blank");return(o,i)=>(a(),$(D(t.value),{class:N(["VPLink",{link:o.href,"vp-external-link-icon":s.value,"no-icon":o.noIcon}]),href:o.href?r(be)(o.href):void 0,target:o.target??(s.value?"_blank":void 0),rel:o.rel??(s.value?"noreferrer":void 0)},{default:f(()=>[c(o.$slots,"default")]),_:3},8,["class","href","target","rel"]))}}),Qt={class:"VPLastUpdated"},Zt=["datetime"],xt=_({__name:"VPDocFooterLastUpdated",setup(n){const{theme:e,page:t,lang:s}=V(),o=y(()=>new Date(t.value.lastUpdated)),i=y(()=>o.value.toISOString()),l=T("");return R(()=>{ee(()=>{var d,v,m;l.value=new Intl.DateTimeFormat((v=(d=e.value.lastUpdated)==null?void 0:d.formatOptions)!=null&&v.forceLocale?s.value:void 0,((m=e.value.lastUpdated)==null?void 0:m.formatOptions)??{dateStyle:"short",timeStyle:"short"}).format(o.value)})}),(d,v)=>{var m;return a(),u("p",Qt,[j(I(((m=r(e).lastUpdated)==null?void 0:m.text)||r(e).lastUpdatedText||"Last updated")+": ",1),p("time",{datetime:i.value},I(l.value),9,Zt)])}}}),en=g(xt,[["__scopeId","data-v-475f71b8"]]),De=n=>(B("data-v-4f9813fa"),n=n(),H(),n),tn={key:0,class:"VPDocFooter"},nn={key:0,class:"edit-info"},on={key:0,class:"edit-link"},sn=De(()=>p("span",{class:"vpi-square-pen edit-link-icon"},null,-1)),an={key:1,class:"last-updated"},rn={key:1,class:"prev-next","aria-labelledby":"doc-footer-aria-label"},ln=De(()=>p("span",{class:"visually-hidden",id:"doc-footer-aria-label"},"Pager",-1)),cn={class:"pager"},un=["innerHTML"],dn=["innerHTML"],vn={class:"pager"},pn=["innerHTML"],fn=["innerHTML"],hn=_({__name:"VPDocFooter",setup(n){const{theme:e,page:t,frontmatter:s}=V(),o=Jt(),i=Yt(),l=y(()=>e.value.editLink&&s.value.editLink!==!1),d=y(()=>t.value.lastUpdated),v=y(()=>l.value||d.value||i.value.prev||i.value.next);return(m,L)=>{var b,P,S,A;return v.value?(a(),u("footer",tn,[c(m.$slots,"doc-footer-before",{},void 0,!0),l.value||d.value?(a(),u("div",nn,[l.value?(a(),u("div",on,[k(F,{class:"edit-link-button",href:r(o).url,"no-icon":!0},{default:f(()=>[sn,j(" "+I(r(o).text),1)]),_:1},8,["href"])])):h("",!0),d.value?(a(),u("div",an,[k(en)])):h("",!0)])):h("",!0),(b=r(i).prev)!=null&&b.link||(P=r(i).next)!=null&&P.link?(a(),u("nav",rn,[ln,p("div",cn,[(S=r(i).prev)!=null&&S.link?(a(),$(F,{key:0,class:"pager-link prev",href:r(i).prev.link},{default:f(()=>{var C;return[p("span",{class:"desc",innerHTML:((C=r(e).docFooter)==null?void 0:C.prev)||"Previous page"},null,8,un),p("span",{class:"title",innerHTML:r(i).prev.text},null,8,dn)]}),_:1},8,["href"])):h("",!0)]),p("div",vn,[(A=r(i).next)!=null&&A.link?(a(),$(F,{key:0,class:"pager-link next",href:r(i).next.link},{default:f(()=>{var C;return[p("span",{class:"desc",innerHTML:((C=r(e).docFooter)==null?void 0:C.next)||"Next page"},null,8,pn),p("span",{class:"title",innerHTML:r(i).next.text},null,8,fn)]}),_:1},8,["href"])):h("",!0)])])):h("",!0)])):h("",!0)}}}),_n=g(hn,[["__scopeId","data-v-4f9813fa"]]),mn=n=>(B("data-v-83890dd9"),n=n(),H(),n),bn={class:"container"},kn=mn(()=>p("div",{class:"aside-curtain"},null,-1)),$n={class:"aside-container"},gn={class:"aside-content"},yn={class:"content"},Pn={class:"content-container"},Sn={class:"main"},Vn=_({__name:"VPDoc",setup(n){const{theme:e}=V(),t=ne(),{hasSidebar:s,hasAside:o,leftAside:i}=U(),l=y(()=>t.path.replace(/[./]+/g,"_").replace(/_html$/,""));return(d,v)=>{const m=W("Content");return a(),u("div",{class:N(["VPDoc",{"has-sidebar":r(s),"has-aside":r(o)}])},[c(d.$slots,"doc-top",{},void 0,!0),p("div",bn,[r(o)?(a(),u("div",{key:0,class:N(["aside",{"left-aside":r(i)}])},[kn,p("div",$n,[p("div",gn,[k(Wt,null,{"aside-top":f(()=>[c(d.$slots,"aside-top",{},void 0,!0)]),"aside-bottom":f(()=>[c(d.$slots,"aside-bottom",{},void 0,!0)]),"aside-outline-before":f(()=>[c(d.$slots,"aside-outline-before",{},void 0,!0)]),"aside-outline-after":f(()=>[c(d.$slots,"aside-outline-after",{},void 0,!0)]),"aside-ads-before":f(()=>[c(d.$slots,"aside-ads-before",{},void 0,!0)]),"aside-ads-after":f(()=>[c(d.$slots,"aside-ads-after",{},void 0,!0)]),_:3})])])],2)):h("",!0),p("div",yn,[p("div",Pn,[c(d.$slots,"doc-before",{},void 0,!0),p("main",Sn,[k(m,{class:N(["vp-doc",[l.value,r(e).externalLinkIcon&&"external-link-icon-enabled"]])},null,8,["class"])]),k(_n,null,{"doc-footer-before":f(()=>[c(d.$slots,"doc-footer-before",{},void 0,!0)]),_:3}),c(d.$slots,"doc-after",{},void 0,!0)])])]),c(d.$slots,"doc-bottom",{},void 0,!0)],2)}}}),Ln=g(Vn,[["__scopeId","data-v-83890dd9"]]),Tn=_({__name:"VPButton",props:{tag:{},size:{default:"medium"},theme:{default:"brand"},text:{},href:{},target:{},rel:{}},setup(n){const e=n,t=y(()=>e.href&&we.test(e.href)),s=y(()=>e.tag||e.href?"a":"button");return(o,i)=>(a(),$(D(s.value),{class:N(["VPButton",[o.size,o.theme]]),href:o.href?r(be)(o.href):void 0,target:e.target??(t.value?"_blank":void 0),rel:e.rel??(t.value?"noreferrer":void 0)},{default:f(()=>[j(I(o.text),1)]),_:1},8,["class","href","target","rel"]))}}),wn=g(Tn,[["__scopeId","data-v-14206e74"]]),In=["src","alt"],Nn=_({inheritAttrs:!1,__name:"VPImage",props:{image:{},alt:{}},setup(n){return(e,t)=>{const s=W("VPImage",!0);return e.image?(a(),u(M,{key:0},[typeof e.image=="string"||"src"in e.image?(a(),u("img",K({key:0,class:"VPImage"},typeof e.image=="string"?e.$attrs:{...e.image,...e.$attrs},{src:r(fe)(typeof e.image=="string"?e.image:e.image.src),alt:e.alt??(typeof e.image=="string"?"":e.image.alt||"")}),null,16,In)):(a(),u(M,{key:1},[k(s,K({class:"dark",image:e.image.dark,alt:e.image.alt},e.$attrs),null,16,["image","alt"]),k(s,K({class:"light",image:e.image.light,alt:e.image.alt},e.$attrs),null,16,["image","alt"])],64))],64)):h("",!0)}}}),x=g(Nn,[["__scopeId","data-v-35a7d0b8"]]),Mn=n=>(B("data-v-955009fc"),n=n(),H(),n),An={class:"container"},Cn={class:"main"},Bn={key:0,class:"name"},Hn=["innerHTML"],En=["innerHTML"],Dn=["innerHTML"],Fn={key:0,class:"actions"},On={key:0,class:"image"},jn={class:"image-container"},Un=Mn(()=>p("div",{class:"image-bg"},null,-1)),Gn=_({__name:"VPHero",props:{name:{},text:{},tagline:{},image:{},actions:{}},setup(n){const e=Y("hero-image-slot-exists");return(t,s)=>(a(),u("div",{class:N(["VPHero",{"has-image":t.image||r(e)}])},[p("div",An,[p("div",Cn,[c(t.$slots,"home-hero-info-before",{},void 0,!0),c(t.$slots,"home-hero-info",{},()=>[t.name?(a(),u("h1",Bn,[p("span",{innerHTML:t.name,class:"clip"},null,8,Hn)])):h("",!0),t.text?(a(),u("p",{key:1,innerHTML:t.text,class:"text"},null,8,En)):h("",!0),t.tagline?(a(),u("p",{key:2,innerHTML:t.tagline,class:"tagline"},null,8,Dn)):h("",!0)],!0),c(t.$slots,"home-hero-info-after",{},void 0,!0),t.actions?(a(),u("div",Fn,[(a(!0),u(M,null,E(t.actions,o=>(a(),u("div",{key:o.link,class:"action"},[k(wn,{tag:"a",size:"medium",theme:o.theme,text:o.text,href:o.link,target:o.target,rel:o.rel},null,8,["theme","text","href","target","rel"])]))),128))])):h("",!0),c(t.$slots,"home-hero-actions-after",{},void 0,!0)]),t.image||r(e)?(a(),u("div",On,[p("div",jn,[Un,c(t.$slots,"home-hero-image",{},()=>[t.image?(a(),$(x,{key:0,class:"image-src",image:t.image},null,8,["image"])):h("",!0)],!0)])])):h("",!0)])],2))}}),zn=g(Gn,[["__scopeId","data-v-955009fc"]]),Kn=_({__name:"VPHomeHero",setup(n){const{frontmatter:e}=V();return(t,s)=>r(e).hero?(a(),$(zn,{key:0,class:"VPHomeHero",name:r(e).hero.name,text:r(e).hero.text,tagline:r(e).hero.tagline,image:r(e).hero.image,actions:r(e).hero.actions},{"home-hero-info-before":f(()=>[c(t.$slots,"home-hero-info-before")]),"home-hero-info":f(()=>[c(t.$slots,"home-hero-info")]),"home-hero-info-after":f(()=>[c(t.$slots,"home-hero-info-after")]),"home-hero-actions-after":f(()=>[c(t.$slots,"home-hero-actions-after")]),"home-hero-image":f(()=>[c(t.$slots,"home-hero-image")]),_:3},8,["name","text","tagline","image","actions"])):h("",!0)}}),Rn=n=>(B("data-v-f5e9645b"),n=n(),H(),n),qn={class:"box"},Wn={key:0,class:"icon"},Jn=["innerHTML"],Yn=["innerHTML"],Xn=["innerHTML"],Qn={key:4,class:"link-text"},Zn={class:"link-text-value"},xn=Rn(()=>p("span",{class:"vpi-arrow-right link-text-icon"},null,-1)),eo=_({__name:"VPFeature",props:{icon:{},title:{},details:{},link:{},linkText:{},rel:{},target:{}},setup(n){return(e,t)=>(a(),$(F,{class:"VPFeature",href:e.link,rel:e.rel,target:e.target,"no-icon":!0,tag:e.link?"a":"div"},{default:f(()=>[p("article",qn,[typeof e.icon=="object"&&e.icon.wrap?(a(),u("div",Wn,[k(x,{image:e.icon,alt:e.icon.alt,height:e.icon.height||48,width:e.icon.width||48},null,8,["image","alt","height","width"])])):typeof e.icon=="object"?(a(),$(x,{key:1,image:e.icon,alt:e.icon.alt,height:e.icon.height||48,width:e.icon.width||48},null,8,["image","alt","height","width"])):e.icon?(a(),u("div",{key:2,class:"icon",innerHTML:e.icon},null,8,Jn)):h("",!0),p("h2",{class:"title",innerHTML:e.title},null,8,Yn),e.details?(a(),u("p",{key:3,class:"details",innerHTML:e.details},null,8,Xn)):h("",!0),e.linkText?(a(),u("div",Qn,[p("p",Zn,[j(I(e.linkText)+" ",1),xn])])):h("",!0)])]),_:1},8,["href","rel","target","tag"]))}}),to=g(eo,[["__scopeId","data-v-f5e9645b"]]),no={key:0,class:"VPFeatures"},oo={class:"container"},so={class:"items"},ao=_({__name:"VPFeatures",props:{features:{}},setup(n){const e=n,t=y(()=>{const s=e.features.length;if(s){if(s===2)return"grid-2";if(s===3)return"grid-3";if(s%3===0)return"grid-6";if(s>3)return"grid-4"}else return});return(s,o)=>s.features?(a(),u("div",no,[p("div",oo,[p("div",so,[(a(!0),u(M,null,E(s.features,i=>(a(),u("div",{key:i.title,class:N(["item",[t.value]])},[k(to,{icon:i.icon,title:i.title,details:i.details,link:i.link,"link-text":i.linkText,rel:i.rel,target:i.target},null,8,["icon","title","details","link","link-text","rel","target"])],2))),128))])])])):h("",!0)}}),ro=g(ao,[["__scopeId","data-v-d0a190d7"]]),io=_({__name:"VPHomeFeatures",setup(n){const{frontmatter:e}=V();return(t,s)=>r(e).features?(a(),$(ro,{key:0,class:"VPHomeFeatures",features:r(e).features},null,8,["features"])):h("",!0)}}),lo=_({__name:"VPHomeContent",setup(n){const{width:e}=xe({initialWidth:0,includeScrollbar:!1});return(t,s)=>(a(),u("div",{class:"vp-doc container",style:Ie(r(e)?{"--vp-offset":`calc(50% - ${r(e)/2}px)`}:{})},[c(t.$slots,"default",{},void 0,!0)],4))}}),co=g(lo,[["__scopeId","data-v-7a48a447"]]),uo={class:"VPHome"},vo=_({__name:"VPHome",setup(n){const{frontmatter:e}=V();return(t,s)=>{const o=W("Content");return a(),u("div",uo,[c(t.$slots,"home-hero-before",{},void 0,!0),k(Kn,null,{"home-hero-info-before":f(()=>[c(t.$slots,"home-hero-info-before",{},void 0,!0)]),"home-hero-info":f(()=>[c(t.$slots,"home-hero-info",{},void 0,!0)]),"home-hero-info-after":f(()=>[c(t.$slots,"home-hero-info-after",{},void 0,!0)]),"home-hero-actions-after":f(()=>[c(t.$slots,"home-hero-actions-after",{},void 0,!0)]),"home-hero-image":f(()=>[c(t.$slots,"home-hero-image",{},void 0,!0)]),_:3}),c(t.$slots,"home-hero-after",{},void 0,!0),c(t.$slots,"home-features-before",{},void 0,!0),k(io),c(t.$slots,"home-features-after",{},void 0,!0),r(e).markdownStyles!==!1?(a(),$(co,{key:0},{default:f(()=>[k(o)]),_:1})):(a(),$(o,{key:1}))])}}}),po=g(vo,[["__scopeId","data-v-cbb6ec48"]]),fo={},ho={class:"VPPage"};function _o(n,e){const t=W("Content");return a(),u("div",ho,[c(n.$slots,"page-top"),k(t),c(n.$slots,"page-bottom")])}const mo=g(fo,[["render",_o]]),bo=_({__name:"VPContent",setup(n){const{page:e,frontmatter:t}=V(),{hasSidebar:s}=U();return(o,i)=>(a(),u("div",{class:N(["VPContent",{"has-sidebar":r(s),"is-home":r(t).layout==="home"}]),id:"VPContent"},[r(e).isNotFound?c(o.$slots,"not-found",{key:0},()=>[k(Vt)],!0):r(t).layout==="page"?(a(),$(mo,{key:1},{"page-top":f(()=>[c(o.$slots,"page-top",{},void 0,!0)]),"page-bottom":f(()=>[c(o.$slots,"page-bottom",{},void 0,!0)]),_:3})):r(t).layout==="home"?(a(),$(po,{key:2},{"home-hero-before":f(()=>[c(o.$slots,"home-hero-before",{},void 0,!0)]),"home-hero-info-before":f(()=>[c(o.$slots,"home-hero-info-before",{},void 0,!0)]),"home-hero-info":f(()=>[c(o.$slots,"home-hero-info",{},void 0,!0)]),"home-hero-info-after":f(()=>[c(o.$slots,"home-hero-info-after",{},void 0,!0)]),"home-hero-actions-after":f(()=>[c(o.$slots,"home-hero-actions-after",{},void 0,!0)]),"home-hero-image":f(()=>[c(o.$slots,"home-hero-image",{},void 0,!0)]),"home-hero-after":f(()=>[c(o.$slots,"home-hero-after",{},void 0,!0)]),"home-features-before":f(()=>[c(o.$slots,"home-features-before",{},void 0,!0)]),"home-features-after":f(()=>[c(o.$slots,"home-features-after",{},void 0,!0)]),_:3})):r(t).layout&&r(t).layout!=="doc"?(a(),$(D(r(t).layout),{key:3})):(a(),$(Ln,{key:4},{"doc-top":f(()=>[c(o.$slots,"doc-top",{},void 0,!0)]),"doc-bottom":f(()=>[c(o.$slots,"doc-bottom",{},void 0,!0)]),"doc-footer-before":f(()=>[c(o.$slots,"doc-footer-before",{},void 0,!0)]),"doc-before":f(()=>[c(o.$slots,"doc-before",{},void 0,!0)]),"doc-after":f(()=>[c(o.$slots,"doc-after",{},void 0,!0)]),"aside-top":f(()=>[c(o.$slots,"aside-top",{},void 0,!0)]),"aside-outline-before":f(()=>[c(o.$slots,"aside-outline-before",{},void 0,!0)]),"aside-outline-after":f(()=>[c(o.$slots,"aside-outline-after",{},void 0,!0)]),"aside-ads-before":f(()=>[c(o.$slots,"aside-ads-before",{},void 0,!0)]),"aside-ads-after":f(()=>[c(o.$slots,"aside-ads-after",{},void 0,!0)]),"aside-bottom":f(()=>[c(o.$slots,"aside-bottom",{},void 0,!0)]),_:3}))],2))}}),ko=g(bo,[["__scopeId","data-v-91765379"]]),$o={class:"container"},go=["innerHTML"],yo=["innerHTML"],Po=_({__name:"VPFooter",setup(n){const{theme:e,frontmatter:t}=V(),{hasSidebar:s}=U();return(o,i)=>r(e).footer&&r(t).footer!==!1?(a(),u("footer",{key:0,class:N(["VPFooter",{"has-sidebar":r(s)}])},[p("div",$o,[r(e).footer.message?(a(),u("p",{key:0,class:"message",innerHTML:r(e).footer.message},null,8,go)):h("",!0),r(e).footer.copyright?(a(),u("p",{key:1,class:"copyright",innerHTML:r(e).footer.copyright},null,8,yo)):h("",!0)])],2)):h("",!0)}}),So=g(Po,[["__scopeId","data-v-c970a860"]]);function Vo(){const{theme:n,frontmatter:e}=V(),t=Te([]),s=y(()=>t.value.length>0);return te(()=>{t.value=ke(e.value.outline??n.value.outline)}),{headers:t,hasLocalNav:s}}const Lo=n=>(B("data-v-bc9dc845"),n=n(),H(),n),To={class:"menu-text"},wo=Lo(()=>p("span",{class:"vpi-chevron-right icon"},null,-1)),Io={class:"header"},No={class:"outline"},Mo=_({__name:"VPLocalNavOutlineDropdown",props:{headers:{},navHeight:{}},setup(n){const e=n,{theme:t}=V(),s=T(!1),o=T(0),i=T(),l=T();function d(b){var P;(P=i.value)!=null&&P.contains(b.target)||(s.value=!1)}O(s,b=>{if(b){document.addEventListener("click",d);return}document.removeEventListener("click",d)}),ce("Escape",()=>{s.value=!1}),te(()=>{s.value=!1});function v(){s.value=!s.value,o.value=window.innerHeight+Math.min(window.scrollY-e.navHeight,0)}function m(b){b.target.classList.contains("outline-link")&&(l.value&&(l.value.style.transition="none"),Ne(()=>{s.value=!1}))}function L(){s.value=!1,window.scrollTo({top:0,left:0,behavior:"smooth"})}return(b,P)=>(a(),u("div",{class:"VPLocalNavOutlineDropdown",style:Ie({"--vp-vh":o.value+"px"}),ref_key:"main",ref:i},[b.headers.length>0?(a(),u("button",{key:0,onClick:v,class:N({open:s.value})},[p("span",To,I(r(He)(r(t))),1),wo],2)):(a(),u("button",{key:1,onClick:L},I(r(t).returnToTopLabel||"Return to top"),1)),k(pe,{name:"flyout"},{default:f(()=>[s.value?(a(),u("div",{key:0,ref_key:"items",ref:l,class:"items",onClick:m},[p("div",Io,[p("a",{class:"top-link",href:"#",onClick:L},I(r(t).returnToTopLabel||"Return to top"),1)]),p("div",No,[k(Ee,{headers:b.headers},null,8,["headers"])])],512)):h("",!0)]),_:1})],4))}}),Ao=g(Mo,[["__scopeId","data-v-bc9dc845"]]),Co=n=>(B("data-v-070ab83d"),n=n(),H(),n),Bo={class:"container"},Ho=["aria-expanded"],Eo=Co(()=>p("span",{class:"vpi-align-left menu-icon"},null,-1)),Do={class:"menu-text"},Fo=_({__name:"VPLocalNav",props:{open:{type:Boolean}},emits:["open-menu"],setup(n){const{theme:e,frontmatter:t}=V(),{hasSidebar:s}=U(),{headers:o}=Vo(),{y:i}=Me(),l=T(0);R(()=>{l.value=parseInt(getComputedStyle(document.documentElement).getPropertyValue("--vp-nav-height"))}),te(()=>{o.value=ke(t.value.outline??e.value.outline)});const d=y(()=>o.value.length===0),v=y(()=>d.value&&!s.value),m=y(()=>({VPLocalNav:!0,"has-sidebar":s.value,empty:d.value,fixed:v.value}));return(L,b)=>r(t).layout!=="home"&&(!v.value||r(i)>=l.value)?(a(),u("div",{key:0,class:N(m.value)},[p("div",Bo,[r(s)?(a(),u("button",{key:0,class:"menu","aria-expanded":L.open,"aria-controls":"VPSidebarNav",onClick:b[0]||(b[0]=P=>L.$emit("open-menu"))},[Eo,p("span",Do,I(r(e).sidebarMenuLabel||"Menu"),1)],8,Ho)):h("",!0),k(Ao,{headers:r(o),navHeight:l.value},null,8,["headers","navHeight"])])],2)):h("",!0)}}),Oo=g(Fo,[["__scopeId","data-v-070ab83d"]]);function jo(){const n=T(!1);function e(){n.value=!0,window.addEventListener("resize",o)}function t(){n.value=!1,window.removeEventListener("resize",o)}function s(){n.value?t():e()}function o(){window.outerWidth>=768&&t()}const i=ne();return O(()=>i.path,t),{isScreenOpen:n,openScreen:e,closeScreen:t,toggleScreen:s}}const Uo={},Go={class:"VPSwitch",type:"button",role:"switch"},zo={class:"check"},Ko={key:0,class:"icon"};function Ro(n,e){return a(),u("button",Go,[p("span",zo,[n.$slots.default?(a(),u("span",Ko,[c(n.$slots,"default",{},void 0,!0)])):h("",!0)])])}const qo=g(Uo,[["render",Ro],["__scopeId","data-v-4a1c76db"]]),Fe=n=>(B("data-v-e40a8bb6"),n=n(),H(),n),Wo=Fe(()=>p("span",{class:"vpi-sun sun"},null,-1)),Jo=Fe(()=>p("span",{class:"vpi-moon moon"},null,-1)),Yo=_({__name:"VPSwitchAppearance",setup(n){const{isDark:e,theme:t}=V(),s=Y("toggle-appearance",()=>{e.value=!e.value}),o=T("");return _e(()=>{o.value=e.value?t.value.lightModeSwitchTitle||"Switch to light theme":t.value.darkModeSwitchTitle||"Switch to dark theme"}),(i,l)=>(a(),$(qo,{title:o.value,class:"VPSwitchAppearance","aria-checked":r(e),onClick:r(s)},{default:f(()=>[Wo,Jo]),_:1},8,["title","aria-checked","onClick"]))}}),$e=g(Yo,[["__scopeId","data-v-e40a8bb6"]]),Xo={key:0,class:"VPNavBarAppearance"},Qo=_({__name:"VPNavBarAppearance",setup(n){const{site:e}=V();return(t,s)=>r(e).appearance&&r(e).appearance!=="force-dark"&&r(e).appearance!=="force-auto"?(a(),u("div",Xo,[k($e)])):h("",!0)}}),Zo=g(Qo,[["__scopeId","data-v-af096f4a"]]),ge=T();let Oe=!1,ie=0;function xo(n){const e=T(!1);if(oe){!Oe&&es(),ie++;const t=O(ge,s=>{var o,i,l;s===n.el.value||(o=n.el.value)!=null&&o.contains(s)?(e.value=!0,(i=n.onFocus)==null||i.call(n)):(e.value=!1,(l=n.onBlur)==null||l.call(n))});he(()=>{t(),ie--,ie||ts()})}return et(e)}function es(){document.addEventListener("focusin",je),Oe=!0,ge.value=document.activeElement}function ts(){document.removeEventListener("focusin",je)}function je(){ge.value=document.activeElement}const ns={class:"VPMenuLink"},os=_({__name:"VPMenuLink",props:{item:{}},setup(n){const{page:e}=V();return(t,s)=>(a(),u("div",ns,[k(F,{class:N({active:r(q)(r(e).relativePath,t.item.activeMatch||t.item.link,!!t.item.activeMatch)}),href:t.item.link,target:t.item.target,rel:t.item.rel},{default:f(()=>[j(I(t.item.text),1)]),_:1},8,["class","href","target","rel"])]))}}),se=g(os,[["__scopeId","data-v-8b74d055"]]),ss={class:"VPMenuGroup"},as={key:0,class:"title"},rs=_({__name:"VPMenuGroup",props:{text:{},items:{}},setup(n){return(e,t)=>(a(),u("div",ss,[e.text?(a(),u("p",as,I(e.text),1)):h("",!0),(a(!0),u(M,null,E(e.items,s=>(a(),u(M,null,["link"in s?(a(),$(se,{key:0,item:s},null,8,["item"])):h("",!0)],64))),256))]))}}),is=g(rs,[["__scopeId","data-v-48c802d0"]]),ls={class:"VPMenu"},cs={key:0,class:"items"},us=_({__name:"VPMenu",props:{items:{}},setup(n){return(e,t)=>(a(),u("div",ls,[e.items?(a(),u("div",cs,[(a(!0),u(M,null,E(e.items,s=>(a(),u(M,{key:JSON.stringify(s)},["link"in s?(a(),$(se,{key:0,item:s},null,8,["item"])):"component"in s?(a(),$(D(s.component),K({key:1,ref_for:!0},s.props),null,16)):(a(),$(is,{key:2,text:s.text,items:s.items},null,8,["text","items"]))],64))),128))])):h("",!0),c(e.$slots,"default",{},void 0,!0)]))}}),ds=g(us,[["__scopeId","data-v-7dd3104a"]]),vs=n=>(B("data-v-e5380155"),n=n(),H(),n),ps=["aria-expanded","aria-label"],fs={key:0,class:"text"},hs=["innerHTML"],_s=vs(()=>p("span",{class:"vpi-chevron-down text-icon"},null,-1)),ms={key:1,class:"vpi-more-horizontal icon"},bs={class:"menu"},ks=_({__name:"VPFlyout",props:{icon:{},button:{},label:{},items:{}},setup(n){const e=T(!1),t=T();xo({el:t,onBlur:s});function s(){e.value=!1}return(o,i)=>(a(),u("div",{class:"VPFlyout",ref_key:"el",ref:t,onMouseenter:i[1]||(i[1]=l=>e.value=!0),onMouseleave:i[2]||(i[2]=l=>e.value=!1)},[p("button",{type:"button",class:"button","aria-haspopup":"true","aria-expanded":e.value,"aria-label":o.label,onClick:i[0]||(i[0]=l=>e.value=!e.value)},[o.button||o.icon?(a(),u("span",fs,[o.icon?(a(),u("span",{key:0,class:N([o.icon,"option-icon"])},null,2)):h("",!0),o.button?(a(),u("span",{key:1,innerHTML:o.button},null,8,hs)):h("",!0),_s])):(a(),u("span",ms))],8,ps),p("div",bs,[k(ds,{items:o.items},{default:f(()=>[c(o.$slots,"default",{},void 0,!0)]),_:3},8,["items"])])],544))}}),ye=g(ks,[["__scopeId","data-v-e5380155"]]),$s=["href","aria-label","innerHTML"],gs=_({__name:"VPSocialLink",props:{icon:{},link:{},ariaLabel:{}},setup(n){const e=n,t=y(()=>typeof e.icon=="object"?e.icon.svg:``);return(s,o)=>(a(),u("a",{class:"VPSocialLink no-icon",href:s.link,"aria-label":s.ariaLabel??(typeof s.icon=="string"?s.icon:""),target:"_blank",rel:"noopener",innerHTML:t.value},null,8,$s))}}),ys=g(gs,[["__scopeId","data-v-717b8b75"]]),Ps={class:"VPSocialLinks"},Ss=_({__name:"VPSocialLinks",props:{links:{}},setup(n){return(e,t)=>(a(),u("div",Ps,[(a(!0),u(M,null,E(e.links,({link:s,icon:o,ariaLabel:i})=>(a(),$(ys,{key:s,icon:o,link:s,ariaLabel:i},null,8,["icon","link","ariaLabel"]))),128))]))}}),Pe=g(Ss,[["__scopeId","data-v-ee7a9424"]]),Vs={key:0,class:"group translations"},Ls={class:"trans-title"},Ts={key:1,class:"group"},ws={class:"item appearance"},Is={class:"label"},Ns={class:"appearance-action"},Ms={key:2,class:"group"},As={class:"item social-links"},Cs=_({__name:"VPNavBarExtra",setup(n){const{site:e,theme:t}=V(),{localeLinks:s,currentLang:o}=Q({correspondingLink:!0}),i=y(()=>s.value.length&&o.value.label||e.value.appearance||t.value.socialLinks);return(l,d)=>i.value?(a(),$(ye,{key:0,class:"VPNavBarExtra",label:"extra navigation"},{default:f(()=>[r(s).length&&r(o).label?(a(),u("div",Vs,[p("p",Ls,I(r(o).label),1),(a(!0),u(M,null,E(r(s),v=>(a(),$(se,{key:v.link,item:v},null,8,["item"]))),128))])):h("",!0),r(e).appearance&&r(e).appearance!=="force-dark"&&r(e).appearance!=="force-auto"?(a(),u("div",Ts,[p("div",ws,[p("p",Is,I(r(t).darkModeSwitchLabel||"Appearance"),1),p("div",Ns,[k($e)])])])):h("",!0),r(t).socialLinks?(a(),u("div",Ms,[p("div",As,[k(Pe,{class:"social-links-list",links:r(t).socialLinks},null,8,["links"])])])):h("",!0)]),_:1})):h("",!0)}}),Bs=g(Cs,[["__scopeId","data-v-925effce"]]),Hs=n=>(B("data-v-5dea55bf"),n=n(),H(),n),Es=["aria-expanded"],Ds=Hs(()=>p("span",{class:"container"},[p("span",{class:"top"}),p("span",{class:"middle"}),p("span",{class:"bottom"})],-1)),Fs=[Ds],Os=_({__name:"VPNavBarHamburger",props:{active:{type:Boolean}},emits:["click"],setup(n){return(e,t)=>(a(),u("button",{type:"button",class:N(["VPNavBarHamburger",{active:e.active}]),"aria-label":"mobile navigation","aria-expanded":e.active,"aria-controls":"VPNavScreen",onClick:t[0]||(t[0]=s=>e.$emit("click"))},Fs,10,Es))}}),js=g(Os,[["__scopeId","data-v-5dea55bf"]]),Us=["innerHTML"],Gs=_({__name:"VPNavBarMenuLink",props:{item:{}},setup(n){const{page:e}=V();return(t,s)=>(a(),$(F,{class:N({VPNavBarMenuLink:!0,active:r(q)(r(e).relativePath,t.item.activeMatch||t.item.link,!!t.item.activeMatch)}),href:t.item.link,noIcon:t.item.noIcon,target:t.item.target,rel:t.item.rel,tabindex:"0"},{default:f(()=>[p("span",{innerHTML:t.item.text},null,8,Us)]),_:1},8,["class","href","noIcon","target","rel"]))}}),zs=g(Gs,[["__scopeId","data-v-ed5ac1f6"]]),Ks=_({__name:"VPNavBarMenuGroup",props:{item:{}},setup(n){const e=n,{page:t}=V(),s=i=>"component"in i?!1:"link"in i?q(t.value.relativePath,i.link,!!e.item.activeMatch):i.items.some(s),o=y(()=>s(e.item));return(i,l)=>(a(),$(ye,{class:N({VPNavBarMenuGroup:!0,active:r(q)(r(t).relativePath,i.item.activeMatch,!!i.item.activeMatch)||o.value}),button:i.item.text,items:i.item.items},null,8,["class","button","items"]))}}),Rs=n=>(B("data-v-e6d46098"),n=n(),H(),n),qs={key:0,"aria-labelledby":"main-nav-aria-label",class:"VPNavBarMenu"},Ws=Rs(()=>p("span",{id:"main-nav-aria-label",class:"visually-hidden"}," Main Navigation ",-1)),Js=_({__name:"VPNavBarMenu",setup(n){const{theme:e}=V();return(t,s)=>r(e).nav?(a(),u("nav",qs,[Ws,(a(!0),u(M,null,E(r(e).nav,o=>(a(),u(M,{key:JSON.stringify(o)},["link"in o?(a(),$(zs,{key:0,item:o},null,8,["item"])):"component"in o?(a(),$(D(o.component),K({key:1,ref_for:!0},o.props),null,16)):(a(),$(Ks,{key:2,item:o},null,8,["item"]))],64))),128))])):h("",!0)}}),Ys=g(Js,[["__scopeId","data-v-e6d46098"]]);function Xs(n){const{localeIndex:e,theme:t}=V();function s(o){var A,C,w;const i=o.split("."),l=(A=t.value.search)==null?void 0:A.options,d=l&&typeof l=="object",v=d&&((w=(C=l.locales)==null?void 0:C[e.value])==null?void 0:w.translations)||null,m=d&&l.translations||null;let L=v,b=m,P=n;const S=i.pop();for(const G of i){let z=null;const J=P==null?void 0:P[G];J&&(z=P=J);const ae=b==null?void 0:b[G];ae&&(z=b=ae);const re=L==null?void 0:L[G];re&&(z=L=re),J||(P=z),ae||(b=z),re||(L=z)}return(L==null?void 0:L[S])??(b==null?void 0:b[S])??(P==null?void 0:P[S])??""}return s}const Qs=["aria-label"],Zs={class:"DocSearch-Button-Container"},xs=p("span",{class:"vp-icon DocSearch-Search-Icon"},null,-1),ea={class:"DocSearch-Button-Placeholder"},ta=p("span",{class:"DocSearch-Button-Keys"},[p("kbd",{class:"DocSearch-Button-Key"}),p("kbd",{class:"DocSearch-Button-Key"},"K")],-1),Se=_({__name:"VPNavBarSearchButton",setup(n){const t=Xs({button:{buttonText:"Search",buttonAriaLabel:"Search"}});return(s,o)=>(a(),u("button",{type:"button",class:"DocSearch DocSearch-Button","aria-label":r(t)("button.buttonAriaLabel")},[p("span",Zs,[xs,p("span",ea,I(r(t)("button.buttonText")),1)]),ta],8,Qs))}}),na={class:"VPNavBarSearch"},oa={id:"local-search"},sa={key:1,id:"docsearch"},aa=_({__name:"VPNavBarSearch",setup(n){const e=tt(()=>nt(()=>import("./VPLocalSearchBox.6VHNmFbn.js"),__vite__mapDeps([0,1]))),t=()=>null,{theme:s}=V(),o=T(!1),i=T(!1);R(()=>{});function l(){o.value||(o.value=!0,setTimeout(d,16))}function d(){const b=new Event("keydown");b.key="k",b.metaKey=!0,window.dispatchEvent(b),setTimeout(()=>{document.querySelector(".DocSearch-Modal")||d()},16)}function v(b){const P=b.target,S=P.tagName;return P.isContentEditable||S==="INPUT"||S==="SELECT"||S==="TEXTAREA"}const m=T(!1);ce("k",b=>{(b.ctrlKey||b.metaKey)&&(b.preventDefault(),m.value=!0)}),ce("/",b=>{v(b)||(b.preventDefault(),m.value=!0)});const L="local";return(b,P)=>{var S;return a(),u("div",na,[r(L)==="local"?(a(),u(M,{key:0},[m.value?(a(),$(r(e),{key:0,onClose:P[0]||(P[0]=A=>m.value=!1)})):h("",!0),p("div",oa,[k(Se,{onClick:P[1]||(P[1]=A=>m.value=!0)})])],64)):r(L)==="algolia"?(a(),u(M,{key:1},[o.value?(a(),$(r(t),{key:0,algolia:((S=r(s).search)==null?void 0:S.options)??r(s).algolia,onVnodeBeforeMount:P[2]||(P[2]=A=>i.value=!0)},null,8,["algolia"])):h("",!0),i.value?h("",!0):(a(),u("div",sa,[k(Se,{onClick:l})]))],64)):h("",!0)])}}}),ra=_({__name:"VPNavBarSocialLinks",setup(n){const{theme:e}=V();return(t,s)=>r(e).socialLinks?(a(),$(Pe,{key:0,class:"VPNavBarSocialLinks",links:r(e).socialLinks},null,8,["links"])):h("",!0)}}),ia=g(ra,[["__scopeId","data-v-164c457f"]]),la=["href","rel","target"],ca={key:1},ua={key:2},da=_({__name:"VPNavBarTitle",setup(n){const{site:e,theme:t}=V(),{hasSidebar:s}=U(),{currentLang:o}=Q(),i=y(()=>{var v;return typeof t.value.logoLink=="string"?t.value.logoLink:(v=t.value.logoLink)==null?void 0:v.link}),l=y(()=>{var v;return typeof t.value.logoLink=="string"||(v=t.value.logoLink)==null?void 0:v.rel}),d=y(()=>{var v;return typeof t.value.logoLink=="string"||(v=t.value.logoLink)==null?void 0:v.target});return(v,m)=>(a(),u("div",{class:N(["VPNavBarTitle",{"has-sidebar":r(s)}])},[p("a",{class:"title",href:i.value??r(be)(r(o).link),rel:l.value,target:d.value},[c(v.$slots,"nav-bar-title-before",{},void 0,!0),r(t).logo?(a(),$(x,{key:0,class:"logo",image:r(t).logo},null,8,["image"])):h("",!0),r(t).siteTitle?(a(),u("span",ca,I(r(t).siteTitle),1)):r(t).siteTitle===void 0?(a(),u("span",ua,I(r(e).title),1)):h("",!0),c(v.$slots,"nav-bar-title-after",{},void 0,!0)],8,la)],2))}}),va=g(da,[["__scopeId","data-v-28a961f9"]]),pa={class:"items"},fa={class:"title"},ha=_({__name:"VPNavBarTranslations",setup(n){const{theme:e}=V(),{localeLinks:t,currentLang:s}=Q({correspondingLink:!0});return(o,i)=>r(t).length&&r(s).label?(a(),$(ye,{key:0,class:"VPNavBarTranslations",icon:"vpi-languages",label:r(e).langMenuLabel||"Change language"},{default:f(()=>[p("div",pa,[p("p",fa,I(r(s).label),1),(a(!0),u(M,null,E(r(t),l=>(a(),$(se,{key:l.link,item:l},null,8,["item"]))),128))])]),_:1},8,["label"])):h("",!0)}}),_a=g(ha,[["__scopeId","data-v-c80d9ad0"]]),ma=n=>(B("data-v-822684d1"),n=n(),H(),n),ba={class:"wrapper"},ka={class:"container"},$a={class:"title"},ga={class:"content"},ya={class:"content-body"},Pa=ma(()=>p("div",{class:"divider"},[p("div",{class:"divider-line"})],-1)),Sa=_({__name:"VPNavBar",props:{isScreenOpen:{type:Boolean}},emits:["toggle-screen"],setup(n){const e=n,{y:t}=Me(),{hasSidebar:s}=U(),{frontmatter:o}=V(),i=T({});return _e(()=>{i.value={"has-sidebar":s.value,home:o.value.layout==="home",top:t.value===0,"screen-open":e.isScreenOpen}}),(l,d)=>(a(),u("div",{class:N(["VPNavBar",i.value])},[p("div",ba,[p("div",ka,[p("div",$a,[k(va,null,{"nav-bar-title-before":f(()=>[c(l.$slots,"nav-bar-title-before",{},void 0,!0)]),"nav-bar-title-after":f(()=>[c(l.$slots,"nav-bar-title-after",{},void 0,!0)]),_:3})]),p("div",ga,[p("div",ya,[c(l.$slots,"nav-bar-content-before",{},void 0,!0),k(aa,{class:"search"}),k(Ys,{class:"menu"}),k(_a,{class:"translations"}),k(Zo,{class:"appearance"}),k(ia,{class:"social-links"}),k(Bs,{class:"extra"}),c(l.$slots,"nav-bar-content-after",{},void 0,!0),k(js,{class:"hamburger",active:l.isScreenOpen,onClick:d[0]||(d[0]=v=>l.$emit("toggle-screen"))},null,8,["active"])])])])]),Pa],2))}}),Va=g(Sa,[["__scopeId","data-v-822684d1"]]),La={key:0,class:"VPNavScreenAppearance"},Ta={class:"text"},wa=_({__name:"VPNavScreenAppearance",setup(n){const{site:e,theme:t}=V();return(s,o)=>r(e).appearance&&r(e).appearance!=="force-dark"&&r(e).appearance!=="force-auto"?(a(),u("div",La,[p("p",Ta,I(r(t).darkModeSwitchLabel||"Appearance"),1),k($e)])):h("",!0)}}),Ia=g(wa,[["__scopeId","data-v-ffb44008"]]),Na=_({__name:"VPNavScreenMenuLink",props:{item:{}},setup(n){const e=Y("close-screen");return(t,s)=>(a(),$(F,{class:"VPNavScreenMenuLink",href:t.item.link,target:t.item.target,rel:t.item.rel,onClick:r(e),innerHTML:t.item.text},null,8,["href","target","rel","onClick","innerHTML"]))}}),Ma=g(Na,[["__scopeId","data-v-27d04aeb"]]),Aa=_({__name:"VPNavScreenMenuGroupLink",props:{item:{}},setup(n){const e=Y("close-screen");return(t,s)=>(a(),$(F,{class:"VPNavScreenMenuGroupLink",href:t.item.link,target:t.item.target,rel:t.item.rel,onClick:r(e)},{default:f(()=>[j(I(t.item.text),1)]),_:1},8,["href","target","rel","onClick"]))}}),Ue=g(Aa,[["__scopeId","data-v-7179dbb7"]]),Ca={class:"VPNavScreenMenuGroupSection"},Ba={key:0,class:"title"},Ha=_({__name:"VPNavScreenMenuGroupSection",props:{text:{},items:{}},setup(n){return(e,t)=>(a(),u("div",Ca,[e.text?(a(),u("p",Ba,I(e.text),1)):h("",!0),(a(!0),u(M,null,E(e.items,s=>(a(),$(Ue,{key:s.text,item:s},null,8,["item"]))),128))]))}}),Ea=g(Ha,[["__scopeId","data-v-4b8941ac"]]),Da=n=>(B("data-v-875057a5"),n=n(),H(),n),Fa=["aria-controls","aria-expanded"],Oa=["innerHTML"],ja=Da(()=>p("span",{class:"vpi-plus button-icon"},null,-1)),Ua=["id"],Ga={key:0,class:"item"},za={key:1,class:"item"},Ka={key:2,class:"group"},Ra=_({__name:"VPNavScreenMenuGroup",props:{text:{},items:{}},setup(n){const e=n,t=T(!1),s=y(()=>`NavScreenGroup-${e.text.replace(" ","-").toLowerCase()}`);function o(){t.value=!t.value}return(i,l)=>(a(),u("div",{class:N(["VPNavScreenMenuGroup",{open:t.value}])},[p("button",{class:"button","aria-controls":s.value,"aria-expanded":t.value,onClick:o},[p("span",{class:"button-text",innerHTML:i.text},null,8,Oa),ja],8,Fa),p("div",{id:s.value,class:"items"},[(a(!0),u(M,null,E(i.items,d=>(a(),u(M,{key:JSON.stringify(d)},["link"in d?(a(),u("div",Ga,[k(Ue,{item:d},null,8,["item"])])):"component"in d?(a(),u("div",za,[(a(),$(D(d.component),K({ref_for:!0},d.props,{"screen-menu":""}),null,16))])):(a(),u("div",Ka,[k(Ea,{text:d.text,items:d.items},null,8,["text","items"])]))],64))),128))],8,Ua)],2))}}),qa=g(Ra,[["__scopeId","data-v-875057a5"]]),Wa={key:0,class:"VPNavScreenMenu"},Ja=_({__name:"VPNavScreenMenu",setup(n){const{theme:e}=V();return(t,s)=>r(e).nav?(a(),u("nav",Wa,[(a(!0),u(M,null,E(r(e).nav,o=>(a(),u(M,{key:JSON.stringify(o)},["link"in o?(a(),$(Ma,{key:0,item:o},null,8,["item"])):"component"in o?(a(),$(D(o.component),K({key:1,ref_for:!0},o.props,{"screen-menu":""}),null,16)):(a(),$(qa,{key:2,text:o.text||"",items:o.items},null,8,["text","items"]))],64))),128))])):h("",!0)}}),Ya=_({__name:"VPNavScreenSocialLinks",setup(n){const{theme:e}=V();return(t,s)=>r(e).socialLinks?(a(),$(Pe,{key:0,class:"VPNavScreenSocialLinks",links:r(e).socialLinks},null,8,["links"])):h("",!0)}}),Ge=n=>(B("data-v-362991c2"),n=n(),H(),n),Xa=Ge(()=>p("span",{class:"vpi-languages icon lang"},null,-1)),Qa=Ge(()=>p("span",{class:"vpi-chevron-down icon chevron"},null,-1)),Za={class:"list"},xa=_({__name:"VPNavScreenTranslations",setup(n){const{localeLinks:e,currentLang:t}=Q({correspondingLink:!0}),s=T(!1);function o(){s.value=!s.value}return(i,l)=>r(e).length&&r(t).label?(a(),u("div",{key:0,class:N(["VPNavScreenTranslations",{open:s.value}])},[p("button",{class:"title",onClick:o},[Xa,j(" "+I(r(t).label)+" ",1),Qa]),p("ul",Za,[(a(!0),u(M,null,E(r(e),d=>(a(),u("li",{key:d.link,class:"item"},[k(F,{class:"link",href:d.link},{default:f(()=>[j(I(d.text),1)]),_:2},1032,["href"])]))),128))])],2)):h("",!0)}}),er=g(xa,[["__scopeId","data-v-362991c2"]]),tr={class:"container"},nr=_({__name:"VPNavScreen",props:{open:{type:Boolean}},setup(n){const e=T(null),t=Ae(oe?document.body:null);return(s,o)=>(a(),$(pe,{name:"fade",onEnter:o[0]||(o[0]=i=>t.value=!0),onAfterLeave:o[1]||(o[1]=i=>t.value=!1)},{default:f(()=>[s.open?(a(),u("div",{key:0,class:"VPNavScreen",ref_key:"screen",ref:e,id:"VPNavScreen"},[p("div",tr,[c(s.$slots,"nav-screen-content-before",{},void 0,!0),k(Ja,{class:"menu"}),k(er,{class:"translations"}),k(Ia,{class:"appearance"}),k(Ya,{class:"social-links"}),c(s.$slots,"nav-screen-content-after",{},void 0,!0)])],512)):h("",!0)]),_:3}))}}),or=g(nr,[["__scopeId","data-v-833aabba"]]),sr={key:0,class:"VPNav"},ar=_({__name:"VPNav",setup(n){const{isScreenOpen:e,closeScreen:t,toggleScreen:s}=jo(),{frontmatter:o}=V(),i=y(()=>o.value.navbar!==!1);return me("close-screen",t),ee(()=>{oe&&document.documentElement.classList.toggle("hide-nav",!i.value)}),(l,d)=>i.value?(a(),u("header",sr,[k(Va,{"is-screen-open":r(e),onToggleScreen:r(s)},{"nav-bar-title-before":f(()=>[c(l.$slots,"nav-bar-title-before",{},void 0,!0)]),"nav-bar-title-after":f(()=>[c(l.$slots,"nav-bar-title-after",{},void 0,!0)]),"nav-bar-content-before":f(()=>[c(l.$slots,"nav-bar-content-before",{},void 0,!0)]),"nav-bar-content-after":f(()=>[c(l.$slots,"nav-bar-content-after",{},void 0,!0)]),_:3},8,["is-screen-open","onToggleScreen"]),k(or,{open:r(e)},{"nav-screen-content-before":f(()=>[c(l.$slots,"nav-screen-content-before",{},void 0,!0)]),"nav-screen-content-after":f(()=>[c(l.$slots,"nav-screen-content-after",{},void 0,!0)]),_:3},8,["open"])])):h("",!0)}}),rr=g(ar,[["__scopeId","data-v-f1e365da"]]),ze=n=>(B("data-v-196b2e5f"),n=n(),H(),n),ir=["role","tabindex"],lr=ze(()=>p("div",{class:"indicator"},null,-1)),cr=ze(()=>p("span",{class:"vpi-chevron-right caret-icon"},null,-1)),ur=[cr],dr={key:1,class:"items"},vr=_({__name:"VPSidebarItem",props:{item:{},depth:{}},setup(n){const e=n,{collapsed:t,collapsible:s,isLink:o,isActiveLink:i,hasActiveLink:l,hasChildren:d,toggle:v}=It(y(()=>e.item)),m=y(()=>d.value?"section":"div"),L=y(()=>o.value?"a":"div"),b=y(()=>d.value?e.depth+2===7?"p":`h${e.depth+2}`:"p"),P=y(()=>o.value?void 0:"button"),S=y(()=>[[`level-${e.depth}`],{collapsible:s.value},{collapsed:t.value},{"is-link":o.value},{"is-active":i.value},{"has-active":l.value}]);function A(w){"key"in w&&w.key!=="Enter"||!e.item.link&&v()}function C(){e.item.link&&v()}return(w,G)=>{const z=W("VPSidebarItem",!0);return a(),$(D(m.value),{class:N(["VPSidebarItem",S.value])},{default:f(()=>[w.item.text?(a(),u("div",K({key:0,class:"item",role:P.value},st(w.item.items?{click:A,keydown:A}:{},!0),{tabindex:w.item.items&&0}),[lr,w.item.link?(a(),$(F,{key:0,tag:L.value,class:"link",href:w.item.link,rel:w.item.rel,target:w.item.target},{default:f(()=>[(a(),$(D(b.value),{class:"text",innerHTML:w.item.text},null,8,["innerHTML"]))]),_:1},8,["tag","href","rel","target"])):(a(),$(D(b.value),{key:1,class:"text",innerHTML:w.item.text},null,8,["innerHTML"])),w.item.collapsed!=null&&w.item.items&&w.item.items.length?(a(),u("div",{key:2,class:"caret",role:"button","aria-label":"toggle section",onClick:C,onKeydown:ot(C,["enter"]),tabindex:"0"},ur,32)):h("",!0)],16,ir)):h("",!0),w.item.items&&w.item.items.length?(a(),u("div",dr,[w.depth<5?(a(!0),u(M,{key:0},E(w.item.items,J=>(a(),$(z,{key:J.text,item:J,depth:w.depth+1},null,8,["item","depth"]))),128)):h("",!0)])):h("",!0)]),_:1},8,["class"])}}}),pr=g(vr,[["__scopeId","data-v-196b2e5f"]]),fr=_({__name:"VPSidebarGroup",props:{items:{}},setup(n){const e=T(!0);let t=null;return R(()=>{t=setTimeout(()=>{t=null,e.value=!1},300)}),at(()=>{t!=null&&(clearTimeout(t),t=null)}),(s,o)=>(a(!0),u(M,null,E(s.items,i=>(a(),u("div",{key:i.text,class:N(["group",{"no-transition":e.value}])},[k(pr,{item:i,depth:0},null,8,["item"])],2))),128))}}),hr=g(fr,[["__scopeId","data-v-9e426adc"]]),Ke=n=>(B("data-v-18756405"),n=n(),H(),n),_r=Ke(()=>p("div",{class:"curtain"},null,-1)),mr={class:"nav",id:"VPSidebarNav","aria-labelledby":"sidebar-aria-label",tabindex:"-1"},br=Ke(()=>p("span",{class:"visually-hidden",id:"sidebar-aria-label"}," Sidebar Navigation ",-1)),kr=_({__name:"VPSidebar",props:{open:{type:Boolean}},setup(n){const{sidebarGroups:e,hasSidebar:t}=U(),s=n,o=T(null),i=Ae(oe?document.body:null);O([s,o],()=>{var d;s.open?(i.value=!0,(d=o.value)==null||d.focus()):i.value=!1},{immediate:!0,flush:"post"});const l=T(0);return O(e,()=>{l.value+=1},{deep:!0}),(d,v)=>r(t)?(a(),u("aside",{key:0,class:N(["VPSidebar",{open:d.open}]),ref_key:"navEl",ref:o,onClick:v[0]||(v[0]=rt(()=>{},["stop"]))},[_r,p("nav",mr,[br,c(d.$slots,"sidebar-nav-before",{},void 0,!0),(a(),$(hr,{items:r(e),key:l.value},null,8,["items"])),c(d.$slots,"sidebar-nav-after",{},void 0,!0)])],2)):h("",!0)}}),$r=g(kr,[["__scopeId","data-v-18756405"]]),gr=_({__name:"VPSkipLink",setup(n){const e=ne(),t=T();O(()=>e.path,()=>t.value.focus());function s({target:o}){const i=document.getElementById(decodeURIComponent(o.hash).slice(1));if(i){const l=()=>{i.removeAttribute("tabindex"),i.removeEventListener("blur",l)};i.setAttribute("tabindex","-1"),i.addEventListener("blur",l),i.focus(),window.scrollTo(0,0)}}return(o,i)=>(a(),u(M,null,[p("span",{ref_key:"backToTop",ref:t,tabindex:"-1"},null,512),p("a",{href:"#VPContent",class:"VPSkipLink visually-hidden",onClick:s}," Skip to content ")],64))}}),yr=g(gr,[["__scopeId","data-v-c3508ec8"]]),Pr=_({__name:"Layout",setup(n){const{isOpen:e,open:t,close:s}=U(),o=ne();O(()=>o.path,s),wt(e,s);const{frontmatter:i}=V(),l=Ce(),d=y(()=>!!l["home-hero-image"]);return me("hero-image-slot-exists",d),(v,m)=>{const L=W("Content");return r(i).layout!==!1?(a(),u("div",{key:0,class:N(["Layout",r(i).pageClass])},[c(v.$slots,"layout-top",{},void 0,!0),k(yr),k(pt,{class:"backdrop",show:r(e),onClick:r(s)},null,8,["show","onClick"]),k(rr,null,{"nav-bar-title-before":f(()=>[c(v.$slots,"nav-bar-title-before",{},void 0,!0)]),"nav-bar-title-after":f(()=>[c(v.$slots,"nav-bar-title-after",{},void 0,!0)]),"nav-bar-content-before":f(()=>[c(v.$slots,"nav-bar-content-before",{},void 0,!0)]),"nav-bar-content-after":f(()=>[c(v.$slots,"nav-bar-content-after",{},void 0,!0)]),"nav-screen-content-before":f(()=>[c(v.$slots,"nav-screen-content-before",{},void 0,!0)]),"nav-screen-content-after":f(()=>[c(v.$slots,"nav-screen-content-after",{},void 0,!0)]),_:3}),k(Oo,{open:r(e),onOpenMenu:r(t)},null,8,["open","onOpenMenu"]),k($r,{open:r(e)},{"sidebar-nav-before":f(()=>[c(v.$slots,"sidebar-nav-before",{},void 0,!0)]),"sidebar-nav-after":f(()=>[c(v.$slots,"sidebar-nav-after",{},void 0,!0)]),_:3},8,["open"]),k(ko,null,{"page-top":f(()=>[c(v.$slots,"page-top",{},void 0,!0)]),"page-bottom":f(()=>[c(v.$slots,"page-bottom",{},void 0,!0)]),"not-found":f(()=>[c(v.$slots,"not-found",{},void 0,!0)]),"home-hero-before":f(()=>[c(v.$slots,"home-hero-before",{},void 0,!0)]),"home-hero-info-before":f(()=>[c(v.$slots,"home-hero-info-before",{},void 0,!0)]),"home-hero-info":f(()=>[c(v.$slots,"home-hero-info",{},void 0,!0)]),"home-hero-info-after":f(()=>[c(v.$slots,"home-hero-info-after",{},void 0,!0)]),"home-hero-actions-after":f(()=>[c(v.$slots,"home-hero-actions-after",{},void 0,!0)]),"home-hero-image":f(()=>[c(v.$slots,"home-hero-image",{},void 0,!0)]),"home-hero-after":f(()=>[c(v.$slots,"home-hero-after",{},void 0,!0)]),"home-features-before":f(()=>[c(v.$slots,"home-features-before",{},void 0,!0)]),"home-features-after":f(()=>[c(v.$slots,"home-features-after",{},void 0,!0)]),"doc-footer-before":f(()=>[c(v.$slots,"doc-footer-before",{},void 0,!0)]),"doc-before":f(()=>[c(v.$slots,"doc-before",{},void 0,!0)]),"doc-after":f(()=>[c(v.$slots,"doc-after",{},void 0,!0)]),"doc-top":f(()=>[c(v.$slots,"doc-top",{},void 0,!0)]),"doc-bottom":f(()=>[c(v.$slots,"doc-bottom",{},void 0,!0)]),"aside-top":f(()=>[c(v.$slots,"aside-top",{},void 0,!0)]),"aside-bottom":f(()=>[c(v.$slots,"aside-bottom",{},void 0,!0)]),"aside-outline-before":f(()=>[c(v.$slots,"aside-outline-before",{},void 0,!0)]),"aside-outline-after":f(()=>[c(v.$slots,"aside-outline-after",{},void 0,!0)]),"aside-ads-before":f(()=>[c(v.$slots,"aside-ads-before",{},void 0,!0)]),"aside-ads-after":f(()=>[c(v.$slots,"aside-ads-after",{},void 0,!0)]),_:3}),k(So),c(v.$slots,"layout-bottom",{},void 0,!0)],2)):(a(),$(L,{key:1}))}}}),Sr=g(Pr,[["__scopeId","data-v-a9a9e638"]]),Ve={Layout:Sr,enhanceApp:({app:n})=>{n.component("Badge",ut)}},Vr=n=>{if(typeof document>"u")return{stabilizeScrollPosition:o=>async(...i)=>o(...i)};const e=document.documentElement;return{stabilizeScrollPosition:s=>async(...o)=>{const i=s(...o),l=n.value;if(!l)return i;const d=l.offsetTop-e.scrollTop;return await Ne(),e.scrollTop=l.offsetTop-d,i}}},Re="vitepress:tabSharedState",X=typeof localStorage<"u"?localStorage:null,qe="vitepress:tabsSharedState",Lr=()=>{const n=X==null?void 0:X.getItem(qe);if(n)try{return JSON.parse(n)}catch{}return{}},Tr=n=>{X&&X.setItem(qe,JSON.stringify(n))},wr=n=>{const e=it({});O(()=>e.content,(t,s)=>{t&&s&&Tr(t)},{deep:!0}),n.provide(Re,e)},Ir=(n,e)=>{const t=Y(Re);if(!t)throw new Error("[vitepress-plugin-tabs] TabsSharedState should be injected");R(()=>{t.content||(t.content=Lr())});const s=T(),o=y({get(){var v;const l=e.value,d=n.value;if(l){const m=(v=t.content)==null?void 0:v[l];if(m&&d.includes(m))return m}else{const m=s.value;if(m)return m}return d[0]},set(l){const d=e.value;d?t.content&&(t.content[d]=l):s.value=l}});return{selected:o,select:l=>{o.value=l}}};let Le=0;const Nr=()=>(Le++,""+Le);function Mr(){const n=Ce();return y(()=>{var s;const t=(s=n.default)==null?void 0:s.call(n);return t?t.filter(o=>typeof o.type=="object"&&"__name"in o.type&&o.type.__name==="PluginTabsTab"&&o.props).map(o=>{var i;return(i=o.props)==null?void 0:i.label}):[]})}const We="vitepress:tabSingleState",Ar=n=>{me(We,n)},Cr=()=>{const n=Y(We);if(!n)throw new Error("[vitepress-plugin-tabs] TabsSingleState should be injected");return n},Br={class:"plugin-tabs"},Hr=["id","aria-selected","aria-controls","tabindex","onClick"],Er=_({__name:"PluginTabs",props:{sharedStateKey:{}},setup(n){const e=n,t=Mr(),{selected:s,select:o}=Ir(t,lt(e,"sharedStateKey")),i=T(),{stabilizeScrollPosition:l}=Vr(i),d=l(o),v=T([]),m=b=>{var A;const P=t.value.indexOf(s.value);let S;b.key==="ArrowLeft"?S=P>=1?P-1:t.value.length-1:b.key==="ArrowRight"&&(S=P(a(),u("div",Br,[p("div",{ref_key:"tablist",ref:i,class:"plugin-tabs--tab-list",role:"tablist",onKeydown:m},[(a(!0),u(M,null,E(r(t),S=>(a(),u("button",{id:`tab-${S}-${r(L)}`,ref_for:!0,ref_key:"buttonRefs",ref:v,key:S,role:"tab",class:"plugin-tabs--tab","aria-selected":S===r(s),"aria-controls":`panel-${S}-${r(L)}`,tabindex:S===r(s)?0:-1,onClick:()=>r(d)(S)},I(S),9,Hr))),128))],544),c(b.$slots,"default")]))}}),Dr=["id","aria-labelledby"],Fr=_({__name:"PluginTabsTab",props:{label:{}},setup(n){const{uid:e,selected:t}=Cr();return(s,o)=>r(t)===s.label?(a(),u("div",{key:0,id:`panel-${s.label}-${r(e)}`,class:"plugin-tabs--content",role:"tabpanel",tabindex:"0","aria-labelledby":`tab-${s.label}-${r(e)}`},[c(s.$slots,"default",{},void 0,!0)],8,Dr)):h("",!0)}}),Or=g(Fr,[["__scopeId","data-v-9b0d03d2"]]),jr=n=>{wr(n),n.component("PluginTabs",Er),n.component("PluginTabsTab",Or)},Gr={extends:Ve,Layout(){return ct(Ve.Layout,null,{})},enhanceApp({app:n,router:e,siteData:t}){jr(n)}};export{Gr as R,Xs as c,V as u};
diff --git a/previews/PR195/assets/caclkux.CLtpJ5Wb.png b/previews/PR195/assets/daqunkt.CLtpJ5Wb.png
similarity index 100%
rename from previews/PR195/assets/caclkux.CLtpJ5Wb.png
rename to previews/PR195/assets/daqunkt.CLtpJ5Wb.png
diff --git a/previews/PR195/assets/yvjcfvo.DC3TvBOO.png b/previews/PR195/assets/eoxcftg.DC3TvBOO.png
similarity index 100%
rename from previews/PR195/assets/yvjcfvo.DC3TvBOO.png
rename to previews/PR195/assets/eoxcftg.DC3TvBOO.png
diff --git a/previews/PR195/assets/eqwuvgg.BzbnQyYC.png b/previews/PR195/assets/eqwuvgg.BzbnQyYC.png
new file mode 100644
index 000000000..afe31d5df
Binary files /dev/null and b/previews/PR195/assets/eqwuvgg.BzbnQyYC.png differ
diff --git a/previews/PR195/assets/experiments_predicates.md.CrrYSeMP.js b/previews/PR195/assets/experiments_predicates.md.CY6VVdB5.js
similarity index 99%
rename from previews/PR195/assets/experiments_predicates.md.CrrYSeMP.js
rename to previews/PR195/assets/experiments_predicates.md.CY6VVdB5.js
index 2804cb783..9f60be824 100644
--- a/previews/PR195/assets/experiments_predicates.md.CrrYSeMP.js
+++ b/previews/PR195/assets/experiments_predicates.md.CY6VVdB5.js
@@ -1,4 +1,4 @@
-import{_ as s,c as i,o as a,a7 as h}from"./chunks/framework.BjTE4JnT.js";const k="/GeometryOps.jl/previews/PR195/assets/opbptnb.CcuM5mrn.png",C=JSON.parse('{"title":"Predicates","description":"","frontmatter":{},"headers":[],"relativePath":"experiments/predicates.md","filePath":"experiments/predicates.md","lastUpdated":null}'),n={name:"experiments/predicates.md"},p=h(`

Predicates

Exact vs fast predicates

Orient

julia
using CairoMakie
+import{_ as s,c as i,o as a,a7 as h}from"./chunks/framework.BjTE4JnT.js";const k="/GeometryOps.jl/previews/PR195/assets/zkurkhd.BHHM5aFD.png",C=JSON.parse('{"title":"Predicates","description":"","frontmatter":{},"headers":[],"relativePath":"experiments/predicates.md","filePath":"experiments/predicates.md","lastUpdated":null}'),n={name:"experiments/predicates.md"},p=h(`

Predicates

Exact vs fast predicates

Orient

julia
using CairoMakie
 import GeometryOps as GO, GeoInterface as GI, LibGEOS as LG
 import ExactPredicates
 using MultiFloats
diff --git a/previews/PR195/assets/experiments_predicates.md.CrrYSeMP.lean.js b/previews/PR195/assets/experiments_predicates.md.CY6VVdB5.lean.js
similarity index 74%
rename from previews/PR195/assets/experiments_predicates.md.CrrYSeMP.lean.js
rename to previews/PR195/assets/experiments_predicates.md.CY6VVdB5.lean.js
index ec94bd881..1088aa156 100644
--- a/previews/PR195/assets/experiments_predicates.md.CrrYSeMP.lean.js
+++ b/previews/PR195/assets/experiments_predicates.md.CY6VVdB5.lean.js
@@ -1 +1 @@
-import{_ as s,c as i,o as a,a7 as h}from"./chunks/framework.BjTE4JnT.js";const k="/GeometryOps.jl/previews/PR195/assets/opbptnb.CcuM5mrn.png",C=JSON.parse('{"title":"Predicates","description":"","frontmatter":{},"headers":[],"relativePath":"experiments/predicates.md","filePath":"experiments/predicates.md","lastUpdated":null}'),n={name:"experiments/predicates.md"},p=h("",10),l=[p];function t(E,e,r,d,g,y){return a(),i("div",null,l)}const A=s(n,[["render",t]]);export{C as __pageData,A as default};
+import{_ as s,c as i,o as a,a7 as h}from"./chunks/framework.BjTE4JnT.js";const k="/GeometryOps.jl/previews/PR195/assets/zkurkhd.BHHM5aFD.png",C=JSON.parse('{"title":"Predicates","description":"","frontmatter":{},"headers":[],"relativePath":"experiments/predicates.md","filePath":"experiments/predicates.md","lastUpdated":null}'),n={name:"experiments/predicates.md"},p=h("",10),l=[p];function t(E,e,r,d,g,y){return a(),i("div",null,l)}const A=s(n,[["render",t]]);export{C as __pageData,A as default};
diff --git a/previews/PR195/assets/fptcvzg.CEAi3Hur.png b/previews/PR195/assets/fptcvzg.CEAi3Hur.png
deleted file mode 100644
index af51ecf6c..000000000
Binary files a/previews/PR195/assets/fptcvzg.CEAi3Hur.png and /dev/null differ
diff --git a/previews/PR195/assets/dhlqeej.mCtKcWOr.png b/previews/PR195/assets/gfjxxxu.mCtKcWOr.png
similarity index 100%
rename from previews/PR195/assets/dhlqeej.mCtKcWOr.png
rename to previews/PR195/assets/gfjxxxu.mCtKcWOr.png
diff --git a/previews/PR195/assets/lztgeom.3UVIT8DR.png b/previews/PR195/assets/gvepvsc.3UVIT8DR.png
similarity index 100%
rename from previews/PR195/assets/lztgeom.3UVIT8DR.png
rename to previews/PR195/assets/gvepvsc.3UVIT8DR.png
diff --git a/previews/PR195/assets/hmrsdci._0R9BbFk.png b/previews/PR195/assets/gzdamsq._0R9BbFk.png
similarity index 100%
rename from previews/PR195/assets/hmrsdci._0R9BbFk.png
rename to previews/PR195/assets/gzdamsq._0R9BbFk.png
diff --git a/previews/PR195/assets/ggltyjf.B9NpLJr_.png b/previews/PR195/assets/hvzncwg.B9NpLJr_.png
similarity index 100%
rename from previews/PR195/assets/ggltyjf.B9NpLJr_.png
rename to previews/PR195/assets/hvzncwg.B9NpLJr_.png
diff --git a/previews/PR195/assets/xmiofty.Cb0_DiYE.png b/previews/PR195/assets/idfbizv.Cb0_DiYE.png
similarity index 100%
rename from previews/PR195/assets/xmiofty.Cb0_DiYE.png
rename to previews/PR195/assets/idfbizv.Cb0_DiYE.png
diff --git a/previews/PR195/assets/ilxipml.BiyYzhuJ.png b/previews/PR195/assets/ilxipml.BiyYzhuJ.png
deleted file mode 100644
index ef3a5ba90..000000000
Binary files a/previews/PR195/assets/ilxipml.BiyYzhuJ.png and /dev/null differ
diff --git a/previews/PR195/assets/pfelvgi.3sfpQl2i.png b/previews/PR195/assets/jkhyrrr.3sfpQl2i.png
similarity index 100%
rename from previews/PR195/assets/pfelvgi.3sfpQl2i.png
rename to previews/PR195/assets/jkhyrrr.3sfpQl2i.png
diff --git a/previews/PR195/assets/kbweijn.CvG_YJCZ.png b/previews/PR195/assets/kbweijn.CvG_YJCZ.png
new file mode 100644
index 000000000..ad6ca57db
Binary files /dev/null and b/previews/PR195/assets/kbweijn.CvG_YJCZ.png differ
diff --git a/previews/PR195/assets/yhbmgox.DaovVbE6.png b/previews/PR195/assets/krnipyg.DaovVbE6.png
similarity index 100%
rename from previews/PR195/assets/yhbmgox.DaovVbE6.png
rename to previews/PR195/assets/krnipyg.DaovVbE6.png
diff --git a/previews/PR195/assets/dwvmxse.BOOG5oTW.png b/previews/PR195/assets/kwahkgr.BOOG5oTW.png
similarity index 100%
rename from previews/PR195/assets/dwvmxse.BOOG5oTW.png
rename to previews/PR195/assets/kwahkgr.BOOG5oTW.png
diff --git a/previews/PR195/assets/lahfsdq.DImzSSoe.png b/previews/PR195/assets/lahfsdq.DImzSSoe.png
new file mode 100644
index 000000000..af8da1719
Binary files /dev/null and b/previews/PR195/assets/lahfsdq.DImzSSoe.png differ
diff --git a/previews/PR195/assets/tdamwbc.Dig-DWOQ.png b/previews/PR195/assets/lezewku.Dig-DWOQ.png
similarity index 100%
rename from previews/PR195/assets/tdamwbc.Dig-DWOQ.png
rename to previews/PR195/assets/lezewku.Dig-DWOQ.png
diff --git a/previews/PR195/assets/lhkqeby.C3SxJ3x-.png b/previews/PR195/assets/mifuspz.C3SxJ3x-.png
similarity index 100%
rename from previews/PR195/assets/lhkqeby.C3SxJ3x-.png
rename to previews/PR195/assets/mifuspz.C3SxJ3x-.png
diff --git a/previews/PR195/assets/gcksvkc.CG4dr3Lx.png b/previews/PR195/assets/muraxhw.CG4dr3Lx.png
similarity index 100%
rename from previews/PR195/assets/gcksvkc.CG4dr3Lx.png
rename to previews/PR195/assets/muraxhw.CG4dr3Lx.png
diff --git a/previews/PR195/assets/ngakfcp.CDGBiJCb.png b/previews/PR195/assets/ngakfcp.CDGBiJCb.png
deleted file mode 100644
index ad7c36f17..000000000
Binary files a/previews/PR195/assets/ngakfcp.CDGBiJCb.png and /dev/null differ
diff --git a/previews/PR195/assets/mcqalyu.BEFUMtlf.png b/previews/PR195/assets/nnmtlyt.BEFUMtlf.png
similarity index 100%
rename from previews/PR195/assets/mcqalyu.BEFUMtlf.png
rename to previews/PR195/assets/nnmtlyt.BEFUMtlf.png
diff --git a/previews/PR195/assets/nqwvgdx.DwXe1jXy.png b/previews/PR195/assets/nqwvgdx.DwXe1jXy.png
new file mode 100644
index 000000000..8d08196bf
Binary files /dev/null and b/previews/PR195/assets/nqwvgdx.DwXe1jXy.png differ
diff --git a/previews/PR195/assets/opbptnb.CcuM5mrn.png b/previews/PR195/assets/opbptnb.CcuM5mrn.png
deleted file mode 100644
index 14d1b8d91..000000000
Binary files a/previews/PR195/assets/opbptnb.CcuM5mrn.png and /dev/null differ
diff --git a/previews/PR195/assets/orltnjp.Bl1rHoTH.png b/previews/PR195/assets/orltnjp.Bl1rHoTH.png
deleted file mode 100644
index fb00f9d5d..000000000
Binary files a/previews/PR195/assets/orltnjp.Bl1rHoTH.png and /dev/null differ
diff --git a/previews/PR195/assets/pimzqle.DUfss9cE.png b/previews/PR195/assets/pimzqle.DUfss9cE.png
new file mode 100644
index 000000000..9484ef3e3
Binary files /dev/null and b/previews/PR195/assets/pimzqle.DUfss9cE.png differ
diff --git a/previews/PR195/assets/soxjjou.Bglvb-jp.png b/previews/PR195/assets/qdctfbg.Bglvb-jp.png
similarity index 100%
rename from previews/PR195/assets/soxjjou.Bglvb-jp.png
rename to previews/PR195/assets/qdctfbg.Bglvb-jp.png
diff --git a/previews/PR195/assets/fnrfugo.BD0hVfse.png b/previews/PR195/assets/qfgsyzp.BD0hVfse.png
similarity index 100%
rename from previews/PR195/assets/fnrfugo.BD0hVfse.png
rename to previews/PR195/assets/qfgsyzp.BD0hVfse.png
diff --git a/previews/PR195/assets/qplocma.BRlWDsG7.png b/previews/PR195/assets/qplocma.BRlWDsG7.png
new file mode 100644
index 000000000..5d3e2d0b3
Binary files /dev/null and b/previews/PR195/assets/qplocma.BRlWDsG7.png differ
diff --git a/previews/PR195/assets/mosjncj.Dab1-ETk.png b/previews/PR195/assets/quljnfx.Dab1-ETk.png
similarity index 100%
rename from previews/PR195/assets/mosjncj.Dab1-ETk.png
rename to previews/PR195/assets/quljnfx.Dab1-ETk.png
diff --git a/previews/PR195/assets/udpiilt.DHcwB147.png b/previews/PR195/assets/rjeiiti.DHcwB147.png
similarity index 100%
rename from previews/PR195/assets/udpiilt.DHcwB147.png
rename to previews/PR195/assets/rjeiiti.DHcwB147.png
diff --git a/previews/PR195/assets/pehcnll.Danh069g.png b/previews/PR195/assets/rzhkiia.Danh069g.png
similarity index 100%
rename from previews/PR195/assets/pehcnll.Danh069g.png
rename to previews/PR195/assets/rzhkiia.Danh069g.png
diff --git a/previews/PR195/assets/prxdefz.DuBHk1fh.png b/previews/PR195/assets/sgsjzxm.DuBHk1fh.png
similarity index 100%
rename from previews/PR195/assets/prxdefz.DuBHk1fh.png
rename to previews/PR195/assets/sgsjzxm.DuBHk1fh.png
diff --git a/previews/PR195/assets/source_methods_angles.md.CE49jq22.js b/previews/PR195/assets/source_methods_angles.md.BFiryIAp.js
similarity index 99%
rename from previews/PR195/assets/source_methods_angles.md.CE49jq22.js
rename to previews/PR195/assets/source_methods_angles.md.BFiryIAp.js
index dc4b368c4..2852626d6 100644
--- a/previews/PR195/assets/source_methods_angles.md.CE49jq22.js
+++ b/previews/PR195/assets/source_methods_angles.md.BFiryIAp.js
@@ -1,4 +1,4 @@
-import{_ as s,c as i,o as a,a7 as n}from"./chunks/framework.BjTE4JnT.js";const h="/GeometryOps.jl/previews/PR195/assets/tdamwbc.Dig-DWOQ.png",o=JSON.parse('{"title":"Angles","description":"","frontmatter":{},"headers":[],"relativePath":"source/methods/angles.md","filePath":"source/methods/angles.md","lastUpdated":null}'),l={name:"source/methods/angles.md"},k=n(`

Angles

julia
export angles

What is angles?

Angles are the angles formed by a given geometries line segments, if it has line segments.

To provide an example, consider this rectangle:

julia
import GeometryOps as GO
+import{_ as s,c as i,o as a,a7 as n}from"./chunks/framework.BjTE4JnT.js";const h="/GeometryOps.jl/previews/PR195/assets/lezewku.Dig-DWOQ.png",o=JSON.parse('{"title":"Angles","description":"","frontmatter":{},"headers":[],"relativePath":"source/methods/angles.md","filePath":"source/methods/angles.md","lastUpdated":null}'),l={name:"source/methods/angles.md"},k=n(`

Angles

julia
export angles

What is angles?

Angles are the angles formed by a given geometries line segments, if it has line segments.

To provide an example, consider this rectangle:

julia
import GeometryOps as GO
 import GeoInterface as GI
 using Makie, CairoMakie
 
diff --git a/previews/PR195/assets/source_methods_angles.md.CE49jq22.lean.js b/previews/PR195/assets/source_methods_angles.md.BFiryIAp.lean.js
similarity index 87%
rename from previews/PR195/assets/source_methods_angles.md.CE49jq22.lean.js
rename to previews/PR195/assets/source_methods_angles.md.BFiryIAp.lean.js
index 8aa70255a..d641148b5 100644
--- a/previews/PR195/assets/source_methods_angles.md.CE49jq22.lean.js
+++ b/previews/PR195/assets/source_methods_angles.md.BFiryIAp.lean.js
@@ -1 +1 @@
-import{_ as s,c as i,o as a,a7 as n}from"./chunks/framework.BjTE4JnT.js";const h="/GeometryOps.jl/previews/PR195/assets/tdamwbc.Dig-DWOQ.png",o=JSON.parse('{"title":"Angles","description":"","frontmatter":{},"headers":[],"relativePath":"source/methods/angles.md","filePath":"source/methods/angles.md","lastUpdated":null}'),l={name:"source/methods/angles.md"},k=n("",27),t=[k];function p(e,r,E,g,d,y){return a(),i("div",null,t)}const c=s(l,[["render",p]]);export{o as __pageData,c as default};
+import{_ as s,c as i,o as a,a7 as n}from"./chunks/framework.BjTE4JnT.js";const h="/GeometryOps.jl/previews/PR195/assets/lezewku.Dig-DWOQ.png",o=JSON.parse('{"title":"Angles","description":"","frontmatter":{},"headers":[],"relativePath":"source/methods/angles.md","filePath":"source/methods/angles.md","lastUpdated":null}'),l={name:"source/methods/angles.md"},k=n("",27),t=[k];function p(e,r,E,g,d,y){return a(),i("div",null,t)}const c=s(l,[["render",p]]);export{o as __pageData,c as default};
diff --git a/previews/PR195/assets/source_methods_area.md.CVTC71h0.js b/previews/PR195/assets/source_methods_area.md.BBk_o4kT.js
similarity index 99%
rename from previews/PR195/assets/source_methods_area.md.CVTC71h0.js
rename to previews/PR195/assets/source_methods_area.md.BBk_o4kT.js
index c4e2690a5..8eb921a1a 100644
--- a/previews/PR195/assets/source_methods_area.md.CVTC71h0.js
+++ b/previews/PR195/assets/source_methods_area.md.BBk_o4kT.js
@@ -1,4 +1,4 @@
-import{_ as s,c as i,o as a,a7 as n}from"./chunks/framework.BjTE4JnT.js";const h="/GeometryOps.jl/previews/PR195/assets/tdamwbc.Dig-DWOQ.png",t="/GeometryOps.jl/previews/PR195/assets/lrliqyk.CULn5saZ.png",c=JSON.parse('{"title":"Area and signed area","description":"","frontmatter":{},"headers":[],"relativePath":"source/methods/area.md","filePath":"source/methods/area.md","lastUpdated":null}'),e={name:"source/methods/area.md"},l=n(`

Area and signed area

julia
export area, signed_area

What is area? What is signed area?

Area is the amount of space occupied by a two-dimensional figure. It is always a positive value. Signed area is simply the integral over the exterior path of a polygon, minus the sum of integrals over its interior holes. It is signed such that a clockwise path has a positive area, and a counterclockwise path has a negative area. The area is the absolute value of the signed area.

To provide an example, consider this rectangle:

julia
import GeometryOps as GO
+import{_ as s,c as i,o as a,a7 as n}from"./chunks/framework.BjTE4JnT.js";const h="/GeometryOps.jl/previews/PR195/assets/lezewku.Dig-DWOQ.png",t="/GeometryOps.jl/previews/PR195/assets/xtqwcaw.CULn5saZ.png",c=JSON.parse('{"title":"Area and signed area","description":"","frontmatter":{},"headers":[],"relativePath":"source/methods/area.md","filePath":"source/methods/area.md","lastUpdated":null}'),e={name:"source/methods/area.md"},l=n(`

Area and signed area

julia
export area, signed_area

What is area? What is signed area?

Area is the amount of space occupied by a two-dimensional figure. It is always a positive value. Signed area is simply the integral over the exterior path of a polygon, minus the sum of integrals over its interior holes. It is signed such that a clockwise path has a positive area, and a counterclockwise path has a negative area. The area is the absolute value of the signed area.

To provide an example, consider this rectangle:

julia
import GeometryOps as GO
 import GeoInterface as GI
 using Makie
 using CairoMakie
diff --git a/previews/PR195/assets/source_methods_area.md.CVTC71h0.lean.js b/previews/PR195/assets/source_methods_area.md.BBk_o4kT.lean.js
similarity index 77%
rename from previews/PR195/assets/source_methods_area.md.CVTC71h0.lean.js
rename to previews/PR195/assets/source_methods_area.md.BBk_o4kT.lean.js
index 42524f2cd..27fed33b4 100644
--- a/previews/PR195/assets/source_methods_area.md.CVTC71h0.lean.js
+++ b/previews/PR195/assets/source_methods_area.md.BBk_o4kT.lean.js
@@ -1 +1 @@
-import{_ as s,c as i,o as a,a7 as n}from"./chunks/framework.BjTE4JnT.js";const h="/GeometryOps.jl/previews/PR195/assets/tdamwbc.Dig-DWOQ.png",t="/GeometryOps.jl/previews/PR195/assets/lrliqyk.CULn5saZ.png",c=JSON.parse('{"title":"Area and signed area","description":"","frontmatter":{},"headers":[],"relativePath":"source/methods/area.md","filePath":"source/methods/area.md","lastUpdated":null}'),e={name:"source/methods/area.md"},l=n("",40),p=[l];function k(r,d,g,E,o,y){return a(),i("div",null,p)}const C=s(e,[["render",k]]);export{c as __pageData,C as default};
+import{_ as s,c as i,o as a,a7 as n}from"./chunks/framework.BjTE4JnT.js";const h="/GeometryOps.jl/previews/PR195/assets/lezewku.Dig-DWOQ.png",t="/GeometryOps.jl/previews/PR195/assets/xtqwcaw.CULn5saZ.png",c=JSON.parse('{"title":"Area and signed area","description":"","frontmatter":{},"headers":[],"relativePath":"source/methods/area.md","filePath":"source/methods/area.md","lastUpdated":null}'),e={name:"source/methods/area.md"},l=n("",40),p=[l];function k(r,d,g,E,o,y){return a(),i("div",null,p)}const C=s(e,[["render",k]]);export{c as __pageData,C as default};
diff --git a/previews/PR195/assets/source_methods_barycentric.md.Cs4dTCTH.js b/previews/PR195/assets/source_methods_barycentric.md.IhV5n_Vs.js
similarity index 99%
rename from previews/PR195/assets/source_methods_barycentric.md.Cs4dTCTH.js
rename to previews/PR195/assets/source_methods_barycentric.md.IhV5n_Vs.js
index 7a89627aa..1b1b599e1 100644
--- a/previews/PR195/assets/source_methods_barycentric.md.Cs4dTCTH.js
+++ b/previews/PR195/assets/source_methods_barycentric.md.IhV5n_Vs.js
@@ -1,4 +1,4 @@
-import{_ as t,c as a,j as s,a as i,a7 as h,o as n}from"./chunks/framework.BjTE4JnT.js";const k="/GeometryOps.jl/previews/PR195/assets/clplkkm.CZy9YIUA.png",R=JSON.parse('{"title":"Barycentric coordinates","description":"","frontmatter":{},"headers":[],"relativePath":"source/methods/barycentric.md","filePath":"source/methods/barycentric.md","lastUpdated":null}'),l={name:"source/methods/barycentric.md"},p=h(`

Barycentric coordinates

julia
export barycentric_coordinates, barycentric_coordinates!, barycentric_interpolate
+import{_ as t,c as a,j as s,a as i,a7 as h,o as n}from"./chunks/framework.BjTE4JnT.js";const k="/GeometryOps.jl/previews/PR195/assets/zaodhix.CZy9YIUA.png",R=JSON.parse('{"title":"Barycentric coordinates","description":"","frontmatter":{},"headers":[],"relativePath":"source/methods/barycentric.md","filePath":"source/methods/barycentric.md","lastUpdated":null}'),l={name:"source/methods/barycentric.md"},p=h(`

Barycentric coordinates

julia
export barycentric_coordinates, barycentric_coordinates!, barycentric_interpolate
 export MeanValue

Generalized barycentric coordinates are a generalization of barycentric coordinates, which are typically used in triangles, to arbitrary polygons.

They provide a way to express a point within a polygon as a weighted average of the polygon's vertices.

`,4),e={class:"MathJax",jax:"SVG",style:{direction:"ltr",position:"relative"}},E={style:{overflow:"visible","min-height":"1px","min-width":"1px","vertical-align":"-0.566ex"},xmlns:"http://www.w3.org/2000/svg",width:"10.692ex",height:"2.262ex",role:"img",focusable:"false",viewBox:"0 -750 4726 1000","aria-hidden":"true"},r=h('',1),d=[r],g=s("mjx-assistive-mml",{unselectable:"on",display:"inline",style:{top:"0px",left:"0px",clip:"rect(1px, 1px, 1px, 1px)","-webkit-touch-callout":"none","-webkit-user-select":"none","-khtml-user-select":"none","-moz-user-select":"none","-ms-user-select":"none","user-select":"none",position:"absolute",padding:"1px 0px 0px 0px",border:"0px",display:"block",width:"auto",overflow:"hidden"}},[s("math",{xmlns:"http://www.w3.org/1998/Math/MathML"},[s("mo",{stretchy:"false"},"("),s("msub",null,[s("mi",null,"λ"),s("mn",null,"1")]),s("mo",null,","),s("msub",null,[s("mi",null,"λ"),s("mn",null,"2")]),s("mo",null,","),s("msub",null,[s("mi",null,"λ"),s("mn",null,"3")]),s("mo",{stretchy:"false"},")")])],-1),y={class:"MathJax",jax:"SVG",style:{direction:"ltr",position:"relative"}},F={style:{overflow:"visible","min-height":"1px","min-width":"1px","vertical-align":"-0.025ex"},xmlns:"http://www.w3.org/2000/svg",width:"1.357ex",height:"1.025ex",role:"img",focusable:"false",viewBox:"0 -442 600 453","aria-hidden":"true"},o=s("g",{stroke:"currentColor",fill:"currentColor","stroke-width":"0",transform:"scale(1,-1)"},[s("g",{"data-mml-node":"math"},[s("g",{"data-mml-node":"mi"},[s("path",{"data-c":"1D45B",d:"M21 287Q22 293 24 303T36 341T56 388T89 425T135 442Q171 442 195 424T225 390T231 369Q231 367 232 367L243 378Q304 442 382 442Q436 442 469 415T503 336T465 179T427 52Q427 26 444 26Q450 26 453 27Q482 32 505 65T540 145Q542 153 560 153Q580 153 580 145Q580 144 576 130Q568 101 554 73T508 17T439 -10Q392 -10 371 17T350 73Q350 92 386 193T423 345Q423 404 379 404H374Q288 404 229 303L222 291L189 157Q156 26 151 16Q138 -11 108 -11Q95 -11 87 -5T76 7T74 17Q74 30 112 180T152 343Q153 348 153 366Q153 405 129 405Q91 405 66 305Q60 285 60 284Q58 278 41 278H27Q21 284 21 287Z",style:{"stroke-width":"3"}})])])],-1),c=[o],C=s("mjx-assistive-mml",{unselectable:"on",display:"inline",style:{top:"0px",left:"0px",clip:"rect(1px, 1px, 1px, 1px)","-webkit-touch-callout":"none","-webkit-user-select":"none","-khtml-user-select":"none","-moz-user-select":"none","-ms-user-select":"none","user-select":"none",position:"absolute",padding:"1px 0px 0px 0px",border:"0px",display:"block",width:"auto",overflow:"hidden"}},[s("math",{xmlns:"http://www.w3.org/1998/Math/MathML"},[s("mi",null,"n")])],-1),B={class:"MathJax",jax:"SVG",style:{direction:"ltr",position:"relative"}},A={style:{overflow:"visible","min-height":"1px","min-width":"1px","vertical-align":"-0.025ex"},xmlns:"http://www.w3.org/2000/svg",width:"1.357ex",height:"1.025ex",role:"img",focusable:"false",viewBox:"0 -442 600 453","aria-hidden":"true"},D=s("g",{stroke:"currentColor",fill:"currentColor","stroke-width":"0",transform:"scale(1,-1)"},[s("g",{"data-mml-node":"math"},[s("g",{"data-mml-node":"mi"},[s("path",{"data-c":"1D45B",d:"M21 287Q22 293 24 303T36 341T56 388T89 425T135 442Q171 442 195 424T225 390T231 369Q231 367 232 367L243 378Q304 442 382 442Q436 442 469 415T503 336T465 179T427 52Q427 26 444 26Q450 26 453 27Q482 32 505 65T540 145Q542 153 560 153Q580 153 580 145Q580 144 576 130Q568 101 554 73T508 17T439 -10Q392 -10 371 17T350 73Q350 92 386 193T423 345Q423 404 379 404H374Q288 404 229 303L222 291L189 157Q156 26 151 16Q138 -11 108 -11Q95 -11 87 -5T76 7T74 17Q74 30 112 180T152 343Q153 348 153 366Q153 405 129 405Q91 405 66 305Q60 285 60 284Q58 278 41 278H27Q21 284 21 287Z",style:{"stroke-width":"3"}})])])],-1),u=[D],T=s("mjx-assistive-mml",{unselectable:"on",display:"inline",style:{top:"0px",left:"0px",clip:"rect(1px, 1px, 1px, 1px)","-webkit-touch-callout":"none","-webkit-user-select":"none","-khtml-user-select":"none","-moz-user-select":"none","-ms-user-select":"none","user-select":"none",position:"absolute",padding:"1px 0px 0px 0px",border:"0px",display:"block",width:"auto",overflow:"hidden"}},[s("math",{xmlns:"http://www.w3.org/1998/Math/MathML"},[s("mi",null,"n")])],-1),m={class:"MathJax",jax:"SVG",style:{direction:"ltr",position:"relative"}},b={style:{overflow:"visible","min-height":"1px","min-width":"1px","vertical-align":"-0.566ex"},xmlns:"http://www.w3.org/2000/svg",width:"14.876ex",height:"2.262ex",role:"img",focusable:"false",viewBox:"0 -750 6575.4 1000","aria-hidden":"true"},Q=h('',1),_=[Q],v=s("mjx-assistive-mml",{unselectable:"on",display:"inline",style:{top:"0px",left:"0px",clip:"rect(1px, 1px, 1px, 1px)","-webkit-touch-callout":"none","-webkit-user-select":"none","-khtml-user-select":"none","-moz-user-select":"none","-ms-user-select":"none","user-select":"none",position:"absolute",padding:"1px 0px 0px 0px",border:"0px",display:"block",width:"auto",overflow:"hidden"}},[s("math",{xmlns:"http://www.w3.org/1998/Math/MathML"},[s("mo",{stretchy:"false"},"("),s("msub",null,[s("mi",null,"λ"),s("mn",null,"1")]),s("mo",null,","),s("msub",null,[s("mi",null,"λ"),s("mn",null,"2")]),s("mo",null,","),s("mo",null,"."),s("mo",null,"."),s("mo",null,"."),s("mo",null,","),s("msub",null,[s("mi",null,"λ"),s("mi",null,"n")]),s("mo",{stretchy:"false"},")")])],-1),w=h(`

As with the triangle case, the weights sum to 1, and each is non-negative.

Example

This example was taken from this page of CGAL's documentation.

julia
using GeometryOps
 using GeometryOps.GeometryBasics
 using Makie
diff --git a/previews/PR195/assets/source_methods_barycentric.md.Cs4dTCTH.lean.js b/previews/PR195/assets/source_methods_barycentric.md.IhV5n_Vs.lean.js
similarity index 99%
rename from previews/PR195/assets/source_methods_barycentric.md.Cs4dTCTH.lean.js
rename to previews/PR195/assets/source_methods_barycentric.md.IhV5n_Vs.lean.js
index 7089d3b24..cf8501fab 100644
--- a/previews/PR195/assets/source_methods_barycentric.md.Cs4dTCTH.lean.js
+++ b/previews/PR195/assets/source_methods_barycentric.md.IhV5n_Vs.lean.js
@@ -1 +1 @@
-import{_ as t,c as a,j as s,a as i,a7 as h,o as n}from"./chunks/framework.BjTE4JnT.js";const k="/GeometryOps.jl/previews/PR195/assets/clplkkm.CZy9YIUA.png",R=JSON.parse('{"title":"Barycentric coordinates","description":"","frontmatter":{},"headers":[],"relativePath":"source/methods/barycentric.md","filePath":"source/methods/barycentric.md","lastUpdated":null}'),l={name:"source/methods/barycentric.md"},p=h("",4),e={class:"MathJax",jax:"SVG",style:{direction:"ltr",position:"relative"}},E={style:{overflow:"visible","min-height":"1px","min-width":"1px","vertical-align":"-0.566ex"},xmlns:"http://www.w3.org/2000/svg",width:"10.692ex",height:"2.262ex",role:"img",focusable:"false",viewBox:"0 -750 4726 1000","aria-hidden":"true"},r=h("",1),d=[r],g=s("mjx-assistive-mml",{unselectable:"on",display:"inline",style:{top:"0px",left:"0px",clip:"rect(1px, 1px, 1px, 1px)","-webkit-touch-callout":"none","-webkit-user-select":"none","-khtml-user-select":"none","-moz-user-select":"none","-ms-user-select":"none","user-select":"none",position:"absolute",padding:"1px 0px 0px 0px",border:"0px",display:"block",width:"auto",overflow:"hidden"}},[s("math",{xmlns:"http://www.w3.org/1998/Math/MathML"},[s("mo",{stretchy:"false"},"("),s("msub",null,[s("mi",null,"λ"),s("mn",null,"1")]),s("mo",null,","),s("msub",null,[s("mi",null,"λ"),s("mn",null,"2")]),s("mo",null,","),s("msub",null,[s("mi",null,"λ"),s("mn",null,"3")]),s("mo",{stretchy:"false"},")")])],-1),y={class:"MathJax",jax:"SVG",style:{direction:"ltr",position:"relative"}},F={style:{overflow:"visible","min-height":"1px","min-width":"1px","vertical-align":"-0.025ex"},xmlns:"http://www.w3.org/2000/svg",width:"1.357ex",height:"1.025ex",role:"img",focusable:"false",viewBox:"0 -442 600 453","aria-hidden":"true"},o=s("g",{stroke:"currentColor",fill:"currentColor","stroke-width":"0",transform:"scale(1,-1)"},[s("g",{"data-mml-node":"math"},[s("g",{"data-mml-node":"mi"},[s("path",{"data-c":"1D45B",d:"M21 287Q22 293 24 303T36 341T56 388T89 425T135 442Q171 442 195 424T225 390T231 369Q231 367 232 367L243 378Q304 442 382 442Q436 442 469 415T503 336T465 179T427 52Q427 26 444 26Q450 26 453 27Q482 32 505 65T540 145Q542 153 560 153Q580 153 580 145Q580 144 576 130Q568 101 554 73T508 17T439 -10Q392 -10 371 17T350 73Q350 92 386 193T423 345Q423 404 379 404H374Q288 404 229 303L222 291L189 157Q156 26 151 16Q138 -11 108 -11Q95 -11 87 -5T76 7T74 17Q74 30 112 180T152 343Q153 348 153 366Q153 405 129 405Q91 405 66 305Q60 285 60 284Q58 278 41 278H27Q21 284 21 287Z",style:{"stroke-width":"3"}})])])],-1),c=[o],C=s("mjx-assistive-mml",{unselectable:"on",display:"inline",style:{top:"0px",left:"0px",clip:"rect(1px, 1px, 1px, 1px)","-webkit-touch-callout":"none","-webkit-user-select":"none","-khtml-user-select":"none","-moz-user-select":"none","-ms-user-select":"none","user-select":"none",position:"absolute",padding:"1px 0px 0px 0px",border:"0px",display:"block",width:"auto",overflow:"hidden"}},[s("math",{xmlns:"http://www.w3.org/1998/Math/MathML"},[s("mi",null,"n")])],-1),B={class:"MathJax",jax:"SVG",style:{direction:"ltr",position:"relative"}},A={style:{overflow:"visible","min-height":"1px","min-width":"1px","vertical-align":"-0.025ex"},xmlns:"http://www.w3.org/2000/svg",width:"1.357ex",height:"1.025ex",role:"img",focusable:"false",viewBox:"0 -442 600 453","aria-hidden":"true"},D=s("g",{stroke:"currentColor",fill:"currentColor","stroke-width":"0",transform:"scale(1,-1)"},[s("g",{"data-mml-node":"math"},[s("g",{"data-mml-node":"mi"},[s("path",{"data-c":"1D45B",d:"M21 287Q22 293 24 303T36 341T56 388T89 425T135 442Q171 442 195 424T225 390T231 369Q231 367 232 367L243 378Q304 442 382 442Q436 442 469 415T503 336T465 179T427 52Q427 26 444 26Q450 26 453 27Q482 32 505 65T540 145Q542 153 560 153Q580 153 580 145Q580 144 576 130Q568 101 554 73T508 17T439 -10Q392 -10 371 17T350 73Q350 92 386 193T423 345Q423 404 379 404H374Q288 404 229 303L222 291L189 157Q156 26 151 16Q138 -11 108 -11Q95 -11 87 -5T76 7T74 17Q74 30 112 180T152 343Q153 348 153 366Q153 405 129 405Q91 405 66 305Q60 285 60 284Q58 278 41 278H27Q21 284 21 287Z",style:{"stroke-width":"3"}})])])],-1),u=[D],T=s("mjx-assistive-mml",{unselectable:"on",display:"inline",style:{top:"0px",left:"0px",clip:"rect(1px, 1px, 1px, 1px)","-webkit-touch-callout":"none","-webkit-user-select":"none","-khtml-user-select":"none","-moz-user-select":"none","-ms-user-select":"none","user-select":"none",position:"absolute",padding:"1px 0px 0px 0px",border:"0px",display:"block",width:"auto",overflow:"hidden"}},[s("math",{xmlns:"http://www.w3.org/1998/Math/MathML"},[s("mi",null,"n")])],-1),m={class:"MathJax",jax:"SVG",style:{direction:"ltr",position:"relative"}},b={style:{overflow:"visible","min-height":"1px","min-width":"1px","vertical-align":"-0.566ex"},xmlns:"http://www.w3.org/2000/svg",width:"14.876ex",height:"2.262ex",role:"img",focusable:"false",viewBox:"0 -750 6575.4 1000","aria-hidden":"true"},Q=h("",1),_=[Q],v=s("mjx-assistive-mml",{unselectable:"on",display:"inline",style:{top:"0px",left:"0px",clip:"rect(1px, 1px, 1px, 1px)","-webkit-touch-callout":"none","-webkit-user-select":"none","-khtml-user-select":"none","-moz-user-select":"none","-ms-user-select":"none","user-select":"none",position:"absolute",padding:"1px 0px 0px 0px",border:"0px",display:"block",width:"auto",overflow:"hidden"}},[s("math",{xmlns:"http://www.w3.org/1998/Math/MathML"},[s("mo",{stretchy:"false"},"("),s("msub",null,[s("mi",null,"λ"),s("mn",null,"1")]),s("mo",null,","),s("msub",null,[s("mi",null,"λ"),s("mn",null,"2")]),s("mo",null,","),s("mo",null,"."),s("mo",null,"."),s("mo",null,"."),s("mo",null,","),s("msub",null,[s("mi",null,"λ"),s("mi",null,"n")]),s("mo",{stretchy:"false"},")")])],-1),w=h("",35);function f(x,V,P,M,q,N){return n(),a("div",null,[p,s("p",null,[i("In the case of a triangle, barycentric coordinates are a set of three numbers "),s("mjx-container",e,[(n(),a("svg",E,d)),g]),i(", each associated with a vertex of the triangle. Any point within the triangle can be expressed as a weighted average of the vertices, where the weights are the barycentric coordinates. The weights sum to 1, and each is non-negative.")]),s("p",null,[i("For a polygon with "),s("mjx-container",y,[(n(),a("svg",F,c)),C]),i(" vertices, generalized barycentric coordinates are a set of "),s("mjx-container",B,[(n(),a("svg",A,u)),T]),i(" numbers "),s("mjx-container",m,[(n(),a("svg",b,_)),v]),i(", each associated with a vertex of the polygon. Any point within the polygon can be expressed as a weighted average of the vertices, where the weights are the generalized barycentric coordinates.")]),w])}const G=t(l,[["render",f]]);export{R as __pageData,G as default};
+import{_ as t,c as a,j as s,a as i,a7 as h,o as n}from"./chunks/framework.BjTE4JnT.js";const k="/GeometryOps.jl/previews/PR195/assets/zaodhix.CZy9YIUA.png",R=JSON.parse('{"title":"Barycentric coordinates","description":"","frontmatter":{},"headers":[],"relativePath":"source/methods/barycentric.md","filePath":"source/methods/barycentric.md","lastUpdated":null}'),l={name:"source/methods/barycentric.md"},p=h("",4),e={class:"MathJax",jax:"SVG",style:{direction:"ltr",position:"relative"}},E={style:{overflow:"visible","min-height":"1px","min-width":"1px","vertical-align":"-0.566ex"},xmlns:"http://www.w3.org/2000/svg",width:"10.692ex",height:"2.262ex",role:"img",focusable:"false",viewBox:"0 -750 4726 1000","aria-hidden":"true"},r=h("",1),d=[r],g=s("mjx-assistive-mml",{unselectable:"on",display:"inline",style:{top:"0px",left:"0px",clip:"rect(1px, 1px, 1px, 1px)","-webkit-touch-callout":"none","-webkit-user-select":"none","-khtml-user-select":"none","-moz-user-select":"none","-ms-user-select":"none","user-select":"none",position:"absolute",padding:"1px 0px 0px 0px",border:"0px",display:"block",width:"auto",overflow:"hidden"}},[s("math",{xmlns:"http://www.w3.org/1998/Math/MathML"},[s("mo",{stretchy:"false"},"("),s("msub",null,[s("mi",null,"λ"),s("mn",null,"1")]),s("mo",null,","),s("msub",null,[s("mi",null,"λ"),s("mn",null,"2")]),s("mo",null,","),s("msub",null,[s("mi",null,"λ"),s("mn",null,"3")]),s("mo",{stretchy:"false"},")")])],-1),y={class:"MathJax",jax:"SVG",style:{direction:"ltr",position:"relative"}},F={style:{overflow:"visible","min-height":"1px","min-width":"1px","vertical-align":"-0.025ex"},xmlns:"http://www.w3.org/2000/svg",width:"1.357ex",height:"1.025ex",role:"img",focusable:"false",viewBox:"0 -442 600 453","aria-hidden":"true"},o=s("g",{stroke:"currentColor",fill:"currentColor","stroke-width":"0",transform:"scale(1,-1)"},[s("g",{"data-mml-node":"math"},[s("g",{"data-mml-node":"mi"},[s("path",{"data-c":"1D45B",d:"M21 287Q22 293 24 303T36 341T56 388T89 425T135 442Q171 442 195 424T225 390T231 369Q231 367 232 367L243 378Q304 442 382 442Q436 442 469 415T503 336T465 179T427 52Q427 26 444 26Q450 26 453 27Q482 32 505 65T540 145Q542 153 560 153Q580 153 580 145Q580 144 576 130Q568 101 554 73T508 17T439 -10Q392 -10 371 17T350 73Q350 92 386 193T423 345Q423 404 379 404H374Q288 404 229 303L222 291L189 157Q156 26 151 16Q138 -11 108 -11Q95 -11 87 -5T76 7T74 17Q74 30 112 180T152 343Q153 348 153 366Q153 405 129 405Q91 405 66 305Q60 285 60 284Q58 278 41 278H27Q21 284 21 287Z",style:{"stroke-width":"3"}})])])],-1),c=[o],C=s("mjx-assistive-mml",{unselectable:"on",display:"inline",style:{top:"0px",left:"0px",clip:"rect(1px, 1px, 1px, 1px)","-webkit-touch-callout":"none","-webkit-user-select":"none","-khtml-user-select":"none","-moz-user-select":"none","-ms-user-select":"none","user-select":"none",position:"absolute",padding:"1px 0px 0px 0px",border:"0px",display:"block",width:"auto",overflow:"hidden"}},[s("math",{xmlns:"http://www.w3.org/1998/Math/MathML"},[s("mi",null,"n")])],-1),B={class:"MathJax",jax:"SVG",style:{direction:"ltr",position:"relative"}},A={style:{overflow:"visible","min-height":"1px","min-width":"1px","vertical-align":"-0.025ex"},xmlns:"http://www.w3.org/2000/svg",width:"1.357ex",height:"1.025ex",role:"img",focusable:"false",viewBox:"0 -442 600 453","aria-hidden":"true"},D=s("g",{stroke:"currentColor",fill:"currentColor","stroke-width":"0",transform:"scale(1,-1)"},[s("g",{"data-mml-node":"math"},[s("g",{"data-mml-node":"mi"},[s("path",{"data-c":"1D45B",d:"M21 287Q22 293 24 303T36 341T56 388T89 425T135 442Q171 442 195 424T225 390T231 369Q231 367 232 367L243 378Q304 442 382 442Q436 442 469 415T503 336T465 179T427 52Q427 26 444 26Q450 26 453 27Q482 32 505 65T540 145Q542 153 560 153Q580 153 580 145Q580 144 576 130Q568 101 554 73T508 17T439 -10Q392 -10 371 17T350 73Q350 92 386 193T423 345Q423 404 379 404H374Q288 404 229 303L222 291L189 157Q156 26 151 16Q138 -11 108 -11Q95 -11 87 -5T76 7T74 17Q74 30 112 180T152 343Q153 348 153 366Q153 405 129 405Q91 405 66 305Q60 285 60 284Q58 278 41 278H27Q21 284 21 287Z",style:{"stroke-width":"3"}})])])],-1),u=[D],T=s("mjx-assistive-mml",{unselectable:"on",display:"inline",style:{top:"0px",left:"0px",clip:"rect(1px, 1px, 1px, 1px)","-webkit-touch-callout":"none","-webkit-user-select":"none","-khtml-user-select":"none","-moz-user-select":"none","-ms-user-select":"none","user-select":"none",position:"absolute",padding:"1px 0px 0px 0px",border:"0px",display:"block",width:"auto",overflow:"hidden"}},[s("math",{xmlns:"http://www.w3.org/1998/Math/MathML"},[s("mi",null,"n")])],-1),m={class:"MathJax",jax:"SVG",style:{direction:"ltr",position:"relative"}},b={style:{overflow:"visible","min-height":"1px","min-width":"1px","vertical-align":"-0.566ex"},xmlns:"http://www.w3.org/2000/svg",width:"14.876ex",height:"2.262ex",role:"img",focusable:"false",viewBox:"0 -750 6575.4 1000","aria-hidden":"true"},Q=h("",1),_=[Q],v=s("mjx-assistive-mml",{unselectable:"on",display:"inline",style:{top:"0px",left:"0px",clip:"rect(1px, 1px, 1px, 1px)","-webkit-touch-callout":"none","-webkit-user-select":"none","-khtml-user-select":"none","-moz-user-select":"none","-ms-user-select":"none","user-select":"none",position:"absolute",padding:"1px 0px 0px 0px",border:"0px",display:"block",width:"auto",overflow:"hidden"}},[s("math",{xmlns:"http://www.w3.org/1998/Math/MathML"},[s("mo",{stretchy:"false"},"("),s("msub",null,[s("mi",null,"λ"),s("mn",null,"1")]),s("mo",null,","),s("msub",null,[s("mi",null,"λ"),s("mn",null,"2")]),s("mo",null,","),s("mo",null,"."),s("mo",null,"."),s("mo",null,"."),s("mo",null,","),s("msub",null,[s("mi",null,"λ"),s("mi",null,"n")]),s("mo",{stretchy:"false"},")")])],-1),w=h("",35);function f(x,V,P,M,q,N){return n(),a("div",null,[p,s("p",null,[i("In the case of a triangle, barycentric coordinates are a set of three numbers "),s("mjx-container",e,[(n(),a("svg",E,d)),g]),i(", each associated with a vertex of the triangle. Any point within the triangle can be expressed as a weighted average of the vertices, where the weights are the barycentric coordinates. The weights sum to 1, and each is non-negative.")]),s("p",null,[i("For a polygon with "),s("mjx-container",y,[(n(),a("svg",F,c)),C]),i(" vertices, generalized barycentric coordinates are a set of "),s("mjx-container",B,[(n(),a("svg",A,u)),T]),i(" numbers "),s("mjx-container",m,[(n(),a("svg",b,_)),v]),i(", each associated with a vertex of the polygon. Any point within the polygon can be expressed as a weighted average of the vertices, where the weights are the generalized barycentric coordinates.")]),w])}const G=t(l,[["render",f]]);export{R as __pageData,G as default};
diff --git a/previews/PR195/assets/source_methods_centroid.md.BHSz4F0b.js b/previews/PR195/assets/source_methods_centroid.md.BNPz6HBb.js
similarity index 99%
rename from previews/PR195/assets/source_methods_centroid.md.BHSz4F0b.js
rename to previews/PR195/assets/source_methods_centroid.md.BNPz6HBb.js
index 72d136125..43be68fed 100644
--- a/previews/PR195/assets/source_methods_centroid.md.BHSz4F0b.js
+++ b/previews/PR195/assets/source_methods_centroid.md.BNPz6HBb.js
@@ -1,4 +1,4 @@
-import{_ as s,c as i,o as a,a7 as n}from"./chunks/framework.BjTE4JnT.js";const h="/GeometryOps.jl/previews/PR195/assets/fnrfugo.BD0hVfse.png",t="/GeometryOps.jl/previews/PR195/assets/udpiilt.DHcwB147.png",F=JSON.parse('{"title":"Centroid","description":"","frontmatter":{},"headers":[],"relativePath":"source/methods/centroid.md","filePath":"source/methods/centroid.md","lastUpdated":null}'),p={name:"source/methods/centroid.md"},k=n(`

Centroid

julia
export centroid, centroid_and_length, centroid_and_area

What is the centroid?

The centroid is the geometric center of a line string or area(s). Note that the centroid does not need to be inside of a concave area.

Further note that by convention a line, or linear ring, is calculated by weighting the line segments by their length, while polygons and multipolygon centroids are calculated by weighting edge's by their 'area components'.

To provide an example, consider this concave polygon in the shape of a 'C':

julia
import GeometryOps as GO
+import{_ as s,c as i,o as a,a7 as n}from"./chunks/framework.BjTE4JnT.js";const h="/GeometryOps.jl/previews/PR195/assets/qfgsyzp.BD0hVfse.png",t="/GeometryOps.jl/previews/PR195/assets/rjeiiti.DHcwB147.png",F=JSON.parse('{"title":"Centroid","description":"","frontmatter":{},"headers":[],"relativePath":"source/methods/centroid.md","filePath":"source/methods/centroid.md","lastUpdated":null}'),p={name:"source/methods/centroid.md"},k=n(`

Centroid

julia
export centroid, centroid_and_length, centroid_and_area

What is the centroid?

The centroid is the geometric center of a line string or area(s). Note that the centroid does not need to be inside of a concave area.

Further note that by convention a line, or linear ring, is calculated by weighting the line segments by their length, while polygons and multipolygon centroids are calculated by weighting edge's by their 'area components'.

To provide an example, consider this concave polygon in the shape of a 'C':

julia
import GeometryOps as GO
 import GeoInterface as GI
 using Makie
 using CairoMakie
diff --git a/previews/PR195/assets/source_methods_centroid.md.BHSz4F0b.lean.js b/previews/PR195/assets/source_methods_centroid.md.BNPz6HBb.lean.js
similarity index 77%
rename from previews/PR195/assets/source_methods_centroid.md.BHSz4F0b.lean.js
rename to previews/PR195/assets/source_methods_centroid.md.BNPz6HBb.lean.js
index 1125411f8..5f6ee98ae 100644
--- a/previews/PR195/assets/source_methods_centroid.md.BHSz4F0b.lean.js
+++ b/previews/PR195/assets/source_methods_centroid.md.BNPz6HBb.lean.js
@@ -1 +1 @@
-import{_ as s,c as i,o as a,a7 as n}from"./chunks/framework.BjTE4JnT.js";const h="/GeometryOps.jl/previews/PR195/assets/fnrfugo.BD0hVfse.png",t="/GeometryOps.jl/previews/PR195/assets/udpiilt.DHcwB147.png",F=JSON.parse('{"title":"Centroid","description":"","frontmatter":{},"headers":[],"relativePath":"source/methods/centroid.md","filePath":"source/methods/centroid.md","lastUpdated":null}'),p={name:"source/methods/centroid.md"},k=n("",57),l=[k];function e(r,E,d,g,y,o){return a(),i("div",null,l)}const C=s(p,[["render",e]]);export{F as __pageData,C as default};
+import{_ as s,c as i,o as a,a7 as n}from"./chunks/framework.BjTE4JnT.js";const h="/GeometryOps.jl/previews/PR195/assets/qfgsyzp.BD0hVfse.png",t="/GeometryOps.jl/previews/PR195/assets/rjeiiti.DHcwB147.png",F=JSON.parse('{"title":"Centroid","description":"","frontmatter":{},"headers":[],"relativePath":"source/methods/centroid.md","filePath":"source/methods/centroid.md","lastUpdated":null}'),p={name:"source/methods/centroid.md"},k=n("",57),l=[k];function e(r,E,d,g,y,o){return a(),i("div",null,l)}const C=s(p,[["render",e]]);export{F as __pageData,C as default};
diff --git a/previews/PR195/assets/source_methods_clipping_coverage.md.A7dmJGZH.js b/previews/PR195/assets/source_methods_clipping_coverage.md.gih_Ixny.js
similarity index 99%
rename from previews/PR195/assets/source_methods_clipping_coverage.md.A7dmJGZH.js
rename to previews/PR195/assets/source_methods_clipping_coverage.md.gih_Ixny.js
index 8ecdd39bd..cd4c829cb 100644
--- a/previews/PR195/assets/source_methods_clipping_coverage.md.A7dmJGZH.js
+++ b/previews/PR195/assets/source_methods_clipping_coverage.md.gih_Ixny.js
@@ -1,4 +1,4 @@
-import{_ as s,c as i,o as a,a7 as n}from"./chunks/framework.BjTE4JnT.js";const h="/GeometryOps.jl/previews/PR195/assets/xmiofty.Cb0_DiYE.png",c=JSON.parse('{"title":"","description":"","frontmatter":{},"headers":[],"relativePath":"source/methods/clipping/coverage.md","filePath":"source/methods/clipping/coverage.md","lastUpdated":null}'),l={name:"source/methods/clipping/coverage.md"},k=n(`
julia
export coverage

What is coverage?

Coverage is the amount of geometry area within a bounding box defined by the minimum and maximum x and y-coordinates of that bounding box, or an Extent containing that information.

To provide an example, consider this rectangle:

julia
import GeometryOps as GO
+import{_ as s,c as i,o as a,a7 as n}from"./chunks/framework.BjTE4JnT.js";const h="/GeometryOps.jl/previews/PR195/assets/idfbizv.Cb0_DiYE.png",c=JSON.parse('{"title":"","description":"","frontmatter":{},"headers":[],"relativePath":"source/methods/clipping/coverage.md","filePath":"source/methods/clipping/coverage.md","lastUpdated":null}'),l={name:"source/methods/clipping/coverage.md"},k=n(`
julia
export coverage

What is coverage?

Coverage is the amount of geometry area within a bounding box defined by the minimum and maximum x and y-coordinates of that bounding box, or an Extent containing that information.

To provide an example, consider this rectangle:

julia
import GeometryOps as GO
 import GeoInterface as GI
 using Makie
 using CairoMakie
diff --git a/previews/PR195/assets/source_methods_clipping_coverage.md.A7dmJGZH.lean.js b/previews/PR195/assets/source_methods_clipping_coverage.md.gih_Ixny.lean.js
similarity index 87%
rename from previews/PR195/assets/source_methods_clipping_coverage.md.A7dmJGZH.lean.js
rename to previews/PR195/assets/source_methods_clipping_coverage.md.gih_Ixny.lean.js
index dea2c7bd1..29d0c1ecc 100644
--- a/previews/PR195/assets/source_methods_clipping_coverage.md.A7dmJGZH.lean.js
+++ b/previews/PR195/assets/source_methods_clipping_coverage.md.gih_Ixny.lean.js
@@ -1 +1 @@
-import{_ as s,c as i,o as a,a7 as n}from"./chunks/framework.BjTE4JnT.js";const h="/GeometryOps.jl/previews/PR195/assets/xmiofty.Cb0_DiYE.png",c=JSON.parse('{"title":"","description":"","frontmatter":{},"headers":[],"relativePath":"source/methods/clipping/coverage.md","filePath":"source/methods/clipping/coverage.md","lastUpdated":null}'),l={name:"source/methods/clipping/coverage.md"},k=n("",58),p=[k];function t(e,E,r,d,g,y){return a(),i("div",null,p)}const o=s(l,[["render",t]]);export{c as __pageData,o as default};
+import{_ as s,c as i,o as a,a7 as n}from"./chunks/framework.BjTE4JnT.js";const h="/GeometryOps.jl/previews/PR195/assets/idfbizv.Cb0_DiYE.png",c=JSON.parse('{"title":"","description":"","frontmatter":{},"headers":[],"relativePath":"source/methods/clipping/coverage.md","filePath":"source/methods/clipping/coverage.md","lastUpdated":null}'),l={name:"source/methods/clipping/coverage.md"},k=n("",58),p=[k];function t(e,E,r,d,g,y){return a(),i("div",null,p)}const o=s(l,[["render",t]]);export{c as __pageData,o as default};
diff --git a/previews/PR195/assets/source_methods_clipping_cut.md.D2wwxGIq.js b/previews/PR195/assets/source_methods_clipping_cut.md.Ufq7LqwY.js
similarity index 99%
rename from previews/PR195/assets/source_methods_clipping_cut.md.D2wwxGIq.js
rename to previews/PR195/assets/source_methods_clipping_cut.md.Ufq7LqwY.js
index c74798d75..bf8eacbf6 100644
--- a/previews/PR195/assets/source_methods_clipping_cut.md.D2wwxGIq.js
+++ b/previews/PR195/assets/source_methods_clipping_cut.md.Ufq7LqwY.js
@@ -1,4 +1,4 @@
-import{_ as s,c as i,o as a,a7 as n}from"./chunks/framework.BjTE4JnT.js";const h="/GeometryOps.jl/previews/PR195/assets/sphoxvj.-VpeHhXX.png",c=JSON.parse('{"title":"Polygon cutting","description":"","frontmatter":{},"headers":[],"relativePath":"source/methods/clipping/cut.md","filePath":"source/methods/clipping/cut.md","lastUpdated":null}'),t={name:"source/methods/clipping/cut.md"},l=n(`

Polygon cutting

julia
export cut

What is cut?

The cut function cuts a polygon through a line segment. This is inspired by functions such as Matlab's cutpolygon function.

To provide an example, consider the following polygon and line:

julia
import GeoInterface as GI, GeometryOps as GO
+import{_ as s,c as i,o as a,a7 as n}from"./chunks/framework.BjTE4JnT.js";const h="/GeometryOps.jl/previews/PR195/assets/zbapdnn.-VpeHhXX.png",c=JSON.parse('{"title":"Polygon cutting","description":"","frontmatter":{},"headers":[],"relativePath":"source/methods/clipping/cut.md","filePath":"source/methods/clipping/cut.md","lastUpdated":null}'),t={name:"source/methods/clipping/cut.md"},l=n(`

Polygon cutting

julia
export cut

What is cut?

The cut function cuts a polygon through a line segment. This is inspired by functions such as Matlab's cutpolygon function.

To provide an example, consider the following polygon and line:

julia
import GeoInterface as GI, GeometryOps as GO
 using CairoMakie
 using Makie
 
diff --git a/previews/PR195/assets/source_methods_clipping_cut.md.D2wwxGIq.lean.js b/previews/PR195/assets/source_methods_clipping_cut.md.Ufq7LqwY.lean.js
similarity index 87%
rename from previews/PR195/assets/source_methods_clipping_cut.md.D2wwxGIq.lean.js
rename to previews/PR195/assets/source_methods_clipping_cut.md.Ufq7LqwY.lean.js
index 9764f9cfe..6bc002c60 100644
--- a/previews/PR195/assets/source_methods_clipping_cut.md.D2wwxGIq.lean.js
+++ b/previews/PR195/assets/source_methods_clipping_cut.md.Ufq7LqwY.lean.js
@@ -1 +1 @@
-import{_ as s,c as i,o as a,a7 as n}from"./chunks/framework.BjTE4JnT.js";const h="/GeometryOps.jl/previews/PR195/assets/sphoxvj.-VpeHhXX.png",c=JSON.parse('{"title":"Polygon cutting","description":"","frontmatter":{},"headers":[],"relativePath":"source/methods/clipping/cut.md","filePath":"source/methods/clipping/cut.md","lastUpdated":null}'),t={name:"source/methods/clipping/cut.md"},l=n("",34),p=[l];function k(e,r,E,d,g,y){return a(),i("div",null,p)}const F=s(t,[["render",k]]);export{c as __pageData,F as default};
+import{_ as s,c as i,o as a,a7 as n}from"./chunks/framework.BjTE4JnT.js";const h="/GeometryOps.jl/previews/PR195/assets/zbapdnn.-VpeHhXX.png",c=JSON.parse('{"title":"Polygon cutting","description":"","frontmatter":{},"headers":[],"relativePath":"source/methods/clipping/cut.md","filePath":"source/methods/clipping/cut.md","lastUpdated":null}'),t={name:"source/methods/clipping/cut.md"},l=n("",34),p=[l];function k(e,r,E,d,g,y){return a(),i("div",null,p)}const F=s(t,[["render",k]]);export{c as __pageData,F as default};
diff --git a/previews/PR195/assets/source_methods_convex_hull.md.CoBp1HPw.js b/previews/PR195/assets/source_methods_convex_hull.md.krPAiW_K.js
similarity index 98%
rename from previews/PR195/assets/source_methods_convex_hull.md.CoBp1HPw.js
rename to previews/PR195/assets/source_methods_convex_hull.md.krPAiW_K.js
index 85c0e74e2..56bbee3c1 100644
--- a/previews/PR195/assets/source_methods_convex_hull.md.CoBp1HPw.js
+++ b/previews/PR195/assets/source_methods_convex_hull.md.krPAiW_K.js
@@ -1,4 +1,4 @@
-import{_ as s,c as i,o as a,a7 as n}from"./chunks/framework.BjTE4JnT.js";const l="/GeometryOps.jl/previews/PR195/assets/ngakfcp.CDGBiJCb.png",h="/GeometryOps.jl/previews/PR195/assets/dhlqeej.mCtKcWOr.png",t="/GeometryOps.jl/previews/PR195/assets/ubioczg.BEJwZXDr.png",F=JSON.parse('{"title":"Convex hull","description":"","frontmatter":{},"headers":[],"relativePath":"source/methods/convex_hull.md","filePath":"source/methods/convex_hull.md","lastUpdated":null}'),e={name:"source/methods/convex_hull.md"},p=n(`

Convex hull

The convex hull of a set of points is the smallest convex polygon that contains all the points.

GeometryOps.jl provides a number of methods for computing the convex hull of a set of points, usually linked to other Julia packages.

For now, we expose one algorithm, MonotoneChainMethod, which uses the DelaunayTriangulation.jl package. The GEOS() interface also supports convex hulls.

Future work could include other algorithms, such as Quickhull.jl, or similar, via package extensions.

Example

Simple hull

julia
import GeometryOps as GO, GeoInterface as GI
+import{_ as s,c as i,o as a,a7 as n}from"./chunks/framework.BjTE4JnT.js";const l="/GeometryOps.jl/previews/PR195/assets/ximousw.C1wK9Lw2.png",t="/GeometryOps.jl/previews/PR195/assets/gfjxxxu.mCtKcWOr.png",h="/GeometryOps.jl/previews/PR195/assets/kbweijn.CvG_YJCZ.png",F=JSON.parse('{"title":"Convex hull","description":"","frontmatter":{},"headers":[],"relativePath":"source/methods/convex_hull.md","filePath":"source/methods/convex_hull.md","lastUpdated":null}'),e={name:"source/methods/convex_hull.md"},p=n(`

Convex hull

The convex hull of a set of points is the smallest convex polygon that contains all the points.

GeometryOps.jl provides a number of methods for computing the convex hull of a set of points, usually linked to other Julia packages.

For now, we expose one algorithm, MonotoneChainMethod, which uses the DelaunayTriangulation.jl package. The GEOS() interface also supports convex hulls.

Future work could include other algorithms, such as Quickhull.jl, or similar, via package extensions.

Example

Simple hull

julia
import GeometryOps as GO, GeoInterface as GI
 using CairoMakie # to plot
 
 points = randn(GO.Point2f, 100)
@@ -14,7 +14,7 @@ import{_ as s,c as i,o as a,a7 as n}from"./chunks/framework.BjTE4JnT.js";const l
 usa = all_adm0.geometry[findfirst(==("USA"), all_adm0.ADM0_A3)]
 f, a, p = lines(usa)
 lines!(a, GO.convex_hull(usa); color = Makie.wong_colors()[2])
-f

Investigating the winding order

The winding order of the monotone chain method is counterclockwise, while the winding order of the GEOS method is clockwise.

GeometryOps' convexity detection says that the GEOS hull is convex, while the monotone chain method hull is not. However, they are both going over the same points (we checked), it's just that the winding order is different.

In reality, both sets are convex, but we need to fix the GeometryOps convexity detector (isconcave)!

We may also decide at a later date to change the returned winding order of the polygon, but most algorithms are robust to that, and you can always fix it...

julia
import GeoInterface as GI, GeometryOps as GO, LibGEOS as LG
+f

Investigating the winding order

The winding order of the monotone chain method is counterclockwise, while the winding order of the GEOS method is clockwise.

GeometryOps' convexity detection says that the GEOS hull is convex, while the monotone chain method hull is not. However, they are both going over the same points (we checked), it's just that the winding order is different.

In reality, both sets are convex, but we need to fix the GeometryOps convexity detector (isconcave)!

We may also decide at a later date to change the returned winding order of the polygon, but most algorithms are robust to that, and you can always fix it...

julia
import GeoInterface as GI, GeometryOps as GO, LibGEOS as LG
 using CairoMakie # to plot
 
 points = rand(Point2{Float64}, 100)
@@ -25,7 +25,7 @@ import{_ as s,c as i,o as a,a7 as n}from"./chunks/framework.BjTE4JnT.js";const l
 a1, p1 = lines(fig[1, 1], go_hull; color = 1:GI.npoint(go_hull), axis = (; title = "MonotoneChainMethod()"))
 a2, p2 = lines(fig[2, 1], lg_hull; color = 1:GI.npoint(lg_hull), axis = (; title = "GEOS()"))
 cb = Colorbar(fig[1:2, 2], p1; label = "Vertex number")
-fig

Implementation

julia
"""
+fig

Implementation

julia
"""
     convex_hull([method], geometries)
 
 Compute the convex hull of the points in \`geometries\`.
diff --git a/previews/PR195/assets/source_methods_convex_hull.md.CoBp1HPw.lean.js b/previews/PR195/assets/source_methods_convex_hull.md.krPAiW_K.lean.js
similarity index 59%
rename from previews/PR195/assets/source_methods_convex_hull.md.CoBp1HPw.lean.js
rename to previews/PR195/assets/source_methods_convex_hull.md.krPAiW_K.lean.js
index 95e6127e1..988af8d91 100644
--- a/previews/PR195/assets/source_methods_convex_hull.md.CoBp1HPw.lean.js
+++ b/previews/PR195/assets/source_methods_convex_hull.md.krPAiW_K.lean.js
@@ -1 +1 @@
-import{_ as s,c as i,o as a,a7 as n}from"./chunks/framework.BjTE4JnT.js";const l="/GeometryOps.jl/previews/PR195/assets/ngakfcp.CDGBiJCb.png",h="/GeometryOps.jl/previews/PR195/assets/dhlqeej.mCtKcWOr.png",t="/GeometryOps.jl/previews/PR195/assets/ubioczg.BEJwZXDr.png",F=JSON.parse('{"title":"Convex hull","description":"","frontmatter":{},"headers":[],"relativePath":"source/methods/convex_hull.md","filePath":"source/methods/convex_hull.md","lastUpdated":null}'),e={name:"source/methods/convex_hull.md"},p=n("",35),k=[p];function r(o,d,E,g,y,c){return a(),i("div",null,k)}const C=s(e,[["render",r]]);export{F as __pageData,C as default};
+import{_ as s,c as i,o as a,a7 as n}from"./chunks/framework.BjTE4JnT.js";const l="/GeometryOps.jl/previews/PR195/assets/ximousw.C1wK9Lw2.png",t="/GeometryOps.jl/previews/PR195/assets/gfjxxxu.mCtKcWOr.png",h="/GeometryOps.jl/previews/PR195/assets/kbweijn.CvG_YJCZ.png",F=JSON.parse('{"title":"Convex hull","description":"","frontmatter":{},"headers":[],"relativePath":"source/methods/convex_hull.md","filePath":"source/methods/convex_hull.md","lastUpdated":null}'),e={name:"source/methods/convex_hull.md"},p=n("",35),k=[p];function r(o,d,E,g,y,c){return a(),i("div",null,k)}const C=s(e,[["render",r]]);export{F as __pageData,C as default};
diff --git a/previews/PR195/assets/source_methods_distance.md.CIQ2kRRk.js b/previews/PR195/assets/source_methods_distance.md.Bd0D210y.js
similarity index 99%
rename from previews/PR195/assets/source_methods_distance.md.CIQ2kRRk.js
rename to previews/PR195/assets/source_methods_distance.md.Bd0D210y.js
index 8fb2dfc3d..c53aa4484 100644
--- a/previews/PR195/assets/source_methods_distance.md.CIQ2kRRk.js
+++ b/previews/PR195/assets/source_methods_distance.md.Bd0D210y.js
@@ -1,4 +1,4 @@
-import{_ as s,c as i,o as a,a7 as n}from"./chunks/framework.BjTE4JnT.js";const h="/GeometryOps.jl/previews/PR195/assets/itpybxw.DiwGEg2f.png",t="/GeometryOps.jl/previews/PR195/assets/prxdefz.DuBHk1fh.png",c=JSON.parse('{"title":"Distance and signed distance","description":"","frontmatter":{},"headers":[],"relativePath":"source/methods/distance.md","filePath":"source/methods/distance.md","lastUpdated":null}'),k={name:"source/methods/distance.md"},p=n(`

Distance and signed distance

julia
export distance, signed_distance

What is distance? What is signed distance?

Distance is the distance of a point to another geometry. This is always a positive number. If a point is inside of geometry, so on a curve or inside of a polygon, the distance will be zero. Signed distance is mainly used for polygons and multipolygons. If a point is outside of a geometry, signed distance has the same value as distance. However, points within the geometry have a negative distance representing the distance of a point to the closest boundary. Therefore, for all "non-filled" geometries, like curves, the distance will either be positive or 0.

To provide an example, consider this rectangle:

julia
import GeometryOps as GO
+import{_ as s,c as i,o as a,a7 as n}from"./chunks/framework.BjTE4JnT.js";const h="/GeometryOps.jl/previews/PR195/assets/wpdjkzg.DiwGEg2f.png",t="/GeometryOps.jl/previews/PR195/assets/sgsjzxm.DuBHk1fh.png",c=JSON.parse('{"title":"Distance and signed distance","description":"","frontmatter":{},"headers":[],"relativePath":"source/methods/distance.md","filePath":"source/methods/distance.md","lastUpdated":null}'),k={name:"source/methods/distance.md"},p=n(`

Distance and signed distance

julia
export distance, signed_distance

What is distance? What is signed distance?

Distance is the distance of a point to another geometry. This is always a positive number. If a point is inside of geometry, so on a curve or inside of a polygon, the distance will be zero. Signed distance is mainly used for polygons and multipolygons. If a point is outside of a geometry, signed distance has the same value as distance. However, points within the geometry have a negative distance representing the distance of a point to the closest boundary. Therefore, for all "non-filled" geometries, like curves, the distance will either be positive or 0.

To provide an example, consider this rectangle:

julia
import GeometryOps as GO
 import GeoInterface as GI
 using Makie
 using CairoMakie
diff --git a/previews/PR195/assets/source_methods_distance.md.CIQ2kRRk.lean.js b/previews/PR195/assets/source_methods_distance.md.Bd0D210y.lean.js
similarity index 78%
rename from previews/PR195/assets/source_methods_distance.md.CIQ2kRRk.lean.js
rename to previews/PR195/assets/source_methods_distance.md.Bd0D210y.lean.js
index a3e4e0e09..3d3d135ee 100644
--- a/previews/PR195/assets/source_methods_distance.md.CIQ2kRRk.lean.js
+++ b/previews/PR195/assets/source_methods_distance.md.Bd0D210y.lean.js
@@ -1 +1 @@
-import{_ as s,c as i,o as a,a7 as n}from"./chunks/framework.BjTE4JnT.js";const h="/GeometryOps.jl/previews/PR195/assets/itpybxw.DiwGEg2f.png",t="/GeometryOps.jl/previews/PR195/assets/prxdefz.DuBHk1fh.png",c=JSON.parse('{"title":"Distance and signed distance","description":"","frontmatter":{},"headers":[],"relativePath":"source/methods/distance.md","filePath":"source/methods/distance.md","lastUpdated":null}'),k={name:"source/methods/distance.md"},p=n("",54),l=[p];function e(d,E,r,g,y,F){return a(),i("div",null,l)}const C=s(k,[["render",e]]);export{c as __pageData,C as default};
+import{_ as s,c as i,o as a,a7 as n}from"./chunks/framework.BjTE4JnT.js";const h="/GeometryOps.jl/previews/PR195/assets/wpdjkzg.DiwGEg2f.png",t="/GeometryOps.jl/previews/PR195/assets/sgsjzxm.DuBHk1fh.png",c=JSON.parse('{"title":"Distance and signed distance","description":"","frontmatter":{},"headers":[],"relativePath":"source/methods/distance.md","filePath":"source/methods/distance.md","lastUpdated":null}'),k={name:"source/methods/distance.md"},p=n("",54),l=[p];function e(d,E,r,g,y,F){return a(),i("div",null,l)}const C=s(k,[["render",e]]);export{c as __pageData,C as default};
diff --git a/previews/PR195/assets/source_methods_equals.md.CG2GX2G-.js b/previews/PR195/assets/source_methods_equals.md.C5IDvJmK.js
similarity index 99%
rename from previews/PR195/assets/source_methods_equals.md.CG2GX2G-.js
rename to previews/PR195/assets/source_methods_equals.md.C5IDvJmK.js
index 67f908a44..45bdb2f79 100644
--- a/previews/PR195/assets/source_methods_equals.md.CG2GX2G-.js
+++ b/previews/PR195/assets/source_methods_equals.md.C5IDvJmK.js
@@ -1,4 +1,4 @@
-import{_ as s,c as i,o as a,a7 as n}from"./chunks/framework.BjTE4JnT.js";const l="/GeometryOps.jl/previews/PR195/assets/fkyrbwd.CgiryX2p.png",y=JSON.parse('{"title":"Equals","description":"","frontmatter":{},"headers":[],"relativePath":"source/methods/equals.md","filePath":"source/methods/equals.md","lastUpdated":null}'),t={name:"source/methods/equals.md"},h=n(`

Equals

julia
export equals

What is equals?

The equals function checks if two geometries are equal. They are equal if they share the same set of points and edges to define the same shape.

To provide an example, consider these two lines:

julia
import GeometryOps as GO
+import{_ as s,c as i,o as a,a7 as n}from"./chunks/framework.BjTE4JnT.js";const l="/GeometryOps.jl/previews/PR195/assets/vvnydlz.CgiryX2p.png",y=JSON.parse('{"title":"Equals","description":"","frontmatter":{},"headers":[],"relativePath":"source/methods/equals.md","filePath":"source/methods/equals.md","lastUpdated":null}'),t={name:"source/methods/equals.md"},h=n(`

Equals

julia
export equals

What is equals?

The equals function checks if two geometries are equal. They are equal if they share the same set of points and edges to define the same shape.

To provide an example, consider these two lines:

julia
import GeometryOps as GO
 import GeoInterface as GI
 using Makie
 using CairoMakie
diff --git a/previews/PR195/assets/source_methods_equals.md.CG2GX2G-.lean.js b/previews/PR195/assets/source_methods_equals.md.C5IDvJmK.lean.js
similarity index 87%
rename from previews/PR195/assets/source_methods_equals.md.CG2GX2G-.lean.js
rename to previews/PR195/assets/source_methods_equals.md.C5IDvJmK.lean.js
index 307019546..abf1dc7c2 100644
--- a/previews/PR195/assets/source_methods_equals.md.CG2GX2G-.lean.js
+++ b/previews/PR195/assets/source_methods_equals.md.C5IDvJmK.lean.js
@@ -1 +1 @@
-import{_ as s,c as i,o as a,a7 as n}from"./chunks/framework.BjTE4JnT.js";const l="/GeometryOps.jl/previews/PR195/assets/fkyrbwd.CgiryX2p.png",y=JSON.parse('{"title":"Equals","description":"","frontmatter":{},"headers":[],"relativePath":"source/methods/equals.md","filePath":"source/methods/equals.md","lastUpdated":null}'),t={name:"source/methods/equals.md"},h=n("",47),p=[h];function k(e,r,d,g,E,F){return a(),i("div",null,p)}const c=s(t,[["render",k]]);export{y as __pageData,c as default};
+import{_ as s,c as i,o as a,a7 as n}from"./chunks/framework.BjTE4JnT.js";const l="/GeometryOps.jl/previews/PR195/assets/vvnydlz.CgiryX2p.png",y=JSON.parse('{"title":"Equals","description":"","frontmatter":{},"headers":[],"relativePath":"source/methods/equals.md","filePath":"source/methods/equals.md","lastUpdated":null}'),t={name:"source/methods/equals.md"},h=n("",47),p=[h];function k(e,r,d,g,E,F){return a(),i("div",null,p)}const c=s(t,[["render",k]]);export{y as __pageData,c as default};
diff --git a/previews/PR195/assets/source_methods_geom_relations_contains.md.Cpcc7vXO.js b/previews/PR195/assets/source_methods_geom_relations_contains.md.CEI3G1Lt.js
similarity index 99%
rename from previews/PR195/assets/source_methods_geom_relations_contains.md.Cpcc7vXO.js
rename to previews/PR195/assets/source_methods_geom_relations_contains.md.CEI3G1Lt.js
index 991bd00c8..0f0daef86 100644
--- a/previews/PR195/assets/source_methods_geom_relations_contains.md.Cpcc7vXO.js
+++ b/previews/PR195/assets/source_methods_geom_relations_contains.md.CEI3G1Lt.js
@@ -1,4 +1,4 @@
-import{_ as s,c as i,o as a,a7 as n}from"./chunks/framework.BjTE4JnT.js";const t="/GeometryOps.jl/previews/PR195/assets/hmrsdci._0R9BbFk.png",y=JSON.parse('{"title":"Contains","description":"","frontmatter":{},"headers":[],"relativePath":"source/methods/geom_relations/contains.md","filePath":"source/methods/geom_relations/contains.md","lastUpdated":null}'),e={name:"source/methods/geom_relations/contains.md"},h=n(`

Contains

julia
export contains

What is contains?

The contains function checks if a given geometry completely contains another geometry, or in other words, that the second geometry is completely within the first. This requires that the two interiors intersect and that the interior and boundary of the second geometry is not in the exterior of the first geometry.

To provide an example, consider these two lines:

julia
import GeometryOps as GO
+import{_ as s,c as i,o as a,a7 as n}from"./chunks/framework.BjTE4JnT.js";const t="/GeometryOps.jl/previews/PR195/assets/gzdamsq._0R9BbFk.png",y=JSON.parse('{"title":"Contains","description":"","frontmatter":{},"headers":[],"relativePath":"source/methods/geom_relations/contains.md","filePath":"source/methods/geom_relations/contains.md","lastUpdated":null}'),e={name:"source/methods/geom_relations/contains.md"},h=n(`

Contains

julia
export contains

What is contains?

The contains function checks if a given geometry completely contains another geometry, or in other words, that the second geometry is completely within the first. This requires that the two interiors intersect and that the interior and boundary of the second geometry is not in the exterior of the first geometry.

To provide an example, consider these two lines:

julia
import GeometryOps as GO
 import GeoInterface as GI
 using Makie
 using CairoMakie
diff --git a/previews/PR195/assets/source_methods_geom_relations_contains.md.Cpcc7vXO.lean.js b/previews/PR195/assets/source_methods_geom_relations_contains.md.CEI3G1Lt.lean.js
similarity index 88%
rename from previews/PR195/assets/source_methods_geom_relations_contains.md.Cpcc7vXO.lean.js
rename to previews/PR195/assets/source_methods_geom_relations_contains.md.CEI3G1Lt.lean.js
index dc23a8ede..a1780b6ae 100644
--- a/previews/PR195/assets/source_methods_geom_relations_contains.md.Cpcc7vXO.lean.js
+++ b/previews/PR195/assets/source_methods_geom_relations_contains.md.CEI3G1Lt.lean.js
@@ -1 +1 @@
-import{_ as s,c as i,o as a,a7 as n}from"./chunks/framework.BjTE4JnT.js";const t="/GeometryOps.jl/previews/PR195/assets/hmrsdci._0R9BbFk.png",y=JSON.parse('{"title":"Contains","description":"","frontmatter":{},"headers":[],"relativePath":"source/methods/geom_relations/contains.md","filePath":"source/methods/geom_relations/contains.md","lastUpdated":null}'),e={name:"source/methods/geom_relations/contains.md"},h=n("",18),l=[h];function p(k,r,o,d,g,E){return a(),i("div",null,l)}const F=s(e,[["render",p]]);export{y as __pageData,F as default};
+import{_ as s,c as i,o as a,a7 as n}from"./chunks/framework.BjTE4JnT.js";const t="/GeometryOps.jl/previews/PR195/assets/gzdamsq._0R9BbFk.png",y=JSON.parse('{"title":"Contains","description":"","frontmatter":{},"headers":[],"relativePath":"source/methods/geom_relations/contains.md","filePath":"source/methods/geom_relations/contains.md","lastUpdated":null}'),e={name:"source/methods/geom_relations/contains.md"},h=n("",18),l=[h];function p(k,r,o,d,g,E){return a(),i("div",null,l)}const F=s(e,[["render",p]]);export{y as __pageData,F as default};
diff --git a/previews/PR195/assets/source_methods_geom_relations_coveredby.md.Dj_nAWvy.js b/previews/PR195/assets/source_methods_geom_relations_coveredby.md.CUwQuZpN.js
similarity index 99%
rename from previews/PR195/assets/source_methods_geom_relations_coveredby.md.Dj_nAWvy.js
rename to previews/PR195/assets/source_methods_geom_relations_coveredby.md.CUwQuZpN.js
index 5d98acb1b..050876430 100644
--- a/previews/PR195/assets/source_methods_geom_relations_coveredby.md.Dj_nAWvy.js
+++ b/previews/PR195/assets/source_methods_geom_relations_coveredby.md.CUwQuZpN.js
@@ -1,4 +1,4 @@
-import{_ as s,c as i,o as a,a7 as n}from"./chunks/framework.BjTE4JnT.js";const e="/GeometryOps.jl/previews/PR195/assets/yvjcfvo.DC3TvBOO.png",c=JSON.parse('{"title":"CoveredBy","description":"","frontmatter":{},"headers":[],"relativePath":"source/methods/geom_relations/coveredby.md","filePath":"source/methods/geom_relations/coveredby.md","lastUpdated":null}'),l={name:"source/methods/geom_relations/coveredby.md"},h=n(`

CoveredBy

julia
export coveredby

What is coveredby?

The coveredby function checks if one geometry is covered by another geometry. This is an extension of within that does not require the interiors of the two geometries to intersect, but still does require that the interior and boundary of the first geometry isn't outside of the second geometry.

To provide an example, consider this point and line:

julia
import GeometryOps as GO
+import{_ as s,c as i,o as a,a7 as n}from"./chunks/framework.BjTE4JnT.js";const e="/GeometryOps.jl/previews/PR195/assets/eoxcftg.DC3TvBOO.png",c=JSON.parse('{"title":"CoveredBy","description":"","frontmatter":{},"headers":[],"relativePath":"source/methods/geom_relations/coveredby.md","filePath":"source/methods/geom_relations/coveredby.md","lastUpdated":null}'),l={name:"source/methods/geom_relations/coveredby.md"},h=n(`

CoveredBy

julia
export coveredby

What is coveredby?

The coveredby function checks if one geometry is covered by another geometry. This is an extension of within that does not require the interiors of the two geometries to intersect, but still does require that the interior and boundary of the first geometry isn't outside of the second geometry.

To provide an example, consider this point and line:

julia
import GeometryOps as GO
 import GeoInterface as GI
 using Makie
 using CairoMakie
diff --git a/previews/PR195/assets/source_methods_geom_relations_coveredby.md.Dj_nAWvy.lean.js b/previews/PR195/assets/source_methods_geom_relations_coveredby.md.CUwQuZpN.lean.js
similarity index 88%
rename from previews/PR195/assets/source_methods_geom_relations_coveredby.md.Dj_nAWvy.lean.js
rename to previews/PR195/assets/source_methods_geom_relations_coveredby.md.CUwQuZpN.lean.js
index ceeb73725..6b82f9acf 100644
--- a/previews/PR195/assets/source_methods_geom_relations_coveredby.md.Dj_nAWvy.lean.js
+++ b/previews/PR195/assets/source_methods_geom_relations_coveredby.md.CUwQuZpN.lean.js
@@ -1 +1 @@
-import{_ as s,c as i,o as a,a7 as n}from"./chunks/framework.BjTE4JnT.js";const e="/GeometryOps.jl/previews/PR195/assets/yvjcfvo.DC3TvBOO.png",c=JSON.parse('{"title":"CoveredBy","description":"","frontmatter":{},"headers":[],"relativePath":"source/methods/geom_relations/coveredby.md","filePath":"source/methods/geom_relations/coveredby.md","lastUpdated":null}'),l={name:"source/methods/geom_relations/coveredby.md"},h=n("",45),t=[h];function p(k,r,E,d,g,o){return a(),i("div",null,t)}const F=s(l,[["render",p]]);export{c as __pageData,F as default};
+import{_ as s,c as i,o as a,a7 as n}from"./chunks/framework.BjTE4JnT.js";const e="/GeometryOps.jl/previews/PR195/assets/eoxcftg.DC3TvBOO.png",c=JSON.parse('{"title":"CoveredBy","description":"","frontmatter":{},"headers":[],"relativePath":"source/methods/geom_relations/coveredby.md","filePath":"source/methods/geom_relations/coveredby.md","lastUpdated":null}'),l={name:"source/methods/geom_relations/coveredby.md"},h=n("",45),t=[h];function p(k,r,E,d,g,o){return a(),i("div",null,t)}const F=s(l,[["render",p]]);export{c as __pageData,F as default};
diff --git a/previews/PR195/assets/source_methods_geom_relations_covers.md.CSDFydXd.js b/previews/PR195/assets/source_methods_geom_relations_covers.md.Cgai50jA.js
similarity index 99%
rename from previews/PR195/assets/source_methods_geom_relations_covers.md.CSDFydXd.js
rename to previews/PR195/assets/source_methods_geom_relations_covers.md.Cgai50jA.js
index 337deea99..211f77a6f 100644
--- a/previews/PR195/assets/source_methods_geom_relations_covers.md.CSDFydXd.js
+++ b/previews/PR195/assets/source_methods_geom_relations_covers.md.Cgai50jA.js
@@ -1,4 +1,4 @@
-import{_ as s,c as i,o as a,a7 as e}from"./chunks/framework.BjTE4JnT.js";const n="/GeometryOps.jl/previews/PR195/assets/yvjcfvo.DC3TvBOO.png",y=JSON.parse('{"title":"Covers","description":"","frontmatter":{},"headers":[],"relativePath":"source/methods/geom_relations/covers.md","filePath":"source/methods/geom_relations/covers.md","lastUpdated":null}'),t={name:"source/methods/geom_relations/covers.md"},p=e(`

Covers

julia
export covers

What is covers?

The covers function checks if a given geometry completely covers another geometry. For this to be true, the "contained" geometry's interior and boundaries must be covered by the "covering" geometry's interior and boundaries. The interiors do not need to overlap.

To provide an example, consider these two lines:

julia
import GeometryOps as GO
+import{_ as s,c as i,o as a,a7 as e}from"./chunks/framework.BjTE4JnT.js";const n="/GeometryOps.jl/previews/PR195/assets/eoxcftg.DC3TvBOO.png",y=JSON.parse('{"title":"Covers","description":"","frontmatter":{},"headers":[],"relativePath":"source/methods/geom_relations/covers.md","filePath":"source/methods/geom_relations/covers.md","lastUpdated":null}'),t={name:"source/methods/geom_relations/covers.md"},p=e(`

Covers

julia
export covers

What is covers?

The covers function checks if a given geometry completely covers another geometry. For this to be true, the "contained" geometry's interior and boundaries must be covered by the "covering" geometry's interior and boundaries. The interiors do not need to overlap.

To provide an example, consider these two lines:

julia
import GeometryOps as GO
 import GeoInterface as GI
 using Makie
 using CairoMakie
diff --git a/previews/PR195/assets/source_methods_geom_relations_covers.md.CSDFydXd.lean.js b/previews/PR195/assets/source_methods_geom_relations_covers.md.Cgai50jA.lean.js
similarity index 88%
rename from previews/PR195/assets/source_methods_geom_relations_covers.md.CSDFydXd.lean.js
rename to previews/PR195/assets/source_methods_geom_relations_covers.md.Cgai50jA.lean.js
index c050cefe4..979cb48a0 100644
--- a/previews/PR195/assets/source_methods_geom_relations_covers.md.CSDFydXd.lean.js
+++ b/previews/PR195/assets/source_methods_geom_relations_covers.md.Cgai50jA.lean.js
@@ -1 +1 @@
-import{_ as s,c as i,o as a,a7 as e}from"./chunks/framework.BjTE4JnT.js";const n="/GeometryOps.jl/previews/PR195/assets/yvjcfvo.DC3TvBOO.png",y=JSON.parse('{"title":"Covers","description":"","frontmatter":{},"headers":[],"relativePath":"source/methods/geom_relations/covers.md","filePath":"source/methods/geom_relations/covers.md","lastUpdated":null}'),t={name:"source/methods/geom_relations/covers.md"},p=e("",17),l=[p];function h(k,r,o,d,c,g){return a(),i("div",null,l)}const u=s(t,[["render",h]]);export{y as __pageData,u as default};
+import{_ as s,c as i,o as a,a7 as e}from"./chunks/framework.BjTE4JnT.js";const n="/GeometryOps.jl/previews/PR195/assets/eoxcftg.DC3TvBOO.png",y=JSON.parse('{"title":"Covers","description":"","frontmatter":{},"headers":[],"relativePath":"source/methods/geom_relations/covers.md","filePath":"source/methods/geom_relations/covers.md","lastUpdated":null}'),t={name:"source/methods/geom_relations/covers.md"},p=e("",17),l=[p];function h(k,r,o,d,c,g){return a(),i("div",null,l)}const u=s(t,[["render",h]]);export{y as __pageData,u as default};
diff --git a/previews/PR195/assets/source_methods_geom_relations_disjoint.md.DiBqaDAE.js b/previews/PR195/assets/source_methods_geom_relations_disjoint.md.NbP1nsJg.js
similarity index 99%
rename from previews/PR195/assets/source_methods_geom_relations_disjoint.md.DiBqaDAE.js
rename to previews/PR195/assets/source_methods_geom_relations_disjoint.md.NbP1nsJg.js
index ed8bbf967..cb1dc6520 100644
--- a/previews/PR195/assets/source_methods_geom_relations_disjoint.md.DiBqaDAE.js
+++ b/previews/PR195/assets/source_methods_geom_relations_disjoint.md.NbP1nsJg.js
@@ -1,4 +1,4 @@
-import{_ as s,c as i,o as a,a7 as n}from"./chunks/framework.BjTE4JnT.js";const t="/GeometryOps.jl/previews/PR195/assets/lhkqeby.C3SxJ3x-.png",c=JSON.parse('{"title":"Disjoint","description":"","frontmatter":{},"headers":[],"relativePath":"source/methods/geom_relations/disjoint.md","filePath":"source/methods/geom_relations/disjoint.md","lastUpdated":null}'),h={name:"source/methods/geom_relations/disjoint.md"},l=n(`

Disjoint

julia
export disjoint

What is disjoint?

The disjoint function checks if one geometry is outside of another geometry, without sharing any boundaries or interiors.

To provide an example, consider these two lines:

julia
import GeometryOps as GO
+import{_ as s,c as i,o as a,a7 as n}from"./chunks/framework.BjTE4JnT.js";const t="/GeometryOps.jl/previews/PR195/assets/mifuspz.C3SxJ3x-.png",c=JSON.parse('{"title":"Disjoint","description":"","frontmatter":{},"headers":[],"relativePath":"source/methods/geom_relations/disjoint.md","filePath":"source/methods/geom_relations/disjoint.md","lastUpdated":null}'),h={name:"source/methods/geom_relations/disjoint.md"},l=n(`

Disjoint

julia
export disjoint

What is disjoint?

The disjoint function checks if one geometry is outside of another geometry, without sharing any boundaries or interiors.

To provide an example, consider these two lines:

julia
import GeometryOps as GO
 import GeoInterface as GI
 using Makie
 using CairoMakie
diff --git a/previews/PR195/assets/source_methods_geom_relations_disjoint.md.DiBqaDAE.lean.js b/previews/PR195/assets/source_methods_geom_relations_disjoint.md.NbP1nsJg.lean.js
similarity index 88%
rename from previews/PR195/assets/source_methods_geom_relations_disjoint.md.DiBqaDAE.lean.js
rename to previews/PR195/assets/source_methods_geom_relations_disjoint.md.NbP1nsJg.lean.js
index 18a49c4cc..f784bc63d 100644
--- a/previews/PR195/assets/source_methods_geom_relations_disjoint.md.DiBqaDAE.lean.js
+++ b/previews/PR195/assets/source_methods_geom_relations_disjoint.md.NbP1nsJg.lean.js
@@ -1 +1 @@
-import{_ as s,c as i,o as a,a7 as n}from"./chunks/framework.BjTE4JnT.js";const t="/GeometryOps.jl/previews/PR195/assets/lhkqeby.C3SxJ3x-.png",c=JSON.parse('{"title":"Disjoint","description":"","frontmatter":{},"headers":[],"relativePath":"source/methods/geom_relations/disjoint.md","filePath":"source/methods/geom_relations/disjoint.md","lastUpdated":null}'),h={name:"source/methods/geom_relations/disjoint.md"},l=n("",39),p=[l];function k(e,r,E,g,d,o){return a(),i("div",null,p)}const F=s(h,[["render",k]]);export{c as __pageData,F as default};
+import{_ as s,c as i,o as a,a7 as n}from"./chunks/framework.BjTE4JnT.js";const t="/GeometryOps.jl/previews/PR195/assets/mifuspz.C3SxJ3x-.png",c=JSON.parse('{"title":"Disjoint","description":"","frontmatter":{},"headers":[],"relativePath":"source/methods/geom_relations/disjoint.md","filePath":"source/methods/geom_relations/disjoint.md","lastUpdated":null}'),h={name:"source/methods/geom_relations/disjoint.md"},l=n("",39),p=[l];function k(e,r,E,g,d,o){return a(),i("div",null,p)}const F=s(h,[["render",k]]);export{c as __pageData,F as default};
diff --git a/previews/PR195/assets/source_methods_geom_relations_intersects.md.BsITeqCZ.js b/previews/PR195/assets/source_methods_geom_relations_intersects.md.5Sihtqge.js
similarity index 99%
rename from previews/PR195/assets/source_methods_geom_relations_intersects.md.BsITeqCZ.js
rename to previews/PR195/assets/source_methods_geom_relations_intersects.md.5Sihtqge.js
index dcb726dbc..0dcfd15c5 100644
--- a/previews/PR195/assets/source_methods_geom_relations_intersects.md.BsITeqCZ.js
+++ b/previews/PR195/assets/source_methods_geom_relations_intersects.md.5Sihtqge.js
@@ -1,4 +1,4 @@
-import{_ as s,c as i,o as a,a7 as e}from"./chunks/framework.BjTE4JnT.js";const n="/GeometryOps.jl/previews/PR195/assets/smqrhuk.DeeQUply.png",y=JSON.parse('{"title":"Intersection checks","description":"","frontmatter":{},"headers":[],"relativePath":"source/methods/geom_relations/intersects.md","filePath":"source/methods/geom_relations/intersects.md","lastUpdated":null}'),t={name:"source/methods/geom_relations/intersects.md"},p=e(`

Intersection checks

julia
export intersects

What is intersects?

The intersects function checks if a given geometry intersects with another geometry, or in other words, the either the interiors or boundaries of the two geometries intersect.

To provide an example, consider these two lines:

julia
import GeometryOps as GO
+import{_ as s,c as i,o as a,a7 as e}from"./chunks/framework.BjTE4JnT.js";const n="/GeometryOps.jl/previews/PR195/assets/tdlubmv.DeeQUply.png",y=JSON.parse('{"title":"Intersection checks","description":"","frontmatter":{},"headers":[],"relativePath":"source/methods/geom_relations/intersects.md","filePath":"source/methods/geom_relations/intersects.md","lastUpdated":null}'),t={name:"source/methods/geom_relations/intersects.md"},p=e(`

Intersection checks

julia
export intersects

What is intersects?

The intersects function checks if a given geometry intersects with another geometry, or in other words, the either the interiors or boundaries of the two geometries intersect.

To provide an example, consider these two lines:

julia
import GeometryOps as GO
 import GeoInterface as GI
 using Makie
 using CairoMakie
diff --git a/previews/PR195/assets/source_methods_geom_relations_intersects.md.BsITeqCZ.lean.js b/previews/PR195/assets/source_methods_geom_relations_intersects.md.5Sihtqge.lean.js
similarity index 88%
rename from previews/PR195/assets/source_methods_geom_relations_intersects.md.BsITeqCZ.lean.js
rename to previews/PR195/assets/source_methods_geom_relations_intersects.md.5Sihtqge.lean.js
index c0b631542..acc2fd88c 100644
--- a/previews/PR195/assets/source_methods_geom_relations_intersects.md.BsITeqCZ.lean.js
+++ b/previews/PR195/assets/source_methods_geom_relations_intersects.md.5Sihtqge.lean.js
@@ -1 +1 @@
-import{_ as s,c as i,o as a,a7 as e}from"./chunks/framework.BjTE4JnT.js";const n="/GeometryOps.jl/previews/PR195/assets/smqrhuk.DeeQUply.png",y=JSON.parse('{"title":"Intersection checks","description":"","frontmatter":{},"headers":[],"relativePath":"source/methods/geom_relations/intersects.md","filePath":"source/methods/geom_relations/intersects.md","lastUpdated":null}'),t={name:"source/methods/geom_relations/intersects.md"},p=e("",18),l=[p];function h(k,r,o,d,c,g){return a(),i("div",null,l)}const F=s(t,[["render",h]]);export{y as __pageData,F as default};
+import{_ as s,c as i,o as a,a7 as e}from"./chunks/framework.BjTE4JnT.js";const n="/GeometryOps.jl/previews/PR195/assets/tdlubmv.DeeQUply.png",y=JSON.parse('{"title":"Intersection checks","description":"","frontmatter":{},"headers":[],"relativePath":"source/methods/geom_relations/intersects.md","filePath":"source/methods/geom_relations/intersects.md","lastUpdated":null}'),t={name:"source/methods/geom_relations/intersects.md"},p=e("",18),l=[p];function h(k,r,o,d,c,g){return a(),i("div",null,l)}const F=s(t,[["render",h]]);export{y as __pageData,F as default};
diff --git a/previews/PR195/assets/source_methods_geom_relations_overlaps.md.CVfdoel4.js b/previews/PR195/assets/source_methods_geom_relations_overlaps.md.DPk6B9QY.js
similarity index 99%
rename from previews/PR195/assets/source_methods_geom_relations_overlaps.md.CVfdoel4.js
rename to previews/PR195/assets/source_methods_geom_relations_overlaps.md.DPk6B9QY.js
index 59f572032..b2c1574a6 100644
--- a/previews/PR195/assets/source_methods_geom_relations_overlaps.md.CVfdoel4.js
+++ b/previews/PR195/assets/source_methods_geom_relations_overlaps.md.DPk6B9QY.js
@@ -1,4 +1,4 @@
-import{_ as s,c as i,o as a,a7 as n}from"./chunks/framework.BjTE4JnT.js";const l="/GeometryOps.jl/previews/PR195/assets/fkyrbwd.CgiryX2p.png",y=JSON.parse('{"title":"Overlaps","description":"","frontmatter":{},"headers":[],"relativePath":"source/methods/geom_relations/overlaps.md","filePath":"source/methods/geom_relations/overlaps.md","lastUpdated":null}'),p={name:"source/methods/geom_relations/overlaps.md"},t=n(`

Overlaps

julia
export overlaps

What is overlaps?

The overlaps function checks if two geometries overlap. Two geometries can only overlap if they have the same dimension, and if they overlap, but one is not contained, within, or equal to the other.

Note that this means it is impossible for a single point to overlap with a single point and a line only overlaps with another line if only a section of each line is collinear.

To provide an example, consider these two lines:

julia
import GeometryOps as GO
+import{_ as s,c as i,o as a,a7 as n}from"./chunks/framework.BjTE4JnT.js";const l="/GeometryOps.jl/previews/PR195/assets/vvnydlz.CgiryX2p.png",y=JSON.parse('{"title":"Overlaps","description":"","frontmatter":{},"headers":[],"relativePath":"source/methods/geom_relations/overlaps.md","filePath":"source/methods/geom_relations/overlaps.md","lastUpdated":null}'),p={name:"source/methods/geom_relations/overlaps.md"},t=n(`

Overlaps

julia
export overlaps

What is overlaps?

The overlaps function checks if two geometries overlap. Two geometries can only overlap if they have the same dimension, and if they overlap, but one is not contained, within, or equal to the other.

Note that this means it is impossible for a single point to overlap with a single point and a line only overlaps with another line if only a section of each line is collinear.

To provide an example, consider these two lines:

julia
import GeometryOps as GO
 import GeoInterface as GI
 using Makie
 using CairoMakie
diff --git a/previews/PR195/assets/source_methods_geom_relations_overlaps.md.CVfdoel4.lean.js b/previews/PR195/assets/source_methods_geom_relations_overlaps.md.DPk6B9QY.lean.js
similarity index 88%
rename from previews/PR195/assets/source_methods_geom_relations_overlaps.md.CVfdoel4.lean.js
rename to previews/PR195/assets/source_methods_geom_relations_overlaps.md.DPk6B9QY.lean.js
index 62271a539..a925c73ef 100644
--- a/previews/PR195/assets/source_methods_geom_relations_overlaps.md.CVfdoel4.lean.js
+++ b/previews/PR195/assets/source_methods_geom_relations_overlaps.md.DPk6B9QY.lean.js
@@ -1 +1 @@
-import{_ as s,c as i,o as a,a7 as n}from"./chunks/framework.BjTE4JnT.js";const l="/GeometryOps.jl/previews/PR195/assets/fkyrbwd.CgiryX2p.png",y=JSON.parse('{"title":"Overlaps","description":"","frontmatter":{},"headers":[],"relativePath":"source/methods/geom_relations/overlaps.md","filePath":"source/methods/geom_relations/overlaps.md","lastUpdated":null}'),p={name:"source/methods/geom_relations/overlaps.md"},t=n("",37),e=[t];function h(k,r,d,g,o,F){return a(),i("div",null,e)}const c=s(p,[["render",h]]);export{y as __pageData,c as default};
+import{_ as s,c as i,o as a,a7 as n}from"./chunks/framework.BjTE4JnT.js";const l="/GeometryOps.jl/previews/PR195/assets/vvnydlz.CgiryX2p.png",y=JSON.parse('{"title":"Overlaps","description":"","frontmatter":{},"headers":[],"relativePath":"source/methods/geom_relations/overlaps.md","filePath":"source/methods/geom_relations/overlaps.md","lastUpdated":null}'),p={name:"source/methods/geom_relations/overlaps.md"},t=n("",37),e=[t];function h(k,r,d,g,o,F){return a(),i("div",null,e)}const c=s(p,[["render",h]]);export{y as __pageData,c as default};
diff --git a/previews/PR195/assets/source_methods_geom_relations_touches.md.qExTc2Ih.js b/previews/PR195/assets/source_methods_geom_relations_touches.md.DGbBQXvM.js
similarity index 99%
rename from previews/PR195/assets/source_methods_geom_relations_touches.md.qExTc2Ih.js
rename to previews/PR195/assets/source_methods_geom_relations_touches.md.DGbBQXvM.js
index a1074c761..3a386214c 100644
--- a/previews/PR195/assets/source_methods_geom_relations_touches.md.qExTc2Ih.js
+++ b/previews/PR195/assets/source_methods_geom_relations_touches.md.DGbBQXvM.js
@@ -1,4 +1,4 @@
-import{_ as s,c as i,o as a,a7 as n}from"./chunks/framework.BjTE4JnT.js";const t="/GeometryOps.jl/previews/PR195/assets/mcqalyu.BEFUMtlf.png",c=JSON.parse('{"title":"Touches","description":"","frontmatter":{},"headers":[],"relativePath":"source/methods/geom_relations/touches.md","filePath":"source/methods/geom_relations/touches.md","lastUpdated":null}'),h={name:"source/methods/geom_relations/touches.md"},l=n(`

Touches

julia
export touches

What is touches?

The touches function checks if one geometry touches another geometry. In other words, the interiors of the two geometries don't interact, but one of the geometries must have a boundary point that interacts with either the other geometry's interior or boundary.

To provide an example, consider these two lines:

julia
import GeometryOps as GO
+import{_ as s,c as i,o as a,a7 as n}from"./chunks/framework.BjTE4JnT.js";const t="/GeometryOps.jl/previews/PR195/assets/nnmtlyt.BEFUMtlf.png",c=JSON.parse('{"title":"Touches","description":"","frontmatter":{},"headers":[],"relativePath":"source/methods/geom_relations/touches.md","filePath":"source/methods/geom_relations/touches.md","lastUpdated":null}'),h={name:"source/methods/geom_relations/touches.md"},l=n(`

Touches

julia
export touches

What is touches?

The touches function checks if one geometry touches another geometry. In other words, the interiors of the two geometries don't interact, but one of the geometries must have a boundary point that interacts with either the other geometry's interior or boundary.

To provide an example, consider these two lines:

julia
import GeometryOps as GO
 import GeoInterface as GI
 using Makie
 using CairoMakie
diff --git a/previews/PR195/assets/source_methods_geom_relations_touches.md.qExTc2Ih.lean.js b/previews/PR195/assets/source_methods_geom_relations_touches.md.DGbBQXvM.lean.js
similarity index 88%
rename from previews/PR195/assets/source_methods_geom_relations_touches.md.qExTc2Ih.lean.js
rename to previews/PR195/assets/source_methods_geom_relations_touches.md.DGbBQXvM.lean.js
index c1d7c8f42..65a8a1bf9 100644
--- a/previews/PR195/assets/source_methods_geom_relations_touches.md.qExTc2Ih.lean.js
+++ b/previews/PR195/assets/source_methods_geom_relations_touches.md.DGbBQXvM.lean.js
@@ -1 +1 @@
-import{_ as s,c as i,o as a,a7 as n}from"./chunks/framework.BjTE4JnT.js";const t="/GeometryOps.jl/previews/PR195/assets/mcqalyu.BEFUMtlf.png",c=JSON.parse('{"title":"Touches","description":"","frontmatter":{},"headers":[],"relativePath":"source/methods/geom_relations/touches.md","filePath":"source/methods/geom_relations/touches.md","lastUpdated":null}'),h={name:"source/methods/geom_relations/touches.md"},l=n("",41),e=[l];function p(k,r,E,g,d,o){return a(),i("div",null,e)}const F=s(h,[["render",p]]);export{c as __pageData,F as default};
+import{_ as s,c as i,o as a,a7 as n}from"./chunks/framework.BjTE4JnT.js";const t="/GeometryOps.jl/previews/PR195/assets/nnmtlyt.BEFUMtlf.png",c=JSON.parse('{"title":"Touches","description":"","frontmatter":{},"headers":[],"relativePath":"source/methods/geom_relations/touches.md","filePath":"source/methods/geom_relations/touches.md","lastUpdated":null}'),h={name:"source/methods/geom_relations/touches.md"},l=n("",41),e=[l];function p(k,r,E,g,d,o){return a(),i("div",null,e)}const F=s(h,[["render",p]]);export{c as __pageData,F as default};
diff --git a/previews/PR195/assets/source_methods_geom_relations_within.md.B_OARYtU.js b/previews/PR195/assets/source_methods_geom_relations_within.md.1DNJm7GW.js
similarity index 99%
rename from previews/PR195/assets/source_methods_geom_relations_within.md.B_OARYtU.js
rename to previews/PR195/assets/source_methods_geom_relations_within.md.1DNJm7GW.js
index 62e058fe0..53a93567e 100644
--- a/previews/PR195/assets/source_methods_geom_relations_within.md.B_OARYtU.js
+++ b/previews/PR195/assets/source_methods_geom_relations_within.md.1DNJm7GW.js
@@ -1,4 +1,4 @@
-import{_ as s,c as i,o as a,a7 as n}from"./chunks/framework.BjTE4JnT.js";const h="/GeometryOps.jl/previews/PR195/assets/hmrsdci._0R9BbFk.png",c=JSON.parse('{"title":"Within","description":"","frontmatter":{},"headers":[],"relativePath":"source/methods/geom_relations/within.md","filePath":"source/methods/geom_relations/within.md","lastUpdated":null}'),t={name:"source/methods/geom_relations/within.md"},l=n(`

Within

julia
export within

What is within?

The within function checks if one geometry is inside another geometry. This requires that the two interiors intersect and that the interior and boundary of the first geometry is not in the exterior of the second geometry.

To provide an example, consider these two lines:

julia
import GeometryOps as GO
+import{_ as s,c as i,o as a,a7 as n}from"./chunks/framework.BjTE4JnT.js";const h="/GeometryOps.jl/previews/PR195/assets/gzdamsq._0R9BbFk.png",c=JSON.parse('{"title":"Within","description":"","frontmatter":{},"headers":[],"relativePath":"source/methods/geom_relations/within.md","filePath":"source/methods/geom_relations/within.md","lastUpdated":null}'),t={name:"source/methods/geom_relations/within.md"},l=n(`

Within

julia
export within

What is within?

The within function checks if one geometry is inside another geometry. This requires that the two interiors intersect and that the interior and boundary of the first geometry is not in the exterior of the second geometry.

To provide an example, consider these two lines:

julia
import GeometryOps as GO
 import GeoInterface as GI
 using Makie
 using CairoMakie
diff --git a/previews/PR195/assets/source_methods_geom_relations_within.md.B_OARYtU.lean.js b/previews/PR195/assets/source_methods_geom_relations_within.md.1DNJm7GW.lean.js
similarity index 88%
rename from previews/PR195/assets/source_methods_geom_relations_within.md.B_OARYtU.lean.js
rename to previews/PR195/assets/source_methods_geom_relations_within.md.1DNJm7GW.lean.js
index 160e870dc..b75453bc0 100644
--- a/previews/PR195/assets/source_methods_geom_relations_within.md.B_OARYtU.lean.js
+++ b/previews/PR195/assets/source_methods_geom_relations_within.md.1DNJm7GW.lean.js
@@ -1 +1 @@
-import{_ as s,c as i,o as a,a7 as n}from"./chunks/framework.BjTE4JnT.js";const h="/GeometryOps.jl/previews/PR195/assets/hmrsdci._0R9BbFk.png",c=JSON.parse('{"title":"Within","description":"","frontmatter":{},"headers":[],"relativePath":"source/methods/geom_relations/within.md","filePath":"source/methods/geom_relations/within.md","lastUpdated":null}'),t={name:"source/methods/geom_relations/within.md"},l=n("",41),e=[l];function p(k,r,E,g,d,o){return a(),i("div",null,e)}const F=s(t,[["render",p]]);export{c as __pageData,F as default};
+import{_ as s,c as i,o as a,a7 as n}from"./chunks/framework.BjTE4JnT.js";const h="/GeometryOps.jl/previews/PR195/assets/gzdamsq._0R9BbFk.png",c=JSON.parse('{"title":"Within","description":"","frontmatter":{},"headers":[],"relativePath":"source/methods/geom_relations/within.md","filePath":"source/methods/geom_relations/within.md","lastUpdated":null}'),t={name:"source/methods/geom_relations/within.md"},l=n("",41),e=[l];function p(k,r,E,g,d,o){return a(),i("div",null,e)}const F=s(t,[["render",p]]);export{c as __pageData,F as default};
diff --git a/previews/PR195/assets/source_transformations_segmentize.md.udwcI5Oo.js b/previews/PR195/assets/source_transformations_segmentize.md.BS_Hz255.js
similarity index 99%
rename from previews/PR195/assets/source_transformations_segmentize.md.udwcI5Oo.js
rename to previews/PR195/assets/source_transformations_segmentize.md.BS_Hz255.js
index 73625d124..741161728 100644
--- a/previews/PR195/assets/source_transformations_segmentize.md.udwcI5Oo.js
+++ b/previews/PR195/assets/source_transformations_segmentize.md.BS_Hz255.js
@@ -1,4 +1,4 @@
-import{_ as s,c as i,o as a,a7 as n}from"./chunks/framework.BjTE4JnT.js";const h="/GeometryOps.jl/previews/PR195/assets/dwvmxse.BOOG5oTW.png",t="/GeometryOps.jl/previews/PR195/assets/buspiou.ByFWjvme.png",c=JSON.parse('{"title":"Segmentize","description":"","frontmatter":{},"headers":[],"relativePath":"source/transformations/segmentize.md","filePath":"source/transformations/segmentize.md","lastUpdated":null}'),e={name:"source/transformations/segmentize.md"},l=n(`

Segmentize

julia
export segmentize
+import{_ as s,c as i,o as a,a7 as n}from"./chunks/framework.BjTE4JnT.js";const h="/GeometryOps.jl/previews/PR195/assets/kwahkgr.BOOG5oTW.png",t="/GeometryOps.jl/previews/PR195/assets/nqwvgdx.DwXe1jXy.png",c=JSON.parse('{"title":"Segmentize","description":"","frontmatter":{},"headers":[],"relativePath":"source/transformations/segmentize.md","filePath":"source/transformations/segmentize.md","lastUpdated":null}'),e={name:"source/transformations/segmentize.md"},l=n(`

Segmentize

julia
export segmentize
 export LinearSegments, GeodesicSegments

This function "segmentizes" or "densifies" a geometry by adding extra vertices to the geometry so that no segment is longer than a given distance. This is useful for plotting geometries with a limited number of vertices, or for ensuring that a geometry is not too "coarse" for a given application.

Info

We plan to add interpolated segmentization from DataInterpolations.jl in the future, which will be available to any vector of point-like objects.

For now, this function only works on 2D geometries. We will also support 3D geometries, as well as measure interpolation, in the future.

Examples

julia
import GeometryOps as GO, GeoInterface as GI
 rectangle = GI.Wrappers.Polygon([[(0.0, 50.0), (7.071, 57.07), (0, 64.14), (-7.07, 57.07), (0.0, 50.0)]])
 linear = GO.segmentize(rectangle; max_distance = 5)
diff --git a/previews/PR195/assets/source_transformations_segmentize.md.udwcI5Oo.lean.js b/previews/PR195/assets/source_transformations_segmentize.md.BS_Hz255.lean.js
similarity index 67%
rename from previews/PR195/assets/source_transformations_segmentize.md.udwcI5Oo.lean.js
rename to previews/PR195/assets/source_transformations_segmentize.md.BS_Hz255.lean.js
index bd064a681..3cac8d23f 100644
--- a/previews/PR195/assets/source_transformations_segmentize.md.udwcI5Oo.lean.js
+++ b/previews/PR195/assets/source_transformations_segmentize.md.BS_Hz255.lean.js
@@ -1 +1 @@
-import{_ as s,c as i,o as a,a7 as n}from"./chunks/framework.BjTE4JnT.js";const h="/GeometryOps.jl/previews/PR195/assets/dwvmxse.BOOG5oTW.png",t="/GeometryOps.jl/previews/PR195/assets/buspiou.ByFWjvme.png",c=JSON.parse('{"title":"Segmentize","description":"","frontmatter":{},"headers":[],"relativePath":"source/transformations/segmentize.md","filePath":"source/transformations/segmentize.md","lastUpdated":null}'),e={name:"source/transformations/segmentize.md"},l=n("",34),k=[l];function p(r,E,d,g,y,o){return a(),i("div",null,k)}const C=s(e,[["render",p]]);export{c as __pageData,C as default};
+import{_ as s,c as i,o as a,a7 as n}from"./chunks/framework.BjTE4JnT.js";const h="/GeometryOps.jl/previews/PR195/assets/kwahkgr.BOOG5oTW.png",t="/GeometryOps.jl/previews/PR195/assets/nqwvgdx.DwXe1jXy.png",c=JSON.parse('{"title":"Segmentize","description":"","frontmatter":{},"headers":[],"relativePath":"source/transformations/segmentize.md","filePath":"source/transformations/segmentize.md","lastUpdated":null}'),e={name:"source/transformations/segmentize.md"},l=n("",34),k=[l];function p(r,E,d,g,y,o){return a(),i("div",null,k)}const C=s(e,[["render",p]]);export{c as __pageData,C as default};
diff --git a/previews/PR195/assets/source_transformations_simplify.md.DN9O_9Po.js b/previews/PR195/assets/source_transformations_simplify.md.DduEGYcq.js
similarity index 99%
rename from previews/PR195/assets/source_transformations_simplify.md.DN9O_9Po.js
rename to previews/PR195/assets/source_transformations_simplify.md.DduEGYcq.js
index e90a6c1b8..69b5d6250 100644
--- a/previews/PR195/assets/source_transformations_simplify.md.DN9O_9Po.js
+++ b/previews/PR195/assets/source_transformations_simplify.md.DduEGYcq.js
@@ -1,4 +1,4 @@
-import{_ as s,c as i,o as a,a7 as n}from"./chunks/framework.BjTE4JnT.js";const h="/GeometryOps.jl/previews/PR195/assets/soxjjou.Bglvb-jp.png",l="/GeometryOps.jl/previews/PR195/assets/deanaex.B94PsR1K.png",k="/GeometryOps.jl/previews/PR195/assets/ilxipml.BiyYzhuJ.png",t="/GeometryOps.jl/previews/PR195/assets/xaostbm.Do8zVjU_.png",u=JSON.parse('{"title":"Geometry simplification","description":"","frontmatter":{},"headers":[],"relativePath":"source/transformations/simplify.md","filePath":"source/transformations/simplify.md","lastUpdated":null}'),p={name:"source/transformations/simplify.md"},e=n(`

Geometry simplification

This file holds implementations for the RadialDistance, Douglas-Peucker, and Visvalingam-Whyatt algorithms for simplifying geometries (specifically for polygons and lines).

The GEOS extension also allows for GEOS's topology preserving simplification as well as Douglas-Peucker simplification implemented in GEOS. Call this by passing GEOS(; method = :TopologyPreserve) or GEOS(; method = :DouglasPeucker) to the algorithm.

Examples

A quick and dirty example is:

julia
using Makie, GeoInterfaceMakie
+import{_ as s,c as i,o as a,a7 as n}from"./chunks/framework.BjTE4JnT.js";const h="/GeometryOps.jl/previews/PR195/assets/qdctfbg.Bglvb-jp.png",l="/GeometryOps.jl/previews/PR195/assets/yxpmwxt.B94PsR1K.png",k="/GeometryOps.jl/previews/PR195/assets/qplocma.BRlWDsG7.png",t="/GeometryOps.jl/previews/PR195/assets/lahfsdq.DImzSSoe.png",u=JSON.parse('{"title":"Geometry simplification","description":"","frontmatter":{},"headers":[],"relativePath":"source/transformations/simplify.md","filePath":"source/transformations/simplify.md","lastUpdated":null}'),p={name:"source/transformations/simplify.md"},e=n(`

Geometry simplification

This file holds implementations for the RadialDistance, Douglas-Peucker, and Visvalingam-Whyatt algorithms for simplifying geometries (specifically for polygons and lines).

The GEOS extension also allows for GEOS's topology preserving simplification as well as Douglas-Peucker simplification implemented in GEOS. Call this by passing GEOS(; method = :TopologyPreserve) or GEOS(; method = :DouglasPeucker) to the algorithm.

Examples

A quick and dirty example is:

julia
using Makie, GeoInterfaceMakie
 import GeoInterface as GI
 import GeometryOps as GO
 
diff --git a/previews/PR195/assets/source_transformations_simplify.md.DN9O_9Po.lean.js b/previews/PR195/assets/source_transformations_simplify.md.DduEGYcq.lean.js
similarity index 56%
rename from previews/PR195/assets/source_transformations_simplify.md.DN9O_9Po.lean.js
rename to previews/PR195/assets/source_transformations_simplify.md.DduEGYcq.lean.js
index 38f050f95..7bb9341a8 100644
--- a/previews/PR195/assets/source_transformations_simplify.md.DN9O_9Po.lean.js
+++ b/previews/PR195/assets/source_transformations_simplify.md.DduEGYcq.lean.js
@@ -1 +1 @@
-import{_ as s,c as i,o as a,a7 as n}from"./chunks/framework.BjTE4JnT.js";const h="/GeometryOps.jl/previews/PR195/assets/soxjjou.Bglvb-jp.png",l="/GeometryOps.jl/previews/PR195/assets/deanaex.B94PsR1K.png",k="/GeometryOps.jl/previews/PR195/assets/ilxipml.BiyYzhuJ.png",t="/GeometryOps.jl/previews/PR195/assets/xaostbm.Do8zVjU_.png",u=JSON.parse('{"title":"Geometry simplification","description":"","frontmatter":{},"headers":[],"relativePath":"source/transformations/simplify.md","filePath":"source/transformations/simplify.md","lastUpdated":null}'),p={name:"source/transformations/simplify.md"},e=n("",71),E=[e];function r(d,g,y,F,o,c){return a(),i("div",null,E)}const D=s(p,[["render",r]]);export{u as __pageData,D as default};
+import{_ as s,c as i,o as a,a7 as n}from"./chunks/framework.BjTE4JnT.js";const h="/GeometryOps.jl/previews/PR195/assets/qdctfbg.Bglvb-jp.png",l="/GeometryOps.jl/previews/PR195/assets/yxpmwxt.B94PsR1K.png",k="/GeometryOps.jl/previews/PR195/assets/qplocma.BRlWDsG7.png",t="/GeometryOps.jl/previews/PR195/assets/lahfsdq.DImzSSoe.png",u=JSON.parse('{"title":"Geometry simplification","description":"","frontmatter":{},"headers":[],"relativePath":"source/transformations/simplify.md","filePath":"source/transformations/simplify.md","lastUpdated":null}'),p={name:"source/transformations/simplify.md"},e=n("",71),E=[e];function r(d,g,y,F,o,c){return a(),i("div",null,E)}const D=s(p,[["render",r]]);export{u as __pageData,D as default};
diff --git a/previews/PR195/assets/smqrhuk.DeeQUply.png b/previews/PR195/assets/tdlubmv.DeeQUply.png
similarity index 100%
rename from previews/PR195/assets/smqrhuk.DeeQUply.png
rename to previews/PR195/assets/tdlubmv.DeeQUply.png
diff --git a/previews/PR195/assets/tutorials_creating_geometry.md.KPKOdNQp.js b/previews/PR195/assets/tutorials_creating_geometry.md.Cmy9Jd1C.js
similarity index 99%
rename from previews/PR195/assets/tutorials_creating_geometry.md.KPKOdNQp.js
rename to previews/PR195/assets/tutorials_creating_geometry.md.Cmy9Jd1C.js
index 341843244..8d610552a 100644
--- a/previews/PR195/assets/tutorials_creating_geometry.md.KPKOdNQp.js
+++ b/previews/PR195/assets/tutorials_creating_geometry.md.Cmy9Jd1C.js
@@ -1,4 +1,4 @@
-import{_ as s,c as i,o as a,a7 as e}from"./chunks/framework.BjTE4JnT.js";const t="/GeometryOps.jl/previews/PR195/assets/sxiveed.Dz86q2IX.png",n="/GeometryOps.jl/previews/PR195/assets/sjtvrcb.Cx40vhB3.png",l="/GeometryOps.jl/previews/PR195/assets/cgvuwzn.0OJvb21A.png",p="/GeometryOps.jl/previews/PR195/assets/yhbmgox.DaovVbE6.png",h="/GeometryOps.jl/previews/PR195/assets/ggltyjf.B9NpLJr_.png",o="/GeometryOps.jl/previews/PR195/assets/gcksvkc.CG4dr3Lx.png",k="/GeometryOps.jl/previews/PR195/assets/pfelvgi.3sfpQl2i.png",r="/GeometryOps.jl/previews/PR195/assets/mosjncj.Dab1-ETk.png",g="/GeometryOps.jl/previews/PR195/assets/xefmvbl.lu4jwpi-.png",d="/GeometryOps.jl/previews/PR195/assets/ovekyuq.DwqDxlAG.png",E="/GeometryOps.jl/previews/PR195/assets/caclkux.CLtpJ5Wb.png",D=JSON.parse('{"title":"Creating Geometry","description":"","frontmatter":{},"headers":[],"relativePath":"tutorials/creating_geometry.md","filePath":"tutorials/creating_geometry.md","lastUpdated":null}'),c={name:"tutorials/creating_geometry.md"},y=e(`

Creating Geometry

In this tutorial, we're going to:

  1. Create and plot geometries

  2. Plot geometries on a map using GeoMakie and coordinate reference system (CRS)

  3. Create geospatial geometries with embedded coordinate reference system information

  4. Assign attributes to geospatial geometries

  5. Save geospatial geometries to common geospatial file formats

First, we load some required packages.

julia
# Geospatial packages from Julia
+import{_ as s,c as i,o as a,a7 as e}from"./chunks/framework.BjTE4JnT.js";const t="/GeometryOps.jl/previews/PR195/assets/wwwjtxd.Dz86q2IX.png",n="/GeometryOps.jl/previews/PR195/assets/wfugidq.Cx40vhB3.png",l="/GeometryOps.jl/previews/PR195/assets/cdyaxrp.0OJvb21A.png",p="/GeometryOps.jl/previews/PR195/assets/krnipyg.DaovVbE6.png",h="/GeometryOps.jl/previews/PR195/assets/hvzncwg.B9NpLJr_.png",o="/GeometryOps.jl/previews/PR195/assets/muraxhw.CG4dr3Lx.png",k="/GeometryOps.jl/previews/PR195/assets/jkhyrrr.3sfpQl2i.png",r="/GeometryOps.jl/previews/PR195/assets/quljnfx.Dab1-ETk.png",g="/GeometryOps.jl/previews/PR195/assets/uahqken.lu4jwpi-.png",d="/GeometryOps.jl/previews/PR195/assets/beqgrli.DwqDxlAG.png",E="/GeometryOps.jl/previews/PR195/assets/daqunkt.CLtpJ5Wb.png",D=JSON.parse('{"title":"Creating Geometry","description":"","frontmatter":{},"headers":[],"relativePath":"tutorials/creating_geometry.md","filePath":"tutorials/creating_geometry.md","lastUpdated":null}'),c={name:"tutorials/creating_geometry.md"},y=e(`

Creating Geometry

In this tutorial, we're going to:

  1. Create and plot geometries

  2. Plot geometries on a map using GeoMakie and coordinate reference system (CRS)

  3. Create geospatial geometries with embedded coordinate reference system information

  4. Assign attributes to geospatial geometries

  5. Save geospatial geometries to common geospatial file formats

First, we load some required packages.

julia
# Geospatial packages from Julia
 import GeoInterface as GI
 import GeometryOps as GO
 import GeoFormatTypes as GFT
diff --git a/previews/PR195/assets/tutorials_creating_geometry.md.Cmy9Jd1C.lean.js b/previews/PR195/assets/tutorials_creating_geometry.md.Cmy9Jd1C.lean.js
new file mode 100644
index 000000000..8c1559daa
--- /dev/null
+++ b/previews/PR195/assets/tutorials_creating_geometry.md.Cmy9Jd1C.lean.js
@@ -0,0 +1 @@
+import{_ as s,c as i,o as a,a7 as e}from"./chunks/framework.BjTE4JnT.js";const t="/GeometryOps.jl/previews/PR195/assets/wwwjtxd.Dz86q2IX.png",n="/GeometryOps.jl/previews/PR195/assets/wfugidq.Cx40vhB3.png",l="/GeometryOps.jl/previews/PR195/assets/cdyaxrp.0OJvb21A.png",p="/GeometryOps.jl/previews/PR195/assets/krnipyg.DaovVbE6.png",h="/GeometryOps.jl/previews/PR195/assets/hvzncwg.B9NpLJr_.png",o="/GeometryOps.jl/previews/PR195/assets/muraxhw.CG4dr3Lx.png",k="/GeometryOps.jl/previews/PR195/assets/jkhyrrr.3sfpQl2i.png",r="/GeometryOps.jl/previews/PR195/assets/quljnfx.Dab1-ETk.png",g="/GeometryOps.jl/previews/PR195/assets/uahqken.lu4jwpi-.png",d="/GeometryOps.jl/previews/PR195/assets/beqgrli.DwqDxlAG.png",E="/GeometryOps.jl/previews/PR195/assets/daqunkt.CLtpJ5Wb.png",D=JSON.parse('{"title":"Creating Geometry","description":"","frontmatter":{},"headers":[],"relativePath":"tutorials/creating_geometry.md","filePath":"tutorials/creating_geometry.md","lastUpdated":null}'),c={name:"tutorials/creating_geometry.md"},y=e("",120),F=[y];function u(f,C,m,b,v,G){return a(),i("div",null,F)}const P=s(c,[["render",u]]);export{D as __pageData,P as default};
diff --git a/previews/PR195/assets/tutorials_creating_geometry.md.KPKOdNQp.lean.js b/previews/PR195/assets/tutorials_creating_geometry.md.KPKOdNQp.lean.js
deleted file mode 100644
index 2c87ac684..000000000
--- a/previews/PR195/assets/tutorials_creating_geometry.md.KPKOdNQp.lean.js
+++ /dev/null
@@ -1 +0,0 @@
-import{_ as s,c as i,o as a,a7 as e}from"./chunks/framework.BjTE4JnT.js";const t="/GeometryOps.jl/previews/PR195/assets/sxiveed.Dz86q2IX.png",n="/GeometryOps.jl/previews/PR195/assets/sjtvrcb.Cx40vhB3.png",l="/GeometryOps.jl/previews/PR195/assets/cgvuwzn.0OJvb21A.png",p="/GeometryOps.jl/previews/PR195/assets/yhbmgox.DaovVbE6.png",h="/GeometryOps.jl/previews/PR195/assets/ggltyjf.B9NpLJr_.png",o="/GeometryOps.jl/previews/PR195/assets/gcksvkc.CG4dr3Lx.png",k="/GeometryOps.jl/previews/PR195/assets/pfelvgi.3sfpQl2i.png",r="/GeometryOps.jl/previews/PR195/assets/mosjncj.Dab1-ETk.png",g="/GeometryOps.jl/previews/PR195/assets/xefmvbl.lu4jwpi-.png",d="/GeometryOps.jl/previews/PR195/assets/ovekyuq.DwqDxlAG.png",E="/GeometryOps.jl/previews/PR195/assets/caclkux.CLtpJ5Wb.png",D=JSON.parse('{"title":"Creating Geometry","description":"","frontmatter":{},"headers":[],"relativePath":"tutorials/creating_geometry.md","filePath":"tutorials/creating_geometry.md","lastUpdated":null}'),c={name:"tutorials/creating_geometry.md"},y=e("",120),F=[y];function u(f,C,m,b,v,G){return a(),i("div",null,F)}const P=s(c,[["render",u]]);export{D as __pageData,P as default};
diff --git a/previews/PR195/assets/tutorials_geodesic_paths.md.BxIfIMgw.js b/previews/PR195/assets/tutorials_geodesic_paths.md._9mxe3XA.js
similarity index 98%
rename from previews/PR195/assets/tutorials_geodesic_paths.md.BxIfIMgw.js
rename to previews/PR195/assets/tutorials_geodesic_paths.md._9mxe3XA.js
index 369734d57..26480d526 100644
--- a/previews/PR195/assets/tutorials_geodesic_paths.md.BxIfIMgw.js
+++ b/previews/PR195/assets/tutorials_geodesic_paths.md._9mxe3XA.js
@@ -1,4 +1,4 @@
-import{_ as s,c as i,o as a,a7 as n}from"./chunks/framework.BjTE4JnT.js";const h="/GeometryOps.jl/previews/PR195/assets/pehcnll.Danh069g.png",y=JSON.parse('{"title":"Geodesic paths","description":"","frontmatter":{},"headers":[],"relativePath":"tutorials/geodesic_paths.md","filePath":"tutorials/geodesic_paths.md","lastUpdated":null}'),t={name:"tutorials/geodesic_paths.md"},p=n(`

Geodesic paths

Geodesic paths are paths computed on an ellipsoid, as opposed to a plane.

julia
import GeometryOps as GO, GeoInterface as GI
+import{_ as s,c as i,o as a,a7 as n}from"./chunks/framework.BjTE4JnT.js";const h="/GeometryOps.jl/previews/PR195/assets/rzhkiia.Danh069g.png",y=JSON.parse('{"title":"Geodesic paths","description":"","frontmatter":{},"headers":[],"relativePath":"tutorials/geodesic_paths.md","filePath":"tutorials/geodesic_paths.md","lastUpdated":null}'),t={name:"tutorials/geodesic_paths.md"},p=n(`

Geodesic paths

Geodesic paths are paths computed on an ellipsoid, as opposed to a plane.

julia
import GeometryOps as GO, GeoInterface as GI
 using CairoMakie, GeoMakie
 
 
diff --git a/previews/PR195/assets/tutorials_geodesic_paths.md.BxIfIMgw.lean.js b/previews/PR195/assets/tutorials_geodesic_paths.md._9mxe3XA.lean.js
similarity index 87%
rename from previews/PR195/assets/tutorials_geodesic_paths.md.BxIfIMgw.lean.js
rename to previews/PR195/assets/tutorials_geodesic_paths.md._9mxe3XA.lean.js
index 55867b773..c6a5a3bc6 100644
--- a/previews/PR195/assets/tutorials_geodesic_paths.md.BxIfIMgw.lean.js
+++ b/previews/PR195/assets/tutorials_geodesic_paths.md._9mxe3XA.lean.js
@@ -1 +1 @@
-import{_ as s,c as i,o as a,a7 as n}from"./chunks/framework.BjTE4JnT.js";const h="/GeometryOps.jl/previews/PR195/assets/pehcnll.Danh069g.png",y=JSON.parse('{"title":"Geodesic paths","description":"","frontmatter":{},"headers":[],"relativePath":"tutorials/geodesic_paths.md","filePath":"tutorials/geodesic_paths.md","lastUpdated":null}'),t={name:"tutorials/geodesic_paths.md"},p=n("",4),k=[p];function e(l,E,d,r,g,o){return a(),i("div",null,k)}const F=s(t,[["render",e]]);export{y as __pageData,F as default};
+import{_ as s,c as i,o as a,a7 as n}from"./chunks/framework.BjTE4JnT.js";const h="/GeometryOps.jl/previews/PR195/assets/rzhkiia.Danh069g.png",y=JSON.parse('{"title":"Geodesic paths","description":"","frontmatter":{},"headers":[],"relativePath":"tutorials/geodesic_paths.md","filePath":"tutorials/geodesic_paths.md","lastUpdated":null}'),t={name:"tutorials/geodesic_paths.md"},p=n("",4),k=[p];function e(l,E,d,r,g,o){return a(),i("div",null,k)}const F=s(t,[["render",e]]);export{y as __pageData,F as default};
diff --git a/previews/PR195/assets/tutorials_spatial_joins.md.DnrEv8Ha.js b/previews/PR195/assets/tutorials_spatial_joins.md.M6zCnTRk.js
similarity index 99%
rename from previews/PR195/assets/tutorials_spatial_joins.md.DnrEv8Ha.js
rename to previews/PR195/assets/tutorials_spatial_joins.md.M6zCnTRk.js
index cf136ada2..8080a8909 100644
--- a/previews/PR195/assets/tutorials_spatial_joins.md.DnrEv8Ha.js
+++ b/previews/PR195/assets/tutorials_spatial_joins.md.M6zCnTRk.js
@@ -1,4 +1,4 @@
-import{_ as h,c as a,j as s,a as i,a7 as n,o as t}from"./chunks/framework.BjTE4JnT.js";const e="/GeometryOps.jl/previews/PR195/assets/lztgeom.3UVIT8DR.png",l="/GeometryOps.jl/previews/PR195/assets/orltnjp.Bl1rHoTH.png",p="/GeometryOps.jl/previews/PR195/assets/fptcvzg.CEAi3Hur.png",B=JSON.parse('{"title":"Spatial joins","description":"","frontmatter":{},"headers":[],"relativePath":"tutorials/spatial_joins.md","filePath":"tutorials/spatial_joins.md","lastUpdated":null}'),k={name:"tutorials/spatial_joins.md"},r=s("h1",{id:"Spatial-joins",tabindex:"-1"},[i("Spatial joins "),s("a",{class:"header-anchor",href:"#Spatial-joins","aria-label":'Permalink to "Spatial joins {#Spatial-joins}"'},"​")],-1),E=s("a",{href:"https://www.geeksforgeeks.org/sql-join-set-1-inner-left-right-and-full-joins/",target:"_blank",rel:"noreferrer"},"table joins",-1),d={class:"MathJax",jax:"SVG",style:{direction:"ltr",position:"relative"}},o={style:{overflow:"visible","min-height":"1px","min-width":"1px","vertical-align":"-0.566ex"},xmlns:"http://www.w3.org/2000/svg",width:"6.307ex",height:"2.262ex",role:"img",focusable:"false",viewBox:"0 -750 2787.7 1000","aria-hidden":"true"},g=n('',1),y=[g],c=s("mjx-assistive-mml",{unselectable:"on",display:"inline",style:{top:"0px",left:"0px",clip:"rect(1px, 1px, 1px, 1px)","-webkit-touch-callout":"none","-webkit-user-select":"none","-khtml-user-select":"none","-moz-user-select":"none","-ms-user-select":"none","user-select":"none",position:"absolute",padding:"1px 0px 0px 0px",border:"0px",display:"block",width:"auto",overflow:"hidden"}},[s("math",{xmlns:"http://www.w3.org/1998/Math/MathML"},[s("mi",null,"p"),s("mo",{stretchy:"false"},"("),s("mi",null,"x"),s("mo",null,","),s("mi",null,"y"),s("mo",{stretchy:"false"},")")])],-1),F=s("code",null,"true",-1),u=s("code",null,"false",-1),m=s("a",{href:"https://en.wikipedia.org/wiki/DE-9IM",target:"_blank",rel:"noreferrer"},[s("code",null,"DE-9IM")],-1),C=n(`

Spatial joins can be done between any geometry types (from geometrycollections to points), just as geometrical predicates can be evaluated on any geometries.

In this tutorial, we will show how to perform a spatial join on first a toy dataset and then two Natural Earth datasets, to show how this can be used in the real world.

In order to perform the spatial join, we use FlexiJoins.jl to perform the join, specifically using its by_pred joining method. This allows the user to specify a predicate in the following manner:

julia
[inner/left/right/outer/...]join((table1, table1),
+import{_ as h,c as a,j as s,a as i,a7 as n,o as t}from"./chunks/framework.BjTE4JnT.js";const e="/GeometryOps.jl/previews/PR195/assets/gvepvsc.3UVIT8DR.png",l="/GeometryOps.jl/previews/PR195/assets/eqwuvgg.BzbnQyYC.png",p="/GeometryOps.jl/previews/PR195/assets/pimzqle.DUfss9cE.png",B=JSON.parse('{"title":"Spatial joins","description":"","frontmatter":{},"headers":[],"relativePath":"tutorials/spatial_joins.md","filePath":"tutorials/spatial_joins.md","lastUpdated":null}'),k={name:"tutorials/spatial_joins.md"},r=s("h1",{id:"Spatial-joins",tabindex:"-1"},[i("Spatial joins "),s("a",{class:"header-anchor",href:"#Spatial-joins","aria-label":'Permalink to "Spatial joins {#Spatial-joins}"'},"​")],-1),E=s("a",{href:"https://www.geeksforgeeks.org/sql-join-set-1-inner-left-right-and-full-joins/",target:"_blank",rel:"noreferrer"},"table joins",-1),d={class:"MathJax",jax:"SVG",style:{direction:"ltr",position:"relative"}},o={style:{overflow:"visible","min-height":"1px","min-width":"1px","vertical-align":"-0.566ex"},xmlns:"http://www.w3.org/2000/svg",width:"6.307ex",height:"2.262ex",role:"img",focusable:"false",viewBox:"0 -750 2787.7 1000","aria-hidden":"true"},g=n('',1),y=[g],c=s("mjx-assistive-mml",{unselectable:"on",display:"inline",style:{top:"0px",left:"0px",clip:"rect(1px, 1px, 1px, 1px)","-webkit-touch-callout":"none","-webkit-user-select":"none","-khtml-user-select":"none","-moz-user-select":"none","-ms-user-select":"none","user-select":"none",position:"absolute",padding:"1px 0px 0px 0px",border:"0px",display:"block",width:"auto",overflow:"hidden"}},[s("math",{xmlns:"http://www.w3.org/1998/Math/MathML"},[s("mi",null,"p"),s("mo",{stretchy:"false"},"("),s("mi",null,"x"),s("mo",null,","),s("mi",null,"y"),s("mo",{stretchy:"false"},")")])],-1),F=s("code",null,"true",-1),u=s("code",null,"false",-1),m=s("a",{href:"https://en.wikipedia.org/wiki/DE-9IM",target:"_blank",rel:"noreferrer"},[s("code",null,"DE-9IM")],-1),C=n(`

Spatial joins can be done between any geometry types (from geometrycollections to points), just as geometrical predicates can be evaluated on any geometries.

In this tutorial, we will show how to perform a spatial join on first a toy dataset and then two Natural Earth datasets, to show how this can be used in the real world.

In order to perform the spatial join, we use FlexiJoins.jl to perform the join, specifically using its by_pred joining method. This allows the user to specify a predicate in the following manner:

julia
[inner/left/right/outer/...]join((table1, table1),
     by_pred(:table1_column, predicate_function, :table2_column) # & add other conditions here
 )

We have enabled the use of all of GeometryOps' boolean comparisons here. These are:

julia
GO.contains, GO.within, GO.intersects, GO.touches, GO.crosses, GO.disjoint, GO.overlaps, GO.covers, GO.coveredby, GO.equals

Tip

Always place the dataframe with more complex geometries second, as that is the one which will be sorted into a tree.

Simple example

This example demonstrates how to perform a spatial join between two datasets: a set of polygons and a set of randomly generated points.

The polygons are represented as a DataFrame with geometries and colors, while the points are stored in a separate DataFrame.

The spatial join is performed using the contains predicate from GeometryOps, which checks if each point is contained within any of the polygons. The resulting joined DataFrame is then used to plot the points, colored according to the containing polygon.

First, we generate our data. We create two triangle polygons which, together, span the rectangle (0, 0, 1, 1), and a set of points which are randomly distributed within this rectangle.

julia
import GeoInterface as GI, GeometryOps as GO
 using FlexiJoins, DataFrames
diff --git a/previews/PR195/assets/tutorials_spatial_joins.md.DnrEv8Ha.lean.js b/previews/PR195/assets/tutorials_spatial_joins.md.M6zCnTRk.lean.js
similarity index 92%
rename from previews/PR195/assets/tutorials_spatial_joins.md.DnrEv8Ha.lean.js
rename to previews/PR195/assets/tutorials_spatial_joins.md.M6zCnTRk.lean.js
index a5f9832de..a549d6533 100644
--- a/previews/PR195/assets/tutorials_spatial_joins.md.DnrEv8Ha.lean.js
+++ b/previews/PR195/assets/tutorials_spatial_joins.md.M6zCnTRk.lean.js
@@ -1 +1 @@
-import{_ as h,c as a,j as s,a as i,a7 as n,o as t}from"./chunks/framework.BjTE4JnT.js";const e="/GeometryOps.jl/previews/PR195/assets/lztgeom.3UVIT8DR.png",l="/GeometryOps.jl/previews/PR195/assets/orltnjp.Bl1rHoTH.png",p="/GeometryOps.jl/previews/PR195/assets/fptcvzg.CEAi3Hur.png",B=JSON.parse('{"title":"Spatial joins","description":"","frontmatter":{},"headers":[],"relativePath":"tutorials/spatial_joins.md","filePath":"tutorials/spatial_joins.md","lastUpdated":null}'),k={name:"tutorials/spatial_joins.md"},r=s("h1",{id:"Spatial-joins",tabindex:"-1"},[i("Spatial joins "),s("a",{class:"header-anchor",href:"#Spatial-joins","aria-label":'Permalink to "Spatial joins {#Spatial-joins}"'},"​")],-1),E=s("a",{href:"https://www.geeksforgeeks.org/sql-join-set-1-inner-left-right-and-full-joins/",target:"_blank",rel:"noreferrer"},"table joins",-1),d={class:"MathJax",jax:"SVG",style:{direction:"ltr",position:"relative"}},o={style:{overflow:"visible","min-height":"1px","min-width":"1px","vertical-align":"-0.566ex"},xmlns:"http://www.w3.org/2000/svg",width:"6.307ex",height:"2.262ex",role:"img",focusable:"false",viewBox:"0 -750 2787.7 1000","aria-hidden":"true"},g=n("",1),y=[g],c=s("mjx-assistive-mml",{unselectable:"on",display:"inline",style:{top:"0px",left:"0px",clip:"rect(1px, 1px, 1px, 1px)","-webkit-touch-callout":"none","-webkit-user-select":"none","-khtml-user-select":"none","-moz-user-select":"none","-ms-user-select":"none","user-select":"none",position:"absolute",padding:"1px 0px 0px 0px",border:"0px",display:"block",width:"auto",overflow:"hidden"}},[s("math",{xmlns:"http://www.w3.org/1998/Math/MathML"},[s("mi",null,"p"),s("mo",{stretchy:"false"},"("),s("mi",null,"x"),s("mo",null,","),s("mi",null,"y"),s("mo",{stretchy:"false"},")")])],-1),F=s("code",null,"true",-1),u=s("code",null,"false",-1),m=s("a",{href:"https://en.wikipedia.org/wiki/DE-9IM",target:"_blank",rel:"noreferrer"},[s("code",null,"DE-9IM")],-1),C=n("",37);function T(_,b,f,D,Q,w){return t(),a("div",null,[r,s("p",null,[i("Spatial joins are "),E,i(" which are based not on equality, but on some predicate "),s("mjx-container",d,[(t(),a("svg",o,y)),c]),i(", which takes two geometries, and returns a value of either "),F,i(" or "),u,i(". For geometries, the "),m,i(" spatial relationship model is used to determine the spatial relationship between two geometries.")]),C])}const v=h(k,[["render",T]]);export{B as __pageData,v as default};
+import{_ as h,c as a,j as s,a as i,a7 as n,o as t}from"./chunks/framework.BjTE4JnT.js";const e="/GeometryOps.jl/previews/PR195/assets/gvepvsc.3UVIT8DR.png",l="/GeometryOps.jl/previews/PR195/assets/eqwuvgg.BzbnQyYC.png",p="/GeometryOps.jl/previews/PR195/assets/pimzqle.DUfss9cE.png",B=JSON.parse('{"title":"Spatial joins","description":"","frontmatter":{},"headers":[],"relativePath":"tutorials/spatial_joins.md","filePath":"tutorials/spatial_joins.md","lastUpdated":null}'),k={name:"tutorials/spatial_joins.md"},r=s("h1",{id:"Spatial-joins",tabindex:"-1"},[i("Spatial joins "),s("a",{class:"header-anchor",href:"#Spatial-joins","aria-label":'Permalink to "Spatial joins {#Spatial-joins}"'},"​")],-1),E=s("a",{href:"https://www.geeksforgeeks.org/sql-join-set-1-inner-left-right-and-full-joins/",target:"_blank",rel:"noreferrer"},"table joins",-1),d={class:"MathJax",jax:"SVG",style:{direction:"ltr",position:"relative"}},o={style:{overflow:"visible","min-height":"1px","min-width":"1px","vertical-align":"-0.566ex"},xmlns:"http://www.w3.org/2000/svg",width:"6.307ex",height:"2.262ex",role:"img",focusable:"false",viewBox:"0 -750 2787.7 1000","aria-hidden":"true"},g=n("",1),y=[g],c=s("mjx-assistive-mml",{unselectable:"on",display:"inline",style:{top:"0px",left:"0px",clip:"rect(1px, 1px, 1px, 1px)","-webkit-touch-callout":"none","-webkit-user-select":"none","-khtml-user-select":"none","-moz-user-select":"none","-ms-user-select":"none","user-select":"none",position:"absolute",padding:"1px 0px 0px 0px",border:"0px",display:"block",width:"auto",overflow:"hidden"}},[s("math",{xmlns:"http://www.w3.org/1998/Math/MathML"},[s("mi",null,"p"),s("mo",{stretchy:"false"},"("),s("mi",null,"x"),s("mo",null,","),s("mi",null,"y"),s("mo",{stretchy:"false"},")")])],-1),F=s("code",null,"true",-1),u=s("code",null,"false",-1),m=s("a",{href:"https://en.wikipedia.org/wiki/DE-9IM",target:"_blank",rel:"noreferrer"},[s("code",null,"DE-9IM")],-1),C=n("",37);function T(_,b,f,D,Q,w){return t(),a("div",null,[r,s("p",null,[i("Spatial joins are "),E,i(" which are based not on equality, but on some predicate "),s("mjx-container",d,[(t(),a("svg",o,y)),c]),i(", which takes two geometries, and returns a value of either "),F,i(" or "),u,i(". For geometries, the "),m,i(" spatial relationship model is used to determine the spatial relationship between two geometries.")]),C])}const v=h(k,[["render",T]]);export{B as __pageData,v as default};
diff --git a/previews/PR195/assets/xefmvbl.lu4jwpi-.png b/previews/PR195/assets/uahqken.lu4jwpi-.png
similarity index 100%
rename from previews/PR195/assets/xefmvbl.lu4jwpi-.png
rename to previews/PR195/assets/uahqken.lu4jwpi-.png
diff --git a/previews/PR195/assets/ubioczg.BEJwZXDr.png b/previews/PR195/assets/ubioczg.BEJwZXDr.png
deleted file mode 100644
index bd305c9fd..000000000
Binary files a/previews/PR195/assets/ubioczg.BEJwZXDr.png and /dev/null differ
diff --git a/previews/PR195/assets/fkyrbwd.CgiryX2p.png b/previews/PR195/assets/vvnydlz.CgiryX2p.png
similarity index 100%
rename from previews/PR195/assets/fkyrbwd.CgiryX2p.png
rename to previews/PR195/assets/vvnydlz.CgiryX2p.png
diff --git a/previews/PR195/assets/sjtvrcb.Cx40vhB3.png b/previews/PR195/assets/wfugidq.Cx40vhB3.png
similarity index 100%
rename from previews/PR195/assets/sjtvrcb.Cx40vhB3.png
rename to previews/PR195/assets/wfugidq.Cx40vhB3.png
diff --git a/previews/PR195/assets/itpybxw.DiwGEg2f.png b/previews/PR195/assets/wpdjkzg.DiwGEg2f.png
similarity index 100%
rename from previews/PR195/assets/itpybxw.DiwGEg2f.png
rename to previews/PR195/assets/wpdjkzg.DiwGEg2f.png
diff --git a/previews/PR195/assets/sxiveed.Dz86q2IX.png b/previews/PR195/assets/wwwjtxd.Dz86q2IX.png
similarity index 100%
rename from previews/PR195/assets/sxiveed.Dz86q2IX.png
rename to previews/PR195/assets/wwwjtxd.Dz86q2IX.png
diff --git a/previews/PR195/assets/xaostbm.Do8zVjU_.png b/previews/PR195/assets/xaostbm.Do8zVjU_.png
deleted file mode 100644
index b10f2c4fb..000000000
Binary files a/previews/PR195/assets/xaostbm.Do8zVjU_.png and /dev/null differ
diff --git a/previews/PR195/assets/ximousw.C1wK9Lw2.png b/previews/PR195/assets/ximousw.C1wK9Lw2.png
new file mode 100644
index 000000000..d8db29f68
Binary files /dev/null and b/previews/PR195/assets/ximousw.C1wK9Lw2.png differ
diff --git a/previews/PR195/assets/lrliqyk.CULn5saZ.png b/previews/PR195/assets/xtqwcaw.CULn5saZ.png
similarity index 100%
rename from previews/PR195/assets/lrliqyk.CULn5saZ.png
rename to previews/PR195/assets/xtqwcaw.CULn5saZ.png
diff --git a/previews/PR195/assets/deanaex.B94PsR1K.png b/previews/PR195/assets/yxpmwxt.B94PsR1K.png
similarity index 100%
rename from previews/PR195/assets/deanaex.B94PsR1K.png
rename to previews/PR195/assets/yxpmwxt.B94PsR1K.png
diff --git a/previews/PR195/assets/clplkkm.CZy9YIUA.png b/previews/PR195/assets/zaodhix.CZy9YIUA.png
similarity index 100%
rename from previews/PR195/assets/clplkkm.CZy9YIUA.png
rename to previews/PR195/assets/zaodhix.CZy9YIUA.png
diff --git a/previews/PR195/assets/sphoxvj.-VpeHhXX.png b/previews/PR195/assets/zbapdnn.-VpeHhXX.png
similarity index 100%
rename from previews/PR195/assets/sphoxvj.-VpeHhXX.png
rename to previews/PR195/assets/zbapdnn.-VpeHhXX.png
diff --git a/previews/PR195/assets/zkurkhd.BHHM5aFD.png b/previews/PR195/assets/zkurkhd.BHHM5aFD.png
new file mode 100644
index 000000000..4b1b095fa
Binary files /dev/null and b/previews/PR195/assets/zkurkhd.BHHM5aFD.png differ
diff --git a/previews/PR195/call_notes.html b/previews/PR195/call_notes.html
index 6ad23a75a..bd071aa2e 100644
--- a/previews/PR195/call_notes.html
+++ b/previews/PR195/call_notes.html
@@ -8,10 +8,10 @@
     
     
     
-    
+    
     
     
-    
+    
     
     
     
@@ -19,7 +19,7 @@
   
   
     
Skip to content

20th April, 2024

See GeometryOps#114.

  • [ ] Exact predicates can be defined for lower-level, more atomic predicates within GeometryOps.

  • [ ] Add Shewchuck's adaptive math as a stage for exact predicates.

  • [x] @skygering to write docstrings for the predicates

29th Feb, 2024

To do

  • [ ] Finish clipping degeneracies

  • [ ] Fix cross & overlap functions

  • [x] Benchmarks to show why things you couldn't concieve of in R are doable in Julia

  • [x] profile functions for exponential improvements

  • [ ] A list of projects people can work on...the beauty here is that each function is kind of self-contained so it's an undergrad level project

  • [ ] Doc improvements

    • more

    • benchmarks page

  • Methods to validate and fix geometry

    • [ ] Polygons and LinearRings:

      • [ ] self-intersection

      • [ ] holes are actually within the polygon

      • [ ] Polygon exteriors must be counterclockwise, holes clockwise.

      • [ ] length of all rings > 4

      • [ ] repeated last point

    • [ ] LineStrings: NaN/Inf points

    • [x] Fix linear rings at some point to make sure the ring is closed, i.e., points[end] == points[begin]

  • Tests

    • [x] Simplify functions

    • [x] Polygonize

    • Barycentric tests for n_vertices > 4

Done

  • Rename bools.jl to something more relevant to the actual code -> orientation.jl

  • Doc improvements:

    • organise sections
- + \ No newline at end of file diff --git a/previews/PR195/experiments/accurate_accumulators.html b/previews/PR195/experiments/accurate_accumulators.html index a997b623a..c93987e49 100644 --- a/previews/PR195/experiments/accurate_accumulators.html +++ b/previews/PR195/experiments/accurate_accumulators.html @@ -8,10 +8,10 @@ - + - + @@ -24,7 +24,7 @@ using NaturalEarth all_adm0 = naturalearth("admin_0_countries", 10)
FeatureCollection with 258 Features
julia
GO.area(all_adm0)
21427.909318372607
julia
AccurateArithmetic.sum_oro(GO.area.(all_adm0.geometry))
21427.909318372607
julia
AccurateArithmetic.sum_kbn(GO.area.(all_adm0.geometry))
21427.909318372607
julia
GI.Polygon.(GO.flatten(Union{GI.LineStringTrait, GI.LinearRingTrait}, all_adm0) |> collect .|> x -> [x]) .|> GO.signed_area |> sum
-21427.90063612163
julia
GI.Polygon.(GO.flatten(Union{GI.LineStringTrait, GI.LinearRingTrait}, all_adm0) |> collect .|> x -> [x]) .|> GO.signed_area |> sum_oro
-21427.90063612163

@example accurate GI.Polygon.(GO.flatten(Union{GI.LineStringTrait, GI.LinearRingTrait}, all_adm0) |> collect .|> x -> [x]) .|> GO.signed_area |> sum_kbn ```

- + \ No newline at end of file diff --git a/previews/PR195/experiments/predicates.html b/previews/PR195/experiments/predicates.html index 2af0d857f..e0b36478e 100644 --- a/previews/PR195/experiments/predicates.html +++ b/previews/PR195/experiments/predicates.html @@ -8,11 +8,11 @@ - + - - + + @@ -59,7 +59,7 @@ display(fig) end resize!(fig, 1000, 450) -fig

Dashboard

julia
using WGLMakie
+fig

Dashboard

julia
using WGLMakie
 import GeometryOps as GO, GeoInterface as GI, LibGEOS as LG
 import ExactPredicates
 using MultiFloats
@@ -116,7 +116,7 @@
 
 GO.intersection(p1_m, p2_m; target = GI.PolygonTrait(), fix_multipoly = nothing)
 LG.intersection(p1_m, p2_m)

Incircle

- + \ No newline at end of file diff --git a/previews/PR195/explanations/crs.html b/previews/PR195/explanations/crs.html index 9d79d659a..28c17aa08 100644 --- a/previews/PR195/explanations/crs.html +++ b/previews/PR195/explanations/crs.html @@ -8,10 +8,10 @@ - + - + @@ -19,7 +19,7 @@
Skip to content
- + \ No newline at end of file diff --git a/previews/PR195/explanations/paradigms.html b/previews/PR195/explanations/paradigms.html index f05335585..dd06d3770 100644 --- a/previews/PR195/explanations/paradigms.html +++ b/previews/PR195/explanations/paradigms.html @@ -8,10 +8,10 @@ - + - + @@ -19,7 +19,7 @@
Skip to content

Paradigms

GeometryOps exposes functions like apply and applyreduce, as well as the fix and prepare APIs, that represent paradigms of programming, by which we mean the ability to program in a certain way, and in so doing, fit neatly into the tools we've built without needing to re-implement the wheel.

Below, we'll describe some of the foundational paradigms of GeometryOps, and why you should care!

apply

The apply function allows you to decompose a given collection of geometries down to a certain level, operate on it, and reconstruct it back to the same nested form as the original. In general, its invocation is:

julia
apply(f, trait::Trait, geom)

Functionally, it's similar to map in the way you apply it to geometries - except that you tell it at which level it should stop, by passing a trait to it.

apply will start by decomposing the geometry, feature, featurecollection, iterable, or table that you pass to it, and stop when it encounters a geometry for which GI.trait(geom) isa Trait. This encompasses unions of traits especially, but beware that any geometry which is not explicitly handled, and hits GI.PointTrait, will cause an error.

apply is unlike map in that it returns reconstructed geometries, instead of the raw output of the function. If you want a purely map-like behaviour, like calculating the length of each linestring in your feature collection, then call GO.flatten(f, trait, geom), which will decompose each geometry to the given trait and apply f to it, returning the decomposition as a flattened vector.

applyreduce

applyreduce is like the previous map-based approach that we mentioned, except that it reduces the result of f by op. Note that applyreduce does not guarantee associativity, so it's best to have typeof(init) == returntype(op).

fix and prepare

The fix and prepare paradigms are different from apply, though they are built on top of it. They involve the use of structs as "actions", where a constructed object indicates an action that should be taken. A trait like interface prescribes the level (polygon, linestring, point, etc) at which each action should be applied.

In general, the idea here is to be able to invoke several actions efficiently and simultaneously, for example when correcting invalid geometries, or instantiating a Prepared geometry with several preparations (sorted edge lists, rtrees, monotone chains, etc.)

- + \ No newline at end of file diff --git a/previews/PR195/explanations/peculiarities.html b/previews/PR195/explanations/peculiarities.html index c80188552..c135d396c 100644 --- a/previews/PR195/explanations/peculiarities.html +++ b/previews/PR195/explanations/peculiarities.html @@ -8,10 +8,10 @@ - + - + @@ -19,7 +19,7 @@
Skip to content

Peculiarities

What does apply return and why?

apply returns the target geometries returned by f, whatever type/package they are from, but geometries, features or feature collections that wrapped the target are replaced with GeoInterace.jl wrappers with matching GeoInterface.trait to the originals. All non-geointerface iterables become Arrays. Tables.jl compatible tables are converted either back to the original type if a Tables.materializer is defined, and if not then returned as generic NamedTuple column tables (i.e., a NamedTuple of vectors).

It is recommended for consistency that f returns GeoInterface geometries unless there is a performance/conversion overhead to doing that.

Why do you want me to provide a target in set operations?

In polygon set operations like intersection, difference, and union, many different geometry types may be obtained - depending on the relationship between the polygons. For example, when performing an union on two nonintersecting polygons, one would technically have two disjoint polygons as an output.

We use the target keyword to allow the user to control which kinds of geometry they want back. For example, setting target to PolygonTrait will cause a vector of polygons to be returned (this is the only currently supported behaviour). In future, we may implement MultiPolygonTrait or GeometryCollectionTrait targets which will return a single geometry, as LibGEOS and ArchGDAL do.

This also allows for a lot more type stability - when you ask for polygons, we won't return a geometrycollection with line segments. Especially in simulation workflows, this is excellent for simplified data processing.

_True and _False (or BoolsAsTypes)

Warning

These are internals and explicitly not public API, meaning they may change at any time!

When dispatch can be controlled by the value of a boolean variable, this introduces type instability. Instead of introducing type instability, we chose to encode our boolean decision variables, like threaded and calc_extent in apply, as types. This allows the compiler to reason about what will happen, and call the correct compiled method, in a stable way without worrying about

- + \ No newline at end of file diff --git a/previews/PR195/explanations/winding_order.html b/previews/PR195/explanations/winding_order.html index a0ff55636..0af2f3f44 100644 --- a/previews/PR195/explanations/winding_order.html +++ b/previews/PR195/explanations/winding_order.html @@ -8,10 +8,10 @@ - + - + @@ -19,7 +19,7 @@
Skip to content
- + \ No newline at end of file diff --git a/previews/PR195/hashmap.json b/previews/PR195/hashmap.json index b6ba85ead..2ae013631 100644 --- a/previews/PR195/hashmap.json +++ b/previews/PR195/hashmap.json @@ -1 +1 @@ -{"api.md":"BOAMfjMD","call_notes.md":"7w_VILqE","experiments_accurate_accumulators.md":"GjJQmUUF","experiments_predicates.md":"CrrYSeMP","explanations_crs.md":"rB2P2tWO","explanations_paradigms.md":"DI9tAELo","explanations_peculiarities.md":"FHOVDDB1","explanations_winding_order.md":"Bm0h6HnC","index.md":"BWJsEQ2o","introduction.md":"D8tkvOeC","source_geometryops.md":"Cz4BxN1w","source_lazy_wrappers.md":"DfDLIJRO","source_methods_angles.md":"CE49jq22","source_methods_area.md":"CVTC71h0","source_methods_barycentric.md":"Cs4dTCTH","source_methods_buffer.md":"DU5YIRhh","source_methods_centroid.md":"BHSz4F0b","source_methods_clipping_clipping_processor.md":"CtF2CQFc","source_methods_clipping_coverage.md":"A7dmJGZH","source_methods_clipping_cut.md":"D2wwxGIq","source_methods_clipping_difference.md":"XpSQ9j5U","source_methods_clipping_intersection.md":"DrpOytWq","source_methods_clipping_predicates.md":"DXSSIe8m","source_methods_clipping_union.md":"W5PFYzX8","source_methods_convex_hull.md":"CoBp1HPw","source_methods_distance.md":"CIQ2kRRk","source_methods_equals.md":"CG2GX2G-","source_methods_geom_relations_contains.md":"Cpcc7vXO","source_methods_geom_relations_coveredby.md":"Dj_nAWvy","source_methods_geom_relations_covers.md":"CSDFydXd","source_methods_geom_relations_crosses.md":"BHrKZtR2","source_methods_geom_relations_disjoint.md":"DiBqaDAE","source_methods_geom_relations_geom_geom_processors.md":"C9HuuL9H","source_methods_geom_relations_intersects.md":"BsITeqCZ","source_methods_geom_relations_overlaps.md":"CVfdoel4","source_methods_geom_relations_touches.md":"qExTc2Ih","source_methods_geom_relations_within.md":"B_OARYtU","source_methods_orientation.md":"CAyjPYQQ","source_methods_polygonize.md":"Bajq04Cb","source_not_implemented_yet.md":"Bz3ySMxN","source_primitives.md":"CwLE6hnK","source_transformations_correction_closed_ring.md":"BDlXIhE4","source_transformations_correction_geometry_correction.md":"VEdgiIPU","source_transformations_correction_intersecting_polygons.md":"CVZsm4oL","source_transformations_extent.md":"BOfr-Fyq","source_transformations_flip.md":"BXRIoP3a","source_transformations_reproject.md":"AFBdSlqT","source_transformations_segmentize.md":"udwcI5Oo","source_transformations_simplify.md":"DN9O_9Po","source_transformations_transform.md":"CQbjpjpu","source_transformations_tuples.md":"De5DcGB5","source_types.md":"Df5Ol6GF","source_utils.md":"BvaNAnX0","tutorials_creating_geometry.md":"KPKOdNQp","tutorials_geodesic_paths.md":"BxIfIMgw","tutorials_spatial_joins.md":"DnrEv8Ha"} +{"api.md":"Uu1jvSAS","call_notes.md":"7w_VILqE","experiments_accurate_accumulators.md":"GjJQmUUF","experiments_predicates.md":"CY6VVdB5","explanations_crs.md":"rB2P2tWO","explanations_paradigms.md":"DI9tAELo","explanations_peculiarities.md":"FHOVDDB1","explanations_winding_order.md":"Bm0h6HnC","index.md":"BWJsEQ2o","introduction.md":"D8tkvOeC","source_geometryops.md":"Cz4BxN1w","source_lazy_wrappers.md":"DfDLIJRO","source_methods_angles.md":"BFiryIAp","source_methods_area.md":"BBk_o4kT","source_methods_barycentric.md":"IhV5n_Vs","source_methods_buffer.md":"DU5YIRhh","source_methods_centroid.md":"BNPz6HBb","source_methods_clipping_clipping_processor.md":"CtF2CQFc","source_methods_clipping_coverage.md":"gih_Ixny","source_methods_clipping_cut.md":"Ufq7LqwY","source_methods_clipping_difference.md":"XpSQ9j5U","source_methods_clipping_intersection.md":"DrpOytWq","source_methods_clipping_predicates.md":"DXSSIe8m","source_methods_clipping_union.md":"W5PFYzX8","source_methods_convex_hull.md":"krPAiW_K","source_methods_distance.md":"Bd0D210y","source_methods_equals.md":"C5IDvJmK","source_methods_geom_relations_contains.md":"CEI3G1Lt","source_methods_geom_relations_coveredby.md":"CUwQuZpN","source_methods_geom_relations_covers.md":"Cgai50jA","source_methods_geom_relations_crosses.md":"BHrKZtR2","source_methods_geom_relations_disjoint.md":"NbP1nsJg","source_methods_geom_relations_geom_geom_processors.md":"C9HuuL9H","source_methods_geom_relations_intersects.md":"5Sihtqge","source_methods_geom_relations_overlaps.md":"DPk6B9QY","source_methods_geom_relations_touches.md":"DGbBQXvM","source_methods_geom_relations_within.md":"1DNJm7GW","source_methods_orientation.md":"CAyjPYQQ","source_methods_polygonize.md":"Bajq04Cb","source_not_implemented_yet.md":"Bz3ySMxN","source_primitives.md":"CwLE6hnK","source_transformations_correction_closed_ring.md":"BDlXIhE4","source_transformations_correction_geometry_correction.md":"VEdgiIPU","source_transformations_correction_intersecting_polygons.md":"CVZsm4oL","source_transformations_extent.md":"BOfr-Fyq","source_transformations_flip.md":"BXRIoP3a","source_transformations_reproject.md":"AFBdSlqT","source_transformations_segmentize.md":"BS_Hz255","source_transformations_simplify.md":"DduEGYcq","source_transformations_transform.md":"CQbjpjpu","source_transformations_tuples.md":"De5DcGB5","source_types.md":"Df5Ol6GF","source_utils.md":"BvaNAnX0","tutorials_creating_geometry.md":"Cmy9Jd1C","tutorials_geodesic_paths.md":"_9mxe3XA","tutorials_spatial_joins.md":"M6zCnTRk"} diff --git a/previews/PR195/index.html b/previews/PR195/index.html index ca7a2ddcc..7259a12b1 100644 --- a/previews/PR195/index.html +++ b/previews/PR195/index.html @@ -8,10 +8,10 @@ - + - + @@ -19,7 +19,7 @@
Skip to content

GeometryOps.jl

Blazing fast geometry operations in pure Julia

GeometryOps

What is GeometryOps.jl?

GeometryOps.jl is a package for geometric calculations on (primarily 2D) geometries.

The driving idea behind this package is to unify all the disparate packages for geometric calculations in Julia, and make them GeoInterface.jl-compatible. We seem to be focusing primarily on 2/2.5D geometries for now.

Most of the usecases are driven by GIS and similar Earth data workflows, so this might be a bit specialized towards that, but methods should always be general to any coordinate space.

We welcome contributions, either as pull requests or discussion on issues!

How to navigate the docs

GeometryOps' docs are divided into three main sections: tutorials, explanations and source code.
Documentation and examples for many functions can be found in the source code section, since we use literate programming in GeometryOps.

  • Tutorials are meant to teach the fundamental concepts behind GeometryOps, and how to perform certain operations.
  • Explanations usually contain little code, and explain in more detail how GeometryOps works.
  • Source code usually contains explanations and examples at the top of the page, followed by annotated source code from that file.
- + \ No newline at end of file diff --git a/previews/PR195/introduction.html b/previews/PR195/introduction.html index 8a28917b2..1df58efae 100644 --- a/previews/PR195/introduction.html +++ b/previews/PR195/introduction.html @@ -8,10 +8,10 @@ - + - + @@ -19,7 +19,7 @@
Skip to content

Introduction

GeometryOps.jl is a package for geometric calculations on (primarily 2D) geometries.

The driving idea behind this package is to unify all the disparate packages for geometric calculations in Julia, and make them GeoInterface.jl-compatible. We seem to be focusing primarily on 2/2.5D geometries for now.

Most of the usecases are driven by GIS and similar Earth data workflows, so this might be a bit specialized towards that, but methods should always be general to any coordinate space.

We welcome contributions, either as pull requests or discussion on issues!

Main concepts

The apply paradigm

Note

See the Primitive Functions page for more information on this.

The apply function allows you to decompose a given collection of geometries down to a certain level, and then operate on it.

Functionally, it's similar to map in the way you apply it to geometries.

apply and applyreduce take any geometry, vector of geometries, collection of geometries, or table (like Shapefile.Table, DataFrame, or GeoTable)!

What's this GeoInterface.Wrapper thing?

Write a comment about GeoInterface.Wrapper and why it helps in type stability to guarantee a particular return type.

- + \ No newline at end of file diff --git a/previews/PR195/source/GeometryOps.html b/previews/PR195/source/GeometryOps.html index 52cd8543b..ecb8ccf15 100644 --- a/previews/PR195/source/GeometryOps.html +++ b/previews/PR195/source/GeometryOps.html @@ -8,10 +8,10 @@ - + - + @@ -93,7 +93,7 @@ end end

This page was generated using Literate.jl.

- + \ No newline at end of file diff --git a/previews/PR195/source/lazy_wrappers.html b/previews/PR195/source/lazy_wrappers.html index 543865bb3..cc2ea13b1 100644 --- a/previews/PR195/source/lazy_wrappers.html +++ b/previews/PR195/source/lazy_wrappers.html @@ -8,10 +8,10 @@ - + - + @@ -124,7 +124,7 @@ end end end

This page was generated using Literate.jl.

- + \ No newline at end of file diff --git a/previews/PR195/source/methods/angles.html b/previews/PR195/source/methods/angles.html index 5222f0bb0..f6309b4c7 100644 --- a/previews/PR195/source/methods/angles.html +++ b/previews/PR195/source/methods/angles.html @@ -8,11 +8,11 @@ - + - - + + @@ -23,7 +23,7 @@ using Makie, CairoMakie rect = GI.Polygon([[(0.0, 0.0), (0.0, 1.0), (1.0, 1.0), (1.0, 0.0), (0.0, 0.0)]]) -f, a, p = poly(collect(GI.getpoint(rect)); axis = (; aspect = DataAspect()))

This is clearly a rectangle, with angles of 90 degrees.

julia
GO.angles(rect)  # [90, 90, 90, 90]
4-element Vector{Float64}:
+f, a, p = poly(collect(GI.getpoint(rect)); axis = (; aspect = DataAspect()))

This is clearly a rectangle, with angles of 90 degrees.

julia
GO.angles(rect)  # [90, 90, 90, 90]
4-element Vector{Float64}:
  90.0
  90.0
  90.0
@@ -142,7 +142,7 @@
     angle = real(acos(val) * 180 / π)
     return angle * (cross_prod < 0 ? -1 : 1)
 end

This page was generated using Literate.jl.

- + \ No newline at end of file diff --git a/previews/PR195/source/methods/area.html b/previews/PR195/source/methods/area.html index 6f95520ab..ec8f738fc 100644 --- a/previews/PR195/source/methods/area.html +++ b/previews/PR195/source/methods/area.html @@ -8,11 +8,11 @@ - + - - + + @@ -24,10 +24,10 @@ using CairoMakie rect = GI.Polygon([[(0,0), (0,1), (1,1), (1,0), (0, 0)]]) -f, a, p = poly(collect(GI.getpoint(rect)); axis = (; aspect = DataAspect()))

This is clearly a rectangle, etc. But now let's look at how the points look:

julia
lines!(
+f, a, p = poly(collect(GI.getpoint(rect)); axis = (; aspect = DataAspect()))

This is clearly a rectangle, etc. But now let's look at how the points look:

julia
lines!(
     collect(GI.getpoint(rect));
     color = 1:GI.npoint(rect), linewidth = 10.0)
-f

The points are ordered in a counterclockwise fashion, which means that the signed area is negative. If we reverse the order of the points, we get a positive area.

julia
GO.signed_area(rect)  # -1.0
-1.0

Implementation

This is the GeoInterface-compatible implementation. First, we implement a wrapper method that dispatches to the correct implementation based on the geometry trait. This is also used in the implementation, since it's a lot less work!

Note that area and signed area are zero for all points and curves, even if the curves are closed like with a linear ring. Also note that signed area really only makes sense for polygons, given with a multipolygon can have several polygons each with a different orientation and thus the absolute value of the signed area might not be the area. This is why signed area is only implemented for polygons.

Targets for applys functions

julia
const _AREA_TARGETS = TraitTarget{Union{GI.PolygonTrait,GI.AbstractCurveTrait,GI.MultiPointTrait,GI.PointTrait}}()
+f

The points are ordered in a counterclockwise fashion, which means that the signed area is negative. If we reverse the order of the points, we get a positive area.

julia
GO.signed_area(rect)  # -1.0
-1.0

Implementation

This is the GeoInterface-compatible implementation. First, we implement a wrapper method that dispatches to the correct implementation based on the geometry trait. This is also used in the implementation, since it's a lot less work!

Note that area and signed area are zero for all points and curves, even if the curves are closed like with a linear ring. Also note that signed area really only makes sense for polygons, given with a multipolygon can have several polygons each with a different orientation and thus the absolute value of the signed area might not be the area. This is why signed area is only implemented for polygons.

Targets for applys functions

julia
const _AREA_TARGETS = TraitTarget{Union{GI.PolygonTrait,GI.AbstractCurveTrait,GI.MultiPointTrait,GI.PointTrait}}()
 
 """
     area(geom, [T = Float64])::T
@@ -105,7 +105,7 @@
     area += _area_component(p1, p2)
     return T(area / 2)
 end

This page was generated using Literate.jl.

- + \ No newline at end of file diff --git a/previews/PR195/source/methods/barycentric.html b/previews/PR195/source/methods/barycentric.html index 2a8ec9881..a80307b56 100644 --- a/previews/PR195/source/methods/barycentric.html +++ b/previews/PR195/source/methods/barycentric.html @@ -8,11 +8,11 @@ - + - - + + @@ -85,7 +85,7 @@ # and render! hm = heatmap!(a2, xrange, yrange, mean_values; colormap = p1.colormap, colorrange = p1.plots[1].colorrange[], xautolimits = false, yautolimits = false) translate!(hm, 0, 0, -1) # translate the heatmap behind the cropping polygon! -f # finally, display the figure

Barycentric-coordinate API

In some cases, we actually want barycentric interpolation, and have no interest in the coordinates themselves.

However, the coordinates can be useful for debugging, and when performing 3D rendering, multiple barycentric values (depth, uv) are needed for depth buffering.

julia
const _VecTypes = Union{Tuple{Vararg{T, N}}, GeometryBasics.StaticArraysCore.StaticArray{Tuple{N}, T, 1}} where {N, T}
+f # finally, display the figure

Barycentric-coordinate API

In some cases, we actually want barycentric interpolation, and have no interest in the coordinates themselves.

However, the coordinates can be useful for debugging, and when performing 3D rendering, multiple barycentric values (depth, uv) are needed for depth buffering.

julia
const _VecTypes = Union{Tuple{Vararg{T, N}}, GeometryBasics.StaticArraysCore.StaticArray{Tuple{N}, T, 1}} where {N, T}
 
 """
     abstract type AbstractBarycentricCoordinateMethod
@@ -433,7 +433,7 @@
 
 struct Wachspress <: AbstractBarycentricCoordinateMethod
 end

This page was generated using Literate.jl.

- + \ No newline at end of file diff --git a/previews/PR195/source/methods/buffer.html b/previews/PR195/source/methods/buffer.html index 4deae9269..1fec91910 100644 --- a/previews/PR195/source/methods/buffer.html +++ b/previews/PR195/source/methods/buffer.html @@ -8,10 +8,10 @@ - + - + @@ -29,7 +29,7 @@ println(io, " in your REPL, \nor otherwise loading LibGEOS.jl via using or import.") end end

This page was generated using Literate.jl.

- + \ No newline at end of file diff --git a/previews/PR195/source/methods/centroid.html b/previews/PR195/source/methods/centroid.html index 19212260e..71a293fda 100644 --- a/previews/PR195/source/methods/centroid.html +++ b/previews/PR195/source/methods/centroid.html @@ -8,11 +8,11 @@ - + - - + + @@ -24,9 +24,9 @@ using CairoMakie cshape = GI.Polygon([[(0,0), (0,3), (3,3), (3,2), (1,2), (1,1), (3,1), (3,0), (0,0)]]) -f, a, p = poly(collect(GI.getpoint(cshape)); axis = (; aspect = DataAspect()))

Let's see what the centroid looks like (plotted in red):

julia
cent = GO.centroid(cshape)
+f, a, p = poly(collect(GI.getpoint(cshape)); axis = (; aspect = DataAspect()))

Let's see what the centroid looks like (plotted in red):

julia
cent = GO.centroid(cshape)
 scatter!(GI.x(cent), GI.y(cent), color = :red)
-f

Implementation

This is the GeoInterface-compatible implementation.

First, we implement a wrapper method that dispatches to the correct implementation based on the geometry trait. This is also used in the implementation, since it's a lot less work!

Note that if you call centroid on a LineString or LinearRing, the centroid_and_length function will be called due to the weighting scheme described above, while centroid_and_area is called for polygons and multipolygons. However, centroid_and_area can still be called on a LineString or LinearRing when they are closed, for example as the interior hole of a polygon.

The helper functions centroid_and_length and centroid_and_area are made available just in case the user also needs the area or length to decrease repeat computation.

julia
"""
+f

Implementation

This is the GeoInterface-compatible implementation.

First, we implement a wrapper method that dispatches to the correct implementation based on the geometry trait. This is also used in the implementation, since it's a lot less work!

Note that if you call centroid on a LineString or LinearRing, the centroid_and_length function will be called due to the weighting scheme described above, while centroid_and_area is called for polygons and multipolygons. However, centroid_and_area can still be called on a LineString or LinearRing when they are closed, for example as the interior hole of a polygon.

The helper functions centroid_and_length and centroid_and_area are made available just in case the user also needs the area or length to decrease repeat computation.

julia
"""
     centroid(geom, [T=Float64])::Tuple{T, T}
 
 Returns the centroid of a given line segment, linear ring, polygon, or
@@ -111,7 +111,7 @@
     y = (y1 * area1 + y2 * area2) / area
     return (x, y), area
 end

This page was generated using Literate.jl.

- + \ No newline at end of file diff --git a/previews/PR195/source/methods/clipping/clipping_processor.html b/previews/PR195/source/methods/clipping/clipping_processor.html index 2c280437a..77a66db41 100644 --- a/previews/PR195/source/methods/clipping/clipping_processor.html +++ b/previews/PR195/source/methods/clipping/clipping_processor.html @@ -8,10 +8,10 @@ - + - + @@ -525,7 +525,7 @@ end return end

This page was generated using Literate.jl.

- + \ No newline at end of file diff --git a/previews/PR195/source/methods/clipping/coverage.html b/previews/PR195/source/methods/clipping/coverage.html index 5f7e6a0e8..f0bfb78d8 100644 --- a/previews/PR195/source/methods/clipping/coverage.html +++ b/previews/PR195/source/methods/clipping/coverage.html @@ -8,11 +8,11 @@ - + - - + + @@ -28,7 +28,7 @@ xmin, xmax, ymin, ymax = 0, 2, 0, 2 f, a, p = poly(collect(GI.getpoint(cell)); axis = (; aspect = DataAspect())) poly!(collect(GI.getpoint(rect))) -f

It is clear that half of the polygon is within the cell, so the coverage should be 1.0, half of the area of the rectangle.

julia
GO.coverage(rect, xmin, xmax, ymin, ymax)
1.0

Implementation

This is the GeoInterface-compatible implementation. First, we implement a wrapper method that dispatches to the correct implementation based on the geometry trait. This is also used in the implementation, since it's a lot less work!

Note that the coverage is zero for all points and curves, even if the curves are closed like with a linear ring.

Targets for applys functions

julia
const _COVERAGE_TARGETS = TraitTarget{Union{GI.PolygonTrait,GI.AbstractCurveTrait,GI.MultiPointTrait,GI.PointTrait}}()

Wall types for coverage

julia
const UNKNOWN, NORTH, EAST, SOUTH, WEST = 0:4
+f

It is clear that half of the polygon is within the cell, so the coverage should be 1.0, half of the area of the rectangle.

julia
GO.coverage(rect, xmin, xmax, ymin, ymax)
1.0

Implementation

This is the GeoInterface-compatible implementation. First, we implement a wrapper method that dispatches to the correct implementation based on the geometry trait. This is also used in the implementation, since it's a lot less work!

Note that the coverage is zero for all points and curves, even if the curves are closed like with a linear ring.

Targets for applys functions

julia
const _COVERAGE_TARGETS = TraitTarget{Union{GI.PolygonTrait,GI.AbstractCurveTrait,GI.MultiPointTrait,GI.PointTrait}}()

Wall types for coverage

julia
const UNKNOWN, NORTH, EAST, SOUTH, WEST = 0:4
 
 """
     coverage(geom, xmin, xmax, ymin, ymax, [T = Float64])::T
@@ -241,7 +241,7 @@
     y_wall = (wall == NORTH || wall == WEST) ? ymax : ymin
     return x1 * y_wall - x_wall * y1
 end

This page was generated using Literate.jl.

- + \ No newline at end of file diff --git a/previews/PR195/source/methods/clipping/cut.html b/previews/PR195/source/methods/clipping/cut.html index 546225cce..7ad62d8b9 100644 --- a/previews/PR195/source/methods/clipping/cut.html +++ b/previews/PR195/source/methods/clipping/cut.html @@ -8,11 +8,11 @@ - + - - + + @@ -29,7 +29,7 @@ f, a, p1 = Makie.poly(collect(GI.getpoint(cut_polys[1])); color = (:blue, 0.5)) Makie.poly!(collect(GI.getpoint(cut_polys[2])); color = (:orange, 0.5)) Makie.lines!(GI.getpoint(line); color = :black) -f

Implementation

This function depends on polygon clipping helper function and is inspired by the Greiner-Hormann clipping algorithm used elsewhere in this library. The inspiration came from this Stack Overflow discussion.

julia
"""
+f

Implementation

This function depends on polygon clipping helper function and is inspired by the Greiner-Hormann clipping algorithm used elsewhere in this library. The inspiration came from this Stack Overflow discussion.

julia
"""
     cut(geom, line, [T::Type])
 
 Return given geom cut by given line as a list of geometries of the same type as the input
@@ -105,7 +105,7 @@
     end
     return return_coords
 end

This page was generated using Literate.jl.

- + \ No newline at end of file diff --git a/previews/PR195/source/methods/clipping/difference.html b/previews/PR195/source/methods/clipping/difference.html index 97d9f9607..d1195f941 100644 --- a/previews/PR195/source/methods/clipping/difference.html +++ b/previews/PR195/source/methods/clipping/difference.html @@ -8,10 +8,10 @@ - + - + @@ -184,7 +184,7 @@ ) return nothing end

This page was generated using Literate.jl.

- + \ No newline at end of file diff --git a/previews/PR195/source/methods/clipping/intersection.html b/previews/PR195/source/methods/clipping/intersection.html index 69012b28a..85b64f749 100644 --- a/previews/PR195/source/methods/clipping/intersection.html +++ b/previews/PR195/source/methods/clipping/intersection.html @@ -8,10 +8,10 @@ - + - + @@ -401,7 +401,7 @@ α, β = _clamped_frac(distance(min_pt, a2, T), a_dist, eps(T)), one(T) - eps(T) end

Return point with smallest distance

julia
    return _tuple_point(min_pt, T), α, β
 end

Return value of x/y clamped between ϵ and 1 - ϵ

julia
_clamped_frac(x::T, y::T, ϵ = zero(T)) where T = clamp(x / y, ϵ, one(T) - ϵ)

This page was generated using Literate.jl.

- + \ No newline at end of file diff --git a/previews/PR195/source/methods/clipping/predicates.html b/previews/PR195/source/methods/clipping/predicates.html index 59028794e..fa3a4f5f4 100644 --- a/previews/PR195/source/methods/clipping/predicates.html +++ b/previews/PR195/source/methods/clipping/predicates.html @@ -8,10 +8,10 @@ - + - + @@ -62,7 +62,7 @@ end import .Predicates

If we want to inject adaptivity, we would do something like:

function cross(a, b, c) # try Predicates._cross_naive(a, b, c) # check the error bound there # then try Predicates._cross_adaptive(a, b, c) # then try Predicates._cross_exact end


This page was generated using Literate.jl.

- + \ No newline at end of file diff --git a/previews/PR195/source/methods/clipping/union.html b/previews/PR195/source/methods/clipping/union.html index aacf08dba..f8ed72b73 100644 --- a/previews/PR195/source/methods/clipping/union.html +++ b/previews/PR195/source/methods/clipping/union.html @@ -8,10 +8,10 @@ - + - + @@ -268,7 +268,7 @@ throw(ArgumentError("Union between $trait_a and $trait_b with target $Target isn't implemented yet.")) return nothing end

This page was generated using Literate.jl.

- + \ No newline at end of file diff --git a/previews/PR195/source/methods/convex_hull.html b/previews/PR195/source/methods/convex_hull.html index 625a17983..6071649b5 100644 --- a/previews/PR195/source/methods/convex_hull.html +++ b/previews/PR195/source/methods/convex_hull.html @@ -8,11 +8,11 @@ - + - - + + @@ -26,7 +26,7 @@ hull_poly = GO.convex_hull(points) lines!(a, hull_poly; label = "Convex hull", color = Makie.wong_colors()[2]) axislegend(a) -f

Convex hull of the USA

julia
import GeometryOps as GO, GeoInterface as GI
+f

Convex hull of the USA

julia
import GeometryOps as GO, GeoInterface as GI
 using CairoMakie # to plot
 using NaturalEarth # for data
 
@@ -34,7 +34,7 @@
 usa = all_adm0.geometry[findfirst(==("USA"), all_adm0.ADM0_A3)]
 f, a, p = lines(usa)
 lines!(a, GO.convex_hull(usa); color = Makie.wong_colors()[2])
-f

Investigating the winding order

The winding order of the monotone chain method is counterclockwise, while the winding order of the GEOS method is clockwise.

GeometryOps' convexity detection says that the GEOS hull is convex, while the monotone chain method hull is not. However, they are both going over the same points (we checked), it's just that the winding order is different.

In reality, both sets are convex, but we need to fix the GeometryOps convexity detector (isconcave)!

We may also decide at a later date to change the returned winding order of the polygon, but most algorithms are robust to that, and you can always fix it...

julia
import GeoInterface as GI, GeometryOps as GO, LibGEOS as LG
+f

Investigating the winding order

The winding order of the monotone chain method is counterclockwise, while the winding order of the GEOS method is clockwise.

GeometryOps' convexity detection says that the GEOS hull is convex, while the monotone chain method hull is not. However, they are both going over the same points (we checked), it's just that the winding order is different.

In reality, both sets are convex, but we need to fix the GeometryOps convexity detector (isconcave)!

We may also decide at a later date to change the returned winding order of the polygon, but most algorithms are robust to that, and you can always fix it...

julia
import GeoInterface as GI, GeometryOps as GO, LibGEOS as LG
 using CairoMakie # to plot
 
 points = rand(Point2{Float64}, 100)
@@ -45,7 +45,7 @@
 a1, p1 = lines(fig[1, 1], go_hull; color = 1:GI.npoint(go_hull), axis = (; title = "MonotoneChainMethod()"))
 a2, p2 = lines(fig[2, 1], lg_hull; color = 1:GI.npoint(lg_hull), axis = (; title = "GEOS()"))
 cb = Colorbar(fig[1:2, 2], p1; label = "Vertex number")
-fig

Implementation

julia
"""
+fig

Implementation

julia
"""
     convex_hull([method], geometries)
 
 Compute the convex hull of the points in `geometries`.
@@ -75,7 +75,7 @@
 struct MonotoneChainMethod end

GrahamScanMethod, etc. can be implemented in GO as well, if someone wants to. If we add an extension on Quickhull.jl, then that would be another algorithm.

julia
convex_hull(geometries) = convex_hull(MonotoneChainMethod(), geometries)

TODO: have this respect the CRS by pulling it out of geometries.

julia
function convex_hull(::MonotoneChainMethod, geometries)

Extract all points as tuples. We have to collect and allocate here, because DelaunayTriangulation only accepts vectors of point-like geoms.

Cleanest would be to use the iterable from GO.flatten directly, but that would require us to implement the convex hull algorithm directly.

TODO: create a specialized method that extracts only the information required, GeometryBasics points can be passed through directly.

julia
    points = collect(flatten(tuples, GI.PointTrait, geometries))

Compute the convex hull using DelTri (shorthand for DelaunayTriangulation.jl).

julia
    hull = DelaunayTriangulation.convex_hull(points)

Convert the result to a GI.Polygon and return it. View would be more efficient here, but re-allocating is cleaner.

julia
    point_vec = DelaunayTriangulation.get_points(hull)[DelaunayTriangulation.get_vertices(hull)]
     return GI.Polygon([GI.LinearRing(point_vec)])
 end

This page was generated using Literate.jl.

- + \ No newline at end of file diff --git a/previews/PR195/source/methods/distance.html b/previews/PR195/source/methods/distance.html index c6c49e271..871c1210b 100644 --- a/previews/PR195/source/methods/distance.html +++ b/previews/PR195/source/methods/distance.html @@ -8,11 +8,11 @@ - + - - + + @@ -29,13 +29,13 @@ f, a, p = poly(collect(GI.getpoint(rect)); axis = (; aspect = DataAspect())) scatter!(GI.x(point_in), GI.y(point_in); color = :red) scatter!(GI.x(point_out), GI.y(point_out); color = :orange) -f

This is clearly a rectangle with one point inside and one point outside. The points are both an equal distance to the polygon. The distance to point_in is negative while the distance to point_out is positive.

julia
(
+f

This is clearly a rectangle with one point inside and one point outside. The points are both an equal distance to the polygon. The distance to point_in is negative while the distance to point_out is positive.

julia
(
 GO.distance(point_in, rect),  # == 0
 GO.signed_distance(point_in, rect),  # < 0
 GO.signed_distance(point_out, rect)  # > 0
 )
(0.0, -0.5, 0.5)

Consider also a heatmap of signed distances around this object:

julia
xrange = yrange = LinRange(-0.5, 1.5, 300)
 f, a, p = heatmap(xrange, yrange, GO.signed_distance.(Point2f.(xrange, yrange'), Ref(rect)); colormap = :RdBu, colorrange = (-0.75, 0.75))
-a.aspect = DataAspect(); Colorbar(f[1, 2], p, label = "Signed distance"); lines!(a, GI.convert(GO.GeometryBasics, rect)); f

Implementation

This is the GeoInterface-compatible implementation. First, we implement a wrapper method that dispatches to the correct implementation based on the geometry trait. This is also used in the implementation, since it's a lot less work!

Distance and signed distance are only implemented for points to other geometries right now. This could be extended to include distance from other geometries in the future.

The distance calculated is the Euclidean distance using the Pythagorean theorem. Also note that singed_distance only makes sense for "filled-in" shapes, like polygons, so it isn't implemented for curves.

julia
const _DISTANCE_TARGETS = TraitTarget{Union{GI.AbstractPolygonTrait,GI.LineStringTrait,GI.LinearRingTrait,GI.LineTrait,GI.PointTrait}}()
+a.aspect = DataAspect(); Colorbar(f[1, 2], p, label = "Signed distance"); lines!(a, GI.convert(GO.GeometryBasics, rect)); f

Implementation

This is the GeoInterface-compatible implementation. First, we implement a wrapper method that dispatches to the correct implementation based on the geometry trait. This is also used in the implementation, since it's a lot less work!

Distance and signed distance are only implemented for points to other geometries right now. This could be extended to include distance from other geometries in the future.

The distance calculated is the Euclidean distance using the Pythagorean theorem. Also note that singed_distance only makes sense for "filled-in" shapes, like polygons, so it isn't implemented for curves.

julia
const _DISTANCE_TARGETS = TraitTarget{Union{GI.AbstractPolygonTrait,GI.LineStringTrait,GI.LinearRingTrait,GI.LineTrait,GI.PointTrait}}()
 
 """
     distance(point, geom, ::Type{T} = Float64)::T
@@ -199,7 +199,7 @@
     end
     return min_dist
 end

This page was generated using Literate.jl.

- + \ No newline at end of file diff --git a/previews/PR195/source/methods/equals.html b/previews/PR195/source/methods/equals.html index d46fd0437..357a18c99 100644 --- a/previews/PR195/source/methods/equals.html +++ b/previews/PR195/source/methods/equals.html @@ -8,11 +8,11 @@ - + - - + + @@ -29,7 +29,7 @@ scatter!(GI.getpoint(l1), color = :blue) lines!(GI.getpoint(l2), color = :orange) scatter!(GI.getpoint(l2), color = :orange) -f

We can see that the two lines do not share a common set of points and edges in the plot, so they are not equal:

julia
GO.equals(l1, l2)  # returns false
false

Implementation

This is the GeoInterface-compatible implementation.

First, we implement a wrapper method that dispatches to the correct implementation based on the geometry trait. This is also used in the implementation, since it's a lot less work!

Note that while we need the same set of points and edges, they don't need to be provided in the same order for polygons. For for example, we need the same set points for two multipoints to be equal, but they don't have to be saved in the same order. The winding order also doesn't have to be the same to represent the same geometry. This requires checking every point against every other point in the two geometries we are comparing. Also, some geometries must be "closed" like polygons and linear rings. These will be assumed to be closed, even if they don't have a repeated last point explicitly written in the coordinates. Additionally, geometries and multi-geometries can be equal if the multi-geometry only includes that single geometry.

julia
"""
+f

We can see that the two lines do not share a common set of points and edges in the plot, so they are not equal:

julia
GO.equals(l1, l2)  # returns false
false

Implementation

This is the GeoInterface-compatible implementation.

First, we implement a wrapper method that dispatches to the correct implementation based on the geometry trait. This is also used in the implementation, since it's a lot less work!

Note that while we need the same set of points and edges, they don't need to be provided in the same order for polygons. For for example, we need the same set points for two multipoints to be equal, but they don't have to be saved in the same order. The winding order also doesn't have to be the same to represent the same geometry. This requires checking every point against every other point in the two geometries we are comparing. Also, some geometries must be "closed" like polygons and linear rings. These will be assumed to be closed, even if they don't have a repeated last point explicitly written in the coordinates. Additionally, geometries and multi-geometries can be equal if the multi-geometry only includes that single geometry.

julia
"""
     equals(geom1, geom2)::Bool
 
 Compare two Geometries return true if they are the same geometry.
@@ -283,7 +283,7 @@
     end
     return true
 end

This page was generated using Literate.jl.

- + \ No newline at end of file diff --git a/previews/PR195/source/methods/geom_relations/contains.html b/previews/PR195/source/methods/geom_relations/contains.html index 72f3fca7b..1c307a408 100644 --- a/previews/PR195/source/methods/geom_relations/contains.html +++ b/previews/PR195/source/methods/geom_relations/contains.html @@ -8,11 +8,11 @@ - + - - + + @@ -29,7 +29,7 @@ scatter!(GI.getpoint(l1), color = :blue) lines!(GI.getpoint(l2), color = :orange) scatter!(GI.getpoint(l2), color = :orange) -f

We can see that all of the points and edges of l2 are within l1, so l1 contains l2. However, l2 does not contain l1.

julia
GO.contains(l1, l2)  # returns true
+f

We can see that all of the points and edges of l2 are within l1, so l1 contains l2. However, l2 does not contain l1.

julia
GO.contains(l1, l2)  # returns true
 GO.contains(l2, l1)  # returns false
false

Implementation

This is the GeoInterface-compatible implementation.

Given that contains is the exact opposite of within, we simply pass the two inputs variables, swapped in order, to within.

julia
"""
     contains(g1::AbstractGeometry, g2::AbstractGeometry)::Bool
 
@@ -51,7 +51,7 @@
 ```
 """
 contains(g1, g2) = GeometryOps.within(g2, g1)

This page was generated using Literate.jl.

- + \ No newline at end of file diff --git a/previews/PR195/source/methods/geom_relations/coveredby.html b/previews/PR195/source/methods/geom_relations/coveredby.html index 1002e9148..bc15b6f37 100644 --- a/previews/PR195/source/methods/geom_relations/coveredby.html +++ b/previews/PR195/source/methods/geom_relations/coveredby.html @@ -8,11 +8,11 @@ - + - - + + @@ -27,7 +27,7 @@ l1 = GI.Line([p1, (1.0, 1.0)]) f, a, p = lines(GI.getpoint(l1)) scatter!(p1, color = :red) -f

As we can see, p1 is on the endpoint of l1. This means it is not within, but it does meet the definition of coveredby.

julia
GO.coveredby(p1, l1)  # true
true

Implementation

This is the GeoInterface-compatible implementation.

First, we implement a wrapper method that dispatches to the correct implementation based on the geometry trait.

Each of these calls a method in the geom_geom_processors file. The methods in this file determine if the given geometries meet a set of criteria. For the coveredby function and arguments g1 and g2, this criteria is as follows: - points of g1 are allowed to be in the interior of g2 (either through overlap or crossing for lines) - points of g1 are allowed to be on the boundary of g2 - points of g1 are not allowed to be in the exterior of g2 - no points of g1 are required to be in the interior of g2 - no points of g1 are required to be on the boundary of g2 - no points of g1 are required to be in the exterior of g2

The code for the specific implementations is in the geom_geom_processors file.

julia
const COVEREDBY_ALLOWS = (in_allow = true, on_allow = true, out_allow = false)
+f

As we can see, p1 is on the endpoint of l1. This means it is not within, but it does meet the definition of coveredby.

julia
GO.coveredby(p1, l1)  # true
true

Implementation

This is the GeoInterface-compatible implementation.

First, we implement a wrapper method that dispatches to the correct implementation based on the geometry trait.

Each of these calls a method in the geom_geom_processors file. The methods in this file determine if the given geometries meet a set of criteria. For the coveredby function and arguments g1 and g2, this criteria is as follows: - points of g1 are allowed to be in the interior of g2 (either through overlap or crossing for lines) - points of g1 are allowed to be on the boundary of g2 - points of g1 are not allowed to be in the exterior of g2 - no points of g1 are required to be in the interior of g2 - no points of g1 are required to be on the boundary of g2 - no points of g1 are required to be in the exterior of g2

The code for the specific implementations is in the geom_geom_processors file.

julia
const COVEREDBY_ALLOWS = (in_allow = true, on_allow = true, out_allow = false)
 const COVEREDBY_CURVE_ALLOWS = (over_allow = true, cross_allow = true, on_allow = true, out_allow = false)
 const COVEREDBY_CURVE_REQUIRES = (in_require = false, on_require = false, out_require = false)
 const COVEREDBY_POLYGON_REQUIRES = (in_require = true, on_require = false, out_require = false,)
@@ -201,7 +201,7 @@
     end
     return true
 end

This page was generated using Literate.jl.

- + \ No newline at end of file diff --git a/previews/PR195/source/methods/geom_relations/covers.html b/previews/PR195/source/methods/geom_relations/covers.html index bfed3d488..e2cd8a717 100644 --- a/previews/PR195/source/methods/geom_relations/covers.html +++ b/previews/PR195/source/methods/geom_relations/covers.html @@ -8,11 +8,11 @@ - + - - + + @@ -29,7 +29,7 @@ f, a, p = lines(GI.getpoint(l1)) scatter!(p1, color = :red) -f

julia
GO.covers(l1, p1)  # returns true
+f

julia
GO.covers(l1, p1)  # returns true
 GO.covers(p1, l1)  # returns false
false

Implementation

This is the GeoInterface-compatible implementation.

Given that covers is the exact opposite of coveredby, we simply pass the two inputs variables, swapped in order, to coveredby.

julia
"""
     covers(g1::AbstractGeometry, g2::AbstractGeometry)::Bool
 
@@ -51,7 +51,7 @@
 ```
 """
 covers(g1, g2)::Bool = GeometryOps.coveredby(g2, g1)

This page was generated using Literate.jl.

- + \ No newline at end of file diff --git a/previews/PR195/source/methods/geom_relations/crosses.html b/previews/PR195/source/methods/geom_relations/crosses.html index f587d9881..3bf0c113b 100644 --- a/previews/PR195/source/methods/geom_relations/crosses.html +++ b/previews/PR195/source/methods/geom_relations/crosses.html @@ -8,10 +8,10 @@ - + - + @@ -138,7 +138,7 @@ end return false end

This page was generated using Literate.jl.

- + \ No newline at end of file diff --git a/previews/PR195/source/methods/geom_relations/disjoint.html b/previews/PR195/source/methods/geom_relations/disjoint.html index 0c103937c..d15a9e7c3 100644 --- a/previews/PR195/source/methods/geom_relations/disjoint.html +++ b/previews/PR195/source/methods/geom_relations/disjoint.html @@ -8,11 +8,11 @@ - + - - + + @@ -29,7 +29,7 @@ scatter!(GI.getpoint(l1), color = :blue) lines!(GI.getpoint(l2), color = :orange) scatter!(GI.getpoint(l2), color = :orange) -f

We can see that none of the edges or vertices of l1 interact with l2 so they are disjoint.

julia
GO.disjoint(l1, l2)  # returns true
true

Implementation

This is the GeoInterface-compatible implementation.

First, we implement a wrapper method that dispatches to the correct implementation based on the geometry trait.

Each of these calls a method in the geom_geom_processors file. The methods in this file determine if the given geometries meet a set of criteria. For the disjoint function and arguments g1 and g2, this criteria is as follows: - points of g1 are not allowed to be in the interior of g2 - points of g1 are not allowed to be on the boundary of g2 - points of g1 are allowed to be in the exterior of g2 - no points required to be in the interior of g2 - no points of g1 are required to be on the boundary of g2 - no points of g1 are required to be in the exterior of g2

The code for the specific implementations is in the geom_geom_processors file.

julia
const DISJOINT_ALLOWS = (in_allow = false, on_allow = false, out_allow = true)
+f

We can see that none of the edges or vertices of l1 interact with l2 so they are disjoint.

julia
GO.disjoint(l1, l2)  # returns true
true

Implementation

This is the GeoInterface-compatible implementation.

First, we implement a wrapper method that dispatches to the correct implementation based on the geometry trait.

Each of these calls a method in the geom_geom_processors file. The methods in this file determine if the given geometries meet a set of criteria. For the disjoint function and arguments g1 and g2, this criteria is as follows: - points of g1 are not allowed to be in the interior of g2 - points of g1 are not allowed to be on the boundary of g2 - points of g1 are allowed to be in the exterior of g2 - no points required to be in the interior of g2 - no points of g1 are required to be on the boundary of g2 - no points of g1 are required to be in the exterior of g2

The code for the specific implementations is in the geom_geom_processors file.

julia
const DISJOINT_ALLOWS = (in_allow = false, on_allow = false, out_allow = true)
 const DISJOINT_CURVE_ALLOWS = (over_allow = false, cross_allow = false, on_allow = false, out_allow = true)
 const DISJOINT_REQUIRES = (in_require = false, on_require = false, out_require = false)
 const DISJOINT_EXACT = (exact = _False(),)
@@ -196,7 +196,7 @@
     end
     return true
 end

This page was generated using Literate.jl.

- + \ No newline at end of file diff --git a/previews/PR195/source/methods/geom_relations/geom_geom_processors.html b/previews/PR195/source/methods/geom_relations/geom_geom_processors.html index cfe87fb1d..f0296e0d9 100644 --- a/previews/PR195/source/methods/geom_relations/geom_geom_processors.html +++ b/previews/PR195/source/methods/geom_relations/geom_geom_processors.html @@ -8,10 +8,10 @@ - + - + @@ -455,7 +455,7 @@ end return skip, returnval end

This page was generated using Literate.jl.

- + \ No newline at end of file diff --git a/previews/PR195/source/methods/geom_relations/intersects.html b/previews/PR195/source/methods/geom_relations/intersects.html index fdab74210..0a8a38975 100644 --- a/previews/PR195/source/methods/geom_relations/intersects.html +++ b/previews/PR195/source/methods/geom_relations/intersects.html @@ -8,11 +8,11 @@ - + - - + + @@ -27,7 +27,7 @@ line2 = GI.Line([(123.354492,-15.961329), (127.22168,-14.008696)]) f, a, p = lines(GI.getpoint(line1)) lines!(GI.getpoint(line2)) -f

We can see that they intersect, so we expect intersects to return true, and we can visualize the intersection point in red.

julia
GO.intersects(line1, line2)  # true
true

Implementation

This is the GeoInterface-compatible implementation.

Given that intersects is the exact opposite of disjoint, we simply pass the two inputs variables, swapped in order, to disjoint.

julia
"""
+f

We can see that they intersect, so we expect intersects to return true, and we can visualize the intersection point in red.

julia
GO.intersects(line1, line2)  # true
true

Implementation

This is the GeoInterface-compatible implementation.

Given that intersects is the exact opposite of disjoint, we simply pass the two inputs variables, swapped in order, to disjoint.

julia
"""
     intersects(geom1, geom2)::Bool
 
 Return true if the interiors or boundaries of the two geometries interact.
@@ -45,7 +45,7 @@
 ```
 """
 intersects(geom1, geom2) = !disjoint(geom1, geom2)

This page was generated using Literate.jl.

- + \ No newline at end of file diff --git a/previews/PR195/source/methods/geom_relations/overlaps.html b/previews/PR195/source/methods/geom_relations/overlaps.html index a10133d3c..a0c4e021b 100644 --- a/previews/PR195/source/methods/geom_relations/overlaps.html +++ b/previews/PR195/source/methods/geom_relations/overlaps.html @@ -8,11 +8,11 @@ - + - - + + @@ -29,7 +29,7 @@ scatter!(GI.getpoint(l1), color = :blue) lines!(GI.getpoint(l2), color = :orange) scatter!(GI.getpoint(l2), color = :orange) -f

We can see that the two lines overlap in the plot:

julia
GO.overlaps(l1, l2)  # true
true

Implementation

This is the GeoInterface-compatible implementation.

First, we implement a wrapper method that dispatches to the correct implementation based on the geometry trait. This is also used in the implementation, since it's a lot less work!

Note that that since only elements of the same dimension can overlap, any two geometries with traits that are of different dimensions automatically can return false.

For geometries with the same trait dimension, we must make sure that they share a point, an edge, or area for points, lines, and polygons/multipolygons respectively, without being contained.

julia
"""
+f

We can see that the two lines overlap in the plot:

julia
GO.overlaps(l1, l2)  # true
true

Implementation

This is the GeoInterface-compatible implementation.

First, we implement a wrapper method that dispatches to the correct implementation based on the geometry trait. This is also used in the implementation, since it's a lot less work!

Note that that since only elements of the same dimension can overlap, any two geometries with traits that are of different dimensions automatically can return false.

For geometries with the same trait dimension, we must make sure that they share a point, an edge, or area for points, lines, and polygons/multipolygons respectively, without being contained.

julia
"""
     overlaps(geom1, geom2)::Bool
 
 Compare two Geometries of the same dimension and return true if their
@@ -230,7 +230,7 @@
     seg_val, _, _ = _intersection_point(Float64, edge_a, edge_b; exact = _False())
     return seg_val != line_out
 end

This page was generated using Literate.jl.

- + \ No newline at end of file diff --git a/previews/PR195/source/methods/geom_relations/touches.html b/previews/PR195/source/methods/geom_relations/touches.html index a4a178f5b..142dc06ae 100644 --- a/previews/PR195/source/methods/geom_relations/touches.html +++ b/previews/PR195/source/methods/geom_relations/touches.html @@ -8,11 +8,11 @@ - + - - + + @@ -28,7 +28,7 @@ f, a, p = lines(GI.getpoint(l1)) lines!(GI.getpoint(l2)) -f

We can see that these two lines touch only at their endpoints.

julia
GO.touches(l1, l2)  # true
true

Implementation

This is the GeoInterface-compatible implementation.

First, we implement a wrapper method that dispatches to the correct implementation based on the geometry trait.

Each of these calls a method in the geom_geom_processors file. The methods in this file determine if the given geometries meet a set of criteria. For the touches function and arguments g1 and g2, this criteria is as follows: - points of g1 are not allowed to be in the interior of g2 - points of g1 are allowed to be on the boundary of g2 - points of g1 are allowed to be in the exterior of g2 - no points of g1 are required to be in the interior of g2 - at least one point of g1 is required to be on the boundary of g2 - no points of g1 are required to be in the exterior of g2

The code for the specific implementations is in the geom_geom_processors file.

julia
const TOUCHES_POINT_ALLOWED = (in_allow = false, on_allow = true, out_allow = false)
+f

We can see that these two lines touch only at their endpoints.

julia
GO.touches(l1, l2)  # true
true

Implementation

This is the GeoInterface-compatible implementation.

First, we implement a wrapper method that dispatches to the correct implementation based on the geometry trait.

Each of these calls a method in the geom_geom_processors file. The methods in this file determine if the given geometries meet a set of criteria. For the touches function and arguments g1 and g2, this criteria is as follows: - points of g1 are not allowed to be in the interior of g2 - points of g1 are allowed to be on the boundary of g2 - points of g1 are allowed to be in the exterior of g2 - no points of g1 are required to be in the interior of g2 - at least one point of g1 is required to be on the boundary of g2 - no points of g1 are required to be in the exterior of g2

The code for the specific implementations is in the geom_geom_processors file.

julia
const TOUCHES_POINT_ALLOWED = (in_allow = false, on_allow = true, out_allow = false)
 const TOUCHES_CURVE_ALLOWED = (over_allow = false, cross_allow = false, on_allow = true, out_allow = true)
 const TOUCHES_POLYGON_ALLOWS = (in_allow = false, on_allow = true, out_allow = true)
 const TOUCHES_REQUIRES = (in_require = false, on_require = true, out_require = false)
@@ -192,7 +192,7 @@
     end
     return true
 end

This page was generated using Literate.jl.

- + \ No newline at end of file diff --git a/previews/PR195/source/methods/geom_relations/within.html b/previews/PR195/source/methods/geom_relations/within.html index 7441fd4ad..837c92127 100644 --- a/previews/PR195/source/methods/geom_relations/within.html +++ b/previews/PR195/source/methods/geom_relations/within.html @@ -8,11 +8,11 @@ - + - - + + @@ -29,7 +29,7 @@ scatter!(GI.getpoint(l1), color = :blue) lines!(GI.getpoint(l2), color = :orange) scatter!(GI.getpoint(l2), color = :orange) -f

We can see that all of the points and edges of l2 are within l1, so l2 is within l1, but l1 is not within l2

julia
GO.within(l1, l2)  # false
+f

We can see that all of the points and edges of l2 are within l1, so l2 is within l1, but l1 is not within l2

julia
GO.within(l1, l2)  # false
 GO.within(l2, l1)  # true
true

Implementation

This is the GeoInterface-compatible implementation.

First, we implement a wrapper method that dispatches to the correct implementation based on the geometry trait.

Each of these calls a method in the geom_geom_processors file. The methods in this file determine if the given geometries meet a set of criteria. For the within function and arguments g1 and g2, this criteria is as follows: - points of g1 are allowed to be in the interior of g2 (either through overlap or crossing for lines) - points of g1 are allowed to be on the boundary of g2 - points of g1 are not allowed to be in the exterior of g2 - at least one point of g1 is required to be in the interior of g2 - no points of g1 are required to be on the boundary of g2 - no points of g1 are required to be in the exterior of g2

The code for the specific implementations is in the geom_geom_processors file.

julia
const WITHIN_POINT_ALLOWS = (in_allow = true, on_allow = false, out_allow = false)
 const WITHIN_CURVE_ALLOWS = (over_allow = true, cross_allow = true, on_allow = true, out_allow = false)
 const WITHIN_POLYGON_ALLOWS = (in_allow = true, on_allow = true, out_allow = false)
@@ -211,7 +211,7 @@
     end
     return true
 end

This page was generated using Literate.jl.

- + \ No newline at end of file diff --git a/previews/PR195/source/methods/orientation.html b/previews/PR195/source/methods/orientation.html index b1697c4ee..4c7371727 100644 --- a/previews/PR195/source/methods/orientation.html +++ b/previews/PR195/source/methods/orientation.html @@ -8,10 +8,10 @@ - + - + @@ -118,7 +118,7 @@ _isparallel(bx - ax, by - ay, dx - cx, dy - cy) _isparallel(Δx1, Δy1, Δx2, Δy2) = (Δx1 * Δy2 == Δy1 * Δx2)

This page was generated using Literate.jl.

- + \ No newline at end of file diff --git a/previews/PR195/source/methods/polygonize.html b/previews/PR195/source/methods/polygonize.html index bc8a58beb..4041ad985 100644 --- a/previews/PR195/source/methods/polygonize.html +++ b/previews/PR195/source/methods/polygonize.html @@ -8,10 +8,10 @@ - + - + @@ -307,7 +307,7 @@ end return edges end

This page was generated using Literate.jl.

- + \ No newline at end of file diff --git a/previews/PR195/source/not_implemented_yet.html b/previews/PR195/source/not_implemented_yet.html index fc11ffc78..d7a1e29aa 100644 --- a/previews/PR195/source/not_implemented_yet.html +++ b/previews/PR195/source/not_implemented_yet.html @@ -8,10 +8,10 @@ - + - + @@ -22,7 +22,7 @@ function buffer end function convexhull end function concavehull end

This page was generated using Literate.jl.

- + \ No newline at end of file diff --git a/previews/PR195/source/primitives.html b/previews/PR195/source/primitives.html index 8afaf6d8e..2cf6bdaef 100644 --- a/previews/PR195/source/primitives.html +++ b/previews/PR195/source/primitives.html @@ -8,10 +8,10 @@ - + - + @@ -323,7 +323,7 @@ Base.@assume_effects :foldable function _mapreducetasks(f::F, op, taskrange, threaded::_False; init) where F mapreduce(f, op, taskrange; init) end

This page was generated using Literate.jl.

- + \ No newline at end of file diff --git a/previews/PR195/source/transformations/correction/closed_ring.html b/previews/PR195/source/transformations/correction/closed_ring.html index bf92d0324..e99dc486c 100644 --- a/previews/PR195/source/transformations/correction/closed_ring.html +++ b/previews/PR195/source/transformations/correction/closed_ring.html @@ -8,10 +8,10 @@ - + - + @@ -48,7 +48,7 @@ else

Assemble the ring as a vector

julia
        tups = tuples.(GI.getpoint(ring))

Close the ring

julia
        push!(tups, tups[1])

Return an actual ring

julia
        return GI.LinearRing(tups)
     end
 end

This page was generated using Literate.jl.

- + \ No newline at end of file diff --git a/previews/PR195/source/transformations/correction/geometry_correction.html b/previews/PR195/source/transformations/correction/geometry_correction.html index b2fd28f20..8c16c3774 100644 --- a/previews/PR195/source/transformations/correction/geometry_correction.html +++ b/previews/PR195/source/transformations/correction/geometry_correction.html @@ -8,10 +8,10 @@ - + - + @@ -49,7 +49,7 @@ end return final_geometry end

Available corrections

# GeometryOps.ClosedRingType.
julia
ClosedRing() <: GeometryCorrection

This correction ensures that a polygon's exterior and interior rings are closed.

It can be called on any geometry correction as usual.

See also GeometryCorrection.

source


# GeometryOps.DiffIntersectingPolygonsType.
julia
DiffIntersectingPolygons() <: GeometryCorrection

This correction ensures that the polygons included in a multipolygon aren't intersecting. If any polygon's are intersecting, they will be made nonintersecting through the difference operation to create a unique set of disjoint (other than potentially connections by a single point) polygons covering the same area. See also GeometryCorrection, UnionIntersectingPolygons.

source


# GeometryOps.GeometryCorrectionType.
julia
abstract type GeometryCorrection

This abstract type represents a geometry correction.

Interface

Any GeometryCorrection must implement two functions: * application_level(::GeometryCorrection)::AbstractGeometryTrait: This function should return the GeoInterface trait that the correction is intended to be applied to, like PointTrait or LineStringTrait or PolygonTrait. * (::GeometryCorrection)(::AbstractGeometryTrait, geometry)::(some_geometry): This function should apply the correction to the given geometry, and return a new geometry.

source


# GeometryOps.UnionIntersectingPolygonsType.
julia
UnionIntersectingPolygons() <: GeometryCorrection

This correction ensures that the polygon's included in a multipolygon aren't intersecting. If any polygon's are intersecting, they will be combined through the union operation to create a unique set of disjoint (other than potentially connections by a single point) polygons covering the same area.

See also GeometryCorrection.

source



This page was generated using Literate.jl.

- + \ No newline at end of file diff --git a/previews/PR195/source/transformations/correction/intersecting_polygons.html b/previews/PR195/source/transformations/correction/intersecting_polygons.html index 4a723641a..2faac8de0 100644 --- a/previews/PR195/source/transformations/correction/intersecting_polygons.html +++ b/previews/PR195/source/transformations/correction/intersecting_polygons.html @@ -8,10 +8,10 @@ - + - + @@ -115,7 +115,7 @@ end return diff_multipoly end

This page was generated using Literate.jl.

- + \ No newline at end of file diff --git a/previews/PR195/source/transformations/extent.html b/previews/PR195/source/transformations/extent.html index 9172dd59b..be3e0110f 100644 --- a/previews/PR195/source/transformations/extent.html +++ b/previews/PR195/source/transformations/extent.html @@ -8,10 +8,10 @@ - + - + @@ -31,7 +31,7 @@ """ embed_extent(x; threaded=false, crs=nothing) = apply(identity, GI.PointTrait(), x; calc_extent=true, threaded, crs)

This page was generated using Literate.jl.

- + \ No newline at end of file diff --git a/previews/PR195/source/transformations/flip.html b/previews/PR195/source/transformations/flip.html index 4cdbd9240..78472d2e1 100644 --- a/previews/PR195/source/transformations/flip.html +++ b/previews/PR195/source/transformations/flip.html @@ -8,10 +8,10 @@ - + - + @@ -40,7 +40,7 @@ end end end

This page was generated using Literate.jl.

- + \ No newline at end of file diff --git a/previews/PR195/source/transformations/reproject.html b/previews/PR195/source/transformations/reproject.html index acbd77ba8..e5fdc0fa0 100644 --- a/previews/PR195/source/transformations/reproject.html +++ b/previews/PR195/source/transformations/reproject.html @@ -8,10 +8,10 @@ - + - + @@ -59,7 +59,7 @@ nothing end end

This page was generated using Literate.jl.

- + \ No newline at end of file diff --git a/previews/PR195/source/transformations/segmentize.html b/previews/PR195/source/transformations/segmentize.html index ce0c9bf1f..3160258cb 100644 --- a/previews/PR195/source/transformations/segmentize.html +++ b/previews/PR195/source/transformations/segmentize.html @@ -8,11 +8,11 @@ - + - - + + @@ -39,7 +39,7 @@ f, a, p = poly(collect(GI.getpoint(linear)); label = "Linear", axis = (; aspect = DataAspect())) p2 = poly!(collect(GI.getpoint(geodesic)); label = "Geodesic") axislegend(a; position = :lt) -f

There are two methods available for segmentizing geometries at the moment:

Missing docstring.

Missing docstring for LinearSegments. Check Documenter's build log for details.

Missing docstring.

Missing docstring for GeodesicSegments. Check Documenter's build log for details.

Benchmark

We benchmark our method against LibGEOS's GEOSDensify method, which is a similar method for densifying geometries.

julia
using BenchmarkTools: BenchmarkGroup
+f

There are two methods available for segmentizing geometries at the moment:

Missing docstring.

Missing docstring for LinearSegments. Check Documenter's build log for details.

Missing docstring.

Missing docstring for GeodesicSegments. Check Documenter's build log for details.

Benchmark

We benchmark our method against LibGEOS's GEOSDensify method, which is a similar method for densifying geometries.

julia
using BenchmarkTools: BenchmarkGroup
 using Chairmarks: @be
 using Main: plot_trials
 using CairoMakie
@@ -77,7 +77,7 @@
 
 end
 
-plot_trials(segmentize_suite)

julia
abstract type SegmentizeMethod end
+plot_trials(segmentize_suite)

julia
abstract type SegmentizeMethod end
 """
     LinearSegments(; max_distance::Real)
 
@@ -172,7 +172,7 @@
     end

End the line with the original coordinate, to avoid any multiplication errors.

julia
    push!(new_coords, (x2, y2))
     return nothing
 end

Note

The _fill_linear_kernel definition for GeodesicSegments is in the GeometryOpsProjExt extension module, in the segmentize.jl file.


This page was generated using Literate.jl.

- + \ No newline at end of file diff --git a/previews/PR195/source/transformations/simplify.html b/previews/PR195/source/transformations/simplify.html index c9fca5434..1a2893a72 100644 --- a/previews/PR195/source/transformations/simplify.html +++ b/previews/PR195/source/transformations/simplify.html @@ -8,11 +8,11 @@ - + - - + + @@ -29,7 +29,7 @@ f, a, p = poly(original; label = "Original") poly!(simple; label = "Simplified") axislegend(a) -f

Benchmark

We benchmark these methods against LibGEOS's simplify implementation, which uses the Douglas-Peucker algorithm.

julia
using BenchmarkTools, Chairmarks, GeoJSON, CairoMakie
+f

Benchmark

We benchmark these methods against LibGEOS's simplify implementation, which uses the Douglas-Peucker algorithm.

julia
using BenchmarkTools, Chairmarks, GeoJSON, CairoMakie
 import GeometryOps as GO, LibGEOS as LG, GeoInterface as GI
 using CoordinateTransformations
 using NaturalEarth
@@ -42,7 +42,7 @@
 usa_poly = GI.getgeom(usa_multipoly, findmax(GO.area.(GI.getgeom(usa_multipoly)))[2]) # isolate the poly with the most area
 usa_centroid = GO.centroid(usa_poly)
 usa_reflected = GO.transform(Translation(usa_centroid...)  LinearMap(Makie.rotmatrix2d(π))  Translation((-).(usa_centroid)...), usa_poly)
-f, a, p = plot(usa_poly; label = "Original", axis = (; aspect = DataAspect()))#; plot!(usa_reflected; label = "Reflected")

This is the complex polygon we'll be benchmarking.

julia
simplify_suite = BenchmarkGroup(["Simplify"])
+f, a, p = plot(usa_poly; label = "Original", axis = (; aspect = DataAspect()))#; plot!(usa_reflected; label = "Reflected")

This is the complex polygon we'll be benchmarking.

julia
simplify_suite = BenchmarkGroup(["Simplify"])
 singlepoly_suite = BenchmarkGroup(["Polygon", "title:Polygon simplify", "subtitle:Random blob"])
 
 include(joinpath(dirname(dirname(pathof(GO))), "test", "data", "polygon_generation.jl"))
@@ -56,7 +56,7 @@
     singlepoly_suite["LibGEOS"][GI.npoint(geom)] = @be LG.simplify($geom_lg, 0.1) seconds=1
 end
 
-plot_trials(singlepoly_suite; legend_position=(1, 1, TopRight()), legend_valign = -2, legend_halign = 1.2, legend_orientation = :horizontal)

julia
multipoly_suite = BenchmarkGroup(["MultiPolygon", "title:Multipolygon simplify", "subtitle:USA multipolygon"])
+plot_trials(singlepoly_suite; legend_position=(1, 1, TopRight()), legend_valign = -2, legend_halign = 1.2, legend_orientation = :horizontal)

julia
multipoly_suite = BenchmarkGroup(["MultiPolygon", "title:Multipolygon simplify", "subtitle:USA multipolygon"])
 
 for frac in exp10.(LinRange(log10(0.3), log10(1), 6)) # TODO: this example isn't the best.  How can we get this better?
     geom = GO.simplify(usa_multipoly; ratio = frac)
@@ -75,7 +75,7 @@
     # GO-VW : $(GI.npoint( GO.simplify((GO.VisvalingamWhyatt(; tol = _tol)), geom_go)))
     println()
 end
-plot_trials(multipoly_suite)

julia
export simplify, VisvalingamWhyatt, DouglasPeucker, RadialDistance
+plot_trials(multipoly_suite)

julia
export simplify, VisvalingamWhyatt, DouglasPeucker, RadialDistance
 
 const _SIMPLIFY_TARGET = TraitTarget{Union{GI.PolygonTrait, GI.AbstractCurveTrait, GI.MultiPointTrait, GI.PointTrait}}()
 const MIN_POINTS = 3
@@ -508,7 +508,7 @@
     end
     return nothing
 end

This page was generated using Literate.jl.

- + \ No newline at end of file diff --git a/previews/PR195/source/transformations/transform.html b/previews/PR195/source/transformations/transform.html index c7b7b4d04..35f92e452 100644 --- a/previews/PR195/source/transformations/transform.html +++ b/previews/PR195/source/transformations/transform.html @@ -8,10 +8,10 @@ - + - + @@ -73,7 +73,7 @@ end end end

This page was generated using Literate.jl.

- + \ No newline at end of file diff --git a/previews/PR195/source/transformations/tuples.html b/previews/PR195/source/transformations/tuples.html index f23b749e7..adfbd549b 100644 --- a/previews/PR195/source/transformations/tuples.html +++ b/previews/PR195/source/transformations/tuples.html @@ -8,10 +8,10 @@ - + - + @@ -37,7 +37,7 @@ end end end

This page was generated using Literate.jl.

- + \ No newline at end of file diff --git a/previews/PR195/source/types.html b/previews/PR195/source/types.html index 9fa64dd47..d35f52674 100644 --- a/previews/PR195/source/types.html +++ b/previews/PR195/source/types.html @@ -8,10 +8,10 @@ - + - + @@ -85,7 +85,7 @@ error("$(f) requires a `$(kw)` keyword argument to the `GEOS` algorithm, which was not provided.") end end

This page was generated using Literate.jl.

- + \ No newline at end of file diff --git a/previews/PR195/source/utils.html b/previews/PR195/source/utils.html index dde44510c..b41ffbc37 100644 --- a/previews/PR195/source/utils.html +++ b/previews/PR195/source/utils.html @@ -8,10 +8,10 @@ - + - + @@ -138,7 +138,7 @@ (x1, x2), (y1, y2) = extent.X, extent.Y return x1 ≤ GI.x(p) ≤ x2 && y1 ≤ GI.y(p) ≤ y2 end

This page was generated using Literate.jl.

- + \ No newline at end of file diff --git a/previews/PR195/tutorials/creating_geometry.html b/previews/PR195/tutorials/creating_geometry.html index 8c2a23f89..e05bbeb18 100644 --- a/previews/PR195/tutorials/creating_geometry.html +++ b/previews/PR195/tutorials/creating_geometry.html @@ -8,11 +8,11 @@ - + - - + + @@ -28,37 +28,37 @@ import Proj # Plotting using CairoMakie -using GeoMakie

Creating and plotting geometries

Let's start by making a single Point.

julia
point = GI.Point(0, 0)
GeoInterface.Wrappers.Point{false, false, Tuple{Int64, Int64}, Nothing}((0, 0), nothing)

Now, let's plot our point.

julia
fig, ax, plt = plot(point)

Let's create a set of points, and have a bit more fun with plotting.

julia
x = [-5, 0, 5, 0];
+using GeoMakie

Creating and plotting geometries

Let's start by making a single Point.

julia
point = GI.Point(0, 0)
GeoInterface.Wrappers.Point{false, false, Tuple{Int64, Int64}, Nothing}((0, 0), nothing)

Now, let's plot our point.

julia
fig, ax, plt = plot(point)

Let's create a set of points, and have a bit more fun with plotting.

julia
x = [-5, 0, 5, 0];
 y = [0, -5, 0, 5];
 points = GI.Point.(zip(x,y));
 plot!(ax, points; marker = '✈', markersize = 30)
-fig

Points can be combined into a single MultiPoint geometry.

julia
x = [-5, -5, 5, 5];
+fig

Points can be combined into a single MultiPoint geometry.

julia
x = [-5, -5, 5, 5];
 y = [-5, 5, 5, -5];
 multipoint = GI.MultiPoint(GI.Point.(zip(x, y)));
 plot!(ax, multipoint; marker = '☁', markersize = 30)
-fig

Let's create a LineString connecting two points.

julia
p1 = GI.Point.(-5, 0);
+fig

Let's create a LineString connecting two points.

julia
p1 = GI.Point.(-5, 0);
 p2 = GI.Point.(5, 0);
 line = GI.LineString([p1,p2])
 plot!(ax, line; color = :red)
-fig

Now, let's create a line connecting multiple points (i.e. a LineString). This time we get a bit more fancy with point creation.

julia
r = 2;
+fig

Now, let's create a line connecting multiple points (i.e. a LineString). This time we get a bit more fancy with point creation.

julia
r = 2;
 k = 10;
 ϴ = 0:0.01:2pi;
 x = r .* (k + 1) .* cos.(ϴ) .- r .* cos.((k + 1) .* ϴ);
 y = r .* (k + 1) .* sin.(ϴ) .- r .* sin.((k + 1) .* ϴ);
 lines = GI.LineString(GI.Point.(zip(x,y)));
 plot!(ax, lines; linewidth = 5)
-fig

We can also create a single LinearRing trait, the building block of a polygon. A LinearRing is simply a LineString with the same beginning and endpoint, i.e., an arbitrary closed shape composed of point pairs.

A LinearRing is composed of a series of points.

julia
ring1 = GI.LinearRing(GI.getpoint(lines));
GeoInterface.Wrappers.LinearRing{false, false, Vector{GeoInterface.Wrappers.Point{false, false, Tuple{Float64, Float64}, Nothing}}, Nothing, Nothing}(GeoInterface.Wrappers.Point{false, false, Tuple{Float64, Float64}, Nothing}[GeoInterface.Wrappers.Point{false, false, Tuple{Float64, Float64}, Nothing}((20.0, 0.0), nothing), GeoInterface.Wrappers.Point{false, false, Tuple{Float64, Float64}, Nothing}((20.010987813253244, 0.0004397316773170068), nothing), GeoInterface.Wrappers.Point{false, false, Tuple{Float64, Float64}, Nothing}((20.043805248003498, 0.0035114210915891397), nothing), GeoInterface.Wrappers.Point{false, false, Tuple{Float64, Float64}, Nothing}((20.098016055420953, 0.011814947665167774), nothing), GeoInterface.Wrappers.Point{false, false, Tuple{Float64, Float64}, Nothing}((20.172899020101585, 0.027886421973952302), nothing), GeoInterface.Wrappers.Point{false, false, Tuple{Float64, Float64}, Nothing}((20.267456684570245, 0.05416726609360478), nothing), GeoInterface.Wrappers.Point{false, false, Tuple{Float64, Float64}, Nothing}((20.380427415579764, 0.09297443860091348), nothing), GeoInterface.Wrappers.Point{false, false, Tuple{Float64, Float64}, Nothing}((20.51030066635026, 0.1464721641710074), nothing), GeoInterface.Wrappers.Point{false, false, Tuple{Float64, Float64}, Nothing}((20.655335250260467, 0.21664550952386064), nothing), GeoInterface.Wrappers.Point{false, false, Tuple{Float64, Float64}, Nothing}((20.813580405100698, 0.30527612515520186), nothing)  …  GeoInterface.Wrappers.Point{false, false, Tuple{Float64, Float64}, Nothing}((20.866418416586406, -0.3376428491230612), nothing), GeoInterface.Wrappers.Point{false, false, Tuple{Float64, Float64}, Nothing}((20.704405820024185, -0.24279488312757858), nothing), GeoInterface.Wrappers.Point{false, false, Tuple{Float64, Float64}, Nothing}((20.55494217175954, -0.16692537029320365), nothing), GeoInterface.Wrappers.Point{false, false, Tuple{Float64, Float64}, Nothing}((20.420040147662014, -0.10832215707812454), nothing), GeoInterface.Wrappers.Point{false, false, Tuple{Float64, Float64}, Nothing}((20.30151010318639, -0.0650624499034016), nothing), GeoInterface.Wrappers.Point{false, false, Tuple{Float64, Float64}, Nothing}((20.200938172182195, -0.03503632062070827), nothing), GeoInterface.Wrappers.Point{false, false, Tuple{Float64, Float64}, Nothing}((20.119667078681967, -0.01597247419241532), nothing), GeoInterface.Wrappers.Point{false, false, Tuple{Float64, Float64}, Nothing}((20.058779893613323, -0.005465967083412071), nothing), GeoInterface.Wrappers.Point{false, false, Tuple{Float64, Float64}, Nothing}((20.019086932781654, -0.0010075412835199304), nothing), GeoInterface.Wrappers.Point{false, false, Tuple{Float64, Float64}, Nothing}((20.001115954499138, -1.4219350464667047e-5), nothing)], nothing, nothing)

Now, let's make the LinearRing into a Polygon.

julia
polygon1 = GI.Polygon([ring1]);
GeoInterface.Wrappers.Polygon{false, false, Vector{GeoInterface.Wrappers.LinearRing{false, false, Vector{GeoInterface.Wrappers.Point{false, false, Tuple{Float64, Float64}, Nothing}}, Nothing, Nothing}}, Nothing, Nothing}(GeoInterface.Wrappers.LinearRing{false, false, Vector{GeoInterface.Wrappers.Point{false, false, Tuple{Float64, Float64}, Nothing}}, Nothing, Nothing}[GeoInterface.Wrappers.LinearRing{false, false, Vector{GeoInterface.Wrappers.Point{false, false, Tuple{Float64, Float64}, Nothing}}, Nothing, Nothing}(GeoInterface.Wrappers.Point{false, false, Tuple{Float64, Float64}, Nothing}[GeoInterface.Wrappers.Point{false, false, Tuple{Float64, Float64}, Nothing}((20.0, 0.0), nothing), GeoInterface.Wrappers.Point{false, false, Tuple{Float64, Float64}, Nothing}((20.010987813253244, 0.0004397316773170068), nothing), GeoInterface.Wrappers.Point{false, false, Tuple{Float64, Float64}, Nothing}((20.043805248003498, 0.0035114210915891397), nothing), GeoInterface.Wrappers.Point{false, false, Tuple{Float64, Float64}, Nothing}((20.098016055420953, 0.011814947665167774), nothing), GeoInterface.Wrappers.Point{false, false, Tuple{Float64, Float64}, Nothing}((20.172899020101585, 0.027886421973952302), nothing), GeoInterface.Wrappers.Point{false, false, Tuple{Float64, Float64}, Nothing}((20.267456684570245, 0.05416726609360478), nothing), GeoInterface.Wrappers.Point{false, false, Tuple{Float64, Float64}, Nothing}((20.380427415579764, 0.09297443860091348), nothing), GeoInterface.Wrappers.Point{false, false, Tuple{Float64, Float64}, Nothing}((20.51030066635026, 0.1464721641710074), nothing), GeoInterface.Wrappers.Point{false, false, Tuple{Float64, Float64}, Nothing}((20.655335250260467, 0.21664550952386064), nothing), GeoInterface.Wrappers.Point{false, false, Tuple{Float64, Float64}, Nothing}((20.813580405100698, 0.30527612515520186), nothing)  …  GeoInterface.Wrappers.Point{false, false, Tuple{Float64, Float64}, Nothing}((20.866418416586406, -0.3376428491230612), nothing), GeoInterface.Wrappers.Point{false, false, Tuple{Float64, Float64}, Nothing}((20.704405820024185, -0.24279488312757858), nothing), GeoInterface.Wrappers.Point{false, false, Tuple{Float64, Float64}, Nothing}((20.55494217175954, -0.16692537029320365), nothing), GeoInterface.Wrappers.Point{false, false, Tuple{Float64, Float64}, Nothing}((20.420040147662014, -0.10832215707812454), nothing), GeoInterface.Wrappers.Point{false, false, Tuple{Float64, Float64}, Nothing}((20.30151010318639, -0.0650624499034016), nothing), GeoInterface.Wrappers.Point{false, false, Tuple{Float64, Float64}, Nothing}((20.200938172182195, -0.03503632062070827), nothing), GeoInterface.Wrappers.Point{false, false, Tuple{Float64, Float64}, Nothing}((20.119667078681967, -0.01597247419241532), nothing), GeoInterface.Wrappers.Point{false, false, Tuple{Float64, Float64}, Nothing}((20.058779893613323, -0.005465967083412071), nothing), GeoInterface.Wrappers.Point{false, false, Tuple{Float64, Float64}, Nothing}((20.019086932781654, -0.0010075412835199304), nothing), GeoInterface.Wrappers.Point{false, false, Tuple{Float64, Float64}, Nothing}((20.001115954499138, -1.4219350464667047e-5), nothing)], nothing, nothing)], nothing, nothing)

Now, we can use GeometryOps and CoordinateTransformations to shift polygon1 up, to avoid plotting over our earlier results. This is done through the GeometryOps.transform function.

julia
xoffset = 0.;
+fig

We can also create a single LinearRing trait, the building block of a polygon. A LinearRing is simply a LineString with the same beginning and endpoint, i.e., an arbitrary closed shape composed of point pairs.

A LinearRing is composed of a series of points.

julia
ring1 = GI.LinearRing(GI.getpoint(lines));
GeoInterface.Wrappers.LinearRing{false, false, Vector{GeoInterface.Wrappers.Point{false, false, Tuple{Float64, Float64}, Nothing}}, Nothing, Nothing}(GeoInterface.Wrappers.Point{false, false, Tuple{Float64, Float64}, Nothing}[GeoInterface.Wrappers.Point{false, false, Tuple{Float64, Float64}, Nothing}((20.0, 0.0), nothing), GeoInterface.Wrappers.Point{false, false, Tuple{Float64, Float64}, Nothing}((20.010987813253244, 0.0004397316773170068), nothing), GeoInterface.Wrappers.Point{false, false, Tuple{Float64, Float64}, Nothing}((20.043805248003498, 0.0035114210915891397), nothing), GeoInterface.Wrappers.Point{false, false, Tuple{Float64, Float64}, Nothing}((20.098016055420953, 0.011814947665167774), nothing), GeoInterface.Wrappers.Point{false, false, Tuple{Float64, Float64}, Nothing}((20.172899020101585, 0.027886421973952302), nothing), GeoInterface.Wrappers.Point{false, false, Tuple{Float64, Float64}, Nothing}((20.267456684570245, 0.05416726609360478), nothing), GeoInterface.Wrappers.Point{false, false, Tuple{Float64, Float64}, Nothing}((20.380427415579764, 0.09297443860091348), nothing), GeoInterface.Wrappers.Point{false, false, Tuple{Float64, Float64}, Nothing}((20.51030066635026, 0.1464721641710074), nothing), GeoInterface.Wrappers.Point{false, false, Tuple{Float64, Float64}, Nothing}((20.655335250260467, 0.21664550952386064), nothing), GeoInterface.Wrappers.Point{false, false, Tuple{Float64, Float64}, Nothing}((20.813580405100698, 0.30527612515520186), nothing)  …  GeoInterface.Wrappers.Point{false, false, Tuple{Float64, Float64}, Nothing}((20.866418416586406, -0.3376428491230612), nothing), GeoInterface.Wrappers.Point{false, false, Tuple{Float64, Float64}, Nothing}((20.704405820024185, -0.24279488312757858), nothing), GeoInterface.Wrappers.Point{false, false, Tuple{Float64, Float64}, Nothing}((20.55494217175954, -0.16692537029320365), nothing), GeoInterface.Wrappers.Point{false, false, Tuple{Float64, Float64}, Nothing}((20.420040147662014, -0.10832215707812454), nothing), GeoInterface.Wrappers.Point{false, false, Tuple{Float64, Float64}, Nothing}((20.30151010318639, -0.0650624499034016), nothing), GeoInterface.Wrappers.Point{false, false, Tuple{Float64, Float64}, Nothing}((20.200938172182195, -0.03503632062070827), nothing), GeoInterface.Wrappers.Point{false, false, Tuple{Float64, Float64}, Nothing}((20.119667078681967, -0.01597247419241532), nothing), GeoInterface.Wrappers.Point{false, false, Tuple{Float64, Float64}, Nothing}((20.058779893613323, -0.005465967083412071), nothing), GeoInterface.Wrappers.Point{false, false, Tuple{Float64, Float64}, Nothing}((20.019086932781654, -0.0010075412835199304), nothing), GeoInterface.Wrappers.Point{false, false, Tuple{Float64, Float64}, Nothing}((20.001115954499138, -1.4219350464667047e-5), nothing)], nothing, nothing)

Now, let's make the LinearRing into a Polygon.

julia
polygon1 = GI.Polygon([ring1]);
GeoInterface.Wrappers.Polygon{false, false, Vector{GeoInterface.Wrappers.LinearRing{false, false, Vector{GeoInterface.Wrappers.Point{false, false, Tuple{Float64, Float64}, Nothing}}, Nothing, Nothing}}, Nothing, Nothing}(GeoInterface.Wrappers.LinearRing{false, false, Vector{GeoInterface.Wrappers.Point{false, false, Tuple{Float64, Float64}, Nothing}}, Nothing, Nothing}[GeoInterface.Wrappers.LinearRing{false, false, Vector{GeoInterface.Wrappers.Point{false, false, Tuple{Float64, Float64}, Nothing}}, Nothing, Nothing}(GeoInterface.Wrappers.Point{false, false, Tuple{Float64, Float64}, Nothing}[GeoInterface.Wrappers.Point{false, false, Tuple{Float64, Float64}, Nothing}((20.0, 0.0), nothing), GeoInterface.Wrappers.Point{false, false, Tuple{Float64, Float64}, Nothing}((20.010987813253244, 0.0004397316773170068), nothing), GeoInterface.Wrappers.Point{false, false, Tuple{Float64, Float64}, Nothing}((20.043805248003498, 0.0035114210915891397), nothing), GeoInterface.Wrappers.Point{false, false, Tuple{Float64, Float64}, Nothing}((20.098016055420953, 0.011814947665167774), nothing), GeoInterface.Wrappers.Point{false, false, Tuple{Float64, Float64}, Nothing}((20.172899020101585, 0.027886421973952302), nothing), GeoInterface.Wrappers.Point{false, false, Tuple{Float64, Float64}, Nothing}((20.267456684570245, 0.05416726609360478), nothing), GeoInterface.Wrappers.Point{false, false, Tuple{Float64, Float64}, Nothing}((20.380427415579764, 0.09297443860091348), nothing), GeoInterface.Wrappers.Point{false, false, Tuple{Float64, Float64}, Nothing}((20.51030066635026, 0.1464721641710074), nothing), GeoInterface.Wrappers.Point{false, false, Tuple{Float64, Float64}, Nothing}((20.655335250260467, 0.21664550952386064), nothing), GeoInterface.Wrappers.Point{false, false, Tuple{Float64, Float64}, Nothing}((20.813580405100698, 0.30527612515520186), nothing)  …  GeoInterface.Wrappers.Point{false, false, Tuple{Float64, Float64}, Nothing}((20.866418416586406, -0.3376428491230612), nothing), GeoInterface.Wrappers.Point{false, false, Tuple{Float64, Float64}, Nothing}((20.704405820024185, -0.24279488312757858), nothing), GeoInterface.Wrappers.Point{false, false, Tuple{Float64, Float64}, Nothing}((20.55494217175954, -0.16692537029320365), nothing), GeoInterface.Wrappers.Point{false, false, Tuple{Float64, Float64}, Nothing}((20.420040147662014, -0.10832215707812454), nothing), GeoInterface.Wrappers.Point{false, false, Tuple{Float64, Float64}, Nothing}((20.30151010318639, -0.0650624499034016), nothing), GeoInterface.Wrappers.Point{false, false, Tuple{Float64, Float64}, Nothing}((20.200938172182195, -0.03503632062070827), nothing), GeoInterface.Wrappers.Point{false, false, Tuple{Float64, Float64}, Nothing}((20.119667078681967, -0.01597247419241532), nothing), GeoInterface.Wrappers.Point{false, false, Tuple{Float64, Float64}, Nothing}((20.058779893613323, -0.005465967083412071), nothing), GeoInterface.Wrappers.Point{false, false, Tuple{Float64, Float64}, Nothing}((20.019086932781654, -0.0010075412835199304), nothing), GeoInterface.Wrappers.Point{false, false, Tuple{Float64, Float64}, Nothing}((20.001115954499138, -1.4219350464667047e-5), nothing)], nothing, nothing)], nothing, nothing)

Now, we can use GeometryOps and CoordinateTransformations to shift polygon1 up, to avoid plotting over our earlier results. This is done through the GeometryOps.transform function.

julia
xoffset = 0.;
 yoffset = 50.;
 f = CoordinateTransformations.Translation(xoffset, yoffset);
 polygon1 = GO.transform(f, polygon1);
 plot!(polygon1)
-fig

Polygons can contain "holes". The first LinearRing in a polygon is the exterior, and all subsequent LinearRings are treated as holes in the leading LinearRing.

GeoInterface offers the GI.getexterior(poly) and GI.gethole(poly) methods to get the exterior ring and an iterable of holes, respectively.

julia
hole = GI.LinearRing(GI.getpoint(multipoint))
+fig

Polygons can contain "holes". The first LinearRing in a polygon is the exterior, and all subsequent LinearRings are treated as holes in the leading LinearRing.

GeoInterface offers the GI.getexterior(poly) and GI.gethole(poly) methods to get the exterior ring and an iterable of holes, respectively.

julia
hole = GI.LinearRing(GI.getpoint(multipoint))
 polygon2 = GI.Polygon([ring1, hole])
GeoInterface.Wrappers.Polygon{false, false, Vector{GeoInterface.Wrappers.LinearRing{false, false, T, Nothing, Nothing} where T}, Nothing, Nothing}(GeoInterface.Wrappers.LinearRing{false, false, T, Nothing, Nothing} where T[GeoInterface.Wrappers.LinearRing{false, false, Vector{GeoInterface.Wrappers.Point{false, false, Tuple{Float64, Float64}, Nothing}}, Nothing, Nothing}(GeoInterface.Wrappers.Point{false, false, Tuple{Float64, Float64}, Nothing}[GeoInterface.Wrappers.Point{false, false, Tuple{Float64, Float64}, Nothing}((20.0, 0.0), nothing), GeoInterface.Wrappers.Point{false, false, Tuple{Float64, Float64}, Nothing}((20.010987813253244, 0.0004397316773170068), nothing), GeoInterface.Wrappers.Point{false, false, Tuple{Float64, Float64}, Nothing}((20.043805248003498, 0.0035114210915891397), nothing), GeoInterface.Wrappers.Point{false, false, Tuple{Float64, Float64}, Nothing}((20.098016055420953, 0.011814947665167774), nothing), GeoInterface.Wrappers.Point{false, false, Tuple{Float64, Float64}, Nothing}((20.172899020101585, 0.027886421973952302), nothing), GeoInterface.Wrappers.Point{false, false, Tuple{Float64, Float64}, Nothing}((20.267456684570245, 0.05416726609360478), nothing), GeoInterface.Wrappers.Point{false, false, Tuple{Float64, Float64}, Nothing}((20.380427415579764, 0.09297443860091348), nothing), GeoInterface.Wrappers.Point{false, false, Tuple{Float64, Float64}, Nothing}((20.51030066635026, 0.1464721641710074), nothing), GeoInterface.Wrappers.Point{false, false, Tuple{Float64, Float64}, Nothing}((20.655335250260467, 0.21664550952386064), nothing), GeoInterface.Wrappers.Point{false, false, Tuple{Float64, Float64}, Nothing}((20.813580405100698, 0.30527612515520186), nothing)  …  GeoInterface.Wrappers.Point{false, false, Tuple{Float64, Float64}, Nothing}((20.866418416586406, -0.3376428491230612), nothing), GeoInterface.Wrappers.Point{false, false, Tuple{Float64, Float64}, Nothing}((20.704405820024185, -0.24279488312757858), nothing), GeoInterface.Wrappers.Point{false, false, Tuple{Float64, Float64}, Nothing}((20.55494217175954, -0.16692537029320365), nothing), GeoInterface.Wrappers.Point{false, false, Tuple{Float64, Float64}, Nothing}((20.420040147662014, -0.10832215707812454), nothing), GeoInterface.Wrappers.Point{false, false, Tuple{Float64, Float64}, Nothing}((20.30151010318639, -0.0650624499034016), nothing), GeoInterface.Wrappers.Point{false, false, Tuple{Float64, Float64}, Nothing}((20.200938172182195, -0.03503632062070827), nothing), GeoInterface.Wrappers.Point{false, false, Tuple{Float64, Float64}, Nothing}((20.119667078681967, -0.01597247419241532), nothing), GeoInterface.Wrappers.Point{false, false, Tuple{Float64, Float64}, Nothing}((20.058779893613323, -0.005465967083412071), nothing), GeoInterface.Wrappers.Point{false, false, Tuple{Float64, Float64}, Nothing}((20.019086932781654, -0.0010075412835199304), nothing), GeoInterface.Wrappers.Point{false, false, Tuple{Float64, Float64}, Nothing}((20.001115954499138, -1.4219350464667047e-5), nothing)], nothing, nothing), GeoInterface.Wrappers.LinearRing{false, false, Vector{GeoInterface.Wrappers.Point{false, false, Tuple{Int64, Int64}, Nothing}}, Nothing, Nothing}(GeoInterface.Wrappers.Point{false, false, Tuple{Int64, Int64}, Nothing}[GeoInterface.Wrappers.Point{false, false, Tuple{Int64, Int64}, Nothing}((-5, -5), nothing), GeoInterface.Wrappers.Point{false, false, Tuple{Int64, Int64}, Nothing}((-5, 5), nothing), GeoInterface.Wrappers.Point{false, false, Tuple{Int64, Int64}, Nothing}((5, 5), nothing), GeoInterface.Wrappers.Point{false, false, Tuple{Int64, Int64}, Nothing}((5, -5), nothing)], nothing, nothing)], nothing, nothing)

Shift polygon2 to the right, to avoid plotting over our earlier results.

julia
xoffset = 50.;
 yoffset = 0.;
 f = CoordinateTransformations.Translation(xoffset, yoffset);
 polygon2 = GO.transform(f, polygon2);
 plot!(polygon2)
-fig

Polygons can also be grouped together as a MultiPolygon.

julia
r = 5;
+fig

Polygons can also be grouped together as a MultiPolygon.

julia
r = 5;
 x = cos.(reverse(ϴ)) .* r .+ xoffset;
 y = sin.(reverse(ϴ)) .* r .+ yoffset;
 ring2 =  GI.LinearRing(GI.Point.(zip(x,y)));
@@ -68,7 +68,7 @@
 f = CoordinateTransformations.Translation(xoffset, yoffset);
 multipolygon = GO.transform(f, multipolygon);
 plot!(multipolygon)
-fig

Great, now we can make Points, MultiPoints, Lines, LineStrings, Polygons (with holes), and MultiPolygons and modify them using [CoordinateTransformations] and [GeometryOps].

Plot geometries on a map using GeoMakie and coordinate reference system (CRS)

In geospatial sciences we often have data in one Coordinate Reference System (CRS) (source) and would like to display it in different (destination) CRS. GeoMakie allows us to do this by automatically projecting from source to destination CRS.

Here, our source CRS is common geographic (i.e. coordinates of latitude and longitude), WGS84.

julia
source_crs1 = GFT.EPSG(4326)
GeoFormatTypes.EPSG{1}((4326,))

Now let's pick a destination CRS for displaying our map. Here we'll pick natearth2.

julia
destination_crs = "+proj=natearth2"
"+proj=natearth2"

Let's add land area for context. First, download and open the Natural Earth global land polygons at 110 m resolution.GeoMakie ships with this particular dataset, so we will access it from there.

julia
land_path = GeoMakie.assetpath("ne_110m_land.geojson")
"/home/runner/.julia/packages/GeoMakie/2upVC/assets/ne_110m_land.geojson"

Note

Natural Earth has lots of other datasets, and there is a Julia package that provides an interface to it called NaturalEarth.jl.

Read the land MultiPolygons as a GeoJSON.FeatureCollection.

julia
land_geo = GeoJSON.read(land_path)
FeatureCollection with 127 Features

We then need to create a figure with a GeoAxis that can handle the projection between source and destination CRS. For GeoMakie, source is the CRS of the input and dest is the CRS you want to visualize in.

julia
fig = Figure(size=(1000, 500));
+fig

Great, now we can make Points, MultiPoints, Lines, LineStrings, Polygons (with holes), and MultiPolygons and modify them using [CoordinateTransformations] and [GeometryOps].

Plot geometries on a map using GeoMakie and coordinate reference system (CRS)

In geospatial sciences we often have data in one Coordinate Reference System (CRS) (source) and would like to display it in different (destination) CRS. GeoMakie allows us to do this by automatically projecting from source to destination CRS.

Here, our source CRS is common geographic (i.e. coordinates of latitude and longitude), WGS84.

julia
source_crs1 = GFT.EPSG(4326)
GeoFormatTypes.EPSG{1}((4326,))

Now let's pick a destination CRS for displaying our map. Here we'll pick natearth2.

julia
destination_crs = "+proj=natearth2"
"+proj=natearth2"

Let's add land area for context. First, download and open the Natural Earth global land polygons at 110 m resolution.GeoMakie ships with this particular dataset, so we will access it from there.

julia
land_path = GeoMakie.assetpath("ne_110m_land.geojson")
"/home/runner/.julia/packages/GeoMakie/2upVC/assets/ne_110m_land.geojson"

Note

Natural Earth has lots of other datasets, and there is a Julia package that provides an interface to it called NaturalEarth.jl.

Read the land MultiPolygons as a GeoJSON.FeatureCollection.

julia
land_geo = GeoJSON.read(land_path)
FeatureCollection with 127 Features

We then need to create a figure with a GeoAxis that can handle the projection between source and destination CRS. For GeoMakie, source is the CRS of the input and dest is the CRS you want to visualize in.

julia
fig = Figure(size=(1000, 500));
 ga = GeoAxis(
     fig[1, 1];
     source = source_crs1,
@@ -76,8 +76,8 @@
     xticklabelsvisible = false,
     yticklabelsvisible = false,
 );

Plot land for context.

julia
poly!(ga, land_geo, color=:black)
-fig

Now let's plot a Polygon like before, but this time with a CRS that differs from our source data

julia
plot!(multipolygon; color = :green)
-fig

But what if we want to plot geometries with a different source CRS on the same figure?

To show how to do this let's create a geometry with coordinates in UTM (Universal Transverse Mercator) zone 10N EPSG:32610.

julia
source_crs2 = GFT.EPSG(32610)
GeoFormatTypes.EPSG{1}((32610,))

Create a polygon (we're working in meters now, not latitude and longitude)

julia
r = 1000000;
+fig

Now let's plot a Polygon like before, but this time with a CRS that differs from our source data

julia
plot!(multipolygon; color = :green)
+fig

But what if we want to plot geometries with a different source CRS on the same figure?

To show how to do this let's create a geometry with coordinates in UTM (Universal Transverse Mercator) zone 10N EPSG:32610.

julia
source_crs2 = GFT.EPSG(32610)
GeoFormatTypes.EPSG{1}((32610,))

Create a polygon (we're working in meters now, not latitude and longitude)

julia
r = 1000000;
 ϴ = 0:0.01:2pi;
 x = r .* cos.(ϴ).^3 .+ 500000;
 y = r .* sin.(ϴ) .^ 3 .+5000000;
629-element Vector{Float64}:
@@ -87,7 +87,7 @@
 
  5.0e6
  5.0e6

Now create a LinearRing from Points

julia
ring3 = GI.LinearRing(Point.(zip(x, y)))
GeoInterface.Wrappers.LinearRing{false, false, Vector{Point{2, Float64}}, Nothing, Nothing}(Point{2, Float64}[[1.5e6, 5.0e6], [1.4998500087497458e6, 5.000000999950001e6], [1.4994001399837343e6, 5.000007998400139e6], [1.4986507085647392e6, 5.000026987852369e6], [1.4976022389592e6, 5.000063948817746e6], [1.4962554647802354e6, 5.000124843834609e6], [1.4946113281484335e6, 5.000215611503127e6], [1.4926709788709967e6, 5.000342160541625e6], [1.4904357734399722e6, 5.000510363870095e6], [1.4879072738504685e6, 5.0007260527263e6]  …  [1.4870405593989636e6, 4.999194331880103e6], [1.4896621210021754e6, 4.999426363321033e6], [1.491990928929295e6, 4.999609061508909e6], [1.4940253560034204e6, 4.999748243174828e6], [1.4957639801366436e6, 4.999849768598615e6], [1.497205585568957e6, 4.999919535736425e6], [1.4983491639274692e6, 4.999963474314044e6], [1.4991939151049731e6, 4.999987539891298e6], [1.4997392479570867e6, 4.999997707902938e6], [1.499984780817334e6, 4.999999967681458e6]], nothing, nothing)

Now create a Polygon from the LineRing

julia
polygon3 = GI.Polygon([ring3])
GeoInterface.Wrappers.Polygon{false, false, Vector{GeoInterface.Wrappers.LinearRing{false, false, Vector{Point{2, Float64}}, Nothing, Nothing}}, Nothing, Nothing}(GeoInterface.Wrappers.LinearRing{false, false, Vector{Point{2, Float64}}, Nothing, Nothing}[GeoInterface.Wrappers.LinearRing{false, false, Vector{Point{2, Float64}}, Nothing, Nothing}(Point{2, Float64}[[1.5e6, 5.0e6], [1.4998500087497458e6, 5.000000999950001e6], [1.4994001399837343e6, 5.000007998400139e6], [1.4986507085647392e6, 5.000026987852369e6], [1.4976022389592e6, 5.000063948817746e6], [1.4962554647802354e6, 5.000124843834609e6], [1.4946113281484335e6, 5.000215611503127e6], [1.4926709788709967e6, 5.000342160541625e6], [1.4904357734399722e6, 5.000510363870095e6], [1.4879072738504685e6, 5.0007260527263e6]  …  [1.4870405593989636e6, 4.999194331880103e6], [1.4896621210021754e6, 4.999426363321033e6], [1.491990928929295e6, 4.999609061508909e6], [1.4940253560034204e6, 4.999748243174828e6], [1.4957639801366436e6, 4.999849768598615e6], [1.497205585568957e6, 4.999919535736425e6], [1.4983491639274692e6, 4.999963474314044e6], [1.4991939151049731e6, 4.999987539891298e6], [1.4997392479570867e6, 4.999997707902938e6], [1.499984780817334e6, 4.999999967681458e6]], nothing, nothing)], nothing, nothing)

Now plot on the existing GeoAxis.

Note

The keyword argument source is used to specify the source CRS of that particular plot, when plotting on an existing GeoAxis.

julia
plot!(ga,polygon3; color=:red, source = source_crs2)
-fig

Create geospatial geometries with embedded coordinate reference system information

Great, we can make geometries and plot them on a map... now let's export the data to common geospatial data formats. To do this we now need to create geometries with embedded CRS information, making it a geospatial geometry. All that's needed is to include ; crs = crs as a keyword argument when constructing the geometry.

Let's do this for a new Polygon

julia
r = 3;
+fig

Create geospatial geometries with embedded coordinate reference system information

Great, we can make geometries and plot them on a map... now let's export the data to common geospatial data formats. To do this we now need to create geometries with embedded CRS information, making it a geospatial geometry. All that's needed is to include ; crs = crs as a keyword argument when constructing the geometry.

Let's do this for a new Polygon

julia
r = 3;
 k = 7;
 ϴ = 0:0.01:2pi;
 x = r .* (k + 1) .* cos.(ϴ) .- r .* cos.((k + 1) .* ϴ);
@@ -107,7 +107,7 @@
 GeoParquet.write(fn, df, (:geometry,))
"shapes.parquet"

Finally, if there's no Julia-native package that can write data to your desired format (e.g. .gpkg, .gml, etc), you can use GeoDataFrames. This package uses the GDAL library under the hood which supports writing to nearly all geospatial formats.

julia
import GeoDataFrames
 fn = "shapes.gpkg"
 GeoDataFrames.write(fn, df)
"shapes.gpkg"

And there we go, you can now create mapped geometries from scratch, manipulate them, plot them on a map, and save them in multiple geospatial data formats.

- + \ No newline at end of file diff --git a/previews/PR195/tutorials/geodesic_paths.html b/previews/PR195/tutorials/geodesic_paths.html index 1aa77945e..90732389a 100644 --- a/previews/PR195/tutorials/geodesic_paths.html +++ b/previews/PR195/tutorials/geodesic_paths.html @@ -8,11 +8,11 @@ - + - - + + @@ -28,8 +28,8 @@ fig, ga, _cp = lines(GeoMakie.coastlines(); axis = (; type = GeoAxis)) lines!(ga, GO.segmentize(GO.GeodesicSegments(; max_distance = 100_000), GI.LineString([IAH, AMS])); color = Makie.wong_colors()[2]) -fig

- +fig

+ \ No newline at end of file diff --git a/previews/PR195/tutorials/spatial_joins.html b/previews/PR195/tutorials/spatial_joins.html index 3235e810a..f5af0719e 100644 --- a/previews/PR195/tutorials/spatial_joins.html +++ b/previews/PR195/tutorials/spatial_joins.html @@ -8,11 +8,11 @@ - + - - + + @@ -28,14 +28,14 @@ pl = GI.Polygon([GI.LinearRing([(0, 0), (1, 0), (1, 1), (0, 0)])]) pu = GI.Polygon([GI.LinearRing([(0, 0), (0, 1), (1, 1), (0, 0)])]) poly_df = DataFrame(geometry = [pl, pu], color = [:red, :blue]) -f, a, p = poly(poly_df.geometry; color = tuple.(poly_df.color, 0.3))

Here, the upper polygon is blue, and the lower polygon is red. Keep this in mind!

Now, we generate the points.

julia
points = tuple.(rand(1000), rand(1000))
+f, a, p = poly(poly_df.geometry; color = tuple.(poly_df.color, 0.3))

Here, the upper polygon is blue, and the lower polygon is red. Keep this in mind!

Now, we generate the points.

julia
points = tuple.(rand(1000), rand(1000))
 points_df = DataFrame(geometry = points)
 scatter!(points_df.geometry)
-f

You can see that they are evenly distributed around the box. But how do we know which points are in which polygons?

We have to join the two dataframes based on which polygon (if any) each point lies within.

Now, we can perform the "spatial join" using FlexiJoins. We are performing an outer join here

julia
@time joined_df = FlexiJoins.innerjoin(
+f

You can see that they are evenly distributed around the box. But how do we know which points are in which polygons?

We have to join the two dataframes based on which polygon (if any) each point lies within.

Now, we can perform the "spatial join" using FlexiJoins. We are performing an outer join here

julia
@time joined_df = FlexiJoins.innerjoin(
     (points_df, poly_df),
     by_pred(:geometry, GO.within, :geometry)
 )
julia
scatter!(a, joined_df.geometry; color = joined_df.color)
-f

Here, you can see that the colors were assigned appropriately to the scattered points!

Real-world example

Suppose I have a list of polygons representing administrative regions (or mining sites, or what have you), and I have a list of polygons for each country. I want to find the country each region is in.

julia
import GeoInterface as GI, GeometryOps as GO
+f

Here, you can see that the colors were assigned appropriately to the scattered points!

Real-world example

Suppose I have a list of polygons representing administrative regions (or mining sites, or what have you), and I have a list of polygons for each country. I want to find the country each region is in.

julia
import GeoInterface as GI, GeometryOps as GO
 using FlexiJoins, DataFrames, GADM # GADM gives us country and sublevel geometry
 
 using CairoMakie, GeoInterfaceMakie
@@ -60,7 +60,7 @@
     ::FlexiJoins.ByPred{typeof(my_predicate_function)}, 
     datas
 ) = true

This will enable FlexiJoins to support your custom function, when it's passed to by_pred(:geometry, my_predicate_function, :geometry).

- + \ No newline at end of file