diff --git a/previews/PR169/404.html b/previews/PR169/404.html index 94d8cf11c..85789e744 100644 --- a/previews/PR169/404.html +++ b/previews/PR169/404.html @@ -8,7 +8,7 @@ - + @@ -16,7 +16,7 @@
- + \ No newline at end of file diff --git a/previews/PR169/api.html b/previews/PR169/api.html index 3796ccc36..07b543f37 100644 --- a/previews/PR169/api.html +++ b/previews/PR169/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/PR169/assets/bfrkaqy._0R9BbFk.png b/previews/PR169/assets/aawyhhs._0R9BbFk.png similarity index 100% rename from previews/PR169/assets/bfrkaqy._0R9BbFk.png rename to previews/PR169/assets/aawyhhs._0R9BbFk.png diff --git a/previews/PR169/assets/skxlakg.3UVIT8DR.png b/previews/PR169/assets/afvrywy.3UVIT8DR.png similarity index 100% rename from previews/PR169/assets/skxlakg.3UVIT8DR.png rename to previews/PR169/assets/afvrywy.3UVIT8DR.png diff --git a/previews/PR169/assets/aminatc.09qSbkT6.png b/previews/PR169/assets/aminatc.09qSbkT6.png new file mode 100644 index 000000000..99ec2b3ee Binary files /dev/null and b/previews/PR169/assets/aminatc.09qSbkT6.png differ diff --git a/previews/PR169/assets/api.md.f3e8s1hi.js b/previews/PR169/assets/api.md.DAveZ5_s.js similarity index 99% rename from previews/PR169/assets/api.md.f3e8s1hi.js rename to previews/PR169/assets/api.md.DAveZ5_s.js index 1cf96cd11..682957ec3 100644 --- a/previews/PR169/assets/api.md.f3e8s1hi.js +++ b/previews/PR169/assets/api.md.DAveZ5_s.js @@ -1,4 +1,4 @@ -import{_ as n,c as e,j as s,a,a6 as i,o as t}from"./chunks/framework.CXV__M-i.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,a6 as i,o as t}from"./chunks/framework.CXV__M-i.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/PR169/assets/api.md.f3e8s1hi.lean.js b/previews/PR169/assets/api.md.DAveZ5_s.lean.js
similarity index 100%
rename from previews/PR169/assets/api.md.f3e8s1hi.lean.js
rename to previews/PR169/assets/api.md.DAveZ5_s.lean.js
diff --git a/previews/PR169/assets/app.D47vhfhT.js b/previews/PR169/assets/app.B9HwcQij.js
similarity index 95%
rename from previews/PR169/assets/app.D47vhfhT.js
rename to previews/PR169/assets/app.B9HwcQij.js
index f0f4ccb66..33899760c 100644
--- a/previews/PR169/assets/app.D47vhfhT.js
+++ b/previews/PR169/assets/app.B9HwcQij.js
@@ -1 +1 @@
-import{U as o,a7 as p,a8 as u,a9 as l,aa as c,ab as f,ac as d,ad as m,ae as h,af as g,ag as A,d as P,u as v,y,x as w,ah as C,ai as R,aj as b,a5 as E}from"./chunks/framework.CXV__M-i.js";import{R as S}from"./chunks/theme.B4vYWld1.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,a7 as p,a8 as u,a9 as l,aa as c,ab as f,ac as d,ad as m,ae as h,af as g,ag as A,d as P,u as v,y,x as w,ah as C,ai as R,aj as b,a5 as E}from"./chunks/framework.CXV__M-i.js";import{R as S}from"./chunks/theme.2jaTLkNF.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/PR169/assets/ayowruv.Des6WERb.png b/previews/PR169/assets/ayowruv.Des6WERb.png
deleted file mode 100644
index 18243a727..000000000
Binary files a/previews/PR169/assets/ayowruv.Des6WERb.png and /dev/null differ
diff --git a/previews/PR169/assets/wwabvkb.DHcwB147.png b/previews/PR169/assets/bbquxac.DHcwB147.png
similarity index 100%
rename from previews/PR169/assets/wwabvkb.DHcwB147.png
rename to previews/PR169/assets/bbquxac.DHcwB147.png
diff --git a/previews/PR169/assets/gelhort.Cb0_DiYE.png b/previews/PR169/assets/bcptzyw.Cb0_DiYE.png
similarity index 100%
rename from previews/PR169/assets/gelhort.Cb0_DiYE.png
rename to previews/PR169/assets/bcptzyw.Cb0_DiYE.png
diff --git a/previews/PR169/assets/hxkjeim.DaovVbE6.png b/previews/PR169/assets/bvmzgnt.DaovVbE6.png
similarity index 100%
rename from previews/PR169/assets/hxkjeim.DaovVbE6.png
rename to previews/PR169/assets/bvmzgnt.DaovVbE6.png
diff --git a/previews/PR169/assets/owirazg.DiwGEg2f.png b/previews/PR169/assets/cgulcdv.DiwGEg2f.png
similarity index 100%
rename from previews/PR169/assets/owirazg.DiwGEg2f.png
rename to previews/PR169/assets/cgulcdv.DiwGEg2f.png
diff --git a/previews/PR169/assets/chunks/@localSearchIndexroot.C2gwDh6k.js b/previews/PR169/assets/chunks/@localSearchIndexroot.C2gwDh6k.js
new file mode 100644
index 000000000..28ea1d1a8
--- /dev/null
+++ b/previews/PR169/assets/chunks/@localSearchIndexroot.C2gwDh6k.js
@@ -0,0 +1 @@
+const e='{"documentCount":171,"nextId":171,"documentIds":{"0":"/GeometryOps.jl/previews/PR169/api#Full-GeometryOps-API-documentation","1":"/GeometryOps.jl/previews/PR169/api#apply-and-associated-functions","2":"/GeometryOps.jl/previews/PR169/api#General-geometry-methods","3":"/GeometryOps.jl/previews/PR169/api#OGC-methods","4":"/GeometryOps.jl/previews/PR169/api#Other-general-methods","5":"/GeometryOps.jl/previews/PR169/api#Barycentric-coordinates","6":"/GeometryOps.jl/previews/PR169/api#Other-methods","7":"/GeometryOps.jl/previews/PR169/call_notes#20th-April,-2024","8":"/GeometryOps.jl/previews/PR169/call_notes#29th-Feb,-2024","9":"/GeometryOps.jl/previews/PR169/call_notes#To-do","10":"/GeometryOps.jl/previews/PR169/call_notes#done","11":"/GeometryOps.jl/previews/PR169/experiments/accurate_accumulators#Accurate-accumulation","12":"/GeometryOps.jl/previews/PR169/experiments/predicates#predicates","13":"/GeometryOps.jl/previews/PR169/experiments/predicates#orient","14":"/GeometryOps.jl/previews/PR169/experiments/predicates#dashboard","15":"/GeometryOps.jl/previews/PR169/experiments/predicates#Testing-robust-vs-regular-predicates","16":"/GeometryOps.jl/previews/PR169/experiments/predicates#incircle","17":"/GeometryOps.jl/previews/PR169/explanations/paradigms#paradigms","18":"/GeometryOps.jl/previews/PR169/explanations/paradigms#apply","19":"/GeometryOps.jl/previews/PR169/explanations/paradigms#applyreduce","20":"/GeometryOps.jl/previews/PR169/explanations/paradigms#fix-and-prepare","21":"/GeometryOps.jl/previews/PR169/explanations/peculiarities#peculiarities","22":"/GeometryOps.jl/previews/PR169/explanations/peculiarities#What-does-apply-return-and-why?","23":"/GeometryOps.jl/previews/PR169/explanations/peculiarities#Why-do-you-want-me-to-provide-a-target-in-set-operations?","24":"/GeometryOps.jl/previews/PR169/explanations/peculiarities#_True-and-_False-(or-BoolsAsTypes)","25":"/GeometryOps.jl/previews/PR169/howto/unary_union#Unary-union","26":"/GeometryOps.jl/previews/PR169/introduction#introduction","27":"/GeometryOps.jl/previews/PR169/introduction#Main-concepts","28":"/GeometryOps.jl/previews/PR169/introduction#The-apply-paradigm","29":"/GeometryOps.jl/previews/PR169/introduction#What\'s-this-GeoInterface.Wrapper-thing?","30":"/GeometryOps.jl/previews/PR169/source/GeometryOps#geometryops-jl","31":"/GeometryOps.jl/previews/PR169/source/methods/angles#angles","32":"/GeometryOps.jl/previews/PR169/source/methods/angles#What-is-angles?","33":"/GeometryOps.jl/previews/PR169/source/methods/angles#implementation","34":"/GeometryOps.jl/previews/PR169/source/methods/area#Area-and-signed-area","35":"/GeometryOps.jl/previews/PR169/source/methods/area#What-is-area?-What-is-signed-area?","36":"/GeometryOps.jl/previews/PR169/source/methods/area#implementation","37":"/GeometryOps.jl/previews/PR169/source/methods/barycentric#Barycentric-coordinates","38":"/GeometryOps.jl/previews/PR169/source/methods/barycentric#example","39":"/GeometryOps.jl/previews/PR169/source/methods/barycentric#Barycentric-coordinate-API","40":"/GeometryOps.jl/previews/PR169/source/methods/buffer#buffer","41":"/GeometryOps.jl/previews/PR169/source/methods/centroid#centroid","42":"/GeometryOps.jl/previews/PR169/source/methods/centroid#What-is-the-centroid?","43":"/GeometryOps.jl/previews/PR169/source/methods/centroid#implementation","44":"/GeometryOps.jl/previews/PR169/source/methods/clipping/clipping_processor#Polygon-clipping-helpers","45":"/GeometryOps.jl/previews/PR169/source/methods/clipping/coverage#What-is-coverage?","46":"/GeometryOps.jl/previews/PR169/source/methods/clipping/coverage#implementation","47":"/GeometryOps.jl/previews/PR169/source/methods/clipping/cut#Polygon-cutting","48":"/GeometryOps.jl/previews/PR169/source/methods/clipping/cut#What-is-cut?","49":"/GeometryOps.jl/previews/PR169/source/methods/clipping/cut#implementation","50":"/GeometryOps.jl/previews/PR169/source/methods/clipping/difference#Difference-Polygon-Clipping","51":"/GeometryOps.jl/previews/PR169/source/methods/clipping/difference#Helper-functions-for-Differences-with-Greiner-and-Hormann-Polygon-Clipping","52":"/GeometryOps.jl/previews/PR169/source/methods/clipping/intersection#Geometry-Intersection","53":"/GeometryOps.jl/previews/PR169/source/methods/clipping/intersection#Helper-functions-for-Intersections-with-Greiner-and-Hormann-Polygon-Clipping","54":"/GeometryOps.jl/previews/PR169/source/methods/clipping/predicates#If-we-want-to-inject-adaptivity,-we-would-do-something-like:","55":"/GeometryOps.jl/previews/PR169/source/methods/clipping/union#Union-Polygon-Clipping","56":"/GeometryOps.jl/previews/PR169/source/methods/clipping/union#Helper-functions-for-Unions-with-Greiner-and-Hormann-Polygon-Clipping","57":"/GeometryOps.jl/previews/PR169/source/methods/distance#Distance-and-signed-distance","58":"/GeometryOps.jl/previews/PR169/source/methods/distance#What-is-distance?-What-is-signed-distance?","59":"/GeometryOps.jl/previews/PR169/source/methods/distance#implementation","60":"/GeometryOps.jl/previews/PR169/source/methods/geom_relations/contains#contains","61":"/GeometryOps.jl/previews/PR169/source/methods/geom_relations/contains#What-is-contains?","62":"/GeometryOps.jl/previews/PR169/source/methods/geom_relations/contains#implementation","63":"/GeometryOps.jl/previews/PR169/source/methods/equals#equals","64":"/GeometryOps.jl/previews/PR169/source/methods/equals#What-is-equals?","65":"/GeometryOps.jl/previews/PR169/source/methods/equals#implementation","66":"/GeometryOps.jl/previews/PR169/source/methods/geom_relations/coveredby#coveredby","67":"/GeometryOps.jl/previews/PR169/source/methods/geom_relations/coveredby#What-is-coveredby?","68":"/GeometryOps.jl/previews/PR169/source/methods/geom_relations/coveredby#implementation","69":"/GeometryOps.jl/previews/PR169/source/methods/geom_relations/coveredby#Convert-features-to-geometries","70":"/GeometryOps.jl/previews/PR169/source/methods/geom_relations/coveredby#Points-coveredby-geometries","71":"/GeometryOps.jl/previews/PR169/source/methods/geom_relations/coveredby#Lines-coveredby-geometries","72":"/GeometryOps.jl/previews/PR169/source/methods/geom_relations/coveredby#Rings-covered-by-geometries","73":"/GeometryOps.jl/previews/PR169/source/methods/geom_relations/coveredby#Polygons-covered-by-geometries","74":"/GeometryOps.jl/previews/PR169/source/methods/geom_relations/coveredby#Geometries-coveredby-multi-geometry/geometry-collections","75":"/GeometryOps.jl/previews/PR169/source/methods/geom_relations/coveredby#Multi-geometry/geometry-collections-coveredby-geometries","76":"/GeometryOps.jl/previews/PR169/source/methods/geom_relations/covers#covers","77":"/GeometryOps.jl/previews/PR169/source/methods/geom_relations/covers#What-is-covers?","78":"/GeometryOps.jl/previews/PR169/source/methods/geom_relations/covers#implementation","79":"/GeometryOps.jl/previews/PR169/source/methods/geom_relations/crosses#Crossing-checks","80":"/GeometryOps.jl/previews/PR169/source/methods/geom_relations/disjoint#disjoint","81":"/GeometryOps.jl/previews/PR169/source/methods/geom_relations/disjoint#What-is-disjoint?","82":"/GeometryOps.jl/previews/PR169/source/methods/geom_relations/disjoint#implementation","83":"/GeometryOps.jl/previews/PR169/source/methods/geom_relations/disjoint#Convert-features-to-geometries","84":"/GeometryOps.jl/previews/PR169/source/methods/geom_relations/disjoint#Point-disjoint-geometries","85":"/GeometryOps.jl/previews/PR169/source/methods/geom_relations/disjoint#Lines-disjoint-geometries","86":"/GeometryOps.jl/previews/PR169/source/methods/geom_relations/disjoint#Rings-disjoint-geometries","87":"/GeometryOps.jl/previews/PR169/source/methods/geom_relations/disjoint#Polygon-disjoint-geometries","88":"/GeometryOps.jl/previews/PR169/source/methods/geom_relations/disjoint#Geometries-disjoint-multi-geometry/geometry-collections","89":"/GeometryOps.jl/previews/PR169/source/methods/geom_relations/disjoint#Multi-geometry/geometry-collections-coveredby-geometries","90":"/GeometryOps.jl/previews/PR169/source/methods/geom_relations/intersects#Intersection-checks","91":"/GeometryOps.jl/previews/PR169/source/methods/geom_relations/intersects#What-is-intersects?","92":"/GeometryOps.jl/previews/PR169/source/methods/geom_relations/intersects#implementation","93":"/GeometryOps.jl/previews/PR169/source/methods/geom_relations/geom_geom_processors#Line-curve-interaction","94":"/GeometryOps.jl/previews/PR169/source/methods/geom_relations/overlaps#overlaps","95":"/GeometryOps.jl/previews/PR169/source/methods/geom_relations/overlaps#What-is-overlaps?","96":"/GeometryOps.jl/previews/PR169/source/methods/geom_relations/overlaps#implementation","97":"/GeometryOps.jl/previews/PR169/source/methods/geom_relations/touches#touches","98":"/GeometryOps.jl/previews/PR169/source/methods/geom_relations/touches#What-is-touches?","99":"/GeometryOps.jl/previews/PR169/source/methods/geom_relations/touches#implementation","100":"/GeometryOps.jl/previews/PR169/source/methods/geom_relations/touches#Convert-features-to-geometries","101":"/GeometryOps.jl/previews/PR169/source/methods/geom_relations/touches#Point-touches-geometries","102":"/GeometryOps.jl/previews/PR169/source/methods/geom_relations/touches#Lines-touching-geometries","103":"/GeometryOps.jl/previews/PR169/source/methods/geom_relations/touches#Rings-touch-geometries","104":"/GeometryOps.jl/previews/PR169/source/methods/geom_relations/touches#Polygons-touch-geometries","105":"/GeometryOps.jl/previews/PR169/source/methods/geom_relations/touches#Geometries-touch-multi-geometry/geometry-collections","106":"/GeometryOps.jl/previews/PR169/source/methods/geom_relations/touches#Multi-geometry/geometry-collections-cross-geometries","107":"/GeometryOps.jl/previews/PR169/source/methods/geom_relations/within#within","108":"/GeometryOps.jl/previews/PR169/source/methods/geom_relations/within#What-is-within?","109":"/GeometryOps.jl/previews/PR169/source/methods/geom_relations/within#implementation","110":"/GeometryOps.jl/previews/PR169/source/methods/geom_relations/within#Convert-features-to-geometries","111":"/GeometryOps.jl/previews/PR169/source/methods/geom_relations/within#Points-within-geometries","112":"/GeometryOps.jl/previews/PR169/source/methods/geom_relations/within#Lines-within-geometries","113":"/GeometryOps.jl/previews/PR169/source/methods/geom_relations/within#Rings-covered-by-geometries","114":"/GeometryOps.jl/previews/PR169/source/methods/geom_relations/within#Polygons-within-geometries","115":"/GeometryOps.jl/previews/PR169/source/methods/geom_relations/within#Geometries-within-multi-geometry/geometry-collections","116":"/GeometryOps.jl/previews/PR169/source/methods/geom_relations/within#Multi-geometry/geometry-collections-within-geometries","117":"/GeometryOps.jl/previews/PR169/source/methods/orientation#orientation","118":"/GeometryOps.jl/previews/PR169/source/methods/orientation#isclockwise","119":"/GeometryOps.jl/previews/PR169/source/methods/orientation#isconcave","120":"/GeometryOps.jl/previews/PR169/source/methods/polygonize#Polygonizing-raster-data","121":"/GeometryOps.jl/previews/PR169/source/not_implemented_yet#Not-implemented-yet","122":"/GeometryOps.jl/previews/PR169/source/primitives#Primitive-functions","123":"/GeometryOps.jl/previews/PR169/source/primitives#docstrings","124":"/GeometryOps.jl/previews/PR169/source/primitives#functions","125":"/GeometryOps.jl/previews/PR169/source/primitives#types","126":"/GeometryOps.jl/previews/PR169/source/primitives#implementation","127":"/GeometryOps.jl/previews/PR169/source/primitives#What-is-apply?","128":"/GeometryOps.jl/previews/PR169/source/primitives#embedding","129":"/GeometryOps.jl/previews/PR169/source/primitives#threading","130":"/GeometryOps.jl/previews/PR169/source/transformations/correction/closed_ring#Closed-Rings","131":"/GeometryOps.jl/previews/PR169/source/transformations/correction/closed_ring#example","132":"/GeometryOps.jl/previews/PR169/source/transformations/correction/closed_ring#implementation","133":"/GeometryOps.jl/previews/PR169/source/transformations/correction/geometry_correction#Geometry-Corrections","134":"/GeometryOps.jl/previews/PR169/source/transformations/correction/geometry_correction#interface","135":"/GeometryOps.jl/previews/PR169/source/transformations/correction/geometry_correction#Available-corrections","136":"/GeometryOps.jl/previews/PR169/source/transformations/correction/intersecting_polygons#Intersecting-Polygons","137":"/GeometryOps.jl/previews/PR169/source/transformations/correction/intersecting_polygons#example","138":"/GeometryOps.jl/previews/PR169/source/transformations/correction/intersecting_polygons#implementation","139":"/GeometryOps.jl/previews/PR169/source/transformations/correction/polygon_contents#polygoncontents","140":"/GeometryOps.jl/previews/PR169/source/transformations/flip#Coordinate-flipping","141":"/GeometryOps.jl/previews/PR169/source/transformations/extent#Extent-embedding","142":"/GeometryOps.jl/previews/PR169/source/transformations/reproject#Geometry-reprojection","143":"/GeometryOps.jl/previews/PR169/source/transformations/reproject#Method-error-handling","144":"/GeometryOps.jl/previews/PR169/source/transformations/segmentize#segmentize","145":"/GeometryOps.jl/previews/PR169/source/transformations/segmentize#examples","146":"/GeometryOps.jl/previews/PR169/source/transformations/segmentize#benchmark","147":"/GeometryOps.jl/previews/PR169/source/transformations/segmentize#implementation","148":"/GeometryOps.jl/previews/PR169/source/transformations/simplify#Geometry-simplification","149":"/GeometryOps.jl/previews/PR169/source/transformations/simplify#examples","150":"/GeometryOps.jl/previews/PR169/source/transformations/simplify#benchmark","151":"/GeometryOps.jl/previews/PR169/source/transformations/simplify#Simplify-with-RadialDistance-Algorithm","152":"/GeometryOps.jl/previews/PR169/source/transformations/simplify#Simplify-with-DouglasPeucker-Algorithm","153":"/GeometryOps.jl/previews/PR169/source/transformations/simplify#Simplify-with-VisvalingamWhyatt-Algorithm","154":"/GeometryOps.jl/previews/PR169/source/transformations/simplify#Shared-utils","155":"/GeometryOps.jl/previews/PR169/source/transformations/transform#Pointwise-transformation","156":"/GeometryOps.jl/previews/PR169/source/transformations/tuples#Tuple-conversion","157":"/GeometryOps.jl/previews/PR169/source/types#types","158":"/GeometryOps.jl/previews/PR169/source/types#TraitTarget","159":"/GeometryOps.jl/previews/PR169/source/types#BoolsAsTypes","160":"/GeometryOps.jl/previews/PR169/source/types#GEOS","161":"/GeometryOps.jl/previews/PR169/source/utils#Utility-functions","162":"/GeometryOps.jl/previews/PR169/tutorials/creating_geometry#Creating-Geometry","163":"/GeometryOps.jl/previews/PR169/tutorials/creating_geometry#creating-geometry","164":"/GeometryOps.jl/previews/PR169/tutorials/creating_geometry#geom-crs","165":"/GeometryOps.jl/previews/PR169/tutorials/creating_geometry#attributes","166":"/GeometryOps.jl/previews/PR169/tutorials/creating_geometry#save-geometry","167":"/GeometryOps.jl/previews/PR169/tutorials/spatial_joins#Spatial-joins","168":"/GeometryOps.jl/previews/PR169/tutorials/spatial_joins#Simple-example","169":"/GeometryOps.jl/previews/PR169/tutorials/spatial_joins#Real-world-example","170":"/GeometryOps.jl/previews/PR169/tutorials/spatial_joins#Enabling-custom-predicates"},"fieldIds":{"title":0,"titles":1,"text":2},"fieldLength":{"0":[4,1,89],"1":[4,4,248],"2":[3,4,1],"3":[2,7,207],"4":[3,7,261],"5":[2,4,84],"6":[2,4,1073],"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":[2,1,108],"26":[1,1,72],"27":[2,1,1],"28":[3,3,50],"29":[8,3,18],"30":[2,1,118],"31":[1,1,3],"32":[4,1,57],"33":[1,1,270],"34":[4,1,4],"35":[5,4,101],"36":[1,4,247],"37":[2,1,65],"38":[1,2,210],"39":[3,2,414],"40":[1,1,110],"41":[1,1,6],"42":[5,1,91],"43":[1,1,199],"44":[3,1,613],"45":[4,1,70],"46":[1,1,327],"47":[2,1,3],"48":[4,2,57],"49":[1,2,200],"50":[3,1,215],"51":[10,1,191],"52":[2,1,252],"53":[10,1,482],"54":[11,1,25],"55":[3,1,238],"56":[10,1,289],"57":[4,1,4],"58":[5,4,129],"59":[1,4,260],"60":[1,1,3],"61":[4,1,79],"62":[1,1,79],"63":[1,1,3],"64":[4,1,68],"65":[1,1,266],"66":[1,1,3],"67":[4,1,81],"68":[1,1,128],"69":[4,1,11],"70":[3,1,56],"71":[3,1,46],"72":[4,1,48],"73":[4,1,40],"74":[5,1,40],"75":[5,1,44],"76":[1,1,3],"77":[4,1,67],"78":[1,1,78],"79":[2,1,149],"80":[1,1,3],"81":[4,1,68],"82":[1,1,110],"83":[4,1,10],"84":[3,1,57],"85":[3,1,58],"86":[3,1,47],"87":[3,1,33],"88":[5,1,39],"89":[5,1,44],"90":[2,1,3],"91":[4,2,80],"92":[1,2,76],"93":[3,1,434],"94":[1,1,3],"95":[4,1,82],"96":[1,1,244],"97":[1,1,3],"98":[4,1,70],"99":[1,1,125],"100":[4,1,11],"101":[3,1,69],"102":[3,1,53],"103":[3,1,62],"104":[3,1,41],"105":[5,1,39],"106":[5,1,42],"107":[1,1,3],"108":[4,1,72],"109":[1,1,129],"110":[4,1,11],"111":[3,1,63],"112":[3,1,53],"113":[4,1,53],"114":[3,1,38],"115":[5,1,39],"116":[5,1,42],"117":[1,1,4],"118":[1,1,21],"119":[1,1,206],"120":[3,1,513],"121":[3,1,47],"122":[2,1,113],"123":[1,2,1],"124":[1,3,106],"125":[1,2,12],"126":[1,2,33],"127":[4,2,114],"128":[2,2,36],"129":[1,2,542],"130":[2,1,54],"131":[1,2,87],"132":[1,2,83],"133":[2,1,41],"134":[1,2,132],"135":[2,2,109],"136":[2,1,77],"137":[1,2,70],"138":[1,2,135],"139":[1,1,76],"140":[2,1,56],"141":[2,1,71],"142":[2,1,132],"143":[3,2,77],"144":[1,1,76],"145":[1,1,147],"146":[1,1,268],"147":[1,1,188],"148":[2,1,44],"149":[1,2,67],"150":[1,2,404],"151":[4,1,75],"152":[4,1,187],"153":[4,1,85],"154":[2,1,149],"155":[2,1,111],"156":[2,1,58],"157":[1,1,38],"158":[1,1,74],"159":[1,1,82],"160":[1,1,147],"161":[2,1,136],"162":[2,1,59],"163":[4,2,287],"164":[6,2,403],"165":[7,2,63],"166":[4,2,140],"167":[2,1,138],"168":[2,2,137],"169":[3,2,117],"170":[3,2,68]},"averageFieldLength":[2.760233918128655,1.4502923976608186,110.81871345029244],"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":"Unary union","titles":[]},"26":{"title":"Introduction","titles":[]},"27":{"title":"Main concepts","titles":["Introduction"]},"28":{"title":"The apply paradigm","titles":["Introduction","Main concepts"]},"29":{"title":"What's this GeoInterface.Wrapper thing?","titles":["Introduction","Main concepts"]},"30":{"title":"GeometryOps.jl","titles":[]},"31":{"title":"Angles","titles":[]},"32":{"title":"What is angles?","titles":["Angles"]},"33":{"title":"Implementation","titles":["Angles"]},"34":{"title":"Area and signed area","titles":[]},"35":{"title":"What is area? What is signed area?","titles":["Area and signed area"]},"36":{"title":"Implementation","titles":["Area and signed area"]},"37":{"title":"Barycentric coordinates","titles":[]},"38":{"title":"Example","titles":["Barycentric coordinates"]},"39":{"title":"Barycentric-coordinate API","titles":["Barycentric coordinates"]},"40":{"title":"Buffer","titles":[]},"41":{"title":"Centroid","titles":[]},"42":{"title":"What is the centroid?","titles":["Centroid"]},"43":{"title":"Implementation","titles":["Centroid"]},"44":{"title":"Polygon clipping helpers","titles":[]},"45":{"title":"What is coverage?","titles":[]},"46":{"title":"Implementation","titles":[]},"47":{"title":"Polygon cutting","titles":[]},"48":{"title":"What is cut?","titles":["Polygon cutting"]},"49":{"title":"Implementation","titles":["Polygon cutting"]},"50":{"title":"Difference Polygon Clipping","titles":[]},"51":{"title":"Helper functions for Differences with Greiner and Hormann Polygon Clipping","titles":[]},"52":{"title":"Geometry Intersection","titles":[]},"53":{"title":"Helper functions for Intersections with Greiner and Hormann Polygon Clipping","titles":[]},"54":{"title":"If we want to inject adaptivity, we would do something like:","titles":[]},"55":{"title":"Union Polygon Clipping","titles":[]},"56":{"title":"Helper functions for Unions with Greiner and Hormann Polygon Clipping","titles":[]},"57":{"title":"Distance and signed distance","titles":[]},"58":{"title":"What is distance? What is signed distance?","titles":["Distance and signed distance"]},"59":{"title":"Implementation","titles":["Distance and signed distance"]},"60":{"title":"Contains","titles":[]},"61":{"title":"What is contains?","titles":["Contains"]},"62":{"title":"Implementation","titles":["Contains"]},"63":{"title":"Equals","titles":[]},"64":{"title":"What is equals?","titles":["Equals"]},"65":{"title":"Implementation","titles":["Equals"]},"66":{"title":"CoveredBy","titles":[]},"67":{"title":"What is coveredby?","titles":["CoveredBy"]},"68":{"title":"Implementation","titles":["CoveredBy"]},"69":{"title":"Convert features to geometries","titles":[]},"70":{"title":"Points coveredby geometries","titles":[]},"71":{"title":"Lines coveredby geometries","titles":[]},"72":{"title":"Rings covered by geometries","titles":[]},"73":{"title":"Polygons covered by geometries","titles":[]},"74":{"title":"Geometries coveredby multi-geometry/geometry collections","titles":[]},"75":{"title":"Multi-geometry/geometry collections coveredby geometries","titles":[]},"76":{"title":"Covers","titles":[]},"77":{"title":"What is covers?","titles":["Covers"]},"78":{"title":"Implementation","titles":["Covers"]},"79":{"title":"Crossing checks","titles":[]},"80":{"title":"Disjoint","titles":[]},"81":{"title":"What is disjoint?","titles":["Disjoint"]},"82":{"title":"Implementation","titles":["Disjoint"]},"83":{"title":"Convert features to geometries","titles":[]},"84":{"title":"Point disjoint geometries","titles":[]},"85":{"title":"Lines disjoint geometries","titles":[]},"86":{"title":"Rings disjoint geometries","titles":[]},"87":{"title":"Polygon disjoint geometries","titles":[]},"88":{"title":"Geometries disjoint multi-geometry/geometry collections","titles":[]},"89":{"title":"Multi-geometry/geometry collections coveredby geometries","titles":[]},"90":{"title":"Intersection checks","titles":[]},"91":{"title":"What is intersects?","titles":["Intersection checks"]},"92":{"title":"Implementation","titles":["Intersection checks"]},"93":{"title":"Line-curve interaction","titles":[]},"94":{"title":"Overlaps","titles":[]},"95":{"title":"What is overlaps?","titles":["Overlaps"]},"96":{"title":"Implementation","titles":["Overlaps"]},"97":{"title":"Touches","titles":[]},"98":{"title":"What is touches?","titles":["Touches"]},"99":{"title":"Implementation","titles":["Touches"]},"100":{"title":"Convert features to geometries","titles":[]},"101":{"title":"Point touches geometries","titles":[]},"102":{"title":"Lines touching geometries","titles":[]},"103":{"title":"Rings touch geometries","titles":[]},"104":{"title":"Polygons touch geometries","titles":[]},"105":{"title":"Geometries touch multi-geometry/geometry collections","titles":[]},"106":{"title":"Multi-geometry/geometry collections cross geometries","titles":[]},"107":{"title":"Within","titles":[]},"108":{"title":"What is within?","titles":["Within"]},"109":{"title":"Implementation","titles":["Within"]},"110":{"title":"Convert features to geometries","titles":[]},"111":{"title":"Points within geometries","titles":[]},"112":{"title":"Lines within geometries","titles":[]},"113":{"title":"Rings covered by geometries","titles":[]},"114":{"title":"Polygons within geometries","titles":[]},"115":{"title":"Geometries within multi-geometry/geometry collections","titles":[]},"116":{"title":"Multi-geometry/geometry collections within geometries","titles":[]},"117":{"title":"Orientation","titles":[]},"118":{"title":"isclockwise","titles":["Orientation"]},"119":{"title":"isconcave","titles":["Orientation"]},"120":{"title":"Polygonizing raster data","titles":[]},"121":{"title":"Not implemented yet","titles":[]},"122":{"title":"Primitive functions","titles":[]},"123":{"title":"Docstrings","titles":["Primitive functions"]},"124":{"title":"Functions","titles":["Primitive functions","Docstrings"]},"125":{"title":"Types","titles":["Primitive functions"]},"126":{"title":"Implementation","titles":["Primitive functions"]},"127":{"title":"What is apply?","titles":["Primitive functions"]},"128":{"title":"Embedding:","titles":["Primitive functions"]},"129":{"title":"Threading","titles":["Primitive functions"]},"130":{"title":"Closed Rings","titles":[]},"131":{"title":"Example","titles":["Closed Rings"]},"132":{"title":"Implementation","titles":["Closed Rings"]},"133":{"title":"Geometry Corrections","titles":[]},"134":{"title":"Interface","titles":["Geometry Corrections"]},"135":{"title":"Available corrections","titles":["Geometry Corrections"]},"136":{"title":"Intersecting Polygons","titles":[]},"137":{"title":"Example","titles":["Intersecting Polygons"]},"138":{"title":"Implementation","titles":["Intersecting Polygons"]},"139":{"title":"PolygonContents","titles":[]},"140":{"title":"Coordinate flipping","titles":[]},"141":{"title":"Extent embedding","titles":[]},"142":{"title":"Geometry reprojection","titles":[]},"143":{"title":"Method error handling","titles":["Geometry reprojection"]},"144":{"title":"Segmentize","titles":[]},"145":{"title":"Examples","titles":["Segmentize"]},"146":{"title":"Benchmark","titles":["Segmentize"]},"147":{"title":"Implementation","titles":["Segmentize"]},"148":{"title":"Geometry simplification","titles":[]},"149":{"title":"Examples","titles":["Geometry simplification"]},"150":{"title":"Benchmark","titles":["Geometry simplification"]},"151":{"title":"Simplify with RadialDistance Algorithm","titles":[]},"152":{"title":"Simplify with DouglasPeucker Algorithm","titles":[]},"153":{"title":"Simplify with VisvalingamWhyatt Algorithm","titles":[]},"154":{"title":"Shared utils","titles":[]},"155":{"title":"Pointwise transformation","titles":[]},"156":{"title":"Tuple conversion","titles":[]},"157":{"title":"Types","titles":[]},"158":{"title":"TraitTarget","titles":["Types"]},"159":{"title":"BoolsAsTypes","titles":["Types"]},"160":{"title":"GEOS","titles":["Types"]},"161":{"title":"Utility functions","titles":[]},"162":{"title":"Creating Geometry","titles":[]},"163":{"title":"Creating and plotting geometries","titles":["Creating Geometry"]},"164":{"title":"Coordinate reference systems (CRS) and you","titles":["Creating Geometry"]},"165":{"title":"Creating a table with attributes and geometry","titles":["Creating Geometry"]},"166":{"title":"Saving your geospatial data","titles":["Creating Geometry"]},"167":{"title":"Spatial joins","titles":[]},"168":{"title":"Simple example","titles":["Spatial joins"]},"169":{"title":"Real-world example","titles":["Spatial joins"]},"170":{"title":"Enabling custom predicates","titles":["Spatial joins"]}},"dirtCount":0,"index":[["⋮",{"2":{"164":1}}],["θ",{"2":{"163":7,"164":8}}],["☁",{"2":{"163":1}}],["✈",{"2":{"163":1}}],["÷",{"2":{"129":2}}],["ϵ",{"2":{"53":5}}],["∘",{"2":{"53":1,"96":2,"120":2,"134":1,"150":2,"170":2}}],["⊻",{"2":{"44":1,"51":2}}],["≥",{"2":{"44":1,"93":2,"138":1,"152":1}}],["α≈1",{"2":{"53":1}}],["α≈0",{"2":{"53":1}}],["α2",{"2":{"44":4,"53":2}}],["α",{"2":{"44":3,"53":28,"93":7}}],["α1",{"2":{"44":4,"53":2}}],["β2",{"2":{"44":4,"53":2}}],["β",{"2":{"44":4,"53":28,"93":7}}],["β1",{"2":{"44":4,"53":2}}],["≤",{"2":{"44":5,"46":14,"93":6,"152":1,"154":1,"161":4}}],["^",{"2":{"164":1}}],["^3",{"2":{"164":1}}],["^n",{"2":{"119":1}}],["^2",{"2":{"43":2,"59":2}}],["^hormannpresentation",{"2":{"39":2}}],["∑λ",{"2":{"39":2}}],["∑i=2n",{"2":{"6":1}}],["`$",{"2":{"160":1}}],["`libgeos",{"2":{"160":1}}],["`linearring`",{"2":{"147":1}}],["`linearsegments`",{"2":{"147":1}}],["`linestring`",{"2":{"147":1}}],["`linestringtrait`",{"2":{"134":1}}],["`line2`",{"2":{"119":1}}],["`line1`",{"2":{"119":1}}],["`line",{"2":{"52":4}}],["`equatorial",{"2":{"146":2}}],["`extents",{"2":{"141":1}}],["`inf`",{"2":{"142":1}}],["`intersects`",{"2":{"92":1}}],["`intersectingpolygons`",{"2":{"50":1,"52":1,"55":1}}],["`prefilter",{"2":{"150":1}}],["`proj",{"2":{"142":1,"146":2}}],["`polgontrait`",{"2":{"129":1}}],["`polygoncontents`",{"2":{"134":1}}],["`polygontrait`",{"2":{"129":1,"134":1}}],["`polygonize`",{"2":{"120":2}}],["`polygon`",{"2":{"39":3}}],["`polys`",{"2":{"51":1}}],["`poly",{"2":{"51":3,"53":1,"56":1}}],["`pointrait`",{"2":{"150":1}}],["`pointtrait`",{"2":{"129":3,"134":1}}],["`point",{"2":{"93":3}}],["`point`",{"2":{"39":4,"59":1}}],["`point2f`",{"2":{"38":1}}],["`douglaspeucker`",{"2":{"150":1}}],["`d`",{"2":{"142":1}}],["`difference`",{"2":{"138":1}}],["`diffintersectingpolygons`",{"2":{"134":1}}],["`disjoint`",{"2":{"92":1}}],["`obj`",{"2":{"129":1,"155":1,"156":1}}],["`op`",{"2":{"129":2}}],["`+`",{"2":{"129":1}}],["`alg",{"2":{"160":1}}],["`alg`",{"2":{"154":1}}],["`always",{"2":{"142":1}}],["`application",{"2":{"134":1}}],["`apply`",{"2":{"129":1,"134":1,"158":1}}],["`abstractgeometrytrait`",{"2":{"129":1}}],["`abstractarray`",{"2":{"129":1}}],["`abstractmatrix`",{"2":{"120":1}}],["`closedring`",{"2":{"134":1}}],["`calc",{"2":{"126":1}}],["`crs`",{"2":{"126":1}}],["`components`",{"2":{"129":1}}],["`collect`",{"2":{"129":1}}],["`covers`",{"2":{"68":1,"78":1}}],["`coveredby`",{"2":{"68":1,"78":1}}],["`contains`",{"2":{"62":1,"109":1}}],["`union",{"2":{"120":2}}],["`unionintersectingpolygons`",{"2":{"134":1,"138":1}}],["`unionintersectingpolygons",{"2":{"50":1,"51":2,"52":1,"53":2,"55":1,"56":2}}],["`ys`",{"2":{"120":1}}],["`flattening`",{"2":{"146":1}}],["`flattening",{"2":{"146":1}}],["`flatten`",{"2":{"129":1}}],["`f",{"2":{"129":1}}],["`featurecollectiontrait`",{"2":{"129":2}}],["`featurecollection`",{"2":{"120":2}}],["`featuretrait`",{"2":{"129":3}}],["`feature`s",{"2":{"120":1}}],["`f`",{"2":{"120":5,"129":6,"155":2,"160":1}}],["`false`",{"2":{"119":1,"120":1,"126":4,"142":1}}],["`fix",{"2":{"50":2,"51":2,"52":2,"53":2,"55":2,"56":2}}],["`within`",{"2":{"62":1,"109":1}}],["`weight`",{"2":{"39":1}}],["`geos`",{"2":{"160":3}}],["`geodesic`",{"2":{"146":1}}],["`geodesicsegments`",{"2":{"145":1,"146":1,"147":1}}],["`geointerface`",{"2":{"134":1}}],["`geointerface",{"2":{"129":2,"142":2}}],["`geometrycorrection`",{"2":{"132":1,"134":1,"138":2}}],["`geometry`",{"2":{"129":1,"142":2}}],["`geometrybasics",{"2":{"39":3}}],["`geom`",{"2":{"59":3,"129":1,"147":1}}],["`gi",{"2":{"120":1}}],["`g1`",{"2":{"59":1}}],["`tuple",{"2":{"161":1}}],["`tuple`s",{"2":{"156":1}}],["`tuple`",{"2":{"120":1,"156":1}}],["`time`",{"2":{"142":1}}],["`transform`",{"2":{"142":1}}],["`true`",{"2":{"68":1,"79":1,"82":2,"99":1,"109":1,"119":2,"120":1,"126":2,"142":1}}],["`threaded==true`",{"2":{"129":1}}],["`threaded`",{"2":{"126":1}}],["`tol`",{"2":{"150":2,"151":3,"152":2,"153":3,"154":4}}],["`to",{"2":{"53":1}}],["`target",{"2":{"142":3}}],["`target`",{"2":{"52":1,"129":4,"158":1}}],["`tables",{"2":{"129":1}}],["`taget`",{"2":{"50":1,"55":1}}],["`method",{"2":{"147":1}}],["`method`",{"2":{"39":3,"147":1}}],["`max",{"2":{"146":4,"147":2,"160":1}}],["`makie",{"2":{"120":1}}],["`multipointtrait`",{"2":{"129":1,"150":1}}],["`multipolygontrait`",{"2":{"129":1}}],["`multipolygon`",{"2":{"120":3}}],["`multipolygon",{"2":{"51":3,"53":3,"56":2}}],["`multipoly",{"2":{"51":7,"53":3,"56":3}}],["`minpoints`",{"2":{"120":2}}],["`number`",{"2":{"150":2,"154":3}}],["`namedtuple`",{"2":{"129":1}}],["`nothing`",{"2":{"44":1,"126":1}}],["`next",{"2":{"44":1}}],["`bool`",{"2":{"120":2}}],["`buffer`",{"2":{"40":1}}],["`barycentric",{"2":{"39":3}}],["`radialdistance`",{"2":{"150":1}}],["`ratio`",{"2":{"150":2,"154":3}}],["`reproject`",{"2":{"143":1}}],["`rebuild`",{"2":{"129":1}}],["`r`",{"2":{"39":1}}],["`rᵢ`",{"2":{"39":1}}],["`segmentize`",{"2":{"160":1}}],["`svector`",{"2":{"155":3}}],["`simplifyalg`",{"2":{"150":2}}],["`simplify",{"2":{"150":1}}],["`simplify`",{"2":{"150":2}}],["`source",{"2":{"142":3}}],["`s`",{"2":{"39":1}}],["`sᵢ`",{"2":{"39":2}}],["`s2`",{"2":{"39":1}}],["`s1`",{"2":{"39":1}}],["`hcat`",{"2":{"39":1}}],["`x`",{"2":{"129":1,"134":2}}],["`xs`",{"2":{"120":1}}],["`x1",{"2":{"39":1}}],["`x1`",{"2":{"39":2}}],["`x2`",{"2":{"39":1}}],["`visvalingamwhyatt`",{"2":{"150":1}}],["`vector",{"2":{"142":1}}],["`vector`",{"2":{"120":1,"129":1}}],["`vᵢ`",{"2":{"39":1}}],["`v`",{"2":{"39":1}}],["`values`",{"2":{"39":1,"120":1}}],["`λs`",{"2":{"39":2}}],["`",{"2":{"39":2,"50":1,"51":2,"52":1,"53":3,"55":1,"56":2,"120":3,"129":1,"134":2,"142":2,"147":1,"150":3,"160":2,"161":1}}],["```jldoctest",{"2":{"49":1,"50":1,"52":1,"53":1,"55":1,"62":1,"65":1,"68":1,"78":1,"82":1,"92":1,"96":1,"99":1,"109":1,"119":1,"150":1}}],["```julia",{"2":{"6":2,"39":1,"79":1,"119":1,"129":1,"155":2,"158":1}}],["```math",{"2":{"39":1,"119":1}}],["```",{"2":{"11":1,"39":3,"49":1,"50":1,"52":1,"55":1,"62":1,"65":1,"68":1,"78":1,"82":1,"92":1,"96":1,"99":1,"109":1,"119":3,"120":11,"129":1,"150":1,"155":2,"161":1}}],["λ₁",{"2":{"39":2}}],["λn",{"2":{"37":1}}],["λ3",{"2":{"37":1}}],["λ2",{"2":{"37":2}}],["λ1",{"2":{"37":2}}],["λs",{"2":{"5":3,"6":4,"39":27}}],["π",{"2":{"33":1,"150":1}}],["δbay",{"2":{"53":3}}],["δbax",{"2":{"53":3}}],["δby",{"2":{"53":5}}],["δbx",{"2":{"53":5}}],["δb",{"2":{"53":2}}],["δay",{"2":{"53":5}}],["δax",{"2":{"53":5}}],["δa",{"2":{"53":2}}],["δintrs",{"2":{"44":2}}],["δy2",{"2":{"119":2}}],["δy1",{"2":{"119":2}}],["δyl",{"2":{"96":4}}],["δy",{"2":{"33":8,"46":3,"93":7}}],["δys",{"2":{"33":1}}],["δx2",{"2":{"119":2}}],["δx1",{"2":{"119":2}}],["δxl",{"2":{"96":4}}],["δx",{"2":{"33":9,"46":3,"93":7}}],["∈",{"2":{"14":1}}],["~",{"2":{"14":3}}],["$ratio",{"2":{"154":1}}],["$rectangle",{"2":{"146":2}}],["$number",{"2":{"154":1}}],["$name",{"2":{"30":2}}],["$min",{"2":{"154":1}}],["$douglas",{"2":{"150":1,"152":1}}],["$simplify",{"2":{"150":1,"151":1,"153":1}}],["$lg",{"2":{"146":1}}],["$lin",{"2":{"146":2}}],["$geom",{"2":{"150":8}}],["$geo",{"2":{"146":1}}],["$apply",{"2":{"129":1,"140":1,"142":1,"150":1}}],["$calc",{"2":{"126":1}}],["$crs",{"2":{"126":1,"141":1}}],["$tol",{"2":{"154":1}}],["$threaded",{"2":{"126":1}}],["$t",{"2":{"65":1,"129":4}}],["$target",{"2":{"51":1,"53":1,"56":1,"129":3}}],["$trait",{"2":{"49":1,"51":2,"53":2,"56":2}}],["$",{"2":{"13":4,"14":1,"39":4,"44":2,"120":3,"134":4,"147":1,"150":12,"160":1}}],["qy",{"2":{"13":2,"14":2}}],["qx",{"2":{"13":2,"14":2}}],["q",{"2":{"13":13,"14":12,"44":4}}],["queue",{"2":{"152":41}}],["questions",{"2":{"53":1}}],["quite",{"2":{"131":1,"169":1}}],["quick",{"2":{"4":1,"6":1,"39":1,"141":1,"149":1}}],["quality",{"2":{"6":1,"150":1}}],["quantity",{"2":{"6":1,"146":1}}],["quot",{"2":{"1":4,"6":10,"20":2,"44":8,"58":2,"59":2,"65":2,"77":4,"93":10,"127":2,"129":8,"144":6,"163":2,"168":2}}],["|=",{"2":{"93":4,"96":1}}],["||",{"2":{"33":2,"44":13,"46":8,"49":1,"52":1,"53":5,"55":1,"65":18,"79":2,"93":8,"96":1,"101":1,"120":7,"152":1,"154":3}}],["|",{"2":{"11":4,"93":1}}],["|>",{"2":{"11":8,"13":2,"129":1,"145":1,"146":1,"150":3,"169":2}}],["↩︎",{"2":{"6":1}}],["ᵢᵢᵢ₊₁ᵢᵢ₊₁ᵢᵢ₊₁tᵢ=det",{"2":{"6":1}}],["⋅",{"2":{"6":1,"39":1}}],["zone",{"2":{"164":1}}],["zoom",{"2":{"14":1}}],["zs",{"2":{"120":5}}],["zipped",{"2":{"25":1}}],["zip",{"2":{"13":1,"14":1,"163":4,"164":2}}],["zeros",{"2":{"39":1,"46":1}}],["zero",{"2":{"4":6,"6":8,"36":11,"43":3,"44":4,"46":11,"53":22,"58":1,"59":3,"119":1,"129":1,"152":4}}],["z",{"2":{"4":1,"5":1,"6":2,"39":3,"65":3,"120":3,"140":1,"155":1,"156":1}}],["0e6",{"2":{"164":6}}],["0example",{"2":{"6":1}}],["097075198097933",{"2":{"164":1}}],["09707519809793252",{"2":{"164":2}}],["091887951911644",{"2":{"164":3}}],["0999933334666654",{"2":{"163":1}}],["09801605542096",{"2":{"163":1}}],["098016055420953",{"2":{"163":3}}],["09297443860091348",{"2":{"163":4}}],["09",{"2":{"38":1}}],["08506974233813636",{"2":{"164":2}}],["08",{"2":{"38":1}}],["062749678615475",{"2":{"164":1}}],["06274967861547665",{"2":{"164":2}}],["06592462566760626",{"2":{"163":1}}],["0650624499034016",{"2":{"163":4}}],["06",{"2":{"38":1}}],["02017324484778",{"2":{"164":1}}],["020173244847778715",{"2":{"164":2}}],["027886421973952302",{"2":{"163":4}}],["02",{"2":{"38":3}}],["04500741774392",{"2":{"164":1}}],["045007417743918",{"2":{"164":2}}],["049999166670833324",{"2":{"163":1}}],["0438052480035",{"2":{"163":1}}],["043805248003498",{"2":{"163":3}}],["04",{"2":{"38":6}}],["07518688541961",{"2":{"164":1}}],["075186885419612",{"2":{"164":2}}],["071",{"2":{"145":2,"146":2}}],["07",{"2":{"38":6,"145":6,"146":6}}],["009176636029576",{"2":{"164":1}}],["0091766360295773",{"2":{"164":2}}],["003135308800957",{"2":{"164":1}}],["0031353088009582475",{"2":{"164":2}}],["0035114210915891397",{"2":{"163":4}}],["006784125578492062",{"2":{"164":2}}],["0020133807972559925",{"2":{"164":2}}],["00839489109211",{"2":{"164":3}}],["008696",{"2":{"3":1,"6":3,"52":1,"53":1,"91":1,"92":1}}],["005465967083412071",{"2":{"163":4}}],["00111595449914",{"2":{"163":1}}],["001115954499138",{"2":{"163":3}}],["0010075412835199304",{"2":{"163":4}}],["001",{"2":{"150":1}}],["00085222666982",{"2":{"164":3}}],["000577332369005",{"2":{"164":1}}],["0005773323690041465",{"2":{"164":2}}],["000510363870095e6",{"2":{"164":2}}],["00025191811248184703",{"2":{"164":2}}],["000215611503127e6",{"2":{"164":2}}],["0007260527263e6",{"2":{"164":2}}],["000342160541625e6",{"2":{"164":2}}],["000124843834609e6",{"2":{"164":2}}],["000063948817746e6",{"2":{"164":2}}],["000026987852369e6",{"2":{"164":2}}],["000008144045314",{"2":{"164":1}}],["000007998400139e6",{"2":{"164":2}}],["000000999950001e6",{"2":{"164":2}}],["00001e6",{"2":{"164":1}}],["0004397316773170068",{"2":{"163":4}}],["000",{"2":{"150":1}}],["00",{"2":{"38":2}}],["053798628882221644",{"2":{"164":2}}],["05877989361332",{"2":{"163":1}}],["058779893613323",{"2":{"163":3}}],["05416726609360478",{"2":{"163":4}}],["05",{"2":{"38":1}}],["052704767595",{"2":{"15":1}}],["037564867762832",{"2":{"164":1}}],["03756486776283019",{"2":{"164":2}}],["031245035570328428",{"2":{"164":2}}],["033518309870985",{"2":{"164":3}}],["03503632062070827",{"2":{"163":4}}],["03",{"2":{"38":4}}],["01458815628695",{"2":{"164":3}}],["016044338630866517",{"2":{"164":2}}],["01592650896568995",{"2":{"163":1}}],["01597247419241532",{"2":{"163":4}}],["01908693278165",{"2":{"163":1}}],["019086932781654",{"2":{"163":3}}],["01098781325325",{"2":{"163":1}}],["010987813253244",{"2":{"163":3}}],["011814947665167774",{"2":{"163":4}}],["01362848005",{"2":{"15":1}}],["01",{"2":{"14":1,"38":1,"145":1,"146":1,"163":1,"164":2}}],["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,"25":1,"32":20,"33":3,"35":9,"36":4,"38":155,"39":2,"42":6,"43":6,"44":49,"45":13,"46":5,"48":22,"49":49,"50":42,"52":2,"53":21,"55":46,"56":2,"58":20,"59":2,"61":16,"64":13,"65":18,"67":6,"68":6,"77":6,"78":12,"79":9,"81":15,"93":37,"95":13,"96":9,"98":12,"99":11,"108":16,"119":21,"120":7,"131":24,"137":64,"138":4,"145":16,"146":13,"147":1,"150":11,"152":7,"154":4,"161":2,"163":129,"164":48,"168":13}}],[">=",{"2":{"39":6,"79":4,"96":1,"154":1}}],[">",{"2":{"1":1,"6":6,"11":2,"13":1,"15":2,"25":2,"33":1,"39":1,"44":17,"46":3,"49":5,"50":1,"51":1,"53":2,"55":1,"56":3,"58":1,"65":1,"79":8,"93":10,"96":2,"119":4,"120":12,"129":5,"134":1,"138":3,"147":2,"150":1,"152":12,"154":3,"155":1,"161":1,"169":1}}],["914930257661865",{"2":{"164":1}}],["96875496442967",{"2":{"164":1}}],["961329",{"2":{"3":1,"6":3,"52":1,"53":1,"91":1,"92":1}}],["983955661369134",{"2":{"164":1}}],["9833",{"2":{"15":1}}],["9877550012664",{"2":{"163":1}}],["9840085315131",{"2":{"163":1}}],["98271048511609",{"2":{"163":1}}],["98661575256801",{"2":{"163":1}}],["99321587442151",{"2":{"164":1}}],["99375130197483",{"2":{"163":1}}],["997986619202745",{"2":{"164":1}}],["997750168744936",{"2":{"163":1}}],["997247091122496",{"2":{"163":1}}],["99600053330489",{"2":{"163":1}}],["991002699676024",{"2":{"163":1}}],["990022362600165",{"2":{"163":1}}],["99292997455441",{"2":{"163":1}}],["99533829767195",{"2":{"163":1}}],["99865616402829",{"2":{"163":1}}],["999999967681458e6",{"2":{"164":2}}],["999997707902938e6",{"2":{"164":2}}],["999987539891298e6",{"2":{"164":2}}],["999963474314044e6",{"2":{"164":2}}],["999919535736425e6",{"2":{"164":2}}],["999974634566875",{"2":{"163":1}}],["999849768598615e6",{"2":{"164":2}}],["999748081887518",{"2":{"164":1}}],["999748243174828e6",{"2":{"164":2}}],["999750002083324",{"2":{"163":1}}],["999609061508909e6",{"2":{"164":2}}],["999426363321033e6",{"2":{"164":2}}],["999194331880103e6",{"2":{"164":2}}],["99900003333289",{"2":{"163":1}}],["999565375483215",{"2":{"163":1}}],["9im",{"2":{"93":2,"167":1}}],["97976366505997",{"2":{"163":1}}],["9783069507679",{"2":{"163":1}}],["97",{"2":{"38":1}}],["946201371117777",{"2":{"164":1}}],["94",{"2":{"38":1}}],["92",{"2":{"38":1}}],["95770326033",{"2":{"15":1}}],["95",{"2":{"13":1,"14":1}}],["900",{"2":{"146":1}}],["90063612163",{"2":{"11":2}}],["90",{"2":{"32":9,"38":1}}],["909318372607",{"2":{"11":3}}],["9",{"2":{"1":1,"6":1,"93":2,"119":12,"145":1,"155":1}}],["873633668827033",{"2":{"164":1}}],["8135804051007",{"2":{"163":1}}],["813580405100698",{"2":{"163":3}}],["88",{"2":{"38":1}}],["86641841658641",{"2":{"163":1}}],["866418416586406",{"2":{"163":3}}],["86",{"2":{"38":1}}],["868447876892",{"2":{"15":2}}],["84",{"2":{"38":1}}],["821068835162155",{"2":{"164":1}}],["82",{"2":{"38":1}}],["800",{"2":{"38":1}}],["80000",{"2":{"15":5}}],["80",{"2":{"38":1}}],["80869813739",{"2":{"15":2}}],["856614689791036e",{"2":{"15":2}}],["83572303404496",{"2":{"6":2,"52":1,"53":1}}],["8",{"2":{"1":3,"6":9,"13":1,"14":1,"50":2,"55":4,"93":1,"120":3,"145":1,"155":3,"164":2}}],["karnataka",{"2":{"169":1}}],["ktgdm",{"2":{"164":1}}],["kbn",{"2":{"11":2}}],["kinds",{"2":{"23":1}}],["kind",{"2":{"9":1,"120":1}}],["k",{"2":{"6":1,"14":6,"39":1,"44":5,"93":5,"163":5,"164":5}}],["kernel",{"2":{"147":4}}],["keepat",{"2":{"55":1,"138":2}}],["keep",{"2":{"44":3,"120":1,"138":14,"145":1,"168":1}}],["keeping",{"2":{"6":1,"129":1,"140":1}}],["keys",{"2":{"120":4}}],["key",{"2":{"6":1,"120":4,"160":5}}],["keyword",{"2":{"6":8,"23":1,"50":1,"52":1,"55":1,"126":6,"129":1,"141":2,"146":2,"160":4,"164":2}}],["keywords",{"2":{"1":2,"4":1,"6":10,"93":2,"120":1,"126":1,"129":1,"140":2,"141":1,"142":3,"150":8,"151":1,"152":1,"153":1,"154":1,"156":2}}],["known",{"2":{"46":2}}],["know",{"2":{"6":3,"33":2,"44":1,"46":1,"50":1,"52":1,"53":2,"55":1,"56":1,"129":1,"168":1}}],["kwdef",{"2":{"30":1,"44":1,"146":1,"151":1,"152":1,"153":1}}],["kwargs",{"2":{"6":1,"40":3,"46":1,"49":1,"50":3,"51":3,"52":4,"53":5,"55":5,"56":11,"134":3,"143":1,"146":1}}],["kw",{"2":{"1":1,"6":11,"93":10,"120":20,"129":21,"140":3,"150":15,"153":1,"155":3,"156":3,"160":6}}],["json",{"2":{"166":3}}],["jstep",{"2":{"65":3}}],["jstart",{"2":{"65":7}}],["jpn",{"2":{"169":2}}],["jp",{"2":{"65":2}}],["jhole",{"2":{"65":2}}],["jh",{"2":{"56":5}}],["j+1",{"2":{"44":1,"120":1,"154":1}}],["j",{"2":{"44":24,"65":8,"79":9,"93":12,"119":2,"120":8,"154":2}}],["jet",{"2":{"38":1}}],["joined",{"2":{"168":4}}],["joins",{"0":{"167":1},"1":{"168":1,"169":1,"170":1},"2":{"167":3}}],["join",{"2":{"129":2,"167":4,"168":5,"170":1}}],["joinpath",{"2":{"25":1,"150":2}}],["joining",{"2":{"6":2,"150":1,"167":1}}],["just",{"2":{"4":1,"6":1,"43":1,"44":2,"53":4,"56":1,"59":2,"120":1,"127":1,"129":3,"146":1,"167":1}}],["julialand",{"2":{"164":2}}],["julialines",{"2":{"35":1}}],["julialinearsegments",{"2":{"6":1}}],["juliahole",{"2":{"163":1}}],["juliaplot",{"2":{"164":2}}],["juliap1",{"2":{"163":1}}],["juliapoly",{"2":{"164":1}}],["juliapolygon3",{"2":{"164":1}}],["juliapolygon1",{"2":{"163":1}}],["juliapolygonize",{"2":{"6":1}}],["juliapolygon",{"2":{"6":1}}],["juliapoints",{"2":{"168":1}}],["juliapoint",{"2":{"163":1}}],["juliaxoffset",{"2":{"163":3,"164":1}}],["juliax",{"2":{"163":2}}],["juliaxrange",{"2":{"58":1}}],["julia$apply",{"2":{"156":1}}],["julia$threaded",{"2":{"141":1}}],["julia6",{"2":{"150":1}}],["julia```jldoctest",{"2":{"161":1}}],["julia```julia",{"2":{"120":1}}],["julia```",{"2":{"79":1,"158":1}}],["julia1",{"2":{"50":1,"52":1,"53":1,"55":1}}],["julia2",{"2":{"49":1}}],["juliabase",{"2":{"39":1,"59":4,"129":1,"160":1}}],["juliabarycentric",{"2":{"5":3,"6":3}}],["juliamy",{"2":{"170":1}}],["juliamultipoly",{"2":{"150":1}}],["juliamodule",{"2":{"30":1}}],["juliameanvalue",{"2":{"6":1}}],["juliagi",{"2":{"11":2}}],["juliago",{"2":{"11":1,"32":1,"35":1,"45":1,"61":1,"64":1,"67":1,"77":1,"81":1,"91":1,"95":1,"98":1,"108":1,"167":1}}],["juliageopoly1",{"2":{"164":1}}],["juliageointerface",{"2":{"161":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,"129":6}}],["juliaunion",{"2":{"6":1}}],["juliaunionintersectingpolygons",{"2":{"6":1,"135":1}}],["juliausing",{"2":{"6":1,"13":1,"14":1,"25":1,"145":2,"146":1,"149":1,"150":1,"165":1}}],["juliafig",{"2":{"163":1,"164":1}}],["juliafix",{"2":{"6":1}}],["juliafalse",{"2":{"119":1}}],["juliafunction",{"2":{"33":2,"39":3,"40":2,"43":1,"44":11,"46":2,"49":1,"51":1,"53":2,"56":1,"59":8,"93":6,"96":2,"101":1,"121":1,"129":5,"143":1,"146":1,"154":2}}],["juliafor",{"2":{"30":1,"129":2}}],["juliaflexijoins",{"2":{"170":1}}],["juliaflipped",{"2":{"122":1}}],["juliaflip",{"2":{"6":1}}],["juliaflatten",{"2":{"6":1,"124":1}}],["juliascatter",{"2":{"168":1}}],["juliasource",{"2":{"164":2}}],["juliastruct",{"2":{"139":1}}],["juliasimplify",{"2":{"6":1,"150":3}}],["juliasigned",{"2":{"4":2,"6":2}}],["juliasegmentize",{"2":{"6":1}}],["julias1",{"2":{"6":1}}],["juliavisvalingamwhyatt",{"2":{"6":1}}],["juliaring3",{"2":{"164":1}}],["juliaring1",{"2":{"163":1}}],["juliar",{"2":{"163":2,"164":2}}],["juliareconstruct",{"2":{"6":1,"124":1}}],["juliarebuild",{"2":{"6":1,"124":1}}],["juliareproject",{"2":{"1":1}}],["juliaradialdistance",{"2":{"6":1}}],["juliadf",{"2":{"165":1}}],["juliadestination",{"2":{"164":1}}],["juliadouglaspeucker",{"2":{"6":1}}],["juliadifference",{"2":{"6":1}}],["juliadiffintersectingpolygons",{"2":{"6":1,"135":1}}],["juliadistance",{"2":{"4":1,"6":1}}],["juliadisjoint",{"2":{"3":1,"6":1}}],["juliaexport",{"2":{"31":1,"34":1,"37":1,"41":1,"47":1,"50":1,"52":1,"55":1,"57":1,"60":1,"63":1,"66":1,"76":1,"80":1,"90":1,"94":1,"97":1,"107":1,"117":1,"120":1,"122":1,"130":1,"133":1,"136":1,"139":1,"142":1,"144":1,"150":1,"157":1}}],["juliaend",{"2":{"59":1}}],["juliaenforce",{"2":{"6":1}}],["juliaenum",{"2":{"6":2}}],["juliaembed",{"2":{"4":1,"6":1}}],["juliaequals",{"2":{"4":15,"6":15,"44":1}}],["juliaaccuratearithmetic",{"2":{"11":2}}],["juliaabstract",{"2":{"6":3,"134":1,"135":1,"146":1,"159":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":{"42":1}}],["juliacentroid",{"2":{"4":1,"6":3}}],["juliacut",{"2":{"6":1}}],["juliaclosedring",{"2":{"6":1,"135":1}}],["juliaconst",{"2":{"33":1,"36":1,"39":1,"44":1,"46":2,"59":1,"68":1,"82":1,"99":1,"109":1,"126":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":{"62":1,"65":1,"68":1,"78":1,"82":1,"92":1,"96":1,"99":1,"109":1,"119":1}}],["juliatraittarget",{"2":{"6":2,"158":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":{"169":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,"32":1,"35":1,"42":1,"45":1,"48":1,"58":1,"61":1,"64":1,"67":1,"77":1,"81":1,"91":1,"95":1,"98":1,"108":1,"131":2,"137":2,"145":1,"166":4,"168":1,"169":1}}],["julia",{"2":{"3":1,"6":4,"9":1,"15":1,"26":1,"30":1,"33":4,"36":10,"39":8,"43":19,"44":60,"46":18,"49":10,"50":6,"51":1,"52":5,"53":29,"55":6,"56":4,"58":1,"59":4,"62":1,"65":15,"69":1,"70":5,"71":1,"72":1,"73":2,"74":1,"75":1,"78":1,"79":3,"83":1,"84":3,"85":1,"86":1,"87":1,"88":1,"89":1,"92":1,"93":50,"96":7,"100":1,"101":3,"102":1,"103":1,"104":1,"105":1,"106":1,"110":1,"111":3,"112":1,"113":1,"114":2,"115":1,"116":1,"119":9,"120":40,"121":2,"129":63,"132":5,"134":1,"138":3,"140":1,"141":1,"142":1,"146":1,"147":2,"150":1,"151":2,"152":15,"153":3,"155":1,"156":1,"157":1,"158":1,"160":4,"161":1,"162":2,"164":2,"166":2,"167":1,"168":1}}],["julia>",{"2":{"1":5,"6":7,"119":3,"155":7}}],["juliajulia>",{"2":{"1":2,"6":3}}],["jl`",{"2":{"142":1,"160":1}}],["jldoctest",{"2":{"6":1}}],["jl",{"0":{"30":1},"2":{"1":10,"4":1,"6":13,"10":2,"11":1,"22":2,"26":2,"30":42,"33":1,"36":1,"39":1,"40":3,"43":1,"44":1,"46":1,"49":1,"51":1,"53":1,"54":1,"56":1,"59":1,"62":1,"65":1,"75":1,"78":1,"79":1,"89":1,"92":1,"93":1,"96":1,"106":1,"116":1,"119":2,"120":1,"121":1,"124":1,"129":3,"132":1,"135":1,"138":1,"139":1,"140":1,"141":2,"142":4,"143":3,"144":1,"146":3,"147":2,"150":2,"154":1,"155":6,"156":2,"159":1,"160":2,"161":1,"164":1,"167":1}}],["+5000000",{"2":{"164":1}}],["+proj=natearth2",{"2":{"164":2}}],["+=",{"2":{"36":2,"39":11,"43":6,"44":17,"46":10,"49":1,"65":1,"79":1,"93":5,"119":1,"138":2,"152":4,"161":3}}],["+",{"2":{"1":1,"6":2,"13":1,"14":1,"33":4,"36":1,"39":20,"43":10,"44":15,"46":7,"49":1,"53":10,"59":3,"65":2,"79":2,"93":6,"119":6,"120":2,"138":3,"147":2,"152":3,"153":2,"154":2,"163":6,"164":5}}],["yticklabelsvisible",{"2":{"164":1}}],["york",{"2":{"169":1}}],["yoffset",{"2":{"163":7,"164":2}}],["your",{"0":{"166":1},"2":{"18":1,"40":1,"120":1,"122":1,"143":1,"146":1,"165":1,"166":1,"170":2}}],["you",{"0":{"23":1,"164":1},"2":{"1":1,"4":1,"5":2,"6":10,"9":1,"11":1,"17":1,"18":5,"23":1,"28":2,"33":1,"36":1,"39":8,"40":1,"43":1,"50":1,"52":1,"55":1,"122":1,"131":1,"137":1,"139":1,"143":1,"145":1,"146":1,"147":1,"155":1,"158":1,"164":1,"165":2,"166":3,"168":2,"169":3,"170":4}}],["y=y",{"2":{"161":1}}],["yvec",{"2":{"120":4}}],["ybounds",{"2":{"120":4}}],["yhalf",{"2":{"120":3}}],["ylast",{"2":{"59":3}}],["yfirst",{"2":{"59":5}}],["y0",{"2":{"59":5}}],["yw",{"2":{"46":4}}],["yeild",{"2":{"53":1}}],["ye",{"2":{"46":4}}],["yet",{"0":{"121":1},"2":{"30":1,"39":1,"49":1,"51":1,"53":1,"56":1,"65":1,"120":1,"121":1,"134":2,"169":1}}],["y2",{"2":{"43":2,"46":18,"59":7,"79":10,"93":5,"96":4,"120":5,"147":6,"161":2}}],["y1",{"2":{"43":2,"46":22,"59":7,"79":11,"93":6,"96":5,"120":5,"147":7,"161":2}}],["yield",{"2":{"146":1}}],["yind+1",{"2":{"120":1}}],["yind",{"2":{"120":2}}],["yinterior",{"2":{"43":2}}],["yi+yi−1",{"2":{"6":1}}],["ycentroid",{"2":{"43":13}}],["yrange",{"2":{"38":3,"58":3}}],["yautolimits",{"2":{"38":2}}],["yp2",{"2":{"33":4}}],["ys",{"2":{"6":3,"120":30}}],["ymax",{"2":{"6":1,"45":2,"46":48}}],["ymin",{"2":{"6":1,"45":2,"46":49}}],["y",{"2":{"1":2,"4":1,"6":4,"13":9,"14":10,"25":4,"33":8,"36":2,"38":8,"42":1,"43":10,"44":6,"45":1,"46":8,"51":6,"53":8,"58":2,"59":7,"65":3,"79":21,"93":16,"96":7,"119":10,"122":2,"129":1,"140":4,"142":1,"147":2,"154":1,"155":2,"156":2,"161":7,"163":8,"164":4,"167":1}}],["75",{"2":{"58":2,"61":1,"81":1,"108":1}}],["78",{"2":{"38":1}}],["74",{"2":{"38":1}}],["72",{"2":{"38":1}}],["726711609794",{"2":{"15":1}}],["76",{"2":{"38":1}}],["76085",{"2":{"15":1}}],["768946",{"2":{"3":1,"6":3,"52":1,"53":1,"91":1,"92":1}}],["70440582002419",{"2":{"163":1}}],["704405820024185",{"2":{"163":3}}],["704377648755",{"2":{"15":2}}],["700",{"2":{"14":1}}],["700454",{"2":{"6":1,"149":1,"150":1}}],["701141",{"2":{"6":1,"149":1,"150":1}}],["70",{"2":{"6":20,"38":1,"149":20,"150":20,"163":20}}],["738281",{"2":{"3":1,"6":3,"52":1,"53":1,"91":1,"92":1}}],["7",{"2":{"1":5,"6":5,"93":1,"129":1,"145":4,"146":4,"155":4,"164":1}}],["65533525026046",{"2":{"163":1}}],["655335250260467",{"2":{"163":3}}],["659942",{"2":{"6":1,"149":1,"150":1}}],["6area",{"2":{"43":2}}],["66",{"2":{"38":1}}],["668869",{"2":{"6":1,"149":1,"150":1}}],["64744840486518",{"2":{"164":3}}],["64",{"2":{"38":1,"145":2,"146":2}}],["646209",{"2":{"6":1,"149":1,"150":1}}],["629",{"2":{"164":1}}],["62",{"2":{"38":1}}],["624923",{"2":{"6":1,"149":1,"150":1}}],["61366192682",{"2":{"15":1}}],["614624",{"2":{"6":1,"149":1,"150":1}}],["605000000000004",{"2":{"145":2}}],["60",{"2":{"38":1,"145":2}}],["60000",{"2":{"15":3}}],["609817",{"2":{"6":1,"149":1,"150":1}}],["603637",{"2":{"6":2,"149":2,"150":2}}],["68",{"2":{"38":1}}],["682601",{"2":{"6":1,"149":1,"150":1}}],["683975",{"2":{"6":1,"149":1,"150":1}}],["69159119078359",{"2":{"164":3}}],["694274",{"2":{"6":1,"149":1,"150":1}}],["697021",{"2":{"6":1,"149":1,"150":1}}],["639343",{"2":{"6":1,"149":1,"150":1}}],["6",{"2":{"1":12,"3":4,"6":23,"50":3,"55":3,"93":1,"96":4,"129":3,"150":1,"155":9,"164":2}}],["51695367760999",{"2":{"164":1}}],["516953677609987",{"2":{"164":2}}],["51030066635026",{"2":{"163":4}}],["5e6",{"2":{"164":2}}],["55715336218991",{"2":{"164":1}}],["557153362189904",{"2":{"164":2}}],["55",{"2":{"163":3}}],["55494217175954",{"2":{"163":4}}],["57",{"2":{"145":4,"146":4}}],["57725",{"2":{"15":2}}],["5x",{"2":{"129":1}}],["563198",{"2":{"53":1}}],["56",{"2":{"38":1}}],["54",{"2":{"38":1,"163":19}}],["50",{"2":{"38":1,"145":4,"146":4,"163":3}}],["500000",{"2":{"164":1}}],["50000",{"2":{"15":1}}],["500",{"2":{"14":1,"164":1}}],["5d",{"2":{"26":1}}],["52",{"2":{"38":1}}],["52521",{"2":{"15":1}}],["52709",{"2":{"15":2}}],["594711",{"2":{"6":1,"149":1,"150":1}}],["590591",{"2":{"6":1,"149":1,"150":1}}],["595397",{"2":{"6":1,"149":1,"150":1}}],["535",{"2":{"145":4}}],["5355",{"2":{"145":2}}],["53333",{"2":{"15":4}}],["53",{"2":{"6":10,"145":2,"161":10}}],["58",{"2":{"38":1}}],["58059",{"2":{"15":2}}],["587158",{"2":{"6":2,"149":2,"150":2}}],["58375366067548",{"2":{"6":2,"52":1,"53":1}}],["584961",{"2":{"3":1,"6":3,"52":1,"53":1,"91":1,"92":1}}],["5",{"2":{"1":29,"3":4,"4":8,"6":84,"13":1,"38":1,"48":5,"49":8,"50":16,"55":18,"58":8,"65":8,"93":1,"96":4,"120":1,"129":2,"145":1,"146":1,"155":27,"163":32,"164":25,"170":1}}],["4983491639274692e6",{"2":{"164":2}}],["4986507085647392e6",{"2":{"164":2}}],["497205585568957e6",{"2":{"164":2}}],["4976022389592e6",{"2":{"164":2}}],["4957639801366436e6",{"2":{"164":2}}],["4940253560034204e6",{"2":{"164":2}}],["4946113281484335e6",{"2":{"164":2}}],["491990928929295e6",{"2":{"164":2}}],["4904357734399722e6",{"2":{"164":2}}],["4926709788709967e6",{"2":{"164":2}}],["4962554647802354e6",{"2":{"164":2}}],["499984780817334e6",{"2":{"164":2}}],["4997392479570867e6",{"2":{"164":2}}],["4991939151049731e6",{"2":{"164":2}}],["4994001399837343e6",{"2":{"164":2}}],["4998500087497458e6",{"2":{"164":2}}],["49",{"2":{"120":1}}],["43541888381864",{"2":{"164":3}}],["4326",{"2":{"164":5}}],["43787",{"2":{"15":1}}],["439295815226",{"2":{"15":1}}],["434306",{"2":{"6":1,"149":1,"150":1}}],["4896621210021754e6",{"2":{"164":2}}],["489271",{"2":{"6":4,"161":4}}],["4870405593989636e6",{"2":{"164":2}}],["4879072738504685e6",{"2":{"164":2}}],["484003",{"2":{"119":4}}],["482551",{"2":{"119":4}}],["48268",{"2":{"15":1}}],["48",{"2":{"38":1}}],["48001",{"2":{"15":1}}],["45",{"2":{"38":2,"119":12,"163":2}}],["450",{"2":{"13":1}}],["458369",{"2":{"6":2,"149":2,"150":2}}],["42004014766201",{"2":{"163":1}}],["420040147662014",{"2":{"163":3}}],["4219350464667047e",{"2":{"163":4}}],["42",{"2":{"13":1,"14":1,"38":3}}],["426283",{"2":{"6":1,"149":1,"150":1}}],["400",{"2":{"38":3}}],["40000",{"2":{"15":1}}],["40",{"2":{"14":1,"38":3}}],["406224",{"2":{"6":1,"149":1,"150":1}}],["404504",{"2":{"6":1,"149":1,"150":1}}],["41544701408748197",{"2":{"163":1}}],["41",{"2":{"38":1,"164":20}}],["41878",{"2":{"15":1}}],["414248",{"2":{"6":1,"149":1,"150":1}}],["419406",{"2":{"6":1,"149":1,"150":1}}],["4493927459900552",{"2":{"163":1}}],["44121252392",{"2":{"15":1}}],["44",{"2":{"14":1,"38":2}}],["442901",{"2":{"6":1,"149":1,"150":1}}],["446339",{"2":{"6":1,"149":1,"150":1}}],["477985",{"2":{"119":4}}],["47",{"2":{"38":3}}],["473835",{"2":{"6":1,"149":1,"150":1}}],["472117",{"2":{"6":2,"149":2,"150":2}}],["46525251631344455",{"2":{"163":1}}],["465816",{"2":{"6":1,"149":1,"150":1}}],["46",{"2":{"38":3}}],["468107",{"2":{"6":1,"149":1,"150":1}}],["464547",{"2":{"6":6,"161":6}}],["4",{"2":{"1":11,"3":4,"6":15,"9":2,"13":2,"14":1,"32":1,"46":1,"62":1,"78":1,"82":1,"93":2,"109":1,"119":1,"129":3,"145":1,"152":1,"155":8,"164":20,"166":2}}],["3585",{"2":{"145":1}}],["35",{"2":{"38":3}}],["354492",{"2":{"3":1,"6":3,"52":1,"53":1,"91":1,"92":1}}],["38042741557976",{"2":{"163":1}}],["380427415579764",{"2":{"163":3}}],["38",{"2":{"38":3}}],["3655999675063154",{"2":{"163":1}}],["36",{"2":{"38":2}}],["360",{"2":{"33":1}}],["36022",{"2":{"15":1}}],["327284472232776",{"2":{"164":3}}],["32610",{"2":{"164":3}}],["32",{"2":{"38":3}}],["37",{"2":{"38":5}}],["3497142366876638",{"2":{"163":1}}],["34",{"2":{"38":3}}],["31571636123306385",{"2":{"163":1}}],["31",{"2":{"38":2}}],["30151010318639",{"2":{"163":4}}],["30527612515520186",{"2":{"163":4}}],["300",{"2":{"58":1}}],["30",{"2":{"14":2,"38":3,"163":2}}],["3376428491230612",{"2":{"163":4}}],["3390",{"2":{"93":1}}],["33333333333",{"2":{"15":1}}],["333333333336",{"2":{"15":3}}],["33",{"2":{"6":20,"149":20,"150":20}}],["3d",{"2":{"4":1,"6":1,"39":2,"65":1,"129":1,"144":1}}],["3",{"2":{"1":13,"3":4,"5":1,"6":29,"14":2,"39":13,"42":6,"44":1,"50":6,"55":5,"62":1,"64":1,"78":1,"82":1,"93":2,"95":1,"109":1,"120":7,"129":3,"137":16,"145":4,"150":3,"152":2,"154":1,"155":11,"164":2,"168":1}}],["39945867303846",{"2":{"164":3}}],["3995734698458635",{"2":{"163":1}}],["399918",{"2":{"6":2,"149":2,"150":2}}],["394759",{"2":{"6":1,"149":1,"150":1}}],["392466",{"2":{"6":1,"149":1,"150":1}}],["395332",{"2":{"6":1,"149":1,"150":1}}],["39",{"0":{"29":1},"2":{"0":1,"4":5,"6":20,"7":1,"9":2,"17":2,"18":1,"19":1,"23":1,"28":1,"33":1,"35":1,"36":1,"37":1,"38":3,"39":2,"42":6,"43":3,"44":28,"46":1,"48":1,"49":1,"51":1,"52":4,"53":1,"56":2,"59":4,"65":7,"67":1,"77":2,"84":2,"93":19,"96":1,"98":1,"101":2,"120":3,"122":2,"124":3,"125":1,"129":5,"135":6,"136":1,"139":1,"145":6,"146":1,"148":1,"150":2,"158":2,"159":3,"160":6,"162":1,"163":6,"164":10,"165":4,"166":5,"167":1,"169":1,"170":2}}],["2pi",{"2":{"163":1,"164":2}}],["2nd",{"2":{"53":6}}],["2335447787454",{"2":{"164":1}}],["233544778745394",{"2":{"164":2}}],["23",{"2":{"38":3,"93":1}}],["23699059147",{"2":{"15":1}}],["28",{"2":{"38":2}}],["28083",{"2":{"15":2}}],["2658011835867806",{"2":{"163":1}}],["26745668457025",{"2":{"163":1}}],["267456684570245",{"2":{"163":3}}],["26",{"2":{"38":5,"93":2}}],["24989584635339165",{"2":{"163":1}}],["24279488312757858",{"2":{"163":4}}],["24",{"2":{"38":7,"93":1,"164":9}}],["274364",{"2":{"50":1,"52":1,"55":1}}],["274363",{"2":{"50":1,"52":1,"55":1}}],["27",{"2":{"38":2}}],["275543",{"2":{"6":6,"161":6}}],["2d",{"2":{"26":1,"144":1}}],["2^",{"2":{"14":1}}],["2158594260436434",{"2":{"163":1}}],["215118",{"2":{"6":4,"161":4}}],["21664550952386064",{"2":{"163":4}}],["21",{"2":{"38":4,"93":2,"164":40}}],["21427",{"2":{"11":5}}],["295828190107045",{"2":{"164":1}}],["29582819010705",{"2":{"164":2}}],["299820032397223",{"2":{"163":1}}],["29",{"2":{"38":3}}],["29th",{"0":{"8":1},"1":{"9":1,"10":1}}],["298",{"2":{"6":2,"146":2}}],["20340",{"2":{"166":1}}],["20682326747054",{"2":{"164":1}}],["206823267470536",{"2":{"164":2}}],["20093817218219",{"2":{"163":1}}],["200938172182195",{"2":{"163":3}}],["2018",{"2":{"93":1}}],["2017",{"2":{"6":1,"39":1}}],["20",{"2":{"38":3,"93":2,"163":60,"164":1}}],["2024",{"0":{"7":1,"8":1},"1":{"9":1,"10":1}}],["20th",{"0":{"7":1}}],["25",{"2":{"38":3,"61":1,"93":1,"108":1,"164":12}}],["258",{"2":{"11":1}}],["25px",{"2":{"6":2}}],["257223563`",{"2":{"146":1}}],["257223563",{"2":{"6":2,"146":1}}],["22",{"2":{"38":3,"93":1}}],["22168",{"2":{"3":1,"6":3,"52":1,"53":1,"91":1,"92":1}}],["224758",{"2":{"3":1,"6":3,"52":1,"53":1,"91":1,"92":1}}],["2",{"2":{"1":19,"3":9,"5":1,"6":49,"13":1,"14":1,"15":3,"26":2,"33":3,"36":1,"38":6,"39":32,"42":2,"43":4,"44":10,"45":6,"46":7,"48":1,"49":2,"53":2,"55":1,"58":1,"59":3,"62":2,"65":4,"78":2,"79":2,"81":2,"82":3,"93":11,"109":2,"119":2,"120":23,"129":5,"138":1,"147":1,"150":5,"152":7,"153":7,"154":5,"155":18,"161":11,"163":7,"164":16,"165":1}}],["1st",{"2":{"53":6}}],["198232937815632",{"2":{"164":1}}],["19823293781563178",{"2":{"164":2}}],["1999466709331708",{"2":{"163":1}}],["1998",{"2":{"50":1,"52":1,"55":1}}],["19",{"2":{"38":2,"93":2}}],["110m",{"2":{"164":2}}],["110",{"2":{"164":1}}],["11591614996189725",{"2":{"163":1}}],["11966707868197",{"2":{"163":1}}],["119667078681967",{"2":{"163":3}}],["11",{"2":{"15":2,"38":2,"93":1}}],["1145",{"2":{"50":1,"52":1,"55":1}}],["114",{"2":{"7":1}}],["16589608273778408",{"2":{"163":1}}],["165644",{"2":{"119":2}}],["16692537029320365",{"2":{"163":4}}],["166644",{"2":{"119":2}}],["163434",{"2":{"119":2}}],["169356",{"2":{"119":2}}],["164434",{"2":{"119":2}}],["16111",{"2":{"15":1}}],["16",{"2":{"13":1,"14":1,"38":2,"93":2}}],["180",{"2":{"33":1,"119":1}}],["18593721105",{"2":{"15":1}}],["18",{"2":{"13":1,"14":1,"38":3,"93":2}}],["1em",{"2":{"6":2}}],["1px",{"2":{"6":2}}],["13309630561615",{"2":{"164":3}}],["13401805979",{"2":{"15":2}}],["13",{"2":{"6":3,"38":1,"50":1,"55":2,"93":1}}],["10n",{"2":{"164":1}}],["10832215707812454",{"2":{"163":4}}],["10m",{"2":{"150":1}}],["10^9",{"2":{"13":1}}],["1000000",{"2":{"164":1}}],["1000",{"2":{"13":2,"145":2,"164":1,"168":2}}],["100",{"2":{"6":2,"14":3,"120":2}}],["10",{"2":{"6":14,"11":1,"35":1,"38":5,"48":4,"49":10,"50":2,"52":1,"55":2,"64":2,"93":3,"95":2,"146":1,"150":3,"163":1}}],["14182952335953",{"2":{"164":1}}],["14182952335952814",{"2":{"164":2}}],["14404531208901e",{"2":{"164":2}}],["1499775010124783",{"2":{"163":1}}],["1464721641710074",{"2":{"163":4}}],["14",{"2":{"3":1,"6":5,"38":2,"52":2,"53":2,"91":1,"92":1,"93":1,"145":2,"146":2}}],["15488729606723",{"2":{"164":3}}],["15",{"2":{"3":1,"6":4,"38":1,"48":1,"49":1,"52":1,"53":1,"91":1,"92":1,"93":1}}],["17893116483784577",{"2":{"164":2}}],["17289902010158",{"2":{"163":1}}],["172899020101585",{"2":{"163":3}}],["170356",{"2":{"119":2}}],["17",{"2":{"3":1,"6":3,"38":3,"52":1,"53":1,"91":1,"92":1,"93":2}}],["125",{"2":{"6":2,"52":1,"53":1}}],["127",{"2":{"3":1,"6":3,"52":1,"53":1,"91":1,"92":1,"164":1}}],["123",{"2":{"3":1,"6":3,"52":1,"53":1,"91":1,"92":1}}],["12636633117296836",{"2":{"164":2}}],["126",{"2":{"3":1,"6":3,"52":1,"53":1,"91":1,"92":1}}],["12",{"2":{"3":1,"6":3,"38":2,"52":1,"53":1,"91":1,"92":1,"93":1,"169":1}}],["124",{"2":{"3":1,"6":3,"52":1,"53":1,"91":1,"92":1}}],["1",{"2":{"1":8,"3":38,"6":63,"13":1,"14":4,"15":1,"25":1,"32":4,"33":15,"35":7,"37":2,"38":11,"39":16,"42":4,"43":7,"44":72,"45":9,"46":15,"48":1,"49":10,"51":3,"53":9,"55":4,"56":11,"58":7,"59":6,"61":2,"62":6,"65":16,"67":2,"68":2,"77":2,"78":8,"79":12,"81":2,"82":5,"93":38,"96":6,"98":4,"99":5,"101":1,"108":2,"109":6,"119":16,"120":25,"129":9,"131":12,"132":2,"138":9,"146":1,"147":4,"150":8,"152":15,"153":3,"154":15,"155":6,"161":9,"163":8,"164":56,"165":1,"168":8,"169":3}}],["human",{"2":{"166":1}}],["hypot",{"2":{"147":1}}],["h2",{"2":{"93":6}}],["h1",{"2":{"93":11}}],["hm",{"2":{"38":2}}],["h",{"2":{"33":2,"44":2,"56":8}}],["high",{"2":{"166":1}}],["highest",{"2":{"164":1}}],["hit",{"2":{"44":1,"129":5}}],["hits",{"2":{"18":1}}],["hidedecorations",{"2":{"38":2}}],["hinter",{"2":{"30":3,"40":1,"143":1,"146":1}}],["hint",{"2":{"30":3,"40":1,"146":1}}],["hinge=2",{"2":{"52":1}}],["hinge`",{"2":{"52":1}}],["hinge",{"2":{"6":1,"44":1,"53":13,"93":15}}],["hist",{"2":{"13":1}}],["histogram",{"2":{"13":1}}],["href=",{"2":{"6":2}}],["https",{"2":{"6":2,"25":1,"50":1,"52":1,"53":1,"55":1,"93":2,"150":1,"152":1}}],["hcat",{"2":{"6":1}}],["heavily",{"2":{"129":1}}],["heatmap",{"2":{"13":5,"14":6,"38":2,"58":2,"120":1}}],["help",{"2":{"159":1}}],["helpers",{"0":{"44":1},"2":{"79":1,"96":1}}],["helper",{"0":{"51":1,"53":1,"56":1},"2":{"43":1,"44":1,"49":1}}],["helps",{"2":{"29":1}}],["held",{"2":{"1":1,"6":1,"129":1}}],["here",{"2":{"6":2,"9":1,"13":1,"14":1,"20":1,"39":1,"53":1,"79":1,"120":2,"129":5,"131":1,"146":1,"164":2,"167":2,"168":3}}],["hours",{"2":{"169":1}}],["hood",{"2":{"166":1}}],["hook",{"2":{"6":1,"150":1}}],["home",{"2":{"164":1}}],["horizontal",{"2":{"46":1,"53":1,"120":1,"150":1}}],["hormann",{"0":{"51":1,"53":1,"56":1},"2":{"6":2,"39":2,"44":3,"49":2,"50":1,"52":1,"55":1}}],["how",{"2":{"6":2,"35":1,"39":1,"44":1,"53":1,"65":1,"120":2,"124":1,"129":1,"140":1,"150":1,"164":1,"166":1,"167":2,"168":2,"169":1,"170":1}}],["however",{"2":{"3":1,"6":2,"33":1,"39":1,"43":1,"44":1,"53":1,"58":1,"61":1,"65":1,"78":1,"136":1}}],["hole",{"2":{"33":1,"36":3,"38":2,"39":9,"43":4,"44":58,"46":3,"50":6,"52":2,"56":15,"59":3,"71":1,"72":1,"73":1,"93":33,"120":5,"132":2,"163":1}}],["holes=",{"2":{"44":1}}],["holes",{"2":{"4":3,"5":1,"6":4,"9":2,"33":2,"35":1,"39":2,"43":1,"44":19,"49":4,"50":2,"52":2,"55":6,"56":29,"59":3,"65":3,"87":1,"93":11,"111":1,"120":17,"132":2,"139":5,"163":4}}],["holding",{"2":{"6":1,"120":1,"129":2}}],["holds",{"2":{"6":1,"44":1,"148":1,"158":2}}],["hold",{"2":{"6":1,"120":1,"150":1,"159":1,"166":1}}],["halign",{"2":{"150":1}}],["half",{"2":{"45":2}}],["hail",{"2":{"132":1}}],["handling",{"0":{"143":1},"2":{"122":1}}],["handler",{"2":{"40":1,"143":1}}],["handle",{"2":{"25":3,"30":1,"119":1,"127":2,"129":1,"164":1}}],["handled",{"2":{"18":1}}],["hao",{"2":{"93":1}}],["had",{"2":{"50":1,"52":1,"65":1,"145":1,"159":1}}],["happens",{"2":{"44":1}}],["happen",{"2":{"24":1}}],["have",{"2":{"3":3,"4":9,"6":17,"19":1,"23":1,"25":2,"33":2,"36":3,"39":6,"40":1,"44":4,"53":1,"58":1,"59":2,"65":10,"93":5,"95":1,"96":3,"98":1,"99":1,"120":1,"121":1,"122":2,"124":2,"128":1,"129":4,"150":1,"152":1,"159":1,"160":1,"163":1,"164":1,"167":1,"168":1,"169":3}}],["haskey",{"2":{"160":1}}],["hash",{"2":{"120":1}}],["hasn",{"2":{"120":1}}],["hassle",{"2":{"1":1,"6":1,"155":1}}],["has",{"2":{"1":4,"6":4,"32":1,"35":2,"39":2,"44":2,"51":2,"53":1,"56":1,"58":1,"59":1,"65":11,"101":1,"119":1,"129":4,"130":1,"145":2,"154":1,"164":1}}],["bx",{"2":{"119":2}}],["b2y",{"2":{"53":4}}],["b2x",{"2":{"53":4}}],["b2",{"2":{"53":47,"59":3,"96":6}}],["b``",{"2":{"51":1}}],["b`",{"2":{"51":3,"53":4,"56":4}}],["bigger",{"2":{"44":1}}],["bit",{"2":{"25":1,"26":1,"154":8,"163":2}}],["b1y",{"2":{"53":7}}],["b1x",{"2":{"53":7}}],["b1",{"2":{"44":8,"53":63,"96":6}}],["b54d92a678e2174059d1b0ff233e275e4bd02084",{"2":{"25":1}}],["building",{"2":{"163":1}}],["build",{"2":{"44":13,"49":1,"50":1,"52":1,"55":1,"124":3,"125":1,"145":2,"153":1,"154":1}}],["built",{"2":{"17":1,"20":1}}],["buffers",{"2":{"120":1}}],["buffered",{"2":{"40":2}}],["buffering",{"2":{"39":1,"40":1}}],["buffer",{"0":{"40":1},"2":{"25":1,"30":2,"40":5,"43":2,"44":1,"121":1}}],["but",{"2":{"1":2,"3":5,"4":3,"6":15,"18":1,"22":1,"26":1,"33":1,"35":1,"36":1,"46":1,"53":2,"56":2,"65":4,"67":2,"93":1,"95":1,"96":5,"98":1,"99":1,"102":2,"103":1,"108":1,"119":1,"120":1,"121":1,"124":1,"127":1,"129":16,"140":1,"142":1,"147":1,"150":1,"158":1,"160":2,"164":4,"166":1,"167":1,"168":1,"169":2}}],["b>",{"2":{"6":4}}],["bloat",{"2":{"164":1}}],["block",{"2":{"163":1}}],["blob",{"2":{"6":2,"150":1}}],["blue",{"2":{"14":1,"48":1,"61":2,"64":2,"81":2,"95":2,"108":2,"168":2}}],["black",{"2":{"6":2,"48":1,"164":1}}],["breaks",{"2":{"138":1}}],["break",{"2":{"44":3,"46":1,"51":2,"65":4,"93":11,"96":1,"120":6,"138":2}}],["brevity",{"2":{"39":1}}],["br>",{"2":{"6":2}}],["broadcasting",{"2":{"6":1,"39":1}}],["broken",{"2":{"3":1,"6":1,"79":1}}],["balancing",{"2":{"129":2}}],["barrier",{"2":{"129":1}}],["barycentric",{"0":{"5":1,"37":1,"39":1},"1":{"38":1,"39":1},"2":{"0":6,"5":10,"6":17,"9":1,"30":1,"37":9,"38":4,"39":52}}],["basicsgeoms",{"2":{"129":1}}],["basic",{"2":{"120":1}}],["base",{"2":{"30":4,"39":15,"40":1,"44":2,"120":6,"129":5,"143":1,"146":2,"147":1,"158":1,"160":3}}],["based",{"2":{"4":2,"6":3,"19":1,"33":2,"36":2,"38":2,"43":1,"46":1,"59":2,"65":1,"68":1,"82":1,"93":2,"96":1,"99":1,"109":1,"158":1,"166":1,"167":1,"168":1}}],["backs",{"2":{"49":4}}],["backwards",{"2":{"44":1,"51":1,"53":1,"56":1}}],["backing",{"2":{"44":1}}],["backend",{"2":{"40":2,"160":1}}],["back",{"2":{"6":1,"18":1,"22":1,"23":1,"49":4,"160":1}}],["b",{"2":{"3":2,"4":7,"6":13,"44":206,"46":9,"50":26,"51":18,"52":26,"53":77,"54":3,"55":30,"56":46,"65":29,"93":2,"96":22,"165":1}}],["box",{"2":{"45":2,"46":3,"168":1}}],["bounaries",{"2":{"93":1}}],["bounce",{"2":{"44":8,"50":1,"51":1,"52":1,"53":1,"55":1,"56":1}}],["bouncings",{"2":{"44":1}}],["bouncing",{"2":{"44":13,"51":3,"53":4,"56":4}}],["bounday",{"2":{"93":2,"102":2,"103":2,"104":2}}],["boundaries",{"2":{"3":2,"6":2,"77":2,"81":1,"82":1,"91":1,"92":1,"93":1,"120":1}}],["boundary",{"2":{"3":7,"6":7,"58":1,"61":1,"62":1,"67":1,"68":3,"71":4,"78":2,"79":9,"82":2,"84":1,"85":6,"86":3,"93":16,"98":2,"99":4,"101":3,"102":3,"103":1,"104":1,"108":1,"109":3}}],["bound",{"2":{"54":1}}],["bounding",{"2":{"44":1,"45":2,"46":3}}],["boundscheck",{"2":{"39":14}}],["bounds",{"2":{"6":1,"120":4}}],["bold",{"2":{"40":1,"143":1,"146":1}}],["border",{"2":{"6":8}}],["both",{"2":{"3":5,"6":6,"44":2,"53":4,"55":1,"56":1,"58":1,"62":1,"65":3,"79":4,"82":1,"93":2,"96":1,"103":1,"109":1,"145":1,"147":1}}],["booltype",{"2":{"129":3,"147":1,"159":3}}],["booleans",{"2":{"44":1,"93":2}}],["boolean",{"2":{"24":2,"44":1,"51":1,"53":1,"56":1,"129":1,"159":1,"167":1}}],["boolsastypes",{"0":{"24":1,"159":1},"2":{"147":2,"159":6}}],["bools",{"2":{"10":1}}],["bool",{"2":{"3":17,"4":14,"6":40,"44":3,"62":1,"65":17,"68":1,"78":2,"79":13,"82":1,"92":1,"93":2,"96":10,"99":2,"109":1,"119":7,"120":6,"147":2,"159":2,"161":5}}],["bypred",{"2":{"170":1}}],["by",{"0":{"72":1,"73":1,"113":1},"2":{"1":3,"3":2,"4":8,"6":30,"7":1,"17":1,"18":2,"19":1,"22":1,"24":1,"26":1,"32":1,"33":6,"35":1,"36":1,"39":4,"40":1,"42":5,"43":4,"44":14,"45":1,"46":6,"48":1,"49":6,"50":1,"52":1,"53":5,"55":4,"56":3,"59":5,"62":1,"65":8,"67":1,"68":1,"72":2,"73":2,"74":1,"75":2,"77":1,"89":2,"93":10,"119":2,"120":4,"124":2,"129":7,"135":2,"136":1,"138":3,"140":1,"142":2,"143":1,"144":1,"146":3,"147":1,"148":1,"150":1,"151":1,"152":3,"153":1,"155":1,"163":1,"164":2,"166":1,"167":2,"168":1,"169":2,"170":1}}],["berlin",{"2":{"169":1}}],["beed",{"2":{"164":1}}],["been",{"2":{"51":1,"120":1,"122":2,"159":1}}],["bearing",{"2":{"119":4}}],["beauty",{"2":{"9":1}}],["better",{"2":{"79":1,"129":2,"150":1}}],["between",{"2":{"4":4,"6":18,"23":1,"33":2,"39":13,"44":1,"46":18,"50":1,"51":4,"52":1,"53":11,"55":2,"56":4,"59":8,"65":1,"93":4,"96":4,"120":1,"146":3,"147":1,"151":2,"152":2,"153":1,"164":1,"167":2,"168":1}}],["because",{"2":{"44":1,"122":1,"157":1}}],["become",{"2":{"22":1}}],["being",{"2":{"33":1,"53":1,"93":1,"96":1,"136":1}}],["behind",{"2":{"26":1,"38":1,"122":1}}],["behaviour",{"2":{"6":1,"18":1,"23":1,"150":1}}],["best",{"2":{"19":1,"129":2,"150":1}}],["beware",{"2":{"18":1}}],["benchmarking",{"2":{"146":1,"150":1}}],["benchmarkgroup",{"2":{"146":2,"150":3}}],["benchmark",{"0":{"146":1,"150":1},"2":{"146":1,"150":1}}],["benchmarktools",{"2":{"13":1,"146":1,"150":1}}],["benchmarks",{"2":{"9":2,"25":1}}],["beginning",{"2":{"46":1,"163":1}}],["begin+1",{"2":{"39":5}}],["begin",{"2":{"9":1,"39":7,"129":2,"151":1,"166":1}}],["before",{"2":{"6":4,"39":1,"50":1,"52":1,"53":1,"55":1,"150":1,"164":1}}],["below",{"2":{"6":2,"17":1,"40":1,"134":1,"152":1,"153":1,"154":1,"166":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":1,"26":3,"33":8,"36":7,"37":2,"38":1,"39":10,"40":2,"42":1,"43":3,"44":14,"45":1,"46":2,"49":1,"50":7,"51":4,"52":7,"53":12,"55":6,"56":5,"58":2,"59":4,"65":15,"68":6,"77":2,"78":1,"82":6,"93":21,"96":2,"99":6,"109":6,"111":1,"112":1,"113":1,"114":1,"119":2,"120":1,"124":2,"127":2,"128":2,"129":12,"131":1,"132":1,"133":1,"134":4,"135":4,"136":2,"138":2,"141":1,"142":3,"143":1,"144":1,"146":8,"147":2,"150":10,"152":1,"154":3,"155":1,"159":1,"160":2,"163":2,"164":1,"167":4}}],["xticklabelsvisible",{"2":{"164":1}}],["xticklabelrotation",{"2":{"13":2}}],["xoffset",{"2":{"163":4,"164":1}}],["x=x",{"2":{"161":1}}],["x`",{"2":{"129":1}}],["xvec",{"2":{"120":4}}],["xbounds",{"2":{"120":4}}],["xhalf",{"2":{"120":3}}],["xlast",{"2":{"59":3}}],["xfirst",{"2":{"59":5}}],["x0",{"2":{"59":5}}],["xn",{"2":{"46":4}}],["xind+1",{"2":{"120":1}}],["xind",{"2":{"120":2}}],["xinterior",{"2":{"43":2}}],["xi−xi−1",{"2":{"6":1}}],["xcentroid",{"2":{"43":13}}],["xrange",{"2":{"38":3,"58":2}}],["xautolimits",{"2":{"38":2}}],["xp2",{"2":{"33":5}}],["x2",{"2":{"6":3,"39":4,"43":2,"46":18,"59":8,"79":10,"93":5,"96":4,"120":5,"147":6,"161":2}}],["x26",{"2":{"6":4,"33":2,"36":6,"39":1,"40":4,"44":58,"46":36,"50":4,"51":4,"53":24,"56":2,"59":3,"65":14,"74":2,"75":2,"79":48,"88":2,"89":2,"93":170,"96":22,"101":2,"105":2,"106":2,"115":2,"116":2,"119":4,"120":12,"134":2,"138":6,"143":2,"146":2,"152":10,"153":2,"161":4,"167":1}}],["x1",{"2":{"6":4,"39":3,"43":2,"46":22,"59":8,"79":11,"93":6,"96":5,"120":5,"147":7,"161":2}}],["xs",{"2":{"6":3,"46":4,"120":30,"161":4}}],["xmax",{"2":{"6":1,"45":2,"46":48}}],["xmin",{"2":{"6":1,"45":2,"46":49}}],["x3c",{"2":{"5":1,"6":36,"30":1,"33":4,"36":2,"39":66,"44":17,"46":11,"49":3,"50":1,"52":1,"53":6,"55":1,"58":1,"59":13,"65":2,"79":33,"93":13,"96":10,"119":1,"120":4,"124":2,"129":19,"132":2,"135":3,"138":5,"139":1,"146":2,"151":2,"152":6,"153":3,"154":9,"158":4,"159":2,"170":1}}],["xy`",{"2":{"142":1}}],["xy",{"2":{"1":4,"39":1,"142":3}}],["x",{"2":{"1":4,"4":1,"6":9,"7":1,"9":5,"11":6,"13":11,"14":10,"15":4,"25":4,"33":9,"36":2,"38":8,"42":1,"43":10,"44":21,"45":1,"46":8,"49":6,"51":9,"53":18,"56":9,"58":2,"59":7,"65":3,"79":21,"93":16,"96":7,"119":11,"120":2,"122":2,"129":17,"134":3,"139":7,"140":4,"141":2,"142":1,"147":2,"150":2,"152":2,"154":1,"155":2,"156":2,"159":4,"161":33,"163":6,"164":4,"167":1,"169":2}}],["=>",{"2":{"129":2}}],["=float64",{"2":{"43":3,"52":1,"55":1}}],["=false",{"2":{"33":1}}],["===",{"2":{"79":8,"119":4}}],["==",{"2":{"9":1,"19":1,"33":4,"36":2,"39":9,"40":2,"43":1,"44":34,"46":30,"51":1,"53":20,"55":2,"56":1,"58":1,"65":16,"93":44,"96":2,"119":3,"120":18,"129":1,"132":1,"134":1,"138":1,"143":1,"146":2,"150":1,"154":3}}],["=",{"2":{"1":5,"3":17,"4":7,"5":2,"6":63,"11":1,"13":19,"14":33,"15":18,"25":15,"30":4,"32":4,"33":56,"35":6,"36":25,"38":35,"39":110,"40":3,"42":6,"43":36,"44":323,"45":6,"46":96,"48":7,"49":29,"50":21,"51":30,"52":18,"53":143,"55":21,"56":82,"58":15,"59":52,"61":7,"62":3,"64":7,"65":40,"67":4,"68":23,"69":3,"70":7,"71":14,"72":14,"73":4,"74":2,"75":2,"77":5,"78":3,"79":57,"81":7,"82":18,"83":3,"84":11,"85":17,"86":9,"87":3,"88":2,"89":2,"91":3,"92":3,"93":189,"95":7,"96":40,"98":3,"99":22,"100":3,"101":9,"102":14,"103":10,"104":6,"105":2,"106":2,"108":7,"109":22,"110":3,"111":11,"112":14,"113":14,"114":4,"115":2,"116":2,"119":32,"120":106,"122":1,"126":4,"129":90,"131":2,"132":4,"134":10,"137":3,"138":30,"139":8,"141":1,"143":2,"145":16,"146":21,"147":18,"148":2,"149":5,"150":60,"151":11,"152":49,"153":7,"154":43,"155":2,"156":1,"158":6,"159":2,"160":3,"161":42,"163":45,"164":32,"165":3,"166":4,"168":12,"169":6,"170":2}}],["utm",{"2":{"164":1}}],["utility",{"0":{"161":1},"2":{"39":1,"129":2}}],["utils",{"0":{"154":1},"2":{"30":1}}],["u2",{"2":{"93":4}}],["u1",{"2":{"93":4}}],["update",{"2":{"44":6,"120":10}}],["updated",{"2":{"44":6,"129":3}}],["updates",{"2":{"39":1}}],["up",{"2":{"44":2,"53":1,"93":1,"103":1,"127":1,"137":1,"152":2,"163":2}}],["upper",{"2":{"6":1,"120":1,"168":1}}],["uv",{"2":{"39":1}}],["u>",{"2":{"6":2}}],["u>geometryops",{"2":{"6":2}}],["usage",{"2":{"169":1}}],["usa",{"2":{"150":15,"169":3}}],["us",{"2":{"36":1,"164":1,"169":1}}],["ususally",{"2":{"6":1,"124":1,"129":1}}],["usually",{"2":{"166":1}}],["usual",{"2":{"6":1,"132":1,"135":1}}],["usecases",{"2":{"26":1}}],["uses",{"2":{"6":1,"93":1,"142":1,"146":1,"150":1,"166":1}}],["users",{"2":{"30":1,"122":1,"136":1}}],["user",{"2":{"6":12,"23":1,"43":1,"50":3,"52":3,"55":3,"151":1,"152":1,"153":1,"167":1}}],["useful",{"2":{"6":10,"39":1,"120":1,"144":1,"147":1,"150":2,"160":1}}],["used",{"2":{"1":1,"5":1,"6":8,"25":1,"33":1,"36":1,"37":1,"39":1,"43":2,"44":7,"46":1,"49":1,"53":1,"58":1,"59":1,"65":1,"96":1,"120":2,"124":1,"129":3,"130":1,"147":1,"150":1,"152":2,"157":2,"158":1,"164":1,"166":1,"167":2,"168":1}}],["use",{"2":{"1":2,"4":1,"5":1,"6":9,"11":1,"20":1,"23":1,"39":1,"44":1,"56":1,"79":2,"96":1,"120":1,"121":1,"126":1,"129":7,"132":1,"139":1,"140":1,"145":1,"147":1,"150":1,"152":2,"160":3,"163":1,"166":1,"167":2,"170":2}}],["using",{"2":{"1":4,"4":1,"5":3,"6":12,"11":4,"13":4,"14":1,"15":1,"25":2,"30":7,"32":1,"33":1,"35":2,"36":2,"38":4,"39":7,"40":3,"42":2,"43":1,"44":5,"45":2,"46":1,"48":2,"49":1,"51":3,"53":4,"54":1,"56":3,"58":2,"59":2,"61":2,"62":1,"64":2,"65":1,"67":2,"68":1,"75":1,"77":2,"78":1,"79":1,"81":2,"82":1,"89":1,"91":2,"92":1,"93":1,"95":2,"96":1,"98":2,"99":1,"106":1,"108":2,"109":1,"116":1,"119":1,"120":5,"121":1,"122":2,"127":1,"129":4,"132":1,"135":1,"138":1,"139":1,"140":1,"141":2,"142":1,"143":3,"145":1,"146":5,"147":1,"150":2,"152":1,"154":1,"155":4,"156":2,"160":2,"161":1,"162":4,"163":1,"164":1,"165":2,"167":1,"168":4,"169":2}}],["unnecessary",{"2":{"120":1}}],["unneeded",{"2":{"6":3,"44":1,"50":1,"52":1,"55":1}}],["until",{"2":{"120":3,"127":1,"152":1,"160":1}}],["uneeded",{"2":{"50":1,"52":1,"55":1}}],["uneccesary",{"2":{"6":3,"151":1,"152":1,"153":1}}],["unprocessed",{"2":{"44":1}}],["unknown",{"2":{"44":4,"46":15}}],["unknown=3",{"2":{"44":1}}],["unmatched",{"2":{"44":9,"46":26}}],["understand",{"2":{"157":1}}],["under",{"2":{"36":2,"166":1}}],["undergrad",{"2":{"9":1}}],["undef",{"2":{"33":2,"44":1,"151":1,"152":1,"154":2,"161":2}}],["unzip",{"2":{"25":1}}],["unary",{"0":{"25":1}}],["unless",{"2":{"22":1,"44":1,"51":2,"53":2,"56":2}}],["unlike",{"2":{"18":1,"157":1}}],["unstable",{"2":{"13":1,"129":1,"159":1}}],["universal",{"2":{"164":1}}],["united",{"2":{"150":1}}],["unify",{"2":{"26":1}}],["unique",{"2":{"6":2,"53":3,"135":2,"138":2}}],["unioning",{"2":{"56":1}}],["unionintersectingpolygons",{"2":{"0":1,"6":9,"25":3,"50":1,"51":2,"52":1,"53":2,"55":1,"56":4,"135":2,"136":2,"137":1,"138":4}}],["unions",{"0":{"56":1},"2":{"18":1,"25":1,"158":1}}],["union",{"0":{"25":1,"55":1},"2":{"0":1,"1":2,"3":2,"4":4,"6":22,"11":3,"23":2,"25":2,"30":1,"33":2,"36":1,"39":1,"43":4,"44":7,"46":1,"52":2,"55":20,"56":36,"59":1,"65":8,"70":2,"71":4,"72":1,"74":2,"75":1,"84":2,"85":6,"88":2,"89":1,"96":4,"101":2,"102":4,"103":1,"105":2,"106":1,"111":2,"112":4,"113":1,"115":2,"116":1,"119":1,"120":5,"122":1,"127":3,"129":6,"135":1,"136":1,"138":9,"147":4,"150":2,"151":3,"152":3,"153":3,"158":4,"161":1}}],["unchanged",{"2":{"1":1,"6":2,"129":1,"150":1}}],["unwrap",{"2":{"0":1,"6":3,"124":1,"129":16}}],["nselected",{"2":{"154":3}}],["nmax",{"2":{"154":2}}],["nice",{"2":{"152":1}}],["nvkelso",{"2":{"150":1}}],["null",{"2":{"146":1}}],["numeric",{"2":{"11":1}}],["numbers",{"2":{"6":1,"7":1,"37":2,"39":1,"146":1}}],["number=6",{"2":{"6":1,"149":1,"150":1}}],["number",{"2":{"6":11,"39":1,"44":2,"49":1,"58":1,"65":2,"93":2,"144":1,"145":1,"147":1,"150":2,"151":4,"152":7,"153":4,"154":12}}],["n+1",{"2":{"131":1}}],["nfeature",{"2":{"129":2}}],["nkeys",{"2":{"120":8}}],["nc",{"2":{"93":13}}],["ncoord",{"2":{"65":2}}],["nl",{"2":{"93":11}}],["nhole",{"2":{"44":2,"50":2,"52":2,"55":2,"56":1,"65":2}}],["nbpts",{"2":{"44":2}}],["nbsp",{"2":{"1":4,"3":9,"4":8,"5":3,"6":88,"124":3,"134":1,"135":4}}],["ngeom",{"2":{"43":1,"129":2,"161":1}}],["nt",{"2":{"160":2}}],["ntasks",{"2":{"129":6}}],["nthreads",{"2":{"129":3}}],["nthe",{"2":{"40":1,"143":1,"146":1}}],["ntuple",{"2":{"39":3,"147":1}}],["n2",{"2":{"39":8,"65":10}}],["n1",{"2":{"39":8,"65":9}}],["np2",{"2":{"79":4}}],["npolygon",{"2":{"51":1,"65":3,"138":2}}],["npoints",{"2":{"33":6,"44":5,"93":3,"146":6,"152":7}}],["npoint",{"2":{"6":1,"33":2,"35":1,"36":1,"46":2,"59":1,"65":6,"79":6,"93":6,"101":1,"119":2,"132":1,"146":3,"147":1,"150":14,"154":1,"161":13}}],["npts",{"2":{"44":6,"152":3}}],["np",{"2":{"36":2,"59":5}}],["n",{"2":{"6":1,"9":1,"37":2,"39":36,"40":2,"44":51,"49":10,"55":4,"56":4,"93":11,"101":2,"119":6,"120":5,"131":1,"138":25,"143":2,"146":2,"147":3,"150":2,"154":7,"161":32}}],["naive",{"2":{"54":1}}],["napts",{"2":{"44":3}}],["natearth2",{"2":{"164":1}}],["natural",{"2":{"150":2,"164":2,"167":1}}],["naturalearth",{"2":{"11":2,"164":1}}],["nature",{"2":{"120":1}}],["native",{"2":{"6":1,"121":1,"160":4,"166":1}}],["nan",{"2":{"9":1}}],["named",{"2":{"129":1}}],["namedtuple",{"2":{"22":2,"129":2,"160":2}}],["name",{"2":{"6":1,"30":2,"150":1,"160":1,"165":1,"166":2,"169":1}}],["names",{"2":{"6":1,"30":3,"129":6,"160":1}}],["nodestatus",{"2":{"120":6}}],["nodes",{"2":{"44":1,"120":4}}],["node",{"2":{"44":26,"120":17}}],["north",{"2":{"46":12}}],["nor",{"2":{"40":1,"143":1,"146":1}}],["normalized",{"2":{"39":1}}],["normalize",{"2":{"39":1}}],["norm",{"2":{"6":1,"39":22}}],["now",{"2":{"6":1,"13":1,"25":1,"26":1,"35":1,"38":2,"39":4,"40":1,"44":1,"49":1,"56":1,"59":1,"119":1,"120":2,"137":1,"144":1,"145":3,"146":1,"150":1,"163":5,"164":8,"165":1,"166":3,"168":2}}],["no",{"2":{"6":6,"33":1,"39":2,"44":4,"50":1,"51":1,"52":1,"53":14,"55":1,"65":2,"68":3,"82":3,"93":2,"99":2,"101":1,"103":1,"104":2,"109":2,"111":1,"112":3,"113":3,"114":1,"120":2,"121":1,"122":1,"129":3,"144":1,"146":2,"147":1,"150":1,"160":1,"166":1}}],["nonzero",{"2":{"147":1}}],["none",{"2":{"6":4,"44":1,"49":1,"50":1,"52":1,"55":1,"56":1,"79":4,"81":1}}],["nondimensional",{"2":{"6":1,"146":1}}],["nonintersecting",{"2":{"6":1,"23":1,"135":1,"138":1}}],["non",{"2":{"3":2,"6":2,"22":1,"37":2,"44":15,"50":2,"51":1,"52":1,"53":4,"55":1,"56":2,"58":1,"96":2,"103":1,"127":1,"159":1}}],["note",{"2":{"4":4,"6":10,"19":1,"28":1,"33":1,"36":2,"39":1,"42":2,"43":2,"44":3,"46":1,"49":2,"51":3,"53":5,"56":3,"59":1,"65":5,"93":1,"95":1,"96":1,"142":1,"147":1,"151":1,"152":2,"153":1,"159":1,"164":3}}],["not",{"0":{"121":1},"2":{"1":2,"3":8,"4":1,"6":18,"18":1,"19":1,"22":1,"24":1,"30":1,"33":4,"36":1,"39":4,"40":1,"42":1,"44":18,"49":1,"52":1,"53":7,"56":3,"61":2,"62":1,"64":2,"65":4,"67":2,"68":2,"77":1,"78":2,"82":3,"84":5,"85":3,"86":2,"87":2,"93":5,"95":1,"96":2,"99":1,"108":2,"109":2,"111":1,"119":4,"120":2,"121":1,"127":1,"128":1,"129":10,"131":2,"134":2,"137":3,"139":1,"140":1,"142":1,"143":1,"144":1,"146":2,"147":1,"157":1,"158":1,"159":1,"160":2,"164":2,"167":1}}],["nothing`",{"2":{"51":2,"53":2,"56":2}}],["nothing",{"2":{"1":34,"4":1,"6":42,"15":3,"44":4,"49":1,"51":2,"52":1,"53":2,"56":2,"65":1,"93":1,"119":9,"120":3,"129":8,"131":24,"134":1,"137":60,"143":1,"147":1,"150":2,"151":6,"152":6,"153":6,"154":1,"155":32,"161":7,"163":252,"164":36}}],["ne",{"2":{"150":1,"164":2}}],["net",{"2":{"134":2}}],["ness",{"2":{"129":1}}],["nesting",{"2":{"127":2}}],["nestedloopfast",{"2":{"170":1}}],["nested",{"2":{"1":2,"4":1,"6":5,"18":1,"33":1,"127":2,"129":4,"150":1,"156":1}}],["never",{"2":{"127":1,"151":1}}],["neumann",{"2":{"120":1}}],["neither",{"2":{"56":1}}],["neightbor",{"2":{"44":1}}],["neighborhood",{"2":{"120":2}}],["neighbor",{"2":{"44":26}}],["neighboring",{"2":{"6":6,"44":1,"150":1,"151":1,"152":1,"153":2}}],["nearly",{"2":{"166":1}}],["nearest",{"2":{"44":1,"53":2}}],["neatly",{"2":{"17":1}}],["nedge",{"2":{"44":2,"161":13}}],["nextnode",{"2":{"120":27}}],["nextnodes",{"2":{"120":6}}],["next",{"2":{"43":1,"44":81,"46":3,"49":4,"93":14,"120":3,"138":13,"152":5}}],["necessarily",{"2":{"6":1,"119":1,"140":1}}],["necessary",{"2":{"6":1,"127":1,"150":1}}],["newfeature",{"2":{"129":2}}],["newnodes",{"2":{"120":2}}],["new",{"2":{"6":1,"40":1,"44":58,"46":9,"50":3,"51":1,"56":16,"93":2,"120":4,"128":1,"129":18,"134":2,"135":1,"136":1,"138":19,"147":8,"151":1,"152":2,"153":1,"164":1,"165":1,"169":1}}],["negative",{"2":{"4":3,"6":3,"35":2,"36":1,"37":2,"58":2,"59":3}}],["needs",{"2":{"43":1}}],["needing",{"2":{"4":1,"6":1,"17":1,"141":1}}],["need",{"2":{"1":1,"3":1,"4":2,"5":1,"6":5,"39":2,"42":1,"44":2,"51":1,"65":4,"77":1,"78":1,"93":1,"120":2,"122":1,"141":1,"154":1,"155":1,"164":2,"170":2}}],["needed",{"2":{"1":2,"6":4,"33":1,"39":1,"44":4,"46":1,"50":1,"52":1,"55":1,"59":2,"93":5,"120":1,"129":2,"134":1,"142":3,"164":1}}],["gdal",{"2":{"166":1}}],["gml",{"2":{"166":1}}],["gpkg",{"2":{"166":3}}],["gadm",{"2":{"169":4}}],["ga",{"2":{"164":3}}],["gaps",{"2":{"120":1}}],["global",{"2":{"164":1}}],["gft",{"2":{"162":1,"164":2}}],["gc",{"2":{"134":6}}],["g",{"2":{"33":3,"36":3,"40":1,"43":3,"46":3,"59":6,"127":1,"129":6,"150":2,"161":2,"166":1}}],["gb",{"2":{"30":1,"129":10}}],["gzip",{"2":{"25":2}}],["gz",{"2":{"25":4}}],["guarantee",{"2":{"19":1,"29":1}}],["guaranteed",{"2":{"1":1,"6":1,"33":1,"129":1}}],["grand",{"2":{"169":1}}],["grained",{"2":{"145":1}}],["graphics",{"2":{"6":1,"39":1}}],["great",{"2":{"163":1,"164":1,"166":1}}],["greater",{"2":{"6":1,"119":1,"147":1}}],["greiner",{"0":{"51":1,"53":1,"56":1},"2":{"44":3,"49":2,"50":1,"52":1,"55":1}}],["green",{"2":{"14":1,"164":1}}],["grouped",{"2":{"163":1}}],["groups",{"2":{"6":1,"120":1}}],["grouping",{"2":{"1":1,"6":1,"129":2}}],["grid",{"2":{"6":1,"38":1,"46":4}}],["g2",{"2":{"3":5,"6":5,"62":4,"68":12,"69":6,"70":9,"71":6,"72":6,"73":3,"74":4,"75":2,"78":3,"79":21,"82":10,"83":6,"84":10,"85":8,"86":4,"87":2,"88":4,"89":2,"99":10,"100":6,"101":10,"102":6,"103":5,"104":4,"105":4,"106":2,"109":10,"110":6,"111":9,"112":6,"113":6,"114":3,"115":4,"116":2}}],["g1",{"2":{"3":5,"4":1,"6":6,"62":4,"68":12,"69":6,"70":9,"71":6,"72":6,"73":3,"74":2,"75":4,"78":3,"79":21,"82":9,"83":6,"84":10,"85":8,"86":4,"87":2,"88":2,"89":4,"99":10,"100":6,"101":9,"102":6,"103":5,"104":4,"105":2,"106":4,"109":10,"110":6,"111":9,"112":6,"113":6,"114":3,"115":2,"116":4}}],["generic",{"2":{"22":1}}],["generation",{"2":{"150":2}}],["generated",{"2":{"30":1,"33":1,"36":1,"39":1,"40":1,"43":1,"44":1,"46":1,"49":1,"51":1,"53":1,"54":1,"56":1,"59":1,"62":1,"65":1,"75":1,"78":1,"79":1,"89":1,"92":1,"93":1,"96":1,"106":1,"116":1,"119":1,"120":1,"121":1,"129":1,"132":1,"135":1,"138":1,"139":1,"140":1,"141":1,"143":1,"147":1,"150":1,"154":1,"155":1,"156":1,"160":1,"161":1,"168":1}}],["generate",{"2":{"7":1,"13":2,"150":1,"168":2}}],["generalization",{"2":{"37":1}}],["generalized",{"2":{"6":1,"37":3,"39":1}}],["generalise",{"2":{"6":4,"150":1}}],["generally",{"2":{"6":2,"160":3}}],["general",{"0":{"2":1,"4":1},"1":{"3":1,"4":1},"2":{"18":1,"20":1,"26":1,"122":1,"143":1}}],["getfeature",{"2":{"129":5,"161":5}}],["getcolumn",{"2":{"129":4}}],["getgeom",{"2":{"74":1,"75":1,"88":1,"89":1,"96":2,"105":1,"106":1,"115":1,"116":1,"129":6,"150":3,"161":6}}],["getring",{"2":{"44":1}}],["getindex",{"2":{"39":2}}],["gethole",{"2":{"33":1,"36":1,"43":1,"44":4,"46":1,"49":1,"50":2,"52":2,"56":6,"59":1,"65":2,"93":5,"132":1,"139":1,"163":1}}],["getexterior",{"2":{"33":1,"36":1,"39":1,"43":1,"44":3,"46":1,"49":1,"50":2,"52":2,"55":3,"56":6,"59":1,"65":2,"93":5,"119":1,"120":1,"132":1,"139":1,"163":1}}],["getpolygon",{"2":{"51":3,"53":2,"56":2,"65":3}}],["getpoint",{"2":{"32":1,"33":5,"35":2,"36":1,"39":1,"42":1,"43":6,"44":3,"45":2,"46":3,"48":3,"58":1,"59":6,"61":4,"64":4,"65":13,"67":1,"77":1,"79":7,"81":4,"91":2,"93":28,"95":4,"96":2,"98":2,"101":2,"108":4,"119":5,"132":3,"139":1,"145":4,"147":2,"154":1,"161":3,"163":2}}],["getproperty",{"2":{"13":2,"14":1}}],["get",{"2":{"6":1,"13":1,"25":1,"35":1,"40":1,"44":9,"50":1,"51":1,"52":1,"53":2,"55":2,"120":4,"129":4,"143":1,"146":3,"150":1,"151":1,"153":1,"154":2,"160":5,"161":1,"163":2,"169":2}}],["geoparquet",{"2":{"166":4}}],["geopoly1",{"2":{"164":1,"165":1}}],["geopoly2",{"2":{"164":1,"165":1}}],["geoaxis",{"2":{"164":4}}],["geographic",{"2":{"164":1,"166":1}}],["geographiclib",{"2":{"6":1,"146":1}}],["geointeface",{"2":{"127":1}}],["geointerace",{"2":{"22":1}}],["geointerfacemakie",{"2":{"149":1,"168":1,"169":1}}],["geointerface",{"0":{"29":1},"2":{"1":20,"3":9,"4":2,"6":41,"11":1,"13":1,"14":1,"15":1,"22":3,"25":1,"26":1,"29":1,"30":7,"32":1,"33":1,"35":1,"36":1,"39":23,"42":1,"43":1,"44":1,"45":1,"46":1,"48":1,"49":1,"50":1,"52":1,"53":1,"55":1,"58":1,"59":11,"61":1,"62":2,"64":1,"65":2,"67":1,"68":2,"77":1,"78":2,"79":1,"81":1,"82":3,"91":1,"92":2,"95":1,"96":2,"98":1,"99":2,"108":1,"109":2,"119":5,"120":1,"124":3,"127":3,"129":6,"131":9,"134":1,"135":1,"137":23,"141":1,"142":2,"145":1,"146":1,"149":1,"150":2,"155":13,"156":1,"161":1,"162":1,"163":122,"164":14,"168":1,"169":1}}],["geo",{"2":{"120":1,"146":4,"164":2}}],["geotable",{"2":{"28":1}}],["geojson",{"2":{"11":1,"150":5,"162":1,"164":4,"166":3}}],["geodataframes",{"2":{"166":3}}],["geod",{"2":{"6":2,"146":3}}],["geodesic`",{"2":{"146":2}}],["geodesic",{"2":{"6":5,"30":1,"145":6,"146":8,"147":1}}],["geodesicsegments",{"2":{"0":1,"6":2,"144":1,"145":3,"146":6,"147":2}}],["geoformattypes",{"2":{"1":2,"25":3,"142":2,"162":1,"164":10}}],["geomfromgeos",{"2":{"146":1}}],["geomtrait",{"2":{"139":1}}],["geomtype",{"2":{"129":2}}],["geomakie",{"2":{"25":1,"162":2,"164":5}}],["geoms",{"2":{"6":1,"25":8,"93":1,"124":1,"129":18}}],["geometies",{"2":{"3":1,"6":1,"98":1,"99":1}}],["geometrie",{"2":{"85":1}}],["geometries",{"0":{"69":1,"70":1,"71":1,"72":1,"73":1,"74":1,"75":1,"83":1,"84":1,"85":1,"86":1,"87":1,"88":1,"89":1,"100":1,"101":1,"102":1,"103":1,"104":1,"105":1,"106":1,"110":1,"111":1,"112":1,"113":1,"114":1,"115":1,"116":1,"163":1},"2":{"1":6,"3":8,"4":14,"6":62,"18":3,"20":1,"22":3,"25":1,"26":2,"28":4,"32":1,"33":3,"36":4,"43":1,"46":2,"49":1,"50":5,"52":5,"53":4,"55":5,"58":1,"59":4,"62":1,"64":1,"65":7,"67":1,"68":1,"79":2,"82":2,"91":1,"92":1,"93":1,"95":2,"96":3,"98":2,"99":2,"109":2,"111":1,"122":1,"124":4,"126":1,"128":2,"129":13,"134":1,"139":1,"141":1,"142":2,"144":3,"145":1,"146":4,"147":1,"148":1,"151":1,"152":1,"153":1,"156":1,"161":1,"162":5,"164":3,"165":2,"166":1,"167":5,"168":1,"170":1}}],["geometrical",{"2":{"167":1}}],["geometric",{"2":{"26":2,"42":1}}],["geometry=",{"2":{"165":1}}],["geometryof",{"2":{"129":1}}],["geometryopsprojext",{"2":{"142":1,"143":1,"146":1,"147":1}}],["geometryopslibgeosext",{"2":{"40":1}}],["geometryops",{"0":{"0":1,"30":1},"1":{"1":1,"2":1,"3":1,"4":1,"5":1,"6":1},"2":{"0":116,"1":6,"3":18,"4":9,"5":3,"6":113,"7":2,"11":1,"13":1,"14":1,"15":1,"17":2,"25":1,"26":1,"30":1,"32":1,"35":1,"38":5,"40":1,"42":1,"45":1,"48":1,"49":1,"50":1,"52":1,"53":1,"55":1,"58":1,"61":1,"62":2,"64":1,"65":1,"67":1,"68":2,"77":1,"78":2,"79":2,"81":1,"82":2,"91":1,"92":1,"95":1,"96":1,"98":1,"99":2,"108":1,"109":2,"119":3,"120":2,"124":4,"129":1,"131":1,"134":1,"135":4,"137":1,"143":1,"145":1,"146":2,"149":1,"150":2,"155":1,"157":1,"160":2,"161":1,"162":1,"163":3,"167":1,"168":2,"169":2}}],["geometrybasics",{"2":{"30":3,"38":2,"39":10,"58":1,"68":1,"99":1,"109":1}}],["geometrycolumns",{"2":{"129":3}}],["geometrycollections",{"2":{"167":1}}],["geometrycollection",{"2":{"23":1,"169":1}}],["geometrycollectiontrait",{"2":{"23":1,"74":1,"75":1,"88":1,"89":1,"105":1,"106":1,"115":1,"116":1}}],["geometrycorrections",{"2":{"134":1}}],["geometrycorrection",{"2":{"0":1,"6":12,"132":2,"133":2,"134":14,"135":11,"138":4,"139":1}}],["geometry",{"0":{"2":1,"52":1,"74":2,"75":2,"88":2,"89":2,"105":2,"106":2,"115":2,"116":2,"133":1,"142":1,"148":1,"162":1,"165":1},"1":{"3":1,"4":1,"134":1,"135":1,"143":1,"149":1,"150":1,"163":1,"164":1,"165":1,"166":1},"2":{"1":10,"3":23,"4":12,"6":70,"9":1,"11":2,"18":4,"20":1,"23":3,"28":1,"30":1,"33":7,"36":4,"40":4,"43":3,"45":1,"46":4,"49":4,"58":4,"59":6,"61":5,"62":2,"65":8,"67":4,"68":5,"69":4,"70":1,"74":3,"75":4,"77":4,"78":4,"79":3,"81":2,"82":5,"83":4,"84":2,"85":1,"88":3,"89":4,"91":2,"93":2,"96":3,"98":2,"99":3,"100":4,"101":2,"105":3,"106":4,"108":4,"109":5,"110":4,"115":3,"116":4,"118":1,"122":3,"124":2,"127":2,"129":42,"131":1,"132":1,"133":2,"134":24,"135":6,"139":1,"140":1,"141":1,"142":6,"144":3,"145":1,"146":5,"147":8,"150":6,"161":6,"163":1,"164":5,"165":2,"166":2,"167":1,"168":7,"169":4,"170":2}}],["geom2",{"2":{"3":8,"4":1,"6":9,"59":6,"65":1,"79":6,"82":1,"92":3,"96":6,"99":1,"109":2}}],["geom1",{"2":{"3":8,"4":1,"6":9,"59":6,"65":1,"79":4,"82":1,"92":3,"96":6,"99":1,"109":2}}],["geom",{"2":{"1":7,"4":21,"6":48,"18":3,"25":1,"30":12,"33":25,"36":17,"43":28,"44":16,"46":6,"49":15,"50":8,"51":2,"52":12,"53":10,"55":9,"56":9,"59":28,"65":45,"68":4,"79":1,"82":4,"93":3,"96":1,"99":4,"109":4,"119":3,"120":1,"122":2,"124":3,"129":91,"138":11,"140":4,"147":13,"150":36,"154":3,"155":7,"156":4,"161":13,"169":6}}],["geospatial",{"0":{"166":1},"2":{"162":5,"164":4,"166":5}}],["geoscontext",{"2":{"146":1}}],["geosdensify",{"2":{"146":3}}],["geos",{"0":{"160":1},"2":{"0":1,"6":5,"25":2,"40":4,"148":5,"150":2,"157":1,"160":12}}],["got",{"2":{"154":3}}],["goes",{"2":{"6":2,"119":2}}],["good",{"2":{"6":1,"39":1,"160":2,"164":1}}],["going",{"2":{"4":4,"6":5,"46":2,"65":5,"119":1,"120":1,"162":1}}],["go",{"2":{"1":5,"3":17,"4":2,"6":43,"11":9,"13":1,"14":1,"15":6,"18":1,"25":10,"30":2,"32":1,"35":1,"39":1,"42":2,"45":1,"48":2,"49":2,"50":2,"52":2,"53":2,"55":2,"58":6,"61":2,"62":2,"64":1,"65":2,"67":1,"68":2,"77":2,"78":2,"79":1,"81":1,"82":2,"91":1,"92":2,"95":1,"96":2,"98":1,"99":2,"108":2,"109":2,"119":6,"120":2,"122":1,"124":1,"129":3,"131":3,"137":3,"145":7,"146":8,"149":2,"150":49,"155":3,"160":1,"161":2,"162":1,"163":3,"164":1,"166":1,"167":9,"168":2,"169":5,"170":1}}],["gtrait",{"2":{"59":2}}],["gt",{"2":{"1":1,"6":2,"9":2,"10":1,"11":5,"44":3,"119":3}}],["gif",{"2":{"152":1}}],["gives",{"2":{"169":1}}],["give",{"2":{"93":1,"166":1}}],["given",{"2":{"4":7,"6":22,"18":2,"28":1,"32":1,"33":1,"36":2,"43":3,"44":8,"46":3,"49":5,"50":1,"51":2,"52":1,"53":2,"55":1,"56":2,"59":8,"61":1,"62":1,"65":4,"68":1,"77":1,"78":1,"82":1,"91":1,"92":1,"93":7,"99":1,"101":1,"109":1,"122":1,"134":5,"135":1,"137":1,"144":2,"146":2,"147":2,"153":1}}],["githack",{"2":{"25":1,"150":1}}],["github",{"2":{"6":2}}],["gis",{"2":{"5":1,"6":1,"26":1,"39":1}}],["gi",{"2":{"1":13,"3":42,"4":31,"6":124,"11":8,"13":15,"14":15,"15":8,"18":2,"25":4,"30":1,"32":3,"33":30,"35":5,"36":21,"38":1,"42":5,"43":38,"44":34,"45":5,"46":17,"48":6,"49":13,"50":19,"51":16,"52":25,"53":24,"55":24,"56":53,"58":8,"59":42,"61":7,"62":3,"64":7,"65":99,"67":3,"68":4,"69":6,"70":12,"71":10,"72":7,"73":4,"74":8,"75":6,"77":3,"78":3,"79":21,"81":7,"82":2,"83":3,"84":12,"85":14,"86":4,"87":2,"88":8,"89":6,"91":5,"92":3,"93":59,"95":7,"96":51,"98":5,"99":3,"100":6,"101":15,"102":10,"103":7,"104":4,"105":8,"106":6,"108":7,"109":2,"110":6,"111":12,"112":10,"113":7,"114":4,"115":8,"116":6,"119":32,"120":15,"122":4,"124":2,"129":111,"131":2,"132":10,"134":9,"137":3,"138":8,"139":11,"140":5,"141":1,"145":6,"146":6,"147":12,"149":2,"150":34,"154":4,"155":9,"156":5,"158":9,"161":55,"162":1,"163":21,"164":4,"168":5,"169":2}}],["o",{"2":{"129":24}}],["odd",{"2":{"93":1}}],["own",{"2":{"56":1,"122":2}}],["occur",{"2":{"53":1}}],["occurs",{"2":{"53":1}}],["occupied",{"2":{"35":1}}],["old",{"2":{"44":8,"129":3}}],["ourselves",{"2":{"146":1}}],["our",{"2":{"24":1,"146":1,"163":4,"164":3,"168":1}}],["out=3",{"2":{"93":1}}],["out=4",{"2":{"52":1}}],["out`",{"2":{"52":1,"93":1}}],["out",{"2":{"6":3,"44":12,"46":23,"53":6,"56":4,"58":5,"68":4,"79":1,"82":3,"93":102,"96":2,"99":4,"109":4,"119":1,"129":1,"147":1,"160":2}}],["outside",{"2":{"3":2,"4":1,"6":3,"44":3,"46":1,"51":2,"53":4,"56":3,"58":2,"59":1,"67":1,"78":1,"81":1,"93":12,"96":3,"114":1}}],["outputs",{"2":{"44":1}}],["output",{"2":{"3":8,"4":1,"6":18,"18":1,"23":1,"49":2,"50":1,"52":1,"53":1,"55":1,"56":2,"62":1,"65":1,"68":1,"78":1,"82":1,"92":1,"96":1,"99":1,"109":1,"119":2,"150":1,"154":1,"161":1}}],["outermost",{"2":{"129":1}}],["outer",{"2":{"1":1,"6":1,"127":1,"129":2,"167":1,"168":1}}],["omit",{"2":{"6":1,"146":1}}],["obtain",{"2":{"129":1}}],["obtained",{"2":{"23":1}}],["observable",{"2":{"14":2}}],["obs",{"2":{"14":10}}],["obviously",{"2":{"4":1,"6":1,"141":1}}],["objects",{"2":{"1":4,"4":1,"6":17,"124":3,"127":5,"129":8,"141":1,"144":1,"150":2,"156":1}}],["object",{"2":{"1":4,"4":1,"5":1,"6":8,"20":1,"39":1,"58":1,"93":4,"124":1,"127":5,"129":3,"141":1,"142":3,"146":1,"150":1,"156":1}}],["obj",{"2":{"1":4,"4":1,"6":17,"124":3,"129":10,"140":2,"141":1,"146":3,"150":3,"155":1,"156":1}}],["others",{"2":{"40":1,"138":1}}],["otherwise",{"2":{"4":2,"6":3,"25":1,"40":1,"44":1,"51":1,"53":1,"59":2,"120":1,"140":1,"143":1,"146":1,"161":1}}],["other",{"0":{"4":1,"6":1},"2":{"3":4,"6":12,"33":1,"44":5,"50":1,"52":1,"53":1,"55":2,"56":3,"59":2,"61":1,"65":2,"70":1,"91":1,"93":8,"95":1,"96":4,"98":2,"99":2,"102":1,"111":1,"120":1,"124":1,"127":1,"129":1,"135":2,"136":1,"138":2,"150":2,"152":2,"157":1,"158":1,"160":1,"164":1,"167":1,"170":1}}],["ogc",{"0":{"3":1}}],["over=3",{"2":{"52":1}}],["over`",{"2":{"52":1}}],["overflow",{"2":{"49":1}}],["overhead",{"2":{"22":1,"129":2}}],["override",{"2":{"6":1,"39":1}}],["overlapping",{"2":{"44":11,"53":4,"56":6}}],["overlap",{"2":{"3":4,"6":4,"9":1,"44":2,"53":8,"56":2,"68":1,"77":1,"93":2,"95":5,"96":6,"109":1,"136":1}}],["overlaps",{"0":{"94":1,"95":1},"1":{"95":1,"96":1},"2":{"0":10,"3":5,"6":13,"30":1,"53":1,"94":1,"95":3,"96":30,"120":1,"167":1}}],["over",{"2":{"1":1,"6":3,"25":1,"35":2,"36":1,"43":3,"44":5,"46":1,"52":1,"53":11,"56":1,"68":1,"79":1,"82":1,"93":15,"96":2,"99":1,"109":1,"129":22,"163":3}}],["ops",{"2":{"129":1}}],["optimisation",{"2":{"93":1}}],["optimise",{"2":{"79":1}}],["options",{"2":{"14":1,"44":1}}],["optional",{"2":{"4":5,"6":6,"33":1,"36":2,"46":1,"59":2}}],["open",{"2":{"25":1,"44":1,"131":1,"164":1}}],["operates",{"2":{"129":1,"130":1,"136":1}}],["operate",{"2":{"18":1,"28":1,"129":1}}],["operations",{"0":{"23":1},"2":{"23":1,"53":1,"56":1,"122":1}}],["operation",{"2":{"6":3,"44":1,"122":1,"135":2,"138":2,"160":2}}],["opposite",{"2":{"3":5,"6":5,"44":2,"51":1,"53":2,"56":1,"62":2,"68":1,"78":2,"92":2,"109":1}}],["op",{"2":{"1":3,"6":3,"19":2,"43":1,"129":35}}],["on=2",{"2":{"93":1}}],["on`",{"2":{"93":1}}],["once",{"2":{"79":1,"96":1,"120":1}}],["onto",{"2":{"59":1}}],["ones",{"2":{"137":1}}],["oneunit",{"2":{"39":1}}],["one",{"2":{"1":1,"3":9,"6":14,"23":1,"33":4,"36":2,"38":1,"39":1,"43":1,"44":5,"46":3,"50":1,"51":1,"52":1,"53":32,"55":2,"56":2,"58":2,"67":1,"74":1,"79":1,"81":1,"93":18,"95":1,"96":18,"98":2,"99":2,"102":3,"103":2,"104":2,"105":1,"106":1,"108":1,"109":1,"115":1,"119":1,"120":5,"129":1,"137":1,"142":1,"146":1,"154":1,"155":1,"164":1,"167":1}}],["on",{"2":{"1":2,"4":3,"6":11,"9":1,"18":1,"20":1,"23":2,"26":3,"28":2,"33":5,"36":3,"38":1,"39":2,"43":3,"44":28,"46":8,"49":1,"50":1,"51":5,"52":1,"53":4,"55":1,"56":2,"58":1,"59":3,"65":2,"67":1,"68":7,"70":2,"71":3,"72":3,"73":1,"79":4,"82":6,"84":4,"85":1,"86":1,"93":125,"96":9,"99":7,"101":2,"109":7,"111":2,"112":1,"113":1,"120":3,"122":1,"124":1,"129":15,"130":1,"132":1,"135":1,"136":1,"144":1,"146":1,"152":1,"159":2,"162":1,"164":4,"166":1,"167":4,"168":1,"169":2,"170":2}}],["only",{"2":{"0":1,"5":1,"6":10,"23":1,"36":2,"38":2,"39":1,"40":1,"43":2,"44":4,"46":3,"49":1,"50":1,"52":1,"53":1,"55":1,"59":2,"65":3,"95":3,"96":1,"98":1,"120":2,"129":2,"137":1,"139":2,"144":1,"145":1,"147":2,"157":1,"160":2,"164":1,"169":1,"170":1}}],["often",{"2":{"164":1}}],["offers",{"2":{"163":1}}],["offer",{"2":{"146":1}}],["offset",{"2":{"33":8,"65":1}}],["off",{"2":{"4":1,"6":1,"44":4,"65":1,"93":6,"129":1}}],["of",{"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,"26":1,"28":3,"32":1,"33":38,"35":5,"36":28,"37":9,"38":1,"39":13,"40":1,"42":3,"43":12,"44":84,"45":5,"46":31,"49":5,"50":12,"51":13,"52":10,"53":48,"55":9,"56":21,"58":6,"59":18,"61":4,"62":5,"64":2,"65":19,"67":6,"68":18,"70":1,"71":5,"72":5,"73":1,"74":2,"75":1,"78":5,"79":1,"81":3,"82":14,"84":1,"85":1,"86":1,"88":2,"89":1,"91":1,"92":3,"93":85,"95":1,"96":13,"98":2,"99":15,"101":3,"102":7,"103":5,"104":1,"105":2,"106":1,"108":4,"109":18,"111":3,"112":6,"113":6,"114":4,"115":1,"116":1,"118":2,"119":3,"120":19,"121":2,"122":3,"124":1,"127":5,"128":2,"129":26,"130":1,"131":1,"134":1,"135":2,"136":4,"138":4,"139":2,"140":3,"142":1,"144":2,"145":2,"146":5,"147":2,"150":8,"152":4,"153":2,"154":1,"156":1,"158":2,"160":4,"161":2,"163":6,"164":6,"165":1,"166":4,"167":3,"168":4,"169":2}}],["org",{"2":{"50":1,"52":1,"55":1,"93":2,"152":1}}],["organise",{"2":{"10":1}}],["orange",{"2":{"48":1,"58":1,"61":2,"64":2,"81":2,"95":2,"108":2}}],["oroginal",{"2":{"129":2}}],["oro",{"2":{"11":2}}],["originate",{"2":{"56":1}}],["originals",{"2":{"22":1}}],["original",{"2":{"6":4,"18":1,"22":1,"44":9,"49":5,"50":1,"52":1,"56":4,"127":1,"129":1,"134":1,"140":2,"147":1,"149":4,"150":1}}],["orignal",{"2":{"44":1}}],["orient",{"0":{"13":1},"1":{"14":1,"15":1},"2":{"13":7,"14":12,"44":15,"53":53}}],["orientation",{"0":{"117":1},"1":{"118":1,"119":1},"2":{"6":2,"10":1,"30":1,"36":1,"44":10,"46":2,"50":1,"52":2,"53":2,"55":1,"93":16,"118":1,"150":1}}],["ordered",{"2":{"35":1}}],["order",{"2":{"1":4,"3":1,"4":2,"6":6,"33":1,"35":1,"36":2,"39":1,"44":4,"53":1,"56":1,"59":2,"62":1,"65":3,"68":1,"78":1,"92":1,"129":2,"142":2,"150":1,"167":1}}],["or",{"0":{"24":1},"2":{"1":11,"3":3,"4":10,"6":54,"18":1,"20":1,"22":1,"23":1,"26":1,"28":2,"30":1,"33":4,"36":1,"39":1,"40":1,"42":2,"43":4,"44":24,"45":1,"49":1,"50":1,"51":3,"52":2,"53":9,"55":1,"56":2,"58":2,"59":4,"61":1,"65":3,"68":1,"70":2,"71":1,"72":1,"73":1,"74":1,"75":1,"81":2,"84":2,"85":3,"86":2,"87":1,"88":1,"89":1,"91":2,"92":1,"93":26,"95":1,"96":2,"98":1,"99":1,"105":1,"106":1,"109":1,"111":2,"115":1,"116":1,"118":2,"119":3,"120":7,"122":3,"124":1,"126":2,"128":1,"129":9,"130":1,"132":1,"134":6,"135":2,"139":1,"142":2,"143":1,"144":2,"146":2,"147":2,"148":1,"150":3,"152":2,"154":2,"156":1,"158":3,"161":2,"167":1,"169":2}}],["est",{"2":{"169":1}}],["essentially",{"2":{"158":1}}],["especially",{"2":{"6":1,"18":1,"23":1,"120":1}}],["effects",{"2":{"129":3}}],["efficiently",{"2":{"20":1}}],["efficient",{"2":{"6":1,"39":1,"50":2,"52":2,"55":2,"132":1}}],["e2",{"2":{"93":4}}],["e1",{"2":{"93":8}}],["euclid",{"2":{"46":2,"59":11,"93":1,"151":1}}],["euclidean",{"2":{"4":1,"6":1,"39":13,"59":6,"147":1}}],["everything",{"2":{"150":1}}],["every",{"2":{"44":1,"65":2,"127":1,"160":1}}],["evenly",{"2":{"168":1}}],["eventually",{"2":{"44":1}}],["even",{"2":{"36":2,"46":1,"53":1,"59":1,"65":1,"122":1,"131":1,"136":1}}],["evaluated",{"2":{"167":1}}],["eval",{"2":{"30":2,"129":2}}],["epsg",{"2":{"164":13}}],["eps",{"2":{"33":2,"53":14}}],["eponymous",{"2":{"6":1,"146":1}}],["e",{"2":{"9":1,"22":1,"40":1,"120":1,"127":1,"129":2,"163":2,"164":1,"166":1}}],["eltype",{"2":{"120":4}}],["elements",{"2":{"74":1,"75":1,"88":1,"89":1,"96":1,"105":1,"106":1,"115":1,"116":1}}],["element",{"2":{"6":6,"32":1,"44":4,"49":2,"50":1,"52":1,"53":1,"55":3,"145":1,"164":1}}],["elsewhere",{"2":{"49":1}}],["elseif",{"2":{"44":5,"46":7,"50":1,"52":1,"53":14,"55":2,"56":1,"79":3,"93":10,"119":1,"120":2,"138":1,"152":2,"154":2}}],["else",{"2":{"3":6,"6":6,"33":1,"39":2,"44":19,"46":9,"49":1,"51":2,"53":9,"55":1,"56":9,"79":2,"93":17,"96":8,"120":20,"129":8,"132":1,"140":1,"143":1,"150":2,"152":4,"154":2,"155":1,"156":1,"160":1}}],["etc",{"2":{"6":1,"20":2,"35":1,"158":1,"166":1}}],["emtpty",{"2":{"120":1}}],["empty",{"2":{"4":2,"6":6,"33":2,"44":2,"50":1,"52":1,"53":2,"55":1,"120":1}}],["embedding",{"0":{"128":1,"141":1}}],["embedded",{"2":{"120":1,"128":3,"164":1}}],["embed",{"2":{"0":2,"4":1,"6":1,"128":1,"141":2}}],["errors",{"2":{"30":1,"53":1,"147":1}}],["error",{"0":{"143":1},"2":{"4":1,"6":4,"7":1,"18":1,"30":6,"39":1,"40":4,"44":2,"53":2,"54":1,"65":2,"120":1,"127":1,"134":2,"143":3,"146":5,"154":4,"160":3,"161":1}}],["edgekeys",{"2":{"120":3}}],["edge",{"2":{"3":1,"4":3,"6":4,"20":1,"30":1,"36":1,"42":1,"44":25,"46":13,"50":1,"52":1,"53":6,"55":1,"59":4,"65":1,"70":2,"85":2,"86":1,"93":7,"96":21,"111":2,"112":1,"113":1,"120":7,"161":2}}],["edges`",{"2":{"53":1}}],["edges",{"2":{"0":1,"4":2,"6":9,"44":12,"46":8,"51":3,"53":10,"56":3,"59":3,"61":1,"64":2,"65":1,"70":1,"71":3,"72":7,"73":3,"81":1,"84":3,"87":1,"93":3,"96":20,"108":1,"111":1,"120":22,"161":29}}],["earlier",{"2":{"163":3}}],["earth",{"2":{"6":2,"26":1,"146":2,"150":2,"164":2,"167":1}}],["easiest",{"2":{"165":1}}],["easier",{"2":{"157":1,"159":1}}],["easily",{"2":{"122":1}}],["east",{"2":{"46":9}}],["easy",{"2":{"1":1,"6":1,"136":1,"155":1}}],["eachindex",{"2":{"33":1,"119":1,"120":3,"129":2,"151":1,"154":1}}],["eachline",{"2":{"25":1}}],["each",{"2":{"3":2,"4":3,"6":6,"9":1,"18":2,"20":1,"33":4,"36":2,"37":4,"39":1,"44":5,"46":1,"53":3,"59":1,"65":2,"68":1,"82":1,"93":6,"95":1,"96":3,"99":1,"109":1,"119":1,"120":1,"129":1,"136":2,"150":1,"165":1,"166":1,"168":2,"169":2,"170":1}}],["equatorial",{"2":{"6":6,"146":4}}],["equality",{"2":{"44":1,"53":1,"167":1}}],["equal",{"2":{"3":2,"4":16,"6":19,"33":6,"53":1,"58":1,"59":4,"64":3,"65":22,"70":1,"84":1,"93":15,"95":1,"96":2,"101":2,"111":1,"131":1}}],["equals",{"0":{"63":1,"64":1},"1":{"64":1,"65":1},"2":{"0":17,"4":3,"6":19,"30":1,"33":2,"44":4,"49":2,"53":8,"59":1,"63":1,"64":2,"65":50,"70":1,"84":1,"93":10,"96":2,"101":3,"111":1,"167":1}}],["equivalent",{"2":{"3":1,"4":4,"6":6,"36":1,"44":1,"53":1,"56":1,"65":5,"68":1,"93":1}}],["enable",{"2":{"170":1}}],["enabled",{"2":{"167":1}}],["enabling",{"0":{"170":1}}],["enclosed",{"2":{"93":1}}],["encode",{"2":{"24":1}}],["encompasses",{"2":{"18":1,"93":1}}],["encounters",{"2":{"18":1}}],["en",{"2":{"93":1,"152":1}}],["envelope",{"2":{"53":2}}],["envelopes",{"2":{"53":2}}],["enough",{"2":{"44":1}}],["entirely",{"2":{"93":1}}],["entire",{"2":{"46":1,"93":4}}],["entry",{"2":{"44":11,"51":3,"53":4,"56":3,"120":1}}],["ent",{"2":{"44":19,"49":2}}],["enter",{"2":{"44":4}}],["ensuring",{"2":{"6":1,"144":1,"147":1}}],["ensure",{"2":{"6":3,"39":1,"50":1,"52":1,"55":1,"130":2,"133":1}}],["ensures",{"2":{"6":3,"132":1,"135":3,"138":2}}],["enumerate",{"2":{"13":2,"33":1,"44":10,"46":1,"49":1,"51":1,"56":2,"93":1,"120":2,"138":2,"154":1}}],["enum",{"2":{"6":2,"44":3,"52":3,"93":3}}],["endpt",{"2":{"152":3}}],["endpoints",{"2":{"44":3,"46":1,"51":1,"53":6,"56":1,"59":2,"93":11,"96":2,"98":1}}],["endpoint=3",{"2":{"44":1}}],["endpointtype",{"2":{"44":2}}],["endpoint",{"2":{"3":1,"6":2,"44":27,"52":1,"53":16,"59":2,"67":1,"93":3,"96":2,"150":4,"152":4,"163":1}}],["ending",{"2":{"44":1,"46":1}}],["end",{"2":{"1":1,"6":1,"9":1,"13":4,"14":3,"30":4,"33":18,"36":8,"39":35,"40":3,"43":10,"44":130,"46":43,"49":9,"50":8,"51":12,"52":5,"53":31,"54":1,"55":7,"56":26,"59":19,"65":20,"74":2,"75":2,"79":20,"88":2,"89":2,"93":104,"96":21,"101":1,"105":2,"106":2,"111":1,"115":2,"116":2,"119":9,"120":44,"121":4,"122":1,"129":49,"130":1,"132":5,"134":3,"138":18,"139":3,"140":4,"142":1,"143":2,"146":8,"147":8,"150":7,"151":6,"152":30,"153":3,"154":27,"155":4,"156":4,"158":1,"159":3,"160":4,"161":19}}],["enforce",{"2":{"0":1,"6":2,"160":3}}],["exits",{"2":{"44":1}}],["exit",{"2":{"44":32,"49":2,"51":3,"53":3,"56":2}}],["existingnodes",{"2":{"120":3}}],["existing",{"2":{"44":3,"55":1,"120":1,"164":2,"165":1}}],["exists",{"2":{"44":1,"46":1,"53":1}}],["exist",{"2":{"6":1,"44":1,"53":3,"160":1}}],["excluding",{"2":{"87":1,"93":1,"111":2}}],["exclude",{"2":{"79":9}}],["exclusively",{"2":{"103":1}}],["exclusive",{"2":{"46":1,"53":2}}],["exc",{"2":{"40":2,"143":2,"146":2}}],["excellent",{"2":{"23":1}}],["except",{"2":{"18":1,"19":1}}],["excess",{"2":{"5":1,"6":1,"39":1}}],["exp10",{"2":{"146":1,"150":2}}],["explicity",{"2":{"65":1}}],["explicitly",{"2":{"6":1,"18":1,"24":1,"33":2,"36":1,"39":1,"40":1,"59":2,"143":1,"146":1,"147":1}}],["expressed",{"2":{"37":2}}],["express",{"2":{"37":1}}],["experimental",{"2":{"30":3}}],["expect",{"2":{"1":1,"91":1,"142":1}}],["export",{"2":{"37":1,"144":1,"164":1,"166":1}}],["exposes",{"2":{"17":1}}],["exponential",{"2":{"9":1}}],["ext2",{"2":{"93":3}}],["ext1",{"2":{"93":3}}],["ext",{"2":{"38":15,"44":10,"46":2,"49":3,"50":8,"52":8,"53":18,"55":8,"56":14,"79":7,"93":7}}],["extrema",{"2":{"120":1,"161":1}}],["extreem",{"2":{"33":10}}],["extract",{"2":{"120":1,"129":3,"150":1}}],["extra",{"2":{"6":3,"44":1,"55":1,"144":1,"146":2,"147":1}}],["external",{"2":{"36":1,"93":2}}],["exteriors",{"2":{"9":1,"52":2,"55":2,"120":1}}],["exterior",{"2":{"3":4,"4":2,"6":10,"33":1,"35":1,"36":1,"38":1,"39":36,"43":2,"44":4,"50":2,"55":3,"56":14,"59":1,"61":1,"62":1,"65":2,"68":3,"78":1,"82":2,"93":9,"99":2,"108":1,"109":3,"112":3,"113":3,"119":6,"120":6,"132":3,"133":1,"135":1,"139":5,"141":1,"163":2}}],["extending",{"2":{"96":1}}],["extended",{"2":{"59":1}}],["extensions",{"2":{"166":1}}],["extension",{"2":{"1":1,"6":1,"39":1,"40":1,"67":1,"121":1,"142":3,"143":2,"146":1,"147":1,"148":1,"166":1}}],["extent=true",{"2":{"141":1}}],["extent=nothing",{"2":{"129":1}}],["extent=",{"2":{"129":3}}],["extent=false",{"2":{"129":1,"150":1}}],["extent=gi",{"2":{"120":3}}],["extent`",{"2":{"126":1,"141":1}}],["extents",{"2":{"4":3,"6":3,"30":5,"46":1,"53":3,"93":5,"96":1,"120":3,"129":2,"141":2,"161":2}}],["extent",{"0":{"141":1},"2":{"0":2,"1":4,"4":3,"6":11,"24":1,"30":2,"38":1,"45":1,"46":1,"53":10,"93":4,"96":2,"120":12,"126":3,"128":4,"129":28,"141":2,"150":1,"159":1,"161":7}}],["exactly",{"2":{"154":1}}],["exactpredicates",{"2":{"7":1,"13":2,"14":2,"30":1}}],["exact",{"2":{"3":5,"6":5,"7":2,"12":1,"13":1,"44":36,"46":6,"49":7,"50":5,"52":5,"53":7,"54":1,"55":7,"56":7,"62":2,"68":3,"70":1,"71":3,"72":3,"73":1,"78":2,"79":1,"82":2,"84":1,"85":3,"86":2,"87":1,"92":2,"93":24,"96":3,"99":2,"101":1,"102":3,"103":1,"104":1,"109":3,"111":1,"112":3,"113":3,"114":1,"120":1,"137":1}}],["exampleusing",{"2":{"38":1}}],["examplefixed",{"2":{"25":1}}],["examplewkt",{"2":{"25":1}}],["examples",{"0":{"145":1,"149":1},"2":{"3":8,"4":1,"6":11,"62":1,"65":1,"68":1,"78":1,"79":1,"82":1,"96":1,"99":1,"109":1,"119":2,"161":1}}],["example",{"0":{"38":1,"131":1,"137":1,"168":1,"169":1},"2":{"1":3,"3":2,"6":13,"11":1,"20":1,"23":2,"25":2,"32":1,"35":1,"38":1,"42":1,"43":1,"45":1,"48":1,"49":1,"50":1,"52":1,"53":1,"55":1,"58":1,"61":1,"64":1,"65":1,"67":1,"77":1,"79":1,"81":1,"91":1,"92":1,"93":1,"95":1,"98":1,"108":1,"119":1,"120":8,"122":1,"129":2,"131":1,"133":1,"136":1,"137":1,"140":1,"149":1,"150":2,"155":1,"160":1,"168":1,"170":1}}],["either",{"2":{"1":2,"3":1,"6":4,"22":1,"26":1,"44":9,"50":1,"52":1,"53":2,"55":1,"56":1,"58":1,"68":1,"91":1,"93":5,"98":1,"99":1,"109":1,"120":1,"129":3,"134":1,"167":1}}],["lj",{"2":{"120":2}}],["lrs",{"2":{"150":2}}],["lr",{"2":{"120":3}}],["lp",{"2":{"93":2}}],["ls2lr",{"2":{"139":6}}],["lstart",{"2":{"93":2}}],["ls",{"2":{"93":12}}],["ll",{"2":{"17":1,"38":1,"145":2,"150":1,"164":1,"165":1}}],["l",{"2":{"14":4,"39":6,"79":2,"93":32}}],["lgeos",{"2":{"150":1}}],["lg",{"2":{"13":1,"14":1,"15":2,"146":9,"150":17}}],["l305",{"2":{"6":1}}],["loudly",{"2":{"129":1}}],["log10",{"2":{"146":2,"150":4}}],["log",{"2":{"124":3,"125":1,"145":2}}],["location",{"2":{"44":1,"93":6}}],["local",{"2":{"33":3,"36":1,"44":4,"51":1,"56":1,"120":1}}],["loose",{"2":{"130":1}}],["lookup",{"2":{"120":1,"129":1}}],["looks",{"2":{"42":1}}],["look",{"2":{"35":2,"120":2,"131":1,"145":1}}],["looping",{"2":{"120":1}}],["loop",{"2":{"33":1,"39":2,"43":3,"44":8,"46":1,"53":1,"56":1,"93":5,"120":3,"152":1}}],["lower",{"2":{"6":1,"7":1,"120":1,"168":1}}],["lon",{"2":{"6":2,"145":1,"146":2}}],["longitude",{"2":{"164":2}}],["long",{"2":{"6":1,"53":1,"146":1,"169":1}}],["longer",{"2":{"6":3,"25":1,"144":1,"146":2,"147":1}}],["lots",{"2":{"164":1}}],["lot",{"2":{"6":1,"23":1,"33":1,"36":1,"43":1,"46":1,"59":1,"65":1,"96":1,"122":1,"145":1,"160":2}}],["load",{"2":{"129":2,"150":1,"162":2}}],["loading",{"2":{"40":1,"143":1,"146":1}}],["loads",{"2":{"5":1,"6":1,"39":1}}],["loaded",{"2":{"1":1,"40":3,"142":1,"143":2,"146":2}}],["laptop",{"2":{"169":1}}],["land",{"2":{"164":8}}],["layers",{"2":{"127":1}}],["label",{"2":{"14":4,"15":2,"58":1,"120":3,"145":2,"149":2,"150":2}}],["labels",{"2":{"13":2,"120":1}}],["lazily",{"2":{"6":1,"124":1,"129":1}}],["latitude",{"2":{"164":2}}],["later",{"2":{"36":1,"120":1}}],["lat",{"2":{"6":3,"145":1,"146":3}}],["larger",{"2":{"44":1,"55":1,"154":1}}],["large",{"2":{"6":8,"39":1,"150":2,"166":1,"169":1}}],["lastindex",{"2":{"154":1}}],["last",{"2":{"4":3,"6":3,"9":1,"33":11,"36":2,"38":2,"44":9,"46":4,"59":7,"65":5,"93":20,"101":1,"120":8,"131":1,"138":2,"152":1}}],["lt",{"2":{"6":6,"53":4,"145":1}}],["len",{"2":{"152":7}}],["length",{"2":{"0":1,"5":1,"6":5,"9":1,"18":1,"25":1,"39":32,"41":1,"42":1,"43":22,"44":11,"46":1,"49":2,"50":2,"52":1,"53":1,"55":1,"56":1,"93":1,"120":10,"129":3,"138":2,"145":1,"151":1,"152":1,"153":1,"154":7}}],["legend",{"2":{"150":4}}],["le",{"2":{"93":10}}],["leaving",{"2":{"131":1}}],["leaf",{"2":{"129":4}}],["leading",{"2":{"163":1}}],["lead",{"2":{"53":1,"131":1}}],["least",{"2":{"3":4,"6":4,"44":1,"53":1,"56":2,"93":14,"96":6,"99":1,"102":3,"103":2,"104":2,"105":1,"106":1,"109":1,"115":1,"119":1}}],["leftover",{"2":{"44":1}}],["left=1",{"2":{"44":1}}],["left",{"2":{"39":1,"44":5,"119":1,"120":2,"152":17,"154":5,"167":1}}],["lets",{"2":{"36":1}}],["let",{"2":{"35":1,"42":1,"93":1,"120":3,"145":1,"163":6,"164":7,"165":2,"166":2,"170":1}}],["levels",{"2":{"6":1,"120":1,"127":1,"158":1}}],["level",{"2":{"6":1,"7":1,"9":1,"18":2,"20":1,"28":1,"127":1,"129":2,"130":1,"132":1,"134":4,"135":1,"136":1,"138":2,"139":1,"164":2}}],["less",{"2":{"3":1,"6":7,"33":1,"36":1,"39":1,"43":1,"46":1,"59":1,"65":1,"79":1,"96":1,"120":1,"150":1,"151":1}}],["l289",{"2":{"6":1}}],["l2",{"2":{"3":4,"4":4,"6":8,"61":8,"64":4,"65":12,"78":2,"81":5,"95":4,"98":3,"99":2,"108":8}}],["l195",{"2":{"6":1}}],["l177",{"2":{"6":1}}],["l1",{"2":{"3":6,"4":4,"6":10,"61":8,"64":4,"65":12,"67":4,"68":2,"77":4,"78":2,"81":5,"95":4,"98":3,"99":2,"108":8}}],["li",{"2":{"120":2}}],["lie",{"2":{"53":1}}],["lies",{"2":{"44":3,"168":1}}],["limitations",{"2":{"53":1}}],["limits",{"2":{"38":1}}],["limited",{"2":{"6":1,"144":1,"147":1}}],["library",{"2":{"49":1,"166":1}}],["libraries",{"2":{"36":1,"136":1,"166":1}}],["libgeos",{"2":{"6":2,"13":1,"14":1,"15":1,"23":1,"36":1,"40":5,"121":1,"146":7,"150":4,"160":2}}],["literate",{"2":{"30":1,"33":1,"36":1,"39":1,"40":1,"43":1,"44":1,"46":1,"49":1,"51":1,"53":1,"54":1,"56":1,"59":1,"62":1,"65":1,"75":1,"78":1,"79":1,"89":1,"92":1,"93":1,"96":1,"106":1,"116":1,"119":1,"120":1,"121":1,"129":1,"132":1,"135":1,"138":1,"139":1,"140":1,"141":1,"143":1,"147":1,"154":1,"155":1,"156":1,"160":1,"161":1}}],["lift",{"2":{"14":2}}],["lin",{"2":{"146":5}}],["linrange",{"2":{"13":2,"14":5,"38":2,"58":1,"120":2,"146":1,"150":2}}],["linering",{"2":{"164":1}}],["linewidth",{"2":{"35":1,"163":1}}],["linesegment",{"2":{"119":2,"147":1}}],["lines",{"0":{"71":1,"85":1,"102":1,"112":1},"2":{"3":1,"4":4,"6":5,"44":3,"48":1,"53":9,"58":1,"61":3,"64":4,"65":4,"67":1,"68":1,"77":2,"79":1,"81":3,"91":3,"93":2,"95":4,"96":2,"98":4,"108":3,"109":1,"120":3,"148":1,"163":4}}],["linestrings",{"2":{"4":2,"6":2,"9":1,"65":2,"118":1,"130":1,"139":2,"163":1}}],["linestringtrait",{"2":{"3":2,"4":4,"6":9,"11":3,"33":1,"43":4,"52":2,"59":2,"65":8,"70":1,"71":4,"72":1,"79":6,"84":1,"85":5,"96":4,"101":1,"102":4,"103":1,"111":1,"112":4,"113":1,"127":1,"134":2,"135":1,"139":1,"147":2,"158":2}}],["linestring",{"2":{"3":5,"4":6,"6":15,"18":1,"20":1,"33":2,"43":2,"59":4,"61":2,"62":1,"64":2,"65":2,"70":1,"71":3,"78":2,"81":2,"82":1,"84":1,"85":4,"93":2,"95":2,"101":1,"102":3,"103":1,"108":2,"109":1,"111":1,"112":4,"113":1,"119":7,"129":4,"161":3,"163":5}}],["linetrait",{"2":{"3":2,"4":4,"6":6,"33":1,"44":2,"49":2,"52":2,"59":2,"65":8,"70":1,"71":4,"72":1,"84":1,"85":5,"96":4,"101":1,"102":4,"103":1,"111":1,"112":4,"113":1}}],["line2",{"2":{"3":3,"6":7,"52":2,"53":2,"79":5,"91":3,"92":2,"96":3,"119":5}}],["line1",{"2":{"3":4,"6":8,"52":2,"53":2,"79":5,"91":3,"92":2,"96":5,"119":5}}],["linea",{"2":{"1":1,"6":1,"155":1}}],["linearmap",{"2":{"150":1}}],["linearalgebra",{"2":{"30":1}}],["linear",{"2":{"4":7,"6":10,"9":1,"36":2,"39":1,"42":1,"43":3,"46":1,"53":1,"59":5,"65":8,"72":1,"93":2,"102":1,"103":2,"112":1,"118":1,"129":2,"132":3,"139":4,"145":5,"146":3,"147":4}}],["linearr",{"2":{"1":1,"6":1,"155":1}}],["linearrings",{"2":{"9":1,"86":1,"120":6,"130":1,"163":1}}],["linearringtrait",{"2":{"4":4,"6":6,"11":3,"33":3,"36":2,"43":4,"44":4,"52":2,"59":2,"65":8,"70":1,"71":1,"72":4,"84":1,"85":2,"86":3,"101":1,"102":1,"103":4,"111":1,"112":1,"113":4,"134":1,"139":1,"147":2,"150":1,"158":2}}],["linearring",{"2":{"1":10,"3":2,"4":1,"6":15,"33":2,"43":2,"44":1,"59":1,"70":1,"72":3,"84":1,"85":1,"86":2,"93":2,"96":4,"101":1,"102":1,"103":3,"111":1,"113":4,"119":1,"120":3,"129":5,"130":1,"131":6,"132":1,"137":13,"139":1,"150":1,"155":8,"163":24,"164":14,"168":2}}],["linearsegments",{"2":{"0":1,"6":4,"144":1,"145":1,"146":3,"147":5}}],["line",{"0":{"93":1},"2":{"0":1,"3":13,"4":9,"6":52,"23":1,"32":2,"33":7,"42":3,"43":10,"44":12,"46":8,"48":6,"49":18,"52":8,"53":67,"56":6,"59":11,"62":2,"65":5,"67":2,"68":1,"70":2,"71":11,"72":8,"77":1,"79":11,"82":2,"84":1,"85":9,"86":4,"91":2,"92":2,"93":141,"95":3,"96":12,"98":2,"99":2,"101":1,"102":10,"103":3,"109":2,"111":2,"112":10,"113":7,"119":6,"120":2,"147":1,"150":1,"151":1,"152":4,"153":1,"161":3,"163":3}}],["lineorientation",{"2":{"0":1,"6":2,"52":2}}],["lists",{"2":{"20":1,"44":3,"96":1}}],["listed",{"2":{"6":1,"33":1,"150":1}}],["list",{"2":{"6":16,"9":1,"33":20,"44":233,"49":20,"50":14,"51":8,"52":13,"53":5,"55":13,"56":1,"169":2}}],["likely",{"2":{"127":1}}],["like",{"0":{"54":1},"2":{"1":2,"6":9,"17":1,"18":2,"19":1,"20":1,"23":1,"24":1,"28":1,"36":1,"38":1,"39":1,"42":1,"46":1,"50":1,"52":1,"55":1,"58":1,"59":1,"65":1,"122":2,"129":2,"134":2,"135":1,"144":1,"145":1,"158":2,"164":2}}],["image",{"2":{"120":1}}],["impossible",{"2":{"49":1,"95":1}}],["important",{"2":{"145":1}}],["import",{"2":{"1":3,"6":5,"13":2,"14":2,"15":1,"25":1,"30":5,"32":1,"35":1,"40":1,"42":1,"45":1,"49":1,"50":1,"52":1,"53":1,"55":1,"58":1,"61":1,"62":1,"64":1,"65":1,"67":1,"68":1,"77":1,"78":1,"79":1,"81":1,"82":1,"91":1,"92":1,"95":1,"96":1,"98":1,"99":1,"108":1,"109":1,"119":3,"129":2,"143":1,"146":2,"149":2,"150":3,"155":2,"161":1,"162":5}}],["implements",{"2":{"160":1}}],["implementing",{"2":{"6":1,"150":1}}],["implement",{"2":{"6":1,"17":1,"23":1,"33":1,"36":1,"39":1,"43":1,"46":1,"59":1,"65":1,"68":1,"82":1,"96":1,"99":1,"109":1,"122":1,"133":1,"134":3,"135":1}}],["implementation",{"0":{"33":1,"36":1,"43":1,"46":1,"49":1,"59":1,"62":1,"65":1,"68":1,"78":1,"82":1,"92":1,"96":1,"99":1,"109":1,"126":1,"132":1,"138":1,"147":1},"2":{"6":1,"33":3,"36":3,"39":1,"43":3,"46":3,"55":1,"59":3,"62":1,"65":3,"68":2,"78":1,"82":2,"92":1,"96":3,"99":2,"109":2,"120":2,"121":1,"142":1,"150":1,"160":1}}],["implementations",{"2":{"6":1,"68":1,"82":1,"99":1,"109":1,"121":1,"148":1,"160":3}}],["implemented",{"0":{"121":1},"2":{"1":1,"6":2,"30":1,"36":1,"39":3,"49":2,"51":2,"53":2,"56":2,"59":2,"121":1,"122":2,"134":2,"142":1,"148":1}}],["improvements",{"2":{"9":2,"10":1}}],["improve",{"2":{"4":1,"6":1,"141":1}}],["i=2",{"2":{"119":1}}],["ipoints",{"2":{"93":4}}],["ip",{"2":{"65":2}}],["ipt",{"2":{"44":8}}],["ihole",{"2":{"65":2}}],["ih",{"2":{"56":20}}],["i2",{"2":{"46":2}}],["i1",{"2":{"46":2}}],["ii",{"2":{"44":8}}],["io",{"2":{"40":5,"143":5,"146":5}}],["i+1",{"2":{"39":8,"120":1,"152":2,"154":1}}],["i",{"2":{"9":1,"13":4,"22":1,"33":14,"36":1,"39":16,"44":28,"46":4,"51":2,"55":2,"56":4,"59":2,"65":8,"79":7,"93":28,"119":14,"120":17,"129":14,"147":2,"151":3,"152":12,"154":28,"161":2,"163":2,"164":1,"169":3}}],["id",{"2":{"165":1}}],["identical",{"2":{"129":1,"137":1}}],["identity",{"2":{"120":4,"129":2,"141":1}}],["ideal",{"2":{"120":1}}],["idea",{"2":{"6":1,"20":1,"26":1,"39":1,"122":1}}],["idx`",{"2":{"44":1}}],["idx",{"2":{"33":6,"44":167,"46":9,"49":23,"50":5,"52":5,"55":2,"138":34,"152":51}}],["id=",{"2":{"6":2}}],["ignored",{"2":{"6":1,"120":1}}],["ignore",{"2":{"6":1,"120":2}}],["i>",{"2":{"6":2}}],["i>method",{"2":{"6":2}}],["innerjoin",{"2":{"168":1,"169":1}}],["inner",{"2":{"93":6,"129":3,"167":1}}],["innacurracies",{"2":{"53":1}}],["inline",{"2":{"93":4,"119":1,"129":21,"159":2}}],["inlcuding",{"2":{"53":1,"71":1,"72":1}}],["in=1",{"2":{"93":1}}],["in`",{"2":{"93":1}}],["inject",{"0":{"54":1},"2":{"143":1}}],["ind",{"2":{"169":2}}],["individual",{"2":{"164":1}}],["indicate",{"2":{"129":1}}],["indicates",{"2":{"20":1}}],["indicies",{"2":{"44":2}}],["indices",{"2":{"44":2,"129":4,"154":16}}],["indeed",{"2":{"131":1}}],["index",{"2":{"39":8,"44":11,"93":1,"129":1,"152":1}}],["inds",{"2":{"120":3}}],["inplace",{"2":{"39":1}}],["inputs",{"2":{"6":1,"44":1,"62":1,"65":1,"78":1,"92":1,"154":1}}],["input",{"2":{"6":12,"33":1,"49":1,"50":1,"52":1,"53":1,"55":1,"120":1,"122":1,"146":3,"147":2,"151":1,"152":1,"153":1,"164":1}}],["inbounds",{"2":{"39":16,"59":5,"93":1}}],["inspiration",{"2":{"49":1}}],["inspired",{"2":{"48":1,"49":2}}],["inside",{"2":{"33":3,"42":1,"44":3,"46":1,"50":1,"51":1,"52":1,"53":1,"55":1,"56":2,"58":3,"59":1,"70":1,"93":1,"108":1,"111":1,"120":2}}],["insertion",{"2":{"44":1}}],["insert",{"2":{"33":1,"152":1}}],["instability",{"2":{"24":2}}],["instantiating",{"2":{"20":1}}],["instead",{"2":{"18":1,"24":1}}],["instructs",{"2":{"6":1,"160":2}}],["investigate",{"2":{"120":1}}],["invalid",{"2":{"20":1,"51":2,"131":1,"136":1,"137":1}}],["invoke",{"2":{"20":1}}],["involved",{"2":{"122":1}}],["involve",{"2":{"20":1}}],["involving",{"2":{"6":3,"50":1,"52":1,"55":1}}],["invocation",{"2":{"18":1}}],["init=nothing",{"2":{"129":1}}],["init=typemax",{"2":{"59":2}}],["init=zero",{"2":{"36":1,"46":1}}],["initial",{"2":{"53":2,"146":1}}],["initially",{"2":{"44":1}}],["initialize",{"2":{"39":3,"43":2,"44":1,"53":1}}],["init",{"2":{"19":1,"30":1,"33":1,"43":2,"129":30,"146":4}}],["incorrect",{"2":{"130":1,"131":1}}],["increase",{"2":{"44":1,"93":1}}],["increasing",{"2":{"6":1,"150":1}}],["increment",{"2":{"39":5}}],["including",{"2":{"33":1,"44":2,"59":1,"70":1,"73":1,"93":2}}],["include",{"2":{"30":41,"33":1,"44":1,"59":2,"150":2,"159":1,"164":2,"165":1}}],["included",{"2":{"6":2,"56":2,"135":2,"138":2,"164":1}}],["includes",{"2":{"4":2,"6":2,"56":1,"59":2,"65":1,"93":1}}],["incircle",{"0":{"16":1}}],["ing",{"2":{"1":1,"6":2,"39":1,"155":1}}],["intr",{"2":{"44":28,"46":9,"49":16,"53":8}}],["intr2",{"2":{"44":2,"53":14}}],["intr1",{"2":{"44":3,"53":21,"93":2}}],["intrs",{"2":{"44":10,"53":5}}],["introduction",{"0":{"26":1},"1":{"27":1,"28":1,"29":1}}],["introducing",{"2":{"24":1}}],["introduces",{"2":{"24":1}}],["int",{"2":{"44":6,"56":7,"79":7,"147":1,"150":1,"152":5,"153":1,"154":1}}],["integrate",{"2":{"36":1}}],["integrating",{"2":{"36":1}}],["integrals",{"2":{"35":1}}],["integral",{"2":{"35":1}}],["intended",{"2":{"6":1,"134":2,"135":1}}],["intermediate",{"2":{"46":1}}],["inter2",{"2":{"46":15}}],["inter1",{"2":{"46":23}}],["interpreted",{"2":{"39":1}}],["interpolation",{"2":{"5":1,"6":1,"38":1,"39":2,"144":1}}],["interpolated",{"2":{"5":3,"6":3,"39":17,"144":1}}],["interpolate",{"2":{"0":2,"5":2,"6":4,"37":1,"38":2,"39":25}}],["interest",{"2":{"39":1,"59":1}}],["internal",{"2":{"38":1}}],["internals",{"2":{"24":1}}],["inter",{"2":{"6":3,"44":21,"49":1,"50":1,"52":5,"53":4}}],["interface",{"0":{"134":1},"2":{"6":2,"20":1,"129":1,"133":1,"134":4,"135":1,"150":1,"164":1}}],["interacted",{"2":{"93":1}}],["interaction",{"0":{"93":1},"2":{"93":2}}],["interactions",{"2":{"44":1,"56":3,"93":15}}],["interactive",{"2":{"13":1,"14":1}}],["interacting",{"2":{"6":1,"52":1,"93":2}}],["interacts",{"2":{"3":1,"6":1,"93":3,"98":1,"99":1,"102":3,"103":1,"104":1}}],["interact",{"2":{"3":2,"6":2,"55":1,"56":1,"81":1,"92":1,"93":5,"98":1,"99":1,"101":1,"102":2,"103":2,"104":1}}],["interior",{"2":{"3":6,"6":7,"33":9,"35":1,"39":7,"43":5,"44":1,"56":18,"61":1,"62":1,"67":1,"68":3,"71":5,"72":1,"73":2,"77":2,"78":1,"79":1,"82":2,"84":2,"85":6,"86":3,"93":15,"98":1,"99":3,"102":1,"103":2,"104":2,"108":1,"109":3,"114":2,"119":2,"132":1,"135":1}}],["interiors",{"2":{"3":6,"6":7,"39":20,"61":1,"62":1,"67":1,"77":1,"78":1,"81":1,"82":1,"87":1,"91":1,"92":1,"93":5,"98":1,"99":1,"101":1,"102":2,"103":1,"108":1,"109":1,"112":3,"113":3}}],["intersectingpolygons",{"2":{"6":3}}],["intersecting",{"0":{"136":1},"1":{"137":1,"138":1},"2":{"6":4,"30":1,"44":2,"56":2,"135":4,"136":1,"138":4}}],["intersections",{"0":{"53":1},"2":{"44":2,"46":2,"51":1,"52":2,"53":1,"56":1,"93":2}}],["intersection",{"0":{"52":1,"90":1},"1":{"91":1,"92":1},"2":{"0":2,"3":3,"6":19,"9":1,"15":4,"23":1,"30":1,"44":38,"46":6,"49":3,"50":4,"51":4,"52":15,"53":73,"55":2,"56":2,"79":2,"91":1,"93":6,"96":5}}],["intersect",{"2":{"3":8,"6":11,"44":4,"46":3,"50":2,"52":1,"53":1,"55":1,"56":5,"61":1,"62":2,"67":1,"68":1,"78":1,"82":1,"85":1,"87":1,"91":2,"93":4,"96":1,"108":1,"109":2,"112":3,"113":3,"137":1,"138":4}}],["intersects",{"0":{"91":1},"2":{"0":2,"3":3,"6":6,"30":1,"44":1,"53":2,"56":2,"79":2,"90":1,"91":4,"92":4,"96":5,"114":1,"138":2,"167":1}}],["into",{"2":{"5":1,"6":7,"17":1,"33":1,"36":1,"39":1,"43":4,"44":2,"49":1,"50":1,"52":1,"93":1,"120":4,"124":1,"129":6,"138":1,"150":1,"158":1,"161":2,"163":2,"167":1}}],["int64",{"2":{"1":6,"6":6,"131":6,"151":1,"152":1,"154":1,"155":6,"163":14}}],["info",{"2":{"144":1}}],["information",{"2":{"6":1,"28":1,"39":1,"44":2,"45":1,"53":1,"93":1,"162":1,"164":3,"166":2}}],["infinity",{"2":{"93":1,"96":1}}],["inf",{"2":{"1":1,"9":1,"49":2,"151":1,"154":3}}],["in",{"0":{"23":1},"2":{"1":6,"3":3,"4":1,"5":4,"6":49,"7":1,"9":2,"13":6,"14":2,"17":2,"18":4,"20":1,"23":3,"24":2,"25":2,"26":1,"28":1,"29":1,"30":2,"33":7,"35":1,"36":3,"37":2,"39":22,"40":1,"42":2,"43":5,"44":72,"46":31,"49":6,"50":9,"51":3,"52":5,"53":29,"55":11,"56":28,"58":6,"59":6,"61":2,"62":1,"64":1,"65":17,"68":10,"71":1,"72":1,"73":1,"74":1,"75":1,"78":1,"79":7,"82":9,"84":1,"85":1,"86":1,"88":1,"89":1,"91":2,"92":1,"93":135,"95":1,"96":11,"98":1,"99":11,"103":1,"105":1,"106":1,"108":1,"109":10,"112":3,"113":3,"115":1,"116":1,"119":4,"120":10,"121":3,"122":1,"124":3,"127":2,"128":1,"129":12,"133":1,"134":1,"135":2,"136":1,"138":7,"140":2,"141":1,"142":3,"143":1,"144":2,"145":2,"146":14,"147":7,"148":1,"150":5,"151":2,"152":4,"153":1,"154":5,"155":2,"156":1,"157":4,"158":1,"159":1,"160":4,"161":8,"162":1,"163":2,"164":6,"166":2,"167":4,"168":3,"169":1,"170":1}}],["itererable",{"2":{"161":1}}],["iter",{"2":{"129":31}}],["iterate",{"2":{"39":2,"127":1,"129":5}}],["iteration",{"2":{"36":1}}],["iterators",{"2":{"13":1,"39":1,"44":5,"46":3,"52":1,"56":2,"120":1,"129":11,"138":6,"147":1}}],["iterator",{"2":{"6":2,"44":4,"52":2,"124":2,"129":2}}],["iterabletype",{"2":{"129":10}}],["iterable",{"2":{"4":1,"6":3,"18":1,"36":1,"46":1,"124":1,"129":37,"163":1}}],["iterables",{"2":{"1":2,"6":2,"22":1,"129":6}}],["ith",{"2":{"44":3,"56":7}}],["itself",{"2":{"46":1,"119":1,"127":1}}],["its",{"2":{"5":1,"6":10,"18":1,"35":1,"39":1,"44":2,"46":4,"56":1,"71":1,"124":1,"129":1,"133":1,"150":1,"151":1,"152":1,"153":3,"167":1}}],["it",{"2":{"1":4,"4":1,"6":19,"9":1,"18":11,"19":2,"20":1,"22":1,"25":2,"28":3,"29":1,"32":1,"33":1,"35":2,"36":3,"38":1,"40":1,"43":2,"44":2,"45":1,"46":2,"50":1,"51":1,"52":1,"53":4,"55":1,"56":3,"59":3,"65":1,"67":2,"70":3,"84":3,"93":14,"95":1,"96":1,"101":2,"111":3,"118":1,"119":2,"120":4,"122":3,"124":3,"127":3,"128":1,"129":15,"131":1,"132":1,"133":1,"135":1,"136":1,"139":2,"142":5,"145":2,"146":1,"150":1,"152":1,"157":1,"158":2,"159":1,"160":7,"164":6,"166":3,"169":2,"170":2}}],["iff",{"2":{"129":1}}],["if",{"0":{"54":1},"2":{"1":5,"3":17,"4":19,"5":1,"6":73,"18":1,"22":2,"32":1,"33":15,"35":1,"36":6,"39":5,"40":3,"43":1,"44":95,"46":36,"49":8,"50":13,"51":12,"52":9,"53":44,"55":10,"56":22,"58":2,"59":8,"61":1,"62":1,"64":2,"65":35,"67":1,"68":2,"70":4,"71":3,"72":3,"73":2,"74":1,"75":1,"77":1,"78":1,"79":9,"81":1,"82":3,"84":5,"85":4,"86":2,"87":2,"88":1,"89":1,"91":1,"92":1,"93":132,"95":4,"96":16,"98":1,"99":2,"101":4,"102":3,"103":2,"104":2,"105":1,"106":1,"108":1,"109":2,"111":5,"112":3,"113":3,"114":1,"115":1,"116":1,"119":5,"120":35,"124":1,"127":1,"129":21,"132":1,"134":1,"135":2,"136":1,"138":12,"139":1,"140":1,"141":1,"142":3,"143":2,"146":6,"147":2,"150":1,"152":12,"154":12,"155":1,"156":1,"159":1,"160":2,"164":1,"166":1,"168":2,"169":1}}],["isolate",{"2":{"150":1}}],["isodd",{"2":{"49":1}}],["istable",{"2":{"129":2}}],["isequal",{"2":{"120":1}}],["iseven",{"2":{"93":1}}],["isempty",{"2":{"36":1,"39":4,"46":1,"50":1,"51":2,"52":1,"120":1,"134":1,"139":1,"152":1}}],["isparallel",{"2":{"93":1,"119":8}}],["is3d",{"2":{"65":1,"129":1,"140":1,"155":1,"156":1,"161":10}}],["issue",{"2":{"44":1}}],["issues",{"2":{"26":1}}],["island",{"2":{"25":1}}],["isa",{"2":{"18":1,"39":9,"129":4,"161":1}}],["isnothing",{"2":{"40":1,"44":9,"49":1,"51":2,"53":2,"56":2,"65":1,"120":1,"143":1,"146":1,"150":1,"151":1,"152":5,"153":1,"154":6}}],["isn",{"2":{"6":1,"36":1,"44":4,"46":1,"49":1,"51":1,"53":3,"56":2,"59":3,"65":1,"67":1,"93":9,"96":1,"150":1,"160":1}}],["isconcave",{"0":{"119":1},"2":{"0":1,"6":2,"117":1,"119":3}}],["isclockwise",{"0":{"118":1},"2":{"0":1,"6":2,"46":1,"117":1,"119":5,"120":2}}],["is",{"0":{"32":1,"35":2,"42":1,"45":1,"48":1,"58":2,"61":1,"64":1,"67":1,"77":1,"81":1,"91":1,"95":1,"98":1,"108":1,"127":1},"2":{"0":1,"1":10,"3":8,"4":43,"5":1,"6":105,"9":3,"11":1,"13":1,"14":1,"18":3,"19":1,"20":1,"22":3,"23":2,"25":3,"26":2,"32":1,"33":19,"35":7,"36":19,"37":2,"38":2,"39":15,"40":3,"42":2,"43":5,"44":82,"45":3,"46":22,"48":1,"49":2,"50":4,"51":13,"52":4,"53":40,"55":7,"56":21,"58":8,"59":23,"61":2,"62":3,"65":13,"67":4,"68":4,"70":7,"71":3,"72":3,"73":1,"74":1,"75":1,"78":3,"79":3,"81":1,"82":5,"84":9,"85":4,"86":2,"87":1,"88":1,"89":1,"92":2,"93":91,"95":3,"96":12,"99":4,"101":2,"108":4,"109":5,"111":8,"112":3,"113":3,"114":1,"115":2,"116":1,"118":2,"119":7,"120":11,"121":1,"122":2,"124":1,"127":3,"128":1,"129":24,"130":7,"131":2,"132":1,"133":3,"134":2,"135":1,"136":4,"137":1,"138":2,"140":1,"142":7,"143":2,"144":3,"145":3,"146":9,"147":6,"149":1,"150":4,"151":1,"152":2,"153":1,"155":2,"157":1,"158":1,"159":1,"160":3,"163":4,"164":8,"165":1,"166":3,"167":2,"168":5,"169":2}}],["cpu",{"2":{"169":1}}],["cy",{"2":{"119":2}}],["cyan",{"2":{"40":1,"143":1,"146":1}}],["cx",{"2":{"119":2}}],["cdot",{"2":{"119":1}}],["cs",{"2":{"93":9}}],["cshape",{"2":{"42":3}}],["cw",{"2":{"46":2}}],["cb",{"2":{"38":1,"120":1}}],["cgrad",{"2":{"38":1}}],["cgal",{"2":{"38":1}}],["c",{"2":{"36":1,"42":1,"46":4,"49":5,"54":3,"93":24,"146":1}}],["chunks",{"2":{"129":8}}],["chunk",{"2":{"129":12}}],["choose",{"2":{"120":2}}],["chose",{"2":{"24":1,"120":1}}],["changes",{"2":{"44":1}}],["changed",{"2":{"44":1}}],["change",{"2":{"24":1,"44":1}}],["chain=2",{"2":{"44":1}}],["chain=1",{"2":{"44":1}}],["chain",{"2":{"44":66,"51":3,"53":4,"56":4}}],["chains",{"2":{"20":1,"44":1}}],["chairmarks",{"2":{"13":1,"146":1,"150":1}}],["children",{"2":{"150":1}}],["child",{"2":{"6":2,"124":2,"129":7}}],["checkargs",{"2":{"151":1,"152":1,"153":1,"154":1}}],["checking",{"2":{"65":1,"152":1}}],["checks",{"0":{"79":1,"90":1},"1":{"91":1,"92":1},"2":{"40":1,"44":1,"53":1,"61":1,"64":1,"67":1,"77":1,"81":1,"91":1,"93":5,"95":1,"96":1,"98":1,"108":1,"139":2,"168":1}}],["check",{"2":{"4":1,"6":1,"7":1,"43":1,"44":8,"46":3,"49":1,"50":1,"53":4,"54":1,"55":1,"65":8,"93":11,"120":5,"124":3,"125":1,"137":1,"139":2,"141":1,"145":2,"152":1,"154":1}}],["checked",{"2":{"4":1,"6":1,"44":1,"53":1,"93":1,"141":1}}],["clear",{"2":{"45":1}}],["clearly",{"2":{"32":1,"35":1,"58":1}}],["clamped",{"2":{"53":18}}],["clamp",{"2":{"33":1,"53":1}}],["classified",{"2":{"44":1}}],["classify",{"2":{"44":4}}],["class",{"2":{"6":1,"120":1}}],["clipping",{"0":{"44":1,"50":1,"51":1,"53":1,"55":1,"56":1},"2":{"6":1,"9":1,"30":8,"44":9,"49":3,"50":1,"52":1,"55":1,"136":1}}],["closure",{"2":{"129":2}}],["closing",{"2":{"33":1}}],["close",{"2":{"25":1,"33":5,"44":2,"46":1,"49":1,"53":1,"59":9,"120":1,"131":1,"132":4}}],["closest",{"2":{"4":3,"6":3,"53":2,"58":1,"59":6}}],["closed2",{"2":{"65":2}}],["closed1",{"2":{"65":2}}],["closed",{"0":{"130":1},"1":{"131":1,"132":1},"2":{"4":4,"6":11,"9":1,"30":1,"33":6,"36":3,"43":3,"44":1,"46":1,"53":1,"56":3,"65":21,"70":2,"71":5,"72":5,"84":2,"85":5,"86":3,"93":52,"102":5,"103":1,"111":3,"112":5,"113":5,"119":1,"120":1,"130":1,"131":1,"132":2,"133":1,"135":1,"163":1}}],["closedring",{"2":{"0":1,"6":2,"130":1,"131":1,"132":4,"133":1,"134":1,"135":1,"139":1}}],["clockwise",{"2":{"4":1,"6":4,"9":1,"35":1,"36":1,"46":7,"118":2,"119":3,"120":1}}],["ceil",{"2":{"147":1}}],["ce",{"2":{"93":11}}],["certianly",{"2":{"53":1}}],["certain",{"2":{"17":1,"18":1,"28":1}}],["central",{"2":{"44":1}}],["centroids",{"2":{"42":1,"43":1}}],["centroid",{"0":{"41":1,"42":1},"1":{"42":1,"43":1},"2":{"0":4,"4":2,"6":6,"30":1,"41":3,"42":4,"43":38,"122":1,"150":4}}],["cent",{"2":{"42":2}}],["centered",{"2":{"44":1}}],["center",{"2":{"6":1,"42":1,"120":1}}],["cells",{"2":{"120":1}}],["cell",{"2":{"6":4,"45":3,"46":28,"120":2}}],["c2",{"2":{"6":3,"15":2,"59":3,"65":14,"120":21}}],["c1",{"2":{"6":3,"15":2,"59":4,"65":13,"120":26}}],["ctor",{"2":{"1":1,"6":1,"155":1}}],["ca96624a56bd078437bca8184e78163e5039ad19",{"2":{"150":1}}],["caculated",{"2":{"53":1,"129":1}}],["cache",{"2":{"6":1,"39":1}}],["catagorize",{"2":{"49":1}}],["categorical",{"2":{"38":1}}],["came",{"2":{"49":1}}],["case",{"2":{"33":1,"37":2,"43":1,"44":1,"50":1,"53":2,"56":1,"93":16,"129":1,"170":1}}],["cases",{"2":{"6":1,"39":1,"49":2,"93":3,"127":1,"129":5}}],["cause",{"2":{"18":1,"23":1,"152":1}}],["careful",{"2":{"39":1,"127":1}}],["care",{"2":{"17":1}}],["carried",{"2":{"6":1,"160":1}}],["cairomakie",{"2":{"13":1,"32":1,"35":1,"38":2,"42":1,"45":1,"48":1,"58":1,"61":1,"64":1,"67":1,"77":1,"81":1,"91":1,"95":1,"98":1,"108":1,"145":1,"146":1,"150":1,"162":1,"168":1,"169":1}}],["california",{"2":{"169":1}}],["callable",{"2":{"120":4,"134":1}}],["calling",{"2":{"44":2,"129":1}}],["calls",{"2":{"44":1,"53":1,"56":1,"59":1,"68":1,"82":1,"99":1,"109":1,"127":1,"129":1,"147":1}}],["call",{"2":{"18":1,"24":1,"36":1,"43":1,"129":4,"148":1}}],["called",{"2":{"6":2,"43":3,"44":1,"129":1,"132":1,"134":1,"135":1,"160":1,"164":1}}],["calcualted",{"2":{"129":1}}],["calculation",{"2":{"53":1}}],["calculations",{"2":{"6":1,"26":2,"53":1,"146":1}}],["calculating",{"2":{"4":1,"6":1,"18":1,"44":1,"141":1}}],["calculated",{"2":{"6":1,"42":2,"46":1,"53":1,"59":1,"129":2}}],["calculates",{"2":{"4":2,"6":6,"36":1,"39":2,"46":1,"53":2,"55":1,"59":2,"146":1,"153":1}}],["calculate",{"2":{"1":2,"5":1,"6":6,"11":1,"33":3,"39":3,"43":1,"46":1,"53":1,"93":1,"120":1,"126":1,"129":3}}],["calc",{"2":{"1":2,"6":4,"24":1,"33":4,"126":1,"128":1,"129":15,"141":1,"150":2,"159":1}}],["cant",{"2":{"65":1,"120":1,"161":1}}],["canada",{"2":{"25":1}}],["cannot",{"2":{"3":3,"4":2,"6":5,"36":1,"65":1,"70":1,"73":1,"96":2,"99":1,"101":2,"103":1,"114":1}}],["can",{"2":{"1":1,"4":2,"6":16,"7":2,"9":1,"13":1,"14":1,"24":1,"30":1,"33":1,"36":1,"37":2,"38":1,"39":3,"40":1,"43":1,"44":3,"46":1,"50":3,"52":3,"53":1,"55":3,"56":1,"61":1,"64":1,"65":3,"67":1,"79":1,"81":1,"91":2,"93":23,"95":2,"96":3,"98":1,"102":1,"103":1,"108":1,"111":1,"112":1,"113":1,"120":1,"121":1,"122":1,"124":1,"128":1,"129":7,"131":2,"132":1,"135":1,"136":2,"137":1,"139":1,"141":1,"143":1,"145":1,"146":2,"150":2,"160":1,"163":6,"164":4,"166":3,"167":3,"168":3}}],["critetia",{"2":{"152":1}}],["criteria",{"2":{"68":2,"82":2,"99":2,"109":2,"152":2}}],["creation",{"2":{"163":1,"164":1}}],["creating",{"0":{"162":1,"163":1,"165":1},"1":{"163":1,"164":1,"165":1,"166":1},"2":{"93":1}}],["creates",{"2":{"7":1,"44":3}}],["create",{"2":{"6":2,"13":2,"14":1,"44":1,"49":1,"53":2,"120":2,"129":1,"135":2,"136":3,"138":2,"162":2,"163":4,"164":8,"165":1,"166":1,"168":1}}],["created",{"2":{"4":2,"6":2,"44":1,"59":3}}],["cropping",{"2":{"38":2}}],["cross=1",{"2":{"52":1}}],["cross`",{"2":{"52":1}}],["crossings",{"2":{"44":3,"93":1}}],["crossing",{"0":{"79":1},"2":{"6":2,"44":81,"50":1,"51":7,"52":3,"53":7,"55":1,"56":6,"68":1,"79":1,"93":1,"109":1}}],["cross",{"0":{"106":1},"2":{"6":1,"9":1,"33":3,"44":13,"49":14,"50":2,"51":1,"52":2,"53":10,"54":4,"55":2,"56":1,"68":1,"79":2,"82":1,"93":17,"96":2,"99":1,"109":1,"119":3}}],["crosses",{"2":{"0":2,"3":2,"6":3,"30":1,"44":1,"49":1,"79":26,"93":2,"167":1}}],["crc",{"2":{"6":1,"39":1}}],["crs2",{"2":{"164":2}}],["crs1",{"2":{"164":3}}],["crs`",{"2":{"142":6}}],["crs=nothing",{"2":{"129":1,"141":1,"150":1}}],["crs=gi",{"2":{"129":7}}],["crs",{"0":{"164":1},"2":{"1":16,"4":2,"6":10,"120":10,"126":2,"128":3,"129":27,"141":1,"142":7,"150":1,"162":1,"164":20,"166":1}}],["customize",{"2":{"129":2}}],["custom",{"0":{"170":1},"2":{"6":1,"39":1,"170":2}}],["curr^2",{"2":{"33":2}}],["curr",{"2":{"33":8,"44":114,"49":9,"56":3,"138":26}}],["currentnode",{"2":{"120":8}}],["current",{"2":{"33":1,"39":8,"44":3,"49":2,"51":1,"53":1,"56":6,"120":2,"138":3}}],["currently",{"2":{"5":1,"6":3,"23":1,"39":1,"44":1,"49":1,"51":2,"120":1,"129":1}}],["curve",{"0":{"93":1},"2":{"3":1,"4":7,"6":18,"33":6,"36":7,"44":5,"46":3,"52":7,"58":1,"59":22,"65":6,"68":2,"70":4,"71":9,"72":9,"82":1,"84":4,"85":6,"86":3,"93":152,"96":1,"99":1,"102":6,"104":3,"109":1,"111":4,"112":6,"113":6}}],["curves",{"2":{"0":1,"3":1,"6":5,"36":3,"46":3,"53":1,"58":1,"59":1,"65":13,"73":1,"93":1,"96":1,"114":1,"150":2}}],["cutpolygon",{"2":{"48":1}}],["cuts",{"2":{"48":1}}],["cutting",{"0":{"47":1},"1":{"48":1,"49":1},"2":{"44":1,"49":2}}],["cut",{"0":{"48":1},"2":{"0":1,"6":6,"30":1,"39":1,"47":1,"48":5,"49":22,"93":1}}],["cos",{"2":{"163":3,"164":3}}],["copy",{"2":{"134":1,"154":1}}],["coors1",{"2":{"119":2}}],["coors2",{"2":{"119":3}}],["coord",{"2":{"147":6}}],["coords",{"2":{"49":9,"147":8}}],["coordiantes",{"2":{"45":1}}],["coordinatetransformations",{"2":{"1":2,"6":2,"150":1,"155":2,"162":1,"163":5,"164":2}}],["coordinate",{"0":{"39":1,"140":1,"164":1},"2":{"1":4,"5":5,"6":7,"26":1,"38":2,"39":10,"129":1,"142":4,"147":1,"162":3,"164":1}}],["coordinates",{"0":{"5":1,"37":1},"1":{"38":1,"39":1},"2":{"0":4,"1":1,"4":2,"5":7,"6":20,"36":2,"37":8,"39":25,"44":2,"49":2,"50":1,"52":1,"55":1,"59":1,"65":2,"122":1,"140":2,"142":1,"145":1,"146":3,"164":2}}],["co",{"2":{"93":2}}],["corner",{"2":{"46":4,"120":1}}],["corners",{"2":{"46":1}}],["correspondent",{"2":{"119":1}}],["correspond",{"2":{"44":1}}],["corresponding",{"2":{"33":3,"51":2}}],["correctly",{"2":{"145":1}}],["correctness",{"2":{"130":1,"160":1}}],["correcting",{"2":{"20":1,"134":1}}],["corrections",{"0":{"133":1,"135":1},"1":{"134":1,"135":1},"2":{"6":3,"25":1,"56":2,"131":1,"134":9,"137":1}}],["correction",{"2":{"6":10,"30":5,"50":1,"51":2,"52":1,"53":2,"55":1,"56":2,"130":1,"132":2,"133":2,"134":8,"135":7,"136":1,"138":2}}],["corrected",{"2":{"6":1,"134":2}}],["correct",{"2":{"6":3,"24":1,"33":1,"36":1,"43":1,"44":1,"46":1,"50":1,"52":1,"55":1,"59":1,"65":1,"68":1,"82":1,"96":1,"99":1,"109":1,"130":1,"131":2,"133":1}}],["cov",{"2":{"46":16}}],["cover",{"2":{"70":1,"74":1}}],["covering",{"2":{"6":2,"77":1,"135":2,"138":2}}],["covered",{"0":{"72":1,"73":1,"113":1},"2":{"3":1,"6":1,"51":1,"56":1,"67":1,"68":1,"72":2,"73":2,"74":1,"75":2,"77":1,"89":2,"93":3,"138":1}}],["coveredby",{"0":{"66":1,"67":1,"70":1,"71":1,"74":1,"75":1,"89":1},"1":{"67":1,"68":1},"2":{"0":2,"3":4,"6":4,"30":1,"44":1,"66":1,"67":3,"68":10,"69":6,"70":13,"71":15,"72":13,"73":5,"74":2,"75":2,"78":3,"167":1}}],["covers",{"0":{"76":1,"77":1},"1":{"77":1,"78":1},"2":{"0":2,"3":5,"6":5,"30":1,"76":1,"77":4,"78":5,"120":1,"167":1}}],["coverages",{"2":{"6":1,"46":1}}],["coverage",{"0":{"45":1},"2":{"0":1,"6":2,"30":1,"45":3,"46":16}}],["code",{"2":{"7":1,"10":1,"25":1,"39":1,"68":1,"82":1,"93":1,"99":1,"109":1,"119":1,"157":1,"159":1,"169":1}}],["coarse",{"2":{"6":1,"144":1,"147":1}}],["commonly",{"2":{"166":1}}],["common",{"2":{"147":1,"162":1,"164":2}}],["commen",{"2":{"64":1}}],["commented",{"2":{"119":1}}],["comments",{"2":{"93":1}}],["comment",{"2":{"29":1}}],["combos",{"2":{"51":1,"53":1,"56":1}}],["combines",{"2":{"43":1}}],["combine",{"2":{"43":2,"44":5,"138":1}}],["combined",{"2":{"6":1,"44":4,"56":1,"135":1,"138":2,"163":1}}],["combination",{"2":{"6":1,"44":1,"124":1,"129":1}}],["coming",{"2":{"46":1}}],["com",{"2":{"6":2,"25":1,"53":1,"150":1}}],["compilation",{"2":{"159":1}}],["compiled",{"2":{"24":1}}],["compiler",{"2":{"24":1,"129":2,"159":2}}],["complex",{"2":{"122":1,"150":1,"167":1}}],["complexity",{"2":{"6":1,"122":1,"147":1}}],["completly",{"2":{"44":2,"51":1,"56":1,"61":2,"77":1,"93":1}}],["complete",{"2":{"36":1}}],["completely",{"2":{"1":1,"3":4,"6":5,"62":1,"68":1,"78":1,"109":1,"129":1}}],["component",{"2":{"6":1,"36":3,"43":11,"46":8,"53":1,"124":1,"129":3}}],["components",{"2":{"6":2,"42":1,"43":2,"124":2,"129":24}}],["composed",{"2":{"4":4,"6":5,"65":5,"163":2}}],["comprised",{"2":{"6":3,"50":1,"52":1,"55":1}}],["computing",{"2":{"40":1}}],["computational",{"2":{"6":1,"39":1}}],["computation",{"2":{"6":6,"39":1,"43":1,"50":1,"52":1,"55":1,"151":2,"152":2,"153":2}}],["computer",{"2":{"6":1,"39":1}}],["compute",{"2":{"4":1,"6":1,"36":1,"39":1,"147":1}}],["computed",{"2":{"4":4,"6":5,"33":1,"36":3,"39":3,"46":1}}],["compact",{"2":{"169":3}}],["comparisons",{"2":{"167":1}}],["comparing",{"2":{"56":1,"65":1}}],["compares",{"2":{"120":1}}],["compared",{"2":{"65":1}}],["compare",{"2":{"3":1,"4":1,"6":2,"33":1,"56":1,"65":2,"96":1}}],["compatibility",{"2":{"36":1}}],["compatible",{"2":{"1":3,"6":1,"22":1,"26":1,"33":1,"36":1,"39":2,"43":1,"46":1,"59":1,"62":1,"65":1,"68":1,"78":1,"82":1,"92":1,"96":1,"99":1,"109":1,"127":1,"129":1,"142":2}}],["couple",{"2":{"165":1}}],["course",{"2":{"128":1}}],["country",{"2":{"169":8}}],["countries",{"2":{"11":1,"150":1}}],["counted",{"2":{"53":2}}],["counters",{"2":{"39":8}}],["counter",{"2":{"6":1,"44":7,"93":1,"118":1,"119":1}}],["counterclockwise",{"2":{"4":1,"6":1,"9":1,"35":2,"36":1}}],["count",{"2":{"44":16,"120":1,"154":1}}],["couldn",{"2":{"9":1,"159":1}}],["could",{"2":{"4":1,"6":1,"36":3,"53":4,"56":1,"59":1,"93":2,"142":1}}],["colname",{"2":{"129":3}}],["col",{"2":{"129":3}}],["collinear",{"2":{"44":5,"50":2,"52":2,"53":12,"55":2}}],["collect",{"2":{"11":3,"13":1,"32":1,"35":2,"39":1,"42":1,"45":2,"48":2,"58":1,"120":3,"129":3,"145":4,"161":2}}],["collections",{"0":{"74":1,"75":1,"88":1,"89":1,"105":1,"106":1,"115":1,"116":1},"2":{"1":2,"6":10,"22":1,"128":1,"129":7,"150":2,"166":1}}],["collection",{"2":{"1":1,"4":7,"6":14,"18":2,"28":2,"33":2,"36":3,"46":2,"59":2,"74":2,"75":2,"88":2,"89":2,"105":2,"106":2,"115":2,"116":2,"122":1,"129":3,"134":1,"150":1,"156":1,"161":1}}],["column",{"2":{"22":1,"129":16,"165":2,"167":2}}],["colored",{"2":{"168":1}}],["colors",{"2":{"168":2}}],["color=",{"2":{"164":2}}],["colorrange",{"2":{"38":2,"58":1}}],["colorbar",{"2":{"38":1,"58":1,"120":1}}],["colormap",{"2":{"14":1,"38":3,"58":1}}],["color",{"2":{"6":3,"25":1,"35":1,"38":2,"39":1,"40":1,"42":1,"48":3,"58":2,"61":4,"64":4,"67":1,"77":1,"81":4,"95":4,"108":4,"143":1,"146":1,"163":1,"164":1,"168":5}}],["colinear",{"2":{"3":1,"6":2,"52":1,"95":1,"96":2}}],["conditions",{"2":{"167":1}}],["conencting",{"2":{"152":1}}],["connected",{"2":{"93":5}}],["connect",{"2":{"46":11}}],["connecting",{"2":{"33":1,"163":2}}],["connections",{"2":{"6":2,"135":2,"138":2}}],["convention",{"2":{"42":1}}],["convenience",{"2":{"39":1,"160":1}}],["convexhull",{"2":{"121":1}}],["convex",{"2":{"33":3,"119":1}}],["conversely",{"2":{"44":1}}],["conversion",{"0":{"156":1},"2":{"22":1}}],["converted",{"2":{"22":1,"39":3}}],["converts",{"2":{"6":1,"139":1,"161":1}}],["convert",{"0":{"69":1,"83":1,"100":1,"110":1},"2":{"6":3,"39":6,"58":1,"120":2,"146":1,"150":3,"156":1,"160":1,"161":1}}],["context",{"2":{"146":4,"164":2}}],["contents",{"2":{"30":1,"129":1,"130":1,"139":1}}],["contours",{"2":{"120":1}}],["contour",{"2":{"120":4}}],["continue",{"2":{"36":1,"44":7,"46":1,"51":2,"53":1,"93":1,"134":1,"138":3,"154":1,"169":1}}],["contributions",{"2":{"26":1}}],["controlled",{"2":{"24":1}}],["control",{"2":{"23":1}}],["containing",{"2":{"45":1,"168":1}}],["contain",{"2":{"3":1,"6":1,"56":1,"61":1,"96":1,"139":1,"163":1}}],["contained",{"2":{"3":1,"6":1,"9":1,"56":4,"62":1,"77":1,"95":1,"96":1,"129":1,"168":1}}],["contains",{"0":{"60":1,"61":1},"1":{"61":1,"62":1},"2":{"0":2,"3":4,"6":4,"30":1,"44":1,"56":1,"60":1,"61":5,"62":4,"127":1,"137":1,"167":1,"168":1}}],["consistent",{"2":{"44":1,"122":1}}],["consistency",{"2":{"22":1}}],["considered",{"2":{"33":1,"39":1}}],["consider",{"2":{"32":1,"35":1,"42":1,"45":1,"46":3,"48":1,"58":2,"61":1,"64":1,"67":1,"77":1,"81":1,"91":1,"93":3,"95":1,"98":1,"108":1}}],["constituent",{"2":{"139":1}}],["constprop",{"2":{"79":1}}],["constants",{"2":{"44":1}}],["const",{"2":{"30":4,"44":1,"68":4,"82":3,"99":4,"109":4,"126":3,"129":1,"150":4}}],["constrained",{"2":{"6":3,"50":1,"52":1,"55":1}}],["constructing",{"2":{"164":1}}],["construct",{"2":{"158":1}}],["constructors",{"2":{"6":2,"158":2}}],["constructed",{"2":{"1":1,"20":1,"142":1}}],["concepts",{"0":{"27":1},"1":{"28":1,"29":1}}],["concieve",{"2":{"9":1}}],["concavehull",{"2":{"121":1}}],["concave",{"2":{"6":1,"33":2,"42":2,"119":2}}],["vw",{"2":{"150":3}}],["von",{"2":{"120":1}}],["v2",{"2":{"93":9}}],["v1",{"2":{"93":9}}],["v`",{"2":{"39":2}}],["vcat",{"2":{"33":1,"39":1,"129":1}}],["vararg",{"2":{"39":1}}],["vary",{"2":{"33":1}}],["variables",{"2":{"24":1,"39":8,"62":1,"78":1,"92":1}}],["variable",{"2":{"24":1,"51":2}}],["vancouver",{"2":{"25":1}}],["vals",{"2":{"152":9}}],["valign",{"2":{"150":1}}],["validity",{"2":{"139":1}}],["validated",{"2":{"51":2,"53":2,"56":2}}],["validate",{"2":{"9":1}}],["valid",{"2":{"1":1,"6":8,"43":1,"50":2,"52":2,"53":3,"55":2,"120":1,"130":3,"131":1,"136":1,"137":1,"139":1,"154":1,"155":1}}],["val",{"2":{"33":2,"44":2,"53":8,"93":30,"96":4}}],["values=",{"2":{"120":2}}],["values=sort",{"2":{"120":1}}],["values",{"2":{"1":1,"5":3,"6":16,"33":2,"38":3,"39":40,"43":2,"44":5,"46":5,"53":1,"59":2,"93":4,"120":19,"129":2,"152":2,"154":1,"159":1}}],["value",{"2":{"0":1,"4":7,"5":2,"6":15,"14":1,"24":1,"33":1,"35":2,"36":4,"39":45,"44":5,"46":2,"53":7,"58":1,"59":3,"120":6,"152":11,"160":2,"167":1}}],["vs",{"0":{"15":1},"2":{"12":1,"53":2}}],["vᵢ",{"2":{"6":1}}],["v0",{"2":{"6":2}}],["v",{"2":{"5":2,"6":6,"14":4,"39":23,"59":8}}],["visvalingam",{"2":{"148":1}}],["visvalingamwhyatt",{"0":{"153":1},"2":{"0":1,"6":3,"150":4,"153":5}}],["visualized",{"2":{"131":1}}],["visualize",{"2":{"91":1,"164":1}}],["visa",{"2":{"44":1}}],["visited",{"2":{"44":4}}],["view",{"2":{"44":2,"120":1,"138":1,"152":3,"169":1}}],["viewport",{"2":{"14":1}}],["views",{"2":{"1":1,"44":1,"55":1,"142":1}}],["via",{"2":{"6":1,"40":1,"121":1,"143":1,"146":1,"160":2}}],["vect",{"2":{"129":2}}],["vectypes",{"2":{"39":5}}],["vector",{"2":{"1":12,"4":6,"5":1,"6":47,"18":1,"23":1,"25":1,"28":1,"32":1,"33":10,"39":14,"44":7,"49":6,"50":4,"51":1,"52":2,"53":3,"55":4,"56":1,"93":1,"96":2,"119":3,"120":4,"122":1,"129":6,"131":8,"132":1,"134":1,"137":22,"144":1,"145":1,"147":1,"150":1,"151":1,"152":4,"153":1,"154":2,"155":10,"161":15,"163":18,"164":15}}],["vectors",{"2":{"1":1,"4":2,"6":5,"22":1,"33":4,"39":3,"44":1,"59":1,"118":1,"120":1,"129":2,"150":1}}],["ve",{"2":{"17":1,"147":1}}],["vein",{"2":{"7":1}}],["versa",{"2":{"44":1}}],["version",{"2":{"6":1,"134":1,"160":1}}],["vert",{"2":{"154":21}}],["verts",{"2":{"150":2}}],["vertical",{"2":{"38":1,"46":1,"53":1,"120":1}}],["vertices",{"2":{"6":7,"9":1,"37":4,"39":5,"44":1,"49":2,"70":1,"72":5,"81":1,"84":3,"87":1,"93":1,"111":1,"131":1,"144":2,"145":1,"146":3,"147":3,"150":1,"153":1}}],["vertex",{"2":{"5":1,"6":2,"33":1,"37":2,"39":2,"44":19,"53":12,"70":2,"85":2,"86":1,"93":1,"111":3}}],["very",{"2":{"0":1,"25":1,"145":1,"169":2}}],["tnew",{"2":{"129":1}}],["ty",{"2":{"120":3}}],["typing",{"2":{"40":1,"143":1,"146":1}}],["typically",{"2":{"37":1,"165":1}}],["typemax",{"2":{"59":1,"120":9}}],["typeof",{"2":{"19":1,"39":3,"129":2,"158":1,"170":1}}],["type2",{"2":{"6":2,"65":4}}],["type1",{"2":{"6":2,"65":5}}],["types",{"0":{"125":1,"157":1},"1":{"158":1,"159":1,"160":1},"2":{"6":4,"23":1,"24":1,"30":1,"39":3,"46":1,"49":1,"93":3,"139":1,"150":1,"157":3,"159":1,"167":1}}],["type",{"2":{"4":11,"5":1,"6":61,"11":1,"22":2,"23":1,"24":2,"29":2,"33":9,"36":11,"38":1,"39":8,"43":8,"44":21,"46":8,"49":6,"50":7,"51":6,"52":8,"53":19,"55":8,"56":8,"59":28,"65":2,"124":2,"129":42,"133":1,"134":6,"135":6,"140":1,"146":1,"147":1,"150":3,"156":1,"158":3,"159":5,"160":1,"161":3}}],["tx",{"2":{"120":3}}],["tᵢ",{"2":{"39":1}}],["temporary",{"2":{"44":1}}],["tempdir",{"2":{"25":1}}],["term",{"2":{"36":1}}],["terms",{"2":{"6":1,"39":1}}],["technically",{"2":{"23":1,"130":1}}],["technique",{"2":{"11":1}}],["tell",{"2":{"18":1,"93":1,"159":1,"170":1}}],["test",{"2":{"44":1,"150":2,"160":1}}],["testing",{"0":{"15":1}}],["tests",{"2":{"9":2}}],["tutorial",{"2":{"162":1,"167":1}}],["tups",{"2":{"132":4}}],["tuplepoint",{"2":{"30":3,"161":1}}],["tuple",{"0":{"156":1},"2":{"4":1,"6":19,"30":2,"39":2,"43":3,"44":5,"46":3,"49":1,"53":31,"93":17,"119":2,"120":5,"129":2,"131":6,"137":13,"145":1,"150":2,"152":1,"154":2,"161":6,"163":99,"168":2}}],["tuples",{"2":{"0":1,"6":2,"25":1,"30":1,"40":1,"43":1,"44":1,"49":1,"50":3,"51":1,"52":2,"53":1,"55":4,"56":5,"132":2,"138":2,"150":2,"156":2,"169":2}}],["turf",{"2":{"119":1}}],["turned",{"2":{"120":1,"129":1}}],["turning",{"2":{"120":8}}],["turn",{"2":{"6":1,"120":1}}],["t2",{"2":{"6":5,"39":47,"69":1,"79":2,"100":1,"110":1}}],["t1",{"2":{"6":6,"39":51,"79":2}}],["t=float64",{"2":{"4":1,"6":3,"43":3}}],["two",{"2":{"3":5,"4":10,"6":23,"23":2,"33":2,"35":1,"39":1,"43":1,"44":6,"46":3,"50":2,"52":1,"53":14,"55":4,"56":3,"59":5,"61":2,"62":1,"64":3,"65":12,"67":1,"77":1,"78":1,"79":1,"81":1,"91":2,"92":2,"93":2,"95":4,"96":5,"98":3,"99":1,"108":2,"120":3,"134":2,"135":1,"137":2,"138":2,"145":1,"160":1,"163":1,"167":3,"168":3}}],["task",{"2":{"129":6}}],["tasks",{"2":{"129":10}}],["taskrange",{"2":{"129":10}}],["tags",{"2":{"44":4}}],["taget",{"2":{"6":2}}],["taylor",{"2":{"6":1,"39":1}}],["table2",{"2":{"167":1}}],["table1",{"2":{"167":3}}],["tables",{"2":{"22":4,"30":1,"129":11}}],["table",{"0":{"165":1},"2":{"6":2,"18":1,"28":2,"129":12,"134":1,"150":1,"165":1,"166":1,"167":1}}],["taking",{"2":{"6":3,"43":1,"50":1,"51":1,"52":1,"53":1,"55":1,"56":1,"136":1}}],["takes",{"2":{"44":3,"167":1}}],["taken",{"2":{"20":1,"38":1}}],["take",{"2":{"1":1,"6":2,"28":1,"44":3,"50":1,"51":1,"52":1,"53":1,"56":1,"119":2,"120":2,"122":1,"142":1}}],["target=nothing",{"2":{"50":1,"52":1,"55":1}}],["target=gi",{"2":{"44":1}}],["targets",{"2":{"23":1,"33":2,"36":3,"46":3,"59":3}}],["target",{"0":{"23":1},"2":{"1":14,"6":28,"15":3,"22":2,"23":2,"25":2,"39":1,"43":2,"44":1,"50":5,"51":11,"52":6,"53":10,"55":4,"56":17,"120":1,"122":1,"124":4,"127":5,"128":1,"129":142,"138":2,"142":3,"150":2,"158":3}}],["tilted",{"2":{"46":1}}],["tie",{"2":{"33":1}}],["timings",{"2":{"13":5}}],["timing",{"2":{"13":2}}],["times",{"2":{"4":1,"6":1,"141":1}}],["time",{"2":{"1":5,"13":3,"24":1,"25":3,"38":1,"120":1,"142":4,"160":1,"163":1,"164":3,"168":1,"169":1}}],["title",{"2":{"13":2,"38":2,"120":1,"146":1,"150":2}}],["tip",{"2":{"1":1,"5":1,"6":1,"39":1,"142":1,"167":1}}],["tree",{"2":{"167":1}}],["treating",{"2":{"150":1}}],["treated",{"2":{"93":5,"163":1}}],["treats",{"2":{"36":1,"59":1}}],["trials",{"2":{"146":2,"150":2}}],["triangles",{"2":{"37":1}}],["triangle",{"2":{"6":1,"37":4,"153":4,"168":1}}],["trivially",{"2":{"122":1}}],["try",{"2":{"54":3,"120":1,"127":1,"129":9,"169":1}}],["tr",{"2":{"36":3}}],["trues",{"2":{"138":3}}],["true",{"0":{"24":1},"2":{"1":5,"3":25,"4":3,"6":42,"33":7,"36":1,"38":2,"40":1,"44":30,"46":6,"49":1,"50":1,"51":2,"52":1,"53":1,"55":2,"56":3,"59":4,"61":1,"62":1,"65":21,"67":2,"68":6,"70":1,"71":1,"72":4,"74":1,"75":1,"77":2,"78":1,"79":9,"81":2,"82":2,"84":1,"85":1,"86":3,"88":1,"89":1,"91":3,"92":1,"93":78,"95":2,"96":18,"98":2,"99":6,"102":1,"103":1,"105":1,"106":1,"108":2,"109":7,"111":1,"112":1,"113":4,"115":1,"116":1,"119":4,"120":5,"129":8,"138":1,"143":1,"146":1,"150":1,"159":2,"167":1,"170":1}}],["traditional",{"2":{"120":1}}],["traverse",{"2":{"44":1}}],["traced",{"2":{"44":1}}],["traces",{"2":{"44":1}}],["trace",{"2":{"44":2,"50":1,"52":1,"55":1}}],["track",{"2":{"44":3,"138":2}}],["tracing",{"2":{"6":1,"44":4,"46":1,"51":5,"53":2,"56":2}}],["transverse",{"2":{"164":1}}],["translate",{"2":{"38":2}}],["translation",{"2":{"1":2,"6":2,"150":2,"155":2,"163":3,"164":1}}],["transformations",{"2":{"30":11}}],["transformation",{"0":{"155":1},"2":{"6":1,"120":1,"133":1,"142":1,"162":1}}],["transform",{"2":{"0":2,"1":6,"6":3,"15":2,"30":1,"122":1,"142":2,"150":1,"155":4,"163":4,"164":1}}],["trait`",{"2":{"129":1}}],["trait2",{"2":{"59":10,"65":2,"84":2,"85":2,"96":2,"101":2,"103":2,"104":2}}],["trait1",{"2":{"59":12,"65":2,"84":2,"85":2,"96":2,"101":2,"103":2,"104":2}}],["traits",{"2":{"6":2,"18":1,"96":1,"127":2,"134":2,"150":2,"158":3}}],["trait",{"2":{"1":5,"3":2,"4":2,"6":17,"18":7,"20":1,"22":1,"30":1,"33":2,"36":5,"39":6,"43":7,"46":2,"49":3,"50":2,"51":2,"52":6,"53":4,"55":4,"56":4,"59":7,"65":11,"68":3,"79":2,"82":3,"93":4,"96":10,"99":3,"109":3,"119":1,"122":1,"124":2,"127":3,"129":49,"134":9,"135":1,"147":1,"150":2,"158":8,"161":7,"163":1}}],["traittarget",{"0":{"158":1},"2":{"0":1,"1":2,"6":8,"33":1,"36":1,"43":1,"46":1,"50":2,"51":4,"52":3,"53":4,"55":4,"56":9,"59":1,"122":2,"125":1,"129":10,"147":1,"150":1,"157":1,"158":20}}],["thus",{"2":{"33":1,"36":1,"44":3,"51":1,"53":1,"56":1}}],["those",{"2":{"33":1,"44":1,"53":1,"70":1,"111":1}}],["though",{"2":{"20":1,"131":1}}],["thing",{"0":{"29":1}}],["things",{"2":{"9":1}}],["this",{"0":{"29":1},"2":{"0":1,"1":1,"3":1,"4":6,"5":1,"6":27,"7":1,"18":1,"23":3,"24":2,"25":1,"26":2,"28":1,"30":1,"32":2,"33":6,"35":2,"36":9,"38":3,"39":11,"40":2,"42":1,"43":4,"44":26,"45":1,"46":4,"48":1,"49":5,"51":1,"53":5,"54":1,"55":1,"56":3,"58":4,"59":6,"61":1,"62":2,"65":4,"67":3,"68":3,"75":1,"77":1,"78":2,"79":1,"82":3,"89":1,"92":2,"93":3,"95":1,"96":4,"99":3,"106":1,"108":1,"109":3,"116":1,"118":1,"119":3,"120":8,"121":2,"122":2,"127":2,"129":17,"130":3,"132":3,"133":1,"134":6,"135":7,"136":4,"138":3,"139":3,"140":2,"141":2,"142":4,"143":3,"144":3,"145":5,"146":5,"147":4,"148":2,"150":3,"154":9,"155":1,"156":1,"157":3,"158":2,"159":3,"160":2,"161":1,"162":1,"163":2,"164":7,"165":3,"166":1,"167":3,"168":3,"169":3,"170":1}}],["three",{"2":{"37":1,"53":1}}],["thread",{"2":{"129":6}}],["threading",{"0":{"129":1},"2":{"129":7,"159":1}}],["threads",{"2":{"1":1,"6":1,"129":10}}],["threaded=",{"2":{"129":8}}],["threaded=true",{"2":{"129":1}}],["threaded=false",{"2":{"36":1,"43":4,"46":2,"59":8,"129":2,"141":1,"150":1}}],["threaded==true",{"2":{"1":1,"6":1,"129":1}}],["threaded",{"2":{"1":3,"4":1,"6":7,"24":1,"33":2,"36":1,"43":3,"46":3,"59":5,"126":1,"129":47,"141":1,"147":6,"150":1,"159":2}}],["through",{"2":{"6":4,"33":1,"39":1,"44":3,"46":1,"48":1,"49":2,"68":1,"93":5,"109":1,"120":1,"127":1,"129":1,"135":2,"138":2,"152":1,"160":1,"163":1}}],["thrown",{"2":{"127":1}}],["throws",{"2":{"6":1,"160":1}}],["throw",{"2":{"4":1,"6":1,"56":1,"65":1,"120":1,"129":5}}],["than",{"2":{"1":1,"3":1,"6":11,"11":1,"25":1,"44":2,"70":1,"79":1,"96":1,"111":1,"119":1,"120":2,"128":1,"129":1,"135":2,"136":1,"137":1,"138":2,"144":1,"146":2,"147":1,"151":1,"160":2}}],["that",{"2":{"1":1,"3":3,"4":8,"6":43,"9":1,"17":1,"18":4,"19":3,"20":1,"22":3,"25":1,"26":1,"33":4,"35":2,"36":4,"39":4,"40":2,"42":2,"43":3,"44":17,"45":3,"46":5,"50":4,"51":5,"52":4,"53":14,"55":3,"56":5,"59":2,"61":4,"62":1,"64":1,"65":11,"67":2,"68":1,"78":1,"81":1,"82":1,"91":1,"92":1,"93":3,"95":2,"96":10,"98":2,"99":2,"101":2,"108":3,"109":1,"111":3,"119":1,"120":4,"122":1,"124":2,"129":4,"130":3,"131":2,"132":1,"133":3,"134":2,"135":4,"136":2,"137":3,"138":4,"142":1,"144":2,"145":2,"146":3,"147":2,"150":2,"152":1,"154":1,"158":1,"159":1,"160":1,"164":5,"165":2,"166":3,"167":1,"168":2}}],["theorem",{"2":{"59":1}}],["themselves",{"2":{"39":1}}],["them",{"2":{"6":1,"26":1,"44":1,"120":2,"121":2,"124":1,"129":1,"131":2,"136":1,"137":1,"150":1,"163":1,"164":1,"166":3}}],["thereof",{"2":{"122":1}}],["therefore",{"2":{"58":1,"130":1}}],["there",{"2":{"6":3,"22":1,"33":1,"39":2,"40":1,"44":3,"46":1,"49":2,"51":1,"53":6,"54":1,"56":1,"93":1,"96":2,"120":3,"121":1,"122":1,"129":4,"131":1,"145":1,"154":1,"158":1,"160":1,"164":2,"166":3}}],["then",{"2":{"6":5,"18":1,"22":1,"28":1,"33":3,"39":2,"44":6,"46":1,"50":1,"52":2,"53":6,"54":2,"55":2,"56":2,"93":1,"120":2,"127":1,"129":3,"136":1,"146":2,"150":1,"164":1,"167":1,"168":1}}],["their",{"2":{"3":1,"4":1,"6":2,"39":1,"42":2,"56":1,"59":2,"87":1,"96":1,"98":1,"102":1,"103":1,"112":3,"113":3,"122":1,"129":1,"131":1,"137":1,"141":1}}],["they",{"2":{"3":3,"4":11,"6":25,"20":2,"22":1,"23":1,"24":1,"37":1,"43":2,"44":8,"46":2,"50":2,"52":1,"53":6,"55":2,"56":3,"64":3,"65":16,"68":1,"81":1,"85":2,"86":1,"87":1,"91":1,"93":2,"95":2,"96":4,"101":1,"103":1,"104":1,"112":1,"113":1,"120":6,"129":1,"130":1,"135":2,"138":2,"145":1,"154":1,"157":1,"168":1}}],["these",{"2":{"1":2,"6":5,"24":1,"25":1,"33":1,"39":5,"44":3,"56":1,"61":1,"64":1,"65":1,"68":1,"77":1,"79":2,"81":1,"82":1,"91":1,"95":1,"96":1,"98":2,"99":1,"108":1,"109":1,"119":1,"120":3,"127":1,"129":2,"142":1,"146":1,"150":2,"160":1,"166":1,"167":1}}],["the",{"0":{"28":1,"42":1},"2":{"1":28,"3":64,"4":112,"5":12,"6":395,"7":5,"9":3,"10":1,"11":3,"17":5,"18":10,"19":2,"20":4,"22":4,"23":5,"24":3,"25":7,"26":3,"28":3,"32":1,"33":63,"35":12,"36":43,"37":15,"38":12,"39":71,"40":6,"42":6,"43":25,"44":116,"45":7,"46":47,"48":2,"49":7,"50":27,"51":23,"52":27,"53":82,"54":1,"55":29,"56":71,"58":11,"59":81,"61":9,"62":11,"64":5,"65":47,"67":8,"68":25,"71":8,"72":9,"73":3,"74":3,"75":2,"77":4,"78":11,"79":5,"81":2,"82":21,"84":8,"85":6,"86":4,"88":3,"89":2,"91":5,"92":6,"93":123,"95":5,"96":26,"98":5,"99":21,"101":6,"102":10,"103":7,"104":3,"105":3,"106":2,"108":7,"109":24,"111":2,"112":9,"113":9,"114":6,"115":2,"116":2,"118":1,"119":8,"120":47,"121":1,"122":8,"124":4,"126":2,"127":11,"129":84,"130":5,"131":5,"132":4,"133":2,"134":15,"135":10,"136":4,"137":8,"138":6,"139":6,"140":5,"141":1,"142":14,"143":2,"144":3,"145":5,"146":26,"147":17,"148":3,"150":18,"151":3,"152":6,"153":3,"154":2,"155":3,"156":1,"157":2,"159":5,"160":21,"163":10,"164":21,"165":2,"166":4,"167":10,"168":17,"169":3}}],["t",{"2":{"0":1,"4":28,"6":56,"9":1,"23":1,"30":8,"33":32,"36":41,"39":26,"43":38,"44":74,"46":44,"49":18,"50":12,"51":12,"52":12,"53":156,"55":13,"56":28,"59":87,"65":17,"67":1,"85":1,"93":24,"96":1,"98":1,"102":2,"103":1,"120":14,"129":10,"135":2,"138":2,"146":3,"147":5,"150":1,"156":7,"158":14,"159":2,"160":3,"161":10,"163":4,"169":1}}],["tokyo",{"2":{"169":1}}],["toy",{"2":{"167":1}}],["together",{"2":{"53":1,"56":1,"163":1,"168":1}}],["touching",{"0":{"102":1},"2":{"53":1,"56":1}}],["touch",{"0":{"103":1,"104":1,"105":1},"2":{"44":1,"98":1,"101":2,"103":1,"105":1}}],["touches",{"0":{"97":1,"98":1,"101":1},"1":{"98":1,"99":1},"2":{"0":2,"3":3,"6":3,"30":1,"97":1,"98":3,"99":11,"100":6,"101":11,"102":15,"103":9,"104":8,"105":3,"106":4,"167":1}}],["totally",{"2":{"55":1}}],["total",{"2":{"36":1,"39":2,"44":2,"46":1}}],["towards",{"2":{"26":1}}],["topright",{"2":{"150":1}}],["topologypreserve",{"2":{"148":1}}],["topology",{"2":{"148":1}}],["top",{"2":{"20":1,"44":1,"120":1}}],["took",{"2":{"169":1}}],["tools",{"2":{"17":1}}],["too",{"2":{"6":1,"53":1,"144":1,"147":1}}],["tol^2",{"2":{"151":1,"152":1}}],["tolerances",{"2":{"153":1,"154":29}}],["tolerance",{"2":{"151":1,"152":1,"153":1,"154":17}}],["tol",{"2":{"6":12,"146":2,"150":18,"151":7,"152":15,"153":8,"154":18}}],["todo",{"2":{"3":2,"6":2,"44":1,"53":1,"79":4,"96":1,"120":1,"129":1,"132":1,"150":1,"159":1}}],["to",{"0":{"9":1,"23":1,"54":1,"69":1,"83":1,"100":1,"110":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":1,"26":3,"28":4,"29":1,"32":1,"33":8,"35":1,"36":4,"37":4,"38":1,"39":26,"40":2,"42":2,"43":5,"44":32,"45":1,"46":12,"48":1,"49":3,"50":8,"51":4,"52":8,"53":27,"55":7,"56":11,"58":6,"59":32,"61":1,"62":1,"64":2,"65":17,"67":2,"68":7,"77":3,"78":1,"79":2,"81":1,"82":7,"91":2,"92":1,"93":21,"95":3,"96":7,"98":1,"99":7,"101":1,"108":1,"109":7,"119":4,"120":16,"122":4,"124":4,"126":7,"127":6,"128":1,"129":51,"130":2,"131":3,"133":4,"134":9,"135":5,"136":3,"137":1,"138":4,"139":2,"140":1,"141":3,"142":4,"143":1,"144":3,"145":3,"146":9,"147":7,"148":1,"150":4,"151":1,"152":15,"153":1,"154":2,"155":4,"156":1,"157":2,"158":2,"159":6,"160":9,"161":28,"162":4,"163":6,"164":16,"165":7,"166":5,"167":7,"168":5,"169":2,"170":8}}],["rd",{"2":{"150":3}}],["rdbu",{"2":{"58":1}}],["rhumb",{"2":{"119":2}}],["runner",{"2":{"164":1}}],["running",{"2":{"129":3}}],["run",{"2":{"129":8,"169":1}}],["runs",{"2":{"53":2,"118":1}}],["rule",{"2":{"44":1}}],["rules",{"2":{"44":1}}],["right=2",{"2":{"44":1}}],["right",{"2":{"39":1,"44":4,"49":1,"59":1,"119":1,"152":19,"154":5,"163":1,"167":1}}],["ring4",{"2":{"164":2}}],["ring3",{"2":{"164":1}}],["ring2",{"2":{"163":2}}],["ring1",{"2":{"163":2}}],["rings",{"0":{"72":1,"86":1,"103":1,"113":1,"130":1},"1":{"131":1,"132":1},"2":{"4":4,"6":6,"9":2,"36":1,"43":1,"44":3,"53":1,"65":7,"118":1,"120":5,"132":1,"135":1,"139":4,"150":1}}],["ring",{"2":{"4":7,"6":13,"9":1,"30":1,"33":3,"36":2,"39":1,"42":1,"43":4,"44":12,"46":13,"56":3,"59":5,"65":4,"70":1,"71":2,"72":5,"84":1,"86":1,"93":2,"101":1,"102":1,"103":3,"111":1,"112":2,"113":4,"119":3,"120":11,"130":2,"131":1,"132":14,"133":1,"163":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":{"150":1,"152":1,"154":1}}],["routines",{"2":{"11":1}}],["row",{"2":{"129":3}}],["rows",{"2":{"129":2}}],["robust",{"0":{"15":1}}],["rotate",{"2":{"46":1}}],["rotation",{"2":{"1":1,"6":1,"155":1}}],["rotations",{"2":{"1":3,"6":3,"155":3}}],["rotmatrix2d",{"2":{"150":1}}],["rotmatrix",{"2":{"1":1,"6":1,"155":1}}],["r",{"2":{"6":1,"9":1,"13":11,"14":12,"146":1,"154":2,"163":6,"164":6}}],["rᵢ₋₁",{"2":{"39":20}}],["rᵢ∗rᵢ₊₁+sᵢ⋅sᵢ₊₁",{"2":{"6":1}}],["rᵢ₊₁",{"2":{"6":1,"39":29}}],["rᵢ",{"2":{"6":2,"39":49}}],["ramer",{"2":{"152":1}}],["raster",{"0":{"120":1},"2":{"120":4}}],["ray",{"2":{"93":4}}],["rawcdn",{"2":{"25":1,"150":1}}],["raw",{"2":{"18":1}}],["range",{"2":{"13":8,"14":4,"120":1,"129":4}}],["ranges",{"2":{"6":1,"120":2}}],["randomly",{"2":{"168":2}}],["random",{"2":{"150":2}}],["rand",{"2":{"6":1,"120":1,"168":2}}],["rather",{"2":{"6":1,"120":1,"137":1}}],["ratio",{"2":{"6":7,"53":1,"146":1,"150":1,"151":4,"152":6,"153":4,"154":11}}],["radii",{"2":{"6":1,"146":1}}],["radius`",{"2":{"146":1}}],["radius",{"2":{"6":7,"39":13,"146":4}}],["radialdistance",{"0":{"151":1},"2":{"0":1,"6":2,"148":1,"150":4,"151":4}}],["rrayscore",{"2":{"1":1,"6":1,"155":1}}],["rring",{"2":{"1":1,"6":1,"155":1}}],["rewrap",{"2":{"129":3}}],["req",{"2":{"93":44}}],["requirment",{"2":{"136":1}}],["requirments",{"2":{"93":5}}],["requirement",{"2":{"130":1}}],["required",{"2":{"68":3,"82":3,"99":3,"109":3,"145":1,"162":1}}],["require",{"2":{"67":2,"68":6,"82":3,"93":32,"99":3,"109":3}}],["requires",{"2":{"40":1,"61":1,"65":1,"68":2,"71":3,"72":3,"73":1,"82":1,"85":3,"86":2,"87":1,"99":1,"102":3,"103":1,"104":1,"108":1,"109":1,"112":3,"113":3,"114":1,"143":1,"146":1,"160":1}}],["requests",{"2":{"26":1}}],["reflected",{"2":{"150":3}}],["ref",{"2":{"58":1}}],["referring",{"2":{"93":1}}],["refer",{"2":{"6":1,"120":1}}],["referece",{"2":{"1":2,"142":2}}],["references",{"2":{"6":1,"39":1}}],["reference",{"0":{"164":1},"2":{"0":1,"162":2,"164":1}}],["reveal",{"2":{"56":1}}],["reveals",{"2":{"56":1}}],["reverse",{"2":{"35":1,"38":1,"39":1,"44":2,"163":2}}],["rev",{"2":{"55":1}}],["render",{"2":{"38":1}}],["rendering",{"2":{"38":3,"39":1}}],["rename",{"2":{"10":1}}],["regardless",{"2":{"53":1,"93":1}}],["regions",{"2":{"51":3,"53":5,"55":1,"56":3,"93":2,"169":1}}],["region",{"2":{"40":2,"53":3,"56":2,"169":1}}],["register",{"2":{"30":3,"39":3}}],["regular",{"0":{"15":1}}],["readable",{"2":{"166":1}}],["readability",{"2":{"44":1}}],["read",{"2":{"150":2,"164":2}}],["reached",{"2":{"129":4}}],["reaches",{"2":{"127":1}}],["reach",{"2":{"127":1}}],["reasons",{"2":{"160":1}}],["reason",{"2":{"24":1,"130":1,"136":1,"159":1}}],["real`",{"2":{"146":1,"147":1}}],["really",{"2":{"36":1,"93":1,"120":1,"159":1}}],["real=1",{"2":{"6":2,"146":2}}],["real=6378137`",{"2":{"146":1}}],["real=6378137",{"2":{"6":2,"146":1}}],["real",{"0":{"169":1},"2":{"5":1,"6":13,"33":1,"39":45,"43":2,"53":1,"146":3,"147":1,"154":5,"167":1}}],["related",{"2":{"122":1}}],["relation",{"2":{"44":2}}],["relations",{"2":{"30":10,"79":1,"96":1}}],["relationship",{"2":{"23":1,"167":2}}],["relative",{"2":{"39":3}}],["relevant",{"2":{"10":1}}],["reducing",{"2":{"129":1}}],["reduced",{"2":{"151":1,"152":1,"153":1}}],["reduces",{"2":{"19":1,"56":1}}],["reduce",{"2":{"1":1,"6":1,"25":3,"120":1,"129":2,"134":1}}],["redundant",{"2":{"44":1}}],["red",{"2":{"14":1,"42":2,"58":1,"67":1,"77":1,"91":1,"163":1,"164":1,"168":2}}],["removal",{"2":{"44":1}}],["removes",{"2":{"44":1,"122":1}}],["removed",{"2":{"44":3,"51":5,"120":1}}],["remove",{"2":{"36":1,"44":33,"46":1,"49":2,"50":5,"52":5,"55":2,"138":2,"151":1,"152":3,"154":4}}],["removing",{"2":{"6":3,"44":1,"51":1,"151":1,"152":1,"153":1}}],["remainingnode",{"2":{"120":3}}],["remaining",{"2":{"44":1,"65":1,"93":2,"152":1}}],["remain",{"2":{"1":1,"6":9,"129":1,"150":2}}],["resolution",{"2":{"164":1}}],["resolved",{"2":{"120":1}}],["reset",{"2":{"44":1}}],["resize",{"2":{"13":1,"14":1,"44":2}}],["resampled",{"2":{"6":1,"147":1}}],["respectivly",{"2":{"96":1}}],["respectively",{"2":{"44":1,"129":1,"163":1}}],["respect",{"2":{"6":2,"52":1,"53":1,"93":6}}],["rest",{"2":{"6":1,"39":2,"55":1}}],["resulting",{"2":{"49":1,"56":1,"120":1,"168":1}}],["results",{"2":{"3":2,"6":2,"53":1,"79":1,"96":1,"129":2,"131":1,"152":25,"163":3}}],["result",{"2":{"1":2,"3":5,"4":5,"6":13,"19":1,"33":1,"36":2,"46":1,"53":15,"59":2,"62":1,"68":1,"78":1,"92":1,"109":1,"129":2,"146":3,"154":6}}],["recieves",{"2":{"129":2}}],["recucing",{"2":{"129":1}}],["recursive",{"2":{"127":1}}],["recursively",{"2":{"4":1,"6":1,"127":1,"141":1}}],["recalculate",{"2":{"128":1}}],["recent",{"2":{"44":1,"51":1,"53":1,"56":1}}],["rect",{"2":{"32":3,"35":5,"45":3,"58":7}}],["rectangle",{"2":{"32":2,"35":2,"38":2,"45":2,"46":1,"58":2,"145":5,"146":8,"168":2}}],["recommended",{"2":{"22":1}}],["reconstructing",{"2":{"150":1}}],["reconstructed",{"2":{"18":1}}],["reconstruct",{"2":{"0":2,"1":1,"6":3,"18":1,"124":2,"129":29}}],["replace",{"2":{"44":1,"120":2,"152":1}}],["replaced",{"2":{"22":1}}],["repl",{"2":{"40":1,"143":1,"146":1}}],["repeat",{"2":{"43":1,"44":3,"65":6}}],["repeating",{"2":{"36":1,"56":1}}],["repeated",{"2":{"4":3,"6":3,"9":1,"33":2,"39":1,"44":2,"56":2,"59":2,"65":4,"93":1}}],["represented",{"2":{"168":1}}],["represent",{"2":{"17":1,"39":1,"44":4,"65":1}}],["representing",{"2":{"6":1,"51":1,"53":1,"56":1,"58":1,"65":1,"169":1}}],["represents",{"2":{"6":1,"134":2,"135":1}}],["reprojects",{"2":{"142":1}}],["reprojection",{"0":{"142":1},"1":{"143":1}}],["reproject",{"2":{"0":1,"1":4,"30":2,"122":1,"142":6,"143":2}}],["re",{"2":{"1":1,"6":1,"17":1,"155":1,"162":1,"164":1}}],["retreivable",{"2":{"1":1,"142":1}}],["returnval",{"2":{"93":9}}],["returntype",{"2":{"19":1}}],["returning",{"2":{"18":1,"40":1,"51":2}}],["return",{"0":{"22":1},"2":{"1":1,"3":18,"4":2,"6":38,"13":3,"14":3,"23":2,"29":1,"33":5,"36":5,"39":20,"40":1,"43":4,"44":36,"46":12,"49":12,"50":5,"51":4,"52":4,"53":18,"55":7,"56":11,"59":8,"62":1,"65":30,"68":1,"74":2,"75":2,"78":1,"79":18,"82":2,"88":2,"89":2,"91":1,"92":1,"93":71,"96":28,"99":1,"101":2,"105":2,"106":2,"109":1,"115":2,"116":2,"119":10,"120":12,"129":26,"130":1,"132":4,"134":7,"135":2,"138":2,"139":2,"140":2,"142":1,"147":4,"150":3,"151":1,"152":5,"153":3,"154":7,"155":2,"156":2,"160":3,"161":8}}],["returned",{"2":{"1":1,"6":10,"22":2,"23":1,"44":3,"49":1,"50":2,"52":2,"53":2,"55":2,"120":1,"124":1,"129":2,"142":1,"150":1,"159":1}}],["returns",{"2":{"1":1,"3":5,"4":4,"5":3,"6":23,"18":1,"22":2,"33":1,"36":2,"39":6,"43":3,"44":4,"46":6,"49":1,"50":1,"53":1,"55":1,"56":1,"59":8,"61":2,"62":1,"64":1,"68":1,"77":2,"78":1,"81":1,"92":1,"93":4,"96":2,"109":1,"120":2,"129":2,"147":1,"156":1,"167":1}}],["rebuilt",{"2":{"1":1,"6":2,"124":1,"129":2}}],["rebuild",{"2":{"0":2,"6":4,"124":4,"127":1,"129":10,"147":1,"150":2}}],["psa",{"2":{"129":2}}],["pb",{"2":{"79":2}}],["p0",{"2":{"59":9}}],["p3",{"2":{"44":8,"153":4}}],["ptm",{"2":{"119":3}}],["ptj",{"2":{"119":5}}],["pti",{"2":{"119":3}}],["ptrait",{"2":{"59":2}}],["pts",{"2":{"44":22,"49":7}}],["pt",{"2":{"44":114,"49":2,"53":26,"93":8,"152":4}}],["pt2",{"2":{"44":14,"53":2}}],["pt1",{"2":{"44":18,"53":2}}],["pn",{"2":{"101":3}}],["pn2",{"2":{"44":4}}],["pn1",{"2":{"44":4}}],["pfirst",{"2":{"36":3}}],["pu",{"2":{"168":2}}],["purpose",{"2":{"129":1}}],["pure",{"2":{"120":1}}],["purely",{"2":{"6":1,"18":1,"146":1}}],["push",{"2":{"44":15,"49":5,"50":2,"52":2,"53":2,"55":4,"56":5,"120":3,"132":1,"147":3,"152":3}}],["pull",{"2":{"26":1}}],["public",{"2":{"24":1}}],["pick",{"2":{"164":2}}],["piece",{"2":{"44":6,"138":6}}],["pieces",{"2":{"44":12,"49":1,"51":2,"55":4,"93":1,"138":9}}],["pi",{"2":{"13":2}}],["pixels",{"2":{"120":1}}],["pixel",{"2":{"6":2,"120":7}}],["pythagorean",{"2":{"59":1}}],["py",{"2":{"13":2,"14":2}}],["px",{"2":{"13":2,"14":2}}],["peucker",{"2":{"148":2,"150":3,"152":2}}],["peaks",{"2":{"120":2}}],["peculiarities",{"0":{"21":1},"1":{"22":1,"23":1,"24":1}}],["people",{"2":{"9":1}}],["performed",{"2":{"168":1}}],["performs",{"2":{"39":1,"147":1}}],["perform",{"2":{"38":1,"39":2,"44":1,"122":1,"167":3,"168":2,"170":1}}],["performing",{"2":{"6":3,"23":1,"25":1,"39":1,"50":1,"52":1,"55":1,"168":1}}],["performance",{"2":{"4":1,"6":2,"22":1,"25":1,"120":1,"136":1,"141":1,"150":1,"166":1}}],["per",{"2":{"5":2,"6":2,"38":1,"39":2,"44":5,"120":1,"129":4,"147":1}}],["pl",{"2":{"168":2}}],["plt",{"2":{"163":1}}],["please",{"2":{"44":1}}],["plan",{"2":{"144":1}}],["plane",{"2":{"39":1}}],["place",{"2":{"53":1,"167":1}}],["placement",{"2":{"44":1}}],["plottable",{"2":{"120":1}}],["plotted",{"2":{"42":1}}],["plotting",{"0":{"163":1},"2":{"6":1,"120":1,"144":1,"147":1,"162":1,"163":4,"164":1}}],["plots",{"2":{"38":2}}],["plot",{"2":{"13":1,"25":1,"38":3,"64":1,"95":1,"120":1,"146":2,"150":4,"162":2,"163":9,"164":6,"166":1,"168":1}}],["plus",{"2":{"5":1,"6":1,"39":1}}],["p2y",{"2":{"161":3}}],["p2x",{"2":{"161":3}}],["p2box",{"2":{"38":1}}],["p2",{"2":{"3":2,"4":2,"6":6,"15":12,"33":12,"36":9,"44":18,"46":19,"55":2,"59":15,"65":11,"68":2,"77":2,"93":12,"96":2,"119":3,"145":1,"153":4,"161":3,"163":2}}],["p1y",{"2":{"161":3}}],["p1x",{"2":{"161":3}}],["p1",{"2":{"3":3,"4":2,"6":7,"15":12,"33":21,"36":8,"38":4,"44":9,"46":25,"48":1,"55":2,"59":15,"65":14,"67":5,"68":3,"77":5,"93":4,"96":2,"101":3,"119":3,"153":4,"161":3,"163":1}}],["practice",{"2":{"164":1}}],["pramsey",{"2":{"25":1}}],["pred",{"2":{"167":2,"168":1,"169":2,"170":1}}],["predicate",{"2":{"7":1,"79":1,"167":3,"168":1,"170":5}}],["predicates",{"0":{"12":1,"15":1,"170":1},"1":{"13":1,"14":1,"15":1,"16":1},"2":{"7":4,"12":1,"30":1,"44":5,"53":4,"54":3,"93":1,"167":1,"169":1}}],["pretty",{"2":{"142":1}}],["prettytime",{"2":{"13":2}}],["prevent",{"2":{"51":2,"53":2,"56":2}}],["prev^2",{"2":{"33":2}}],["prev",{"2":{"33":14,"44":69,"119":4}}],["previously",{"2":{"145":1}}],["previous",{"2":{"19":1,"33":1,"129":1,"151":3}}],["preparations",{"2":{"20":1}}],["prepared",{"2":{"20":1,"120":2}}],["prepare",{"0":{"20":1},"2":{"17":1,"20":1}}],["precision",{"2":{"11":1}}],["preserve",{"2":{"150":4,"152":3}}],["preserving",{"2":{"148":1}}],["presentation",{"2":{"6":1,"39":1}}],["present",{"2":{"6":1,"160":1}}],["presence",{"2":{"6":1,"160":1}}],["prescribes",{"2":{"20":1}}],["press",{"2":{"6":1,"39":1}}],["pre",{"2":{"6":1,"55":1,"150":1,"152":2}}],["prefilter",{"2":{"6":1,"150":7}}],["protters",{"2":{"129":2}}],["progressively",{"2":{"127":1}}],["program",{"2":{"17":1}}],["programming",{"2":{"17":1}}],["promote",{"2":{"39":5}}],["property",{"2":{"129":2}}],["properties=gi",{"2":{"129":1}}],["properties=namedtuple",{"2":{"129":1}}],["properties=",{"2":{"120":1}}],["properties",{"2":{"6":1,"129":9,"150":1,"154":1}}],["propagate",{"2":{"39":16,"59":4}}],["probably",{"2":{"36":1,"129":1}}],["prod",{"2":{"33":4}}],["product",{"2":{"33":1}}],["process",{"2":{"70":3,"71":3,"72":3,"73":1,"79":1,"84":3,"85":3,"86":2,"87":1,"93":11,"101":1,"102":3,"103":1,"104":1,"111":3,"112":3,"113":3,"114":1,"129":2,"152":1}}],["processed",{"2":{"44":6}}],["processors",{"2":{"30":1,"68":2,"82":2,"99":2,"109":2}}],["processor",{"2":{"30":1}}],["processing",{"2":{"23":1}}],["profile",{"2":{"9":1}}],["provides",{"2":{"164":1}}],["providers",{"2":{"131":1,"137":1}}],["provide",{"0":{"23":1},"2":{"6":6,"32":1,"35":1,"37":1,"42":1,"45":1,"48":1,"50":2,"52":2,"55":2,"58":1,"61":1,"64":1,"67":1,"77":1,"81":1,"91":1,"93":2,"95":1,"98":1,"108":1,"120":1,"154":1}}],["provided",{"2":{"4":1,"6":3,"11":1,"44":1,"59":1,"65":1,"137":1,"146":2,"160":1}}],["projecting",{"2":{"164":1}}],["projection",{"2":{"59":2,"162":1,"164":1}}],["project",{"2":{"9":1}}],["projects",{"2":{"9":1}}],["proj",{"2":{"1":2,"6":3,"142":2,"143":4,"145":1,"146":6,"162":1}}],["prints",{"2":{"143":1}}],["printstyled",{"2":{"40":1,"143":1,"146":1}}],["println",{"2":{"40":1,"143":1,"146":1,"150":2}}],["print",{"2":{"40":2,"143":2,"146":2}}],["primitives",{"2":{"30":1}}],["primitive",{"0":{"122":1},"1":{"123":1,"124":1,"125":1,"126":1,"127":1,"128":1,"129":1},"2":{"28":1}}],["primarily",{"2":{"6":1,"26":2,"158":1}}],["primary",{"2":{"3":2,"6":3,"68":1,"109":1,"150":1}}],["priority",{"2":{"1":1,"142":1}}],["pay",{"2":{"129":1}}],["paper",{"2":{"93":2}}],["pa",{"2":{"79":2}}],["paths",{"2":{"159":1}}],["pathof",{"2":{"150":2}}],["path",{"2":{"35":3,"164":2}}],["padding",{"2":{"6":2}}],["parquet",{"2":{"166":3}}],["parent",{"2":{"159":1}}],["parse",{"2":{"93":1,"96":1}}],["part",{"2":{"46":2,"56":2,"93":3,"128":1}}],["partition",{"2":{"129":4}}],["partialsort",{"2":{"154":1}}],["partial",{"2":{"46":4}}],["partially",{"2":{"44":2,"56":2}}],["particularly",{"2":{"39":1}}],["particular",{"2":{"29":1,"33":1,"120":1,"164":2}}],["parallel",{"2":{"93":1,"119":1}}],["paradigm",{"0":{"28":1}}],["paradigms",{"0":{"17":1},"1":{"18":1,"19":1,"20":1},"2":{"17":2,"20":1}}],["parameters",{"2":{"6":1,"129":1,"158":2}}],["parameter",{"2":{"6":2,"158":3}}],["params",{"2":{"6":2,"160":10}}],["parlance",{"2":{"5":1,"6":1,"39":1}}],["passes",{"2":{"46":2,"93":1}}],["passed",{"2":{"1":2,"6":7,"120":1,"124":1,"129":2,"142":1,"146":2,"155":1,"160":2,"170":1}}],["passable",{"2":{"39":18}}],["passing",{"2":{"18":1,"129":1,"148":1}}],["pass",{"2":{"5":1,"6":4,"18":1,"39":1,"62":1,"78":1,"92":1,"93":2,"146":1,"147":1,"150":1,"159":1}}],["pairs",{"2":{"53":1,"163":1}}],["pair",{"2":{"3":2,"6":2,"46":1,"96":2,"129":3}}],["packages",{"2":{"6":1,"26":1,"124":1,"129":1,"130":1,"157":1,"162":3,"164":1,"166":1}}],["package",{"2":{"1":2,"22":1,"26":2,"40":1,"120":1,"142":3,"143":1,"146":1,"164":1,"166":2}}],["page",{"2":{"0":1,"9":1,"28":1,"30":1,"33":1,"36":1,"38":1,"39":1,"40":1,"43":1,"44":1,"46":1,"49":1,"51":1,"53":1,"54":1,"56":1,"59":1,"62":1,"65":1,"75":1,"78":1,"79":1,"89":1,"92":1,"93":1,"96":1,"106":1,"116":1,"119":1,"120":1,"121":1,"129":1,"132":1,"135":1,"138":1,"139":1,"140":1,"141":1,"143":1,"147":1,"154":1,"155":1,"156":1,"160":1,"161":1}}],["p",{"2":{"1":5,"6":5,"13":13,"14":12,"15":2,"32":1,"35":1,"42":1,"44":5,"45":1,"46":5,"51":2,"55":2,"58":3,"61":1,"64":1,"67":1,"77":1,"79":4,"81":1,"91":1,"93":20,"95":1,"98":1,"108":1,"119":4,"120":3,"122":3,"129":3,"140":7,"145":1,"149":1,"150":1,"154":3,"155":9,"156":7,"161":11,"167":1,"168":1}}],["poylgon",{"2":{"53":1,"56":1,"93":1}}],["potential",{"2":{"46":1}}],["potentially",{"2":{"6":2,"44":1,"135":2,"138":2}}],["post",{"2":{"152":2}}],["postitive",{"2":{"58":1}}],["postive",{"2":{"35":1}}],["possibly",{"2":{"129":1}}],["possiblenodes",{"2":{"120":2}}],["possible",{"2":{"6":3,"50":1,"52":1,"55":1,"120":1,"129":2}}],["possibility",{"2":{"127":1}}],["possibilities",{"2":{"53":1}}],["position=",{"2":{"150":1}}],["position",{"2":{"6":1,"119":1,"145":1}}],["positive",{"2":{"4":4,"6":4,"35":2,"36":1,"58":2,"59":3,"147":1,"154":1}}],["polgons",{"2":{"120":1}}],["polgontrait",{"2":{"1":1,"6":1}}],["polar",{"2":{"6":1,"146":1}}],["polynodes",{"2":{"44":7,"50":1,"52":1,"55":1}}],["polynode",{"2":{"44":36}}],["polypoints",{"2":{"39":46}}],["polyogns",{"2":{"120":1}}],["polyogn",{"2":{"33":1}}],["polygns",{"2":{"44":1}}],["polygin",{"2":{"4":1,"6":1,"33":1}}],["polygon3",{"2":{"163":2,"164":1}}],["polygon2",{"2":{"163":6}}],["polygon1",{"2":{"163":4}}],["polygonization",{"2":{"120":1}}],["polygonizing",{"0":{"120":1}}],["polygonized",{"2":{"120":1}}],["polygonize",{"2":{"0":1,"6":6,"9":1,"30":1,"120":31}}],["polygon`",{"2":{"39":3}}],["polygoncontents",{"0":{"139":1},"2":{"6":1,"56":2,"134":1,"139":4}}],["polygons",{"0":{"73":1,"104":1,"114":1,"136":1},"1":{"137":1,"138":1},"2":{"3":4,"4":3,"5":1,"6":18,"9":1,"23":5,"30":1,"36":5,"37":1,"39":2,"42":1,"43":1,"44":13,"46":1,"49":2,"50":9,"51":5,"52":3,"53":8,"55":6,"56":20,"58":1,"59":1,"65":5,"73":1,"96":5,"114":1,"119":1,"120":18,"127":1,"131":2,"135":3,"136":2,"137":2,"138":10,"139":1,"148":1,"150":1,"163":3,"164":1,"168":5,"169":3}}],["polygontrait",{"2":{"1":1,"3":4,"4":6,"6":14,"15":3,"23":1,"33":2,"36":3,"39":3,"43":2,"44":2,"46":2,"49":1,"50":5,"51":5,"52":3,"53":5,"55":7,"56":12,"59":2,"65":10,"70":2,"71":1,"72":1,"73":3,"74":1,"79":4,"84":2,"85":2,"86":1,"87":2,"88":1,"96":8,"101":2,"102":1,"103":1,"104":3,"105":1,"111":2,"112":1,"113":1,"114":3,"115":1,"122":1,"127":2,"129":1,"132":2,"134":2,"135":1,"138":2,"139":2,"150":2,"161":1}}],["polygon",{"0":{"44":1,"47":1,"50":1,"51":1,"53":1,"55":1,"56":1,"87":1},"1":{"48":1,"49":1},"2":{"0":1,"1":4,"3":4,"4":20,"5":9,"6":62,"9":2,"11":3,"15":4,"20":1,"23":1,"30":1,"32":1,"33":3,"35":2,"36":5,"37":5,"38":16,"39":57,"42":2,"43":4,"44":39,"45":3,"46":4,"48":3,"49":10,"50":5,"51":7,"52":5,"53":5,"55":6,"56":33,"58":3,"59":14,"65":12,"68":1,"70":3,"71":3,"72":4,"73":8,"79":1,"84":3,"85":4,"86":4,"87":4,"93":66,"96":4,"99":1,"101":3,"102":4,"103":5,"104":7,"109":1,"111":3,"112":4,"113":4,"114":8,"119":5,"120":4,"129":1,"130":4,"131":8,"132":5,"133":1,"135":4,"136":3,"137":12,"138":7,"139":7,"145":1,"146":4,"149":1,"150":9,"155":3,"161":6,"163":12,"164":12,"165":2,"168":6}}],["polys",{"2":{"6":2,"44":39,"48":3,"49":10,"50":14,"51":14,"52":9,"53":6,"55":14,"56":28,"138":26}}],["polys1",{"2":{"3":2,"6":2,"96":6}}],["polys2",{"2":{"3":2,"6":2,"96":6}}],["poly",{"2":{"3":2,"6":16,"15":2,"32":1,"35":1,"36":6,"38":2,"39":3,"42":1,"44":107,"45":2,"46":4,"48":4,"49":20,"50":22,"51":12,"52":15,"53":10,"55":25,"56":84,"58":1,"59":3,"65":4,"79":10,"93":21,"96":8,"119":5,"120":5,"138":18,"145":2,"149":2,"150":8,"161":8,"163":2,"168":5}}],["poly2",{"2":{"3":3,"4":2,"6":7,"50":2,"65":2,"93":19,"96":7}}],["poly1",{"2":{"3":3,"4":2,"6":7,"50":2,"65":2,"93":14,"96":7}}],["pointwise",{"0":{"155":1},"2":{"142":1}}],["point1",{"2":{"59":4}}],["point`",{"2":{"53":1}}],["pointedgeside",{"2":{"44":1}}],["point₂",{"2":{"43":13}}],["point₁",{"2":{"43":13}}],["point3s",{"2":{"39":10}}],["point3f",{"2":{"38":1}}],["pointrait",{"2":{"6":1}}],["point2f",{"2":{"38":4,"39":2,"58":1}}],["point2",{"2":{"6":2,"39":5,"59":4}}],["pointtrait",{"2":{"1":1,"4":4,"6":9,"18":1,"33":2,"36":1,"39":3,"46":1,"52":2,"59":17,"65":8,"70":6,"74":1,"84":6,"88":1,"101":6,"105":1,"111":6,"115":1,"122":2,"127":1,"129":21,"134":2,"135":1,"140":2,"141":1,"150":2,"155":2,"156":2,"158":2,"161":1}}],["point",{"0":{"84":1,"101":1},"2":{"1":4,"3":10,"4":37,"5":7,"6":83,"9":2,"20":1,"33":12,"36":3,"37":3,"38":1,"39":126,"43":6,"44":97,"46":50,"49":13,"51":9,"52":1,"53":71,"56":9,"58":17,"59":73,"62":3,"65":27,"67":1,"68":2,"70":8,"79":21,"82":2,"84":10,"91":1,"93":138,"95":2,"96":21,"98":1,"99":3,"101":10,"102":1,"104":1,"109":4,"111":11,"119":1,"120":3,"129":1,"130":1,"131":2,"135":2,"136":1,"138":2,"142":1,"144":1,"150":2,"151":3,"152":9,"153":1,"155":2,"161":4,"163":111,"164":15,"168":2}}],["points2",{"2":{"3":1,"6":1,"96":3}}],["points1",{"2":{"3":1,"6":1,"96":3}}],["points",{"0":{"70":1,"111":1},"2":{"0":1,"1":3,"3":1,"4":11,"5":1,"6":52,"9":3,"13":1,"33":2,"35":3,"36":3,"38":8,"39":32,"43":1,"44":55,"46":5,"49":3,"50":5,"51":1,"52":8,"53":28,"55":4,"56":1,"58":2,"59":8,"61":1,"64":2,"65":13,"68":6,"70":3,"71":4,"82":6,"84":1,"85":7,"86":3,"93":10,"96":5,"99":5,"101":1,"102":2,"103":4,"104":3,"108":1,"109":5,"111":3,"112":3,"113":3,"114":1,"118":1,"120":3,"129":1,"141":2,"142":1,"145":2,"146":2,"150":11,"151":11,"152":26,"153":10,"154":33,"155":2,"156":2,"161":25,"163":8,"164":1,"167":1,"168":11}}],["pointorientation",{"2":{"0":1,"6":2,"93":2}}],["my",{"2":{"169":1,"170":2}}],["moore",{"2":{"120":1}}],["moved",{"2":{"44":1,"142":1}}],["move",{"2":{"43":1,"93":1}}],["mode",{"2":{"170":3}}],["model",{"2":{"167":1}}],["modify",{"2":{"163":1}}],["modified",{"2":{"129":2}}],["module",{"2":{"142":1,"147":1}}],["modules",{"2":{"6":1,"39":1}}],["mod1",{"2":{"39":5}}],["mod",{"2":{"39":1,"44":1}}],["most",{"2":{"26":1,"44":1,"51":1,"53":1,"56":1,"93":1,"150":1,"166":2}}],["monotone",{"2":{"20":1}}],["moment",{"2":{"6":1,"145":1,"147":1}}],["more",{"2":{"6":3,"7":1,"9":1,"10":1,"11":1,"23":1,"28":1,"44":1,"50":1,"52":1,"55":1,"93":1,"96":1,"129":4,"132":1,"143":1,"145":1,"147":1,"163":2,"167":1}}],["mistakenly",{"2":{"136":1}}],["missing",{"2":{"124":6,"125":2,"145":4}}],["missed",{"2":{"120":1}}],["mid",{"2":{"46":2,"93":3}}],["midpoint",{"2":{"44":2}}],["middle",{"2":{"44":2}}],["mining",{"2":{"169":1}}],["minimal",{"2":{"169":1}}],["minimize",{"2":{"53":1}}],["minimum",{"2":{"4":7,"6":12,"45":1,"46":2,"59":12,"150":1,"151":1,"153":1}}],["mind",{"2":{"145":1,"168":1}}],["minmax",{"2":{"53":4}}],["min",{"2":{"46":1,"53":16,"59":15,"150":1,"152":3,"153":1,"154":28}}],["minus",{"2":{"35":1}}],["minpoints=0",{"2":{"120":1}}],["minpoints",{"2":{"6":2}}],["might",{"2":{"6":3,"25":1,"26":1,"36":1,"50":1,"52":1,"53":1,"55":1,"133":1,"152":1}}],["mixed",{"2":{"6":4,"150":1}}],["m",{"2":{"5":1,"6":1,"15":10,"39":2,"46":6,"119":2,"164":1}}],["mp",{"2":{"79":2}}],["mp1",{"2":{"4":2,"6":2,"65":7}}],["mp2",{"2":{"4":2,"6":2,"65":8}}],["manner",{"2":{"167":1}}],["manipulate",{"2":{"166":1}}],["manually",{"2":{"130":1}}],["many",{"2":{"4":1,"5":1,"6":2,"23":1,"39":1,"44":1,"49":1,"51":1,"53":2,"56":1,"65":1,"131":1,"141":1}}],["mason",{"2":{"129":2}}],["markersize",{"2":{"163":2}}],["marker",{"2":{"163":2}}],["marked",{"2":{"44":6,"51":1,"53":1,"56":1}}],["marking",{"2":{"51":2,"53":2,"56":2}}],["mark",{"2":{"44":2}}],["marks",{"2":{"44":1}}],["mag",{"2":{"33":4}}],["making",{"2":{"44":1,"120":1,"127":1,"137":1,"163":1,"164":2}}],["makie",{"2":{"13":1,"14":1,"25":1,"32":1,"35":1,"38":3,"42":1,"45":1,"48":4,"58":1,"61":1,"64":1,"67":1,"77":1,"81":1,"91":1,"95":1,"98":1,"108":1,"120":3,"149":1,"150":1}}],["makevalid",{"2":{"150":2}}],["makes",{"2":{"36":1,"44":1,"59":1,"129":1,"131":1,"136":1,"137":1}}],["make",{"2":{"9":1,"26":1,"33":1,"44":3,"53":1,"59":1,"96":1,"120":2,"127":1,"132":1,"145":1,"154":1,"157":1,"163":2,"164":1}}],["mainly",{"2":{"39":1,"58":1,"122":1}}],["maintain",{"2":{"36":1}}],["main",{"0":{"27":1},"1":{"28":1,"29":1},"2":{"7":1,"44":1,"120":1,"129":1,"146":1}}],["mapped",{"2":{"166":1}}],["maptasks",{"2":{"129":6}}],["mapreducetasks",{"2":{"129":5}}],["mapreduce",{"2":{"51":1,"120":2,"129":8}}],["map",{"2":{"6":1,"13":1,"18":3,"19":1,"28":1,"39":1,"44":1,"53":1,"96":2,"120":17,"129":24,"132":1,"150":1,"158":1,"162":1,"164":2,"166":1}}],["matlab",{"2":{"48":1}}],["materializer`",{"2":{"129":1}}],["materializer",{"2":{"22":1,"129":1}}],["mathrm",{"2":{"39":1}}],["math",{"2":{"7":1}}],["mathematically",{"2":{"6":1,"119":1}}],["matches",{"2":{"65":1,"120":1}}],["match",{"2":{"6":1,"65":12,"96":3,"120":1,"124":1,"129":2}}],["matching",{"2":{"3":1,"6":1,"22":1,"65":3,"96":1,"127":2}}],["matrix",{"2":{"6":1,"14":2,"39":1}}],["maximal",{"2":{"53":1}}],["maximum",{"2":{"3":1,"6":4,"14":1,"45":1,"46":4,"79":1,"120":1,"146":1,"147":1,"152":4}}],["max",{"2":{"6":9,"33":2,"46":1,"120":1,"129":2,"145":5,"146":8,"147":7,"152":36,"154":1}}],["made",{"2":{"6":2,"43":1,"44":1,"53":1,"103":1,"127":1,"135":1,"138":1,"153":1}}],["maybe",{"2":{"6":1,"93":4,"124":1,"129":6}}],["may",{"2":{"1":1,"6":6,"23":2,"24":1,"39":2,"44":1,"53":1,"119":1,"121":1,"127":1,"129":4,"134":1,"136":1,"137":1,"146":1,"158":1}}],["mercator",{"2":{"164":1}}],["merge",{"2":{"129":1}}],["measure",{"2":{"129":1,"144":1}}],["meaning",{"2":{"3":3,"4":1,"6":4,"24":1,"36":1,"40":1,"96":4,"119":1}}],["means",{"2":{"3":1,"6":2,"35":1,"36":1,"40":1,"67":1,"93":3,"95":1,"96":1,"119":1,"127":1}}],["mean",{"2":{"0":1,"6":5,"17":1,"38":2,"39":5,"129":1}}],["meanvalue",{"2":{"0":1,"5":2,"6":3,"37":1,"38":2,"39":15}}],["meets",{"2":{"93":9,"96":1,"152":1}}],["meet",{"2":{"53":3,"67":1,"68":1,"82":1,"93":7,"99":1,"109":1}}],["memory",{"2":{"39":1,"164":1}}],["mesh",{"2":{"38":1,"129":1}}],["message",{"2":{"6":1,"160":1}}],["me",{"0":{"23":1}}],["mentioned",{"2":{"19":1}}],["mentions",{"2":{"6":1,"160":1}}],["menu",{"2":{"14":3}}],["median",{"2":{"13":4,"129":1}}],["mechanics",{"2":{"6":1,"39":1}}],["met",{"2":{"93":44}}],["meters",{"2":{"6":4,"145":1,"146":4,"164":1}}],["methoderror",{"2":{"30":3}}],["methods",{"0":{"2":1,"3":1,"4":1,"6":1},"1":{"3":1,"4":1},"2":{"1":1,"6":9,"9":1,"26":1,"30":26,"39":3,"68":1,"82":1,"99":1,"109":1,"120":1,"124":1,"127":1,"129":2,"145":1,"150":2,"155":1,"158":1,"163":1}}],["method",{"0":{"143":1},"2":{"1":1,"4":1,"5":10,"6":97,"24":1,"33":1,"36":1,"39":37,"40":2,"43":1,"46":1,"53":1,"56":2,"59":4,"65":1,"68":2,"82":2,"96":1,"99":2,"109":2,"120":1,"129":5,"142":1,"143":2,"145":2,"146":9,"147":14,"148":2,"159":1,"160":3,"167":1,"170":1}}],["mutation",{"2":{"165":1}}],["mutlipolygon",{"2":{"4":1,"6":1,"43":1}}],["muladd",{"2":{"39":2}}],["multifloats",{"2":{"13":1,"14":1,"15":1}}],["multifloat",{"2":{"7":1}}],["multilinestringtrait",{"2":{"134":1}}],["multilinestring",{"2":{"6":1,"129":1,"161":2}}],["multi",{"0":{"74":1,"75":1,"88":1,"89":1,"105":1,"106":1,"115":1,"116":1},"2":{"4":2,"6":3,"33":1,"36":1,"46":1,"65":2,"74":1,"75":1,"88":1,"89":1,"105":1,"106":1,"115":1,"116":1}}],["multicurves",{"2":{"36":1,"46":1}}],["multicurve",{"2":{"4":1,"6":1,"36":1}}],["multigeometry",{"2":{"4":2,"6":2,"59":2}}],["multiplication",{"2":{"147":1}}],["multiplied",{"2":{"39":3}}],["multiple",{"2":{"4":1,"6":1,"39":1,"93":1,"141":1,"154":1,"163":1,"166":1}}],["multiply",{"2":{"1":1,"6":1,"155":1}}],["multipolys",{"2":{"56":3}}],["multipoly`",{"2":{"50":2,"52":2,"55":2}}],["multipoly",{"2":{"6":9,"15":3,"25":2,"50":1,"51":27,"52":1,"53":26,"55":1,"56":37,"138":21,"150":9}}],["multipolygon`",{"2":{"120":1}}],["multipolygons",{"2":{"3":1,"4":1,"6":11,"43":1,"50":3,"52":3,"53":3,"55":3,"58":1,"65":1,"96":2,"137":1,"163":1,"164":1}}],["multipolygon",{"2":{"3":2,"4":5,"6":16,"25":1,"36":2,"42":1,"50":1,"51":7,"52":1,"53":5,"55":2,"56":8,"65":4,"96":2,"120":7,"129":1,"135":2,"136":7,"137":8,"138":2,"150":3,"163":8,"164":1}}],["multipolygontrait",{"2":{"1":1,"3":4,"4":2,"6":7,"23":1,"25":2,"51":4,"53":4,"55":1,"56":13,"65":6,"74":1,"75":1,"88":1,"89":1,"96":8,"105":1,"106":1,"115":1,"116":1,"129":1,"134":1,"138":4}}],["multipoint",{"2":{"4":5,"6":5,"36":1,"65":5,"79":6,"129":4,"150":1,"163":5}}],["multipoints",{"2":{"3":2,"4":1,"6":3,"36":1,"46":1,"65":2,"96":2,"150":1,"163":1}}],["multipointtrait",{"2":{"1":1,"3":2,"4":4,"6":8,"33":2,"36":1,"46":1,"65":8,"74":1,"75":1,"79":4,"88":1,"89":1,"96":4,"105":1,"106":1,"115":1,"116":1,"127":1,"134":1,"150":2,"161":1}}],["multithreading",{"2":{"1":2,"4":1,"6":5,"126":1}}],["must",{"2":{"1":1,"3":8,"4":2,"5":1,"6":23,"9":1,"33":1,"39":5,"40":1,"44":2,"46":3,"49":1,"53":2,"62":2,"65":5,"68":1,"77":1,"78":1,"82":1,"93":13,"96":1,"98":1,"99":1,"109":2,"120":1,"124":1,"129":1,"133":1,"134":3,"135":1,"142":1,"146":1,"147":1,"150":1,"154":4,"160":1}}],["much",{"2":{"0":1,"6":3,"50":1,"52":1,"55":1}}],["mdash",{"2":{"1":4,"3":9,"4":8,"5":3,"6":88,"124":3,"134":1,"135":4}}],["df",{"2":{"165":3,"166":4,"168":10,"169":12}}],["dp",{"2":{"150":3}}],["dy",{"2":{"119":2,"147":3}}],["dy2",{"2":{"119":2}}],["dy1",{"2":{"79":10,"119":2}}],["dyc",{"2":{"79":2}}],["dx",{"2":{"119":2,"147":3}}],["dx2",{"2":{"119":2}}],["dx1",{"2":{"79":10,"119":2}}],["dxc",{"2":{"79":2}}],["drop",{"2":{"56":1,"138":1,"147":1}}],["driven",{"2":{"26":1}}],["driving",{"2":{"26":1}}],["duplicated",{"2":{"53":2}}],["during",{"2":{"44":1}}],["due",{"2":{"43":1,"44":1,"53":3}}],["datas",{"2":{"170":1}}],["datasets",{"2":{"164":1,"167":1,"168":1}}],["dataset",{"2":{"164":1,"167":1}}],["datainterpolations",{"2":{"144":1}}],["dataframes",{"2":{"165":3,"168":2,"169":1}}],["dataframe",{"2":{"28":1,"165":1,"167":1,"168":5,"169":2}}],["data",{"0":{"120":1,"166":1},"2":{"23":1,"25":2,"26":1,"120":2,"150":10,"162":1,"164":4,"165":2,"166":6,"168":1}}],["dataaspect",{"2":{"13":1,"14":1,"25":1,"32":1,"35":1,"38":2,"42":1,"45":1,"58":2,"120":2,"145":1,"150":1}}],["dashboard",{"0":{"14":1},"2":{"13":1,"14":1}}],["d",{"2":{"1":2,"5":1,"6":1,"39":1,"142":1,"152":3}}],["deu",{"2":{"169":2}}],["demonstrates",{"2":{"168":1}}],["densify",{"2":{"146":3}}],["densifying",{"2":{"146":1}}],["densifies",{"2":{"144":1}}],["denoted",{"2":{"93":1}}],["denotes",{"2":{"44":1}}],["debug",{"2":{"134":1}}],["debugging",{"2":{"39":1,"44":1}}],["de",{"2":{"93":2,"167":1}}],["derivation",{"2":{"53":1}}],["dealing",{"2":{"46":1}}],["delete",{"2":{"79":1,"96":1,"120":1,"152":1}}],["deleteat",{"2":{"44":6,"152":1,"154":2}}],["delayed",{"2":{"44":10,"51":2,"53":2,"56":2}}],["delay",{"2":{"44":14,"50":2,"51":2,"52":2,"53":2,"55":2,"56":2}}],["depend",{"2":{"44":2}}],["depends",{"2":{"44":1,"49":1}}],["depending",{"2":{"1":1,"6":1,"23":1,"53":1,"129":1}}],["depth",{"2":{"39":2}}],["desktop",{"2":{"166":1}}],["dest",{"2":{"164":2}}],["destinaton",{"2":{"164":1}}],["destination",{"2":{"164":4}}],["desired",{"2":{"55":1,"166":1}}],["despite",{"2":{"33":1}}],["describe",{"2":{"17":1}}],["described",{"2":{"6":1,"39":1,"43":1,"44":1}}],["deconstruct",{"2":{"122":1}}],["decomposition",{"2":{"18":1,"122":1}}],["decomposing",{"2":{"18":1}}],["decompose",{"2":{"18":2,"28":1,"39":4,"130":1}}],["decide",{"2":{"120":1}}],["decision",{"2":{"24":1}}],["decrementing",{"2":{"120":1}}],["decrease",{"2":{"43":1}}],["decreaseing",{"2":{"6":1,"150":1}}],["degeneracies",{"2":{"9":1}}],["degenerate",{"2":{"6":1,"39":1,"49":2}}],["degrees",{"2":{"6":1,"32":1,"119":1,"146":1}}],["defauly",{"2":{"51":1}}],["default",{"2":{"1":2,"4":5,"6":13,"33":1,"36":2,"46":1,"50":1,"51":1,"52":1,"53":5,"55":1,"56":2,"59":2,"120":5,"124":1,"129":2,"142":2,"150":2}}],["defaults",{"2":{"1":6,"4":2,"6":14,"126":3,"129":1}}],["defines",{"2":{"44":1,"122":1,"133":1,"157":1}}],["define",{"2":{"38":1,"53":2,"64":1,"120":2,"122":1,"127":1,"129":1,"157":1,"170":2}}],["defined",{"2":{"4":1,"5":1,"6":3,"7":1,"22":1,"33":2,"39":1,"45":1,"46":4,"53":4,"59":2,"118":1,"129":1,"147":1,"157":1}}],["definitions",{"2":{"160":1}}],["definition",{"2":{"4":1,"6":3,"65":5,"67":1,"147":1}}],["defintion",{"2":{"4":3,"6":3,"65":3}}],["deeper",{"2":{"1":1,"6":1,"128":1,"129":2}}],["detrimental",{"2":{"136":1}}],["details",{"2":{"124":3,"125":1,"145":2}}],["detection",{"2":{"120":1}}],["determined",{"2":{"44":1,"46":1}}],["determine",{"2":{"44":10,"46":3,"50":2,"52":2,"53":9,"55":2,"68":1,"82":1,"93":9,"96":1,"99":1,"109":1,"152":3,"167":1}}],["determines",{"2":{"36":1,"44":3,"53":1,"93":10}}],["determinant",{"2":{"6":1,"39":1}}],["det",{"2":{"0":1,"6":2,"39":4}}],["dirname",{"2":{"150":4}}],["dirty",{"2":{"149":1}}],["directive",{"2":{"129":1}}],["direction",{"2":{"6":1,"44":1,"65":5,"120":3}}],["directly",{"2":{"6":1,"56":1,"120":1,"146":1}}],["dig",{"2":{"129":1}}],["dict",{"2":{"120":5}}],["didn",{"2":{"56":1,"93":1,"159":1}}],["division",{"2":{"38":1}}],["div",{"2":{"6":2}}],["div>",{"2":{"6":2}}],["ditance",{"2":{"4":1,"6":1,"59":1}}],["dimensional",{"2":{"5":1,"6":1,"35":1,"39":1}}],["dimensions",{"2":{"3":1,"6":1,"96":2}}],["dimension",{"2":{"1":1,"3":4,"6":4,"79":2,"95":1,"96":4,"142":1}}],["discouraged",{"2":{"164":1}}],["discussion",{"2":{"26":1,"49":1}}],["distributed",{"2":{"168":2}}],["distinct",{"2":{"53":1,"120":1}}],["dist",{"2":{"53":40,"59":19,"93":2,"146":8,"152":40}}],["distance`",{"2":{"146":3,"147":1,"160":1}}],["distances",{"2":{"53":1,"58":1,"146":1,"151":5}}],["distance",{"0":{"57":2,"58":2},"1":{"58":2,"59":2},"2":{"0":4,"4":26,"6":47,"30":1,"39":13,"40":3,"46":3,"53":32,"57":2,"58":17,"59":92,"93":1,"122":1,"144":1,"145":5,"146":13,"147":14,"150":1,"151":3,"152":6,"153":1,"170":2}}],["disagree",{"2":{"36":1}}],["disparate",{"2":{"26":1}}],["dispatches",{"2":{"6":1,"33":1,"36":1,"39":1,"43":1,"46":1,"59":1,"65":1,"68":1,"82":1,"96":1,"99":1,"109":1}}],["dispatch",{"2":{"4":1,"6":5,"24":1,"39":1,"65":1,"124":1,"129":2,"158":1,"160":1}}],["displaying",{"2":{"164":1}}],["display",{"2":{"13":1,"38":1,"164":1}}],["disjoint",{"0":{"80":1,"81":1,"84":1,"85":1,"86":1,"87":1,"88":1},"1":{"81":1,"82":1},"2":{"0":2,"3":5,"6":7,"23":1,"30":1,"56":2,"80":1,"81":3,"82":11,"83":6,"84":15,"85":18,"86":10,"87":5,"88":4,"89":2,"92":3,"93":16,"135":2,"136":2,"138":7,"167":1}}],["diffs",{"2":{"33":4}}],["diff",{"2":{"6":2,"33":17,"50":5,"51":3,"96":3,"138":8}}],["differs",{"2":{"164":1}}],["differ",{"2":{"4":1,"6":1,"59":1}}],["differently",{"2":{"4":3,"6":4,"33":1,"36":2,"46":1}}],["different",{"2":{"3":1,"4":4,"6":6,"20":1,"23":1,"33":1,"36":4,"44":3,"46":1,"53":2,"96":3,"120":1,"127":1,"129":1,"136":2,"164":2,"166":1}}],["differences",{"0":{"51":1},"2":{"53":1,"152":1}}],["difference",{"0":{"50":1},"2":{"0":1,"6":7,"11":1,"23":1,"30":1,"44":3,"50":12,"51":14,"53":1,"55":1,"56":3,"135":1,"138":1,"146":1}}],["diffintersectingpolygons",{"2":{"0":1,"6":2,"135":1,"138":4}}],["doi",{"2":{"50":2,"52":2,"55":2,"93":1}}],["doing",{"2":{"17":1,"22":1,"129":1,"164":1}}],["dot",{"2":{"33":2,"39":1}}],["doable",{"2":{"9":1}}],["documenter",{"2":{"124":3,"125":1,"145":2}}],["documentation",{"0":{"0":1},"1":{"1":1,"2":1,"3":1,"4":1,"5":1,"6":1},"2":{"0":1,"38":1}}],["docstring",{"2":{"124":6,"125":2,"145":4}}],["docstrings",{"0":{"123":1},"1":{"124":1},"2":{"7":1}}],["docs",{"2":{"120":1}}],["doc",{"2":{"9":1,"10":1}}],["does",{"0":{"22":1},"2":{"7":1,"19":1,"42":1,"53":2,"61":1,"67":3,"93":1,"139":1}}],["doesn",{"2":{"4":1,"6":2,"36":1,"49":1,"65":1,"146":1,"160":1,"169":1}}],["download",{"2":{"25":1,"150":1,"164":1}}],["down",{"2":{"6":1,"18":1,"28":1,"39":1,"129":1}}],["doublets",{"2":{"169":2}}],["double",{"2":{"153":4}}],["doubled",{"2":{"6":1,"153":1}}],["douglas",{"2":{"148":2,"150":2,"152":1}}],["douglaspeucker",{"0":{"152":1},"2":{"0":1,"6":5,"148":1,"150":5,"152":6}}],["done",{"0":{"10":1},"2":{"13":1,"14":1,"93":2,"120":1,"122":1,"136":1,"163":1,"167":1}}],["don",{"2":{"4":2,"6":3,"44":4,"50":1,"56":1,"65":6,"85":1,"93":1,"98":1,"102":1,"120":2,"129":3,"147":1,"160":1}}],["do",{"0":{"9":1,"23":1,"54":1},"2":{"1":1,"6":2,"14":1,"23":1,"30":1,"33":1,"36":2,"39":2,"40":1,"43":1,"46":1,"49":1,"56":3,"59":2,"64":1,"65":1,"77":1,"85":2,"86":1,"87":2,"93":1,"120":4,"122":1,"129":9,"131":1,"132":1,"137":1,"140":2,"143":1,"146":1,"150":1,"155":2,"156":2,"164":4,"165":3,"168":1,"169":1}}],["automatically",{"2":{"164":1}}],["autmoatically",{"2":{"96":1}}],["ay",{"2":{"119":2}}],["azimuth",{"2":{"119":2}}],["against",{"2":{"65":1,"93":2,"146":1,"150":1}}],["again",{"2":{"53":1,"129":1}}],["a``",{"2":{"51":2}}],["a`",{"2":{"51":7,"53":3,"56":2}}],["away",{"2":{"40":1,"79":1,"170":1}}],["a2y",{"2":{"53":4}}],["a2x",{"2":{"53":4}}],["a2",{"2":{"38":4,"53":54,"96":6}}],["a1y",{"2":{"53":7}}],["a1x",{"2":{"53":7}}],["a1",{"2":{"38":2,"44":9,"53":66,"96":6}}],["america",{"2":{"150":1}}],["am",{"2":{"93":1}}],["ambiguity",{"2":{"59":2,"129":5}}],["amounts",{"2":{"166":1}}],["amount",{"2":{"35":1,"45":1}}],["amp",{"2":{"6":1,"9":1}}],["axes",{"2":{"120":6}}],["ax",{"2":{"13":3,"14":3,"119":2,"163":5}}],["axislegend",{"2":{"145":1,"149":1}}],["axis",{"2":{"13":2,"14":1,"25":1,"32":1,"35":1,"38":4,"42":1,"45":1,"58":1,"120":2,"145":1,"150":1}}],["axs",{"2":{"13":2}}],["a>",{"2":{"6":2}}],["adjust",{"2":{"53":1}}],["adjacent",{"2":{"44":1,"51":1,"53":1,"56":1}}],["adaptivity",{"0":{"54":1}}],["adaptive",{"2":{"7":1,"13":3,"14":2,"54":1}}],["adapted",{"2":{"50":1,"52":1,"55":1,"119":1}}],["advance",{"2":{"43":2}}],["advised",{"2":{"6":1,"158":1}}],["administrative",{"2":{"169":1}}],["admin",{"2":{"11":1,"150":2}}],["adm0",{"2":{"11":7}}],["additional",{"2":{"166":1}}],["additionally",{"2":{"44":3,"65":1}}],["addition",{"2":{"38":1,"56":1}}],["adding",{"2":{"4":1,"6":4,"7":1,"56":2,"120":1,"141":1,"144":1,"146":2,"147":1}}],["added",{"2":{"6":1,"33":1,"44":6,"46":1,"56":2,"124":1,"129":1,"138":2,"152":1}}],["add",{"2":{"3":1,"6":1,"7":2,"39":1,"40":1,"44":16,"46":1,"49":4,"50":3,"52":1,"53":2,"55":2,"56":9,"79":1,"120":4,"129":1,"144":1,"146":1,"152":10,"159":1,"164":1,"165":2,"167":1}}],["availible",{"2":{"43":1}}],["available",{"0":{"135":1},"2":{"6":4,"30":1,"134":4,"144":1,"145":1,"147":1,"150":1,"154":1,"158":1}}],["average",{"2":{"37":3,"43":4,"53":1}}],["avoid",{"2":{"5":1,"6":7,"39":1,"50":1,"52":1,"53":1,"55":1,"56":1,"120":2,"129":5,"147":1,"151":1,"152":1,"153":1,"163":3}}],["achieve",{"2":{"136":1}}],["across",{"2":{"127":1}}],["acos",{"2":{"33":1}}],["activate",{"2":{"145":1}}],["action",{"2":{"20":2}}],["actions",{"2":{"20":2}}],["actual",{"2":{"10":1,"39":1,"119":1,"132":1,"142":1,"146":1}}],["actually",{"2":{"9":1,"39":4,"53":1,"56":3,"93":1,"120":1,"166":1}}],["actuall",{"2":{"1":1,"6":1,"155":1}}],["access",{"2":{"164":1}}],["accessed",{"2":{"160":1}}],["acceptable",{"2":{"93":1}}],["accept",{"2":{"6":2,"134":1,"160":1}}],["according",{"2":{"131":1,"136":1,"137":1,"168":1}}],["accordingly",{"2":{"44":1}}],["account",{"2":{"50":1,"52":1}}],["accurary",{"2":{"53":1}}],["accuratearithmetic",{"2":{"11":2}}],["accurate",{"0":{"11":1},"2":{"11":3,"145":1}}],["accumulators",{"2":{"39":1}}],["accumulator",{"2":{"39":1}}],["accumulate",{"2":{"36":1,"43":3}}],["accumulation",{"0":{"11":1},"2":{"39":1}}],["after",{"2":{"6":8,"33":1,"44":3,"129":1,"139":1,"150":2}}],["ab",{"2":{"44":3,"50":1,"52":1,"53":5,"55":1}}],["able",{"2":{"20":1,"53":1}}],["ability",{"2":{"17":1}}],["about",{"2":{"6":1,"24":2,"29":1,"39":2,"93":1,"130":1}}],["above",{"2":{"4":1,"6":1,"33":1,"43":1,"44":1,"53":1,"56":2,"134":1}}],["abs",{"2":{"33":1,"36":4,"43":1,"46":2,"79":8,"96":2,"120":1,"153":1,"170":1}}],["absolute",{"2":{"4":1,"6":1,"35":1,"36":2}}],["abstractpolygon",{"2":{"129":1}}],["abstractpolygontrait",{"2":{"59":1}}],["abstractpoint",{"2":{"129":1}}],["abstractface",{"2":{"129":1}}],["abstractfloat",{"2":{"30":1,"33":1,"36":2,"44":1,"46":2,"49":1,"50":1,"52":1,"53":1,"55":1,"59":8}}],["abstractrange",{"2":{"120":6}}],["abstractmesh",{"2":{"129":1}}],["abstractmulticurvetrait",{"2":{"74":1,"75":1,"88":1,"89":1,"105":1,"106":1,"115":1,"116":1}}],["abstractmatrix",{"2":{"6":5,"120":13}}],["abstractcurvetrait",{"2":{"33":1,"36":1,"46":1,"70":1,"73":1,"74":1,"79":1,"84":1,"88":1,"101":1,"104":1,"105":1,"111":1,"114":1,"115":1,"119":1,"150":2,"161":3}}],["abstractarrays",{"2":{"127":1}}],["abstractarray",{"2":{"6":1,"124":1,"129":6,"161":2}}],["abstract",{"2":{"6":3,"39":3,"133":1,"134":4,"135":1,"150":3,"159":1}}],["abstractvector",{"2":{"5":1,"6":1,"39":26,"120":8}}],["abstractgeometrytrait`",{"2":{"134":1}}],["abstractgeometrytrait",{"2":{"6":3,"36":2,"46":1,"59":1,"75":1,"89":1,"106":1,"116":1,"124":1,"127":1,"134":4,"135":2,"161":5}}],["abstractgeometry",{"2":{"3":4,"6":4,"62":2,"78":2,"129":1}}],["abstracttrait",{"2":{"1":2,"3":2,"6":8,"49":1,"51":2,"53":4,"56":2,"96":4,"122":1,"124":2,"129":9,"158":3}}],["abstractbarycentriccoordinatemethod",{"2":{"0":1,"5":1,"6":7,"39":18}}],["attribute",{"2":{"166":1}}],["attributed",{"2":{"165":1}}],["attributes",{"0":{"165":1},"2":{"162":1,"165":3}}],["attempts",{"2":{"93":1}}],["attach",{"2":{"1":2,"4":1,"6":5,"126":1}}],["atomic",{"2":{"7":1}}],["at",{"2":{"3":4,"5":1,"6":6,"9":1,"18":1,"20":1,"24":1,"33":2,"35":1,"36":1,"38":1,"39":2,"44":4,"46":2,"53":8,"56":2,"93":17,"96":6,"98":1,"99":1,"102":3,"103":2,"104":2,"105":1,"106":1,"109":1,"115":1,"119":1,"127":1,"129":1,"145":1,"147":1,"152":1,"154":1,"164":3}}],["arbitrarily",{"2":{"127":1}}],["arbitrary",{"2":{"37":1,"122":1,"163":1}}],["around",{"2":{"38":1,"39":2,"49":1,"58":1,"65":1,"120":1,"150":1,"168":1}}],["argmin",{"2":{"154":1}}],["argtypes",{"2":{"40":2,"143":1,"146":1}}],["args",{"2":{"13":2}}],["argumenterror",{"2":{"56":1,"120":1,"129":5}}],["argument",{"2":{"4":5,"6":10,"33":1,"36":2,"43":1,"46":1,"50":1,"52":1,"55":1,"59":2,"129":2,"160":2,"164":2}}],["arguments",{"2":{"1":1,"3":1,"6":5,"44":1,"68":2,"82":1,"99":1,"109":1,"142":1,"146":2,"147":1,"160":1}}],["arithmetic",{"2":{"11":1}}],["archgdal",{"2":{"23":1}}],["arc",{"2":{"6":1,"146":1}}],["array",{"2":{"4":1,"6":2,"36":1,"46":1,"120":5,"129":7,"151":1,"154":1}}],["arrays",{"2":{"1":1,"6":2,"22":1,"120":1,"129":2}}],["aren",{"2":{"4":3,"6":5,"49":1,"51":1,"53":2,"56":4,"65":3,"135":2,"138":2}}],["are",{"2":{"1":1,"3":4,"4":18,"5":2,"6":51,"9":2,"20":2,"22":3,"24":1,"25":1,"26":1,"32":1,"33":8,"35":1,"36":2,"37":6,"39":11,"42":1,"43":3,"44":31,"46":6,"49":3,"50":3,"51":15,"52":2,"53":16,"55":5,"56":9,"58":1,"59":1,"61":1,"64":3,"65":26,"68":7,"70":1,"71":3,"72":3,"73":1,"75":1,"81":1,"82":5,"84":1,"85":1,"86":1,"88":1,"89":1,"93":12,"96":7,"99":5,"101":1,"103":2,"108":1,"109":5,"111":1,"112":3,"113":3,"114":1,"116":1,"119":1,"120":14,"121":1,"124":1,"127":1,"129":4,"130":1,"131":1,"132":1,"134":2,"135":3,"136":1,"137":1,"138":2,"139":2,"141":1,"145":1,"146":1,"147":1,"150":4,"152":1,"154":2,"156":1,"157":2,"158":1,"160":1,"163":1,"165":2,"166":2,"167":3,"168":6,"169":1,"170":1}}],["area2",{"2":{"43":4}}],["area1",{"2":{"43":4}}],["areas",{"2":{"4":2,"6":2,"36":3,"153":2}}],["area",{"0":{"34":2,"35":2},"1":{"35":2,"36":2},"2":{"0":5,"4":15,"6":25,"11":6,"30":1,"34":2,"35":9,"36":61,"41":1,"42":3,"43":49,"45":2,"46":44,"55":2,"56":1,"96":1,"122":1,"135":2,"138":2,"150":2,"153":4,"164":1}}],["ask",{"2":{"23":1}}],["aspect",{"2":{"13":1,"14":1,"25":1,"32":1,"35":1,"38":2,"42":1,"45":1,"58":2,"120":2,"145":1,"150":1}}],["assign",{"2":{"162":1}}],["assigned",{"2":{"44":1,"120":7,"168":1}}],["assets",{"2":{"164":1}}],["assetpath",{"2":{"164":1}}],["assemble",{"2":{"132":1}}],["assert",{"2":{"39":23,"43":1,"44":1,"49":1,"51":1,"53":1,"147":1,"161":1}}],["assume",{"2":{"96":2,"129":3,"131":1,"138":1}}],["assumed",{"2":{"36":1,"65":1,"93":1}}],["assumes",{"2":{"6":1,"44":1,"59":1,"146":1,"154":1}}],["associativity",{"2":{"19":1}}],["associated",{"0":{"1":1},"2":{"37":2}}],["as",{"2":{"1":8,"3":18,"4":6,"5":1,"6":79,"7":1,"11":2,"13":3,"14":3,"15":3,"17":2,"18":2,"20":1,"22":1,"23":2,"24":1,"25":2,"26":1,"32":2,"33":4,"35":2,"36":3,"37":4,"38":1,"39":4,"40":3,"42":2,"43":1,"44":15,"45":2,"46":5,"48":3,"49":5,"50":8,"51":2,"52":7,"53":8,"55":7,"56":5,"58":3,"59":1,"61":2,"62":2,"64":2,"65":2,"67":3,"68":3,"77":2,"78":2,"79":2,"81":2,"82":3,"91":2,"92":2,"93":7,"95":2,"96":2,"98":2,"99":3,"101":1,"108":2,"109":3,"119":8,"120":3,"122":3,"124":1,"127":2,"128":2,"129":15,"131":2,"132":2,"134":1,"135":1,"137":2,"141":1,"142":3,"144":2,"145":2,"146":3,"148":2,"149":2,"150":7,"152":2,"155":3,"158":2,"159":2,"160":2,"161":2,"162":3,"163":2,"164":2,"166":3,"167":2,"168":3,"169":2}}],["alone",{"2":{"129":1}}],["along",{"2":{"4":4,"6":5,"25":1,"44":3,"46":2,"53":4,"65":4,"93":1}}],["although",{"2":{"112":1,"113":1}}],["alternate",{"2":{"44":1}}],["alternative",{"2":{"44":1}}],["already",{"2":{"65":1,"93":2,"152":1}}],["almost",{"2":{"53":1}}],["alg=nothing",{"2":{"150":1}}],["alg`",{"2":{"150":1}}],["alg",{"2":{"6":4,"150":21,"151":3,"152":8,"153":3,"154":7,"160":9}}],["algorithms",{"2":{"6":3,"131":1,"147":1,"148":1,"150":4,"152":1,"154":1}}],["algorithm",{"0":{"151":1,"152":1,"153":1},"2":{"6":10,"38":1,"44":2,"46":1,"49":3,"50":1,"52":1,"55":1,"93":1,"148":1,"150":8,"151":1,"152":3,"153":1,"160":4}}],["allocations",{"2":{"5":1,"6":1,"39":1}}],["allow=",{"2":{"93":1}}],["allows",{"2":{"11":1,"18":1,"23":1,"24":1,"28":1,"68":2,"70":3,"71":3,"72":3,"73":1,"82":2,"84":3,"85":3,"86":2,"87":1,"99":1,"102":1,"103":1,"104":1,"109":3,"111":3,"112":3,"113":3,"114":1,"122":1,"148":1,"164":1,"165":1,"167":1}}],["allowed",{"2":{"6":1,"68":3,"82":3,"93":6,"99":5,"101":1,"102":2,"109":3,"150":1}}],["allow",{"2":{"1":1,"6":1,"23":1,"53":1,"68":7,"79":3,"82":7,"93":73,"99":10,"109":10,"155":1}}],["all",{"2":{"1":3,"3":2,"4":3,"6":14,"9":1,"11":7,"22":1,"26":1,"30":2,"33":5,"36":3,"39":1,"44":13,"46":3,"50":1,"51":3,"53":3,"56":5,"58":1,"61":1,"65":2,"71":3,"72":3,"75":1,"88":1,"89":1,"93":7,"96":4,"108":1,"116":1,"119":1,"120":3,"121":1,"124":1,"127":2,"128":1,"129":8,"132":1,"134":1,"136":1,"140":1,"141":1,"150":1,"155":2,"156":1,"157":1,"163":1,"164":1,"166":1,"167":1}}],["always",{"2":{"1":7,"4":6,"6":10,"26":1,"35":1,"36":4,"46":2,"58":1,"59":1,"65":1,"129":2,"142":4,"167":1}}],["also",{"2":{"1":2,"6":10,"23":1,"33":1,"36":2,"43":2,"44":3,"46":1,"50":1,"52":1,"53":2,"55":1,"58":1,"59":2,"65":3,"96":1,"120":1,"127":1,"129":1,"132":1,"135":3,"138":2,"143":1,"144":1,"145":1,"146":1,"148":1,"155":1,"158":1,"163":2,"165":1}}],["a",{"0":{"23":1,"165":1},"2":{"1":13,"3":5,"4":79,"5":1,"6":195,"7":3,"9":1,"11":1,"15":2,"17":1,"18":6,"20":3,"22":3,"23":4,"24":2,"25":1,"26":2,"28":2,"29":2,"32":3,"33":22,"35":11,"36":20,"37":13,"38":4,"39":11,"40":2,"42":5,"43":8,"44":281,"45":2,"46":17,"48":3,"49":4,"50":39,"51":30,"52":38,"53":91,"54":3,"55":39,"56":53,"58":15,"59":27,"61":2,"64":2,"65":54,"67":1,"68":3,"70":5,"71":3,"72":2,"74":2,"75":2,"77":2,"79":1,"81":1,"82":3,"84":4,"85":3,"86":1,"88":2,"89":2,"91":2,"93":52,"95":5,"96":27,"98":2,"99":4,"101":4,"102":2,"103":2,"104":1,"105":2,"106":2,"108":1,"109":3,"111":5,"112":2,"113":2,"115":2,"116":2,"118":1,"119":4,"120":79,"122":4,"124":2,"127":4,"129":34,"130":6,"131":2,"132":2,"133":5,"134":6,"135":9,"136":8,"138":6,"140":3,"141":2,"142":8,"143":3,"144":5,"145":4,"146":8,"147":10,"149":3,"150":5,"153":3,"154":1,"155":2,"156":1,"158":6,"159":1,"160":12,"161":2,"162":1,"163":21,"164":17,"165":5,"166":11,"167":5,"168":8,"169":3,"170":3}}],["annotation",{"2":{"159":1}}],["angels",{"2":{"33":1}}],["angle",{"2":{"33":35,"119":1}}],["angles",{"0":{"31":1,"32":1},"1":{"32":1,"33":1},"2":{"0":2,"4":10,"6":10,"30":1,"31":1,"32":4,"33":42}}],["answers",{"2":{"136":1}}],["answer",{"2":{"6":3,"50":1,"52":1,"53":1,"55":1}}],["another",{"2":{"3":1,"6":1,"44":2,"53":1,"58":1,"61":1,"67":1,"70":1,"72":1,"73":1,"77":1,"81":1,"84":1,"85":1,"86":1,"87":1,"91":1,"93":1,"95":1,"96":1,"98":1,"101":1,"102":1,"103":1,"104":1,"108":1,"111":1,"112":1,"113":1,"114":1,"120":1,"142":1}}],["anonymous",{"2":{"1":1,"6":1,"155":1}}],["an",{"2":{"1":3,"4":11,"5":1,"6":27,"9":1,"13":1,"14":1,"18":1,"20":1,"23":2,"32":1,"33":4,"35":1,"36":2,"38":1,"39":3,"40":2,"42":1,"44":15,"45":2,"46":2,"48":1,"49":1,"50":2,"51":5,"52":2,"53":9,"55":2,"56":2,"58":2,"59":5,"61":1,"64":1,"65":1,"67":2,"70":2,"77":1,"81":1,"91":1,"93":13,"95":1,"96":1,"98":1,"108":1,"111":2,"112":1,"113":1,"120":3,"121":1,"124":1,"127":1,"128":1,"129":8,"132":1,"141":1,"142":1,"146":1,"155":2,"160":3,"161":1,"163":2,"164":2,"165":1,"168":1}}],["anything",{"2":{"6":1,"38":1,"93":1,"134":1}}],["any",{"2":{"1":3,"3":1,"4":2,"6":19,"18":1,"24":1,"26":1,"28":1,"37":2,"43":1,"44":7,"46":1,"49":1,"51":1,"53":4,"56":1,"59":2,"69":2,"70":1,"73":1,"81":1,"83":2,"84":1,"85":2,"86":1,"87":2,"93":8,"96":2,"100":2,"110":2,"114":1,"120":2,"122":2,"124":1,"129":2,"132":1,"133":1,"134":3,"135":4,"138":4,"142":2,"144":1,"146":1,"147":1,"152":1,"161":1,"167":2,"168":2}}],["and",{"0":{"1":1,"20":1,"22":1,"24":1,"34":1,"51":1,"53":1,"56":1,"57":1,"163":1,"164":1,"165":1},"1":{"35":1,"36":1,"58":1,"59":1},"2":{"0":2,"1":8,"3":11,"4":18,"6":85,"7":1,"9":2,"17":4,"18":4,"20":2,"22":1,"23":2,"24":3,"26":2,"28":2,"29":1,"30":1,"33":13,"35":1,"36":7,"37":2,"38":2,"39":20,"40":1,"41":2,"42":1,"43":29,"44":71,"45":2,"46":18,"48":1,"49":4,"50":4,"51":16,"52":4,"53":38,"55":6,"56":16,"58":2,"59":13,"61":3,"62":2,"64":2,"65":13,"67":2,"68":3,"71":3,"72":4,"73":1,"77":2,"78":2,"79":1,"82":3,"85":3,"86":1,"87":1,"91":1,"93":36,"95":2,"96":3,"99":2,"103":2,"104":2,"108":3,"109":4,"111":2,"112":3,"113":3,"114":1,"119":2,"120":16,"122":8,"124":1,"127":2,"128":3,"129":22,"130":1,"131":2,"132":1,"133":1,"134":5,"135":2,"136":1,"139":1,"140":2,"141":2,"142":2,"145":1,"146":5,"147":4,"148":2,"149":1,"150":8,"152":8,"153":1,"154":1,"155":1,"158":1,"159":3,"160":4,"162":3,"163":9,"164":9,"166":5,"167":2,"168":4,"169":2}}],["apart",{"2":{"138":1}}],["april",{"0":{"7":1}}],["appears",{"2":{"131":1}}],["append",{"2":{"33":1,"44":5,"50":1,"51":2,"53":2,"55":1,"56":5,"138":2}}],["approximately",{"2":{"145":1}}],["approximatly",{"2":{"44":1}}],["approach",{"2":{"19":1}}],["appropriately",{"2":{"168":1}}],["appropriate",{"2":{"6":1,"160":2}}],["applies",{"2":{"127":2}}],["applied",{"2":{"6":3,"20":1,"124":1,"129":2,"133":2,"134":2,"135":1}}],["application",{"2":{"1":1,"6":3,"129":1,"132":1,"134":3,"135":1,"138":2,"139":1,"144":1,"147":1}}],["applying",{"2":{"139":1}}],["apply`",{"2":{"129":1}}],["applys",{"2":{"36":1,"46":1}}],["applyreduce",{"0":{"19":1},"2":{"0":2,"1":1,"6":1,"17":1,"19":2,"28":1,"33":1,"36":1,"43":2,"46":1,"59":2,"122":3,"124":1,"129":39,"159":1}}],["apply",{"0":{"1":1,"18":1,"22":1,"28":1,"127":1},"1":{"19":1},"2":{"0":2,"1":4,"6":9,"17":1,"18":5,"20":1,"22":1,"24":1,"28":3,"122":5,"124":1,"126":1,"127":4,"128":1,"129":56,"134":5,"135":1,"140":3,"141":1,"142":1,"146":1,"147":1,"150":2,"155":3,"156":2,"159":1}}],["apis",{"2":{"17":1}}],["api",{"0":{"0":1,"39":1},"1":{"1":1,"2":1,"3":1,"4":1,"5":1,"6":1},"2":{"0":1,"6":3,"24":1,"39":1,"146":1,"150":1,"160":1}}],["snapped",{"2":{"120":1}}],["s3",{"2":{"44":3}}],["scratch",{"2":{"166":1}}],["sciences",{"2":{"164":1}}],["scalefactor",{"2":{"146":3}}],["scattered",{"2":{"168":1}}],["scatter",{"2":{"42":1,"58":2,"61":2,"64":2,"67":1,"77":1,"81":2,"95":2,"108":2,"168":1}}],["schema",{"2":{"129":6}}],["scheme",{"2":{"43":1}}],["scenario",{"2":{"93":2}}],["scene",{"2":{"14":1}}],["skipmissing",{"2":{"120":1}}],["skipped",{"2":{"120":1}}],["skip",{"2":{"36":1,"93":14,"120":1,"154":4}}],["skygering",{"2":{"7":1}}],["square",{"2":{"59":1,"151":1,"152":1}}],["squared",{"2":{"6":2,"46":2,"59":12,"151":2,"152":7}}],["sqrt",{"2":{"33":2,"43":1,"59":3}}],["sgn",{"2":{"33":5}}],["smallest",{"2":{"33":2,"53":1}}],["sᵢ₋₁",{"2":{"39":25}}],["sᵢ₊₁",{"2":{"6":2,"39":41}}],["sᵢ",{"2":{"6":4,"39":46}}],["src",{"2":{"6":2}}],["syntax",{"2":{"165":1}}],["symdifference",{"2":{"121":1}}],["sym10100477",{"2":{"93":1}}],["symbol=",{"2":{"79":1}}],["symbol",{"2":{"6":1,"160":2}}],["systems",{"0":{"164":1}}],["system",{"2":{"1":2,"142":2,"162":2,"164":1}}],["switches",{"2":{"53":1,"56":1}}],["switch",{"2":{"44":1,"56":1,"159":1}}],["switching",{"2":{"6":1,"46":1}}],["swap",{"2":{"6":1,"56":1,"59":2,"140":1}}],["swapped",{"2":{"3":1,"6":1,"62":1,"68":1,"78":1,"79":1,"92":1,"96":1}}],["swapping",{"2":{"1":1,"6":1,"129":1}}],["s2",{"2":{"6":4,"39":6,"44":3}}],["s1",{"2":{"6":3,"39":6,"44":3}}],["saving",{"0":{"166":1}}],["saved",{"2":{"65":1}}],["save",{"2":{"33":1,"162":1,"166":3}}],["samples",{"2":{"13":1}}],["sample",{"2":{"13":1}}],["same",{"2":{"3":2,"4":12,"6":23,"18":1,"25":1,"33":3,"36":1,"44":15,"46":1,"49":1,"50":3,"52":1,"53":1,"55":1,"56":1,"58":1,"64":2,"65":30,"93":2,"95":1,"96":8,"124":1,"127":1,"129":6,"130":1,"135":2,"137":1,"138":2,"145":1,"163":1,"164":1,"166":1}}],["say",{"2":{"6":1,"39":1,"146":1}}],["span",{"2":{"168":1}}],["spatial",{"0":{"167":1},"1":{"168":1,"169":1,"170":1},"2":{"167":6,"168":3,"170":1}}],["spawn",{"2":{"129":5}}],["space",{"2":{"6":2,"26":1,"33":1,"35":1,"93":1,"146":1,"147":1}}],["sp",{"2":{"93":2}}],["split",{"2":{"49":1}}],["specialized",{"2":{"26":1}}],["specify",{"2":{"6":1,"124":1,"129":1,"164":2,"167":1}}],["specification",{"2":{"131":1,"134":1,"136":1,"137":1}}],["specifically",{"2":{"6":2,"39":3,"148":1,"167":1}}],["specific",{"2":{"44":1,"68":1,"82":1,"99":1,"109":1,"129":5}}],["specified",{"2":{"3":1,"6":2,"44":1,"51":2,"53":2,"56":2,"96":1,"127":1,"150":1}}],["slow",{"2":{"169":1}}],["slower",{"2":{"6":1,"160":2}}],["slope2",{"2":{"119":2}}],["slope1",{"2":{"119":2}}],["slidergrid",{"2":{"14":1}}],["sliders",{"2":{"14":3}}],["slighly",{"2":{"4":1,"6":1,"36":1}}],["slightly",{"2":{"4":1,"6":1,"36":1}}],["suite",{"2":{"146":5,"150":13}}],["suggestion",{"2":{"143":1}}],["sun",{"2":{"93":1}}],["surrounds",{"2":{"93":1}}],["sure",{"2":{"9":1,"33":1,"44":2,"59":1,"96":1,"154":1}}],["suppose",{"2":{"169":1,"170":1}}],["support",{"2":{"40":1,"144":1,"170":1}}],["supports",{"2":{"38":1,"39":1,"166":1,"170":2}}],["supported",{"2":{"23":1,"166":1}}],["supertype",{"2":{"6":1,"39":1}}],["sukumar",{"2":{"6":1,"39":1}}],["such",{"2":{"4":1,"6":1,"35":1,"48":1,"127":1,"141":1}}],["sum=1",{"2":{"39":1}}],["sum",{"2":{"4":2,"6":3,"11":6,"35":1,"36":2,"37":2,"39":8,"46":1,"59":2,"119":5,"154":1,"161":4}}],["sublevel",{"2":{"169":1}}],["subsequent",{"2":{"163":1}}],["substituted",{"2":{"1":1,"6":1,"129":1}}],["subgeom1",{"2":{"129":2}}],["subgeom",{"2":{"129":3}}],["subject",{"2":{"44":1}}],["subtype",{"2":{"129":1}}],["subtypes",{"2":{"6":2,"39":2}}],["subtracted",{"2":{"119":1}}],["subtitle",{"2":{"13":1,"38":2,"146":1,"150":2}}],["sub",{"2":{"4":6,"6":7,"33":1,"36":3,"46":1,"51":6,"53":3,"56":4,"59":2,"74":2,"75":2,"88":2,"89":2,"105":2,"106":2,"115":2,"116":2,"129":3,"136":4,"137":2,"138":4}}],["series",{"2":{"163":1}}],["serve",{"2":{"6":1,"39":1}}],["searchsortedfirst",{"2":{"152":1}}],["seg2",{"2":{"119":2}}],["seg1",{"2":{"119":3}}],["seg",{"2":{"93":23,"96":9}}],["segmentation",{"2":{"145":1}}],["segments",{"2":{"23":1,"30":1,"32":2,"33":1,"42":1,"43":2,"44":3,"46":1,"53":6,"93":18,"146":1,"147":3}}],["segmentization",{"2":{"144":1}}],["segmentizing",{"2":{"6":3,"145":1,"146":2,"147":1}}],["segmentized",{"2":{"145":1}}],["segmentizes",{"2":{"144":1}}],["segmentizemethod",{"2":{"6":1,"146":3,"147":2}}],["segmentize",{"0":{"144":1},"1":{"145":1,"146":1,"147":1},"2":{"0":1,"6":4,"30":1,"40":1,"122":1,"144":1,"145":5,"146":11,"147":13}}],["segment",{"2":{"4":4,"6":7,"33":1,"43":5,"44":6,"46":3,"48":1,"53":17,"59":2,"79":3,"93":43,"96":3,"119":2,"144":1,"146":2,"147":1}}],["separate",{"2":{"120":1,"129":1,"159":1,"166":1,"168":1}}],["separately",{"2":{"39":1,"120":1}}],["seperates",{"2":{"93":1}}],["seperate",{"2":{"44":1,"53":1}}],["sense",{"2":{"36":1,"59":1}}],["several",{"2":{"20":2,"36":1,"130":1,"138":1}}],["section",{"2":{"93":3,"95":1}}],["sections",{"2":{"10":1}}],["seconds=1",{"2":{"146":3,"150":8}}],["secondisleft",{"2":{"120":4}}],["secondisstraight",{"2":{"120":7}}],["secondary",{"2":{"3":3,"6":3,"62":1,"68":1,"109":1}}],["second",{"2":{"3":8,"6":9,"44":1,"53":4,"61":2,"62":1,"65":1,"67":1,"68":1,"71":1,"72":1,"73":1,"78":2,"82":2,"93":2,"99":1,"108":1,"109":1,"112":1,"113":1,"114":2,"152":1,"164":1,"167":1}}],["self",{"2":{"9":2}}],["selected",{"2":{"120":1}}],["selectednode",{"2":{"120":3}}],["selection",{"2":{"14":1}}],["select",{"2":{"6":1,"158":1}}],["seem",{"2":{"26":1}}],["see",{"2":{"6":3,"7":1,"28":1,"42":1,"59":1,"61":1,"64":1,"67":1,"81":1,"91":1,"93":5,"95":1,"98":1,"108":1,"120":2,"131":1,"132":1,"134":1,"135":3,"137":1,"138":2,"145":2,"152":1,"168":2}}],["setup=",{"2":{"68":1,"82":1,"99":1,"109":1}}],["sets",{"2":{"44":1}}],["setting",{"2":{"23":1}}],["set",{"0":{"23":1},"2":{"3":2,"4":7,"6":19,"23":1,"33":1,"37":2,"39":8,"44":3,"50":2,"52":2,"53":7,"55":2,"64":2,"65":10,"68":1,"79":1,"82":1,"93":2,"96":1,"99":1,"109":1,"119":1,"120":1,"135":2,"138":2,"152":2,"163":1,"166":1,"168":3}}],["sve",{"2":{"1":1,"6":1,"155":1}}],["svector",{"2":{"1":14,"6":14,"44":5,"50":1,"53":2,"56":6,"93":1,"120":1,"155":13,"163":6,"164":4}}],["solution",{"2":{"93":1}}],["solid",{"2":{"6":2}}],["south",{"2":{"46":7}}],["source",{"2":{"1":10,"3":19,"4":22,"5":3,"6":90,"79":2,"124":3,"134":1,"135":4,"142":3,"164":14}}],["sort",{"2":{"44":4,"49":2,"53":2,"55":2,"93":1,"96":2,"120":1,"152":1}}],["sorted",{"2":{"20":1,"44":1,"152":7,"167":1}}],["someone",{"2":{"160":1}}],["something",{"0":{"54":1},"2":{"10":1}}],["some",{"2":{"3":1,"6":4,"9":1,"17":1,"39":4,"65":1,"93":3,"96":1,"120":1,"121":1,"122":2,"127":2,"129":2,"133":1,"134":3,"135":1,"154":1,"157":2,"162":2,"167":1,"170":1}}],["so",{"2":{"1":1,"4":4,"6":10,"9":1,"17":1,"19":1,"26":1,"30":1,"38":1,"39":1,"44":1,"45":1,"53":1,"55":2,"56":2,"58":1,"59":1,"61":1,"64":1,"65":4,"81":1,"91":1,"93":2,"108":1,"120":3,"124":1,"129":6,"144":1,"145":1,"146":3,"147":1,"154":1,"155":1,"160":2,"164":2}}],["step",{"2":{"44":7,"50":1,"51":3,"52":1,"53":3,"55":1,"56":3,"120":4,"161":1}}],["storing",{"2":{"166":1}}],["stored",{"2":{"44":2,"168":1}}],["stores",{"2":{"44":1}}],["store",{"2":{"39":1,"166":1}}],["stopping",{"2":{"152":2}}],["stops",{"2":{"127":1}}],["stop",{"2":{"18":2,"79":3,"93":4,"96":3}}],["style",{"2":{"6":2}}],["style=",{"2":{"6":2}}],["standardized",{"2":{"93":1}}],["standards",{"2":{"93":1}}],["stay",{"2":{"56":1}}],["stackoverflow",{"2":{"53":1}}],["stack",{"2":{"49":1}}],["states",{"2":{"150":1}}],["state",{"2":{"55":1,"169":9}}],["status",{"2":{"44":31,"51":4,"53":5,"56":4,"120":1}}],["static",{"2":{"159":1}}],["staticarray",{"2":{"39":1}}],["staticarrays",{"2":{"30":1,"44":5,"50":1,"53":2,"56":6,"93":1,"120":1,"155":2}}],["staticarraysco",{"2":{"1":1,"6":1,"155":1}}],["staticarrayscore",{"2":{"1":10,"6":10,"39":1,"155":10,"163":6,"164":4}}],["statica",{"2":{"1":1,"6":1,"155":1}}],["statistics",{"2":{"13":2,"30":1}}],["stability",{"2":{"23":1,"29":1}}],["stable",{"2":{"13":1,"24":1,"147":1}}],["stage",{"2":{"7":1}}],["started",{"2":{"44":1}}],["starting",{"2":{"43":2,"44":1,"46":1,"53":1,"138":4}}],["startvalue",{"2":{"14":4}}],["start",{"2":{"6":1,"18":1,"33":7,"39":1,"44":76,"46":17,"51":4,"53":4,"56":5,"65":1,"79":4,"93":44,"96":3,"111":1,"120":2,"130":1,"152":16,"163":1}}],["straightline",{"2":{"120":3}}],["straight",{"2":{"120":6}}],["strait",{"2":{"120":1}}],["structs",{"2":{"20":1,"134":1}}],["structures",{"2":{"122":1}}],["structure",{"2":{"6":2,"124":1,"129":1,"140":1}}],["struct",{"2":{"6":3,"39":2,"44":2,"132":1,"138":2,"146":2,"151":1,"152":1,"153":1,"158":3,"159":2,"160":4}}],["strings",{"2":{"6":1,"43":1,"53":1}}],["string",{"2":{"1":2,"14":1,"42":1,"43":1,"142":2}}],["still",{"2":{"0":1,"36":1,"43":1,"44":3,"67":1,"152":1}}],["shp",{"2":{"166":1}}],["ships",{"2":{"164":1}}],["shifting",{"2":{"164":1}}],["shift",{"2":{"163":3}}],["shewchuck",{"2":{"7":1}}],["short",{"2":{"129":1}}],["show",{"2":{"9":1,"11":1,"13":1,"14":1,"38":1,"164":1,"166":1,"167":2}}],["shoelace",{"2":{"4":1,"6":1,"36":2,"46":1}}],["shouldn",{"2":{"53":1}}],["should",{"2":{"1":1,"4":1,"6":14,"17":1,"18":1,"20":2,"26":1,"33":3,"36":1,"43":1,"44":3,"45":1,"65":1,"93":4,"120":2,"124":1,"129":2,"131":1,"134":4,"135":2,"139":1,"147":1,"150":2,"159":1}}],["sharing",{"2":{"81":1}}],["shares",{"2":{"53":1}}],["share",{"2":{"4":7,"6":8,"64":2,"65":8,"85":2,"86":1,"87":1,"96":1,"104":1}}],["shared",{"0":{"154":1},"2":{"3":1,"6":1,"44":2,"53":2,"96":3}}],["shapes",{"2":{"59":1,"166":7}}],["shape",{"2":{"42":1,"51":1,"53":1,"64":1,"137":1,"163":1}}],["shaped",{"2":{"38":1}}],["shapefiles",{"2":{"166":1}}],["shapefile",{"2":{"28":1,"166":4}}],["shallower",{"2":{"1":1,"6":1,"129":1}}],["sites",{"2":{"169":1}}],["sides",{"2":{"44":3,"131":1}}],["side",{"2":{"33":4,"44":26}}],["signals",{"2":{"128":1}}],["sign",{"2":{"13":2,"14":2,"33":7,"36":2,"119":3}}],["signed",{"0":{"34":1,"35":1,"57":1,"58":1},"1":{"35":1,"36":1,"58":1,"59":1},"2":{"0":4,"4":15,"6":18,"11":3,"34":1,"35":5,"36":23,"46":3,"57":1,"58":7,"59":19}}],["six",{"2":{"6":1,"150":1}}],["size=",{"2":{"164":1}}],["sizehint",{"2":{"44":2,"51":1,"147":1}}],["size",{"2":{"6":4,"13":2,"14":5,"38":1,"56":1,"120":2,"129":4,"150":1}}],["sin",{"2":{"163":3,"164":3}}],["singed",{"2":{"59":1}}],["singular",{"2":{"53":1}}],["singlepoly",{"2":{"150":6}}],["single",{"2":{"4":6,"6":10,"23":1,"33":2,"36":1,"46":1,"65":5,"95":2,"120":2,"135":2,"136":1,"138":2,"163":3,"166":1}}],["since",{"2":{"1":1,"6":2,"25":1,"33":1,"36":1,"43":1,"46":2,"55":1,"59":1,"65":1,"93":1,"96":2,"103":1,"142":1,"159":1,"160":2,"169":1}}],["simulation",{"2":{"23":1}}],["simultaneously",{"2":{"20":1}}],["simplication",{"2":{"150":1}}],["simplifier",{"2":{"150":4}}],["simplified",{"2":{"23":1,"149":1}}],["simplifies",{"2":{"6":3,"151":1,"152":1,"153":1}}],["simplification",{"0":{"148":1},"1":{"149":1,"150":1},"2":{"6":2,"148":2,"150":2}}],["simplifying",{"2":{"148":1}}],["simplify",{"0":{"151":1,"152":1,"153":1},"2":{"0":1,"6":15,"9":1,"30":1,"44":1,"122":1,"149":1,"150":41,"151":1,"152":2,"153":1}}],["simplifyalgs",{"2":{"154":1}}],["simplifyalg",{"2":{"0":1,"6":8,"150":5,"151":2,"152":2,"153":2}}],["simply",{"2":{"7":1,"35":1,"40":1,"44":1,"53":1,"56":1,"62":1,"78":1,"92":1,"120":1,"133":1,"142":1,"143":1,"146":1,"163":1,"165":1}}],["simple",{"0":{"168":1},"2":{"6":2,"39":1,"122":3,"140":1,"142":1,"149":2,"150":2,"159":1}}],["simpler",{"2":{"6":1,"120":1}}],["similarly",{"2":{"122":1}}],["similar",{"2":{"1":1,"6":3,"18":1,"26":1,"28":1,"40":1,"120":2,"129":1,"146":2,"147":1,"156":1}}],["s",{"0":{"29":1},"2":{"0":1,"6":9,"7":1,"9":1,"18":1,"19":1,"28":1,"33":1,"35":1,"36":4,"37":1,"38":2,"39":5,"42":3,"43":3,"44":3,"46":1,"48":1,"51":1,"53":2,"56":3,"59":1,"65":1,"77":2,"84":3,"85":4,"86":2,"93":9,"96":1,"104":1,"120":5,"122":2,"124":3,"125":1,"129":1,"132":1,"135":4,"136":1,"138":3,"139":1,"145":4,"146":1,"148":1,"150":2,"154":4,"158":2,"159":1,"160":6,"163":6,"164":8,"165":2,"166":5,"170":2}}],["fn",{"2":{"166":8}}],["fc",{"2":{"129":22,"150":3,"161":14}}],["fj",{"2":{"120":2}}],["f2",{"2":{"44":2}}],["f1",{"2":{"44":2}}],["f64",{"2":{"13":2,"14":2}}],["few",{"2":{"131":1}}],["fetch",{"2":{"129":2}}],["fetched",{"2":{"120":1}}],["feb",{"0":{"8":1},"1":{"9":1,"10":1}}],["featurecollection",{"2":{"6":2,"11":1,"18":1,"120":4,"129":7,"164":2}}],["featurecollectiontrait",{"2":{"1":1,"6":2,"124":1,"127":1,"129":14,"161":5}}],["features",{"0":{"69":1,"83":1,"100":1,"110":1},"2":{"1":1,"6":2,"11":1,"22":1,"120":3,"128":1,"129":19,"164":1}}],["featuretrait",{"2":{"1":2,"6":3,"69":4,"79":2,"83":4,"100":4,"110":4,"124":1,"127":3,"129":15,"161":5}}],["feature",{"2":{"1":6,"4":1,"6":11,"18":2,"22":1,"36":1,"46":1,"120":2,"122":1,"128":1,"129":49,"134":1,"150":2,"161":2,"166":1}}],["fra",{"2":{"169":2}}],["frame",{"2":{"165":1}}],["framework",{"2":{"122":4}}],["fracs",{"2":{"44":20,"49":1}}],["frac",{"2":{"39":1,"44":2,"53":17,"150":2}}],["fractional",{"2":{"44":1,"53":3}}],["fractions",{"2":{"44":1,"53":4}}],["fraction",{"2":{"6":4,"53":2,"59":1,"150":1}}],["front",{"2":{"33":1}}],["from",{"2":{"1":3,"3":4,"4":16,"6":29,"7":1,"11":1,"20":1,"22":1,"30":1,"36":2,"38":1,"39":4,"40":1,"43":1,"44":6,"46":11,"49":1,"50":1,"51":3,"52":1,"53":11,"55":1,"56":6,"59":25,"82":2,"84":5,"85":4,"86":2,"87":1,"88":2,"93":6,"96":2,"119":2,"120":7,"124":3,"129":3,"138":1,"142":4,"144":1,"150":1,"151":1,"152":3,"153":1,"161":1,"162":1,"164":5,"166":1,"167":1,"168":1,"170":1}}],["footprint",{"2":{"164":1}}],["foldable",{"2":{"129":3}}],["follows",{"2":{"44":2,"68":1,"82":1,"99":1,"109":1,"120":1}}],["following",{"2":{"6":1,"39":1,"48":1,"131":1,"137":1,"150":1,"167":1}}],["focusing",{"2":{"26":1}}],["foundational",{"2":{"17":1}}],["found",{"2":{"6":8,"46":1,"49":1,"50":2,"52":2,"53":1,"55":2,"65":1,"120":5,"127":3,"129":7,"147":1}}],["forward",{"2":{"53":1}}],["forwards",{"2":{"44":1,"51":1,"56":1}}],["formats",{"2":{"162":1,"164":1,"166":3}}],["format",{"2":{"49":1,"166":3}}],["form",{"2":{"18":1,"44":3,"53":8,"56":3,"129":1}}],["formed",{"2":{"4":2,"6":3,"32":1,"33":4,"39":1,"44":8,"55":1,"56":1,"152":1}}],["formula",{"2":{"4":1,"6":1,"36":2,"46":1}}],["force",{"2":{"1":1,"129":1,"142":1,"150":1}}],["for",{"0":{"51":1,"53":1,"56":1},"2":{"0":2,"1":3,"3":1,"4":4,"5":3,"6":44,"7":4,"9":2,"13":5,"14":1,"18":1,"20":1,"22":1,"23":5,"26":3,"28":1,"30":1,"33":5,"36":8,"37":1,"38":1,"39":19,"40":3,"43":7,"44":35,"46":11,"49":5,"50":2,"51":3,"52":1,"53":7,"55":1,"56":9,"58":2,"59":7,"65":13,"68":3,"74":1,"75":1,"77":1,"79":6,"82":2,"88":1,"89":1,"93":22,"95":1,"96":11,"99":2,"105":1,"106":1,"109":3,"115":1,"116":1,"118":1,"119":5,"120":13,"121":1,"122":3,"124":6,"125":2,"129":6,"130":3,"131":2,"133":1,"134":5,"136":3,"137":1,"138":5,"139":1,"141":1,"142":3,"144":4,"145":7,"146":6,"147":8,"148":4,"150":12,"151":2,"152":2,"153":1,"154":6,"158":1,"159":2,"160":5,"161":7,"162":1,"164":5,"166":3,"167":1,"169":2,"170":1}}],["fi",{"2":{"120":2}}],["fine",{"2":{"145":1}}],["findmin",{"2":{"154":1}}],["findmax",{"2":{"150":1,"152":1}}],["findall",{"2":{"134":1}}],["finding",{"2":{"53":1}}],["findfirst",{"2":{"44":6,"49":2,"150":1}}],["findnext",{"2":{"44":3}}],["findlast",{"2":{"44":2}}],["findprev",{"2":{"44":2}}],["finds",{"2":{"44":1,"46":1}}],["find",{"2":{"33":6,"36":1,"44":12,"46":3,"49":2,"50":4,"52":2,"53":8,"55":1,"59":3,"65":1,"93":7,"120":2,"152":5,"169":1}}],["finally",{"2":{"38":2,"53":1,"120":1,"129":3,"166":1}}],["final",{"2":{"25":2,"56":1,"134":4,"146":1}}],["finish",{"2":{"9":1}}],["fill",{"2":{"44":1,"120":1,"147":3}}],["filled",{"2":{"44":5,"46":3,"58":1,"59":2,"93":16}}],["files",{"2":{"157":1,"166":2}}],["file",{"2":{"25":3,"44":1,"68":3,"82":3,"99":3,"109":3,"120":1,"121":1,"122":1,"133":1,"142":1,"147":1,"148":1,"157":2,"162":1,"166":2}}],["filters",{"2":{"44":1}}],["filtering",{"2":{"6":1,"150":1}}],["filter",{"2":{"4":1,"6":2,"44":2,"129":3,"138":2,"141":1,"150":1}}],["fit",{"2":{"17":1}}],["field",{"2":{"13":2,"44":2}}],["figure",{"2":{"13":1,"14":1,"35":1,"38":2,"164":3}}],["fig",{"2":{"13":6,"14":6,"163":7,"164":4}}],["firstisright",{"2":{"120":2}}],["firstisleft",{"2":{"120":4}}],["firstisstraight",{"2":{"120":4}}],["firstnode",{"2":{"120":9}}],["first",{"2":{"3":9,"6":10,"33":14,"36":7,"38":1,"39":9,"40":1,"43":1,"44":17,"46":2,"49":1,"50":2,"52":1,"53":5,"55":3,"59":8,"61":2,"62":2,"65":4,"67":1,"68":2,"71":1,"72":1,"73":1,"78":2,"82":3,"93":22,"96":1,"99":2,"101":1,"108":1,"109":2,"112":1,"113":1,"114":2,"119":1,"120":16,"129":6,"131":1,"147":3,"151":1,"152":2,"161":2,"162":1,"163":1,"164":2,"167":1,"168":1}}],["fix1",{"2":{"129":2,"147":1}}],["fixme",{"2":{"119":1}}],["fix2",{"2":{"44":2}}],["fixed",{"2":{"6":3,"25":2,"50":1,"52":1,"55":1,"139":5}}],["fix",{"0":{"20":1},"2":{"0":1,"6":10,"9":3,"15":3,"17":1,"20":1,"25":4,"50":1,"51":11,"52":1,"53":11,"55":1,"56":16,"131":1,"133":1,"134":2,"137":1,"139":3}}],["fancy",{"2":{"163":1}}],["fancis",{"2":{"6":1,"39":1}}],["fair",{"2":{"145":1}}],["fail",{"2":{"1":1,"6":2,"129":6,"146":1}}],["fallback",{"2":{"129":1}}],["falses",{"2":{"44":2,"49":1,"50":1,"52":1}}],["false",{"0":{"24":1},"2":{"1":29,"3":7,"4":3,"6":55,"33":2,"36":1,"38":5,"44":26,"46":5,"49":1,"50":1,"51":3,"53":1,"55":4,"59":2,"61":2,"64":2,"65":27,"68":8,"70":2,"71":4,"72":1,"73":1,"74":1,"75":1,"77":2,"79":11,"82":9,"84":1,"85":4,"88":1,"89":1,"93":39,"96":22,"99":8,"101":3,"102":4,"103":1,"105":1,"106":1,"108":1,"109":7,"111":2,"112":4,"113":1,"114":1,"115":1,"116":1,"119":10,"120":5,"129":18,"131":16,"137":44,"138":4,"147":2,"150":1,"154":2,"155":20,"159":2,"161":2,"163":242,"164":30,"167":1}}],["fashion",{"2":{"35":1}}],["faster",{"2":{"39":1,"129":1}}],["fast",{"2":{"12":1}}],["f",{"2":{"1":12,"6":25,"15":1,"18":3,"19":1,"22":2,"32":1,"35":2,"38":4,"40":1,"42":2,"44":19,"45":2,"48":2,"50":2,"51":2,"52":2,"53":2,"55":2,"56":2,"58":5,"61":2,"64":2,"67":2,"77":2,"81":2,"91":2,"93":7,"95":2,"98":2,"108":2,"120":30,"124":2,"127":2,"129":168,"143":1,"145":2,"146":1,"149":2,"150":1,"154":6,"155":6,"160":5,"161":16,"163":6,"164":2,"168":3}}],["fun",{"2":{"163":1}}],["fundamental",{"2":{"157":1}}],["func",{"2":{"13":5}}],["funcs",{"2":{"13":2,"14":3}}],["functionality",{"2":{"53":1,"122":1,"140":1,"142":1,"147":1,"160":1}}],["functionalities",{"2":{"44":1}}],["functionally",{"2":{"1":1,"6":1,"18":1,"28":1,"129":1}}],["function",{"2":{"1":8,"3":9,"4":9,"5":3,"6":12,"7":2,"9":1,"13":3,"14":2,"18":2,"28":1,"30":1,"33":5,"36":3,"39":13,"43":6,"44":18,"46":7,"48":2,"49":4,"50":3,"51":3,"52":2,"53":7,"54":1,"55":3,"56":6,"59":6,"61":1,"64":1,"65":8,"67":1,"68":1,"74":1,"75":1,"77":1,"79":5,"81":1,"82":1,"88":1,"89":1,"91":1,"93":9,"95":1,"96":7,"98":1,"99":1,"105":1,"106":1,"108":1,"109":1,"115":1,"116":1,"119":4,"120":16,"121":3,"124":3,"127":2,"129":29,"132":2,"134":7,"135":2,"138":2,"139":1,"140":2,"142":1,"144":2,"146":2,"147":7,"150":3,"151":2,"152":3,"153":2,"154":7,"155":3,"156":1,"160":6,"161":12,"163":1,"167":1,"170":4}}],["functions",{"0":{"1":1,"51":1,"53":1,"56":1,"122":1,"124":1,"161":1},"1":{"123":1,"124":1,"125":1,"126":1,"127":1,"128":1,"129":1},"2":{"6":1,"9":3,"17":1,"28":1,"36":1,"39":1,"43":1,"44":2,"46":1,"48":1,"93":1,"121":1,"122":2,"127":1,"134":2,"135":1}}],["fulfilled",{"2":{"152":1}}],["fully",{"2":{"6":1,"44":4,"49":1,"96":4}}],["full",{"0":{"0":1},"1":{"1":1,"2":1,"3":1,"4":1,"5":1,"6":1},"2":{"0":1,"46":5,"134":1,"169":4}}],["furthest",{"2":{"120":1}}],["further",{"2":{"42":1,"129":1}}],["furthermore",{"2":{"3":2,"6":5,"44":1,"50":1,"52":1,"55":1,"68":1,"109":1}}],["furst",{"2":{"25":1}}],["future",{"2":{"23":1,"59":1,"144":2}}],["flexijoins",{"2":{"167":1,"168":3,"169":1,"170":5}}],["flags",{"2":{"44":5}}],["flag",{"2":{"44":12,"49":1}}],["flat",{"2":{"6":1,"154":2,"161":1}}],["flattened",{"2":{"18":1}}],["flattening",{"2":{"6":4,"146":2}}],["flatten",{"2":{"0":2,"6":4,"11":3,"13":1,"18":1,"39":1,"44":2,"46":3,"52":1,"56":1,"79":1,"124":4,"129":27,"138":1}}],["floating",{"2":{"6":1,"44":1,"53":5,"120":2}}],["float",{"2":{"6":3,"50":1,"52":1,"55":1}}],["float64x2",{"2":{"13":6,"14":6,"15":2}}],["float64",{"2":{"1":6,"4":10,"6":30,"13":1,"32":1,"33":3,"36":6,"43":1,"46":4,"49":2,"50":2,"52":1,"53":3,"55":1,"59":12,"93":4,"96":2,"119":4,"131":6,"137":26,"145":2,"146":2,"147":1,"151":4,"152":9,"153":2,"154":6,"155":6,"156":1,"161":8,"163":190,"164":17}}],["flipping",{"0":{"140":1},"2":{"140":1}}],["flipped",{"2":{"1":2,"6":2,"129":2}}],["flipaxis",{"2":{"38":1}}],["flip",{"2":{"0":1,"6":1,"30":1,"122":2,"129":1,"140":2}}],["wgs84",{"2":{"164":1}}],["wglmakie",{"2":{"14":1}}],["wₜₒₜ",{"2":{"39":8}}],["wᵢ",{"2":{"39":18}}],["wt",{"2":{"39":3}}],["wkt",{"2":{"25":5}}],["w",{"2":{"13":13,"14":7,"59":4,"120":1}}],["wrong",{"2":{"136":1,"154":1}}],["writing",{"2":{"166":1}}],["written",{"2":{"65":1}}],["write",{"2":{"7":1,"29":1,"120":1,"166":7}}],["wrap",{"2":{"4":1,"6":1,"141":1,"146":1}}],["wrapped",{"2":{"22":1,"120":2,"127":1,"129":1}}],["wrapper",{"0":{"29":1},"2":{"29":1,"33":1,"36":1,"43":1,"46":1,"59":1,"65":1,"68":1,"82":1,"96":1,"99":1,"109":1}}],["wrappers`",{"2":{"129":1}}],["wrappers",{"2":{"1":10,"6":12,"22":1,"119":2,"120":1,"124":1,"131":8,"132":1,"137":22,"145":1,"146":1,"150":1,"155":10,"161":1,"163":121,"164":14}}],["wrappergeometry`",{"2":{"142":1}}],["wrappergeometry",{"2":{"1":1}}],["wrapping",{"2":{"1":1,"6":1,"65":1,"142":1,"156":1}}],["web",{"2":{"166":1}}],["west",{"2":{"46":8}}],["were",{"2":{"44":1,"120":1,"168":1}}],["welcome",{"2":{"26":1}}],["wellknowntext",{"2":{"25":1}}],["wellknowngeometry",{"2":{"25":1}}],["well",{"2":{"17":1,"44":1,"46":1,"144":1,"148":1,"159":1}}],["we",{"0":{"54":2},"2":{"7":1,"11":1,"13":1,"17":3,"19":1,"23":3,"24":1,"25":4,"26":2,"33":1,"35":2,"36":2,"38":4,"39":8,"40":2,"43":1,"44":7,"46":4,"51":8,"52":2,"53":3,"56":1,"59":1,"61":1,"62":1,"64":1,"65":5,"67":1,"68":1,"78":1,"81":1,"82":1,"91":3,"92":1,"93":2,"95":1,"96":2,"98":1,"99":1,"108":1,"109":1,"120":21,"121":1,"127":1,"129":20,"130":1,"143":1,"144":2,"145":2,"146":3,"147":1,"150":5,"154":2,"157":1,"159":4,"160":1,"162":2,"163":4,"164":10,"165":1,"166":3,"167":3,"168":7}}],["weighting",{"2":{"42":2,"43":1}}],["weights",{"2":{"37":4}}],["weight",{"2":{"6":5,"39":14,"43":1}}],["weighted",{"2":{"0":1,"6":2,"37":3,"39":4,"43":4}}],["walk",{"2":{"49":1}}],["wall2",{"2":{"46":7}}],["wall1",{"2":{"46":12}}],["walls",{"2":{"46":3}}],["wall",{"2":{"46":69}}],["wachspress",{"2":{"39":1}}],["wasincreasing",{"2":{"120":10}}],["wasn",{"2":{"44":1}}],["was",{"2":{"30":1,"33":1,"36":1,"38":1,"39":4,"40":1,"43":1,"44":1,"46":1,"49":1,"50":1,"51":3,"52":1,"53":2,"54":1,"55":1,"56":3,"59":1,"62":1,"65":1,"75":1,"78":1,"79":1,"89":1,"92":1,"93":1,"96":1,"106":1,"116":1,"119":1,"120":1,"121":1,"127":1,"129":1,"132":1,"135":1,"138":1,"139":1,"140":1,"141":1,"143":1,"145":1,"147":1,"154":1,"155":1,"156":1,"160":2,"161":1}}],["watersheds",{"2":{"25":3}}],["wanted",{"2":{"170":1}}],["wants",{"2":{"129":1}}],["want",{"0":{"23":1,"54":1},"2":{"13":1,"18":1,"23":1,"39":1,"44":1,"119":1,"164":2,"165":1,"169":1,"170":1}}],["ways",{"2":{"136":1}}],["way",{"2":{"6":1,"17":1,"18":1,"24":1,"25":1,"28":1,"37":1,"122":1,"133":1,"147":1,"158":1,"160":2,"165":1}}],["warn",{"2":{"120":2}}],["warned",{"2":{"6":1,"160":1}}],["warning",{"2":{"0":1,"5":1,"6":2,"24":1,"39":1,"129":1,"146":1,"157":1,"169":1}}],["won",{"2":{"23":1,"44":1,"129":1}}],["wouldn",{"2":{"53":1}}],["would",{"0":{"54":1},"2":{"6":3,"23":1,"50":1,"52":1,"53":1,"55":1,"120":1,"159":2,"164":1,"169":1,"170":1}}],["world",{"0":{"169":1},"2":{"167":1}}],["worrying",{"2":{"24":1}}],["words",{"2":{"3":1,"6":1,"61":1,"91":1,"98":1,"99":1}}],["works",{"2":{"142":1,"144":1}}],["workflow",{"2":{"79":1,"96":1}}],["workflows",{"2":{"23":1,"26":1}}],["working",{"2":{"3":1,"6":1,"79":1,"164":1}}],["work",{"2":{"1":3,"6":3,"9":1,"33":1,"36":2,"43":1,"46":2,"49":2,"59":1,"65":1,"93":1,"96":1,"119":1,"129":2,"142":1,"155":1,"169":1}}],["whole",{"2":{"93":1}}],["whose",{"2":{"3":1,"6":1,"79":1}}],["white",{"2":{"38":1}}],["while",{"2":{"33":1,"42":1,"43":1,"44":5,"53":2,"58":1,"65":1,"79":1,"93":1,"120":3,"138":1,"152":1,"154":2,"168":1}}],["whichever",{"2":{"6":1,"150":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,"25":1,"35":1,"36":1,"37":1,"38":2,"39":5,"40":1,"44":11,"46":2,"53":2,"65":2,"93":3,"120":3,"121":1,"122":1,"129":1,"130":2,"131":1,"134":2,"136":1,"137":1,"143":1,"144":1,"145":1,"146":3,"147":2,"150":1,"152":2,"155":1,"158":1,"160":4,"166":3,"167":3,"168":6,"170":1}}],["what",{"0":{"22":1,"29":1,"32":1,"35":2,"42":1,"45":1,"48":1,"58":2,"61":1,"64":1,"67":1,"77":1,"81":1,"91":1,"95":1,"98":1,"108":1,"127":1},"2":{"13":1,"14":1,"24":1,"42":1,"119":1,"120":1,"145":1,"159":1,"164":1,"169":1}}],["whatever",{"2":{"1":1,"6":1,"22":1,"129":1}}],["whyatt",{"2":{"148":1}}],["why",{"0":{"22":1,"23":1},"2":{"9":1,"17":1,"25":1,"29":1,"36":1}}],["wheel",{"2":{"17":1}}],["whether",{"2":{"1":4,"4":1,"6":10,"118":1,"119":1,"126":2,"130":1,"139":2}}],["when",{"2":{"1":1,"4":2,"5":1,"6":5,"18":1,"20":1,"23":2,"24":1,"36":1,"39":3,"43":1,"44":2,"51":5,"53":6,"56":7,"93":1,"120":1,"127":3,"129":1,"131":1,"134":1,"141":2,"150":1,"164":3,"166":1,"170":1}}],["wherever",{"2":{"6":1,"156":1}}],["where",{"2":{"1":2,"4":5,"6":11,"20":1,"30":2,"33":8,"36":12,"37":2,"39":24,"43":8,"44":14,"46":8,"49":5,"50":2,"51":5,"52":3,"53":18,"55":3,"56":12,"59":25,"65":1,"93":9,"120":3,"129":52,"136":1,"142":1,"145":1,"156":1,"157":1,"158":5,"161":3,"163":4}}],["widely",{"2":{"166":1}}],["widths",{"2":{"14":1}}],["width",{"2":{"6":2}}],["wiki",{"2":{"93":1,"152":1}}],["wikipedia",{"2":{"93":1,"152":2}}],["wind",{"2":{"4":1,"6":2,"36":1,"65":1}}],["winding",{"2":{"4":2,"6":2,"36":3,"44":7,"65":1,"120":1}}],["without",{"2":{"1":2,"6":1,"17":1,"24":1,"44":1,"81":1,"96":1,"129":3,"142":1,"155":1}}],["with",{"0":{"51":1,"53":1,"56":1,"151":1,"152":1,"153":1,"165":1},"2":{"1":5,"3":5,"4":7,"6":27,"11":1,"20":1,"22":2,"23":1,"32":1,"33":2,"36":7,"37":4,"38":1,"39":2,"43":1,"44":14,"46":6,"51":8,"52":5,"53":15,"55":1,"56":12,"58":1,"59":2,"68":1,"81":1,"85":1,"91":1,"93":28,"95":2,"96":5,"98":1,"99":1,"102":3,"103":2,"104":2,"114":1,"120":7,"122":1,"124":2,"127":1,"129":17,"131":1,"136":1,"141":1,"142":1,"144":1,"147":2,"150":2,"152":2,"153":1,"155":1,"159":1,"160":1,"162":1,"163":4,"164":8,"165":2,"166":2,"167":1,"168":1,"169":1}}],["within",{"0":{"107":1,"108":1,"111":1,"112":1,"114":1,"115":1,"116":1},"1":{"108":1,"109":1},"2":{"0":2,"3":9,"4":3,"5":1,"6":13,"7":1,"9":1,"30":1,"33":2,"36":1,"37":3,"39":1,"43":1,"44":9,"45":2,"46":5,"51":1,"53":2,"55":1,"56":6,"58":1,"59":5,"61":2,"62":3,"67":2,"84":1,"93":9,"95":1,"96":9,"107":1,"108":6,"109":11,"110":6,"111":14,"112":15,"113":15,"114":7,"115":4,"116":4,"122":1,"167":1,"168":4,"169":2}}],["will",{"2":{"1":8,"4":7,"5":1,"6":44,"11":1,"18":3,"23":2,"24":1,"33":4,"36":3,"39":2,"43":1,"44":5,"46":1,"49":1,"50":4,"51":4,"52":4,"53":4,"55":4,"56":4,"58":2,"59":4,"65":1,"79":1,"119":1,"120":2,"124":2,"127":1,"128":2,"129":8,"131":1,"134":1,"135":2,"136":1,"138":2,"142":3,"144":2,"146":3,"150":2,"152":1,"154":1,"155":2,"160":1,"164":1,"166":1,"167":2,"169":1,"170":1}}],["wip",{"2":{"0":1}}]],"serializationVersion":2}';export{e as default};
diff --git a/previews/PR169/assets/chunks/@localSearchIndexroot.DH9PfdM9.js b/previews/PR169/assets/chunks/@localSearchIndexroot.DH9PfdM9.js
deleted file mode 100644
index cc45c0e73..000000000
--- a/previews/PR169/assets/chunks/@localSearchIndexroot.DH9PfdM9.js
+++ /dev/null
@@ -1 +0,0 @@
-const e='{"documentCount":171,"nextId":171,"documentIds":{"0":"/GeometryOps.jl/previews/PR169/api#Full-GeometryOps-API-documentation","1":"/GeometryOps.jl/previews/PR169/api#apply-and-associated-functions","2":"/GeometryOps.jl/previews/PR169/api#General-geometry-methods","3":"/GeometryOps.jl/previews/PR169/api#OGC-methods","4":"/GeometryOps.jl/previews/PR169/api#Other-general-methods","5":"/GeometryOps.jl/previews/PR169/api#Barycentric-coordinates","6":"/GeometryOps.jl/previews/PR169/api#Other-methods","7":"/GeometryOps.jl/previews/PR169/call_notes#20th-April,-2024","8":"/GeometryOps.jl/previews/PR169/call_notes#29th-Feb,-2024","9":"/GeometryOps.jl/previews/PR169/call_notes#To-do","10":"/GeometryOps.jl/previews/PR169/call_notes#done","11":"/GeometryOps.jl/previews/PR169/experiments/accurate_accumulators#Accurate-accumulation","12":"/GeometryOps.jl/previews/PR169/experiments/predicates#predicates","13":"/GeometryOps.jl/previews/PR169/experiments/predicates#orient","14":"/GeometryOps.jl/previews/PR169/experiments/predicates#dashboard","15":"/GeometryOps.jl/previews/PR169/experiments/predicates#Testing-robust-vs-regular-predicates","16":"/GeometryOps.jl/previews/PR169/experiments/predicates#incircle","17":"/GeometryOps.jl/previews/PR169/explanations/paradigms#paradigms","18":"/GeometryOps.jl/previews/PR169/explanations/paradigms#apply","19":"/GeometryOps.jl/previews/PR169/explanations/paradigms#applyreduce","20":"/GeometryOps.jl/previews/PR169/explanations/paradigms#fix-and-prepare","21":"/GeometryOps.jl/previews/PR169/explanations/peculiarities#peculiarities","22":"/GeometryOps.jl/previews/PR169/explanations/peculiarities#What-does-apply-return-and-why?","23":"/GeometryOps.jl/previews/PR169/explanations/peculiarities#Why-do-you-want-me-to-provide-a-target-in-set-operations?","24":"/GeometryOps.jl/previews/PR169/explanations/peculiarities#_True-and-_False-(or-BoolsAsTypes)","25":"/GeometryOps.jl/previews/PR169/howto/unary_union#Unary-union","26":"/GeometryOps.jl/previews/PR169/introduction#introduction","27":"/GeometryOps.jl/previews/PR169/introduction#Main-concepts","28":"/GeometryOps.jl/previews/PR169/introduction#The-apply-paradigm","29":"/GeometryOps.jl/previews/PR169/introduction#What\'s-this-GeoInterface.Wrapper-thing?","30":"/GeometryOps.jl/previews/PR169/source/GeometryOps#geometryops-jl","31":"/GeometryOps.jl/previews/PR169/source/methods/angles#angles","32":"/GeometryOps.jl/previews/PR169/source/methods/angles#What-is-angles?","33":"/GeometryOps.jl/previews/PR169/source/methods/angles#implementation","34":"/GeometryOps.jl/previews/PR169/source/methods/area#Area-and-signed-area","35":"/GeometryOps.jl/previews/PR169/source/methods/area#What-is-area?-What-is-signed-area?","36":"/GeometryOps.jl/previews/PR169/source/methods/area#implementation","37":"/GeometryOps.jl/previews/PR169/source/methods/barycentric#Barycentric-coordinates","38":"/GeometryOps.jl/previews/PR169/source/methods/barycentric#example","39":"/GeometryOps.jl/previews/PR169/source/methods/barycentric#Barycentric-coordinate-API","40":"/GeometryOps.jl/previews/PR169/source/methods/buffer#buffer","41":"/GeometryOps.jl/previews/PR169/source/methods/centroid#centroid","42":"/GeometryOps.jl/previews/PR169/source/methods/centroid#What-is-the-centroid?","43":"/GeometryOps.jl/previews/PR169/source/methods/centroid#implementation","44":"/GeometryOps.jl/previews/PR169/source/methods/clipping/clipping_processor#Polygon-clipping-helpers","45":"/GeometryOps.jl/previews/PR169/source/methods/clipping/coverage#What-is-coverage?","46":"/GeometryOps.jl/previews/PR169/source/methods/clipping/coverage#implementation","47":"/GeometryOps.jl/previews/PR169/source/methods/clipping/cut#Polygon-cutting","48":"/GeometryOps.jl/previews/PR169/source/methods/clipping/cut#What-is-cut?","49":"/GeometryOps.jl/previews/PR169/source/methods/clipping/cut#implementation","50":"/GeometryOps.jl/previews/PR169/source/methods/clipping/difference#Difference-Polygon-Clipping","51":"/GeometryOps.jl/previews/PR169/source/methods/clipping/difference#Helper-functions-for-Differences-with-Greiner-and-Hormann-Polygon-Clipping","52":"/GeometryOps.jl/previews/PR169/source/methods/clipping/predicates#If-we-want-to-inject-adaptivity,-we-would-do-something-like:","53":"/GeometryOps.jl/previews/PR169/source/methods/clipping/intersection#Geometry-Intersection","54":"/GeometryOps.jl/previews/PR169/source/methods/clipping/intersection#Helper-functions-for-Intersections-with-Greiner-and-Hormann-Polygon-Clipping","55":"/GeometryOps.jl/previews/PR169/source/methods/clipping/union#Union-Polygon-Clipping","56":"/GeometryOps.jl/previews/PR169/source/methods/clipping/union#Helper-functions-for-Unions-with-Greiner-and-Hormann-Polygon-Clipping","57":"/GeometryOps.jl/previews/PR169/source/methods/distance#Distance-and-signed-distance","58":"/GeometryOps.jl/previews/PR169/source/methods/distance#What-is-distance?-What-is-signed-distance?","59":"/GeometryOps.jl/previews/PR169/source/methods/distance#implementation","60":"/GeometryOps.jl/previews/PR169/source/methods/equals#equals","61":"/GeometryOps.jl/previews/PR169/source/methods/equals#What-is-equals?","62":"/GeometryOps.jl/previews/PR169/source/methods/equals#implementation","63":"/GeometryOps.jl/previews/PR169/source/methods/geom_relations/contains#contains","64":"/GeometryOps.jl/previews/PR169/source/methods/geom_relations/contains#What-is-contains?","65":"/GeometryOps.jl/previews/PR169/source/methods/geom_relations/contains#implementation","66":"/GeometryOps.jl/previews/PR169/source/methods/geom_relations/coveredby#coveredby","67":"/GeometryOps.jl/previews/PR169/source/methods/geom_relations/coveredby#What-is-coveredby?","68":"/GeometryOps.jl/previews/PR169/source/methods/geom_relations/coveredby#implementation","69":"/GeometryOps.jl/previews/PR169/source/methods/geom_relations/coveredby#Convert-features-to-geometries","70":"/GeometryOps.jl/previews/PR169/source/methods/geom_relations/coveredby#Points-coveredby-geometries","71":"/GeometryOps.jl/previews/PR169/source/methods/geom_relations/coveredby#Lines-coveredby-geometries","72":"/GeometryOps.jl/previews/PR169/source/methods/geom_relations/coveredby#Rings-covered-by-geometries","73":"/GeometryOps.jl/previews/PR169/source/methods/geom_relations/coveredby#Polygons-covered-by-geometries","74":"/GeometryOps.jl/previews/PR169/source/methods/geom_relations/coveredby#Geometries-coveredby-multi-geometry/geometry-collections","75":"/GeometryOps.jl/previews/PR169/source/methods/geom_relations/coveredby#Multi-geometry/geometry-collections-coveredby-geometries","76":"/GeometryOps.jl/previews/PR169/source/methods/geom_relations/covers#covers","77":"/GeometryOps.jl/previews/PR169/source/methods/geom_relations/covers#What-is-covers?","78":"/GeometryOps.jl/previews/PR169/source/methods/geom_relations/covers#implementation","79":"/GeometryOps.jl/previews/PR169/source/methods/geom_relations/crosses#Crossing-checks","80":"/GeometryOps.jl/previews/PR169/source/methods/geom_relations/disjoint#disjoint","81":"/GeometryOps.jl/previews/PR169/source/methods/geom_relations/disjoint#What-is-disjoint?","82":"/GeometryOps.jl/previews/PR169/source/methods/geom_relations/disjoint#implementation","83":"/GeometryOps.jl/previews/PR169/source/methods/geom_relations/disjoint#Convert-features-to-geometries","84":"/GeometryOps.jl/previews/PR169/source/methods/geom_relations/disjoint#Point-disjoint-geometries","85":"/GeometryOps.jl/previews/PR169/source/methods/geom_relations/disjoint#Lines-disjoint-geometries","86":"/GeometryOps.jl/previews/PR169/source/methods/geom_relations/disjoint#Rings-disjoint-geometries","87":"/GeometryOps.jl/previews/PR169/source/methods/geom_relations/disjoint#Polygon-disjoint-geometries","88":"/GeometryOps.jl/previews/PR169/source/methods/geom_relations/disjoint#Geometries-disjoint-multi-geometry/geometry-collections","89":"/GeometryOps.jl/previews/PR169/source/methods/geom_relations/disjoint#Multi-geometry/geometry-collections-coveredby-geometries","90":"/GeometryOps.jl/previews/PR169/source/methods/geom_relations/geom_geom_processors#Line-curve-interaction","91":"/GeometryOps.jl/previews/PR169/source/methods/geom_relations/intersects#Intersection-checks","92":"/GeometryOps.jl/previews/PR169/source/methods/geom_relations/intersects#What-is-intersects?","93":"/GeometryOps.jl/previews/PR169/source/methods/geom_relations/intersects#implementation","94":"/GeometryOps.jl/previews/PR169/source/methods/geom_relations/overlaps#overlaps","95":"/GeometryOps.jl/previews/PR169/source/methods/geom_relations/overlaps#What-is-overlaps?","96":"/GeometryOps.jl/previews/PR169/source/methods/geom_relations/overlaps#implementation","97":"/GeometryOps.jl/previews/PR169/source/methods/geom_relations/touches#touches","98":"/GeometryOps.jl/previews/PR169/source/methods/geom_relations/touches#What-is-touches?","99":"/GeometryOps.jl/previews/PR169/source/methods/geom_relations/touches#implementation","100":"/GeometryOps.jl/previews/PR169/source/methods/geom_relations/touches#Convert-features-to-geometries","101":"/GeometryOps.jl/previews/PR169/source/methods/geom_relations/touches#Point-touches-geometries","102":"/GeometryOps.jl/previews/PR169/source/methods/geom_relations/touches#Lines-touching-geometries","103":"/GeometryOps.jl/previews/PR169/source/methods/geom_relations/touches#Rings-touch-geometries","104":"/GeometryOps.jl/previews/PR169/source/methods/geom_relations/touches#Polygons-touch-geometries","105":"/GeometryOps.jl/previews/PR169/source/methods/geom_relations/touches#Geometries-touch-multi-geometry/geometry-collections","106":"/GeometryOps.jl/previews/PR169/source/methods/geom_relations/touches#Multi-geometry/geometry-collections-cross-geometries","107":"/GeometryOps.jl/previews/PR169/source/methods/geom_relations/within#within","108":"/GeometryOps.jl/previews/PR169/source/methods/geom_relations/within#What-is-within?","109":"/GeometryOps.jl/previews/PR169/source/methods/geom_relations/within#implementation","110":"/GeometryOps.jl/previews/PR169/source/methods/geom_relations/within#Convert-features-to-geometries","111":"/GeometryOps.jl/previews/PR169/source/methods/geom_relations/within#Points-within-geometries","112":"/GeometryOps.jl/previews/PR169/source/methods/geom_relations/within#Lines-within-geometries","113":"/GeometryOps.jl/previews/PR169/source/methods/geom_relations/within#Rings-covered-by-geometries","114":"/GeometryOps.jl/previews/PR169/source/methods/geom_relations/within#Polygons-within-geometries","115":"/GeometryOps.jl/previews/PR169/source/methods/geom_relations/within#Geometries-within-multi-geometry/geometry-collections","116":"/GeometryOps.jl/previews/PR169/source/methods/geom_relations/within#Multi-geometry/geometry-collections-within-geometries","117":"/GeometryOps.jl/previews/PR169/source/methods/orientation#orientation","118":"/GeometryOps.jl/previews/PR169/source/methods/orientation#isclockwise","119":"/GeometryOps.jl/previews/PR169/source/methods/orientation#isconcave","120":"/GeometryOps.jl/previews/PR169/source/methods/polygonize#Polygonizing-raster-data","121":"/GeometryOps.jl/previews/PR169/source/not_implemented_yet#Not-implemented-yet","122":"/GeometryOps.jl/previews/PR169/source/primitives#Primitive-functions","123":"/GeometryOps.jl/previews/PR169/source/primitives#docstrings","124":"/GeometryOps.jl/previews/PR169/source/primitives#functions","125":"/GeometryOps.jl/previews/PR169/source/primitives#types","126":"/GeometryOps.jl/previews/PR169/source/primitives#implementation","127":"/GeometryOps.jl/previews/PR169/source/primitives#What-is-apply?","128":"/GeometryOps.jl/previews/PR169/source/primitives#embedding","129":"/GeometryOps.jl/previews/PR169/source/primitives#threading","130":"/GeometryOps.jl/previews/PR169/source/transformations/correction/closed_ring#Closed-Rings","131":"/GeometryOps.jl/previews/PR169/source/transformations/correction/closed_ring#example","132":"/GeometryOps.jl/previews/PR169/source/transformations/correction/closed_ring#implementation","133":"/GeometryOps.jl/previews/PR169/source/transformations/correction/geometry_correction#Geometry-Corrections","134":"/GeometryOps.jl/previews/PR169/source/transformations/correction/geometry_correction#interface","135":"/GeometryOps.jl/previews/PR169/source/transformations/correction/geometry_correction#Available-corrections","136":"/GeometryOps.jl/previews/PR169/source/transformations/correction/intersecting_polygons#Intersecting-Polygons","137":"/GeometryOps.jl/previews/PR169/source/transformations/correction/intersecting_polygons#example","138":"/GeometryOps.jl/previews/PR169/source/transformations/correction/intersecting_polygons#implementation","139":"/GeometryOps.jl/previews/PR169/source/transformations/correction/polygon_contents#polygoncontents","140":"/GeometryOps.jl/previews/PR169/source/transformations/extent#Extent-embedding","141":"/GeometryOps.jl/previews/PR169/source/transformations/flip#Coordinate-flipping","142":"/GeometryOps.jl/previews/PR169/source/transformations/reproject#Geometry-reprojection","143":"/GeometryOps.jl/previews/PR169/source/transformations/reproject#Method-error-handling","144":"/GeometryOps.jl/previews/PR169/source/transformations/segmentize#segmentize","145":"/GeometryOps.jl/previews/PR169/source/transformations/segmentize#examples","146":"/GeometryOps.jl/previews/PR169/source/transformations/segmentize#benchmark","147":"/GeometryOps.jl/previews/PR169/source/transformations/segmentize#implementation","148":"/GeometryOps.jl/previews/PR169/source/transformations/simplify#Geometry-simplification","149":"/GeometryOps.jl/previews/PR169/source/transformations/simplify#examples","150":"/GeometryOps.jl/previews/PR169/source/transformations/simplify#benchmark","151":"/GeometryOps.jl/previews/PR169/source/transformations/simplify#Simplify-with-RadialDistance-Algorithm","152":"/GeometryOps.jl/previews/PR169/source/transformations/simplify#Simplify-with-DouglasPeucker-Algorithm","153":"/GeometryOps.jl/previews/PR169/source/transformations/simplify#Simplify-with-VisvalingamWhyatt-Algorithm","154":"/GeometryOps.jl/previews/PR169/source/transformations/simplify#Shared-utils","155":"/GeometryOps.jl/previews/PR169/source/transformations/transform#Pointwise-transformation","156":"/GeometryOps.jl/previews/PR169/source/transformations/tuples#Tuple-conversion","157":"/GeometryOps.jl/previews/PR169/source/types#types","158":"/GeometryOps.jl/previews/PR169/source/types#TraitTarget","159":"/GeometryOps.jl/previews/PR169/source/types#BoolsAsTypes","160":"/GeometryOps.jl/previews/PR169/source/types#GEOS","161":"/GeometryOps.jl/previews/PR169/source/utils#Utility-functions","162":"/GeometryOps.jl/previews/PR169/tutorials/creating_geometry#Creating-Geometry","163":"/GeometryOps.jl/previews/PR169/tutorials/creating_geometry#creating-geometry","164":"/GeometryOps.jl/previews/PR169/tutorials/creating_geometry#geom-crs","165":"/GeometryOps.jl/previews/PR169/tutorials/creating_geometry#attributes","166":"/GeometryOps.jl/previews/PR169/tutorials/creating_geometry#save-geometry","167":"/GeometryOps.jl/previews/PR169/tutorials/spatial_joins#Spatial-joins","168":"/GeometryOps.jl/previews/PR169/tutorials/spatial_joins#Simple-example","169":"/GeometryOps.jl/previews/PR169/tutorials/spatial_joins#Real-world-example","170":"/GeometryOps.jl/previews/PR169/tutorials/spatial_joins#Enabling-custom-predicates"},"fieldIds":{"title":0,"titles":1,"text":2},"fieldLength":{"0":[4,1,89],"1":[4,4,248],"2":[3,4,1],"3":[2,7,207],"4":[3,7,261],"5":[2,4,84],"6":[2,4,1073],"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":[2,1,100],"26":[1,1,72],"27":[2,1,1],"28":[3,3,50],"29":[8,3,18],"30":[2,1,118],"31":[1,1,3],"32":[4,1,57],"33":[1,1,270],"34":[4,1,4],"35":[5,4,101],"36":[1,4,247],"37":[2,1,65],"38":[1,2,210],"39":[3,2,414],"40":[1,1,110],"41":[1,1,6],"42":[5,1,91],"43":[1,1,199],"44":[3,1,613],"45":[4,1,70],"46":[1,1,327],"47":[2,1,3],"48":[4,2,57],"49":[1,2,200],"50":[3,1,215],"51":[10,1,191],"52":[11,1,25],"53":[2,1,252],"54":[10,1,482],"55":[3,1,236],"56":[10,1,289],"57":[4,1,4],"58":[5,4,129],"59":[1,4,260],"60":[1,1,3],"61":[4,1,68],"62":[1,1,266],"63":[1,1,3],"64":[4,1,79],"65":[1,1,79],"66":[1,1,3],"67":[4,1,81],"68":[1,1,128],"69":[4,1,11],"70":[3,1,56],"71":[3,1,46],"72":[4,1,48],"73":[4,1,40],"74":[5,1,40],"75":[5,1,44],"76":[1,1,3],"77":[4,1,67],"78":[1,1,78],"79":[2,1,149],"80":[1,1,3],"81":[4,1,68],"82":[1,1,110],"83":[4,1,10],"84":[3,1,57],"85":[3,1,58],"86":[3,1,47],"87":[3,1,33],"88":[5,1,39],"89":[5,1,44],"90":[3,1,434],"91":[2,1,3],"92":[4,2,80],"93":[1,2,76],"94":[1,1,3],"95":[4,1,82],"96":[1,1,244],"97":[1,1,3],"98":[4,1,70],"99":[1,1,125],"100":[4,1,11],"101":[3,1,69],"102":[3,1,53],"103":[3,1,62],"104":[3,1,41],"105":[5,1,39],"106":[5,1,42],"107":[1,1,3],"108":[4,1,72],"109":[1,1,129],"110":[4,1,11],"111":[3,1,63],"112":[3,1,53],"113":[4,1,53],"114":[3,1,38],"115":[5,1,39],"116":[5,1,42],"117":[1,1,4],"118":[1,1,21],"119":[1,1,206],"120":[3,1,513],"121":[3,1,47],"122":[2,1,113],"123":[1,2,1],"124":[1,3,106],"125":[1,2,12],"126":[1,2,33],"127":[4,2,114],"128":[2,2,36],"129":[1,2,542],"130":[2,1,54],"131":[1,2,87],"132":[1,2,83],"133":[2,1,41],"134":[1,2,132],"135":[2,2,109],"136":[2,1,77],"137":[1,2,70],"138":[1,2,135],"139":[1,1,76],"140":[2,1,71],"141":[2,1,56],"142":[2,1,132],"143":[3,2,77],"144":[1,1,76],"145":[1,1,147],"146":[1,1,268],"147":[1,1,188],"148":[2,1,44],"149":[1,2,67],"150":[1,2,404],"151":[4,1,75],"152":[4,1,187],"153":[4,1,85],"154":[2,1,149],"155":[2,1,111],"156":[2,1,58],"157":[1,1,38],"158":[1,1,74],"159":[1,1,82],"160":[1,1,147],"161":[2,1,136],"162":[2,1,59],"163":[4,2,287],"164":[6,2,403],"165":[7,2,63],"166":[4,2,140],"167":[2,1,138],"168":[2,2,137],"169":[3,2,117],"170":[3,2,68]},"averageFieldLength":[2.760233918128655,1.4502923976608186,110.76023391812863],"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":"Unary union","titles":[]},"26":{"title":"Introduction","titles":[]},"27":{"title":"Main concepts","titles":["Introduction"]},"28":{"title":"The apply paradigm","titles":["Introduction","Main concepts"]},"29":{"title":"What's this GeoInterface.Wrapper thing?","titles":["Introduction","Main concepts"]},"30":{"title":"GeometryOps.jl","titles":[]},"31":{"title":"Angles","titles":[]},"32":{"title":"What is angles?","titles":["Angles"]},"33":{"title":"Implementation","titles":["Angles"]},"34":{"title":"Area and signed area","titles":[]},"35":{"title":"What is area? What is signed area?","titles":["Area and signed area"]},"36":{"title":"Implementation","titles":["Area and signed area"]},"37":{"title":"Barycentric coordinates","titles":[]},"38":{"title":"Example","titles":["Barycentric coordinates"]},"39":{"title":"Barycentric-coordinate API","titles":["Barycentric coordinates"]},"40":{"title":"Buffer","titles":[]},"41":{"title":"Centroid","titles":[]},"42":{"title":"What is the centroid?","titles":["Centroid"]},"43":{"title":"Implementation","titles":["Centroid"]},"44":{"title":"Polygon clipping helpers","titles":[]},"45":{"title":"What is coverage?","titles":[]},"46":{"title":"Implementation","titles":[]},"47":{"title":"Polygon cutting","titles":[]},"48":{"title":"What is cut?","titles":["Polygon cutting"]},"49":{"title":"Implementation","titles":["Polygon cutting"]},"50":{"title":"Difference Polygon Clipping","titles":[]},"51":{"title":"Helper functions for Differences with Greiner and Hormann Polygon Clipping","titles":[]},"52":{"title":"If we want to inject adaptivity, we would do something like:","titles":[]},"53":{"title":"Geometry Intersection","titles":[]},"54":{"title":"Helper functions for Intersections with Greiner and Hormann Polygon Clipping","titles":[]},"55":{"title":"Union Polygon Clipping","titles":[]},"56":{"title":"Helper functions for Unions with Greiner and Hormann Polygon Clipping","titles":[]},"57":{"title":"Distance and signed distance","titles":[]},"58":{"title":"What is distance? What is signed distance?","titles":["Distance and signed distance"]},"59":{"title":"Implementation","titles":["Distance and signed distance"]},"60":{"title":"Equals","titles":[]},"61":{"title":"What is equals?","titles":["Equals"]},"62":{"title":"Implementation","titles":["Equals"]},"63":{"title":"Contains","titles":[]},"64":{"title":"What is contains?","titles":["Contains"]},"65":{"title":"Implementation","titles":["Contains"]},"66":{"title":"CoveredBy","titles":[]},"67":{"title":"What is coveredby?","titles":["CoveredBy"]},"68":{"title":"Implementation","titles":["CoveredBy"]},"69":{"title":"Convert features to geometries","titles":[]},"70":{"title":"Points coveredby geometries","titles":[]},"71":{"title":"Lines coveredby geometries","titles":[]},"72":{"title":"Rings covered by geometries","titles":[]},"73":{"title":"Polygons covered by geometries","titles":[]},"74":{"title":"Geometries coveredby multi-geometry/geometry collections","titles":[]},"75":{"title":"Multi-geometry/geometry collections coveredby geometries","titles":[]},"76":{"title":"Covers","titles":[]},"77":{"title":"What is covers?","titles":["Covers"]},"78":{"title":"Implementation","titles":["Covers"]},"79":{"title":"Crossing checks","titles":[]},"80":{"title":"Disjoint","titles":[]},"81":{"title":"What is disjoint?","titles":["Disjoint"]},"82":{"title":"Implementation","titles":["Disjoint"]},"83":{"title":"Convert features to geometries","titles":[]},"84":{"title":"Point disjoint geometries","titles":[]},"85":{"title":"Lines disjoint geometries","titles":[]},"86":{"title":"Rings disjoint geometries","titles":[]},"87":{"title":"Polygon disjoint geometries","titles":[]},"88":{"title":"Geometries disjoint multi-geometry/geometry collections","titles":[]},"89":{"title":"Multi-geometry/geometry collections coveredby geometries","titles":[]},"90":{"title":"Line-curve interaction","titles":[]},"91":{"title":"Intersection checks","titles":[]},"92":{"title":"What is intersects?","titles":["Intersection checks"]},"93":{"title":"Implementation","titles":["Intersection checks"]},"94":{"title":"Overlaps","titles":[]},"95":{"title":"What is overlaps?","titles":["Overlaps"]},"96":{"title":"Implementation","titles":["Overlaps"]},"97":{"title":"Touches","titles":[]},"98":{"title":"What is touches?","titles":["Touches"]},"99":{"title":"Implementation","titles":["Touches"]},"100":{"title":"Convert features to geometries","titles":[]},"101":{"title":"Point touches geometries","titles":[]},"102":{"title":"Lines touching geometries","titles":[]},"103":{"title":"Rings touch geometries","titles":[]},"104":{"title":"Polygons touch geometries","titles":[]},"105":{"title":"Geometries touch multi-geometry/geometry collections","titles":[]},"106":{"title":"Multi-geometry/geometry collections cross geometries","titles":[]},"107":{"title":"Within","titles":[]},"108":{"title":"What is within?","titles":["Within"]},"109":{"title":"Implementation","titles":["Within"]},"110":{"title":"Convert features to geometries","titles":[]},"111":{"title":"Points within geometries","titles":[]},"112":{"title":"Lines within geometries","titles":[]},"113":{"title":"Rings covered by geometries","titles":[]},"114":{"title":"Polygons within geometries","titles":[]},"115":{"title":"Geometries within multi-geometry/geometry collections","titles":[]},"116":{"title":"Multi-geometry/geometry collections within geometries","titles":[]},"117":{"title":"Orientation","titles":[]},"118":{"title":"isclockwise","titles":["Orientation"]},"119":{"title":"isconcave","titles":["Orientation"]},"120":{"title":"Polygonizing raster data","titles":[]},"121":{"title":"Not implemented yet","titles":[]},"122":{"title":"Primitive functions","titles":[]},"123":{"title":"Docstrings","titles":["Primitive functions"]},"124":{"title":"Functions","titles":["Primitive functions","Docstrings"]},"125":{"title":"Types","titles":["Primitive functions"]},"126":{"title":"Implementation","titles":["Primitive functions"]},"127":{"title":"What is apply?","titles":["Primitive functions"]},"128":{"title":"Embedding:","titles":["Primitive functions"]},"129":{"title":"Threading","titles":["Primitive functions"]},"130":{"title":"Closed Rings","titles":[]},"131":{"title":"Example","titles":["Closed Rings"]},"132":{"title":"Implementation","titles":["Closed Rings"]},"133":{"title":"Geometry Corrections","titles":[]},"134":{"title":"Interface","titles":["Geometry Corrections"]},"135":{"title":"Available corrections","titles":["Geometry Corrections"]},"136":{"title":"Intersecting Polygons","titles":[]},"137":{"title":"Example","titles":["Intersecting Polygons"]},"138":{"title":"Implementation","titles":["Intersecting Polygons"]},"139":{"title":"PolygonContents","titles":[]},"140":{"title":"Extent embedding","titles":[]},"141":{"title":"Coordinate flipping","titles":[]},"142":{"title":"Geometry reprojection","titles":[]},"143":{"title":"Method error handling","titles":["Geometry reprojection"]},"144":{"title":"Segmentize","titles":[]},"145":{"title":"Examples","titles":["Segmentize"]},"146":{"title":"Benchmark","titles":["Segmentize"]},"147":{"title":"Implementation","titles":["Segmentize"]},"148":{"title":"Geometry simplification","titles":[]},"149":{"title":"Examples","titles":["Geometry simplification"]},"150":{"title":"Benchmark","titles":["Geometry simplification"]},"151":{"title":"Simplify with RadialDistance Algorithm","titles":[]},"152":{"title":"Simplify with DouglasPeucker Algorithm","titles":[]},"153":{"title":"Simplify with VisvalingamWhyatt Algorithm","titles":[]},"154":{"title":"Shared utils","titles":[]},"155":{"title":"Pointwise transformation","titles":[]},"156":{"title":"Tuple conversion","titles":[]},"157":{"title":"Types","titles":[]},"158":{"title":"TraitTarget","titles":["Types"]},"159":{"title":"BoolsAsTypes","titles":["Types"]},"160":{"title":"GEOS","titles":["Types"]},"161":{"title":"Utility functions","titles":[]},"162":{"title":"Creating Geometry","titles":[]},"163":{"title":"Creating and plotting geometries","titles":["Creating Geometry"]},"164":{"title":"Coordinate reference systems (CRS) and you","titles":["Creating Geometry"]},"165":{"title":"Creating a table with attributes and geometry","titles":["Creating Geometry"]},"166":{"title":"Saving your geospatial data","titles":["Creating Geometry"]},"167":{"title":"Spatial joins","titles":[]},"168":{"title":"Simple example","titles":["Spatial joins"]},"169":{"title":"Real-world example","titles":["Spatial joins"]},"170":{"title":"Enabling custom predicates","titles":["Spatial joins"]}},"dirtCount":0,"index":[["⋮",{"2":{"164":1}}],["θ",{"2":{"163":7,"164":8}}],["☁",{"2":{"163":1}}],["✈",{"2":{"163":1}}],["÷",{"2":{"129":2}}],["ϵ",{"2":{"54":5}}],["∘",{"2":{"54":1,"96":2,"120":2,"134":1,"150":2,"170":2}}],["⊻",{"2":{"44":1,"51":2}}],["≥",{"2":{"44":1,"90":2,"138":1,"152":1}}],["α≈1",{"2":{"54":1}}],["α≈0",{"2":{"54":1}}],["α2",{"2":{"44":4,"54":2}}],["α",{"2":{"44":3,"54":28,"90":7}}],["α1",{"2":{"44":4,"54":2}}],["β2",{"2":{"44":4,"54":2}}],["β",{"2":{"44":4,"54":28,"90":7}}],["β1",{"2":{"44":4,"54":2}}],["≤",{"2":{"44":5,"46":14,"90":6,"152":1,"154":1,"161":4}}],["^",{"2":{"164":1}}],["^3",{"2":{"164":1}}],["^n",{"2":{"119":1}}],["^2",{"2":{"43":2,"59":2}}],["^hormannpresentation",{"2":{"39":2}}],["∑λ",{"2":{"39":2}}],["∑i=2n",{"2":{"6":1}}],["`$",{"2":{"160":1}}],["`libgeos",{"2":{"160":1}}],["`linearring`",{"2":{"147":1}}],["`linearsegments`",{"2":{"147":1}}],["`linestring`",{"2":{"147":1}}],["`linestringtrait`",{"2":{"134":1}}],["`line2`",{"2":{"119":1}}],["`line1`",{"2":{"119":1}}],["`line",{"2":{"53":4}}],["`equatorial",{"2":{"146":2}}],["`extents",{"2":{"140":1}}],["`inf`",{"2":{"142":1}}],["`intersects`",{"2":{"93":1}}],["`intersectingpolygons`",{"2":{"50":1,"53":1,"55":1}}],["`prefilter",{"2":{"150":1}}],["`proj",{"2":{"142":1,"146":2}}],["`polgontrait`",{"2":{"129":1}}],["`polygoncontents`",{"2":{"134":1}}],["`polygontrait`",{"2":{"129":1,"134":1}}],["`polygonize`",{"2":{"120":2}}],["`polygon`",{"2":{"39":3}}],["`polys`",{"2":{"51":1}}],["`poly",{"2":{"51":3,"54":1,"56":1}}],["`pointrait`",{"2":{"150":1}}],["`pointtrait`",{"2":{"129":3,"134":1}}],["`point",{"2":{"90":3}}],["`point`",{"2":{"39":4,"59":1}}],["`point2f`",{"2":{"38":1}}],["`douglaspeucker`",{"2":{"150":1}}],["`d`",{"2":{"142":1}}],["`difference`",{"2":{"138":1}}],["`diffintersectingpolygons`",{"2":{"134":1}}],["`disjoint`",{"2":{"93":1}}],["`obj`",{"2":{"129":1,"155":1,"156":1}}],["`op`",{"2":{"129":2}}],["`+`",{"2":{"129":1}}],["`alg",{"2":{"160":1}}],["`alg`",{"2":{"154":1}}],["`always",{"2":{"142":1}}],["`application",{"2":{"134":1}}],["`apply`",{"2":{"129":1,"134":1,"158":1}}],["`abstractgeometrytrait`",{"2":{"129":1}}],["`abstractarray`",{"2":{"129":1}}],["`abstractmatrix`",{"2":{"120":1}}],["`closedring`",{"2":{"134":1}}],["`calc",{"2":{"126":1}}],["`crs`",{"2":{"126":1}}],["`components`",{"2":{"129":1}}],["`collect`",{"2":{"129":1}}],["`covers`",{"2":{"68":1,"78":1}}],["`coveredby`",{"2":{"68":1,"78":1}}],["`contains`",{"2":{"65":1,"109":1}}],["`union",{"2":{"120":2}}],["`unionintersectingpolygons`",{"2":{"134":1,"138":1}}],["`unionintersectingpolygons",{"2":{"50":1,"51":2,"53":1,"54":2,"55":1,"56":2}}],["`ys`",{"2":{"120":1}}],["`flattening`",{"2":{"146":1}}],["`flattening",{"2":{"146":1}}],["`flatten`",{"2":{"129":1}}],["`f",{"2":{"129":1}}],["`featurecollectiontrait`",{"2":{"129":2}}],["`featurecollection`",{"2":{"120":2}}],["`featuretrait`",{"2":{"129":3}}],["`feature`s",{"2":{"120":1}}],["`f`",{"2":{"120":5,"129":6,"155":2,"160":1}}],["`false`",{"2":{"119":1,"120":1,"126":4,"142":1}}],["`fix",{"2":{"50":2,"51":2,"53":2,"54":2,"55":2,"56":2}}],["`within`",{"2":{"65":1,"109":1}}],["`weight`",{"2":{"39":1}}],["`geos`",{"2":{"160":3}}],["`geodesic`",{"2":{"146":1}}],["`geodesicsegments`",{"2":{"145":1,"146":1,"147":1}}],["`geointerface`",{"2":{"134":1}}],["`geointerface",{"2":{"129":2,"142":2}}],["`geometrycorrection`",{"2":{"132":1,"134":1,"138":2}}],["`geometry`",{"2":{"129":1,"142":2}}],["`geometrybasics",{"2":{"39":3}}],["`geom`",{"2":{"59":3,"129":1,"147":1}}],["`gi",{"2":{"120":1}}],["`g1`",{"2":{"59":1}}],["`tuple",{"2":{"161":1}}],["`tuple`s",{"2":{"156":1}}],["`tuple`",{"2":{"120":1,"156":1}}],["`time`",{"2":{"142":1}}],["`transform`",{"2":{"142":1}}],["`true`",{"2":{"68":1,"79":1,"82":2,"99":1,"109":1,"119":2,"120":1,"126":2,"142":1}}],["`threaded==true`",{"2":{"129":1}}],["`threaded`",{"2":{"126":1}}],["`tol`",{"2":{"150":2,"151":3,"152":2,"153":3,"154":4}}],["`to",{"2":{"54":1}}],["`target",{"2":{"142":3}}],["`target`",{"2":{"53":1,"129":4,"158":1}}],["`tables",{"2":{"129":1}}],["`taget`",{"2":{"50":1,"55":1}}],["`method",{"2":{"147":1}}],["`method`",{"2":{"39":3,"147":1}}],["`max",{"2":{"146":4,"147":2,"160":1}}],["`makie",{"2":{"120":1}}],["`multipointtrait`",{"2":{"129":1,"150":1}}],["`multipolygontrait`",{"2":{"129":1}}],["`multipolygon`",{"2":{"120":3}}],["`multipolygon",{"2":{"51":3,"54":3,"56":2}}],["`multipoly",{"2":{"51":7,"54":3,"56":3}}],["`minpoints`",{"2":{"120":2}}],["`number`",{"2":{"150":2,"154":3}}],["`namedtuple`",{"2":{"129":1}}],["`nothing`",{"2":{"44":1,"126":1}}],["`next",{"2":{"44":1}}],["`bool`",{"2":{"120":2}}],["`buffer`",{"2":{"40":1}}],["`barycentric",{"2":{"39":3}}],["`radialdistance`",{"2":{"150":1}}],["`ratio`",{"2":{"150":2,"154":3}}],["`reproject`",{"2":{"143":1}}],["`rebuild`",{"2":{"129":1}}],["`r`",{"2":{"39":1}}],["`rᵢ`",{"2":{"39":1}}],["`segmentize`",{"2":{"160":1}}],["`svector`",{"2":{"155":3}}],["`simplifyalg`",{"2":{"150":2}}],["`simplify",{"2":{"150":1}}],["`simplify`",{"2":{"150":2}}],["`source",{"2":{"142":3}}],["`s`",{"2":{"39":1}}],["`sᵢ`",{"2":{"39":2}}],["`s2`",{"2":{"39":1}}],["`s1`",{"2":{"39":1}}],["`hcat`",{"2":{"39":1}}],["`x`",{"2":{"129":1,"134":2}}],["`xs`",{"2":{"120":1}}],["`x1",{"2":{"39":1}}],["`x1`",{"2":{"39":2}}],["`x2`",{"2":{"39":1}}],["`visvalingamwhyatt`",{"2":{"150":1}}],["`vector",{"2":{"142":1}}],["`vector`",{"2":{"120":1,"129":1}}],["`vᵢ`",{"2":{"39":1}}],["`v`",{"2":{"39":1}}],["`values`",{"2":{"39":1,"120":1}}],["`λs`",{"2":{"39":2}}],["`",{"2":{"39":2,"50":1,"51":2,"53":1,"54":3,"55":1,"56":2,"120":3,"129":1,"134":2,"142":2,"147":1,"150":3,"160":2,"161":1}}],["```jldoctest",{"2":{"49":1,"50":1,"53":1,"54":1,"55":1,"62":1,"65":1,"68":1,"78":1,"82":1,"93":1,"96":1,"99":1,"109":1,"119":1,"150":1}}],["```julia",{"2":{"6":2,"39":1,"79":1,"119":1,"129":1,"155":2,"158":1}}],["```math",{"2":{"39":1,"119":1}}],["```",{"2":{"11":1,"39":3,"49":1,"50":1,"53":1,"55":1,"62":1,"65":1,"68":1,"78":1,"82":1,"93":1,"96":1,"99":1,"109":1,"119":3,"120":11,"129":1,"150":1,"155":2,"161":1}}],["λ₁",{"2":{"39":2}}],["λn",{"2":{"37":1}}],["λ3",{"2":{"37":1}}],["λ2",{"2":{"37":2}}],["λ1",{"2":{"37":2}}],["λs",{"2":{"5":3,"6":4,"39":27}}],["π",{"2":{"33":1,"150":1}}],["δbay",{"2":{"54":3}}],["δbax",{"2":{"54":3}}],["δby",{"2":{"54":5}}],["δbx",{"2":{"54":5}}],["δb",{"2":{"54":2}}],["δay",{"2":{"54":5}}],["δax",{"2":{"54":5}}],["δa",{"2":{"54":2}}],["δintrs",{"2":{"44":2}}],["δy2",{"2":{"119":2}}],["δy1",{"2":{"119":2}}],["δyl",{"2":{"96":4}}],["δy",{"2":{"33":8,"46":3,"90":7}}],["δys",{"2":{"33":1}}],["δx2",{"2":{"119":2}}],["δx1",{"2":{"119":2}}],["δxl",{"2":{"96":4}}],["δx",{"2":{"33":9,"46":3,"90":7}}],["∈",{"2":{"14":1}}],["~",{"2":{"14":3}}],["$ratio",{"2":{"154":1}}],["$rectangle",{"2":{"146":2}}],["$number",{"2":{"154":1}}],["$name",{"2":{"30":2}}],["$min",{"2":{"154":1}}],["$douglas",{"2":{"150":1,"152":1}}],["$simplify",{"2":{"150":1,"151":1,"153":1}}],["$lg",{"2":{"146":1}}],["$lin",{"2":{"146":2}}],["$geom",{"2":{"150":8}}],["$geo",{"2":{"146":1}}],["$apply",{"2":{"129":1,"141":1,"142":1,"150":1}}],["$calc",{"2":{"126":1}}],["$crs",{"2":{"126":1,"140":1}}],["$tol",{"2":{"154":1}}],["$threaded",{"2":{"126":1}}],["$t",{"2":{"62":1,"129":4}}],["$target",{"2":{"51":1,"54":1,"56":1,"129":3}}],["$trait",{"2":{"49":1,"51":2,"54":2,"56":2}}],["$",{"2":{"13":4,"14":1,"39":4,"44":2,"120":3,"134":4,"147":1,"150":12,"160":1}}],["qy",{"2":{"13":2,"14":2}}],["qx",{"2":{"13":2,"14":2}}],["q",{"2":{"13":13,"14":12,"44":4}}],["queue",{"2":{"152":41}}],["questions",{"2":{"54":1}}],["quite",{"2":{"131":1,"169":1}}],["quick",{"2":{"4":1,"6":1,"39":1,"140":1,"149":1}}],["quality",{"2":{"6":1,"150":1}}],["quantity",{"2":{"6":1,"146":1}}],["quot",{"2":{"1":4,"6":10,"20":2,"44":8,"58":2,"59":2,"62":2,"77":4,"90":10,"127":2,"129":8,"144":6,"163":2,"168":2}}],["|=",{"2":{"90":4,"96":1}}],["||",{"2":{"33":2,"44":13,"46":8,"49":1,"53":1,"54":5,"55":1,"62":18,"79":2,"90":8,"96":1,"101":1,"120":7,"152":1,"154":3}}],["|",{"2":{"11":4,"90":1}}],["|>",{"2":{"11":8,"13":2,"129":1,"145":1,"146":1,"150":3,"169":2}}],["↩︎",{"2":{"6":1}}],["ᵢᵢᵢ₊₁ᵢᵢ₊₁ᵢᵢ₊₁tᵢ=det",{"2":{"6":1}}],["⋅",{"2":{"6":1,"39":1}}],["zone",{"2":{"164":1}}],["zoom",{"2":{"14":1}}],["zs",{"2":{"120":5}}],["zipped",{"2":{"25":1}}],["zip",{"2":{"13":1,"14":1,"163":4,"164":2}}],["zeros",{"2":{"39":1,"46":1}}],["zero",{"2":{"4":6,"6":8,"36":11,"43":3,"44":4,"46":11,"54":22,"58":1,"59":3,"119":1,"129":1,"152":4}}],["z",{"2":{"4":1,"5":1,"6":2,"39":3,"62":3,"120":3,"141":1,"155":1,"156":1}}],["0e6",{"2":{"164":6}}],["0example",{"2":{"6":1}}],["097075198097933",{"2":{"164":1}}],["09707519809793252",{"2":{"164":2}}],["091887951911644",{"2":{"164":3}}],["0999933334666654",{"2":{"163":1}}],["09801605542096",{"2":{"163":1}}],["098016055420953",{"2":{"163":3}}],["09297443860091348",{"2":{"163":4}}],["09",{"2":{"38":1}}],["08506974233813636",{"2":{"164":2}}],["08",{"2":{"38":1}}],["062749678615475",{"2":{"164":1}}],["06274967861547665",{"2":{"164":2}}],["06592462566760626",{"2":{"163":1}}],["0650624499034016",{"2":{"163":4}}],["06",{"2":{"38":1}}],["02017324484778",{"2":{"164":1}}],["020173244847778715",{"2":{"164":2}}],["027886421973952302",{"2":{"163":4}}],["02",{"2":{"38":3}}],["04500741774392",{"2":{"164":1}}],["045007417743918",{"2":{"164":2}}],["049999166670833324",{"2":{"163":1}}],["0438052480035",{"2":{"163":1}}],["043805248003498",{"2":{"163":3}}],["04",{"2":{"38":6}}],["07518688541961",{"2":{"164":1}}],["075186885419612",{"2":{"164":2}}],["071",{"2":{"145":2,"146":2}}],["07",{"2":{"38":6,"145":6,"146":6}}],["009176636029576",{"2":{"164":1}}],["0091766360295773",{"2":{"164":2}}],["003135308800957",{"2":{"164":1}}],["0031353088009582475",{"2":{"164":2}}],["0035114210915891397",{"2":{"163":4}}],["006784125578492062",{"2":{"164":2}}],["0020133807972559925",{"2":{"164":2}}],["00839489109211",{"2":{"164":3}}],["008696",{"2":{"3":1,"6":3,"53":1,"54":1,"92":1,"93":1}}],["005465967083412071",{"2":{"163":4}}],["00111595449914",{"2":{"163":1}}],["001115954499138",{"2":{"163":3}}],["0010075412835199304",{"2":{"163":4}}],["001",{"2":{"150":1}}],["00085222666982",{"2":{"164":3}}],["000577332369005",{"2":{"164":1}}],["0005773323690041465",{"2":{"164":2}}],["000510363870095e6",{"2":{"164":2}}],["00025191811248184703",{"2":{"164":2}}],["000215611503127e6",{"2":{"164":2}}],["0007260527263e6",{"2":{"164":2}}],["000342160541625e6",{"2":{"164":2}}],["000124843834609e6",{"2":{"164":2}}],["000063948817746e6",{"2":{"164":2}}],["000026987852369e6",{"2":{"164":2}}],["000008144045314",{"2":{"164":1}}],["000007998400139e6",{"2":{"164":2}}],["000000999950001e6",{"2":{"164":2}}],["00001e6",{"2":{"164":1}}],["0004397316773170068",{"2":{"163":4}}],["000",{"2":{"150":1}}],["00",{"2":{"38":2}}],["053798628882221644",{"2":{"164":2}}],["05877989361332",{"2":{"163":1}}],["058779893613323",{"2":{"163":3}}],["05416726609360478",{"2":{"163":4}}],["05",{"2":{"38":1}}],["052704767595",{"2":{"15":1}}],["037564867762832",{"2":{"164":1}}],["03756486776283019",{"2":{"164":2}}],["031245035570328428",{"2":{"164":2}}],["033518309870985",{"2":{"164":3}}],["03503632062070827",{"2":{"163":4}}],["03",{"2":{"38":4}}],["01458815628695",{"2":{"164":3}}],["016044338630866517",{"2":{"164":2}}],["01592650896568995",{"2":{"163":1}}],["01597247419241532",{"2":{"163":4}}],["01908693278165",{"2":{"163":1}}],["019086932781654",{"2":{"163":3}}],["01098781325325",{"2":{"163":1}}],["010987813253244",{"2":{"163":3}}],["011814947665167774",{"2":{"163":4}}],["01362848005",{"2":{"15":1}}],["01",{"2":{"14":1,"38":1,"145":1,"146":1,"163":1,"164":2}}],["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,"32":20,"33":3,"35":9,"36":4,"38":155,"39":2,"42":6,"43":6,"44":49,"45":13,"46":5,"48":22,"49":49,"50":42,"53":2,"54":21,"55":46,"56":2,"58":20,"59":2,"61":13,"62":18,"64":16,"67":6,"68":6,"77":6,"78":12,"79":9,"81":15,"90":37,"95":13,"96":9,"98":12,"99":11,"108":16,"119":21,"120":7,"131":24,"137":64,"138":4,"145":16,"146":13,"147":1,"150":11,"152":7,"154":4,"161":2,"163":129,"164":48,"168":13}}],[">=",{"2":{"39":6,"79":4,"96":1,"154":1}}],[">",{"2":{"1":1,"6":6,"11":2,"13":1,"15":2,"25":1,"33":1,"39":1,"44":17,"46":3,"49":5,"50":1,"51":1,"54":2,"55":1,"56":3,"58":1,"62":1,"79":8,"90":10,"96":2,"119":4,"120":12,"129":5,"134":1,"138":3,"147":2,"150":1,"152":12,"154":3,"155":1,"161":1,"169":1}}],["914930257661865",{"2":{"164":1}}],["96875496442967",{"2":{"164":1}}],["961329",{"2":{"3":1,"6":3,"53":1,"54":1,"92":1,"93":1}}],["983955661369134",{"2":{"164":1}}],["9833",{"2":{"15":1}}],["9877550012664",{"2":{"163":1}}],["9840085315131",{"2":{"163":1}}],["98271048511609",{"2":{"163":1}}],["98661575256801",{"2":{"163":1}}],["99321587442151",{"2":{"164":1}}],["99375130197483",{"2":{"163":1}}],["997986619202745",{"2":{"164":1}}],["997750168744936",{"2":{"163":1}}],["997247091122496",{"2":{"163":1}}],["99600053330489",{"2":{"163":1}}],["991002699676024",{"2":{"163":1}}],["990022362600165",{"2":{"163":1}}],["99292997455441",{"2":{"163":1}}],["99533829767195",{"2":{"163":1}}],["99865616402829",{"2":{"163":1}}],["999999967681458e6",{"2":{"164":2}}],["999997707902938e6",{"2":{"164":2}}],["999987539891298e6",{"2":{"164":2}}],["999963474314044e6",{"2":{"164":2}}],["999919535736425e6",{"2":{"164":2}}],["999974634566875",{"2":{"163":1}}],["999849768598615e6",{"2":{"164":2}}],["999748081887518",{"2":{"164":1}}],["999748243174828e6",{"2":{"164":2}}],["999750002083324",{"2":{"163":1}}],["999609061508909e6",{"2":{"164":2}}],["999426363321033e6",{"2":{"164":2}}],["999194331880103e6",{"2":{"164":2}}],["99900003333289",{"2":{"163":1}}],["999565375483215",{"2":{"163":1}}],["9im",{"2":{"90":2,"167":1}}],["97976366505997",{"2":{"163":1}}],["9783069507679",{"2":{"163":1}}],["97",{"2":{"38":1}}],["946201371117777",{"2":{"164":1}}],["94",{"2":{"38":1}}],["92",{"2":{"38":1}}],["95770326033",{"2":{"15":1}}],["95",{"2":{"13":1,"14":1}}],["900",{"2":{"146":1}}],["90063612163",{"2":{"11":2}}],["90",{"2":{"32":9,"38":1}}],["909318372607",{"2":{"11":3}}],["9",{"2":{"1":1,"6":1,"90":2,"119":12,"145":1,"155":1}}],["873633668827033",{"2":{"164":1}}],["8135804051007",{"2":{"163":1}}],["813580405100698",{"2":{"163":3}}],["88",{"2":{"38":1}}],["86641841658641",{"2":{"163":1}}],["866418416586406",{"2":{"163":3}}],["86",{"2":{"38":1}}],["868447876892",{"2":{"15":2}}],["84",{"2":{"38":1}}],["821068835162155",{"2":{"164":1}}],["82",{"2":{"38":1}}],["800",{"2":{"38":1}}],["80000",{"2":{"15":5}}],["80",{"2":{"38":1}}],["80869813739",{"2":{"15":2}}],["856614689791036e",{"2":{"15":2}}],["83572303404496",{"2":{"6":2,"53":1,"54":1}}],["8",{"2":{"1":3,"6":9,"13":1,"14":1,"50":2,"55":4,"90":1,"120":3,"145":1,"155":3,"164":2}}],["karnataka",{"2":{"169":1}}],["ktgdm",{"2":{"164":1}}],["kbn",{"2":{"11":2}}],["kinds",{"2":{"23":1}}],["kind",{"2":{"9":1,"120":1}}],["k",{"2":{"6":1,"14":6,"39":1,"44":5,"90":5,"163":5,"164":5}}],["kernel",{"2":{"147":4}}],["keepat",{"2":{"55":1,"138":2}}],["keep",{"2":{"44":3,"120":1,"138":14,"145":1,"168":1}}],["keeping",{"2":{"6":1,"129":1,"141":1}}],["keys",{"2":{"120":4}}],["key",{"2":{"6":1,"120":4,"160":5}}],["keyword",{"2":{"6":8,"23":1,"50":1,"53":1,"55":1,"126":6,"129":1,"140":2,"146":2,"160":4,"164":2}}],["keywords",{"2":{"1":2,"4":1,"6":10,"90":2,"120":1,"126":1,"129":1,"140":1,"141":2,"142":3,"150":8,"151":1,"152":1,"153":1,"154":1,"156":2}}],["known",{"2":{"46":2}}],["know",{"2":{"6":3,"33":2,"44":1,"46":1,"50":1,"53":1,"54":2,"55":1,"56":1,"129":1,"168":1}}],["kwdef",{"2":{"30":1,"44":1,"146":1,"151":1,"152":1,"153":1}}],["kwargs",{"2":{"6":1,"40":3,"46":1,"49":1,"50":3,"51":3,"53":4,"54":5,"55":3,"56":7,"134":3,"143":1,"146":1}}],["kw",{"2":{"1":1,"6":11,"90":10,"120":20,"129":21,"141":3,"150":15,"153":1,"155":3,"156":3,"160":6}}],["json",{"2":{"166":3}}],["jstep",{"2":{"62":3}}],["jstart",{"2":{"62":7}}],["jpn",{"2":{"169":2}}],["jp",{"2":{"62":2}}],["jhole",{"2":{"62":2}}],["jh",{"2":{"56":5}}],["j+1",{"2":{"44":1,"120":1,"154":1}}],["j",{"2":{"44":24,"62":8,"79":9,"90":12,"119":2,"120":8,"154":2}}],["jet",{"2":{"38":1}}],["joined",{"2":{"168":4}}],["joins",{"0":{"167":1},"1":{"168":1,"169":1,"170":1},"2":{"167":3}}],["join",{"2":{"129":2,"167":4,"168":5,"170":1}}],["joinpath",{"2":{"25":1,"150":2}}],["joining",{"2":{"6":2,"150":1,"167":1}}],["just",{"2":{"4":1,"6":1,"43":1,"44":2,"54":4,"56":1,"59":2,"120":1,"127":1,"129":3,"146":1,"167":1}}],["julialand",{"2":{"164":2}}],["julialines",{"2":{"35":1}}],["julialinearsegments",{"2":{"6":1}}],["juliahole",{"2":{"163":1}}],["juliaplot",{"2":{"164":2}}],["juliap1",{"2":{"163":1}}],["juliapoly",{"2":{"164":1}}],["juliapolygon3",{"2":{"164":1}}],["juliapolygon1",{"2":{"163":1}}],["juliapolygonize",{"2":{"6":1}}],["juliapolygon",{"2":{"6":1}}],["juliapoints",{"2":{"168":1}}],["juliapoint",{"2":{"163":1}}],["juliaxoffset",{"2":{"163":3,"164":1}}],["juliax",{"2":{"163":2}}],["juliaxrange",{"2":{"58":1}}],["julia$apply",{"2":{"156":1}}],["julia$threaded",{"2":{"140":1}}],["julia6",{"2":{"150":1}}],["julia```jldoctest",{"2":{"161":1}}],["julia```julia",{"2":{"120":1}}],["julia```",{"2":{"79":1,"158":1}}],["julia1",{"2":{"50":1,"53":1,"54":1,"55":1}}],["julia2",{"2":{"49":1}}],["juliabase",{"2":{"39":1,"59":4,"129":1,"160":1}}],["juliabarycentric",{"2":{"5":3,"6":3}}],["juliamy",{"2":{"170":1}}],["juliamultipoly",{"2":{"150":1}}],["juliamodule",{"2":{"30":1}}],["juliameanvalue",{"2":{"6":1}}],["juliagi",{"2":{"11":2}}],["juliago",{"2":{"11":1,"32":1,"35":1,"45":1,"61":1,"64":1,"67":1,"77":1,"81":1,"92":1,"95":1,"98":1,"108":1,"167":1}}],["juliageopoly1",{"2":{"164":1}}],["juliageointerface",{"2":{"161":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,"129":6}}],["juliaunion",{"2":{"6":1}}],["juliaunionintersectingpolygons",{"2":{"6":1,"135":1}}],["juliausing",{"2":{"6":1,"13":1,"14":1,"25":1,"145":2,"146":1,"149":1,"150":1,"165":1}}],["juliafig",{"2":{"163":1,"164":1}}],["juliafix",{"2":{"6":1}}],["juliafalse",{"2":{"119":1}}],["juliafunction",{"2":{"33":2,"39":3,"40":2,"43":1,"44":11,"46":2,"49":1,"51":1,"54":2,"56":1,"59":8,"90":6,"96":2,"101":1,"121":1,"129":5,"143":1,"146":1,"154":2}}],["juliafor",{"2":{"30":1,"129":2}}],["juliaflexijoins",{"2":{"170":1}}],["juliaflipped",{"2":{"122":1}}],["juliaflip",{"2":{"6":1}}],["juliaflatten",{"2":{"6":1,"124":1}}],["juliascatter",{"2":{"168":1}}],["juliasource",{"2":{"164":2}}],["juliastruct",{"2":{"139":1}}],["juliasimplify",{"2":{"6":1,"150":3}}],["juliasigned",{"2":{"4":2,"6":2}}],["juliasegmentize",{"2":{"6":1}}],["julias1",{"2":{"6":1}}],["juliavisvalingamwhyatt",{"2":{"6":1}}],["juliaring3",{"2":{"164":1}}],["juliaring1",{"2":{"163":1}}],["juliar",{"2":{"163":2,"164":2}}],["juliareconstruct",{"2":{"6":1,"124":1}}],["juliarebuild",{"2":{"6":1,"124":1}}],["juliareproject",{"2":{"1":1}}],["juliaradialdistance",{"2":{"6":1}}],["juliadf",{"2":{"165":1}}],["juliadestination",{"2":{"164":1}}],["juliadouglaspeucker",{"2":{"6":1}}],["juliadifference",{"2":{"6":1}}],["juliadiffintersectingpolygons",{"2":{"6":1,"135":1}}],["juliadistance",{"2":{"4":1,"6":1}}],["juliadisjoint",{"2":{"3":1,"6":1}}],["juliaexport",{"2":{"31":1,"34":1,"37":1,"41":1,"47":1,"50":1,"53":1,"55":1,"57":1,"60":1,"63":1,"66":1,"76":1,"80":1,"91":1,"94":1,"97":1,"107":1,"117":1,"120":1,"122":1,"130":1,"133":1,"136":1,"139":1,"142":1,"144":1,"150":1,"157":1}}],["juliaend",{"2":{"59":1}}],["juliaenforce",{"2":{"6":1}}],["juliaenum",{"2":{"6":2}}],["juliaembed",{"2":{"4":1,"6":1}}],["juliaequals",{"2":{"4":15,"6":15,"44":1}}],["juliaaccuratearithmetic",{"2":{"11":2}}],["juliaabstract",{"2":{"6":3,"134":1,"135":1,"146":1,"159":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":{"42":1}}],["juliacentroid",{"2":{"4":1,"6":3}}],["juliacut",{"2":{"6":1}}],["juliaclosedring",{"2":{"6":1,"135":1}}],["juliaconst",{"2":{"33":1,"36":1,"39":1,"44":1,"46":2,"59":1,"68":1,"82":1,"99":1,"109":1,"126":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":{"62":1,"65":1,"68":1,"78":1,"82":1,"93":1,"96":1,"99":1,"109":1,"119":1}}],["juliatraittarget",{"2":{"6":2,"158":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":{"169":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,"32":1,"35":1,"42":1,"45":1,"48":1,"58":1,"61":1,"64":1,"67":1,"77":1,"81":1,"92":1,"95":1,"98":1,"108":1,"131":2,"137":2,"145":1,"166":4,"168":1,"169":1}}],["julia",{"2":{"3":1,"6":4,"9":1,"15":1,"26":1,"30":1,"33":4,"36":10,"39":8,"43":19,"44":60,"46":18,"49":10,"50":6,"51":1,"53":5,"54":29,"55":6,"56":4,"58":1,"59":4,"62":15,"65":1,"69":1,"70":5,"71":1,"72":1,"73":2,"74":1,"75":1,"78":1,"79":3,"83":1,"84":3,"85":1,"86":1,"87":1,"88":1,"89":1,"90":50,"93":1,"96":7,"100":1,"101":3,"102":1,"103":1,"104":1,"105":1,"106":1,"110":1,"111":3,"112":1,"113":1,"114":2,"115":1,"116":1,"119":9,"120":40,"121":2,"129":63,"132":5,"134":1,"138":3,"140":1,"141":1,"142":1,"146":1,"147":2,"150":1,"151":2,"152":15,"153":3,"155":1,"156":1,"157":1,"158":1,"160":4,"161":1,"162":2,"164":2,"166":2,"167":1,"168":1}}],["julia>",{"2":{"1":5,"6":7,"119":3,"155":7}}],["juliajulia>",{"2":{"1":2,"6":3}}],["jl`",{"2":{"142":1,"160":1}}],["jldoctest",{"2":{"6":1}}],["jl",{"0":{"30":1},"2":{"1":10,"4":1,"6":13,"10":2,"11":1,"22":2,"26":2,"30":42,"33":1,"36":1,"39":1,"40":3,"43":1,"44":1,"46":1,"49":1,"51":1,"52":1,"54":1,"56":1,"59":1,"62":1,"65":1,"75":1,"78":1,"79":1,"89":1,"90":1,"93":1,"96":1,"106":1,"116":1,"119":2,"120":1,"121":1,"124":1,"129":3,"132":1,"135":1,"138":1,"139":1,"140":2,"141":1,"142":4,"143":3,"144":1,"146":3,"147":2,"150":2,"154":1,"155":6,"156":2,"159":1,"160":2,"161":1,"164":1,"167":1}}],["+5000000",{"2":{"164":1}}],["+proj=natearth2",{"2":{"164":2}}],["+=",{"2":{"36":2,"39":11,"43":6,"44":17,"46":10,"49":1,"62":1,"79":1,"90":5,"119":1,"138":2,"152":4,"161":3}}],["+",{"2":{"1":1,"6":2,"13":1,"14":1,"33":4,"36":1,"39":20,"43":10,"44":15,"46":7,"49":1,"54":10,"59":3,"62":2,"79":2,"90":6,"119":6,"120":2,"138":3,"147":2,"152":3,"153":2,"154":2,"163":6,"164":5}}],["yticklabelsvisible",{"2":{"164":1}}],["york",{"2":{"169":1}}],["yoffset",{"2":{"163":7,"164":2}}],["your",{"0":{"166":1},"2":{"18":1,"40":1,"120":1,"122":1,"143":1,"146":1,"165":1,"166":1,"170":2}}],["you",{"0":{"23":1,"164":1},"2":{"1":1,"4":1,"5":2,"6":10,"9":1,"11":1,"17":1,"18":5,"23":1,"28":2,"33":1,"36":1,"39":8,"40":1,"43":1,"50":1,"53":1,"55":1,"122":1,"131":1,"137":1,"139":1,"143":1,"145":1,"146":1,"147":1,"155":1,"158":1,"164":1,"165":2,"166":3,"168":2,"169":3,"170":4}}],["y=y",{"2":{"161":1}}],["yvec",{"2":{"120":4}}],["ybounds",{"2":{"120":4}}],["yhalf",{"2":{"120":3}}],["ylast",{"2":{"59":3}}],["yfirst",{"2":{"59":5}}],["y0",{"2":{"59":5}}],["yw",{"2":{"46":4}}],["yeild",{"2":{"54":1}}],["ye",{"2":{"46":4}}],["yet",{"0":{"121":1},"2":{"30":1,"39":1,"49":1,"51":1,"54":1,"56":1,"62":1,"120":1,"121":1,"134":2,"169":1}}],["y2",{"2":{"43":2,"46":18,"59":7,"79":10,"90":5,"96":4,"120":5,"147":6,"161":2}}],["y1",{"2":{"43":2,"46":22,"59":7,"79":11,"90":6,"96":5,"120":5,"147":7,"161":2}}],["yield",{"2":{"146":1}}],["yind+1",{"2":{"120":1}}],["yind",{"2":{"120":2}}],["yinterior",{"2":{"43":2}}],["yi+yi−1",{"2":{"6":1}}],["ycentroid",{"2":{"43":13}}],["yrange",{"2":{"38":3,"58":3}}],["yautolimits",{"2":{"38":2}}],["yp2",{"2":{"33":4}}],["ys",{"2":{"6":3,"120":30}}],["ymax",{"2":{"6":1,"45":2,"46":48}}],["ymin",{"2":{"6":1,"45":2,"46":49}}],["y",{"2":{"1":2,"4":1,"6":4,"13":9,"14":10,"25":2,"33":8,"36":2,"38":8,"42":1,"43":10,"44":6,"45":1,"46":8,"51":6,"54":8,"58":2,"59":7,"62":3,"79":21,"90":16,"96":7,"119":10,"122":2,"129":1,"141":4,"142":1,"147":2,"154":1,"155":2,"156":2,"161":7,"163":8,"164":4,"167":1}}],["75",{"2":{"58":2,"64":1,"81":1,"108":1}}],["78",{"2":{"38":1}}],["74",{"2":{"38":1}}],["72",{"2":{"38":1}}],["726711609794",{"2":{"15":1}}],["76",{"2":{"38":1}}],["76085",{"2":{"15":1}}],["768946",{"2":{"3":1,"6":3,"53":1,"54":1,"92":1,"93":1}}],["70440582002419",{"2":{"163":1}}],["704405820024185",{"2":{"163":3}}],["704377648755",{"2":{"15":2}}],["700",{"2":{"14":1}}],["700454",{"2":{"6":1,"149":1,"150":1}}],["701141",{"2":{"6":1,"149":1,"150":1}}],["70",{"2":{"6":20,"38":1,"149":20,"150":20,"163":20}}],["738281",{"2":{"3":1,"6":3,"53":1,"54":1,"92":1,"93":1}}],["7",{"2":{"1":5,"6":5,"90":1,"129":1,"145":4,"146":4,"155":4,"164":1}}],["65533525026046",{"2":{"163":1}}],["655335250260467",{"2":{"163":3}}],["659942",{"2":{"6":1,"149":1,"150":1}}],["6area",{"2":{"43":2}}],["66",{"2":{"38":1}}],["668869",{"2":{"6":1,"149":1,"150":1}}],["64744840486518",{"2":{"164":3}}],["64",{"2":{"38":1,"145":2,"146":2}}],["646209",{"2":{"6":1,"149":1,"150":1}}],["629",{"2":{"164":1}}],["62",{"2":{"38":1}}],["624923",{"2":{"6":1,"149":1,"150":1}}],["61366192682",{"2":{"15":1}}],["614624",{"2":{"6":1,"149":1,"150":1}}],["605000000000004",{"2":{"145":2}}],["60",{"2":{"38":1,"145":2}}],["60000",{"2":{"15":3}}],["609817",{"2":{"6":1,"149":1,"150":1}}],["603637",{"2":{"6":2,"149":2,"150":2}}],["68",{"2":{"38":1}}],["682601",{"2":{"6":1,"149":1,"150":1}}],["683975",{"2":{"6":1,"149":1,"150":1}}],["69159119078359",{"2":{"164":3}}],["694274",{"2":{"6":1,"149":1,"150":1}}],["697021",{"2":{"6":1,"149":1,"150":1}}],["639343",{"2":{"6":1,"149":1,"150":1}}],["6",{"2":{"1":12,"3":4,"6":23,"50":3,"55":3,"90":1,"96":4,"129":3,"150":1,"155":9,"164":2}}],["51695367760999",{"2":{"164":1}}],["516953677609987",{"2":{"164":2}}],["51030066635026",{"2":{"163":4}}],["5e6",{"2":{"164":2}}],["55715336218991",{"2":{"164":1}}],["557153362189904",{"2":{"164":2}}],["55",{"2":{"163":3}}],["55494217175954",{"2":{"163":4}}],["57",{"2":{"145":4,"146":4}}],["57725",{"2":{"15":2}}],["5x",{"2":{"129":1}}],["563198",{"2":{"54":1}}],["56",{"2":{"38":1}}],["54",{"2":{"38":1,"163":19}}],["50",{"2":{"38":1,"145":4,"146":4,"163":3}}],["500000",{"2":{"164":1}}],["50000",{"2":{"15":1}}],["500",{"2":{"14":1,"164":1}}],["5d",{"2":{"26":1}}],["52",{"2":{"38":1}}],["52521",{"2":{"15":1}}],["52709",{"2":{"15":2}}],["594711",{"2":{"6":1,"149":1,"150":1}}],["590591",{"2":{"6":1,"149":1,"150":1}}],["595397",{"2":{"6":1,"149":1,"150":1}}],["535",{"2":{"145":4}}],["5355",{"2":{"145":2}}],["53333",{"2":{"15":4}}],["53",{"2":{"6":10,"145":2,"161":10}}],["58",{"2":{"38":1}}],["58059",{"2":{"15":2}}],["587158",{"2":{"6":2,"149":2,"150":2}}],["58375366067548",{"2":{"6":2,"53":1,"54":1}}],["584961",{"2":{"3":1,"6":3,"53":1,"54":1,"92":1,"93":1}}],["5",{"2":{"1":29,"3":4,"4":8,"6":84,"13":1,"38":1,"48":5,"49":8,"50":16,"55":18,"58":8,"62":8,"90":1,"96":4,"120":1,"129":2,"145":1,"146":1,"155":27,"163":32,"164":25,"170":1}}],["4983491639274692e6",{"2":{"164":2}}],["4986507085647392e6",{"2":{"164":2}}],["497205585568957e6",{"2":{"164":2}}],["4976022389592e6",{"2":{"164":2}}],["4957639801366436e6",{"2":{"164":2}}],["4940253560034204e6",{"2":{"164":2}}],["4946113281484335e6",{"2":{"164":2}}],["491990928929295e6",{"2":{"164":2}}],["4904357734399722e6",{"2":{"164":2}}],["4926709788709967e6",{"2":{"164":2}}],["4962554647802354e6",{"2":{"164":2}}],["499984780817334e6",{"2":{"164":2}}],["4997392479570867e6",{"2":{"164":2}}],["4991939151049731e6",{"2":{"164":2}}],["4994001399837343e6",{"2":{"164":2}}],["4998500087497458e6",{"2":{"164":2}}],["49",{"2":{"120":1}}],["43541888381864",{"2":{"164":3}}],["4326",{"2":{"164":5}}],["43787",{"2":{"15":1}}],["439295815226",{"2":{"15":1}}],["434306",{"2":{"6":1,"149":1,"150":1}}],["4896621210021754e6",{"2":{"164":2}}],["489271",{"2":{"6":4,"161":4}}],["4870405593989636e6",{"2":{"164":2}}],["4879072738504685e6",{"2":{"164":2}}],["484003",{"2":{"119":4}}],["482551",{"2":{"119":4}}],["48268",{"2":{"15":1}}],["48",{"2":{"38":1}}],["48001",{"2":{"15":1}}],["45",{"2":{"38":2,"119":12,"163":2}}],["450",{"2":{"13":1}}],["458369",{"2":{"6":2,"149":2,"150":2}}],["42004014766201",{"2":{"163":1}}],["420040147662014",{"2":{"163":3}}],["4219350464667047e",{"2":{"163":4}}],["42",{"2":{"13":1,"14":1,"38":3}}],["426283",{"2":{"6":1,"149":1,"150":1}}],["400",{"2":{"38":3}}],["40000",{"2":{"15":1}}],["40",{"2":{"14":1,"38":3}}],["406224",{"2":{"6":1,"149":1,"150":1}}],["404504",{"2":{"6":1,"149":1,"150":1}}],["41544701408748197",{"2":{"163":1}}],["41",{"2":{"38":1,"164":20}}],["41878",{"2":{"15":1}}],["414248",{"2":{"6":1,"149":1,"150":1}}],["419406",{"2":{"6":1,"149":1,"150":1}}],["4493927459900552",{"2":{"163":1}}],["44121252392",{"2":{"15":1}}],["44",{"2":{"14":1,"38":2}}],["442901",{"2":{"6":1,"149":1,"150":1}}],["446339",{"2":{"6":1,"149":1,"150":1}}],["477985",{"2":{"119":4}}],["47",{"2":{"38":3}}],["473835",{"2":{"6":1,"149":1,"150":1}}],["472117",{"2":{"6":2,"149":2,"150":2}}],["46525251631344455",{"2":{"163":1}}],["465816",{"2":{"6":1,"149":1,"150":1}}],["46",{"2":{"38":3}}],["468107",{"2":{"6":1,"149":1,"150":1}}],["464547",{"2":{"6":6,"161":6}}],["4",{"2":{"1":11,"3":4,"6":15,"9":2,"13":2,"14":1,"32":1,"46":1,"65":1,"78":1,"82":1,"90":2,"109":1,"119":1,"129":3,"145":1,"152":1,"155":8,"164":20,"166":2}}],["3585",{"2":{"145":1}}],["35",{"2":{"38":3}}],["354492",{"2":{"3":1,"6":3,"53":1,"54":1,"92":1,"93":1}}],["38042741557976",{"2":{"163":1}}],["380427415579764",{"2":{"163":3}}],["38",{"2":{"38":3}}],["3655999675063154",{"2":{"163":1}}],["36",{"2":{"38":2}}],["360",{"2":{"33":1}}],["36022",{"2":{"15":1}}],["327284472232776",{"2":{"164":3}}],["32610",{"2":{"164":3}}],["32",{"2":{"38":3}}],["37",{"2":{"38":5}}],["3497142366876638",{"2":{"163":1}}],["34",{"2":{"38":3}}],["31571636123306385",{"2":{"163":1}}],["31",{"2":{"38":2}}],["30151010318639",{"2":{"163":4}}],["30527612515520186",{"2":{"163":4}}],["300",{"2":{"58":1}}],["30",{"2":{"14":2,"38":3,"163":2}}],["3376428491230612",{"2":{"163":4}}],["3390",{"2":{"90":1}}],["33333333333",{"2":{"15":1}}],["333333333336",{"2":{"15":3}}],["33",{"2":{"6":20,"149":20,"150":20}}],["3d",{"2":{"4":1,"6":1,"39":2,"62":1,"129":1,"144":1}}],["3",{"2":{"1":13,"3":4,"5":1,"6":29,"14":2,"39":13,"42":6,"44":1,"50":6,"55":5,"61":1,"65":1,"78":1,"82":1,"90":2,"95":1,"109":1,"120":7,"129":3,"137":16,"145":4,"150":3,"152":2,"154":1,"155":11,"164":2,"168":1}}],["39945867303846",{"2":{"164":3}}],["3995734698458635",{"2":{"163":1}}],["399918",{"2":{"6":2,"149":2,"150":2}}],["394759",{"2":{"6":1,"149":1,"150":1}}],["392466",{"2":{"6":1,"149":1,"150":1}}],["395332",{"2":{"6":1,"149":1,"150":1}}],["39",{"0":{"29":1},"2":{"0":1,"4":5,"6":20,"7":1,"9":2,"17":2,"18":1,"19":1,"23":1,"28":1,"33":1,"35":1,"36":1,"37":1,"38":3,"39":2,"42":6,"43":3,"44":28,"46":1,"48":1,"49":1,"51":1,"53":4,"54":1,"56":2,"59":4,"62":7,"67":1,"77":2,"84":2,"90":19,"96":1,"98":1,"101":2,"120":3,"122":2,"124":3,"125":1,"129":5,"135":6,"136":1,"139":1,"145":6,"146":1,"148":1,"150":2,"158":2,"159":3,"160":6,"162":1,"163":6,"164":10,"165":4,"166":5,"167":1,"169":1,"170":2}}],["2pi",{"2":{"163":1,"164":2}}],["2nd",{"2":{"54":6}}],["2335447787454",{"2":{"164":1}}],["233544778745394",{"2":{"164":2}}],["23",{"2":{"38":3,"90":1}}],["23699059147",{"2":{"15":1}}],["28",{"2":{"38":2}}],["28083",{"2":{"15":2}}],["2658011835867806",{"2":{"163":1}}],["26745668457025",{"2":{"163":1}}],["267456684570245",{"2":{"163":3}}],["26",{"2":{"38":5,"90":2}}],["24989584635339165",{"2":{"163":1}}],["24279488312757858",{"2":{"163":4}}],["24",{"2":{"38":7,"90":1,"164":9}}],["274364",{"2":{"50":1,"53":1,"55":1}}],["274363",{"2":{"50":1,"53":1,"55":1}}],["27",{"2":{"38":2}}],["275543",{"2":{"6":6,"161":6}}],["2d",{"2":{"26":1,"144":1}}],["2^",{"2":{"14":1}}],["2158594260436434",{"2":{"163":1}}],["215118",{"2":{"6":4,"161":4}}],["21664550952386064",{"2":{"163":4}}],["21",{"2":{"38":4,"90":2,"164":40}}],["21427",{"2":{"11":5}}],["295828190107045",{"2":{"164":1}}],["29582819010705",{"2":{"164":2}}],["299820032397223",{"2":{"163":1}}],["29",{"2":{"38":3}}],["29th",{"0":{"8":1},"1":{"9":1,"10":1}}],["298",{"2":{"6":2,"146":2}}],["20340",{"2":{"166":1}}],["20682326747054",{"2":{"164":1}}],["206823267470536",{"2":{"164":2}}],["20093817218219",{"2":{"163":1}}],["200938172182195",{"2":{"163":3}}],["2018",{"2":{"90":1}}],["2017",{"2":{"6":1,"39":1}}],["20",{"2":{"38":3,"90":2,"163":60,"164":1}}],["2024",{"0":{"7":1,"8":1},"1":{"9":1,"10":1}}],["20th",{"0":{"7":1}}],["25",{"2":{"38":3,"64":1,"90":1,"108":1,"164":12}}],["258",{"2":{"11":1}}],["25px",{"2":{"6":2}}],["257223563`",{"2":{"146":1}}],["257223563",{"2":{"6":2,"146":1}}],["22",{"2":{"38":3,"90":1}}],["22168",{"2":{"3":1,"6":3,"53":1,"54":1,"92":1,"93":1}}],["224758",{"2":{"3":1,"6":3,"53":1,"54":1,"92":1,"93":1}}],["2",{"2":{"1":19,"3":9,"5":1,"6":49,"13":1,"14":1,"15":3,"26":2,"33":3,"36":1,"38":6,"39":32,"42":2,"43":4,"44":10,"45":6,"46":7,"48":1,"49":2,"54":2,"55":1,"58":1,"59":3,"62":4,"65":2,"78":2,"79":2,"81":2,"82":3,"90":11,"109":2,"119":2,"120":23,"129":5,"138":1,"147":1,"150":5,"152":7,"153":7,"154":5,"155":18,"161":11,"163":7,"164":16,"165":1}}],["1st",{"2":{"54":6}}],["198232937815632",{"2":{"164":1}}],["19823293781563178",{"2":{"164":2}}],["1999466709331708",{"2":{"163":1}}],["1998",{"2":{"50":1,"53":1,"55":1}}],["19",{"2":{"38":2,"90":2}}],["110m",{"2":{"164":2}}],["110",{"2":{"164":1}}],["11591614996189725",{"2":{"163":1}}],["11966707868197",{"2":{"163":1}}],["119667078681967",{"2":{"163":3}}],["11",{"2":{"15":2,"38":2,"90":1}}],["1145",{"2":{"50":1,"53":1,"55":1}}],["114",{"2":{"7":1}}],["16589608273778408",{"2":{"163":1}}],["165644",{"2":{"119":2}}],["16692537029320365",{"2":{"163":4}}],["166644",{"2":{"119":2}}],["163434",{"2":{"119":2}}],["169356",{"2":{"119":2}}],["164434",{"2":{"119":2}}],["16111",{"2":{"15":1}}],["16",{"2":{"13":1,"14":1,"38":2,"90":2}}],["180",{"2":{"33":1,"119":1}}],["18593721105",{"2":{"15":1}}],["18",{"2":{"13":1,"14":1,"38":3,"90":2}}],["1em",{"2":{"6":2}}],["1px",{"2":{"6":2}}],["13309630561615",{"2":{"164":3}}],["13401805979",{"2":{"15":2}}],["13",{"2":{"6":3,"38":1,"50":1,"55":2,"90":1}}],["10n",{"2":{"164":1}}],["10832215707812454",{"2":{"163":4}}],["10m",{"2":{"150":1}}],["10^9",{"2":{"13":1}}],["1000000",{"2":{"164":1}}],["1000",{"2":{"13":2,"145":2,"164":1,"168":2}}],["100",{"2":{"6":2,"14":3,"120":2}}],["10",{"2":{"6":14,"11":1,"35":1,"38":5,"48":4,"49":10,"50":2,"53":1,"55":2,"61":2,"90":3,"95":2,"146":1,"150":3,"163":1}}],["14182952335953",{"2":{"164":1}}],["14182952335952814",{"2":{"164":2}}],["14404531208901e",{"2":{"164":2}}],["1499775010124783",{"2":{"163":1}}],["1464721641710074",{"2":{"163":4}}],["14",{"2":{"3":1,"6":5,"38":2,"53":2,"54":2,"90":1,"92":1,"93":1,"145":2,"146":2}}],["15488729606723",{"2":{"164":3}}],["15",{"2":{"3":1,"6":4,"38":1,"48":1,"49":1,"53":1,"54":1,"90":1,"92":1,"93":1}}],["17893116483784577",{"2":{"164":2}}],["17289902010158",{"2":{"163":1}}],["172899020101585",{"2":{"163":3}}],["170356",{"2":{"119":2}}],["17",{"2":{"3":1,"6":3,"38":3,"53":1,"54":1,"90":2,"92":1,"93":1}}],["125",{"2":{"6":2,"53":1,"54":1}}],["127",{"2":{"3":1,"6":3,"53":1,"54":1,"92":1,"93":1,"164":1}}],["123",{"2":{"3":1,"6":3,"53":1,"54":1,"92":1,"93":1}}],["12636633117296836",{"2":{"164":2}}],["126",{"2":{"3":1,"6":3,"53":1,"54":1,"92":1,"93":1}}],["12",{"2":{"3":1,"6":3,"38":2,"53":1,"54":1,"90":1,"92":1,"93":1,"169":1}}],["124",{"2":{"3":1,"6":3,"53":1,"54":1,"92":1,"93":1}}],["1",{"2":{"1":8,"3":38,"6":63,"13":1,"14":4,"15":1,"25":1,"32":4,"33":15,"35":7,"37":2,"38":11,"39":16,"42":4,"43":7,"44":72,"45":9,"46":15,"48":1,"49":10,"51":3,"54":9,"55":4,"56":11,"58":7,"59":6,"62":16,"64":2,"65":6,"67":2,"68":2,"77":2,"78":8,"79":12,"81":2,"82":5,"90":38,"96":6,"98":4,"99":5,"101":1,"108":2,"109":6,"119":16,"120":25,"129":9,"131":12,"132":2,"138":9,"146":1,"147":4,"150":8,"152":15,"153":3,"154":15,"155":6,"161":9,"163":8,"164":56,"165":1,"168":8,"169":3}}],["human",{"2":{"166":1}}],["hypot",{"2":{"147":1}}],["h2",{"2":{"90":6}}],["h1",{"2":{"90":11}}],["hm",{"2":{"38":2}}],["h",{"2":{"33":2,"44":2,"56":8}}],["high",{"2":{"166":1}}],["highest",{"2":{"164":1}}],["hit",{"2":{"44":1,"129":5}}],["hits",{"2":{"18":1}}],["hidedecorations",{"2":{"38":2}}],["hinter",{"2":{"30":3,"40":1,"143":1,"146":1}}],["hint",{"2":{"30":3,"40":1,"146":1}}],["hinge=2",{"2":{"53":1}}],["hinge`",{"2":{"53":1}}],["hinge",{"2":{"6":1,"44":1,"54":13,"90":15}}],["hist",{"2":{"13":1}}],["histogram",{"2":{"13":1}}],["href=",{"2":{"6":2}}],["https",{"2":{"6":2,"25":1,"50":1,"53":1,"54":1,"55":1,"90":2,"150":1,"152":1}}],["hcat",{"2":{"6":1}}],["heavily",{"2":{"129":1}}],["heatmap",{"2":{"13":5,"14":6,"38":2,"58":2,"120":1}}],["help",{"2":{"159":1}}],["helpers",{"0":{"44":1},"2":{"79":1,"96":1}}],["helper",{"0":{"51":1,"54":1,"56":1},"2":{"43":1,"44":1,"49":1}}],["helps",{"2":{"29":1}}],["held",{"2":{"1":1,"6":1,"129":1}}],["here",{"2":{"6":2,"9":1,"13":1,"14":1,"20":1,"39":1,"54":1,"79":1,"120":2,"129":5,"131":1,"146":1,"164":2,"167":2,"168":3}}],["hours",{"2":{"169":1}}],["hood",{"2":{"166":1}}],["hook",{"2":{"6":1,"150":1}}],["home",{"2":{"164":1}}],["horizontal",{"2":{"46":1,"54":1,"120":1,"150":1}}],["hormann",{"0":{"51":1,"54":1,"56":1},"2":{"6":2,"39":2,"44":3,"49":2,"50":1,"53":1,"55":1}}],["how",{"2":{"6":2,"35":1,"39":1,"44":1,"54":1,"62":1,"120":2,"124":1,"129":1,"141":1,"150":1,"164":1,"166":1,"167":2,"168":2,"169":1,"170":1}}],["however",{"2":{"3":1,"6":2,"33":1,"39":1,"43":1,"44":1,"54":1,"58":1,"62":1,"64":1,"78":1,"136":1}}],["hole",{"2":{"33":1,"36":3,"38":2,"39":9,"43":4,"44":58,"46":3,"50":6,"53":2,"56":15,"59":3,"71":1,"72":1,"73":1,"90":33,"120":5,"132":2,"163":1}}],["holes=",{"2":{"44":1}}],["holes",{"2":{"4":3,"5":1,"6":4,"9":2,"33":2,"35":1,"39":2,"43":1,"44":19,"49":4,"50":2,"53":2,"55":6,"56":29,"59":3,"62":3,"87":1,"90":11,"111":1,"120":17,"132":2,"139":5,"163":4}}],["holding",{"2":{"6":1,"120":1,"129":2}}],["holds",{"2":{"6":1,"44":1,"148":1,"158":2}}],["hold",{"2":{"6":1,"120":1,"150":1,"159":1,"166":1}}],["halign",{"2":{"150":1}}],["half",{"2":{"45":2}}],["hail",{"2":{"132":1}}],["handling",{"0":{"143":1},"2":{"122":1}}],["handler",{"2":{"40":1,"143":1}}],["handle",{"2":{"25":3,"30":1,"119":1,"127":2,"129":1,"164":1}}],["handled",{"2":{"18":1}}],["hao",{"2":{"90":1}}],["had",{"2":{"50":1,"53":1,"62":1,"145":1,"159":1}}],["happens",{"2":{"44":1}}],["happen",{"2":{"24":1}}],["have",{"2":{"3":3,"4":9,"6":17,"19":1,"23":1,"25":2,"33":2,"36":3,"39":6,"40":1,"44":4,"54":1,"58":1,"59":2,"62":10,"90":5,"95":1,"96":3,"98":1,"99":1,"120":1,"121":1,"122":2,"124":2,"128":1,"129":4,"150":1,"152":1,"159":1,"160":1,"163":1,"164":1,"167":1,"168":1,"169":3}}],["haskey",{"2":{"160":1}}],["hash",{"2":{"120":1}}],["hasn",{"2":{"120":1}}],["hassle",{"2":{"1":1,"6":1,"155":1}}],["has",{"2":{"1":4,"6":4,"32":1,"35":2,"39":2,"44":2,"51":2,"54":1,"56":1,"58":1,"59":1,"62":11,"101":1,"119":1,"129":4,"130":1,"145":2,"154":1,"164":1}}],["bx",{"2":{"119":2}}],["b2y",{"2":{"54":4}}],["b2x",{"2":{"54":4}}],["b2",{"2":{"54":47,"59":3,"96":6}}],["b``",{"2":{"51":1}}],["b`",{"2":{"51":3,"54":4,"56":4}}],["bigger",{"2":{"44":1}}],["bit",{"2":{"25":1,"26":1,"154":8,"163":2}}],["b1y",{"2":{"54":7}}],["b1x",{"2":{"54":7}}],["b1",{"2":{"44":8,"54":63,"96":6}}],["b54d92a678e2174059d1b0ff233e275e4bd02084",{"2":{"25":1}}],["building",{"2":{"163":1}}],["build",{"2":{"44":13,"49":1,"50":1,"53":1,"55":1,"124":3,"125":1,"145":2,"153":1,"154":1}}],["built",{"2":{"17":1,"20":1}}],["buffers",{"2":{"120":1}}],["buffered",{"2":{"40":2}}],["buffering",{"2":{"39":1,"40":1}}],["buffer",{"0":{"40":1},"2":{"30":2,"40":5,"43":2,"44":1,"121":1}}],["but",{"2":{"1":2,"3":5,"4":3,"6":15,"18":1,"22":1,"26":1,"33":1,"35":1,"36":1,"46":1,"54":2,"56":2,"62":4,"67":2,"90":1,"95":1,"96":5,"98":1,"99":1,"102":2,"103":1,"108":1,"119":1,"120":1,"121":1,"124":1,"127":1,"129":16,"141":1,"142":1,"147":1,"150":1,"158":1,"160":2,"164":4,"166":1,"167":1,"168":1,"169":2}}],["b>",{"2":{"6":4}}],["bloat",{"2":{"164":1}}],["block",{"2":{"163":1}}],["blob",{"2":{"6":2,"150":1}}],["blue",{"2":{"14":1,"48":1,"61":2,"64":2,"81":2,"95":2,"108":2,"168":2}}],["black",{"2":{"6":2,"48":1,"164":1}}],["breaks",{"2":{"138":1}}],["break",{"2":{"44":3,"46":1,"51":2,"62":4,"90":11,"96":1,"120":6,"138":2}}],["brevity",{"2":{"39":1}}],["br>",{"2":{"6":2}}],["broadcasting",{"2":{"6":1,"39":1}}],["broken",{"2":{"3":1,"6":1,"79":1}}],["balancing",{"2":{"129":2}}],["barrier",{"2":{"129":1}}],["barycentric",{"0":{"5":1,"37":1,"39":1},"1":{"38":1,"39":1},"2":{"0":6,"5":10,"6":17,"9":1,"30":1,"37":9,"38":4,"39":52}}],["basicsgeoms",{"2":{"129":1}}],["basic",{"2":{"120":1}}],["base",{"2":{"30":4,"39":15,"40":1,"44":2,"120":6,"129":5,"143":1,"146":2,"147":1,"158":1,"160":3}}],["based",{"2":{"4":2,"6":3,"19":1,"33":2,"36":2,"38":2,"43":1,"46":1,"59":2,"62":1,"68":1,"82":1,"90":2,"96":1,"99":1,"109":1,"158":1,"166":1,"167":1,"168":1}}],["backs",{"2":{"49":4}}],["backwards",{"2":{"44":1,"51":1,"54":1,"56":1}}],["backing",{"2":{"44":1}}],["backend",{"2":{"40":2,"160":1}}],["back",{"2":{"6":1,"18":1,"22":1,"23":1,"49":4,"160":1}}],["b",{"2":{"3":2,"4":7,"6":13,"44":206,"46":9,"50":26,"51":18,"52":3,"53":26,"54":77,"55":27,"56":41,"62":29,"90":2,"96":22,"165":1}}],["box",{"2":{"45":2,"46":3,"168":1}}],["bounaries",{"2":{"90":1}}],["bounce",{"2":{"44":8,"50":1,"51":1,"53":1,"54":1,"55":1,"56":1}}],["bouncings",{"2":{"44":1}}],["bouncing",{"2":{"44":13,"51":3,"54":4,"56":4}}],["bounday",{"2":{"90":2,"102":2,"103":2,"104":2}}],["boundaries",{"2":{"3":2,"6":2,"77":2,"81":1,"82":1,"90":1,"92":1,"93":1,"120":1}}],["boundary",{"2":{"3":7,"6":7,"58":1,"64":1,"65":1,"67":1,"68":3,"71":4,"78":2,"79":9,"82":2,"84":1,"85":6,"86":3,"90":16,"98":2,"99":4,"101":3,"102":3,"103":1,"104":1,"108":1,"109":3}}],["bound",{"2":{"52":1}}],["bounding",{"2":{"44":1,"45":2,"46":3}}],["boundscheck",{"2":{"39":14}}],["bounds",{"2":{"6":1,"120":4}}],["bold",{"2":{"40":1,"143":1,"146":1}}],["border",{"2":{"6":8}}],["both",{"2":{"3":5,"6":6,"44":2,"54":4,"55":1,"56":1,"58":1,"62":3,"65":1,"79":4,"82":1,"90":2,"96":1,"103":1,"109":1,"145":1,"147":1}}],["booltype",{"2":{"129":3,"147":1,"159":3}}],["booleans",{"2":{"44":1,"90":2}}],["boolean",{"2":{"24":2,"44":1,"51":1,"54":1,"56":1,"129":1,"159":1,"167":1}}],["boolsastypes",{"0":{"24":1,"159":1},"2":{"147":2,"159":6}}],["bools",{"2":{"10":1}}],["bool",{"2":{"3":17,"4":14,"6":40,"44":3,"62":17,"65":1,"68":1,"78":2,"79":13,"82":1,"90":2,"93":1,"96":10,"99":2,"109":1,"119":7,"120":6,"147":2,"159":2,"161":5}}],["bypred",{"2":{"170":1}}],["by",{"0":{"72":1,"73":1,"113":1},"2":{"1":3,"3":2,"4":8,"6":30,"7":1,"17":1,"18":2,"19":1,"22":1,"24":1,"26":1,"32":1,"33":6,"35":1,"36":1,"39":4,"40":1,"42":5,"43":4,"44":14,"45":1,"46":6,"48":1,"49":6,"50":1,"53":1,"54":5,"55":4,"56":3,"59":5,"62":8,"65":1,"67":1,"68":1,"72":2,"73":2,"74":1,"75":2,"77":1,"89":2,"90":10,"119":2,"120":4,"124":2,"129":7,"135":2,"136":1,"138":3,"141":1,"142":2,"143":1,"144":1,"146":3,"147":1,"148":1,"150":1,"151":1,"152":3,"153":1,"155":1,"163":1,"164":2,"166":1,"167":2,"168":1,"169":2,"170":1}}],["berlin",{"2":{"169":1}}],["beed",{"2":{"164":1}}],["been",{"2":{"51":1,"120":1,"122":2,"159":1}}],["bearing",{"2":{"119":4}}],["beauty",{"2":{"9":1}}],["better",{"2":{"79":1,"129":2,"150":1}}],["between",{"2":{"4":4,"6":18,"23":1,"33":2,"39":13,"44":1,"46":18,"50":1,"51":4,"53":1,"54":11,"55":2,"56":4,"59":8,"62":1,"90":4,"96":4,"120":1,"146":3,"147":1,"151":2,"152":2,"153":1,"164":1,"167":2,"168":1}}],["because",{"2":{"44":1,"122":1,"157":1}}],["become",{"2":{"22":1}}],["being",{"2":{"33":1,"54":1,"90":1,"96":1,"136":1}}],["behind",{"2":{"26":1,"38":1,"122":1}}],["behaviour",{"2":{"6":1,"18":1,"23":1,"150":1}}],["best",{"2":{"19":1,"129":2,"150":1}}],["beware",{"2":{"18":1}}],["benchmarking",{"2":{"146":1,"150":1}}],["benchmarkgroup",{"2":{"146":2,"150":3}}],["benchmark",{"0":{"146":1,"150":1},"2":{"146":1,"150":1}}],["benchmarktools",{"2":{"13":1,"146":1,"150":1}}],["benchmarks",{"2":{"9":2,"25":1}}],["beginning",{"2":{"46":1,"163":1}}],["begin+1",{"2":{"39":5}}],["begin",{"2":{"9":1,"39":7,"129":2,"151":1,"166":1}}],["before",{"2":{"6":4,"39":1,"50":1,"53":1,"54":1,"55":1,"150":1,"164":1}}],["below",{"2":{"6":2,"17":1,"40":1,"134":1,"152":1,"153":1,"154":1,"166":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":1,"26":3,"33":8,"36":7,"37":2,"38":1,"39":10,"40":2,"42":1,"43":3,"44":14,"45":1,"46":2,"49":1,"50":7,"51":4,"53":7,"54":12,"55":6,"56":5,"58":2,"59":4,"62":15,"68":6,"77":2,"78":1,"82":6,"90":21,"96":2,"99":6,"109":6,"111":1,"112":1,"113":1,"114":1,"119":2,"120":1,"124":2,"127":2,"128":2,"129":12,"131":1,"132":1,"133":1,"134":4,"135":4,"136":2,"138":2,"140":1,"142":3,"143":1,"144":1,"146":8,"147":2,"150":10,"152":1,"154":3,"155":1,"159":1,"160":2,"163":2,"164":1,"167":4}}],["xticklabelsvisible",{"2":{"164":1}}],["xticklabelrotation",{"2":{"13":2}}],["xoffset",{"2":{"163":4,"164":1}}],["x=x",{"2":{"161":1}}],["x`",{"2":{"129":1}}],["xvec",{"2":{"120":4}}],["xbounds",{"2":{"120":4}}],["xhalf",{"2":{"120":3}}],["xlast",{"2":{"59":3}}],["xfirst",{"2":{"59":5}}],["x0",{"2":{"59":5}}],["xn",{"2":{"46":4}}],["xind+1",{"2":{"120":1}}],["xind",{"2":{"120":2}}],["xinterior",{"2":{"43":2}}],["xi−xi−1",{"2":{"6":1}}],["xcentroid",{"2":{"43":13}}],["xrange",{"2":{"38":3,"58":2}}],["xautolimits",{"2":{"38":2}}],["xp2",{"2":{"33":5}}],["x2",{"2":{"6":3,"39":4,"43":2,"46":18,"59":8,"79":10,"90":5,"96":4,"120":5,"147":6,"161":2}}],["x26",{"2":{"6":4,"33":2,"36":6,"39":1,"40":4,"44":58,"46":36,"50":4,"51":4,"54":24,"56":2,"59":3,"62":14,"74":2,"75":2,"79":48,"88":2,"89":2,"90":170,"96":22,"101":2,"105":2,"106":2,"115":2,"116":2,"119":4,"120":12,"134":2,"138":6,"143":2,"146":2,"152":10,"153":2,"161":4,"167":1}}],["x1",{"2":{"6":4,"39":3,"43":2,"46":22,"59":8,"79":11,"90":6,"96":5,"120":5,"147":7,"161":2}}],["xs",{"2":{"6":3,"46":4,"120":30,"161":4}}],["xmax",{"2":{"6":1,"45":2,"46":48}}],["xmin",{"2":{"6":1,"45":2,"46":49}}],["x3c",{"2":{"5":1,"6":36,"30":1,"33":4,"36":2,"39":66,"44":17,"46":11,"49":3,"50":1,"53":1,"54":6,"55":1,"58":1,"59":13,"62":2,"79":33,"90":13,"96":10,"119":1,"120":4,"124":2,"129":19,"132":2,"135":3,"138":5,"139":1,"146":2,"151":2,"152":6,"153":3,"154":9,"158":4,"159":2,"170":1}}],["xy`",{"2":{"142":1}}],["xy",{"2":{"1":4,"39":1,"142":3}}],["x",{"2":{"1":4,"4":1,"6":9,"7":1,"9":5,"11":6,"13":11,"14":10,"15":4,"25":2,"33":9,"36":2,"38":8,"42":1,"43":10,"44":21,"45":1,"46":8,"49":6,"51":9,"54":18,"56":9,"58":2,"59":7,"62":3,"79":21,"90":16,"96":7,"119":11,"120":2,"122":2,"129":17,"134":3,"139":7,"140":2,"141":4,"142":1,"147":2,"150":2,"152":2,"154":1,"155":2,"156":2,"159":4,"161":33,"163":6,"164":4,"167":1,"169":2}}],["=>",{"2":{"129":2}}],["=float64",{"2":{"43":3,"53":1,"55":1}}],["=false",{"2":{"33":1}}],["===",{"2":{"79":8,"119":4}}],["==",{"2":{"9":1,"19":1,"33":4,"36":2,"39":9,"40":2,"43":1,"44":34,"46":30,"51":1,"54":20,"55":2,"56":1,"58":1,"62":16,"90":44,"96":2,"119":3,"120":18,"129":1,"132":1,"134":1,"138":1,"143":1,"146":2,"150":1,"154":3}}],["=",{"2":{"1":5,"3":17,"4":7,"5":2,"6":63,"11":1,"13":19,"14":33,"15":18,"25":10,"30":4,"32":4,"33":56,"35":6,"36":25,"38":35,"39":110,"40":3,"42":6,"43":36,"44":323,"45":6,"46":96,"48":7,"49":29,"50":21,"51":30,"53":18,"54":143,"55":21,"56":80,"58":15,"59":52,"61":7,"62":40,"64":7,"65":3,"67":4,"68":23,"69":3,"70":7,"71":14,"72":14,"73":4,"74":2,"75":2,"77":5,"78":3,"79":57,"81":7,"82":18,"83":3,"84":11,"85":17,"86":9,"87":3,"88":2,"89":2,"90":189,"92":3,"93":3,"95":7,"96":40,"98":3,"99":22,"100":3,"101":9,"102":14,"103":10,"104":6,"105":2,"106":2,"108":7,"109":22,"110":3,"111":11,"112":14,"113":14,"114":4,"115":2,"116":2,"119":32,"120":106,"122":1,"126":4,"129":90,"131":2,"132":4,"134":10,"137":3,"138":30,"139":8,"140":1,"143":2,"145":16,"146":21,"147":18,"148":2,"149":5,"150":60,"151":11,"152":49,"153":7,"154":43,"155":2,"156":1,"158":6,"159":2,"160":3,"161":42,"163":45,"164":32,"165":3,"166":4,"168":12,"169":6,"170":2}}],["utm",{"2":{"164":1}}],["utility",{"0":{"161":1},"2":{"39":1,"129":2}}],["utils",{"0":{"154":1},"2":{"30":1}}],["u2",{"2":{"90":4}}],["u1",{"2":{"90":4}}],["update",{"2":{"44":6,"120":10}}],["updated",{"2":{"44":6,"129":3}}],["updates",{"2":{"39":1}}],["up",{"2":{"44":2,"54":1,"90":1,"103":1,"127":1,"137":1,"152":2,"163":2}}],["upper",{"2":{"6":1,"120":1,"168":1}}],["uv",{"2":{"39":1}}],["u>",{"2":{"6":2}}],["u>geometryops",{"2":{"6":2}}],["usage",{"2":{"169":1}}],["usa",{"2":{"150":15,"169":3}}],["us",{"2":{"36":1,"164":1,"169":1}}],["ususally",{"2":{"6":1,"124":1,"129":1}}],["usually",{"2":{"166":1}}],["usual",{"2":{"6":1,"132":1,"135":1}}],["usecases",{"2":{"26":1}}],["uses",{"2":{"6":1,"90":1,"142":1,"146":1,"150":1,"166":1}}],["users",{"2":{"30":1,"122":1,"136":1}}],["user",{"2":{"6":12,"23":1,"43":1,"50":3,"53":3,"55":3,"151":1,"152":1,"153":1,"167":1}}],["useful",{"2":{"6":10,"39":1,"120":1,"144":1,"147":1,"150":2,"160":1}}],["used",{"2":{"1":1,"5":1,"6":8,"25":1,"33":1,"36":1,"37":1,"39":1,"43":2,"44":7,"46":1,"49":1,"54":1,"58":1,"59":1,"62":1,"96":1,"120":2,"124":1,"129":3,"130":1,"147":1,"150":1,"152":2,"157":2,"158":1,"164":1,"166":1,"167":2,"168":1}}],["use",{"2":{"1":2,"4":1,"5":1,"6":9,"11":1,"20":1,"23":1,"39":1,"44":1,"56":1,"79":2,"96":1,"120":1,"121":1,"126":1,"129":7,"132":1,"139":1,"141":1,"145":1,"147":1,"150":1,"152":2,"160":3,"163":1,"166":1,"167":2,"170":2}}],["using",{"2":{"1":4,"4":1,"5":3,"6":12,"11":4,"13":4,"14":1,"15":1,"25":2,"30":7,"32":1,"33":1,"35":2,"36":2,"38":4,"39":7,"40":3,"42":2,"43":1,"44":5,"45":2,"46":1,"48":2,"49":1,"51":3,"52":1,"54":4,"56":3,"58":2,"59":2,"61":2,"62":1,"64":2,"65":1,"67":2,"68":1,"75":1,"77":2,"78":1,"79":1,"81":2,"82":1,"89":1,"90":1,"92":2,"93":1,"95":2,"96":1,"98":2,"99":1,"106":1,"108":2,"109":1,"116":1,"119":1,"120":5,"121":1,"122":2,"127":1,"129":4,"132":1,"135":1,"138":1,"139":1,"140":2,"141":1,"142":1,"143":3,"145":1,"146":5,"147":1,"150":2,"152":1,"154":1,"155":4,"156":2,"160":2,"161":1,"162":4,"163":1,"164":1,"165":2,"167":1,"168":4,"169":2}}],["unnecessary",{"2":{"120":1}}],["unneeded",{"2":{"6":3,"44":1,"50":1,"53":1,"55":1}}],["until",{"2":{"120":3,"127":1,"152":1,"160":1}}],["uneeded",{"2":{"50":1,"53":1,"55":1}}],["uneccesary",{"2":{"6":3,"151":1,"152":1,"153":1}}],["unprocessed",{"2":{"44":1}}],["unknown",{"2":{"44":4,"46":15}}],["unknown=3",{"2":{"44":1}}],["unmatched",{"2":{"44":9,"46":26}}],["understand",{"2":{"157":1}}],["under",{"2":{"36":2,"166":1}}],["undergrad",{"2":{"9":1}}],["undef",{"2":{"33":2,"44":1,"151":1,"152":1,"154":2,"161":2}}],["unzip",{"2":{"25":1}}],["unary",{"0":{"25":1}}],["unless",{"2":{"22":1,"44":1,"51":2,"54":2,"56":2}}],["unlike",{"2":{"18":1,"157":1}}],["unstable",{"2":{"13":1,"129":1,"159":1}}],["universal",{"2":{"164":1}}],["united",{"2":{"150":1}}],["unify",{"2":{"26":1}}],["unique",{"2":{"6":2,"54":3,"135":2,"138":2}}],["unioning",{"2":{"56":1}}],["unionintersectingpolygons",{"2":{"0":1,"6":9,"25":1,"50":1,"51":2,"53":1,"54":2,"55":1,"56":3,"135":2,"136":2,"137":1,"138":4}}],["unions",{"0":{"56":1},"2":{"18":1,"25":1,"158":1}}],["union",{"0":{"25":1,"55":1},"2":{"0":1,"1":2,"3":2,"4":4,"6":22,"11":3,"23":2,"25":1,"30":1,"33":2,"36":1,"39":1,"43":4,"44":7,"46":1,"53":2,"55":18,"56":32,"59":1,"62":8,"70":2,"71":4,"72":1,"74":2,"75":1,"84":2,"85":6,"88":2,"89":1,"96":4,"101":2,"102":4,"103":1,"105":2,"106":1,"111":2,"112":4,"113":1,"115":2,"116":1,"119":1,"120":5,"122":1,"127":3,"129":6,"135":1,"136":1,"138":9,"147":4,"150":2,"151":3,"152":3,"153":3,"158":4,"161":1}}],["unchanged",{"2":{"1":1,"6":2,"129":1,"150":1}}],["unwrap",{"2":{"0":1,"6":3,"124":1,"129":16}}],["nselected",{"2":{"154":3}}],["nmax",{"2":{"154":2}}],["nice",{"2":{"152":1}}],["nvkelso",{"2":{"150":1}}],["null",{"2":{"146":1}}],["numeric",{"2":{"11":1}}],["numbers",{"2":{"6":1,"7":1,"37":2,"39":1,"146":1}}],["number=6",{"2":{"6":1,"149":1,"150":1}}],["number",{"2":{"6":11,"39":1,"44":2,"49":1,"58":1,"62":2,"90":2,"144":1,"145":1,"147":1,"150":2,"151":4,"152":7,"153":4,"154":12}}],["n+1",{"2":{"131":1}}],["nfeature",{"2":{"129":2}}],["nkeys",{"2":{"120":8}}],["nc",{"2":{"90":13}}],["ncoord",{"2":{"62":2}}],["nl",{"2":{"90":11}}],["nhole",{"2":{"44":2,"50":2,"53":2,"55":2,"56":1,"62":2}}],["nbpts",{"2":{"44":2}}],["nbsp",{"2":{"1":4,"3":9,"4":8,"5":3,"6":88,"124":3,"134":1,"135":4}}],["ngeom",{"2":{"43":1,"129":2,"161":1}}],["nt",{"2":{"160":2}}],["ntasks",{"2":{"129":6}}],["nthreads",{"2":{"129":3}}],["nthe",{"2":{"40":1,"143":1,"146":1}}],["ntuple",{"2":{"39":3,"147":1}}],["n2",{"2":{"39":8,"62":10}}],["n1",{"2":{"39":8,"62":9}}],["np2",{"2":{"79":4}}],["npolygon",{"2":{"51":1,"62":3,"138":2}}],["npoints",{"2":{"33":6,"44":5,"90":3,"146":6,"152":7}}],["npoint",{"2":{"6":1,"33":2,"35":1,"36":1,"46":2,"59":1,"62":6,"79":6,"90":6,"101":1,"119":2,"132":1,"146":3,"147":1,"150":14,"154":1,"161":13}}],["npts",{"2":{"44":6,"152":3}}],["np",{"2":{"36":2,"59":5}}],["n",{"2":{"6":1,"9":1,"37":2,"39":36,"40":2,"44":51,"49":10,"55":4,"56":4,"90":11,"101":2,"119":6,"120":5,"131":1,"138":25,"143":2,"146":2,"147":3,"150":2,"154":7,"161":32}}],["naive",{"2":{"52":1}}],["napts",{"2":{"44":3}}],["natearth2",{"2":{"164":1}}],["natural",{"2":{"150":2,"164":2,"167":1}}],["naturalearth",{"2":{"11":2,"164":1}}],["nature",{"2":{"120":1}}],["native",{"2":{"6":1,"121":1,"160":4,"166":1}}],["nan",{"2":{"9":1}}],["named",{"2":{"129":1}}],["namedtuple",{"2":{"22":2,"129":2,"160":2}}],["name",{"2":{"6":1,"30":2,"150":1,"160":1,"165":1,"166":2,"169":1}}],["names",{"2":{"6":1,"30":3,"129":6,"160":1}}],["nodestatus",{"2":{"120":6}}],["nodes",{"2":{"44":1,"120":4}}],["node",{"2":{"44":26,"120":17}}],["north",{"2":{"46":12}}],["nor",{"2":{"40":1,"143":1,"146":1}}],["normalized",{"2":{"39":1}}],["normalize",{"2":{"39":1}}],["norm",{"2":{"6":1,"39":22}}],["now",{"2":{"6":1,"13":1,"25":1,"26":1,"35":1,"38":2,"39":4,"40":1,"44":1,"49":1,"56":1,"59":1,"119":1,"120":2,"137":1,"144":1,"145":3,"146":1,"150":1,"163":5,"164":8,"165":1,"166":3,"168":2}}],["no",{"2":{"6":6,"33":1,"39":2,"44":4,"50":1,"51":1,"53":1,"54":14,"55":1,"62":2,"68":3,"82":3,"90":2,"99":2,"101":1,"103":1,"104":2,"109":2,"111":1,"112":3,"113":3,"114":1,"120":2,"121":1,"122":1,"129":3,"144":1,"146":2,"147":1,"150":1,"160":1,"166":1}}],["nonzero",{"2":{"147":1}}],["none",{"2":{"6":4,"44":1,"49":1,"50":1,"53":1,"55":1,"56":1,"79":4,"81":1}}],["nondimensional",{"2":{"6":1,"146":1}}],["nonintersecting",{"2":{"6":1,"23":1,"135":1,"138":1}}],["non",{"2":{"3":2,"6":2,"22":1,"37":2,"44":15,"50":2,"51":1,"53":1,"54":4,"55":1,"56":2,"58":1,"96":2,"103":1,"127":1,"159":1}}],["note",{"2":{"4":4,"6":10,"19":1,"28":1,"33":1,"36":2,"39":1,"42":2,"43":2,"44":3,"46":1,"49":2,"51":3,"54":5,"56":3,"59":1,"62":5,"90":1,"95":1,"96":1,"142":1,"147":1,"151":1,"152":2,"153":1,"159":1,"164":3}}],["not",{"0":{"121":1},"2":{"1":2,"3":8,"4":1,"6":18,"18":1,"19":1,"22":1,"24":1,"30":1,"33":4,"36":1,"39":4,"40":1,"42":1,"44":18,"49":1,"53":1,"54":7,"56":3,"61":2,"62":4,"64":2,"65":1,"67":2,"68":2,"77":1,"78":2,"82":3,"84":5,"85":3,"86":2,"87":2,"90":5,"95":1,"96":2,"99":1,"108":2,"109":2,"111":1,"119":4,"120":2,"121":1,"127":1,"128":1,"129":10,"131":2,"134":2,"137":3,"139":1,"141":1,"142":1,"143":1,"144":1,"146":2,"147":1,"157":1,"158":1,"159":1,"160":2,"164":2,"167":1}}],["nothing`",{"2":{"51":2,"54":2,"56":2}}],["nothing",{"2":{"1":34,"4":1,"6":42,"15":3,"44":4,"49":1,"51":2,"53":1,"54":2,"56":2,"62":1,"90":1,"119":9,"120":3,"129":8,"131":24,"134":1,"137":60,"143":1,"147":1,"150":2,"151":6,"152":6,"153":6,"154":1,"155":32,"161":7,"163":252,"164":36}}],["ne",{"2":{"150":1,"164":2}}],["net",{"2":{"134":2}}],["ness",{"2":{"129":1}}],["nesting",{"2":{"127":2}}],["nestedloopfast",{"2":{"170":1}}],["nested",{"2":{"1":2,"4":1,"6":5,"18":1,"33":1,"127":2,"129":4,"150":1,"156":1}}],["never",{"2":{"127":1,"151":1}}],["neumann",{"2":{"120":1}}],["neither",{"2":{"56":1}}],["neightbor",{"2":{"44":1}}],["neighborhood",{"2":{"120":2}}],["neighbor",{"2":{"44":26}}],["neighboring",{"2":{"6":6,"44":1,"150":1,"151":1,"152":1,"153":2}}],["nearly",{"2":{"166":1}}],["nearest",{"2":{"44":1,"54":2}}],["neatly",{"2":{"17":1}}],["nedge",{"2":{"44":2,"161":13}}],["nextnode",{"2":{"120":27}}],["nextnodes",{"2":{"120":6}}],["next",{"2":{"43":1,"44":81,"46":3,"49":4,"90":14,"120":3,"138":13,"152":5}}],["necessarily",{"2":{"6":1,"119":1,"141":1}}],["necessary",{"2":{"6":1,"127":1,"150":1}}],["newfeature",{"2":{"129":2}}],["newnodes",{"2":{"120":2}}],["new",{"2":{"6":1,"40":1,"44":58,"46":9,"50":3,"51":1,"56":16,"90":2,"120":4,"128":1,"129":18,"134":2,"135":1,"136":1,"138":19,"147":8,"151":1,"152":2,"153":1,"164":1,"165":1,"169":1}}],["negative",{"2":{"4":3,"6":3,"35":2,"36":1,"37":2,"58":2,"59":3}}],["needs",{"2":{"43":1}}],["needing",{"2":{"4":1,"6":1,"17":1,"140":1}}],["need",{"2":{"1":1,"3":1,"4":2,"5":1,"6":5,"39":2,"42":1,"44":2,"51":1,"62":4,"77":1,"78":1,"90":1,"120":2,"122":1,"140":1,"154":1,"155":1,"164":2,"170":2}}],["needed",{"2":{"1":2,"6":4,"33":1,"39":1,"44":4,"46":1,"50":1,"53":1,"55":1,"59":2,"90":5,"120":1,"129":2,"134":1,"142":3,"164":1}}],["gdal",{"2":{"166":1}}],["gml",{"2":{"166":1}}],["gpkg",{"2":{"166":3}}],["gadm",{"2":{"169":4}}],["ga",{"2":{"164":3}}],["gaps",{"2":{"120":1}}],["global",{"2":{"164":1}}],["gft",{"2":{"162":1,"164":2}}],["gc",{"2":{"134":6}}],["g",{"2":{"33":3,"36":3,"40":1,"43":3,"46":3,"59":6,"127":1,"129":6,"150":2,"161":2,"166":1}}],["gb",{"2":{"30":1,"129":10}}],["gzip",{"2":{"25":2}}],["gz",{"2":{"25":4}}],["guarantee",{"2":{"19":1,"29":1}}],["guaranteed",{"2":{"1":1,"6":1,"33":1,"129":1}}],["grand",{"2":{"169":1}}],["grained",{"2":{"145":1}}],["graphics",{"2":{"6":1,"39":1}}],["great",{"2":{"163":1,"164":1,"166":1}}],["greater",{"2":{"6":1,"119":1,"147":1}}],["greiner",{"0":{"51":1,"54":1,"56":1},"2":{"44":3,"49":2,"50":1,"53":1,"55":1}}],["green",{"2":{"14":1,"164":1}}],["grouped",{"2":{"163":1}}],["groups",{"2":{"6":1,"120":1}}],["grouping",{"2":{"1":1,"6":1,"129":2}}],["grid",{"2":{"6":1,"38":1,"46":4}}],["g2",{"2":{"3":5,"6":5,"65":4,"68":12,"69":6,"70":9,"71":6,"72":6,"73":3,"74":4,"75":2,"78":3,"79":21,"82":10,"83":6,"84":10,"85":8,"86":4,"87":2,"88":4,"89":2,"99":10,"100":6,"101":10,"102":6,"103":5,"104":4,"105":4,"106":2,"109":10,"110":6,"111":9,"112":6,"113":6,"114":3,"115":4,"116":2}}],["g1",{"2":{"3":5,"4":1,"6":6,"65":4,"68":12,"69":6,"70":9,"71":6,"72":6,"73":3,"74":2,"75":4,"78":3,"79":21,"82":9,"83":6,"84":10,"85":8,"86":4,"87":2,"88":2,"89":4,"99":10,"100":6,"101":9,"102":6,"103":5,"104":4,"105":2,"106":4,"109":10,"110":6,"111":9,"112":6,"113":6,"114":3,"115":2,"116":4}}],["generic",{"2":{"22":1}}],["generation",{"2":{"150":2}}],["generated",{"2":{"30":1,"33":1,"36":1,"39":1,"40":1,"43":1,"44":1,"46":1,"49":1,"51":1,"52":1,"54":1,"56":1,"59":1,"62":1,"65":1,"75":1,"78":1,"79":1,"89":1,"90":1,"93":1,"96":1,"106":1,"116":1,"119":1,"120":1,"121":1,"129":1,"132":1,"135":1,"138":1,"139":1,"140":1,"141":1,"143":1,"147":1,"150":1,"154":1,"155":1,"156":1,"160":1,"161":1,"168":1}}],["generate",{"2":{"7":1,"13":2,"150":1,"168":2}}],["generalization",{"2":{"37":1}}],["generalized",{"2":{"6":1,"37":3,"39":1}}],["generalise",{"2":{"6":4,"150":1}}],["generally",{"2":{"6":2,"160":3}}],["general",{"0":{"2":1,"4":1},"1":{"3":1,"4":1},"2":{"18":1,"20":1,"26":1,"122":1,"143":1}}],["getfeature",{"2":{"129":5,"161":5}}],["getcolumn",{"2":{"129":4}}],["getgeom",{"2":{"74":1,"75":1,"88":1,"89":1,"96":2,"105":1,"106":1,"115":1,"116":1,"129":6,"150":3,"161":6}}],["getring",{"2":{"44":1}}],["getindex",{"2":{"39":2}}],["gethole",{"2":{"33":1,"36":1,"43":1,"44":4,"46":1,"49":1,"50":2,"53":2,"56":6,"59":1,"62":2,"90":5,"132":1,"139":1,"163":1}}],["getexterior",{"2":{"33":1,"36":1,"39":1,"43":1,"44":3,"46":1,"49":1,"50":2,"53":2,"55":3,"56":6,"59":1,"62":2,"90":5,"119":1,"120":1,"132":1,"139":1,"163":1}}],["getpolygon",{"2":{"51":3,"54":2,"56":2,"62":3}}],["getpoint",{"2":{"32":1,"33":5,"35":2,"36":1,"39":1,"42":1,"43":6,"44":3,"45":2,"46":3,"48":3,"58":1,"59":6,"61":4,"62":13,"64":4,"67":1,"77":1,"79":7,"81":4,"90":28,"92":2,"95":4,"96":2,"98":2,"101":2,"108":4,"119":5,"132":3,"139":1,"145":4,"147":2,"154":1,"161":3,"163":2}}],["getproperty",{"2":{"13":2,"14":1}}],["get",{"2":{"6":1,"13":1,"25":1,"35":1,"40":1,"44":9,"50":1,"51":1,"53":1,"54":2,"55":2,"120":4,"129":4,"143":1,"146":3,"150":1,"151":1,"153":1,"154":2,"160":5,"161":1,"163":2,"169":2}}],["geoparquet",{"2":{"166":4}}],["geopoly1",{"2":{"164":1,"165":1}}],["geopoly2",{"2":{"164":1,"165":1}}],["geoaxis",{"2":{"164":4}}],["geographic",{"2":{"164":1,"166":1}}],["geographiclib",{"2":{"6":1,"146":1}}],["geointeface",{"2":{"127":1}}],["geointerace",{"2":{"22":1}}],["geointerfacemakie",{"2":{"149":1,"168":1,"169":1}}],["geointerface",{"0":{"29":1},"2":{"1":20,"3":9,"4":2,"6":41,"11":1,"13":1,"14":1,"15":1,"22":3,"25":1,"26":1,"29":1,"30":7,"32":1,"33":1,"35":1,"36":1,"39":23,"42":1,"43":1,"44":1,"45":1,"46":1,"48":1,"49":1,"50":1,"53":1,"54":1,"55":1,"58":1,"59":11,"61":1,"62":2,"64":1,"65":2,"67":1,"68":2,"77":1,"78":2,"79":1,"81":1,"82":3,"92":1,"93":2,"95":1,"96":2,"98":1,"99":2,"108":1,"109":2,"119":5,"120":1,"124":3,"127":3,"129":6,"131":9,"134":1,"135":1,"137":23,"140":1,"142":2,"145":1,"146":1,"149":1,"150":2,"155":13,"156":1,"161":1,"162":1,"163":122,"164":14,"168":1,"169":1}}],["geo",{"2":{"120":1,"146":4,"164":2}}],["geotable",{"2":{"28":1}}],["geojson",{"2":{"11":1,"150":5,"162":1,"164":4,"166":3}}],["geodataframes",{"2":{"166":3}}],["geod",{"2":{"6":2,"146":3}}],["geodesic`",{"2":{"146":2}}],["geodesic",{"2":{"6":5,"30":1,"145":6,"146":8,"147":1}}],["geodesicsegments",{"2":{"0":1,"6":2,"144":1,"145":3,"146":6,"147":2}}],["geoformattypes",{"2":{"1":2,"25":3,"142":2,"162":1,"164":10}}],["geomfromgeos",{"2":{"146":1}}],["geomtrait",{"2":{"139":1}}],["geomtype",{"2":{"129":2}}],["geomakie",{"2":{"25":1,"162":2,"164":5}}],["geoms",{"2":{"6":1,"25":4,"90":1,"124":1,"129":18}}],["geometies",{"2":{"3":1,"6":1,"98":1,"99":1}}],["geometrie",{"2":{"85":1}}],["geometries",{"0":{"69":1,"70":1,"71":1,"72":1,"73":1,"74":1,"75":1,"83":1,"84":1,"85":1,"86":1,"87":1,"88":1,"89":1,"100":1,"101":1,"102":1,"103":1,"104":1,"105":1,"106":1,"110":1,"111":1,"112":1,"113":1,"114":1,"115":1,"116":1,"163":1},"2":{"1":6,"3":8,"4":14,"6":62,"18":3,"20":1,"22":3,"25":1,"26":2,"28":4,"32":1,"33":3,"36":4,"43":1,"46":2,"49":1,"50":5,"53":5,"54":4,"55":5,"58":1,"59":4,"61":1,"62":7,"65":1,"67":1,"68":1,"79":2,"82":2,"90":1,"92":1,"93":1,"95":2,"96":3,"98":2,"99":2,"109":2,"111":1,"122":1,"124":4,"126":1,"128":2,"129":13,"134":1,"139":1,"140":1,"142":2,"144":3,"145":1,"146":4,"147":1,"148":1,"151":1,"152":1,"153":1,"156":1,"161":1,"162":5,"164":3,"165":2,"166":1,"167":5,"168":1,"170":1}}],["geometrical",{"2":{"167":1}}],["geometric",{"2":{"26":2,"42":1}}],["geometry=",{"2":{"165":1}}],["geometryof",{"2":{"129":1}}],["geometryopsprojext",{"2":{"142":1,"143":1,"146":1,"147":1}}],["geometryopslibgeosext",{"2":{"40":1}}],["geometryops",{"0":{"0":1,"30":1},"1":{"1":1,"2":1,"3":1,"4":1,"5":1,"6":1},"2":{"0":116,"1":6,"3":18,"4":9,"5":3,"6":113,"7":2,"11":1,"13":1,"14":1,"15":1,"17":2,"25":1,"26":1,"30":1,"32":1,"35":1,"38":5,"40":1,"42":1,"45":1,"48":1,"49":1,"50":1,"53":1,"54":1,"55":1,"58":1,"61":1,"62":1,"64":1,"65":2,"67":1,"68":2,"77":1,"78":2,"79":2,"81":1,"82":2,"92":1,"93":1,"95":1,"96":1,"98":1,"99":2,"108":1,"109":2,"119":3,"120":2,"124":4,"129":1,"131":1,"134":1,"135":4,"137":1,"143":1,"145":1,"146":2,"149":1,"150":2,"155":1,"157":1,"160":2,"161":1,"162":1,"163":3,"167":1,"168":2,"169":2}}],["geometrybasics",{"2":{"30":3,"38":2,"39":10,"58":1,"68":1,"99":1,"109":1}}],["geometrycolumns",{"2":{"129":3}}],["geometrycollections",{"2":{"167":1}}],["geometrycollection",{"2":{"23":1,"169":1}}],["geometrycollectiontrait",{"2":{"23":1,"74":1,"75":1,"88":1,"89":1,"105":1,"106":1,"115":1,"116":1}}],["geometrycorrections",{"2":{"134":1}}],["geometrycorrection",{"2":{"0":1,"6":12,"132":2,"133":2,"134":14,"135":11,"138":4,"139":1}}],["geometry",{"0":{"2":1,"53":1,"74":2,"75":2,"88":2,"89":2,"105":2,"106":2,"115":2,"116":2,"133":1,"142":1,"148":1,"162":1,"165":1},"1":{"3":1,"4":1,"134":1,"135":1,"143":1,"149":1,"150":1,"163":1,"164":1,"165":1,"166":1},"2":{"1":10,"3":23,"4":12,"6":70,"9":1,"11":2,"18":4,"20":1,"23":3,"28":1,"30":1,"33":7,"36":4,"40":4,"43":3,"45":1,"46":4,"49":4,"58":4,"59":6,"62":8,"64":5,"65":2,"67":4,"68":5,"69":4,"70":1,"74":3,"75":4,"77":4,"78":4,"79":3,"81":2,"82":5,"83":4,"84":2,"85":1,"88":3,"89":4,"90":2,"92":2,"96":3,"98":2,"99":3,"100":4,"101":2,"105":3,"106":4,"108":4,"109":5,"110":4,"115":3,"116":4,"118":1,"122":3,"124":2,"127":2,"129":42,"131":1,"132":1,"133":2,"134":24,"135":6,"139":1,"140":1,"141":1,"142":6,"144":3,"145":1,"146":5,"147":8,"150":6,"161":6,"163":1,"164":5,"165":2,"166":2,"167":1,"168":7,"169":4,"170":2}}],["geom2",{"2":{"3":8,"4":1,"6":9,"59":6,"62":1,"79":6,"82":1,"93":3,"96":6,"99":1,"109":2}}],["geom1",{"2":{"3":8,"4":1,"6":9,"59":6,"62":1,"79":4,"82":1,"93":3,"96":6,"99":1,"109":2}}],["geom",{"2":{"1":7,"4":21,"6":48,"18":3,"25":1,"30":12,"33":25,"36":17,"43":28,"44":16,"46":6,"49":15,"50":8,"51":2,"53":12,"54":10,"55":9,"56":9,"59":28,"62":45,"68":4,"79":1,"82":4,"90":3,"96":1,"99":4,"109":4,"119":3,"120":1,"122":2,"124":3,"129":91,"138":11,"141":4,"147":13,"150":36,"154":3,"155":7,"156":4,"161":13,"169":6}}],["geospatial",{"0":{"166":1},"2":{"162":5,"164":4,"166":5}}],["geoscontext",{"2":{"146":1}}],["geosdensify",{"2":{"146":3}}],["geos",{"0":{"160":1},"2":{"0":1,"6":5,"25":2,"40":4,"148":5,"150":2,"157":1,"160":12}}],["got",{"2":{"154":3}}],["goes",{"2":{"6":2,"119":2}}],["good",{"2":{"6":1,"39":1,"160":2,"164":1}}],["going",{"2":{"4":4,"6":5,"46":2,"62":5,"119":1,"120":1,"162":1}}],["go",{"2":{"1":5,"3":17,"4":2,"6":43,"11":9,"13":1,"14":1,"15":6,"18":1,"25":4,"30":2,"32":1,"35":1,"39":1,"42":2,"45":1,"48":2,"49":2,"50":2,"53":2,"54":2,"55":2,"58":6,"61":1,"62":2,"64":2,"65":2,"67":1,"68":2,"77":2,"78":2,"79":1,"81":1,"82":2,"92":1,"93":2,"95":1,"96":2,"98":1,"99":2,"108":2,"109":2,"119":6,"120":2,"122":1,"124":1,"129":3,"131":3,"137":3,"145":7,"146":8,"149":2,"150":49,"155":3,"160":1,"161":2,"162":1,"163":3,"164":1,"166":1,"167":9,"168":2,"169":5,"170":1}}],["gtrait",{"2":{"59":2}}],["gt",{"2":{"1":1,"6":2,"9":2,"10":1,"11":5,"44":3,"119":3}}],["gif",{"2":{"152":1}}],["gives",{"2":{"169":1}}],["give",{"2":{"90":1,"166":1}}],["given",{"2":{"4":7,"6":22,"18":2,"28":1,"32":1,"33":1,"36":2,"43":3,"44":8,"46":3,"49":5,"50":1,"51":2,"53":1,"54":2,"55":1,"56":2,"59":8,"62":4,"64":1,"65":1,"68":1,"77":1,"78":1,"82":1,"90":7,"92":1,"93":1,"99":1,"101":1,"109":1,"122":1,"134":5,"135":1,"137":1,"144":2,"146":2,"147":2,"153":1}}],["githack",{"2":{"25":1,"150":1}}],["github",{"2":{"6":2}}],["gis",{"2":{"5":1,"6":1,"26":1,"39":1}}],["gi",{"2":{"1":13,"3":42,"4":31,"6":124,"11":8,"13":15,"14":15,"15":8,"18":2,"25":2,"30":1,"32":3,"33":30,"35":5,"36":21,"38":1,"42":5,"43":38,"44":34,"45":5,"46":17,"48":6,"49":13,"50":19,"51":16,"53":25,"54":24,"55":17,"56":43,"58":8,"59":42,"61":7,"62":99,"64":7,"65":3,"67":3,"68":4,"69":6,"70":12,"71":10,"72":7,"73":4,"74":8,"75":6,"77":3,"78":3,"79":21,"81":7,"82":2,"83":3,"84":12,"85":14,"86":4,"87":2,"88":8,"89":6,"90":59,"92":5,"93":3,"95":7,"96":51,"98":5,"99":3,"100":6,"101":15,"102":10,"103":7,"104":4,"105":8,"106":6,"108":7,"109":2,"110":6,"111":12,"112":10,"113":7,"114":4,"115":8,"116":6,"119":32,"120":15,"122":4,"124":2,"129":111,"131":2,"132":10,"134":9,"137":3,"138":8,"139":11,"140":1,"141":5,"145":6,"146":6,"147":12,"149":2,"150":34,"154":4,"155":9,"156":5,"158":9,"161":55,"162":1,"163":21,"164":4,"168":5,"169":2}}],["o",{"2":{"129":24}}],["odd",{"2":{"90":1}}],["own",{"2":{"56":1,"122":2}}],["occur",{"2":{"54":1}}],["occurs",{"2":{"54":1}}],["occupied",{"2":{"35":1}}],["old",{"2":{"44":8,"129":3}}],["ourselves",{"2":{"146":1}}],["our",{"2":{"24":1,"146":1,"163":4,"164":3,"168":1}}],["out=3",{"2":{"90":1}}],["out=4",{"2":{"53":1}}],["out`",{"2":{"53":1,"90":1}}],["out",{"2":{"6":3,"44":12,"46":23,"54":6,"56":4,"58":5,"68":4,"79":1,"82":3,"90":102,"96":2,"99":4,"109":4,"119":1,"129":1,"147":1,"160":2}}],["outside",{"2":{"3":2,"4":1,"6":3,"44":3,"46":1,"51":2,"54":4,"56":3,"58":2,"59":1,"67":1,"78":1,"81":1,"90":12,"96":3,"114":1}}],["outputs",{"2":{"44":1}}],["output",{"2":{"3":8,"4":1,"6":18,"18":1,"23":1,"49":2,"50":1,"53":1,"54":1,"55":1,"56":2,"62":1,"65":1,"68":1,"78":1,"82":1,"93":1,"96":1,"99":1,"109":1,"119":2,"150":1,"154":1,"161":1}}],["outermost",{"2":{"129":1}}],["outer",{"2":{"1":1,"6":1,"127":1,"129":2,"167":1,"168":1}}],["omit",{"2":{"6":1,"146":1}}],["obtain",{"2":{"129":1}}],["obtained",{"2":{"23":1}}],["observable",{"2":{"14":2}}],["obs",{"2":{"14":10}}],["obviously",{"2":{"4":1,"6":1,"140":1}}],["objects",{"2":{"1":4,"4":1,"6":17,"124":3,"127":5,"129":8,"140":1,"144":1,"150":2,"156":1}}],["object",{"2":{"1":4,"4":1,"5":1,"6":8,"20":1,"39":1,"58":1,"90":4,"124":1,"127":5,"129":3,"140":1,"142":3,"146":1,"150":1,"156":1}}],["obj",{"2":{"1":4,"4":1,"6":17,"124":3,"129":10,"140":1,"141":2,"146":3,"150":3,"155":1,"156":1}}],["others",{"2":{"40":1,"138":1}}],["otherwise",{"2":{"4":2,"6":3,"25":1,"40":1,"44":1,"51":1,"54":1,"59":2,"120":1,"141":1,"143":1,"146":1,"161":1}}],["other",{"0":{"4":1,"6":1},"2":{"3":4,"6":12,"33":1,"44":5,"50":1,"53":1,"54":1,"55":2,"56":3,"59":2,"62":2,"64":1,"70":1,"90":8,"92":1,"95":1,"96":4,"98":2,"99":2,"102":1,"111":1,"120":1,"124":1,"127":1,"129":1,"135":2,"136":1,"138":2,"150":2,"152":2,"157":1,"158":1,"160":1,"164":1,"167":1,"170":1}}],["ogc",{"0":{"3":1}}],["over=3",{"2":{"53":1}}],["over`",{"2":{"53":1}}],["overflow",{"2":{"49":1}}],["overhead",{"2":{"22":1,"129":2}}],["override",{"2":{"6":1,"39":1}}],["overlapping",{"2":{"44":11,"54":4,"56":6}}],["overlap",{"2":{"3":4,"6":4,"9":1,"44":2,"54":8,"56":2,"68":1,"77":1,"90":2,"95":5,"96":6,"109":1,"136":1}}],["overlaps",{"0":{"94":1,"95":1},"1":{"95":1,"96":1},"2":{"0":10,"3":5,"6":13,"30":1,"54":1,"94":1,"95":3,"96":30,"120":1,"167":1}}],["over",{"2":{"1":1,"6":3,"25":1,"35":2,"36":1,"43":3,"44":5,"46":1,"53":1,"54":11,"56":1,"68":1,"79":1,"82":1,"90":15,"96":2,"99":1,"109":1,"129":22,"163":3}}],["ops",{"2":{"129":1}}],["optimisation",{"2":{"90":1}}],["optimise",{"2":{"79":1}}],["options",{"2":{"14":1,"44":1}}],["optional",{"2":{"4":5,"6":6,"33":1,"36":2,"46":1,"59":2}}],["open",{"2":{"25":1,"44":1,"131":1,"164":1}}],["operates",{"2":{"129":1,"130":1,"136":1}}],["operate",{"2":{"18":1,"28":1,"129":1}}],["operations",{"0":{"23":1},"2":{"23":1,"54":1,"56":1,"122":1}}],["operation",{"2":{"6":3,"44":1,"122":1,"135":2,"138":2,"160":2}}],["opposite",{"2":{"3":5,"6":5,"44":2,"51":1,"54":2,"56":1,"65":2,"68":1,"78":2,"93":2,"109":1}}],["op",{"2":{"1":3,"6":3,"19":2,"43":1,"129":35}}],["on=2",{"2":{"90":1}}],["on`",{"2":{"90":1}}],["once",{"2":{"79":1,"96":1,"120":1}}],["onto",{"2":{"59":1}}],["ones",{"2":{"137":1}}],["oneunit",{"2":{"39":1}}],["one",{"2":{"1":1,"3":9,"6":14,"23":1,"33":4,"36":2,"38":1,"39":1,"43":1,"44":5,"46":3,"50":1,"51":1,"53":1,"54":32,"55":2,"56":2,"58":2,"67":1,"74":1,"79":1,"81":1,"90":18,"95":1,"96":18,"98":2,"99":2,"102":3,"103":2,"104":2,"105":1,"106":1,"108":1,"109":1,"115":1,"119":1,"120":5,"129":1,"137":1,"142":1,"146":1,"154":1,"155":1,"164":1,"167":1}}],["on",{"2":{"1":2,"4":3,"6":11,"9":1,"18":1,"20":1,"23":2,"26":3,"28":2,"33":5,"36":3,"38":1,"39":2,"43":3,"44":28,"46":8,"49":1,"50":1,"51":5,"53":1,"54":4,"55":1,"56":2,"58":1,"59":3,"62":2,"67":1,"68":7,"70":2,"71":3,"72":3,"73":1,"79":4,"82":6,"84":4,"85":1,"86":1,"90":125,"96":9,"99":7,"101":2,"109":7,"111":2,"112":1,"113":1,"120":3,"122":1,"124":1,"129":15,"130":1,"132":1,"135":1,"136":1,"144":1,"146":1,"152":1,"159":2,"162":1,"164":4,"166":1,"167":4,"168":1,"169":2,"170":2}}],["only",{"2":{"0":1,"5":1,"6":10,"23":1,"36":2,"38":2,"39":1,"40":1,"43":2,"44":4,"46":3,"49":1,"50":1,"53":1,"54":1,"55":1,"59":2,"62":3,"95":3,"96":1,"98":1,"120":2,"129":2,"137":1,"139":2,"144":1,"145":1,"147":2,"157":1,"160":2,"164":1,"169":1,"170":1}}],["often",{"2":{"164":1}}],["offers",{"2":{"163":1}}],["offer",{"2":{"146":1}}],["offset",{"2":{"33":8,"62":1}}],["off",{"2":{"4":1,"6":1,"44":4,"62":1,"90":6,"129":1}}],["of",{"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,"26":1,"28":3,"32":1,"33":38,"35":5,"36":28,"37":9,"38":1,"39":13,"40":1,"42":3,"43":12,"44":84,"45":5,"46":31,"49":5,"50":12,"51":13,"53":10,"54":48,"55":9,"56":21,"58":6,"59":18,"61":2,"62":19,"64":4,"65":5,"67":6,"68":18,"70":1,"71":5,"72":5,"73":1,"74":2,"75":1,"78":5,"79":1,"81":3,"82":14,"84":1,"85":1,"86":1,"88":2,"89":1,"90":85,"92":1,"93":3,"95":1,"96":13,"98":2,"99":15,"101":3,"102":7,"103":5,"104":1,"105":2,"106":1,"108":4,"109":18,"111":3,"112":6,"113":6,"114":4,"115":1,"116":1,"118":2,"119":3,"120":19,"121":2,"122":3,"124":1,"127":5,"128":2,"129":26,"130":1,"131":1,"134":1,"135":2,"136":4,"138":4,"139":2,"141":3,"142":1,"144":2,"145":2,"146":5,"147":2,"150":8,"152":4,"153":2,"154":1,"156":1,"158":2,"160":4,"161":2,"163":6,"164":6,"165":1,"166":4,"167":3,"168":4,"169":2}}],["org",{"2":{"50":1,"53":1,"55":1,"90":2,"152":1}}],["organise",{"2":{"10":1}}],["orange",{"2":{"48":1,"58":1,"61":2,"64":2,"81":2,"95":2,"108":2}}],["oroginal",{"2":{"129":2}}],["oro",{"2":{"11":2}}],["originate",{"2":{"56":1}}],["originals",{"2":{"22":1}}],["original",{"2":{"6":4,"18":1,"22":1,"44":9,"49":5,"50":1,"53":1,"56":4,"127":1,"129":1,"134":1,"141":2,"147":1,"149":4,"150":1}}],["orignal",{"2":{"44":1}}],["orient",{"0":{"13":1},"1":{"14":1,"15":1},"2":{"13":7,"14":12,"44":15,"54":53}}],["orientation",{"0":{"117":1},"1":{"118":1,"119":1},"2":{"6":2,"10":1,"30":1,"36":1,"44":10,"46":2,"50":1,"53":2,"54":2,"55":1,"90":16,"118":1,"150":1}}],["ordered",{"2":{"35":1}}],["order",{"2":{"1":4,"3":1,"4":2,"6":6,"33":1,"35":1,"36":2,"39":1,"44":4,"54":1,"56":1,"59":2,"62":3,"65":1,"68":1,"78":1,"93":1,"129":2,"142":2,"150":1,"167":1}}],["or",{"0":{"24":1},"2":{"1":11,"3":3,"4":10,"6":54,"18":1,"20":1,"22":1,"23":1,"26":1,"28":2,"30":1,"33":4,"36":1,"39":1,"40":1,"42":2,"43":4,"44":24,"45":1,"49":1,"50":1,"51":3,"53":2,"54":9,"55":1,"56":2,"58":2,"59":4,"62":3,"64":1,"68":1,"70":2,"71":1,"72":1,"73":1,"74":1,"75":1,"81":2,"84":2,"85":3,"86":2,"87":1,"88":1,"89":1,"90":26,"92":2,"93":1,"95":1,"96":2,"98":1,"99":1,"105":1,"106":1,"109":1,"111":2,"115":1,"116":1,"118":2,"119":3,"120":7,"122":3,"124":1,"126":2,"128":1,"129":9,"130":1,"132":1,"134":6,"135":2,"139":1,"142":2,"143":1,"144":2,"146":2,"147":2,"148":1,"150":3,"152":2,"154":2,"156":1,"158":3,"161":2,"167":1,"169":2}}],["est",{"2":{"169":1}}],["essentially",{"2":{"158":1}}],["especially",{"2":{"6":1,"18":1,"23":1,"120":1}}],["effects",{"2":{"129":3}}],["efficiently",{"2":{"20":1}}],["efficient",{"2":{"6":1,"39":1,"50":2,"53":2,"55":2,"132":1}}],["e2",{"2":{"90":4}}],["e1",{"2":{"90":8}}],["euclid",{"2":{"46":2,"59":11,"90":1,"151":1}}],["euclidean",{"2":{"4":1,"6":1,"39":13,"59":6,"147":1}}],["everything",{"2":{"150":1}}],["every",{"2":{"44":1,"62":2,"127":1,"160":1}}],["evenly",{"2":{"168":1}}],["eventually",{"2":{"44":1}}],["even",{"2":{"36":2,"46":1,"54":1,"59":1,"62":1,"122":1,"131":1,"136":1}}],["evaluated",{"2":{"167":1}}],["eval",{"2":{"30":2,"129":2}}],["epsg",{"2":{"164":13}}],["eps",{"2":{"33":2,"54":14}}],["eponymous",{"2":{"6":1,"146":1}}],["e",{"2":{"9":1,"22":1,"40":1,"120":1,"127":1,"129":2,"163":2,"164":1,"166":1}}],["eltype",{"2":{"120":4}}],["elements",{"2":{"74":1,"75":1,"88":1,"89":1,"96":1,"105":1,"106":1,"115":1,"116":1}}],["element",{"2":{"6":6,"32":1,"44":4,"49":2,"50":1,"53":1,"54":1,"55":3,"145":1,"164":1}}],["elsewhere",{"2":{"49":1}}],["elseif",{"2":{"44":5,"46":7,"50":1,"53":1,"54":14,"55":2,"56":1,"79":3,"90":10,"119":1,"120":2,"138":1,"152":2,"154":2}}],["else",{"2":{"3":6,"6":6,"33":1,"39":2,"44":19,"46":9,"49":1,"51":2,"54":9,"55":1,"56":9,"79":2,"90":17,"96":8,"120":20,"129":8,"132":1,"141":1,"143":1,"150":2,"152":4,"154":2,"155":1,"156":1,"160":1}}],["etc",{"2":{"6":1,"20":2,"35":1,"158":1,"166":1}}],["emtpty",{"2":{"120":1}}],["empty",{"2":{"4":2,"6":6,"33":2,"44":2,"50":1,"53":1,"54":2,"55":1,"120":1}}],["embedding",{"0":{"128":1,"140":1}}],["embedded",{"2":{"120":1,"128":3,"164":1}}],["embed",{"2":{"0":2,"4":1,"6":1,"128":1,"140":2}}],["errors",{"2":{"30":1,"54":1,"147":1}}],["error",{"0":{"143":1},"2":{"4":1,"6":4,"7":1,"18":1,"30":6,"39":1,"40":4,"44":2,"52":1,"54":2,"62":2,"120":1,"127":1,"134":2,"143":3,"146":5,"154":4,"160":3,"161":1}}],["edgekeys",{"2":{"120":3}}],["edge",{"2":{"3":1,"4":3,"6":4,"20":1,"30":1,"36":1,"42":1,"44":25,"46":13,"50":1,"53":1,"54":6,"55":1,"59":4,"62":1,"70":2,"85":2,"86":1,"90":7,"96":21,"111":2,"112":1,"113":1,"120":7,"161":2}}],["edges`",{"2":{"54":1}}],["edges",{"2":{"0":1,"4":2,"6":9,"44":12,"46":8,"51":3,"54":10,"56":3,"59":3,"61":2,"62":1,"64":1,"70":1,"71":3,"72":7,"73":3,"81":1,"84":3,"87":1,"90":3,"96":20,"108":1,"111":1,"120":22,"161":29}}],["earlier",{"2":{"163":3}}],["earth",{"2":{"6":2,"26":1,"146":2,"150":2,"164":2,"167":1}}],["easiest",{"2":{"165":1}}],["easier",{"2":{"157":1,"159":1}}],["easily",{"2":{"122":1}}],["east",{"2":{"46":9}}],["easy",{"2":{"1":1,"6":1,"136":1,"155":1}}],["eachindex",{"2":{"33":1,"119":1,"120":3,"129":2,"151":1,"154":1}}],["eachline",{"2":{"25":1}}],["each",{"2":{"3":2,"4":3,"6":6,"9":1,"18":2,"20":1,"33":4,"36":2,"37":4,"39":1,"44":5,"46":1,"54":3,"59":1,"62":2,"68":1,"82":1,"90":6,"95":1,"96":3,"99":1,"109":1,"119":1,"120":1,"129":1,"136":2,"150":1,"165":1,"166":1,"168":2,"169":2,"170":1}}],["equatorial",{"2":{"6":6,"146":4}}],["equality",{"2":{"44":1,"54":1,"167":1}}],["equal",{"2":{"3":2,"4":16,"6":19,"33":6,"54":1,"58":1,"59":4,"61":3,"62":22,"70":1,"84":1,"90":15,"95":1,"96":2,"101":2,"111":1,"131":1}}],["equals",{"0":{"60":1,"61":1},"1":{"61":1,"62":1},"2":{"0":17,"4":3,"6":19,"30":1,"33":2,"44":4,"49":2,"54":8,"59":1,"60":1,"61":2,"62":50,"70":1,"84":1,"90":10,"96":2,"101":3,"111":1,"167":1}}],["equivalent",{"2":{"3":1,"4":4,"6":6,"36":1,"44":1,"54":1,"56":1,"62":5,"68":1,"90":1}}],["enable",{"2":{"170":1}}],["enabled",{"2":{"167":1}}],["enabling",{"0":{"170":1}}],["enclosed",{"2":{"90":1}}],["encode",{"2":{"24":1}}],["encompasses",{"2":{"18":1,"90":1}}],["encounters",{"2":{"18":1}}],["en",{"2":{"90":1,"152":1}}],["envelope",{"2":{"54":2}}],["envelopes",{"2":{"54":2}}],["enough",{"2":{"44":1}}],["entirely",{"2":{"90":1}}],["entire",{"2":{"46":1,"90":4}}],["entry",{"2":{"44":11,"51":3,"54":4,"56":3,"120":1}}],["ent",{"2":{"44":19,"49":2}}],["enter",{"2":{"44":4}}],["ensuring",{"2":{"6":1,"144":1,"147":1}}],["ensure",{"2":{"6":3,"39":1,"50":1,"53":1,"55":1,"130":2,"133":1}}],["ensures",{"2":{"6":3,"132":1,"135":3,"138":2}}],["enumerate",{"2":{"13":2,"33":1,"44":10,"46":1,"49":1,"51":1,"56":2,"90":1,"120":2,"138":2,"154":1}}],["enum",{"2":{"6":2,"44":3,"53":3,"90":3}}],["endpt",{"2":{"152":3}}],["endpoints",{"2":{"44":3,"46":1,"51":1,"54":6,"56":1,"59":2,"90":11,"96":2,"98":1}}],["endpoint=3",{"2":{"44":1}}],["endpointtype",{"2":{"44":2}}],["endpoint",{"2":{"3":1,"6":2,"44":27,"53":1,"54":16,"59":2,"67":1,"90":3,"96":2,"150":4,"152":4,"163":1}}],["ending",{"2":{"44":1,"46":1}}],["end",{"2":{"1":1,"6":1,"9":1,"13":4,"14":3,"30":4,"33":18,"36":8,"39":35,"40":3,"43":10,"44":130,"46":43,"49":9,"50":8,"51":12,"52":1,"53":5,"54":31,"55":6,"56":25,"59":19,"62":20,"74":2,"75":2,"79":20,"88":2,"89":2,"90":104,"96":21,"101":1,"105":2,"106":2,"111":1,"115":2,"116":2,"119":9,"120":44,"121":4,"122":1,"129":49,"130":1,"132":5,"134":3,"138":18,"139":3,"141":4,"142":1,"143":2,"146":8,"147":8,"150":7,"151":6,"152":30,"153":3,"154":27,"155":4,"156":4,"158":1,"159":3,"160":4,"161":19}}],["enforce",{"2":{"0":1,"6":2,"160":3}}],["exits",{"2":{"44":1}}],["exit",{"2":{"44":32,"49":2,"51":3,"54":3,"56":2}}],["existingnodes",{"2":{"120":3}}],["existing",{"2":{"44":3,"55":1,"120":1,"164":2,"165":1}}],["exists",{"2":{"44":1,"46":1,"54":1}}],["exist",{"2":{"6":1,"44":1,"54":3,"160":1}}],["excluding",{"2":{"87":1,"90":1,"111":2}}],["exclude",{"2":{"79":9}}],["exclusively",{"2":{"103":1}}],["exclusive",{"2":{"46":1,"54":2}}],["exc",{"2":{"40":2,"143":2,"146":2}}],["excellent",{"2":{"23":1}}],["except",{"2":{"18":1,"19":1}}],["excess",{"2":{"5":1,"6":1,"39":1}}],["exp10",{"2":{"146":1,"150":2}}],["explicity",{"2":{"62":1}}],["explicitly",{"2":{"6":1,"18":1,"24":1,"33":2,"36":1,"39":1,"40":1,"59":2,"143":1,"146":1,"147":1}}],["expressed",{"2":{"37":2}}],["express",{"2":{"37":1}}],["experimental",{"2":{"30":3}}],["expect",{"2":{"1":1,"92":1,"142":1}}],["export",{"2":{"37":1,"144":1,"164":1,"166":1}}],["exposes",{"2":{"17":1}}],["exponential",{"2":{"9":1}}],["ext2",{"2":{"90":3}}],["ext1",{"2":{"90":3}}],["ext",{"2":{"38":15,"44":10,"46":2,"49":3,"50":8,"53":8,"54":18,"55":8,"56":14,"79":7,"90":7}}],["extrema",{"2":{"120":1,"161":1}}],["extreem",{"2":{"33":10}}],["extract",{"2":{"120":1,"129":3,"150":1}}],["extra",{"2":{"6":3,"44":1,"55":1,"144":1,"146":2,"147":1}}],["external",{"2":{"36":1,"90":2}}],["exteriors",{"2":{"9":1,"53":2,"55":2,"120":1}}],["exterior",{"2":{"3":4,"4":2,"6":10,"33":1,"35":1,"36":1,"38":1,"39":36,"43":2,"44":4,"50":2,"55":3,"56":14,"59":1,"62":2,"64":1,"65":1,"68":3,"78":1,"82":2,"90":9,"99":2,"108":1,"109":3,"112":3,"113":3,"119":6,"120":6,"132":3,"133":1,"135":1,"139":5,"140":1,"163":2}}],["extending",{"2":{"96":1}}],["extended",{"2":{"59":1}}],["extensions",{"2":{"166":1}}],["extension",{"2":{"1":1,"6":1,"39":1,"40":1,"67":1,"121":1,"142":3,"143":2,"146":1,"147":1,"148":1,"166":1}}],["extent=true",{"2":{"140":1}}],["extent=nothing",{"2":{"129":1}}],["extent=",{"2":{"129":3}}],["extent=false",{"2":{"129":1,"150":1}}],["extent=gi",{"2":{"120":3}}],["extent`",{"2":{"126":1,"140":1}}],["extents",{"2":{"4":3,"6":3,"30":5,"46":1,"54":3,"90":5,"96":1,"120":3,"129":2,"140":2,"161":2}}],["extent",{"0":{"140":1},"2":{"0":2,"1":4,"4":3,"6":11,"24":1,"30":2,"38":1,"45":1,"46":1,"54":10,"90":4,"96":2,"120":12,"126":3,"128":4,"129":28,"140":2,"150":1,"159":1,"161":7}}],["exactly",{"2":{"154":1}}],["exactpredicates",{"2":{"7":1,"13":2,"14":2,"30":1}}],["exact",{"2":{"3":5,"6":5,"7":2,"12":1,"13":1,"44":36,"46":6,"49":7,"50":5,"52":1,"53":5,"54":7,"55":5,"56":7,"65":2,"68":3,"70":1,"71":3,"72":3,"73":1,"78":2,"79":1,"82":2,"84":1,"85":3,"86":2,"87":1,"90":24,"93":2,"96":3,"99":2,"101":1,"102":3,"103":1,"104":1,"109":3,"111":1,"112":3,"113":3,"114":1,"120":1,"137":1}}],["exampleusing",{"2":{"38":1}}],["examplefinal",{"2":{"25":1}}],["examplewkt",{"2":{"25":1}}],["examples",{"0":{"145":1,"149":1},"2":{"3":8,"4":1,"6":11,"62":1,"65":1,"68":1,"78":1,"79":1,"82":1,"96":1,"99":1,"109":1,"119":2,"161":1}}],["example",{"0":{"38":1,"131":1,"137":1,"168":1,"169":1},"2":{"1":3,"3":2,"6":13,"11":1,"20":1,"23":2,"32":1,"35":1,"38":1,"42":1,"43":1,"45":1,"48":1,"49":1,"50":1,"53":1,"54":1,"55":1,"58":1,"61":1,"62":1,"64":1,"67":1,"77":1,"79":1,"81":1,"90":1,"92":1,"93":1,"95":1,"98":1,"108":1,"119":1,"120":8,"122":1,"129":2,"131":1,"133":1,"136":1,"137":1,"141":1,"149":1,"150":2,"155":1,"160":1,"168":1,"170":1}}],["either",{"2":{"1":2,"3":1,"6":4,"22":1,"26":1,"44":9,"50":1,"53":1,"54":2,"55":1,"56":1,"58":1,"68":1,"90":5,"92":1,"98":1,"99":1,"109":1,"120":1,"129":3,"134":1,"167":1}}],["lj",{"2":{"120":2}}],["lrs",{"2":{"150":2}}],["lr",{"2":{"120":3}}],["lp",{"2":{"90":2}}],["ls2lr",{"2":{"139":6}}],["lstart",{"2":{"90":2}}],["ls",{"2":{"90":12}}],["ll",{"2":{"17":1,"38":1,"145":2,"150":1,"164":1,"165":1}}],["l",{"2":{"14":4,"39":6,"79":2,"90":32}}],["lgeos",{"2":{"150":1}}],["lg",{"2":{"13":1,"14":1,"15":2,"146":9,"150":17}}],["l305",{"2":{"6":1}}],["loudly",{"2":{"129":1}}],["log10",{"2":{"146":2,"150":4}}],["log",{"2":{"124":3,"125":1,"145":2}}],["location",{"2":{"44":1,"90":6}}],["local",{"2":{"33":3,"36":1,"44":4,"51":1,"56":1,"120":1}}],["loose",{"2":{"130":1}}],["lookup",{"2":{"120":1,"129":1}}],["looks",{"2":{"42":1}}],["look",{"2":{"35":2,"120":2,"131":1,"145":1}}],["looping",{"2":{"120":1}}],["loop",{"2":{"33":1,"39":2,"43":3,"44":8,"46":1,"54":1,"56":1,"90":5,"120":3,"152":1}}],["lower",{"2":{"6":1,"7":1,"120":1,"168":1}}],["lon",{"2":{"6":2,"145":1,"146":2}}],["longitude",{"2":{"164":2}}],["long",{"2":{"6":1,"54":1,"146":1,"169":1}}],["longer",{"2":{"6":3,"25":1,"144":1,"146":2,"147":1}}],["lots",{"2":{"164":1}}],["lot",{"2":{"6":1,"23":1,"33":1,"36":1,"43":1,"46":1,"59":1,"62":1,"96":1,"122":1,"145":1,"160":2}}],["load",{"2":{"129":2,"150":1,"162":2}}],["loading",{"2":{"40":1,"143":1,"146":1}}],["loads",{"2":{"5":1,"6":1,"39":1}}],["loaded",{"2":{"1":1,"40":3,"142":1,"143":2,"146":2}}],["laptop",{"2":{"169":1}}],["land",{"2":{"164":8}}],["layers",{"2":{"127":1}}],["label",{"2":{"14":4,"15":2,"58":1,"120":3,"145":2,"149":2,"150":2}}],["labels",{"2":{"13":2,"120":1}}],["lazily",{"2":{"6":1,"124":1,"129":1}}],["latitude",{"2":{"164":2}}],["later",{"2":{"36":1,"120":1}}],["lat",{"2":{"6":3,"145":1,"146":3}}],["larger",{"2":{"44":1,"55":1,"154":1}}],["large",{"2":{"6":8,"39":1,"150":2,"166":1,"169":1}}],["lastindex",{"2":{"154":1}}],["last",{"2":{"4":3,"6":3,"9":1,"33":11,"36":2,"38":2,"44":9,"46":4,"59":7,"62":5,"90":20,"101":1,"120":8,"131":1,"138":2,"152":1}}],["lt",{"2":{"6":6,"54":4,"145":1}}],["len",{"2":{"152":7}}],["length",{"2":{"0":1,"5":1,"6":5,"9":1,"18":1,"25":1,"39":32,"41":1,"42":1,"43":22,"44":11,"46":1,"49":2,"50":2,"53":1,"54":1,"55":1,"56":1,"90":1,"120":10,"129":3,"138":2,"145":1,"151":1,"152":1,"153":1,"154":7}}],["legend",{"2":{"150":4}}],["le",{"2":{"90":10}}],["leaving",{"2":{"131":1}}],["leaf",{"2":{"129":4}}],["leading",{"2":{"163":1}}],["lead",{"2":{"54":1,"131":1}}],["least",{"2":{"3":4,"6":4,"44":1,"54":1,"56":2,"90":14,"96":6,"99":1,"102":3,"103":2,"104":2,"105":1,"106":1,"109":1,"115":1,"119":1}}],["leftover",{"2":{"44":1}}],["left=1",{"2":{"44":1}}],["left",{"2":{"39":1,"44":5,"119":1,"120":2,"152":17,"154":5,"167":1}}],["lets",{"2":{"36":1}}],["let",{"2":{"35":1,"42":1,"90":1,"120":3,"145":1,"163":6,"164":7,"165":2,"166":2,"170":1}}],["levels",{"2":{"6":1,"120":1,"127":1,"158":1}}],["level",{"2":{"6":1,"7":1,"9":1,"18":2,"20":1,"28":1,"127":1,"129":2,"130":1,"132":1,"134":4,"135":1,"136":1,"138":2,"139":1,"164":2}}],["less",{"2":{"3":1,"6":7,"33":1,"36":1,"39":1,"43":1,"46":1,"59":1,"62":1,"79":1,"96":1,"120":1,"150":1,"151":1}}],["l289",{"2":{"6":1}}],["l2",{"2":{"3":4,"4":4,"6":8,"61":4,"62":12,"64":8,"78":2,"81":5,"95":4,"98":3,"99":2,"108":8}}],["l195",{"2":{"6":1}}],["l177",{"2":{"6":1}}],["l1",{"2":{"3":6,"4":4,"6":10,"61":4,"62":12,"64":8,"67":4,"68":2,"77":4,"78":2,"81":5,"95":4,"98":3,"99":2,"108":8}}],["li",{"2":{"120":2}}],["lie",{"2":{"54":1}}],["lies",{"2":{"44":3,"168":1}}],["limitations",{"2":{"54":1}}],["limits",{"2":{"38":1}}],["limited",{"2":{"6":1,"144":1,"147":1}}],["library",{"2":{"49":1,"166":1}}],["libraries",{"2":{"36":1,"136":1,"166":1}}],["libgeos",{"2":{"6":2,"13":1,"14":1,"15":1,"23":1,"36":1,"40":5,"121":1,"146":7,"150":4,"160":2}}],["literate",{"2":{"30":1,"33":1,"36":1,"39":1,"40":1,"43":1,"44":1,"46":1,"49":1,"51":1,"52":1,"54":1,"56":1,"59":1,"62":1,"65":1,"75":1,"78":1,"79":1,"89":1,"90":1,"93":1,"96":1,"106":1,"116":1,"119":1,"120":1,"121":1,"129":1,"132":1,"135":1,"138":1,"139":1,"140":1,"141":1,"143":1,"147":1,"154":1,"155":1,"156":1,"160":1,"161":1}}],["lift",{"2":{"14":2}}],["lin",{"2":{"146":5}}],["linrange",{"2":{"13":2,"14":5,"38":2,"58":1,"120":2,"146":1,"150":2}}],["linering",{"2":{"164":1}}],["linewidth",{"2":{"35":1,"163":1}}],["linesegment",{"2":{"119":2,"147":1}}],["lines",{"0":{"71":1,"85":1,"102":1,"112":1},"2":{"3":1,"4":4,"6":5,"44":3,"48":1,"54":9,"58":1,"61":4,"62":4,"64":3,"67":1,"68":1,"77":2,"79":1,"81":3,"90":2,"92":3,"95":4,"96":2,"98":4,"108":3,"109":1,"120":3,"148":1,"163":4}}],["linestrings",{"2":{"4":2,"6":2,"9":1,"62":2,"118":1,"130":1,"139":2,"163":1}}],["linestringtrait",{"2":{"3":2,"4":4,"6":9,"11":3,"33":1,"43":4,"53":2,"59":2,"62":8,"70":1,"71":4,"72":1,"79":6,"84":1,"85":5,"96":4,"101":1,"102":4,"103":1,"111":1,"112":4,"113":1,"127":1,"134":2,"135":1,"139":1,"147":2,"158":2}}],["linestring",{"2":{"3":5,"4":6,"6":15,"18":1,"20":1,"33":2,"43":2,"59":4,"61":2,"62":2,"64":2,"65":1,"70":1,"71":3,"78":2,"81":2,"82":1,"84":1,"85":4,"90":2,"95":2,"101":1,"102":3,"103":1,"108":2,"109":1,"111":1,"112":4,"113":1,"119":7,"129":4,"161":3,"163":5}}],["linetrait",{"2":{"3":2,"4":4,"6":6,"33":1,"44":2,"49":2,"53":2,"59":2,"62":8,"70":1,"71":4,"72":1,"84":1,"85":5,"96":4,"101":1,"102":4,"103":1,"111":1,"112":4,"113":1}}],["line2",{"2":{"3":3,"6":7,"53":2,"54":2,"79":5,"92":3,"93":2,"96":3,"119":5}}],["line1",{"2":{"3":4,"6":8,"53":2,"54":2,"79":5,"92":3,"93":2,"96":5,"119":5}}],["linea",{"2":{"1":1,"6":1,"155":1}}],["linearmap",{"2":{"150":1}}],["linearalgebra",{"2":{"30":1}}],["linear",{"2":{"4":7,"6":10,"9":1,"36":2,"39":1,"42":1,"43":3,"46":1,"54":1,"59":5,"62":8,"72":1,"90":2,"102":1,"103":2,"112":1,"118":1,"129":2,"132":3,"139":4,"145":5,"146":3,"147":4}}],["linearr",{"2":{"1":1,"6":1,"155":1}}],["linearrings",{"2":{"9":1,"86":1,"120":6,"130":1,"163":1}}],["linearringtrait",{"2":{"4":4,"6":6,"11":3,"33":3,"36":2,"43":4,"44":4,"53":2,"59":2,"62":8,"70":1,"71":1,"72":4,"84":1,"85":2,"86":3,"101":1,"102":1,"103":4,"111":1,"112":1,"113":4,"134":1,"139":1,"147":2,"150":1,"158":2}}],["linearring",{"2":{"1":10,"3":2,"4":1,"6":15,"33":2,"43":2,"44":1,"59":1,"70":1,"72":3,"84":1,"85":1,"86":2,"90":2,"96":4,"101":1,"102":1,"103":3,"111":1,"113":4,"119":1,"120":3,"129":5,"130":1,"131":6,"132":1,"137":13,"139":1,"150":1,"155":8,"163":24,"164":14,"168":2}}],["linearsegments",{"2":{"0":1,"6":4,"144":1,"145":1,"146":3,"147":5}}],["line",{"0":{"90":1},"2":{"0":1,"3":13,"4":9,"6":52,"23":1,"32":2,"33":7,"42":3,"43":10,"44":12,"46":8,"48":6,"49":18,"53":8,"54":67,"56":6,"59":11,"62":5,"65":2,"67":2,"68":1,"70":2,"71":11,"72":8,"77":1,"79":11,"82":2,"84":1,"85":9,"86":4,"90":141,"92":2,"93":2,"95":3,"96":12,"98":2,"99":2,"101":1,"102":10,"103":3,"109":2,"111":2,"112":10,"113":7,"119":6,"120":2,"147":1,"150":1,"151":1,"152":4,"153":1,"161":3,"163":3}}],["lineorientation",{"2":{"0":1,"6":2,"53":2}}],["lists",{"2":{"20":1,"44":3,"96":1}}],["listed",{"2":{"6":1,"33":1,"150":1}}],["list",{"2":{"6":16,"9":1,"33":20,"44":233,"49":20,"50":14,"51":8,"53":13,"54":5,"55":13,"56":1,"169":2}}],["likely",{"2":{"127":1}}],["like",{"0":{"52":1},"2":{"1":2,"6":9,"17":1,"18":2,"19":1,"20":1,"23":1,"24":1,"28":1,"36":1,"38":1,"39":1,"42":1,"46":1,"50":1,"53":1,"55":1,"58":1,"59":1,"62":1,"122":2,"129":2,"134":2,"135":1,"144":1,"145":1,"158":2,"164":2}}],["image",{"2":{"120":1}}],["impossible",{"2":{"49":1,"95":1}}],["important",{"2":{"145":1}}],["import",{"2":{"1":3,"6":5,"13":2,"14":2,"15":1,"25":1,"30":5,"32":1,"35":1,"40":1,"42":1,"45":1,"49":1,"50":1,"53":1,"54":1,"55":1,"58":1,"61":1,"62":1,"64":1,"65":1,"67":1,"68":1,"77":1,"78":1,"79":1,"81":1,"82":1,"92":1,"93":1,"95":1,"96":1,"98":1,"99":1,"108":1,"109":1,"119":3,"129":2,"143":1,"146":2,"149":2,"150":3,"155":2,"161":1,"162":5}}],["implements",{"2":{"160":1}}],["implementing",{"2":{"6":1,"150":1}}],["implement",{"2":{"6":1,"17":1,"23":1,"33":1,"36":1,"39":1,"43":1,"46":1,"59":1,"62":1,"68":1,"82":1,"96":1,"99":1,"109":1,"122":1,"133":1,"134":3,"135":1}}],["implementation",{"0":{"33":1,"36":1,"43":1,"46":1,"49":1,"59":1,"62":1,"65":1,"68":1,"78":1,"82":1,"93":1,"96":1,"99":1,"109":1,"126":1,"132":1,"138":1,"147":1},"2":{"6":1,"33":3,"36":3,"39":1,"43":3,"46":3,"55":1,"59":3,"62":3,"65":1,"68":2,"78":1,"82":2,"93":1,"96":3,"99":2,"109":2,"120":2,"121":1,"142":1,"150":1,"160":1}}],["implementations",{"2":{"6":1,"68":1,"82":1,"99":1,"109":1,"121":1,"148":1,"160":3}}],["implemented",{"0":{"121":1},"2":{"1":1,"6":2,"30":1,"36":1,"39":3,"49":2,"51":2,"54":2,"56":2,"59":2,"121":1,"122":2,"134":2,"142":1,"148":1}}],["improvements",{"2":{"9":2,"10":1}}],["improve",{"2":{"4":1,"6":1,"140":1}}],["i=2",{"2":{"119":1}}],["ipoints",{"2":{"90":4}}],["ip",{"2":{"62":2}}],["ipt",{"2":{"44":8}}],["ihole",{"2":{"62":2}}],["ih",{"2":{"56":20}}],["i2",{"2":{"46":2}}],["i1",{"2":{"46":2}}],["ii",{"2":{"44":8}}],["io",{"2":{"40":5,"143":5,"146":5}}],["i+1",{"2":{"39":8,"120":1,"152":2,"154":1}}],["i",{"2":{"9":1,"13":4,"22":1,"33":14,"36":1,"39":16,"44":28,"46":4,"51":2,"55":2,"56":4,"59":2,"62":8,"79":7,"90":28,"119":14,"120":17,"129":14,"147":2,"151":3,"152":12,"154":28,"161":2,"163":2,"164":1,"169":3}}],["id",{"2":{"165":1}}],["identical",{"2":{"129":1,"137":1}}],["identity",{"2":{"120":4,"129":2,"140":1}}],["ideal",{"2":{"120":1}}],["idea",{"2":{"6":1,"20":1,"26":1,"39":1,"122":1}}],["idx`",{"2":{"44":1}}],["idx",{"2":{"33":6,"44":167,"46":9,"49":23,"50":5,"53":5,"55":2,"138":34,"152":51}}],["id=",{"2":{"6":2}}],["ignored",{"2":{"6":1,"120":1}}],["ignore",{"2":{"6":1,"120":2}}],["i>",{"2":{"6":2}}],["i>method",{"2":{"6":2}}],["innerjoin",{"2":{"168":1,"169":1}}],["inner",{"2":{"90":6,"129":3,"167":1}}],["innacurracies",{"2":{"54":1}}],["inline",{"2":{"90":4,"119":1,"129":21,"159":2}}],["inlcuding",{"2":{"54":1,"71":1,"72":1}}],["in=1",{"2":{"90":1}}],["in`",{"2":{"90":1}}],["inject",{"0":{"52":1},"2":{"143":1}}],["ind",{"2":{"169":2}}],["individual",{"2":{"164":1}}],["indicate",{"2":{"129":1}}],["indicates",{"2":{"20":1}}],["indicies",{"2":{"44":2}}],["indices",{"2":{"44":2,"129":4,"154":16}}],["indeed",{"2":{"131":1}}],["index",{"2":{"39":8,"44":11,"90":1,"129":1,"152":1}}],["inds",{"2":{"120":3}}],["inplace",{"2":{"39":1}}],["inputs",{"2":{"6":1,"44":1,"62":1,"65":1,"78":1,"93":1,"154":1}}],["input",{"2":{"6":12,"33":1,"49":1,"50":1,"53":1,"54":1,"55":1,"120":1,"122":1,"146":3,"147":2,"151":1,"152":1,"153":1,"164":1}}],["inbounds",{"2":{"39":16,"59":5,"90":1}}],["inspiration",{"2":{"49":1}}],["inspired",{"2":{"48":1,"49":2}}],["inside",{"2":{"33":3,"42":1,"44":3,"46":1,"50":1,"51":1,"53":1,"54":1,"55":1,"56":2,"58":3,"59":1,"70":1,"90":1,"108":1,"111":1,"120":2}}],["insertion",{"2":{"44":1}}],["insert",{"2":{"33":1,"152":1}}],["instability",{"2":{"24":2}}],["instantiating",{"2":{"20":1}}],["instead",{"2":{"18":1,"24":1}}],["instructs",{"2":{"6":1,"160":2}}],["investigate",{"2":{"120":1}}],["invalid",{"2":{"20":1,"51":2,"131":1,"136":1,"137":1}}],["invoke",{"2":{"20":1}}],["involved",{"2":{"122":1}}],["involve",{"2":{"20":1}}],["involving",{"2":{"6":3,"50":1,"53":1,"55":1}}],["invocation",{"2":{"18":1}}],["init=nothing",{"2":{"129":1}}],["init=typemax",{"2":{"59":2}}],["init=zero",{"2":{"36":1,"46":1}}],["initial",{"2":{"54":2,"146":1}}],["initially",{"2":{"44":1}}],["initialize",{"2":{"39":3,"43":2,"44":1,"54":1}}],["init",{"2":{"19":1,"30":1,"33":1,"43":2,"129":30,"146":4}}],["incorrect",{"2":{"130":1,"131":1}}],["increase",{"2":{"44":1,"90":1}}],["increasing",{"2":{"6":1,"150":1}}],["increment",{"2":{"39":5}}],["including",{"2":{"33":1,"44":2,"59":1,"70":1,"73":1,"90":2}}],["include",{"2":{"30":41,"33":1,"44":1,"59":2,"150":2,"159":1,"164":2,"165":1}}],["included",{"2":{"6":2,"56":2,"135":2,"138":2,"164":1}}],["includes",{"2":{"4":2,"6":2,"56":1,"59":2,"62":1,"90":1}}],["incircle",{"0":{"16":1}}],["ing",{"2":{"1":1,"6":2,"39":1,"155":1}}],["intr",{"2":{"44":28,"46":9,"49":16,"54":8}}],["intr2",{"2":{"44":2,"54":14}}],["intr1",{"2":{"44":3,"54":21,"90":2}}],["intrs",{"2":{"44":10,"54":5}}],["introduction",{"0":{"26":1},"1":{"27":1,"28":1,"29":1}}],["introducing",{"2":{"24":1}}],["introduces",{"2":{"24":1}}],["int",{"2":{"44":6,"56":7,"79":7,"147":1,"150":1,"152":5,"153":1,"154":1}}],["integrate",{"2":{"36":1}}],["integrating",{"2":{"36":1}}],["integrals",{"2":{"35":1}}],["integral",{"2":{"35":1}}],["intended",{"2":{"6":1,"134":2,"135":1}}],["intermediate",{"2":{"46":1}}],["inter2",{"2":{"46":15}}],["inter1",{"2":{"46":23}}],["interpreted",{"2":{"39":1}}],["interpolation",{"2":{"5":1,"6":1,"38":1,"39":2,"144":1}}],["interpolated",{"2":{"5":3,"6":3,"39":17,"144":1}}],["interpolate",{"2":{"0":2,"5":2,"6":4,"37":1,"38":2,"39":25}}],["interest",{"2":{"39":1,"59":1}}],["internal",{"2":{"38":1}}],["internals",{"2":{"24":1}}],["inter",{"2":{"6":3,"44":21,"49":1,"50":1,"53":5,"54":4}}],["interface",{"0":{"134":1},"2":{"6":2,"20":1,"129":1,"133":1,"134":4,"135":1,"150":1,"164":1}}],["interacted",{"2":{"90":1}}],["interaction",{"0":{"90":1},"2":{"90":2}}],["interactions",{"2":{"44":1,"56":3,"90":15}}],["interactive",{"2":{"13":1,"14":1}}],["interacting",{"2":{"6":1,"53":1,"90":2}}],["interacts",{"2":{"3":1,"6":1,"90":3,"98":1,"99":1,"102":3,"103":1,"104":1}}],["interact",{"2":{"3":2,"6":2,"55":1,"56":1,"81":1,"90":5,"93":1,"98":1,"99":1,"101":1,"102":2,"103":2,"104":1}}],["interior",{"2":{"3":6,"6":7,"33":9,"35":1,"39":7,"43":5,"44":1,"56":18,"64":1,"65":1,"67":1,"68":3,"71":5,"72":1,"73":2,"77":2,"78":1,"79":1,"82":2,"84":2,"85":6,"86":3,"90":15,"98":1,"99":3,"102":1,"103":2,"104":2,"108":1,"109":3,"114":2,"119":2,"132":1,"135":1}}],["interiors",{"2":{"3":6,"6":7,"39":20,"64":1,"65":1,"67":1,"77":1,"78":1,"81":1,"82":1,"87":1,"90":5,"92":1,"93":1,"98":1,"99":1,"101":1,"102":2,"103":1,"108":1,"109":1,"112":3,"113":3}}],["intersectingpolygons",{"2":{"6":3}}],["intersecting",{"0":{"136":1},"1":{"137":1,"138":1},"2":{"6":4,"30":1,"44":2,"56":2,"135":4,"136":1,"138":4}}],["intersections",{"0":{"54":1},"2":{"44":2,"46":2,"51":1,"53":2,"54":1,"56":1,"90":2}}],["intersection",{"0":{"53":1,"91":1},"1":{"92":1,"93":1},"2":{"0":2,"3":3,"6":19,"9":1,"15":4,"23":1,"30":1,"44":38,"46":6,"49":3,"50":4,"51":4,"53":15,"54":73,"55":2,"56":2,"79":2,"90":6,"92":1,"96":5}}],["intersect",{"2":{"3":8,"6":11,"44":4,"46":3,"50":2,"53":1,"54":1,"55":1,"56":5,"64":1,"65":2,"67":1,"68":1,"78":1,"82":1,"85":1,"87":1,"90":4,"92":2,"96":1,"108":1,"109":2,"112":3,"113":3,"137":1,"138":4}}],["intersects",{"0":{"92":1},"2":{"0":2,"3":3,"6":6,"30":1,"44":1,"54":2,"56":2,"79":2,"91":1,"92":4,"93":4,"96":5,"114":1,"138":2,"167":1}}],["into",{"2":{"5":1,"6":7,"17":1,"33":1,"36":1,"39":1,"43":4,"44":2,"49":1,"50":1,"53":1,"90":1,"120":4,"124":1,"129":6,"138":1,"150":1,"158":1,"161":2,"163":2,"167":1}}],["int64",{"2":{"1":6,"6":6,"131":6,"151":1,"152":1,"154":1,"155":6,"163":14}}],["info",{"2":{"144":1}}],["information",{"2":{"6":1,"28":1,"39":1,"44":2,"45":1,"54":1,"90":1,"162":1,"164":3,"166":2}}],["infinity",{"2":{"90":1,"96":1}}],["inf",{"2":{"1":1,"9":1,"49":2,"151":1,"154":3}}],["in",{"0":{"23":1},"2":{"1":6,"3":3,"4":1,"5":4,"6":49,"7":1,"9":2,"13":6,"14":2,"17":2,"18":4,"20":1,"23":3,"24":2,"25":2,"26":1,"28":1,"29":1,"30":2,"33":7,"35":1,"36":3,"37":2,"39":22,"40":1,"42":2,"43":5,"44":72,"46":31,"49":6,"50":9,"51":3,"53":5,"54":29,"55":11,"56":28,"58":6,"59":6,"61":1,"62":17,"64":2,"65":1,"68":10,"71":1,"72":1,"73":1,"74":1,"75":1,"78":1,"79":7,"82":9,"84":1,"85":1,"86":1,"88":1,"89":1,"90":135,"92":2,"93":1,"95":1,"96":11,"98":1,"99":11,"103":1,"105":1,"106":1,"108":1,"109":10,"112":3,"113":3,"115":1,"116":1,"119":4,"120":10,"121":3,"122":1,"124":3,"127":2,"128":1,"129":12,"133":1,"134":1,"135":2,"136":1,"138":7,"140":1,"141":2,"142":3,"143":1,"144":2,"145":2,"146":14,"147":7,"148":1,"150":5,"151":2,"152":4,"153":1,"154":5,"155":2,"156":1,"157":4,"158":1,"159":1,"160":4,"161":8,"162":1,"163":2,"164":6,"166":2,"167":4,"168":3,"169":1,"170":1}}],["itererable",{"2":{"161":1}}],["iter",{"2":{"129":31}}],["iterate",{"2":{"39":2,"127":1,"129":5}}],["iteration",{"2":{"36":1}}],["iterators",{"2":{"13":1,"39":1,"44":5,"46":3,"53":1,"56":2,"120":1,"129":11,"138":6,"147":1}}],["iterator",{"2":{"6":2,"44":4,"53":2,"124":2,"129":2}}],["iterabletype",{"2":{"129":10}}],["iterable",{"2":{"4":1,"6":3,"18":1,"36":1,"46":1,"124":1,"129":37,"163":1}}],["iterables",{"2":{"1":2,"6":2,"22":1,"129":6}}],["ith",{"2":{"44":3,"56":7}}],["itself",{"2":{"46":1,"119":1,"127":1}}],["its",{"2":{"5":1,"6":10,"18":1,"35":1,"39":1,"44":2,"46":4,"56":1,"71":1,"124":1,"129":1,"133":1,"150":1,"151":1,"152":1,"153":3,"167":1}}],["it",{"2":{"1":4,"4":1,"6":19,"9":1,"18":11,"19":2,"20":1,"22":1,"25":2,"28":3,"29":1,"32":1,"33":1,"35":2,"36":3,"38":1,"40":1,"43":2,"44":2,"45":1,"46":2,"50":1,"51":1,"53":1,"54":4,"55":1,"56":3,"59":3,"62":1,"67":2,"70":3,"84":3,"90":14,"95":1,"96":1,"101":2,"111":3,"118":1,"119":2,"120":4,"122":3,"124":3,"127":3,"128":1,"129":15,"131":1,"132":1,"133":1,"135":1,"136":1,"139":2,"142":5,"145":2,"146":1,"150":1,"152":1,"157":1,"158":2,"159":1,"160":7,"164":6,"166":3,"169":2,"170":2}}],["iff",{"2":{"129":1}}],["if",{"0":{"52":1},"2":{"1":5,"3":17,"4":19,"5":1,"6":73,"18":1,"22":2,"32":1,"33":15,"35":1,"36":6,"39":5,"40":3,"43":1,"44":95,"46":36,"49":8,"50":13,"51":12,"53":9,"54":44,"55":10,"56":22,"58":2,"59":8,"61":2,"62":35,"64":1,"65":1,"67":1,"68":2,"70":4,"71":3,"72":3,"73":2,"74":1,"75":1,"77":1,"78":1,"79":9,"81":1,"82":3,"84":5,"85":4,"86":2,"87":2,"88":1,"89":1,"90":132,"92":1,"93":1,"95":4,"96":16,"98":1,"99":2,"101":4,"102":3,"103":2,"104":2,"105":1,"106":1,"108":1,"109":2,"111":5,"112":3,"113":3,"114":1,"115":1,"116":1,"119":5,"120":35,"124":1,"127":1,"129":21,"132":1,"134":1,"135":2,"136":1,"138":12,"139":1,"140":1,"141":1,"142":3,"143":2,"146":6,"147":2,"150":1,"152":12,"154":12,"155":1,"156":1,"159":1,"160":2,"164":1,"166":1,"168":2,"169":1}}],["isolate",{"2":{"150":1}}],["isodd",{"2":{"49":1}}],["istable",{"2":{"129":2}}],["isequal",{"2":{"120":1}}],["iseven",{"2":{"90":1}}],["isempty",{"2":{"36":1,"39":4,"46":1,"50":1,"51":2,"53":1,"120":1,"134":1,"139":1,"152":1}}],["isparallel",{"2":{"90":1,"119":8}}],["is3d",{"2":{"62":1,"129":1,"141":1,"155":1,"156":1,"161":10}}],["issue",{"2":{"44":1}}],["issues",{"2":{"26":1}}],["island",{"2":{"25":1}}],["isa",{"2":{"18":1,"39":9,"129":4,"161":1}}],["isnothing",{"2":{"40":1,"44":9,"49":1,"51":2,"54":2,"56":2,"62":1,"120":1,"143":1,"146":1,"150":1,"151":1,"152":5,"153":1,"154":6}}],["isn",{"2":{"6":1,"36":1,"44":4,"46":1,"49":1,"51":1,"54":3,"56":2,"59":3,"62":1,"67":1,"90":9,"96":1,"150":1,"160":1}}],["isconcave",{"0":{"119":1},"2":{"0":1,"6":2,"117":1,"119":3}}],["isclockwise",{"0":{"118":1},"2":{"0":1,"6":2,"46":1,"117":1,"119":5,"120":2}}],["is",{"0":{"32":1,"35":2,"42":1,"45":1,"48":1,"58":2,"61":1,"64":1,"67":1,"77":1,"81":1,"92":1,"95":1,"98":1,"108":1,"127":1},"2":{"0":1,"1":10,"3":8,"4":43,"5":1,"6":105,"9":3,"11":1,"13":1,"14":1,"18":3,"19":1,"20":1,"22":3,"23":2,"25":3,"26":2,"32":1,"33":19,"35":7,"36":19,"37":2,"38":2,"39":15,"40":3,"42":2,"43":5,"44":82,"45":3,"46":22,"48":1,"49":2,"50":4,"51":13,"53":4,"54":40,"55":7,"56":21,"58":8,"59":23,"62":13,"64":2,"65":3,"67":4,"68":4,"70":7,"71":3,"72":3,"73":1,"74":1,"75":1,"78":3,"79":3,"81":1,"82":5,"84":9,"85":4,"86":2,"87":1,"88":1,"89":1,"90":91,"93":2,"95":3,"96":12,"99":4,"101":2,"108":4,"109":5,"111":8,"112":3,"113":3,"114":1,"115":2,"116":1,"118":2,"119":7,"120":11,"121":1,"122":2,"124":1,"127":3,"128":1,"129":24,"130":7,"131":2,"132":1,"133":3,"134":2,"135":1,"136":4,"137":1,"138":2,"141":1,"142":7,"143":2,"144":3,"145":3,"146":9,"147":6,"149":1,"150":4,"151":1,"152":2,"153":1,"155":2,"157":1,"158":1,"159":1,"160":3,"163":4,"164":8,"165":1,"166":3,"167":2,"168":5,"169":2}}],["cpu",{"2":{"169":1}}],["cy",{"2":{"119":2}}],["cyan",{"2":{"40":1,"143":1,"146":1}}],["cx",{"2":{"119":2}}],["cdot",{"2":{"119":1}}],["cs",{"2":{"90":9}}],["cshape",{"2":{"42":3}}],["cw",{"2":{"46":2}}],["cb",{"2":{"38":1,"120":1}}],["cgrad",{"2":{"38":1}}],["cgal",{"2":{"38":1}}],["c",{"2":{"36":1,"42":1,"46":4,"49":5,"52":3,"90":24,"146":1}}],["chunks",{"2":{"129":8}}],["chunk",{"2":{"129":12}}],["choose",{"2":{"120":2}}],["chose",{"2":{"24":1,"120":1}}],["changes",{"2":{"44":1}}],["changed",{"2":{"44":1}}],["change",{"2":{"24":1,"44":1}}],["chain=2",{"2":{"44":1}}],["chain=1",{"2":{"44":1}}],["chain",{"2":{"44":66,"51":3,"54":4,"56":4}}],["chains",{"2":{"20":1,"44":1}}],["chairmarks",{"2":{"13":1,"146":1,"150":1}}],["children",{"2":{"150":1}}],["child",{"2":{"6":2,"124":2,"129":7}}],["checkargs",{"2":{"151":1,"152":1,"153":1,"154":1}}],["checking",{"2":{"62":1,"152":1}}],["checks",{"0":{"79":1,"91":1},"1":{"92":1,"93":1},"2":{"40":1,"44":1,"54":1,"61":1,"64":1,"67":1,"77":1,"81":1,"90":5,"92":1,"95":1,"96":1,"98":1,"108":1,"139":2,"168":1}}],["check",{"2":{"4":1,"6":1,"7":1,"43":1,"44":8,"46":3,"49":1,"50":1,"52":1,"54":4,"55":1,"62":8,"90":11,"120":5,"124":3,"125":1,"137":1,"139":2,"140":1,"145":2,"152":1,"154":1}}],["checked",{"2":{"4":1,"6":1,"44":1,"54":1,"90":1,"140":1}}],["clear",{"2":{"45":1}}],["clearly",{"2":{"32":1,"35":1,"58":1}}],["clamped",{"2":{"54":18}}],["clamp",{"2":{"33":1,"54":1}}],["classified",{"2":{"44":1}}],["classify",{"2":{"44":4}}],["class",{"2":{"6":1,"120":1}}],["clipping",{"0":{"44":1,"50":1,"51":1,"54":1,"55":1,"56":1},"2":{"6":1,"9":1,"30":8,"44":9,"49":3,"50":1,"53":1,"55":1,"136":1}}],["closure",{"2":{"129":2}}],["closing",{"2":{"33":1}}],["close",{"2":{"25":1,"33":5,"44":2,"46":1,"49":1,"54":1,"59":9,"120":1,"131":1,"132":4}}],["closest",{"2":{"4":3,"6":3,"54":2,"58":1,"59":6}}],["closed2",{"2":{"62":2}}],["closed1",{"2":{"62":2}}],["closed",{"0":{"130":1},"1":{"131":1,"132":1},"2":{"4":4,"6":11,"9":1,"30":1,"33":6,"36":3,"43":3,"44":1,"46":1,"54":1,"56":3,"62":21,"70":2,"71":5,"72":5,"84":2,"85":5,"86":3,"90":52,"102":5,"103":1,"111":3,"112":5,"113":5,"119":1,"120":1,"130":1,"131":1,"132":2,"133":1,"135":1,"163":1}}],["closedring",{"2":{"0":1,"6":2,"130":1,"131":1,"132":4,"133":1,"134":1,"135":1,"139":1}}],["clockwise",{"2":{"4":1,"6":4,"9":1,"35":1,"36":1,"46":7,"118":2,"119":3,"120":1}}],["ceil",{"2":{"147":1}}],["ce",{"2":{"90":11}}],["certianly",{"2":{"54":1}}],["certain",{"2":{"17":1,"18":1,"28":1}}],["central",{"2":{"44":1}}],["centroids",{"2":{"42":1,"43":1}}],["centroid",{"0":{"41":1,"42":1},"1":{"42":1,"43":1},"2":{"0":4,"4":2,"6":6,"30":1,"41":3,"42":4,"43":38,"122":1,"150":4}}],["cent",{"2":{"42":2}}],["centered",{"2":{"44":1}}],["center",{"2":{"6":1,"42":1,"120":1}}],["cells",{"2":{"120":1}}],["cell",{"2":{"6":4,"45":3,"46":28,"120":2}}],["c2",{"2":{"6":3,"15":2,"59":3,"62":14,"120":21}}],["c1",{"2":{"6":3,"15":2,"59":4,"62":13,"120":26}}],["ctor",{"2":{"1":1,"6":1,"155":1}}],["ca96624a56bd078437bca8184e78163e5039ad19",{"2":{"150":1}}],["caculated",{"2":{"54":1,"129":1}}],["cache",{"2":{"6":1,"39":1}}],["catagorize",{"2":{"49":1}}],["categorical",{"2":{"38":1}}],["came",{"2":{"49":1}}],["case",{"2":{"33":1,"37":2,"43":1,"44":1,"50":1,"54":2,"56":1,"90":16,"129":1,"170":1}}],["cases",{"2":{"6":1,"39":1,"49":2,"90":3,"127":1,"129":5}}],["cause",{"2":{"18":1,"23":1,"152":1}}],["careful",{"2":{"39":1,"127":1}}],["care",{"2":{"17":1}}],["carried",{"2":{"6":1,"160":1}}],["cairomakie",{"2":{"13":1,"32":1,"35":1,"38":2,"42":1,"45":1,"48":1,"58":1,"61":1,"64":1,"67":1,"77":1,"81":1,"92":1,"95":1,"98":1,"108":1,"145":1,"146":1,"150":1,"162":1,"168":1,"169":1}}],["california",{"2":{"169":1}}],["callable",{"2":{"120":4,"134":1}}],["calling",{"2":{"44":2,"129":1}}],["calls",{"2":{"44":1,"54":1,"56":1,"59":1,"68":1,"82":1,"99":1,"109":1,"127":1,"129":1,"147":1}}],["call",{"2":{"18":1,"24":1,"36":1,"43":1,"129":4,"148":1}}],["called",{"2":{"6":2,"43":3,"44":1,"129":1,"132":1,"134":1,"135":1,"160":1,"164":1}}],["calcualted",{"2":{"129":1}}],["calculation",{"2":{"54":1}}],["calculations",{"2":{"6":1,"26":2,"54":1,"146":1}}],["calculating",{"2":{"4":1,"6":1,"18":1,"44":1,"140":1}}],["calculated",{"2":{"6":1,"42":2,"46":1,"54":1,"59":1,"129":2}}],["calculates",{"2":{"4":2,"6":6,"36":1,"39":2,"46":1,"54":2,"55":1,"59":2,"146":1,"153":1}}],["calculate",{"2":{"1":2,"5":1,"6":6,"11":1,"33":3,"39":3,"43":1,"46":1,"54":1,"90":1,"120":1,"126":1,"129":3}}],["calc",{"2":{"1":2,"6":4,"24":1,"33":4,"126":1,"128":1,"129":15,"140":1,"150":2,"159":1}}],["cant",{"2":{"62":1,"120":1,"161":1}}],["canada",{"2":{"25":1}}],["cannot",{"2":{"3":3,"4":2,"6":5,"36":1,"62":1,"70":1,"73":1,"96":2,"99":1,"101":2,"103":1,"114":1}}],["can",{"2":{"1":1,"4":2,"6":16,"7":2,"9":1,"13":1,"14":1,"24":1,"30":1,"33":1,"36":1,"37":2,"38":1,"39":3,"40":1,"43":1,"44":3,"46":1,"50":3,"53":3,"54":1,"55":3,"56":1,"61":1,"62":3,"64":1,"67":1,"79":1,"81":1,"90":23,"92":2,"95":2,"96":3,"98":1,"102":1,"103":1,"108":1,"111":1,"112":1,"113":1,"120":1,"121":1,"122":1,"124":1,"128":1,"129":7,"131":2,"132":1,"135":1,"136":2,"137":1,"139":1,"140":1,"143":1,"145":1,"146":2,"150":2,"160":1,"163":6,"164":4,"166":3,"167":3,"168":3}}],["critetia",{"2":{"152":1}}],["criteria",{"2":{"68":2,"82":2,"99":2,"109":2,"152":2}}],["creation",{"2":{"163":1,"164":1}}],["creating",{"0":{"162":1,"163":1,"165":1},"1":{"163":1,"164":1,"165":1,"166":1},"2":{"90":1}}],["creates",{"2":{"7":1,"44":3}}],["create",{"2":{"6":2,"13":2,"14":1,"44":1,"49":1,"54":2,"120":2,"129":1,"135":2,"136":3,"138":2,"162":2,"163":4,"164":8,"165":1,"166":1,"168":1}}],["created",{"2":{"4":2,"6":2,"44":1,"59":3}}],["cropping",{"2":{"38":2}}],["cross=1",{"2":{"53":1}}],["cross`",{"2":{"53":1}}],["crossings",{"2":{"44":3,"90":1}}],["crossing",{"0":{"79":1},"2":{"6":2,"44":81,"50":1,"51":7,"53":3,"54":7,"55":1,"56":6,"68":1,"79":1,"90":1,"109":1}}],["cross",{"0":{"106":1},"2":{"6":1,"9":1,"33":3,"44":13,"49":14,"50":2,"51":1,"52":4,"53":2,"54":10,"55":2,"56":1,"68":1,"79":2,"82":1,"90":17,"96":2,"99":1,"109":1,"119":3}}],["crosses",{"2":{"0":2,"3":2,"6":3,"30":1,"44":1,"49":1,"79":26,"90":2,"167":1}}],["crc",{"2":{"6":1,"39":1}}],["crs2",{"2":{"164":2}}],["crs1",{"2":{"164":3}}],["crs`",{"2":{"142":6}}],["crs=nothing",{"2":{"129":1,"140":1,"150":1}}],["crs=gi",{"2":{"129":7}}],["crs",{"0":{"164":1},"2":{"1":16,"4":2,"6":10,"120":10,"126":2,"128":3,"129":27,"140":1,"142":7,"150":1,"162":1,"164":20,"166":1}}],["customize",{"2":{"129":2}}],["custom",{"0":{"170":1},"2":{"6":1,"39":1,"170":2}}],["curr^2",{"2":{"33":2}}],["curr",{"2":{"33":8,"44":114,"49":9,"56":3,"138":26}}],["currentnode",{"2":{"120":8}}],["current",{"2":{"33":1,"39":8,"44":3,"49":2,"51":1,"54":1,"56":6,"120":2,"138":3}}],["currently",{"2":{"5":1,"6":3,"23":1,"39":1,"44":1,"49":1,"51":2,"120":1,"129":1}}],["curve",{"0":{"90":1},"2":{"3":1,"4":7,"6":18,"33":6,"36":7,"44":5,"46":3,"53":7,"58":1,"59":22,"62":6,"68":2,"70":4,"71":9,"72":9,"82":1,"84":4,"85":6,"86":3,"90":152,"96":1,"99":1,"102":6,"104":3,"109":1,"111":4,"112":6,"113":6}}],["curves",{"2":{"0":1,"3":1,"6":5,"36":3,"46":3,"54":1,"58":1,"59":1,"62":13,"73":1,"90":1,"96":1,"114":1,"150":2}}],["cutpolygon",{"2":{"48":1}}],["cuts",{"2":{"48":1}}],["cutting",{"0":{"47":1},"1":{"48":1,"49":1},"2":{"44":1,"49":2}}],["cut",{"0":{"48":1},"2":{"0":1,"6":6,"30":1,"39":1,"47":1,"48":5,"49":22,"90":1}}],["cos",{"2":{"163":3,"164":3}}],["copy",{"2":{"134":1,"154":1}}],["coors1",{"2":{"119":2}}],["coors2",{"2":{"119":3}}],["coord",{"2":{"147":6}}],["coords",{"2":{"49":9,"147":8}}],["coordiantes",{"2":{"45":1}}],["coordinatetransformations",{"2":{"1":2,"6":2,"150":1,"155":2,"162":1,"163":5,"164":2}}],["coordinate",{"0":{"39":1,"141":1,"164":1},"2":{"1":4,"5":5,"6":7,"26":1,"38":2,"39":10,"129":1,"142":4,"147":1,"162":3,"164":1}}],["coordinates",{"0":{"5":1,"37":1},"1":{"38":1,"39":1},"2":{"0":4,"1":1,"4":2,"5":7,"6":20,"36":2,"37":8,"39":25,"44":2,"49":2,"50":1,"53":1,"55":1,"59":1,"62":2,"122":1,"141":2,"142":1,"145":1,"146":3,"164":2}}],["co",{"2":{"90":2}}],["corner",{"2":{"46":4,"120":1}}],["corners",{"2":{"46":1}}],["correspondent",{"2":{"119":1}}],["correspond",{"2":{"44":1}}],["corresponding",{"2":{"33":3,"51":2}}],["correctly",{"2":{"145":1}}],["correctness",{"2":{"130":1,"160":1}}],["correcting",{"2":{"20":1,"134":1}}],["corrections",{"0":{"133":1,"135":1},"1":{"134":1,"135":1},"2":{"6":3,"56":2,"131":1,"134":9,"137":1}}],["correction",{"2":{"6":10,"30":5,"50":1,"51":2,"53":1,"54":2,"55":1,"56":2,"130":1,"132":2,"133":2,"134":8,"135":7,"136":1,"138":2}}],["corrected",{"2":{"6":1,"134":2}}],["correct",{"2":{"6":3,"24":1,"33":1,"36":1,"43":1,"44":1,"46":1,"50":1,"53":1,"55":1,"59":1,"62":1,"68":1,"82":1,"96":1,"99":1,"109":1,"130":1,"131":2,"133":1}}],["cov",{"2":{"46":16}}],["cover",{"2":{"70":1,"74":1}}],["covering",{"2":{"6":2,"77":1,"135":2,"138":2}}],["covered",{"0":{"72":1,"73":1,"113":1},"2":{"3":1,"6":1,"51":1,"56":1,"67":1,"68":1,"72":2,"73":2,"74":1,"75":2,"77":1,"89":2,"90":3,"138":1}}],["coveredby",{"0":{"66":1,"67":1,"70":1,"71":1,"74":1,"75":1,"89":1},"1":{"67":1,"68":1},"2":{"0":2,"3":4,"6":4,"30":1,"44":1,"66":1,"67":3,"68":10,"69":6,"70":13,"71":15,"72":13,"73":5,"74":2,"75":2,"78":3,"167":1}}],["covers",{"0":{"76":1,"77":1},"1":{"77":1,"78":1},"2":{"0":2,"3":5,"6":5,"30":1,"76":1,"77":4,"78":5,"120":1,"167":1}}],["coverages",{"2":{"6":1,"46":1}}],["coverage",{"0":{"45":1},"2":{"0":1,"6":2,"30":1,"45":3,"46":16}}],["code",{"2":{"7":1,"10":1,"25":1,"39":1,"68":1,"82":1,"90":1,"99":1,"109":1,"119":1,"157":1,"159":1,"169":1}}],["coarse",{"2":{"6":1,"144":1,"147":1}}],["commonly",{"2":{"166":1}}],["common",{"2":{"147":1,"162":1,"164":2}}],["commen",{"2":{"61":1}}],["commented",{"2":{"119":1}}],["comments",{"2":{"90":1}}],["comment",{"2":{"29":1}}],["combos",{"2":{"51":1,"54":1,"56":1}}],["combines",{"2":{"43":1}}],["combine",{"2":{"43":2,"44":5,"138":1}}],["combined",{"2":{"6":1,"44":4,"56":1,"135":1,"138":2,"163":1}}],["combination",{"2":{"6":1,"44":1,"124":1,"129":1}}],["coming",{"2":{"46":1}}],["com",{"2":{"6":2,"25":1,"54":1,"150":1}}],["compilation",{"2":{"159":1}}],["compiled",{"2":{"24":1}}],["compiler",{"2":{"24":1,"129":2,"159":2}}],["complex",{"2":{"122":1,"150":1,"167":1}}],["complexity",{"2":{"6":1,"122":1,"147":1}}],["completly",{"2":{"44":2,"51":1,"56":1,"64":2,"77":1,"90":1}}],["complete",{"2":{"36":1}}],["completely",{"2":{"1":1,"3":4,"6":5,"65":1,"68":1,"78":1,"109":1,"129":1}}],["component",{"2":{"6":1,"36":3,"43":11,"46":8,"54":1,"124":1,"129":3}}],["components",{"2":{"6":2,"42":1,"43":2,"124":2,"129":24}}],["composed",{"2":{"4":4,"6":5,"62":5,"163":2}}],["comprised",{"2":{"6":3,"50":1,"53":1,"55":1}}],["computing",{"2":{"40":1}}],["computational",{"2":{"6":1,"39":1}}],["computation",{"2":{"6":6,"39":1,"43":1,"50":1,"53":1,"55":1,"151":2,"152":2,"153":2}}],["computer",{"2":{"6":1,"39":1}}],["compute",{"2":{"4":1,"6":1,"36":1,"39":1,"147":1}}],["computed",{"2":{"4":4,"6":5,"33":1,"36":3,"39":3,"46":1}}],["compact",{"2":{"169":3}}],["comparisons",{"2":{"167":1}}],["comparing",{"2":{"56":1,"62":1}}],["compares",{"2":{"120":1}}],["compared",{"2":{"62":1}}],["compare",{"2":{"3":1,"4":1,"6":2,"33":1,"56":1,"62":2,"96":1}}],["compatibility",{"2":{"36":1}}],["compatible",{"2":{"1":3,"6":1,"22":1,"26":1,"33":1,"36":1,"39":2,"43":1,"46":1,"59":1,"62":1,"65":1,"68":1,"78":1,"82":1,"93":1,"96":1,"99":1,"109":1,"127":1,"129":1,"142":2}}],["couple",{"2":{"165":1}}],["course",{"2":{"128":1}}],["country",{"2":{"169":8}}],["countries",{"2":{"11":1,"150":1}}],["counted",{"2":{"54":2}}],["counters",{"2":{"39":8}}],["counter",{"2":{"6":1,"44":7,"90":1,"118":1,"119":1}}],["counterclockwise",{"2":{"4":1,"6":1,"9":1,"35":2,"36":1}}],["count",{"2":{"44":16,"120":1,"154":1}}],["couldn",{"2":{"9":1,"159":1}}],["could",{"2":{"4":1,"6":1,"36":3,"54":4,"56":1,"59":1,"90":2,"142":1}}],["colname",{"2":{"129":3}}],["col",{"2":{"129":3}}],["collinear",{"2":{"44":5,"50":2,"53":2,"54":12,"55":2}}],["collect",{"2":{"11":3,"13":1,"32":1,"35":2,"39":1,"42":1,"45":2,"48":2,"58":1,"120":3,"129":3,"145":4,"161":2}}],["collections",{"0":{"74":1,"75":1,"88":1,"89":1,"105":1,"106":1,"115":1,"116":1},"2":{"1":2,"6":10,"22":1,"128":1,"129":7,"150":2,"166":1}}],["collection",{"2":{"1":1,"4":7,"6":14,"18":2,"28":2,"33":2,"36":3,"46":2,"59":2,"74":2,"75":2,"88":2,"89":2,"105":2,"106":2,"115":2,"116":2,"122":1,"129":3,"134":1,"150":1,"156":1,"161":1}}],["column",{"2":{"22":1,"129":16,"165":2,"167":2}}],["colored",{"2":{"168":1}}],["colors",{"2":{"168":2}}],["color=",{"2":{"164":2}}],["colorrange",{"2":{"38":2,"58":1}}],["colorbar",{"2":{"38":1,"58":1,"120":1}}],["colormap",{"2":{"14":1,"38":3,"58":1}}],["color",{"2":{"6":3,"25":1,"35":1,"38":2,"39":1,"40":1,"42":1,"48":3,"58":2,"61":4,"64":4,"67":1,"77":1,"81":4,"95":4,"108":4,"143":1,"146":1,"163":1,"164":1,"168":5}}],["colinear",{"2":{"3":1,"6":2,"53":1,"95":1,"96":2}}],["conditions",{"2":{"167":1}}],["conencting",{"2":{"152":1}}],["connected",{"2":{"90":5}}],["connect",{"2":{"46":11}}],["connecting",{"2":{"33":1,"163":2}}],["connections",{"2":{"6":2,"135":2,"138":2}}],["convention",{"2":{"42":1}}],["convenience",{"2":{"39":1,"160":1}}],["convexhull",{"2":{"121":1}}],["convex",{"2":{"33":3,"119":1}}],["conversely",{"2":{"44":1}}],["conversion",{"0":{"156":1},"2":{"22":1}}],["converted",{"2":{"22":1,"39":3}}],["converts",{"2":{"6":1,"139":1,"161":1}}],["convert",{"0":{"69":1,"83":1,"100":1,"110":1},"2":{"6":3,"39":6,"58":1,"120":2,"146":1,"150":3,"156":1,"160":1,"161":1}}],["context",{"2":{"146":4,"164":2}}],["contents",{"2":{"30":1,"129":1,"130":1,"139":1}}],["contours",{"2":{"120":1}}],["contour",{"2":{"120":4}}],["continue",{"2":{"36":1,"44":7,"46":1,"51":2,"54":1,"90":1,"134":1,"138":3,"154":1,"169":1}}],["contributions",{"2":{"26":1}}],["controlled",{"2":{"24":1}}],["control",{"2":{"23":1}}],["containing",{"2":{"45":1,"168":1}}],["contain",{"2":{"3":1,"6":1,"56":1,"64":1,"96":1,"139":1,"163":1}}],["contained",{"2":{"3":1,"6":1,"9":1,"56":4,"65":1,"77":1,"95":1,"96":1,"129":1,"168":1}}],["contains",{"0":{"63":1,"64":1},"1":{"64":1,"65":1},"2":{"0":2,"3":4,"6":4,"30":1,"44":1,"56":1,"63":1,"64":5,"65":4,"127":1,"137":1,"167":1,"168":1}}],["consistent",{"2":{"44":1,"122":1}}],["consistency",{"2":{"22":1}}],["considered",{"2":{"33":1,"39":1}}],["consider",{"2":{"32":1,"35":1,"42":1,"45":1,"46":3,"48":1,"58":2,"61":1,"64":1,"67":1,"77":1,"81":1,"90":3,"92":1,"95":1,"98":1,"108":1}}],["constituent",{"2":{"139":1}}],["constprop",{"2":{"79":1}}],["constants",{"2":{"44":1}}],["const",{"2":{"30":4,"44":1,"68":4,"82":3,"99":4,"109":4,"126":3,"129":1,"150":4}}],["constrained",{"2":{"6":3,"50":1,"53":1,"55":1}}],["constructing",{"2":{"164":1}}],["construct",{"2":{"158":1}}],["constructors",{"2":{"6":2,"158":2}}],["constructed",{"2":{"1":1,"20":1,"142":1}}],["concepts",{"0":{"27":1},"1":{"28":1,"29":1}}],["concieve",{"2":{"9":1}}],["concavehull",{"2":{"121":1}}],["concave",{"2":{"6":1,"33":2,"42":2,"119":2}}],["vw",{"2":{"150":3}}],["von",{"2":{"120":1}}],["v2",{"2":{"90":9}}],["v1",{"2":{"90":9}}],["v`",{"2":{"39":2}}],["vcat",{"2":{"33":1,"39":1,"129":1}}],["vararg",{"2":{"39":1}}],["vary",{"2":{"33":1}}],["variables",{"2":{"24":1,"39":8,"65":1,"78":1,"93":1}}],["variable",{"2":{"24":1,"51":2}}],["vancouver",{"2":{"25":1}}],["vals",{"2":{"152":9}}],["valign",{"2":{"150":1}}],["validity",{"2":{"139":1}}],["validated",{"2":{"51":2,"54":2,"56":2}}],["validate",{"2":{"9":1}}],["valid",{"2":{"1":1,"6":8,"43":1,"50":2,"53":2,"54":3,"55":2,"120":1,"130":3,"131":1,"136":1,"137":1,"139":1,"154":1,"155":1}}],["val",{"2":{"33":2,"44":2,"54":8,"90":30,"96":4}}],["values=",{"2":{"120":2}}],["values=sort",{"2":{"120":1}}],["values",{"2":{"1":1,"5":3,"6":16,"33":2,"38":3,"39":40,"43":2,"44":5,"46":5,"54":1,"59":2,"90":4,"120":19,"129":2,"152":2,"154":1,"159":1}}],["value",{"2":{"0":1,"4":7,"5":2,"6":15,"14":1,"24":1,"33":1,"35":2,"36":4,"39":45,"44":5,"46":2,"54":7,"58":1,"59":3,"120":6,"152":11,"160":2,"167":1}}],["vs",{"0":{"15":1},"2":{"12":1,"54":2}}],["vᵢ",{"2":{"6":1}}],["v0",{"2":{"6":2}}],["v",{"2":{"5":2,"6":6,"14":4,"39":23,"59":8}}],["visvalingam",{"2":{"148":1}}],["visvalingamwhyatt",{"0":{"153":1},"2":{"0":1,"6":3,"150":4,"153":5}}],["visualized",{"2":{"131":1}}],["visualize",{"2":{"92":1,"164":1}}],["visa",{"2":{"44":1}}],["visited",{"2":{"44":4}}],["view",{"2":{"44":2,"120":1,"138":1,"152":3,"169":1}}],["viewport",{"2":{"14":1}}],["views",{"2":{"1":1,"44":1,"55":1,"142":1}}],["via",{"2":{"6":1,"40":1,"121":1,"143":1,"146":1,"160":2}}],["vect",{"2":{"129":2}}],["vectypes",{"2":{"39":5}}],["vector",{"2":{"1":12,"4":6,"5":1,"6":47,"18":1,"23":1,"25":1,"28":1,"32":1,"33":10,"39":14,"44":7,"49":6,"50":4,"51":1,"53":2,"54":3,"55":4,"56":1,"90":1,"96":2,"119":3,"120":4,"122":1,"129":6,"131":8,"132":1,"134":1,"137":22,"144":1,"145":1,"147":1,"150":1,"151":1,"152":4,"153":1,"154":2,"155":10,"161":15,"163":18,"164":15}}],["vectors",{"2":{"1":1,"4":2,"6":5,"22":1,"33":4,"39":3,"44":1,"59":1,"118":1,"120":1,"129":2,"150":1}}],["ve",{"2":{"17":1,"147":1}}],["vein",{"2":{"7":1}}],["versa",{"2":{"44":1}}],["version",{"2":{"6":1,"134":1,"160":1}}],["vert",{"2":{"154":21}}],["verts",{"2":{"150":2}}],["vertical",{"2":{"38":1,"46":1,"54":1,"120":1}}],["vertices",{"2":{"6":7,"9":1,"37":4,"39":5,"44":1,"49":2,"70":1,"72":5,"81":1,"84":3,"87":1,"90":1,"111":1,"131":1,"144":2,"145":1,"146":3,"147":3,"150":1,"153":1}}],["vertex",{"2":{"5":1,"6":2,"33":1,"37":2,"39":2,"44":19,"54":12,"70":2,"85":2,"86":1,"90":1,"111":3}}],["very",{"2":{"0":1,"25":1,"145":1,"169":2}}],["tnew",{"2":{"129":1}}],["ty",{"2":{"120":3}}],["typing",{"2":{"40":1,"143":1,"146":1}}],["typically",{"2":{"37":1,"165":1}}],["typemax",{"2":{"59":1,"120":9}}],["typeof",{"2":{"19":1,"39":3,"129":2,"158":1,"170":1}}],["type2",{"2":{"6":2,"62":4}}],["type1",{"2":{"6":2,"62":5}}],["types",{"0":{"125":1,"157":1},"1":{"158":1,"159":1,"160":1},"2":{"6":4,"23":1,"24":1,"30":1,"39":3,"46":1,"49":1,"90":3,"139":1,"150":1,"157":3,"159":1,"167":1}}],["type",{"2":{"4":11,"5":1,"6":61,"11":1,"22":2,"23":1,"24":2,"29":2,"33":9,"36":11,"38":1,"39":8,"43":8,"44":21,"46":8,"49":6,"50":7,"51":6,"53":8,"54":19,"55":7,"56":6,"59":28,"62":2,"124":2,"129":42,"133":1,"134":6,"135":6,"141":1,"146":1,"147":1,"150":3,"156":1,"158":3,"159":5,"160":1,"161":3}}],["tx",{"2":{"120":3}}],["tᵢ",{"2":{"39":1}}],["temporary",{"2":{"44":1}}],["tempdir",{"2":{"25":1}}],["term",{"2":{"36":1}}],["terms",{"2":{"6":1,"39":1}}],["technically",{"2":{"23":1,"130":1}}],["technique",{"2":{"11":1}}],["tell",{"2":{"18":1,"90":1,"159":1,"170":1}}],["test",{"2":{"44":1,"150":2,"160":1}}],["testing",{"0":{"15":1}}],["tests",{"2":{"9":2}}],["tutorial",{"2":{"162":1,"167":1}}],["tups",{"2":{"132":4}}],["tuplepoint",{"2":{"30":3,"161":1}}],["tuple",{"0":{"156":1},"2":{"4":1,"6":19,"30":2,"39":2,"43":3,"44":5,"46":3,"49":1,"54":31,"90":17,"119":2,"120":5,"129":2,"131":6,"137":13,"145":1,"150":2,"152":1,"154":2,"161":6,"163":99,"168":2}}],["tuples",{"2":{"0":1,"6":2,"25":1,"30":1,"40":1,"43":1,"44":1,"49":1,"50":3,"51":1,"53":2,"54":1,"55":4,"56":5,"132":2,"138":2,"150":2,"156":2,"169":2}}],["turf",{"2":{"119":1}}],["turned",{"2":{"120":1,"129":1}}],["turning",{"2":{"120":8}}],["turn",{"2":{"6":1,"120":1}}],["t2",{"2":{"6":5,"39":47,"69":1,"79":2,"100":1,"110":1}}],["t1",{"2":{"6":6,"39":51,"79":2}}],["t=float64",{"2":{"4":1,"6":3,"43":3}}],["two",{"2":{"3":5,"4":10,"6":23,"23":2,"33":2,"35":1,"39":1,"43":1,"44":6,"46":3,"50":2,"53":1,"54":14,"55":4,"56":3,"59":5,"61":3,"62":12,"64":2,"65":1,"67":1,"77":1,"78":1,"79":1,"81":1,"90":2,"92":2,"93":2,"95":4,"96":5,"98":3,"99":1,"108":2,"120":3,"134":2,"135":1,"137":2,"138":2,"145":1,"160":1,"163":1,"167":3,"168":3}}],["task",{"2":{"129":6}}],["tasks",{"2":{"129":10}}],["taskrange",{"2":{"129":10}}],["tags",{"2":{"44":4}}],["taget",{"2":{"6":2}}],["taylor",{"2":{"6":1,"39":1}}],["table2",{"2":{"167":1}}],["table1",{"2":{"167":3}}],["tables",{"2":{"22":4,"30":1,"129":11}}],["table",{"0":{"165":1},"2":{"6":2,"18":1,"28":2,"129":12,"134":1,"150":1,"165":1,"166":1,"167":1}}],["taking",{"2":{"6":3,"43":1,"50":1,"51":1,"53":1,"54":1,"55":1,"56":1,"136":1}}],["takes",{"2":{"44":3,"167":1}}],["taken",{"2":{"20":1,"38":1}}],["take",{"2":{"1":1,"6":2,"28":1,"44":3,"50":1,"51":1,"53":1,"54":1,"56":1,"119":2,"120":2,"122":1,"142":1}}],["target=nothing",{"2":{"50":1,"53":1,"55":1}}],["target=gi",{"2":{"44":1}}],["targets",{"2":{"23":1,"33":2,"36":3,"46":3,"59":3}}],["target",{"0":{"23":1},"2":{"1":14,"6":28,"15":3,"22":2,"23":2,"25":1,"39":1,"43":2,"44":1,"50":5,"51":11,"53":6,"54":10,"55":4,"56":14,"120":1,"122":1,"124":4,"127":5,"128":1,"129":142,"138":2,"142":3,"150":2,"158":3}}],["tilted",{"2":{"46":1}}],["tie",{"2":{"33":1}}],["timings",{"2":{"13":5}}],["timing",{"2":{"13":2}}],["times",{"2":{"4":1,"6":1,"140":1}}],["time",{"2":{"1":5,"13":3,"24":1,"38":1,"120":1,"142":4,"160":1,"163":1,"164":3,"168":1,"169":1}}],["title",{"2":{"13":2,"38":2,"120":1,"146":1,"150":2}}],["tip",{"2":{"1":1,"5":1,"6":1,"39":1,"142":1,"167":1}}],["tree",{"2":{"167":1}}],["treating",{"2":{"150":1}}],["treated",{"2":{"90":5,"163":1}}],["treats",{"2":{"36":1,"59":1}}],["trials",{"2":{"146":2,"150":2}}],["triangles",{"2":{"37":1}}],["triangle",{"2":{"6":1,"37":4,"153":4,"168":1}}],["trivially",{"2":{"122":1}}],["try",{"2":{"52":3,"120":1,"127":1,"129":9,"169":1}}],["tr",{"2":{"36":3}}],["trues",{"2":{"138":3}}],["true",{"0":{"24":1},"2":{"1":5,"3":25,"4":3,"6":42,"33":7,"36":1,"38":2,"40":1,"44":30,"46":6,"49":1,"50":1,"51":2,"53":1,"54":1,"55":2,"56":3,"59":4,"62":21,"64":1,"65":1,"67":2,"68":6,"70":1,"71":1,"72":4,"74":1,"75":1,"77":2,"78":1,"79":9,"81":2,"82":2,"84":1,"85":1,"86":3,"88":1,"89":1,"90":78,"92":3,"93":1,"95":2,"96":18,"98":2,"99":6,"102":1,"103":1,"105":1,"106":1,"108":2,"109":7,"111":1,"112":1,"113":4,"115":1,"116":1,"119":4,"120":5,"129":8,"138":1,"143":1,"146":1,"150":1,"159":2,"167":1,"170":1}}],["traditional",{"2":{"120":1}}],["traverse",{"2":{"44":1}}],["traced",{"2":{"44":1}}],["traces",{"2":{"44":1}}],["trace",{"2":{"44":2,"50":1,"53":1,"55":1}}],["track",{"2":{"44":3,"138":2}}],["tracing",{"2":{"6":1,"44":4,"46":1,"51":5,"54":2,"56":2}}],["transverse",{"2":{"164":1}}],["translate",{"2":{"38":2}}],["translation",{"2":{"1":2,"6":2,"150":2,"155":2,"163":3,"164":1}}],["transformations",{"2":{"30":11}}],["transformation",{"0":{"155":1},"2":{"6":1,"120":1,"133":1,"142":1,"162":1}}],["transform",{"2":{"0":2,"1":6,"6":3,"15":2,"30":1,"122":1,"142":2,"150":1,"155":4,"163":4,"164":1}}],["trait`",{"2":{"129":1}}],["trait2",{"2":{"59":10,"62":2,"84":2,"85":2,"96":2,"101":2,"103":2,"104":2}}],["trait1",{"2":{"59":12,"62":2,"84":2,"85":2,"96":2,"101":2,"103":2,"104":2}}],["traits",{"2":{"6":2,"18":1,"96":1,"127":2,"134":2,"150":2,"158":3}}],["trait",{"2":{"1":5,"3":2,"4":2,"6":17,"18":7,"20":1,"22":1,"30":1,"33":2,"36":5,"39":6,"43":7,"46":2,"49":3,"50":2,"51":2,"53":6,"54":4,"55":2,"56":2,"59":7,"62":11,"68":3,"79":2,"82":3,"90":4,"96":10,"99":3,"109":3,"119":1,"122":1,"124":2,"127":3,"129":49,"134":9,"135":1,"147":1,"150":2,"158":8,"161":7,"163":1}}],["traittarget",{"0":{"158":1},"2":{"0":1,"1":2,"6":8,"33":1,"36":1,"43":1,"46":1,"50":2,"51":4,"53":3,"54":4,"55":2,"56":6,"59":1,"122":2,"125":1,"129":10,"147":1,"150":1,"157":1,"158":20}}],["thus",{"2":{"33":1,"36":1,"44":3,"51":1,"54":1,"56":1}}],["those",{"2":{"33":1,"44":1,"54":1,"70":1,"111":1}}],["though",{"2":{"20":1,"131":1}}],["thing",{"0":{"29":1}}],["things",{"2":{"9":1}}],["this",{"0":{"29":1},"2":{"0":1,"1":1,"3":1,"4":6,"5":1,"6":27,"7":1,"18":1,"23":3,"24":2,"25":1,"26":2,"28":1,"30":1,"32":2,"33":6,"35":2,"36":9,"38":3,"39":11,"40":2,"42":1,"43":4,"44":26,"45":1,"46":4,"48":1,"49":5,"51":1,"52":1,"54":5,"55":1,"56":3,"58":4,"59":6,"62":4,"64":1,"65":2,"67":3,"68":3,"75":1,"77":1,"78":2,"79":1,"82":3,"89":1,"90":3,"93":2,"95":1,"96":4,"99":3,"106":1,"108":1,"109":3,"116":1,"118":1,"119":3,"120":8,"121":2,"122":2,"127":2,"129":17,"130":3,"132":3,"133":1,"134":6,"135":7,"136":4,"138":3,"139":3,"140":2,"141":2,"142":4,"143":3,"144":3,"145":5,"146":5,"147":4,"148":2,"150":3,"154":9,"155":1,"156":1,"157":3,"158":2,"159":3,"160":2,"161":1,"162":1,"163":2,"164":7,"165":3,"166":1,"167":3,"168":3,"169":3,"170":1}}],["three",{"2":{"37":1,"54":1}}],["thread",{"2":{"129":6}}],["threading",{"0":{"129":1},"2":{"129":7,"159":1}}],["threads",{"2":{"1":1,"6":1,"129":10}}],["threaded=",{"2":{"129":8}}],["threaded=true",{"2":{"129":1}}],["threaded=false",{"2":{"36":1,"43":4,"46":2,"59":8,"129":2,"140":1,"150":1}}],["threaded==true",{"2":{"1":1,"6":1,"129":1}}],["threaded",{"2":{"1":3,"4":1,"6":7,"24":1,"33":2,"36":1,"43":3,"46":3,"59":5,"126":1,"129":47,"140":1,"147":6,"150":1,"159":2}}],["through",{"2":{"6":4,"33":1,"39":1,"44":3,"46":1,"48":1,"49":2,"68":1,"90":5,"109":1,"120":1,"127":1,"129":1,"135":2,"138":2,"152":1,"160":1,"163":1}}],["thrown",{"2":{"127":1}}],["throws",{"2":{"6":1,"160":1}}],["throw",{"2":{"4":1,"6":1,"56":1,"62":1,"120":1,"129":5}}],["than",{"2":{"1":1,"3":1,"6":11,"11":1,"25":1,"44":2,"70":1,"79":1,"96":1,"111":1,"119":1,"120":2,"128":1,"129":1,"135":2,"136":1,"137":1,"138":2,"144":1,"146":2,"147":1,"151":1,"160":2}}],["that",{"2":{"1":1,"3":3,"4":8,"6":43,"9":1,"17":1,"18":4,"19":3,"20":1,"22":3,"25":1,"26":1,"33":4,"35":2,"36":4,"39":4,"40":2,"42":2,"43":3,"44":17,"45":3,"46":5,"50":4,"51":5,"53":4,"54":14,"55":3,"56":5,"59":2,"61":1,"62":11,"64":4,"65":1,"67":2,"68":1,"78":1,"81":1,"82":1,"90":3,"92":1,"93":1,"95":2,"96":10,"98":2,"99":2,"101":2,"108":3,"109":1,"111":3,"119":1,"120":4,"122":1,"124":2,"129":4,"130":3,"131":2,"132":1,"133":3,"134":2,"135":4,"136":2,"137":3,"138":4,"142":1,"144":2,"145":2,"146":3,"147":2,"150":2,"152":1,"154":1,"158":1,"159":1,"160":1,"164":5,"165":2,"166":3,"167":1,"168":2}}],["theorem",{"2":{"59":1}}],["themselves",{"2":{"39":1}}],["them",{"2":{"6":1,"26":1,"44":1,"120":2,"121":2,"124":1,"129":1,"131":2,"136":1,"137":1,"150":1,"163":1,"164":1,"166":3}}],["thereof",{"2":{"122":1}}],["therefore",{"2":{"58":1,"130":1}}],["there",{"2":{"6":3,"22":1,"33":1,"39":2,"40":1,"44":3,"46":1,"49":2,"51":1,"52":1,"54":6,"56":1,"90":1,"96":2,"120":3,"121":1,"122":1,"129":4,"131":1,"145":1,"154":1,"158":1,"160":1,"164":2,"166":3}}],["then",{"2":{"6":5,"18":1,"22":1,"28":1,"33":3,"39":2,"44":6,"46":1,"50":1,"52":2,"53":2,"54":6,"55":2,"56":2,"90":1,"120":2,"127":1,"129":3,"136":1,"146":2,"150":1,"164":1,"167":1,"168":1}}],["their",{"2":{"3":1,"4":1,"6":2,"39":1,"42":2,"56":1,"59":2,"87":1,"96":1,"98":1,"102":1,"103":1,"112":3,"113":3,"122":1,"129":1,"131":1,"137":1,"140":1}}],["they",{"2":{"3":3,"4":11,"6":25,"20":2,"22":1,"23":1,"24":1,"37":1,"43":2,"44":8,"46":2,"50":2,"53":1,"54":6,"55":2,"56":3,"61":3,"62":16,"68":1,"81":1,"85":2,"86":1,"87":1,"90":2,"92":1,"95":2,"96":4,"101":1,"103":1,"104":1,"112":1,"113":1,"120":6,"129":1,"130":1,"135":2,"138":2,"145":1,"154":1,"157":1,"168":1}}],["these",{"2":{"1":2,"6":5,"24":1,"25":1,"33":1,"39":5,"44":3,"56":1,"61":1,"62":1,"64":1,"68":1,"77":1,"79":2,"81":1,"82":1,"92":1,"95":1,"96":1,"98":2,"99":1,"108":1,"109":1,"119":1,"120":3,"127":1,"129":2,"142":1,"146":1,"150":2,"160":1,"166":1,"167":1}}],["the",{"0":{"28":1,"42":1},"2":{"1":28,"3":64,"4":112,"5":12,"6":395,"7":5,"9":3,"10":1,"11":3,"17":5,"18":10,"19":2,"20":4,"22":4,"23":5,"24":3,"25":7,"26":3,"28":3,"32":1,"33":63,"35":12,"36":43,"37":15,"38":12,"39":71,"40":6,"42":6,"43":25,"44":116,"45":7,"46":47,"48":2,"49":7,"50":27,"51":23,"52":1,"53":27,"54":82,"55":29,"56":71,"58":11,"59":81,"61":5,"62":47,"64":9,"65":11,"67":8,"68":25,"71":8,"72":9,"73":3,"74":3,"75":2,"77":4,"78":11,"79":5,"81":2,"82":21,"84":8,"85":6,"86":4,"88":3,"89":2,"90":123,"92":5,"93":6,"95":5,"96":26,"98":5,"99":21,"101":6,"102":10,"103":7,"104":3,"105":3,"106":2,"108":7,"109":24,"111":2,"112":9,"113":9,"114":6,"115":2,"116":2,"118":1,"119":8,"120":47,"121":1,"122":8,"124":4,"126":2,"127":11,"129":84,"130":5,"131":5,"132":4,"133":2,"134":15,"135":10,"136":4,"137":8,"138":6,"139":6,"140":1,"141":5,"142":14,"143":2,"144":3,"145":5,"146":26,"147":17,"148":3,"150":18,"151":3,"152":6,"153":3,"154":2,"155":3,"156":1,"157":2,"159":5,"160":21,"163":10,"164":21,"165":2,"166":4,"167":10,"168":17,"169":3}}],["t",{"2":{"0":1,"4":28,"6":56,"9":1,"23":1,"30":8,"33":32,"36":41,"39":26,"43":38,"44":74,"46":44,"49":18,"50":12,"51":12,"53":12,"54":156,"55":10,"56":23,"59":87,"62":17,"67":1,"85":1,"90":24,"96":1,"98":1,"102":2,"103":1,"120":14,"129":10,"135":2,"138":2,"146":3,"147":5,"150":1,"156":7,"158":14,"159":2,"160":3,"161":10,"163":4,"169":1}}],["tokyo",{"2":{"169":1}}],["toy",{"2":{"167":1}}],["together",{"2":{"54":1,"56":1,"163":1,"168":1}}],["touching",{"0":{"102":1},"2":{"54":1,"56":1}}],["touch",{"0":{"103":1,"104":1,"105":1},"2":{"44":1,"98":1,"101":2,"103":1,"105":1}}],["touches",{"0":{"97":1,"98":1,"101":1},"1":{"98":1,"99":1},"2":{"0":2,"3":3,"6":3,"30":1,"97":1,"98":3,"99":11,"100":6,"101":11,"102":15,"103":9,"104":8,"105":3,"106":4,"167":1}}],["totally",{"2":{"55":1}}],["total",{"2":{"36":1,"39":2,"44":2,"46":1}}],["towards",{"2":{"26":1}}],["topright",{"2":{"150":1}}],["topologypreserve",{"2":{"148":1}}],["topology",{"2":{"148":1}}],["top",{"2":{"20":1,"44":1,"120":1}}],["took",{"2":{"169":1}}],["tools",{"2":{"17":1}}],["too",{"2":{"6":1,"54":1,"144":1,"147":1}}],["tol^2",{"2":{"151":1,"152":1}}],["tolerances",{"2":{"153":1,"154":29}}],["tolerance",{"2":{"151":1,"152":1,"153":1,"154":17}}],["tol",{"2":{"6":12,"146":2,"150":18,"151":7,"152":15,"153":8,"154":18}}],["todo",{"2":{"3":2,"6":2,"44":1,"54":1,"79":4,"96":1,"120":1,"129":1,"132":1,"150":1,"159":1}}],["to",{"0":{"9":1,"23":1,"52":1,"69":1,"83":1,"100":1,"110":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":1,"26":3,"28":4,"29":1,"32":1,"33":8,"35":1,"36":4,"37":4,"38":1,"39":26,"40":2,"42":2,"43":5,"44":32,"45":1,"46":12,"48":1,"49":3,"50":8,"51":4,"53":8,"54":27,"55":7,"56":11,"58":6,"59":32,"61":2,"62":17,"64":1,"65":1,"67":2,"68":7,"77":3,"78":1,"79":2,"81":1,"82":7,"90":21,"92":2,"93":1,"95":3,"96":7,"98":1,"99":7,"101":1,"108":1,"109":7,"119":4,"120":16,"122":4,"124":4,"126":7,"127":6,"128":1,"129":51,"130":2,"131":3,"133":4,"134":9,"135":5,"136":3,"137":1,"138":4,"139":2,"140":3,"141":1,"142":4,"143":1,"144":3,"145":3,"146":9,"147":7,"148":1,"150":4,"151":1,"152":15,"153":1,"154":2,"155":4,"156":1,"157":2,"158":2,"159":6,"160":9,"161":28,"162":4,"163":6,"164":16,"165":7,"166":5,"167":7,"168":5,"169":2,"170":8}}],["rd",{"2":{"150":3}}],["rdbu",{"2":{"58":1}}],["rhumb",{"2":{"119":2}}],["runner",{"2":{"164":1}}],["running",{"2":{"129":3}}],["run",{"2":{"129":8,"169":1}}],["runs",{"2":{"54":2,"118":1}}],["rule",{"2":{"44":1}}],["rules",{"2":{"44":1}}],["right=2",{"2":{"44":1}}],["right",{"2":{"39":1,"44":4,"49":1,"59":1,"119":1,"152":19,"154":5,"163":1,"167":1}}],["ring4",{"2":{"164":2}}],["ring3",{"2":{"164":1}}],["ring2",{"2":{"163":2}}],["ring1",{"2":{"163":2}}],["rings",{"0":{"72":1,"86":1,"103":1,"113":1,"130":1},"1":{"131":1,"132":1},"2":{"4":4,"6":6,"9":2,"36":1,"43":1,"44":3,"54":1,"62":7,"118":1,"120":5,"132":1,"135":1,"139":4,"150":1}}],["ring",{"2":{"4":7,"6":13,"9":1,"30":1,"33":3,"36":2,"39":1,"42":1,"43":4,"44":12,"46":13,"56":3,"59":5,"62":4,"70":1,"71":2,"72":5,"84":1,"86":1,"90":2,"101":1,"102":1,"103":3,"111":1,"112":2,"113":4,"119":3,"120":11,"130":2,"131":1,"132":14,"133":1,"163":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":{"150":1,"152":1,"154":1}}],["routines",{"2":{"11":1}}],["row",{"2":{"129":3}}],["rows",{"2":{"129":2}}],["robust",{"0":{"15":1}}],["rotate",{"2":{"46":1}}],["rotation",{"2":{"1":1,"6":1,"155":1}}],["rotations",{"2":{"1":3,"6":3,"155":3}}],["rotmatrix2d",{"2":{"150":1}}],["rotmatrix",{"2":{"1":1,"6":1,"155":1}}],["r",{"2":{"6":1,"9":1,"13":11,"14":12,"146":1,"154":2,"163":6,"164":6}}],["rᵢ₋₁",{"2":{"39":20}}],["rᵢ∗rᵢ₊₁+sᵢ⋅sᵢ₊₁",{"2":{"6":1}}],["rᵢ₊₁",{"2":{"6":1,"39":29}}],["rᵢ",{"2":{"6":2,"39":49}}],["ramer",{"2":{"152":1}}],["raster",{"0":{"120":1},"2":{"120":4}}],["ray",{"2":{"90":4}}],["rawcdn",{"2":{"25":1,"150":1}}],["raw",{"2":{"18":1}}],["range",{"2":{"13":8,"14":4,"120":1,"129":4}}],["ranges",{"2":{"6":1,"120":2}}],["randomly",{"2":{"168":2}}],["random",{"2":{"150":2}}],["rand",{"2":{"6":1,"120":1,"168":2}}],["rather",{"2":{"6":1,"120":1,"137":1}}],["ratio",{"2":{"6":7,"54":1,"146":1,"150":1,"151":4,"152":6,"153":4,"154":11}}],["radii",{"2":{"6":1,"146":1}}],["radius`",{"2":{"146":1}}],["radius",{"2":{"6":7,"39":13,"146":4}}],["radialdistance",{"0":{"151":1},"2":{"0":1,"6":2,"148":1,"150":4,"151":4}}],["rrayscore",{"2":{"1":1,"6":1,"155":1}}],["rring",{"2":{"1":1,"6":1,"155":1}}],["rewrap",{"2":{"129":3}}],["req",{"2":{"90":44}}],["requirment",{"2":{"136":1}}],["requirments",{"2":{"90":5}}],["requirement",{"2":{"130":1}}],["required",{"2":{"68":3,"82":3,"99":3,"109":3,"145":1,"162":1}}],["require",{"2":{"67":2,"68":6,"82":3,"90":32,"99":3,"109":3}}],["requires",{"2":{"40":1,"62":1,"64":1,"68":2,"71":3,"72":3,"73":1,"82":1,"85":3,"86":2,"87":1,"99":1,"102":3,"103":1,"104":1,"108":1,"109":1,"112":3,"113":3,"114":1,"143":1,"146":1,"160":1}}],["requests",{"2":{"26":1}}],["reflected",{"2":{"150":3}}],["ref",{"2":{"58":1}}],["referring",{"2":{"90":1}}],["refer",{"2":{"6":1,"120":1}}],["referece",{"2":{"1":2,"142":2}}],["references",{"2":{"6":1,"39":1}}],["reference",{"0":{"164":1},"2":{"0":1,"162":2,"164":1}}],["reveal",{"2":{"56":1}}],["reveals",{"2":{"56":1}}],["reverse",{"2":{"35":1,"38":1,"39":1,"44":2,"163":2}}],["rev",{"2":{"55":1}}],["render",{"2":{"38":1}}],["rendering",{"2":{"38":3,"39":1}}],["rename",{"2":{"10":1}}],["regardless",{"2":{"54":1,"90":1}}],["regions",{"2":{"51":3,"54":5,"55":1,"56":3,"90":2,"169":1}}],["region",{"2":{"40":2,"54":3,"56":2,"169":1}}],["register",{"2":{"30":3,"39":3}}],["regular",{"0":{"15":1}}],["readable",{"2":{"166":1}}],["readability",{"2":{"44":1}}],["read",{"2":{"150":2,"164":2}}],["reached",{"2":{"129":4}}],["reaches",{"2":{"127":1}}],["reach",{"2":{"127":1}}],["reasons",{"2":{"160":1}}],["reason",{"2":{"24":1,"130":1,"136":1,"159":1}}],["real`",{"2":{"146":1,"147":1}}],["really",{"2":{"36":1,"90":1,"120":1,"159":1}}],["real=1",{"2":{"6":2,"146":2}}],["real=6378137`",{"2":{"146":1}}],["real=6378137",{"2":{"6":2,"146":1}}],["real",{"0":{"169":1},"2":{"5":1,"6":13,"33":1,"39":45,"43":2,"54":1,"146":3,"147":1,"154":5,"167":1}}],["related",{"2":{"122":1}}],["relation",{"2":{"44":2}}],["relations",{"2":{"30":10,"79":1,"96":1}}],["relationship",{"2":{"23":1,"167":2}}],["relative",{"2":{"39":3}}],["relevant",{"2":{"10":1}}],["reducing",{"2":{"129":1}}],["reduced",{"2":{"151":1,"152":1,"153":1}}],["reduces",{"2":{"19":1,"56":1}}],["reduce",{"2":{"1":1,"6":1,"25":2,"120":1,"129":2,"134":1}}],["redundant",{"2":{"44":1}}],["red",{"2":{"14":1,"42":2,"58":1,"67":1,"77":1,"92":1,"163":1,"164":1,"168":2}}],["removal",{"2":{"44":1}}],["removes",{"2":{"44":1,"122":1}}],["removed",{"2":{"44":3,"51":5,"120":1}}],["remove",{"2":{"36":1,"44":33,"46":1,"49":2,"50":5,"53":5,"55":2,"138":2,"151":1,"152":3,"154":4}}],["removing",{"2":{"6":3,"44":1,"51":1,"151":1,"152":1,"153":1}}],["remainingnode",{"2":{"120":3}}],["remaining",{"2":{"44":1,"62":1,"90":2,"152":1}}],["remain",{"2":{"1":1,"6":9,"129":1,"150":2}}],["resolution",{"2":{"164":1}}],["resolved",{"2":{"120":1}}],["reset",{"2":{"44":1}}],["resize",{"2":{"13":1,"14":1,"44":2}}],["resampled",{"2":{"6":1,"147":1}}],["respectivly",{"2":{"96":1}}],["respectively",{"2":{"44":1,"129":1,"163":1}}],["respect",{"2":{"6":2,"53":1,"54":1,"90":6}}],["rest",{"2":{"6":1,"39":2,"55":1}}],["resulting",{"2":{"49":1,"56":1,"120":1,"168":1}}],["results",{"2":{"3":2,"6":2,"54":1,"79":1,"96":1,"129":2,"131":1,"152":25,"163":3}}],["result",{"2":{"1":2,"3":5,"4":5,"6":13,"19":1,"33":1,"36":2,"46":1,"54":15,"59":2,"65":1,"68":1,"78":1,"93":1,"109":1,"129":2,"146":3,"154":6}}],["recieves",{"2":{"129":2}}],["recucing",{"2":{"129":1}}],["recursive",{"2":{"127":1}}],["recursively",{"2":{"4":1,"6":1,"127":1,"140":1}}],["recalculate",{"2":{"128":1}}],["recent",{"2":{"44":1,"51":1,"54":1,"56":1}}],["rect",{"2":{"32":3,"35":5,"45":3,"58":7}}],["rectangle",{"2":{"32":2,"35":2,"38":2,"45":2,"46":1,"58":2,"145":5,"146":8,"168":2}}],["recommended",{"2":{"22":1}}],["reconstructing",{"2":{"150":1}}],["reconstructed",{"2":{"18":1}}],["reconstruct",{"2":{"0":2,"1":1,"6":3,"18":1,"124":2,"129":29}}],["replace",{"2":{"44":1,"120":2,"152":1}}],["replaced",{"2":{"22":1}}],["repl",{"2":{"40":1,"143":1,"146":1}}],["repeat",{"2":{"43":1,"44":3,"62":6}}],["repeating",{"2":{"36":1,"56":1}}],["repeated",{"2":{"4":3,"6":3,"9":1,"33":2,"39":1,"44":2,"56":2,"59":2,"62":4,"90":1}}],["represented",{"2":{"168":1}}],["represent",{"2":{"17":1,"39":1,"44":4,"62":1}}],["representing",{"2":{"6":1,"51":1,"54":1,"56":1,"58":1,"62":1,"169":1}}],["represents",{"2":{"6":1,"134":2,"135":1}}],["reprojects",{"2":{"142":1}}],["reprojection",{"0":{"142":1},"1":{"143":1}}],["reproject",{"2":{"0":1,"1":4,"30":2,"122":1,"142":6,"143":2}}],["re",{"2":{"1":1,"6":1,"17":1,"155":1,"162":1,"164":1}}],["retreivable",{"2":{"1":1,"142":1}}],["returnval",{"2":{"90":9}}],["returntype",{"2":{"19":1}}],["returning",{"2":{"18":1,"40":1,"51":2}}],["return",{"0":{"22":1},"2":{"1":1,"3":18,"4":2,"6":38,"13":3,"14":3,"23":2,"29":1,"33":5,"36":5,"39":20,"40":1,"43":4,"44":36,"46":12,"49":12,"50":5,"51":4,"53":4,"54":18,"55":6,"56":10,"59":8,"62":30,"65":1,"68":1,"74":2,"75":2,"78":1,"79":18,"82":2,"88":2,"89":2,"90":71,"92":1,"93":1,"96":28,"99":1,"101":2,"105":2,"106":2,"109":1,"115":2,"116":2,"119":10,"120":12,"129":26,"130":1,"132":4,"134":7,"135":2,"138":2,"139":2,"141":2,"142":1,"147":4,"150":3,"151":1,"152":5,"153":3,"154":7,"155":2,"156":2,"160":3,"161":8}}],["returned",{"2":{"1":1,"6":10,"22":2,"23":1,"44":3,"49":1,"50":2,"53":2,"54":2,"55":2,"120":1,"124":1,"129":2,"142":1,"150":1,"159":1}}],["returns",{"2":{"1":1,"3":5,"4":4,"5":3,"6":23,"18":1,"22":2,"33":1,"36":2,"39":6,"43":3,"44":4,"46":6,"49":1,"50":1,"54":1,"55":1,"56":1,"59":8,"61":1,"64":2,"65":1,"68":1,"77":2,"78":1,"81":1,"90":4,"93":1,"96":2,"109":1,"120":2,"129":2,"147":1,"156":1,"167":1}}],["rebuilt",{"2":{"1":1,"6":2,"124":1,"129":2}}],["rebuild",{"2":{"0":2,"6":4,"124":4,"127":1,"129":10,"147":1,"150":2}}],["psa",{"2":{"129":2}}],["pb",{"2":{"79":2}}],["p0",{"2":{"59":9}}],["p3",{"2":{"44":8,"153":4}}],["ptm",{"2":{"119":3}}],["ptj",{"2":{"119":5}}],["pti",{"2":{"119":3}}],["ptrait",{"2":{"59":2}}],["pts",{"2":{"44":22,"49":7}}],["pt",{"2":{"44":114,"49":2,"54":26,"90":8,"152":4}}],["pt2",{"2":{"44":14,"54":2}}],["pt1",{"2":{"44":18,"54":2}}],["pn",{"2":{"101":3}}],["pn2",{"2":{"44":4}}],["pn1",{"2":{"44":4}}],["pfirst",{"2":{"36":3}}],["pu",{"2":{"168":2}}],["purpose",{"2":{"129":1}}],["pure",{"2":{"120":1}}],["purely",{"2":{"6":1,"18":1,"146":1}}],["push",{"2":{"44":15,"49":5,"50":2,"53":2,"54":2,"55":4,"56":5,"120":3,"132":1,"147":3,"152":3}}],["pull",{"2":{"26":1}}],["public",{"2":{"24":1}}],["pick",{"2":{"164":2}}],["piece",{"2":{"44":6,"138":6}}],["pieces",{"2":{"44":12,"49":1,"51":2,"55":4,"90":1,"138":9}}],["pi",{"2":{"13":2}}],["pixels",{"2":{"120":1}}],["pixel",{"2":{"6":2,"120":7}}],["pythagorean",{"2":{"59":1}}],["py",{"2":{"13":2,"14":2}}],["px",{"2":{"13":2,"14":2}}],["peucker",{"2":{"148":2,"150":3,"152":2}}],["peaks",{"2":{"120":2}}],["peculiarities",{"0":{"21":1},"1":{"22":1,"23":1,"24":1}}],["people",{"2":{"9":1}}],["performed",{"2":{"168":1}}],["performs",{"2":{"39":1,"147":1}}],["perform",{"2":{"38":1,"39":2,"44":1,"122":1,"167":3,"168":2,"170":1}}],["performing",{"2":{"6":3,"23":1,"25":1,"39":1,"50":1,"53":1,"55":1,"168":1}}],["performance",{"2":{"4":1,"6":2,"22":1,"25":1,"120":1,"136":1,"140":1,"150":1,"166":1}}],["per",{"2":{"5":2,"6":2,"38":1,"39":2,"44":5,"120":1,"129":4,"147":1}}],["pl",{"2":{"168":2}}],["plt",{"2":{"163":1}}],["please",{"2":{"44":1}}],["plan",{"2":{"144":1}}],["plane",{"2":{"39":1}}],["place",{"2":{"54":1,"167":1}}],["placement",{"2":{"44":1}}],["plottable",{"2":{"120":1}}],["plotted",{"2":{"42":1}}],["plotting",{"0":{"163":1},"2":{"6":1,"120":1,"144":1,"147":1,"162":1,"163":4,"164":1}}],["plots",{"2":{"38":2}}],["plot",{"2":{"13":1,"25":1,"38":3,"61":1,"95":1,"120":1,"146":2,"150":4,"162":2,"163":9,"164":6,"166":1,"168":1}}],["plus",{"2":{"5":1,"6":1,"39":1}}],["p2y",{"2":{"161":3}}],["p2x",{"2":{"161":3}}],["p2box",{"2":{"38":1}}],["p2",{"2":{"3":2,"4":2,"6":6,"15":12,"33":12,"36":9,"44":18,"46":19,"55":2,"59":15,"62":11,"68":2,"77":2,"90":12,"96":2,"119":3,"145":1,"153":4,"161":3,"163":2}}],["p1y",{"2":{"161":3}}],["p1x",{"2":{"161":3}}],["p1",{"2":{"3":3,"4":2,"6":7,"15":12,"33":21,"36":8,"38":4,"44":9,"46":25,"48":1,"55":2,"59":15,"62":14,"67":5,"68":3,"77":5,"90":4,"96":2,"101":3,"119":3,"153":4,"161":3,"163":1}}],["practice",{"2":{"164":1}}],["pramsey",{"2":{"25":1}}],["pred",{"2":{"167":2,"168":1,"169":2,"170":1}}],["predicate",{"2":{"7":1,"79":1,"167":3,"168":1,"170":5}}],["predicates",{"0":{"12":1,"15":1,"170":1},"1":{"13":1,"14":1,"15":1,"16":1},"2":{"7":4,"12":1,"30":1,"44":5,"52":3,"54":4,"90":1,"167":1,"169":1}}],["pretty",{"2":{"142":1}}],["prettytime",{"2":{"13":2}}],["prevent",{"2":{"51":2,"54":2,"56":2}}],["prev^2",{"2":{"33":2}}],["prev",{"2":{"33":14,"44":69,"119":4}}],["previously",{"2":{"145":1}}],["previous",{"2":{"19":1,"33":1,"129":1,"151":3}}],["preparations",{"2":{"20":1}}],["prepared",{"2":{"20":1,"120":2}}],["prepare",{"0":{"20":1},"2":{"17":1,"20":1}}],["precision",{"2":{"11":1}}],["preserve",{"2":{"150":4,"152":3}}],["preserving",{"2":{"148":1}}],["presentation",{"2":{"6":1,"39":1}}],["present",{"2":{"6":1,"160":1}}],["presence",{"2":{"6":1,"160":1}}],["prescribes",{"2":{"20":1}}],["press",{"2":{"6":1,"39":1}}],["pre",{"2":{"6":1,"55":1,"150":1,"152":2}}],["prefilter",{"2":{"6":1,"150":7}}],["protters",{"2":{"129":2}}],["progressively",{"2":{"127":1}}],["program",{"2":{"17":1}}],["programming",{"2":{"17":1}}],["promote",{"2":{"39":5}}],["property",{"2":{"129":2}}],["properties=gi",{"2":{"129":1}}],["properties=namedtuple",{"2":{"129":1}}],["properties=",{"2":{"120":1}}],["properties",{"2":{"6":1,"129":9,"150":1,"154":1}}],["propagate",{"2":{"39":16,"59":4}}],["probably",{"2":{"36":1,"129":1}}],["prod",{"2":{"33":4}}],["product",{"2":{"33":1}}],["process",{"2":{"70":3,"71":3,"72":3,"73":1,"79":1,"84":3,"85":3,"86":2,"87":1,"90":11,"101":1,"102":3,"103":1,"104":1,"111":3,"112":3,"113":3,"114":1,"129":2,"152":1}}],["processed",{"2":{"44":6}}],["processors",{"2":{"30":1,"68":2,"82":2,"99":2,"109":2}}],["processor",{"2":{"30":1}}],["processing",{"2":{"23":1}}],["profile",{"2":{"9":1}}],["provides",{"2":{"164":1}}],["providers",{"2":{"131":1,"137":1}}],["provide",{"0":{"23":1},"2":{"6":6,"32":1,"35":1,"37":1,"42":1,"45":1,"48":1,"50":2,"53":2,"55":2,"58":1,"61":1,"64":1,"67":1,"77":1,"81":1,"90":2,"92":1,"95":1,"98":1,"108":1,"120":1,"154":1}}],["provided",{"2":{"4":1,"6":3,"11":1,"44":1,"59":1,"62":1,"137":1,"146":2,"160":1}}],["projecting",{"2":{"164":1}}],["projection",{"2":{"59":2,"162":1,"164":1}}],["project",{"2":{"9":1}}],["projects",{"2":{"9":1}}],["proj",{"2":{"1":2,"6":3,"142":2,"143":4,"145":1,"146":6,"162":1}}],["prints",{"2":{"143":1}}],["printstyled",{"2":{"40":1,"143":1,"146":1}}],["println",{"2":{"40":1,"143":1,"146":1,"150":2}}],["print",{"2":{"40":2,"143":2,"146":2}}],["primitives",{"2":{"30":1}}],["primitive",{"0":{"122":1},"1":{"123":1,"124":1,"125":1,"126":1,"127":1,"128":1,"129":1},"2":{"28":1}}],["primarily",{"2":{"6":1,"26":2,"158":1}}],["primary",{"2":{"3":2,"6":3,"68":1,"109":1,"150":1}}],["priority",{"2":{"1":1,"142":1}}],["pay",{"2":{"129":1}}],["paper",{"2":{"90":2}}],["pa",{"2":{"79":2}}],["paths",{"2":{"159":1}}],["pathof",{"2":{"150":2}}],["path",{"2":{"35":3,"164":2}}],["padding",{"2":{"6":2}}],["parquet",{"2":{"166":3}}],["parent",{"2":{"159":1}}],["parse",{"2":{"90":1,"96":1}}],["part",{"2":{"46":2,"56":2,"90":3,"128":1}}],["partition",{"2":{"129":4}}],["partialsort",{"2":{"154":1}}],["partial",{"2":{"46":4}}],["partially",{"2":{"44":2,"56":2}}],["particularly",{"2":{"39":1}}],["particular",{"2":{"29":1,"33":1,"120":1,"164":2}}],["parallel",{"2":{"90":1,"119":1}}],["paradigm",{"0":{"28":1}}],["paradigms",{"0":{"17":1},"1":{"18":1,"19":1,"20":1},"2":{"17":2,"20":1}}],["parameters",{"2":{"6":1,"129":1,"158":2}}],["parameter",{"2":{"6":2,"158":3}}],["params",{"2":{"6":2,"160":10}}],["parlance",{"2":{"5":1,"6":1,"39":1}}],["passes",{"2":{"46":2,"90":1}}],["passed",{"2":{"1":2,"6":7,"120":1,"124":1,"129":2,"142":1,"146":2,"155":1,"160":2,"170":1}}],["passable",{"2":{"39":18}}],["passing",{"2":{"18":1,"129":1,"148":1}}],["pass",{"2":{"5":1,"6":4,"18":1,"39":1,"65":1,"78":1,"90":2,"93":1,"146":1,"147":1,"150":1,"159":1}}],["pairs",{"2":{"54":1,"163":1}}],["pair",{"2":{"3":2,"6":2,"46":1,"96":2,"129":3}}],["packages",{"2":{"6":1,"26":1,"124":1,"129":1,"130":1,"157":1,"162":3,"164":1,"166":1}}],["package",{"2":{"1":2,"22":1,"26":2,"40":1,"120":1,"142":3,"143":1,"146":1,"164":1,"166":2}}],["page",{"2":{"0":1,"9":1,"28":1,"30":1,"33":1,"36":1,"38":1,"39":1,"40":1,"43":1,"44":1,"46":1,"49":1,"51":1,"52":1,"54":1,"56":1,"59":1,"62":1,"65":1,"75":1,"78":1,"79":1,"89":1,"90":1,"93":1,"96":1,"106":1,"116":1,"119":1,"120":1,"121":1,"129":1,"132":1,"135":1,"138":1,"139":1,"140":1,"141":1,"143":1,"147":1,"154":1,"155":1,"156":1,"160":1,"161":1}}],["p",{"2":{"1":5,"6":5,"13":13,"14":12,"15":2,"32":1,"35":1,"42":1,"44":5,"45":1,"46":5,"51":2,"55":2,"58":3,"61":1,"64":1,"67":1,"77":1,"79":4,"81":1,"90":20,"92":1,"95":1,"98":1,"108":1,"119":4,"120":3,"122":3,"129":3,"141":7,"145":1,"149":1,"150":1,"154":3,"155":9,"156":7,"161":11,"167":1,"168":1}}],["poylgon",{"2":{"54":1,"56":1,"90":1}}],["potential",{"2":{"46":1}}],["potentially",{"2":{"6":2,"44":1,"135":2,"138":2}}],["post",{"2":{"152":2}}],["postitive",{"2":{"58":1}}],["postive",{"2":{"35":1}}],["possibly",{"2":{"129":1}}],["possiblenodes",{"2":{"120":2}}],["possible",{"2":{"6":3,"50":1,"53":1,"55":1,"120":1,"129":2}}],["possibility",{"2":{"127":1}}],["possibilities",{"2":{"54":1}}],["position=",{"2":{"150":1}}],["position",{"2":{"6":1,"119":1,"145":1}}],["positive",{"2":{"4":4,"6":4,"35":2,"36":1,"58":2,"59":3,"147":1,"154":1}}],["polgons",{"2":{"120":1}}],["polgontrait",{"2":{"1":1,"6":1}}],["polar",{"2":{"6":1,"146":1}}],["polynodes",{"2":{"44":7,"50":1,"53":1,"55":1}}],["polynode",{"2":{"44":36}}],["polypoints",{"2":{"39":46}}],["polyogns",{"2":{"120":1}}],["polyogn",{"2":{"33":1}}],["polygns",{"2":{"44":1}}],["polygin",{"2":{"4":1,"6":1,"33":1}}],["polygon3",{"2":{"163":2,"164":1}}],["polygon2",{"2":{"163":6}}],["polygon1",{"2":{"163":4}}],["polygonization",{"2":{"120":1}}],["polygonizing",{"0":{"120":1}}],["polygonized",{"2":{"120":1}}],["polygonize",{"2":{"0":1,"6":6,"9":1,"30":1,"120":31}}],["polygon`",{"2":{"39":3}}],["polygoncontents",{"0":{"139":1},"2":{"6":1,"56":2,"134":1,"139":4}}],["polygons",{"0":{"73":1,"104":1,"114":1,"136":1},"1":{"137":1,"138":1},"2":{"3":4,"4":3,"5":1,"6":18,"9":1,"23":5,"30":1,"36":5,"37":1,"39":2,"42":1,"43":1,"44":13,"46":1,"49":2,"50":9,"51":5,"53":3,"54":8,"55":6,"56":20,"58":1,"59":1,"62":5,"73":1,"96":5,"114":1,"119":1,"120":18,"127":1,"131":2,"135":3,"136":2,"137":2,"138":10,"139":1,"148":1,"150":1,"163":3,"164":1,"168":5,"169":3}}],["polygontrait",{"2":{"1":1,"3":4,"4":6,"6":14,"15":3,"23":1,"33":2,"36":3,"39":3,"43":2,"44":2,"46":2,"49":1,"50":5,"51":5,"53":3,"54":5,"55":4,"56":9,"59":2,"62":10,"70":2,"71":1,"72":1,"73":3,"74":1,"79":4,"84":2,"85":2,"86":1,"87":2,"88":1,"96":8,"101":2,"102":1,"103":1,"104":3,"105":1,"111":2,"112":1,"113":1,"114":3,"115":1,"122":1,"127":2,"129":1,"132":2,"134":2,"135":1,"138":2,"139":2,"150":2,"161":1}}],["polygon",{"0":{"44":1,"47":1,"50":1,"51":1,"54":1,"55":1,"56":1,"87":1},"1":{"48":1,"49":1},"2":{"0":1,"1":4,"3":4,"4":20,"5":9,"6":62,"9":2,"11":3,"15":4,"20":1,"23":1,"30":1,"32":1,"33":3,"35":2,"36":5,"37":5,"38":16,"39":57,"42":2,"43":4,"44":39,"45":3,"46":4,"48":3,"49":10,"50":5,"51":7,"53":5,"54":5,"55":6,"56":33,"58":3,"59":14,"62":12,"68":1,"70":3,"71":3,"72":4,"73":8,"79":1,"84":3,"85":4,"86":4,"87":4,"90":66,"96":4,"99":1,"101":3,"102":4,"103":5,"104":7,"109":1,"111":3,"112":4,"113":4,"114":8,"119":5,"120":4,"129":1,"130":4,"131":8,"132":5,"133":1,"135":4,"136":3,"137":12,"138":7,"139":7,"145":1,"146":4,"149":1,"150":9,"155":3,"161":6,"163":12,"164":12,"165":2,"168":6}}],["polys",{"2":{"6":2,"44":39,"48":3,"49":10,"50":14,"51":14,"53":9,"54":6,"55":14,"56":28,"138":26}}],["polys1",{"2":{"3":2,"6":2,"96":6}}],["polys2",{"2":{"3":2,"6":2,"96":6}}],["poly",{"2":{"3":2,"6":16,"15":2,"32":1,"35":1,"36":6,"38":2,"39":3,"42":1,"44":107,"45":2,"46":4,"48":4,"49":20,"50":22,"51":12,"53":15,"54":10,"55":19,"56":79,"58":1,"59":3,"62":4,"79":10,"90":21,"96":8,"119":5,"120":5,"138":18,"145":2,"149":2,"150":8,"161":8,"163":2,"168":5}}],["poly2",{"2":{"3":3,"4":2,"6":7,"50":2,"62":2,"90":19,"96":7}}],["poly1",{"2":{"3":3,"4":2,"6":7,"50":2,"62":2,"90":14,"96":7}}],["pointwise",{"0":{"155":1},"2":{"142":1}}],["point1",{"2":{"59":4}}],["point`",{"2":{"54":1}}],["pointedgeside",{"2":{"44":1}}],["point₂",{"2":{"43":13}}],["point₁",{"2":{"43":13}}],["point3s",{"2":{"39":10}}],["point3f",{"2":{"38":1}}],["pointrait",{"2":{"6":1}}],["point2f",{"2":{"38":4,"39":2,"58":1}}],["point2",{"2":{"6":2,"39":5,"59":4}}],["pointtrait",{"2":{"1":1,"4":4,"6":9,"18":1,"33":2,"36":1,"39":3,"46":1,"53":2,"59":17,"62":8,"70":6,"74":1,"84":6,"88":1,"101":6,"105":1,"111":6,"115":1,"122":2,"127":1,"129":21,"134":2,"135":1,"140":1,"141":2,"150":2,"155":2,"156":2,"158":2,"161":1}}],["point",{"0":{"84":1,"101":1},"2":{"1":4,"3":10,"4":37,"5":7,"6":83,"9":2,"20":1,"33":12,"36":3,"37":3,"38":1,"39":126,"43":6,"44":97,"46":50,"49":13,"51":9,"53":1,"54":71,"56":9,"58":17,"59":73,"62":27,"65":3,"67":1,"68":2,"70":8,"79":21,"82":2,"84":10,"90":138,"92":1,"95":2,"96":21,"98":1,"99":3,"101":10,"102":1,"104":1,"109":4,"111":11,"119":1,"120":3,"129":1,"130":1,"131":2,"135":2,"136":1,"138":2,"142":1,"144":1,"150":2,"151":3,"152":9,"153":1,"155":2,"161":4,"163":111,"164":15,"168":2}}],["points2",{"2":{"3":1,"6":1,"96":3}}],["points1",{"2":{"3":1,"6":1,"96":3}}],["points",{"0":{"70":1,"111":1},"2":{"0":1,"1":3,"3":1,"4":11,"5":1,"6":52,"9":3,"13":1,"33":2,"35":3,"36":3,"38":8,"39":32,"43":1,"44":55,"46":5,"49":3,"50":5,"51":1,"53":8,"54":28,"55":4,"56":1,"58":2,"59":8,"61":2,"62":13,"64":1,"68":6,"70":3,"71":4,"82":6,"84":1,"85":7,"86":3,"90":10,"96":5,"99":5,"101":1,"102":2,"103":4,"104":3,"108":1,"109":5,"111":3,"112":3,"113":3,"114":1,"118":1,"120":3,"129":1,"140":2,"142":1,"145":2,"146":2,"150":11,"151":11,"152":26,"153":10,"154":33,"155":2,"156":2,"161":25,"163":8,"164":1,"167":1,"168":11}}],["pointorientation",{"2":{"0":1,"6":2,"90":2}}],["my",{"2":{"169":1,"170":2}}],["moore",{"2":{"120":1}}],["moved",{"2":{"44":1,"142":1}}],["move",{"2":{"43":1,"90":1}}],["mode",{"2":{"170":3}}],["model",{"2":{"167":1}}],["modify",{"2":{"163":1}}],["modified",{"2":{"129":2}}],["module",{"2":{"142":1,"147":1}}],["modules",{"2":{"6":1,"39":1}}],["mod1",{"2":{"39":5}}],["mod",{"2":{"39":1,"44":1}}],["most",{"2":{"26":1,"44":1,"51":1,"54":1,"56":1,"90":1,"150":1,"166":2}}],["monotone",{"2":{"20":1}}],["moment",{"2":{"6":1,"145":1,"147":1}}],["more",{"2":{"6":3,"7":1,"9":1,"10":1,"11":1,"23":1,"28":1,"44":1,"50":1,"53":1,"55":1,"90":1,"96":1,"129":4,"132":1,"143":1,"145":1,"147":1,"163":2,"167":1}}],["mistakenly",{"2":{"136":1}}],["missing",{"2":{"124":6,"125":2,"145":4}}],["missed",{"2":{"120":1}}],["mid",{"2":{"46":2,"90":3}}],["midpoint",{"2":{"44":2}}],["middle",{"2":{"44":2}}],["mining",{"2":{"169":1}}],["minimal",{"2":{"169":1}}],["minimize",{"2":{"54":1}}],["minimum",{"2":{"4":7,"6":12,"45":1,"46":2,"59":12,"150":1,"151":1,"153":1}}],["mind",{"2":{"145":1,"168":1}}],["minmax",{"2":{"54":4}}],["min",{"2":{"46":1,"54":16,"59":15,"150":1,"152":3,"153":1,"154":28}}],["minus",{"2":{"35":1}}],["minpoints=0",{"2":{"120":1}}],["minpoints",{"2":{"6":2}}],["might",{"2":{"6":3,"25":1,"26":1,"36":1,"50":1,"53":1,"54":1,"55":1,"133":1,"152":1}}],["mixed",{"2":{"6":4,"150":1}}],["m",{"2":{"5":1,"6":1,"15":10,"39":2,"46":6,"119":2,"164":1}}],["mp",{"2":{"79":2}}],["mp1",{"2":{"4":2,"6":2,"62":7}}],["mp2",{"2":{"4":2,"6":2,"62":8}}],["manner",{"2":{"167":1}}],["manipulate",{"2":{"166":1}}],["manually",{"2":{"130":1}}],["many",{"2":{"4":1,"5":1,"6":2,"23":1,"39":1,"44":1,"49":1,"51":1,"54":2,"56":1,"62":1,"131":1,"140":1}}],["mason",{"2":{"129":2}}],["markersize",{"2":{"163":2}}],["marker",{"2":{"163":2}}],["marked",{"2":{"44":6,"51":1,"54":1,"56":1}}],["marking",{"2":{"51":2,"54":2,"56":2}}],["mark",{"2":{"44":2}}],["marks",{"2":{"44":1}}],["mag",{"2":{"33":4}}],["making",{"2":{"44":1,"120":1,"127":1,"137":1,"163":1,"164":2}}],["makie",{"2":{"13":1,"14":1,"25":1,"32":1,"35":1,"38":3,"42":1,"45":1,"48":4,"58":1,"61":1,"64":1,"67":1,"77":1,"81":1,"92":1,"95":1,"98":1,"108":1,"120":3,"149":1,"150":1}}],["makevalid",{"2":{"150":2}}],["makes",{"2":{"36":1,"44":1,"59":1,"129":1,"131":1,"136":1,"137":1}}],["make",{"2":{"9":1,"26":1,"33":1,"44":3,"54":1,"59":1,"96":1,"120":2,"127":1,"132":1,"145":1,"154":1,"157":1,"163":2,"164":1}}],["mainly",{"2":{"39":1,"58":1,"122":1}}],["maintain",{"2":{"36":1}}],["main",{"0":{"27":1},"1":{"28":1,"29":1},"2":{"7":1,"44":1,"120":1,"129":1,"146":1}}],["mapped",{"2":{"166":1}}],["maptasks",{"2":{"129":6}}],["mapreducetasks",{"2":{"129":5}}],["mapreduce",{"2":{"51":1,"120":2,"129":8}}],["map",{"2":{"6":1,"13":1,"18":3,"19":1,"28":1,"39":1,"44":1,"54":1,"96":2,"120":17,"129":24,"132":1,"150":1,"158":1,"162":1,"164":2,"166":1}}],["matlab",{"2":{"48":1}}],["materializer`",{"2":{"129":1}}],["materializer",{"2":{"22":1,"129":1}}],["mathrm",{"2":{"39":1}}],["math",{"2":{"7":1}}],["mathematically",{"2":{"6":1,"119":1}}],["matches",{"2":{"62":1,"120":1}}],["match",{"2":{"6":1,"62":12,"96":3,"120":1,"124":1,"129":2}}],["matching",{"2":{"3":1,"6":1,"22":1,"62":3,"96":1,"127":2}}],["matrix",{"2":{"6":1,"14":2,"39":1}}],["maximal",{"2":{"54":1}}],["maximum",{"2":{"3":1,"6":4,"14":1,"45":1,"46":4,"79":1,"120":1,"146":1,"147":1,"152":4}}],["max",{"2":{"6":9,"33":2,"46":1,"120":1,"129":2,"145":5,"146":8,"147":7,"152":36,"154":1}}],["made",{"2":{"6":2,"43":1,"44":1,"54":1,"103":1,"127":1,"135":1,"138":1,"153":1}}],["maybe",{"2":{"6":1,"90":4,"124":1,"129":6}}],["may",{"2":{"1":1,"6":6,"23":2,"24":1,"39":2,"44":1,"54":1,"119":1,"121":1,"127":1,"129":4,"134":1,"136":1,"137":1,"146":1,"158":1}}],["mercator",{"2":{"164":1}}],["merge",{"2":{"129":1}}],["measure",{"2":{"129":1,"144":1}}],["meaning",{"2":{"3":3,"4":1,"6":4,"24":1,"36":1,"40":1,"96":4,"119":1}}],["means",{"2":{"3":1,"6":2,"35":1,"36":1,"40":1,"67":1,"90":3,"95":1,"96":1,"119":1,"127":1}}],["mean",{"2":{"0":1,"6":5,"17":1,"38":2,"39":5,"129":1}}],["meanvalue",{"2":{"0":1,"5":2,"6":3,"37":1,"38":2,"39":15}}],["meets",{"2":{"90":9,"96":1,"152":1}}],["meet",{"2":{"54":3,"67":1,"68":1,"82":1,"90":7,"99":1,"109":1}}],["memory",{"2":{"39":1,"164":1}}],["mesh",{"2":{"38":1,"129":1}}],["message",{"2":{"6":1,"160":1}}],["me",{"0":{"23":1}}],["mentioned",{"2":{"19":1}}],["mentions",{"2":{"6":1,"160":1}}],["menu",{"2":{"14":3}}],["median",{"2":{"13":4,"129":1}}],["mechanics",{"2":{"6":1,"39":1}}],["met",{"2":{"90":44}}],["meters",{"2":{"6":4,"145":1,"146":4,"164":1}}],["methoderror",{"2":{"30":3}}],["methods",{"0":{"2":1,"3":1,"4":1,"6":1},"1":{"3":1,"4":1},"2":{"1":1,"6":9,"9":1,"26":1,"30":26,"39":3,"68":1,"82":1,"99":1,"109":1,"120":1,"124":1,"127":1,"129":2,"145":1,"150":2,"155":1,"158":1,"163":1}}],["method",{"0":{"143":1},"2":{"1":1,"4":1,"5":10,"6":97,"24":1,"33":1,"36":1,"39":37,"40":2,"43":1,"46":1,"54":1,"56":2,"59":4,"62":1,"68":2,"82":2,"96":1,"99":2,"109":2,"120":1,"129":5,"142":1,"143":2,"145":2,"146":9,"147":14,"148":2,"159":1,"160":3,"167":1,"170":1}}],["mutation",{"2":{"165":1}}],["mutlipolygon",{"2":{"4":1,"6":1,"43":1}}],["muladd",{"2":{"39":2}}],["multifloats",{"2":{"13":1,"14":1,"15":1}}],["multifloat",{"2":{"7":1}}],["multilinestringtrait",{"2":{"134":1}}],["multilinestring",{"2":{"6":1,"129":1,"161":2}}],["multi",{"0":{"74":1,"75":1,"88":1,"89":1,"105":1,"106":1,"115":1,"116":1},"2":{"4":2,"6":3,"33":1,"36":1,"46":1,"62":2,"74":1,"75":1,"88":1,"89":1,"105":1,"106":1,"115":1,"116":1}}],["multicurves",{"2":{"36":1,"46":1}}],["multicurve",{"2":{"4":1,"6":1,"36":1}}],["multigeometry",{"2":{"4":2,"6":2,"59":2}}],["multiplication",{"2":{"147":1}}],["multiplied",{"2":{"39":3}}],["multiple",{"2":{"4":1,"6":1,"39":1,"90":1,"140":1,"154":1,"163":1,"166":1}}],["multiply",{"2":{"1":1,"6":1,"155":1}}],["multipolys",{"2":{"56":3}}],["multipoly`",{"2":{"50":2,"53":2,"55":2}}],["multipoly",{"2":{"6":9,"15":3,"25":1,"50":1,"51":27,"53":1,"54":26,"55":1,"56":30,"138":21,"150":9}}],["multipolygon`",{"2":{"120":1}}],["multipolygons",{"2":{"3":1,"4":1,"6":11,"43":1,"50":3,"53":3,"54":3,"55":3,"58":1,"62":1,"96":2,"137":1,"163":1,"164":1}}],["multipolygon",{"2":{"3":2,"4":5,"6":16,"36":2,"42":1,"50":1,"51":7,"53":1,"54":5,"55":1,"56":7,"62":4,"96":2,"120":7,"129":1,"135":2,"136":7,"137":8,"138":2,"150":3,"163":8,"164":1}}],["multipolygontrait",{"2":{"1":1,"3":4,"4":2,"6":7,"23":1,"25":1,"51":4,"54":4,"56":9,"62":6,"74":1,"75":1,"88":1,"89":1,"96":8,"105":1,"106":1,"115":1,"116":1,"129":1,"134":1,"138":4}}],["multipoint",{"2":{"4":5,"6":5,"36":1,"62":5,"79":6,"129":4,"150":1,"163":5}}],["multipoints",{"2":{"3":2,"4":1,"6":3,"36":1,"46":1,"62":2,"96":2,"150":1,"163":1}}],["multipointtrait",{"2":{"1":1,"3":2,"4":4,"6":8,"33":2,"36":1,"46":1,"62":8,"74":1,"75":1,"79":4,"88":1,"89":1,"96":4,"105":1,"106":1,"115":1,"116":1,"127":1,"134":1,"150":2,"161":1}}],["multithreading",{"2":{"1":2,"4":1,"6":5,"126":1}}],["must",{"2":{"1":1,"3":8,"4":2,"5":1,"6":23,"9":1,"33":1,"39":5,"40":1,"44":2,"46":3,"49":1,"54":2,"62":5,"65":2,"68":1,"77":1,"78":1,"82":1,"90":13,"96":1,"98":1,"99":1,"109":2,"120":1,"124":1,"129":1,"133":1,"134":3,"135":1,"142":1,"146":1,"147":1,"150":1,"154":4,"160":1}}],["much",{"2":{"0":1,"6":3,"50":1,"53":1,"55":1}}],["mdash",{"2":{"1":4,"3":9,"4":8,"5":3,"6":88,"124":3,"134":1,"135":4}}],["df",{"2":{"165":3,"166":4,"168":10,"169":12}}],["dp",{"2":{"150":3}}],["dy",{"2":{"119":2,"147":3}}],["dy2",{"2":{"119":2}}],["dy1",{"2":{"79":10,"119":2}}],["dyc",{"2":{"79":2}}],["dx",{"2":{"119":2,"147":3}}],["dx2",{"2":{"119":2}}],["dx1",{"2":{"79":10,"119":2}}],["dxc",{"2":{"79":2}}],["drop",{"2":{"56":1,"138":1,"147":1}}],["driven",{"2":{"26":1}}],["driving",{"2":{"26":1}}],["duplicated",{"2":{"54":2}}],["during",{"2":{"44":1}}],["due",{"2":{"43":1,"44":1,"54":3}}],["datas",{"2":{"170":1}}],["datasets",{"2":{"164":1,"167":1,"168":1}}],["dataset",{"2":{"164":1,"167":1}}],["datainterpolations",{"2":{"144":1}}],["dataframes",{"2":{"165":3,"168":2,"169":1}}],["dataframe",{"2":{"28":1,"165":1,"167":1,"168":5,"169":2}}],["data",{"0":{"120":1,"166":1},"2":{"23":1,"25":2,"26":1,"120":2,"150":10,"162":1,"164":4,"165":2,"166":6,"168":1}}],["dataaspect",{"2":{"13":1,"14":1,"25":1,"32":1,"35":1,"38":2,"42":1,"45":1,"58":2,"120":2,"145":1,"150":1}}],["dashboard",{"0":{"14":1},"2":{"13":1,"14":1}}],["d",{"2":{"1":2,"5":1,"6":1,"39":1,"142":1,"152":3}}],["deu",{"2":{"169":2}}],["demonstrates",{"2":{"168":1}}],["densify",{"2":{"146":3}}],["densifying",{"2":{"146":1}}],["densifies",{"2":{"144":1}}],["denoted",{"2":{"90":1}}],["denotes",{"2":{"44":1}}],["debug",{"2":{"134":1}}],["debugging",{"2":{"39":1,"44":1}}],["de",{"2":{"90":2,"167":1}}],["derivation",{"2":{"54":1}}],["dealing",{"2":{"46":1}}],["delete",{"2":{"79":1,"96":1,"120":1,"152":1}}],["deleteat",{"2":{"44":6,"152":1,"154":2}}],["delayed",{"2":{"44":10,"51":2,"54":2,"56":2}}],["delay",{"2":{"44":14,"50":2,"51":2,"53":2,"54":2,"55":2,"56":2}}],["depend",{"2":{"44":2}}],["depends",{"2":{"44":1,"49":1}}],["depending",{"2":{"1":1,"6":1,"23":1,"54":1,"129":1}}],["depth",{"2":{"39":2}}],["desktop",{"2":{"166":1}}],["dest",{"2":{"164":2}}],["destinaton",{"2":{"164":1}}],["destination",{"2":{"164":4}}],["desired",{"2":{"55":1,"166":1}}],["despite",{"2":{"33":1}}],["describe",{"2":{"17":1}}],["described",{"2":{"6":1,"39":1,"43":1,"44":1}}],["deconstruct",{"2":{"122":1}}],["decomposition",{"2":{"18":1,"122":1}}],["decomposing",{"2":{"18":1}}],["decompose",{"2":{"18":2,"28":1,"39":4,"130":1}}],["decide",{"2":{"120":1}}],["decision",{"2":{"24":1}}],["decrementing",{"2":{"120":1}}],["decrease",{"2":{"43":1}}],["decreaseing",{"2":{"6":1,"150":1}}],["degeneracies",{"2":{"9":1}}],["degenerate",{"2":{"6":1,"39":1,"49":2}}],["degrees",{"2":{"6":1,"32":1,"119":1,"146":1}}],["defauly",{"2":{"51":1}}],["default",{"2":{"1":2,"4":5,"6":13,"33":1,"36":2,"46":1,"50":1,"51":1,"53":1,"54":5,"55":1,"56":2,"59":2,"120":5,"124":1,"129":2,"142":2,"150":2}}],["defaults",{"2":{"1":6,"4":2,"6":14,"126":3,"129":1}}],["defines",{"2":{"44":1,"122":1,"133":1,"157":1}}],["define",{"2":{"38":1,"54":2,"61":1,"120":2,"122":1,"127":1,"129":1,"157":1,"170":2}}],["defined",{"2":{"4":1,"5":1,"6":3,"7":1,"22":1,"33":2,"39":1,"45":1,"46":4,"54":4,"59":2,"118":1,"129":1,"147":1,"157":1}}],["definitions",{"2":{"160":1}}],["definition",{"2":{"4":1,"6":3,"62":5,"67":1,"147":1}}],["defintion",{"2":{"4":3,"6":3,"62":3}}],["deeper",{"2":{"1":1,"6":1,"128":1,"129":2}}],["detrimental",{"2":{"136":1}}],["details",{"2":{"124":3,"125":1,"145":2}}],["detection",{"2":{"120":1}}],["determined",{"2":{"44":1,"46":1}}],["determine",{"2":{"44":10,"46":3,"50":2,"53":2,"54":9,"55":2,"68":1,"82":1,"90":9,"96":1,"99":1,"109":1,"152":3,"167":1}}],["determines",{"2":{"36":1,"44":3,"54":1,"90":10}}],["determinant",{"2":{"6":1,"39":1}}],["det",{"2":{"0":1,"6":2,"39":4}}],["dirname",{"2":{"150":4}}],["dirty",{"2":{"149":1}}],["directive",{"2":{"129":1}}],["direction",{"2":{"6":1,"44":1,"62":5,"120":3}}],["directly",{"2":{"6":1,"56":1,"120":1,"146":1}}],["dig",{"2":{"129":1}}],["dict",{"2":{"120":5}}],["didn",{"2":{"56":1,"90":1,"159":1}}],["division",{"2":{"38":1}}],["div",{"2":{"6":2}}],["div>",{"2":{"6":2}}],["ditance",{"2":{"4":1,"6":1,"59":1}}],["dimensional",{"2":{"5":1,"6":1,"35":1,"39":1}}],["dimensions",{"2":{"3":1,"6":1,"96":2}}],["dimension",{"2":{"1":1,"3":4,"6":4,"79":2,"95":1,"96":4,"142":1}}],["discouraged",{"2":{"164":1}}],["discussion",{"2":{"26":1,"49":1}}],["distributed",{"2":{"168":2}}],["distinct",{"2":{"54":1,"120":1}}],["dist",{"2":{"54":40,"59":19,"90":2,"146":8,"152":40}}],["distance`",{"2":{"146":3,"147":1,"160":1}}],["distances",{"2":{"54":1,"58":1,"146":1,"151":5}}],["distance",{"0":{"57":2,"58":2},"1":{"58":2,"59":2},"2":{"0":4,"4":26,"6":47,"30":1,"39":13,"40":3,"46":3,"54":32,"57":2,"58":17,"59":92,"90":1,"122":1,"144":1,"145":5,"146":13,"147":14,"150":1,"151":3,"152":6,"153":1,"170":2}}],["disagree",{"2":{"36":1}}],["disparate",{"2":{"26":1}}],["dispatches",{"2":{"6":1,"33":1,"36":1,"39":1,"43":1,"46":1,"59":1,"62":1,"68":1,"82":1,"96":1,"99":1,"109":1}}],["dispatch",{"2":{"4":1,"6":5,"24":1,"39":1,"62":1,"124":1,"129":2,"158":1,"160":1}}],["displaying",{"2":{"164":1}}],["display",{"2":{"13":1,"38":1,"164":1}}],["disjoint",{"0":{"80":1,"81":1,"84":1,"85":1,"86":1,"87":1,"88":1},"1":{"81":1,"82":1},"2":{"0":2,"3":5,"6":7,"23":1,"30":1,"56":2,"80":1,"81":3,"82":11,"83":6,"84":15,"85":18,"86":10,"87":5,"88":4,"89":2,"90":16,"93":3,"135":2,"136":2,"138":7,"167":1}}],["diffs",{"2":{"33":4}}],["diff",{"2":{"6":2,"33":17,"50":5,"51":3,"96":3,"138":8}}],["differs",{"2":{"164":1}}],["differ",{"2":{"4":1,"6":1,"59":1}}],["differently",{"2":{"4":3,"6":4,"33":1,"36":2,"46":1}}],["different",{"2":{"3":1,"4":4,"6":6,"20":1,"23":1,"33":1,"36":4,"44":3,"46":1,"54":2,"96":3,"120":1,"127":1,"129":1,"136":2,"164":2,"166":1}}],["differences",{"0":{"51":1},"2":{"54":1,"152":1}}],["difference",{"0":{"50":1},"2":{"0":1,"6":7,"11":1,"23":1,"30":1,"44":3,"50":12,"51":14,"54":1,"55":1,"56":3,"135":1,"138":1,"146":1}}],["diffintersectingpolygons",{"2":{"0":1,"6":2,"135":1,"138":4}}],["doi",{"2":{"50":2,"53":2,"55":2,"90":1}}],["doing",{"2":{"17":1,"22":1,"129":1,"164":1}}],["dot",{"2":{"33":2,"39":1}}],["doable",{"2":{"9":1}}],["documenter",{"2":{"124":3,"125":1,"145":2}}],["documentation",{"0":{"0":1},"1":{"1":1,"2":1,"3":1,"4":1,"5":1,"6":1},"2":{"0":1,"38":1}}],["docstring",{"2":{"124":6,"125":2,"145":4}}],["docstrings",{"0":{"123":1},"1":{"124":1},"2":{"7":1}}],["docs",{"2":{"120":1}}],["doc",{"2":{"9":1,"10":1}}],["does",{"0":{"22":1},"2":{"7":1,"19":1,"42":1,"54":2,"64":1,"67":3,"90":1,"139":1}}],["doesn",{"2":{"4":1,"6":2,"36":1,"49":1,"62":1,"146":1,"160":1,"169":1}}],["download",{"2":{"25":1,"150":1,"164":1}}],["down",{"2":{"6":1,"18":1,"28":1,"39":1,"129":1}}],["doublets",{"2":{"169":2}}],["double",{"2":{"153":4}}],["doubled",{"2":{"6":1,"153":1}}],["douglas",{"2":{"148":2,"150":2,"152":1}}],["douglaspeucker",{"0":{"152":1},"2":{"0":1,"6":5,"148":1,"150":5,"152":6}}],["done",{"0":{"10":1},"2":{"13":1,"14":1,"90":2,"120":1,"122":1,"136":1,"163":1,"167":1}}],["don",{"2":{"4":2,"6":3,"44":4,"50":1,"56":1,"62":6,"85":1,"90":1,"98":1,"102":1,"120":2,"129":3,"147":1,"160":1}}],["do",{"0":{"9":1,"23":1,"52":1},"2":{"1":1,"6":2,"14":1,"23":1,"30":1,"33":1,"36":2,"39":2,"40":1,"43":1,"46":1,"49":1,"56":3,"59":2,"61":1,"62":1,"77":1,"85":2,"86":1,"87":2,"90":1,"120":4,"122":1,"129":9,"131":1,"132":1,"137":1,"141":2,"143":1,"146":1,"150":1,"155":2,"156":2,"164":4,"165":3,"168":1,"169":1}}],["automatically",{"2":{"164":1}}],["autmoatically",{"2":{"96":1}}],["ay",{"2":{"119":2}}],["azimuth",{"2":{"119":2}}],["against",{"2":{"62":1,"90":2,"146":1,"150":1}}],["again",{"2":{"54":1,"129":1}}],["a``",{"2":{"51":2}}],["a`",{"2":{"51":7,"54":3,"56":2}}],["away",{"2":{"40":1,"79":1,"170":1}}],["a2y",{"2":{"54":4}}],["a2x",{"2":{"54":4}}],["a2",{"2":{"38":4,"54":54,"96":6}}],["a1y",{"2":{"54":7}}],["a1x",{"2":{"54":7}}],["a1",{"2":{"38":2,"44":9,"54":66,"96":6}}],["america",{"2":{"150":1}}],["am",{"2":{"90":1}}],["ambiguity",{"2":{"59":2,"129":5}}],["amounts",{"2":{"166":1}}],["amount",{"2":{"35":1,"45":1}}],["amp",{"2":{"6":1,"9":1}}],["axes",{"2":{"120":6}}],["ax",{"2":{"13":3,"14":3,"119":2,"163":5}}],["axislegend",{"2":{"145":1,"149":1}}],["axis",{"2":{"13":2,"14":1,"25":1,"32":1,"35":1,"38":4,"42":1,"45":1,"58":1,"120":2,"145":1,"150":1}}],["axs",{"2":{"13":2}}],["a>",{"2":{"6":2}}],["adjust",{"2":{"54":1}}],["adjacent",{"2":{"44":1,"51":1,"54":1,"56":1}}],["adaptivity",{"0":{"52":1}}],["adaptive",{"2":{"7":1,"13":3,"14":2,"52":1}}],["adapted",{"2":{"50":1,"53":1,"55":1,"119":1}}],["advance",{"2":{"43":2}}],["advised",{"2":{"6":1,"158":1}}],["administrative",{"2":{"169":1}}],["admin",{"2":{"11":1,"150":2}}],["adm0",{"2":{"11":7}}],["additional",{"2":{"166":1}}],["additionally",{"2":{"44":3,"62":1}}],["addition",{"2":{"38":1,"56":1}}],["adding",{"2":{"4":1,"6":4,"7":1,"56":2,"120":1,"140":1,"144":1,"146":2,"147":1}}],["added",{"2":{"6":1,"33":1,"44":6,"46":1,"56":2,"124":1,"129":1,"138":2,"152":1}}],["add",{"2":{"3":1,"6":1,"7":2,"39":1,"40":1,"44":16,"46":1,"49":4,"50":3,"53":1,"54":2,"55":2,"56":9,"79":1,"120":4,"129":1,"144":1,"146":1,"152":10,"159":1,"164":1,"165":2,"167":1}}],["availible",{"2":{"43":1}}],["available",{"0":{"135":1},"2":{"6":4,"30":1,"134":4,"144":1,"145":1,"147":1,"150":1,"154":1,"158":1}}],["average",{"2":{"37":3,"43":4,"54":1}}],["avoid",{"2":{"5":1,"6":7,"39":1,"50":1,"53":1,"54":1,"55":1,"56":1,"120":2,"129":5,"147":1,"151":1,"152":1,"153":1,"163":3}}],["achieve",{"2":{"136":1}}],["across",{"2":{"127":1}}],["acos",{"2":{"33":1}}],["activate",{"2":{"145":1}}],["action",{"2":{"20":2}}],["actions",{"2":{"20":2}}],["actual",{"2":{"10":1,"39":1,"119":1,"132":1,"142":1,"146":1}}],["actually",{"2":{"9":1,"39":4,"54":1,"56":3,"90":1,"120":1,"166":1}}],["actuall",{"2":{"1":1,"6":1,"155":1}}],["access",{"2":{"164":1}}],["accessed",{"2":{"160":1}}],["acceptable",{"2":{"90":1}}],["accept",{"2":{"6":2,"134":1,"160":1}}],["according",{"2":{"131":1,"136":1,"137":1,"168":1}}],["accordingly",{"2":{"44":1}}],["account",{"2":{"50":1,"53":1}}],["accurary",{"2":{"54":1}}],["accuratearithmetic",{"2":{"11":2}}],["accurate",{"0":{"11":1},"2":{"11":3,"145":1}}],["accumulators",{"2":{"39":1}}],["accumulator",{"2":{"39":1}}],["accumulate",{"2":{"36":1,"43":3}}],["accumulation",{"0":{"11":1},"2":{"39":1}}],["after",{"2":{"6":8,"33":1,"44":3,"129":1,"139":1,"150":2}}],["ab",{"2":{"44":3,"50":1,"53":1,"54":5,"55":1}}],["able",{"2":{"20":1,"54":1}}],["ability",{"2":{"17":1}}],["about",{"2":{"6":1,"24":2,"29":1,"39":2,"90":1,"130":1}}],["above",{"2":{"4":1,"6":1,"33":1,"43":1,"44":1,"54":1,"56":2,"134":1}}],["abs",{"2":{"33":1,"36":4,"43":1,"46":2,"79":8,"96":2,"120":1,"153":1,"170":1}}],["absolute",{"2":{"4":1,"6":1,"35":1,"36":2}}],["abstractpolygon",{"2":{"129":1}}],["abstractpolygontrait",{"2":{"59":1}}],["abstractpoint",{"2":{"129":1}}],["abstractface",{"2":{"129":1}}],["abstractfloat",{"2":{"30":1,"33":1,"36":2,"44":1,"46":2,"49":1,"50":1,"53":1,"54":1,"55":1,"59":8}}],["abstractrange",{"2":{"120":6}}],["abstractmesh",{"2":{"129":1}}],["abstractmulticurvetrait",{"2":{"74":1,"75":1,"88":1,"89":1,"105":1,"106":1,"115":1,"116":1}}],["abstractmatrix",{"2":{"6":5,"120":13}}],["abstractcurvetrait",{"2":{"33":1,"36":1,"46":1,"70":1,"73":1,"74":1,"79":1,"84":1,"88":1,"101":1,"104":1,"105":1,"111":1,"114":1,"115":1,"119":1,"150":2,"161":3}}],["abstractarrays",{"2":{"127":1}}],["abstractarray",{"2":{"6":1,"124":1,"129":6,"161":2}}],["abstract",{"2":{"6":3,"39":3,"133":1,"134":4,"135":1,"150":3,"159":1}}],["abstractvector",{"2":{"5":1,"6":1,"39":26,"120":8}}],["abstractgeometrytrait`",{"2":{"134":1}}],["abstractgeometrytrait",{"2":{"6":3,"36":2,"46":1,"59":1,"75":1,"89":1,"106":1,"116":1,"124":1,"127":1,"134":4,"135":2,"161":5}}],["abstractgeometry",{"2":{"3":4,"6":4,"65":2,"78":2,"129":1}}],["abstracttrait",{"2":{"1":2,"3":2,"6":8,"49":1,"51":2,"54":4,"56":2,"96":4,"122":1,"124":2,"129":9,"158":3}}],["abstractbarycentriccoordinatemethod",{"2":{"0":1,"5":1,"6":7,"39":18}}],["attribute",{"2":{"166":1}}],["attributed",{"2":{"165":1}}],["attributes",{"0":{"165":1},"2":{"162":1,"165":3}}],["attempts",{"2":{"90":1}}],["attach",{"2":{"1":2,"4":1,"6":5,"126":1}}],["atomic",{"2":{"7":1}}],["at",{"2":{"3":4,"5":1,"6":6,"9":1,"18":1,"20":1,"24":1,"33":2,"35":1,"36":1,"38":1,"39":2,"44":4,"46":2,"54":8,"56":2,"90":17,"96":6,"98":1,"99":1,"102":3,"103":2,"104":2,"105":1,"106":1,"109":1,"115":1,"119":1,"127":1,"129":1,"145":1,"147":1,"152":1,"154":1,"164":3}}],["arbitrarily",{"2":{"127":1}}],["arbitrary",{"2":{"37":1,"122":1,"163":1}}],["around",{"2":{"38":1,"39":2,"49":1,"58":1,"62":1,"120":1,"150":1,"168":1}}],["argmin",{"2":{"154":1}}],["argtypes",{"2":{"40":2,"143":1,"146":1}}],["args",{"2":{"13":2}}],["argumenterror",{"2":{"56":1,"120":1,"129":5}}],["argument",{"2":{"4":5,"6":10,"33":1,"36":2,"43":1,"46":1,"50":1,"53":1,"55":1,"59":2,"129":2,"160":2,"164":2}}],["arguments",{"2":{"1":1,"3":1,"6":5,"44":1,"68":2,"82":1,"99":1,"109":1,"142":1,"146":2,"147":1,"160":1}}],["arithmetic",{"2":{"11":1}}],["archgdal",{"2":{"23":1}}],["arc",{"2":{"6":1,"146":1}}],["array",{"2":{"4":1,"6":2,"36":1,"46":1,"120":5,"129":7,"151":1,"154":1}}],["arrays",{"2":{"1":1,"6":2,"22":1,"120":1,"129":2}}],["aren",{"2":{"4":3,"6":5,"49":1,"51":1,"54":2,"56":4,"62":3,"135":2,"138":2}}],["are",{"2":{"1":1,"3":4,"4":18,"5":2,"6":51,"9":2,"20":2,"22":3,"24":1,"25":1,"26":1,"32":1,"33":8,"35":1,"36":2,"37":6,"39":11,"42":1,"43":3,"44":31,"46":6,"49":3,"50":3,"51":15,"53":2,"54":16,"55":5,"56":9,"58":1,"59":1,"61":3,"62":26,"64":1,"68":7,"70":1,"71":3,"72":3,"73":1,"75":1,"81":1,"82":5,"84":1,"85":1,"86":1,"88":1,"89":1,"90":12,"96":7,"99":5,"101":1,"103":2,"108":1,"109":5,"111":1,"112":3,"113":3,"114":1,"116":1,"119":1,"120":14,"121":1,"124":1,"127":1,"129":4,"130":1,"131":1,"132":1,"134":2,"135":3,"136":1,"137":1,"138":2,"139":2,"140":1,"145":1,"146":1,"147":1,"150":4,"152":1,"154":2,"156":1,"157":2,"158":1,"160":1,"163":1,"165":2,"166":2,"167":3,"168":6,"169":1,"170":1}}],["area2",{"2":{"43":4}}],["area1",{"2":{"43":4}}],["areas",{"2":{"4":2,"6":2,"36":3,"153":2}}],["area",{"0":{"34":2,"35":2},"1":{"35":2,"36":2},"2":{"0":5,"4":15,"6":25,"11":6,"30":1,"34":2,"35":9,"36":61,"41":1,"42":3,"43":49,"45":2,"46":44,"55":2,"56":1,"96":1,"122":1,"135":2,"138":2,"150":2,"153":4,"164":1}}],["ask",{"2":{"23":1}}],["aspect",{"2":{"13":1,"14":1,"25":1,"32":1,"35":1,"38":2,"42":1,"45":1,"58":2,"120":2,"145":1,"150":1}}],["assign",{"2":{"162":1}}],["assigned",{"2":{"44":1,"120":7,"168":1}}],["assets",{"2":{"164":1}}],["assetpath",{"2":{"164":1}}],["assemble",{"2":{"132":1}}],["assert",{"2":{"39":23,"43":1,"44":1,"49":1,"51":1,"54":1,"147":1,"161":1}}],["assume",{"2":{"96":2,"129":3,"131":1,"138":1}}],["assumed",{"2":{"36":1,"62":1,"90":1}}],["assumes",{"2":{"6":1,"44":1,"59":1,"146":1,"154":1}}],["associativity",{"2":{"19":1}}],["associated",{"0":{"1":1},"2":{"37":2}}],["as",{"2":{"1":8,"3":18,"4":6,"5":1,"6":79,"7":1,"11":2,"13":3,"14":3,"15":3,"17":2,"18":2,"20":1,"22":1,"23":2,"24":1,"25":2,"26":1,"32":2,"33":4,"35":2,"36":3,"37":4,"38":1,"39":4,"40":3,"42":2,"43":1,"44":15,"45":2,"46":5,"48":3,"49":5,"50":8,"51":2,"53":7,"54":8,"55":7,"56":5,"58":3,"59":1,"61":2,"62":2,"64":2,"65":2,"67":3,"68":3,"77":2,"78":2,"79":2,"81":2,"82":3,"90":7,"92":2,"93":2,"95":2,"96":2,"98":2,"99":3,"101":1,"108":2,"109":3,"119":8,"120":3,"122":3,"124":1,"127":2,"128":2,"129":15,"131":2,"132":2,"134":1,"135":1,"137":2,"140":1,"142":3,"144":2,"145":2,"146":3,"148":2,"149":2,"150":7,"152":2,"155":3,"158":2,"159":2,"160":2,"161":2,"162":3,"163":2,"164":2,"166":3,"167":2,"168":3,"169":2}}],["alone",{"2":{"129":1}}],["along",{"2":{"4":4,"6":5,"25":1,"44":3,"46":2,"54":4,"62":4,"90":1}}],["although",{"2":{"112":1,"113":1}}],["alternate",{"2":{"44":1}}],["alternative",{"2":{"44":1}}],["already",{"2":{"62":1,"90":2,"152":1}}],["almost",{"2":{"54":1}}],["alg=nothing",{"2":{"150":1}}],["alg`",{"2":{"150":1}}],["alg",{"2":{"6":4,"150":21,"151":3,"152":8,"153":3,"154":7,"160":9}}],["algorithms",{"2":{"6":3,"131":1,"147":1,"148":1,"150":4,"152":1,"154":1}}],["algorithm",{"0":{"151":1,"152":1,"153":1},"2":{"6":10,"38":1,"44":2,"46":1,"49":3,"50":1,"53":1,"55":1,"90":1,"148":1,"150":8,"151":1,"152":3,"153":1,"160":4}}],["allocations",{"2":{"5":1,"6":1,"39":1}}],["allow=",{"2":{"90":1}}],["allows",{"2":{"11":1,"18":1,"23":1,"24":1,"28":1,"68":2,"70":3,"71":3,"72":3,"73":1,"82":2,"84":3,"85":3,"86":2,"87":1,"99":1,"102":1,"103":1,"104":1,"109":3,"111":3,"112":3,"113":3,"114":1,"122":1,"148":1,"164":1,"165":1,"167":1}}],["allowed",{"2":{"6":1,"68":3,"82":3,"90":6,"99":5,"101":1,"102":2,"109":3,"150":1}}],["allow",{"2":{"1":1,"6":1,"23":1,"54":1,"68":7,"79":3,"82":7,"90":73,"99":10,"109":10,"155":1}}],["all",{"2":{"1":3,"3":2,"4":3,"6":14,"9":1,"11":7,"22":1,"26":1,"30":2,"33":5,"36":3,"39":1,"44":13,"46":3,"50":1,"51":3,"54":3,"56":5,"58":1,"62":2,"64":1,"71":3,"72":3,"75":1,"88":1,"89":1,"90":7,"96":4,"108":1,"116":1,"119":1,"120":3,"121":1,"124":1,"127":2,"128":1,"129":8,"132":1,"134":1,"136":1,"140":1,"141":1,"150":1,"155":2,"156":1,"157":1,"163":1,"164":1,"166":1,"167":1}}],["always",{"2":{"1":7,"4":6,"6":10,"26":1,"35":1,"36":4,"46":2,"58":1,"59":1,"62":1,"129":2,"142":4,"167":1}}],["also",{"2":{"1":2,"6":10,"23":1,"33":1,"36":2,"43":2,"44":3,"46":1,"50":1,"53":1,"54":2,"55":1,"58":1,"59":2,"62":3,"96":1,"120":1,"127":1,"129":1,"132":1,"135":3,"138":2,"143":1,"144":1,"145":1,"146":1,"148":1,"155":1,"158":1,"163":2,"165":1}}],["a",{"0":{"23":1,"165":1},"2":{"1":13,"3":5,"4":79,"5":1,"6":195,"7":3,"9":1,"11":1,"15":2,"17":1,"18":6,"20":3,"22":3,"23":4,"24":2,"25":1,"26":2,"28":2,"29":2,"32":3,"33":22,"35":11,"36":20,"37":13,"38":4,"39":11,"40":2,"42":5,"43":8,"44":281,"45":2,"46":17,"48":3,"49":4,"50":39,"51":30,"52":3,"53":38,"54":91,"55":36,"56":48,"58":15,"59":27,"61":2,"62":54,"64":2,"67":1,"68":3,"70":5,"71":3,"72":2,"74":2,"75":2,"77":2,"79":1,"81":1,"82":3,"84":4,"85":3,"86":1,"88":2,"89":2,"90":52,"92":2,"95":5,"96":27,"98":2,"99":4,"101":4,"102":2,"103":2,"104":1,"105":2,"106":2,"108":1,"109":3,"111":5,"112":2,"113":2,"115":2,"116":2,"118":1,"119":4,"120":79,"122":4,"124":2,"127":4,"129":34,"130":6,"131":2,"132":2,"133":5,"134":6,"135":9,"136":8,"138":6,"140":2,"141":3,"142":8,"143":3,"144":5,"145":4,"146":8,"147":10,"149":3,"150":5,"153":3,"154":1,"155":2,"156":1,"158":6,"159":1,"160":12,"161":2,"162":1,"163":21,"164":17,"165":5,"166":11,"167":5,"168":8,"169":3,"170":3}}],["annotation",{"2":{"159":1}}],["angels",{"2":{"33":1}}],["angle",{"2":{"33":35,"119":1}}],["angles",{"0":{"31":1,"32":1},"1":{"32":1,"33":1},"2":{"0":2,"4":10,"6":10,"30":1,"31":1,"32":4,"33":42}}],["answers",{"2":{"136":1}}],["answer",{"2":{"6":3,"50":1,"53":1,"54":1,"55":1}}],["another",{"2":{"3":1,"6":1,"44":2,"54":1,"58":1,"64":1,"67":1,"70":1,"72":1,"73":1,"77":1,"81":1,"84":1,"85":1,"86":1,"87":1,"90":1,"92":1,"95":1,"96":1,"98":1,"101":1,"102":1,"103":1,"104":1,"108":1,"111":1,"112":1,"113":1,"114":1,"120":1,"142":1}}],["anonymous",{"2":{"1":1,"6":1,"155":1}}],["an",{"2":{"1":3,"4":11,"5":1,"6":27,"9":1,"13":1,"14":1,"18":1,"20":1,"23":2,"32":1,"33":4,"35":1,"36":2,"38":1,"39":3,"40":2,"42":1,"44":15,"45":2,"46":2,"48":1,"49":1,"50":2,"51":5,"53":2,"54":9,"55":2,"56":2,"58":2,"59":5,"61":1,"62":1,"64":1,"67":2,"70":2,"77":1,"81":1,"90":13,"92":1,"95":1,"96":1,"98":1,"108":1,"111":2,"112":1,"113":1,"120":3,"121":1,"124":1,"127":1,"128":1,"129":8,"132":1,"140":1,"142":1,"146":1,"155":2,"160":3,"161":1,"163":2,"164":2,"165":1,"168":1}}],["anything",{"2":{"6":1,"38":1,"90":1,"134":1}}],["any",{"2":{"1":3,"3":1,"4":2,"6":19,"18":1,"24":1,"26":1,"28":1,"37":2,"43":1,"44":7,"46":1,"49":1,"51":1,"54":4,"56":1,"59":2,"69":2,"70":1,"73":1,"81":1,"83":2,"84":1,"85":2,"86":1,"87":2,"90":8,"96":2,"100":2,"110":2,"114":1,"120":2,"122":2,"124":1,"129":2,"132":1,"133":1,"134":3,"135":4,"138":4,"142":2,"144":1,"146":1,"147":1,"152":1,"161":1,"167":2,"168":2}}],["and",{"0":{"1":1,"20":1,"22":1,"24":1,"34":1,"51":1,"54":1,"56":1,"57":1,"163":1,"164":1,"165":1},"1":{"35":1,"36":1,"58":1,"59":1},"2":{"0":2,"1":8,"3":11,"4":18,"6":85,"7":1,"9":2,"17":4,"18":4,"20":2,"22":1,"23":2,"24":3,"26":2,"28":2,"29":1,"30":1,"33":13,"35":1,"36":7,"37":2,"38":2,"39":20,"40":1,"41":2,"42":1,"43":29,"44":71,"45":2,"46":18,"48":1,"49":4,"50":4,"51":16,"53":4,"54":38,"55":6,"56":16,"58":2,"59":13,"61":2,"62":13,"64":3,"65":2,"67":2,"68":3,"71":3,"72":4,"73":1,"77":2,"78":2,"79":1,"82":3,"85":3,"86":1,"87":1,"90":36,"92":1,"95":2,"96":3,"99":2,"103":2,"104":2,"108":3,"109":4,"111":2,"112":3,"113":3,"114":1,"119":2,"120":16,"122":8,"124":1,"127":2,"128":3,"129":22,"130":1,"131":2,"132":1,"133":1,"134":5,"135":2,"136":1,"139":1,"140":2,"141":2,"142":2,"145":1,"146":5,"147":4,"148":2,"149":1,"150":8,"152":8,"153":1,"154":1,"155":1,"158":1,"159":3,"160":4,"162":3,"163":9,"164":9,"166":5,"167":2,"168":4,"169":2}}],["apart",{"2":{"138":1}}],["april",{"0":{"7":1}}],["appears",{"2":{"131":1}}],["append",{"2":{"33":1,"44":5,"50":1,"51":2,"54":2,"55":1,"56":5,"138":2}}],["approximately",{"2":{"145":1}}],["approximatly",{"2":{"44":1}}],["approach",{"2":{"19":1}}],["appropriately",{"2":{"168":1}}],["appropriate",{"2":{"6":1,"160":2}}],["applies",{"2":{"127":2}}],["applied",{"2":{"6":3,"20":1,"124":1,"129":2,"133":2,"134":2,"135":1}}],["application",{"2":{"1":1,"6":3,"129":1,"132":1,"134":3,"135":1,"138":2,"139":1,"144":1,"147":1}}],["applying",{"2":{"139":1}}],["apply`",{"2":{"129":1}}],["applys",{"2":{"36":1,"46":1}}],["applyreduce",{"0":{"19":1},"2":{"0":2,"1":1,"6":1,"17":1,"19":2,"28":1,"33":1,"36":1,"43":2,"46":1,"59":2,"122":3,"124":1,"129":39,"159":1}}],["apply",{"0":{"1":1,"18":1,"22":1,"28":1,"127":1},"1":{"19":1},"2":{"0":2,"1":4,"6":9,"17":1,"18":5,"20":1,"22":1,"24":1,"28":3,"122":5,"124":1,"126":1,"127":4,"128":1,"129":56,"134":5,"135":1,"140":1,"141":3,"142":1,"146":1,"147":1,"150":2,"155":3,"156":2,"159":1}}],["apis",{"2":{"17":1}}],["api",{"0":{"0":1,"39":1},"1":{"1":1,"2":1,"3":1,"4":1,"5":1,"6":1},"2":{"0":1,"6":3,"24":1,"39":1,"146":1,"150":1,"160":1}}],["snapped",{"2":{"120":1}}],["s3",{"2":{"44":3}}],["scratch",{"2":{"166":1}}],["sciences",{"2":{"164":1}}],["scalefactor",{"2":{"146":3}}],["scattered",{"2":{"168":1}}],["scatter",{"2":{"42":1,"58":2,"61":2,"64":2,"67":1,"77":1,"81":2,"95":2,"108":2,"168":1}}],["schema",{"2":{"129":6}}],["scheme",{"2":{"43":1}}],["scenario",{"2":{"90":2}}],["scene",{"2":{"14":1}}],["skipmissing",{"2":{"120":1}}],["skipped",{"2":{"120":1}}],["skip",{"2":{"36":1,"90":14,"120":1,"154":4}}],["skygering",{"2":{"7":1}}],["square",{"2":{"59":1,"151":1,"152":1}}],["squared",{"2":{"6":2,"46":2,"59":12,"151":2,"152":7}}],["sqrt",{"2":{"33":2,"43":1,"59":3}}],["sgn",{"2":{"33":5}}],["smallest",{"2":{"33":2,"54":1}}],["sᵢ₋₁",{"2":{"39":25}}],["sᵢ₊₁",{"2":{"6":2,"39":41}}],["sᵢ",{"2":{"6":4,"39":46}}],["src",{"2":{"6":2}}],["syntax",{"2":{"165":1}}],["symdifference",{"2":{"121":1}}],["sym10100477",{"2":{"90":1}}],["symbol=",{"2":{"79":1}}],["symbol",{"2":{"6":1,"160":2}}],["systems",{"0":{"164":1}}],["system",{"2":{"1":2,"142":2,"162":2,"164":1}}],["switches",{"2":{"54":1,"56":1}}],["switch",{"2":{"44":1,"56":1,"159":1}}],["switching",{"2":{"6":1,"46":1}}],["swap",{"2":{"6":1,"56":1,"59":2,"141":1}}],["swapped",{"2":{"3":1,"6":1,"65":1,"68":1,"78":1,"79":1,"93":1,"96":1}}],["swapping",{"2":{"1":1,"6":1,"129":1}}],["s2",{"2":{"6":4,"39":6,"44":3}}],["s1",{"2":{"6":3,"39":6,"44":3}}],["saving",{"0":{"166":1}}],["saved",{"2":{"62":1}}],["save",{"2":{"33":1,"162":1,"166":3}}],["samples",{"2":{"13":1}}],["sample",{"2":{"13":1}}],["same",{"2":{"3":2,"4":12,"6":23,"18":1,"25":1,"33":3,"36":1,"44":15,"46":1,"49":1,"50":3,"53":1,"54":1,"55":1,"56":1,"58":1,"61":2,"62":30,"90":2,"95":1,"96":8,"124":1,"127":1,"129":6,"130":1,"135":2,"137":1,"138":2,"145":1,"163":1,"164":1,"166":1}}],["say",{"2":{"6":1,"39":1,"146":1}}],["span",{"2":{"168":1}}],["spatial",{"0":{"167":1},"1":{"168":1,"169":1,"170":1},"2":{"167":6,"168":3,"170":1}}],["spawn",{"2":{"129":5}}],["space",{"2":{"6":2,"26":1,"33":1,"35":1,"90":1,"146":1,"147":1}}],["sp",{"2":{"90":2}}],["split",{"2":{"49":1}}],["specialized",{"2":{"26":1}}],["specify",{"2":{"6":1,"124":1,"129":1,"164":2,"167":1}}],["specification",{"2":{"131":1,"134":1,"136":1,"137":1}}],["specifically",{"2":{"6":2,"39":3,"148":1,"167":1}}],["specific",{"2":{"44":1,"68":1,"82":1,"99":1,"109":1,"129":5}}],["specified",{"2":{"3":1,"6":2,"44":1,"51":2,"54":2,"56":2,"96":1,"127":1,"150":1}}],["slow",{"2":{"169":1}}],["slower",{"2":{"6":1,"160":2}}],["slope2",{"2":{"119":2}}],["slope1",{"2":{"119":2}}],["slidergrid",{"2":{"14":1}}],["sliders",{"2":{"14":3}}],["slighly",{"2":{"4":1,"6":1,"36":1}}],["slightly",{"2":{"4":1,"6":1,"36":1}}],["suite",{"2":{"146":5,"150":13}}],["suggestion",{"2":{"143":1}}],["sun",{"2":{"90":1}}],["surrounds",{"2":{"90":1}}],["sure",{"2":{"9":1,"33":1,"44":2,"59":1,"96":1,"154":1}}],["suppose",{"2":{"169":1,"170":1}}],["support",{"2":{"40":1,"144":1,"170":1}}],["supports",{"2":{"38":1,"39":1,"166":1,"170":2}}],["supported",{"2":{"23":1,"166":1}}],["supertype",{"2":{"6":1,"39":1}}],["sukumar",{"2":{"6":1,"39":1}}],["such",{"2":{"4":1,"6":1,"35":1,"48":1,"127":1,"140":1}}],["sum=1",{"2":{"39":1}}],["sum",{"2":{"4":2,"6":3,"11":6,"35":1,"36":2,"37":2,"39":8,"46":1,"59":2,"119":5,"154":1,"161":4}}],["sublevel",{"2":{"169":1}}],["subsequent",{"2":{"163":1}}],["substituted",{"2":{"1":1,"6":1,"129":1}}],["subgeom1",{"2":{"129":2}}],["subgeom",{"2":{"129":3}}],["subject",{"2":{"44":1}}],["subtype",{"2":{"129":1}}],["subtypes",{"2":{"6":2,"39":2}}],["subtracted",{"2":{"119":1}}],["subtitle",{"2":{"13":1,"38":2,"146":1,"150":2}}],["sub",{"2":{"4":6,"6":7,"33":1,"36":3,"46":1,"51":6,"54":3,"56":4,"59":2,"74":2,"75":2,"88":2,"89":2,"105":2,"106":2,"115":2,"116":2,"129":3,"136":4,"137":2,"138":4}}],["series",{"2":{"163":1}}],["serve",{"2":{"6":1,"39":1}}],["searchsortedfirst",{"2":{"152":1}}],["seg2",{"2":{"119":2}}],["seg1",{"2":{"119":3}}],["seg",{"2":{"90":23,"96":9}}],["segmentation",{"2":{"145":1}}],["segments",{"2":{"23":1,"30":1,"32":2,"33":1,"42":1,"43":2,"44":3,"46":1,"54":6,"90":18,"146":1,"147":3}}],["segmentization",{"2":{"144":1}}],["segmentizing",{"2":{"6":3,"145":1,"146":2,"147":1}}],["segmentized",{"2":{"145":1}}],["segmentizes",{"2":{"144":1}}],["segmentizemethod",{"2":{"6":1,"146":3,"147":2}}],["segmentize",{"0":{"144":1},"1":{"145":1,"146":1,"147":1},"2":{"0":1,"6":4,"30":1,"40":1,"122":1,"144":1,"145":5,"146":11,"147":13}}],["segment",{"2":{"4":4,"6":7,"33":1,"43":5,"44":6,"46":3,"48":1,"54":17,"59":2,"79":3,"90":43,"96":3,"119":2,"144":1,"146":2,"147":1}}],["separate",{"2":{"120":1,"129":1,"159":1,"166":1,"168":1}}],["separately",{"2":{"39":1,"120":1}}],["seperates",{"2":{"90":1}}],["seperate",{"2":{"44":1,"54":1}}],["sense",{"2":{"36":1,"59":1}}],["several",{"2":{"20":2,"36":1,"130":1,"138":1}}],["section",{"2":{"90":3,"95":1}}],["sections",{"2":{"10":1}}],["seconds=1",{"2":{"146":3,"150":8}}],["secondisleft",{"2":{"120":4}}],["secondisstraight",{"2":{"120":7}}],["secondary",{"2":{"3":3,"6":3,"65":1,"68":1,"109":1}}],["second",{"2":{"3":8,"6":9,"44":1,"54":4,"62":1,"64":2,"65":1,"67":1,"68":1,"71":1,"72":1,"73":1,"78":2,"82":2,"90":2,"99":1,"108":1,"109":1,"112":1,"113":1,"114":2,"152":1,"164":1,"167":1}}],["self",{"2":{"9":2}}],["selected",{"2":{"120":1}}],["selectednode",{"2":{"120":3}}],["selection",{"2":{"14":1}}],["select",{"2":{"6":1,"158":1}}],["seem",{"2":{"26":1}}],["see",{"2":{"6":3,"7":1,"28":1,"42":1,"59":1,"61":1,"64":1,"67":1,"81":1,"90":5,"92":1,"95":1,"98":1,"108":1,"120":2,"131":1,"132":1,"134":1,"135":3,"137":1,"138":2,"145":2,"152":1,"168":2}}],["setup=",{"2":{"68":1,"82":1,"99":1,"109":1}}],["sets",{"2":{"44":1}}],["setting",{"2":{"23":1}}],["set",{"0":{"23":1},"2":{"3":2,"4":7,"6":19,"23":1,"33":1,"37":2,"39":8,"44":3,"50":2,"53":2,"54":7,"55":2,"61":2,"62":10,"68":1,"79":1,"82":1,"90":2,"96":1,"99":1,"109":1,"119":1,"120":1,"135":2,"138":2,"152":2,"163":1,"166":1,"168":3}}],["sve",{"2":{"1":1,"6":1,"155":1}}],["svector",{"2":{"1":14,"6":14,"44":5,"50":1,"54":2,"56":6,"90":1,"120":1,"155":13,"163":6,"164":4}}],["solution",{"2":{"90":1}}],["solid",{"2":{"6":2}}],["south",{"2":{"46":7}}],["source",{"2":{"1":10,"3":19,"4":22,"5":3,"6":90,"79":2,"124":3,"134":1,"135":4,"142":3,"164":14}}],["sort",{"2":{"44":4,"49":2,"54":2,"55":2,"90":1,"96":2,"120":1,"152":1}}],["sorted",{"2":{"20":1,"44":1,"152":7,"167":1}}],["someone",{"2":{"160":1}}],["something",{"0":{"52":1},"2":{"10":1}}],["some",{"2":{"3":1,"6":4,"9":1,"17":1,"39":4,"62":1,"90":3,"96":1,"120":1,"121":1,"122":2,"127":2,"129":2,"133":1,"134":3,"135":1,"154":1,"157":2,"162":2,"167":1,"170":1}}],["so",{"2":{"1":1,"4":4,"6":10,"9":1,"17":1,"19":1,"26":1,"30":1,"38":1,"39":1,"44":1,"45":1,"54":1,"55":2,"56":2,"58":1,"59":1,"61":1,"62":4,"64":1,"81":1,"90":2,"92":1,"108":1,"120":3,"124":1,"129":6,"144":1,"145":1,"146":3,"147":1,"154":1,"155":1,"160":2,"164":2}}],["step",{"2":{"44":7,"50":1,"51":3,"53":1,"54":3,"55":1,"56":3,"120":4,"161":1}}],["storing",{"2":{"166":1}}],["stored",{"2":{"44":2,"168":1}}],["stores",{"2":{"44":1}}],["store",{"2":{"39":1,"166":1}}],["stopping",{"2":{"152":2}}],["stops",{"2":{"127":1}}],["stop",{"2":{"18":2,"79":3,"90":4,"96":3}}],["style",{"2":{"6":2}}],["style=",{"2":{"6":2}}],["standardized",{"2":{"90":1}}],["standards",{"2":{"90":1}}],["stay",{"2":{"56":1}}],["stackoverflow",{"2":{"54":1}}],["stack",{"2":{"49":1}}],["states",{"2":{"150":1}}],["state",{"2":{"55":1,"169":9}}],["status",{"2":{"44":31,"51":4,"54":5,"56":4,"120":1}}],["static",{"2":{"159":1}}],["staticarray",{"2":{"39":1}}],["staticarrays",{"2":{"30":1,"44":5,"50":1,"54":2,"56":6,"90":1,"120":1,"155":2}}],["staticarraysco",{"2":{"1":1,"6":1,"155":1}}],["staticarrayscore",{"2":{"1":10,"6":10,"39":1,"155":10,"163":6,"164":4}}],["statica",{"2":{"1":1,"6":1,"155":1}}],["statistics",{"2":{"13":2,"30":1}}],["stability",{"2":{"23":1,"29":1}}],["stable",{"2":{"13":1,"24":1,"147":1}}],["stage",{"2":{"7":1}}],["started",{"2":{"44":1}}],["starting",{"2":{"43":2,"44":1,"46":1,"54":1,"138":4}}],["startvalue",{"2":{"14":4}}],["start",{"2":{"6":1,"18":1,"33":7,"39":1,"44":76,"46":17,"51":4,"54":4,"56":5,"62":1,"79":4,"90":44,"96":3,"111":1,"120":2,"130":1,"152":16,"163":1}}],["straightline",{"2":{"120":3}}],["straight",{"2":{"120":6}}],["strait",{"2":{"120":1}}],["structs",{"2":{"20":1,"134":1}}],["structures",{"2":{"122":1}}],["structure",{"2":{"6":2,"124":1,"129":1,"141":1}}],["struct",{"2":{"6":3,"39":2,"44":2,"132":1,"138":2,"146":2,"151":1,"152":1,"153":1,"158":3,"159":2,"160":4}}],["strings",{"2":{"6":1,"43":1,"54":1}}],["string",{"2":{"1":2,"14":1,"42":1,"43":1,"142":2}}],["still",{"2":{"0":1,"36":1,"43":1,"44":3,"67":1,"152":1}}],["shp",{"2":{"166":1}}],["ships",{"2":{"164":1}}],["shifting",{"2":{"164":1}}],["shift",{"2":{"163":3}}],["shewchuck",{"2":{"7":1}}],["short",{"2":{"129":1}}],["show",{"2":{"9":1,"11":1,"13":1,"14":1,"38":1,"164":1,"166":1,"167":2}}],["shoelace",{"2":{"4":1,"6":1,"36":2,"46":1}}],["shouldn",{"2":{"54":1}}],["should",{"2":{"1":1,"4":1,"6":14,"17":1,"18":1,"20":2,"26":1,"33":3,"36":1,"43":1,"44":3,"45":1,"62":1,"90":4,"120":2,"124":1,"129":2,"131":1,"134":4,"135":2,"139":1,"147":1,"150":2,"159":1}}],["sharing",{"2":{"81":1}}],["shares",{"2":{"54":1}}],["share",{"2":{"4":7,"6":8,"61":2,"62":8,"85":2,"86":1,"87":1,"96":1,"104":1}}],["shared",{"0":{"154":1},"2":{"3":1,"6":1,"44":2,"54":2,"96":3}}],["shapes",{"2":{"59":1,"166":7}}],["shape",{"2":{"42":1,"51":1,"54":1,"61":1,"137":1,"163":1}}],["shaped",{"2":{"38":1}}],["shapefiles",{"2":{"166":1}}],["shapefile",{"2":{"28":1,"166":4}}],["shallower",{"2":{"1":1,"6":1,"129":1}}],["sites",{"2":{"169":1}}],["sides",{"2":{"44":3,"131":1}}],["side",{"2":{"33":4,"44":26}}],["signals",{"2":{"128":1}}],["sign",{"2":{"13":2,"14":2,"33":7,"36":2,"119":3}}],["signed",{"0":{"34":1,"35":1,"57":1,"58":1},"1":{"35":1,"36":1,"58":1,"59":1},"2":{"0":4,"4":15,"6":18,"11":3,"34":1,"35":5,"36":23,"46":3,"57":1,"58":7,"59":19}}],["six",{"2":{"6":1,"150":1}}],["size=",{"2":{"164":1}}],["sizehint",{"2":{"44":2,"51":1,"147":1}}],["size",{"2":{"6":4,"13":2,"14":5,"38":1,"56":1,"120":2,"129":4,"150":1}}],["sin",{"2":{"163":3,"164":3}}],["singed",{"2":{"59":1}}],["singular",{"2":{"54":1}}],["singlepoly",{"2":{"150":6}}],["single",{"2":{"4":6,"6":10,"23":1,"33":2,"36":1,"46":1,"62":5,"95":2,"120":2,"135":2,"136":1,"138":2,"163":3,"166":1}}],["since",{"2":{"1":1,"6":2,"25":1,"33":1,"36":1,"43":1,"46":2,"55":1,"59":1,"62":1,"90":1,"96":2,"103":1,"142":1,"159":1,"160":2,"169":1}}],["simulation",{"2":{"23":1}}],["simultaneously",{"2":{"20":1}}],["simplication",{"2":{"150":1}}],["simplifier",{"2":{"150":4}}],["simplified",{"2":{"23":1,"149":1}}],["simplifies",{"2":{"6":3,"151":1,"152":1,"153":1}}],["simplification",{"0":{"148":1},"1":{"149":1,"150":1},"2":{"6":2,"148":2,"150":2}}],["simplifying",{"2":{"148":1}}],["simplify",{"0":{"151":1,"152":1,"153":1},"2":{"0":1,"6":15,"9":1,"30":1,"44":1,"122":1,"149":1,"150":41,"151":1,"152":2,"153":1}}],["simplifyalgs",{"2":{"154":1}}],["simplifyalg",{"2":{"0":1,"6":8,"150":5,"151":2,"152":2,"153":2}}],["simply",{"2":{"7":1,"35":1,"40":1,"44":1,"54":1,"56":1,"65":1,"78":1,"93":1,"120":1,"133":1,"142":1,"143":1,"146":1,"163":1,"165":1}}],["simple",{"0":{"168":1},"2":{"6":2,"39":1,"122":3,"141":1,"142":1,"149":2,"150":2,"159":1}}],["simpler",{"2":{"6":1,"120":1}}],["similarly",{"2":{"122":1}}],["similar",{"2":{"1":1,"6":3,"18":1,"26":1,"28":1,"40":1,"120":2,"129":1,"146":2,"147":1,"156":1}}],["s",{"0":{"29":1},"2":{"0":1,"6":9,"7":1,"9":1,"18":1,"19":1,"28":1,"33":1,"35":1,"36":4,"37":1,"38":2,"39":5,"42":3,"43":3,"44":3,"46":1,"48":1,"51":1,"54":2,"56":3,"59":1,"62":1,"77":2,"84":3,"85":4,"86":2,"90":9,"96":1,"104":1,"120":5,"122":2,"124":3,"125":1,"129":1,"132":1,"135":4,"136":1,"138":3,"139":1,"145":4,"146":1,"148":1,"150":2,"154":4,"158":2,"159":1,"160":6,"163":6,"164":8,"165":2,"166":5,"170":2}}],["fn",{"2":{"166":8}}],["fc",{"2":{"129":22,"150":3,"161":14}}],["fj",{"2":{"120":2}}],["f2",{"2":{"44":2}}],["f1",{"2":{"44":2}}],["f64",{"2":{"13":2,"14":2}}],["few",{"2":{"131":1}}],["fetch",{"2":{"129":2}}],["fetched",{"2":{"120":1}}],["feb",{"0":{"8":1},"1":{"9":1,"10":1}}],["featurecollection",{"2":{"6":2,"11":1,"18":1,"120":4,"129":7,"164":2}}],["featurecollectiontrait",{"2":{"1":1,"6":2,"124":1,"127":1,"129":14,"161":5}}],["features",{"0":{"69":1,"83":1,"100":1,"110":1},"2":{"1":1,"6":2,"11":1,"22":1,"120":3,"128":1,"129":19,"164":1}}],["featuretrait",{"2":{"1":2,"6":3,"69":4,"79":2,"83":4,"100":4,"110":4,"124":1,"127":3,"129":15,"161":5}}],["feature",{"2":{"1":6,"4":1,"6":11,"18":2,"22":1,"36":1,"46":1,"120":2,"122":1,"128":1,"129":49,"134":1,"150":2,"161":2,"166":1}}],["fra",{"2":{"169":2}}],["frame",{"2":{"165":1}}],["framework",{"2":{"122":4}}],["fracs",{"2":{"44":20,"49":1}}],["frac",{"2":{"39":1,"44":2,"54":17,"150":2}}],["fractional",{"2":{"44":1,"54":3}}],["fractions",{"2":{"44":1,"54":4}}],["fraction",{"2":{"6":4,"54":2,"59":1,"150":1}}],["front",{"2":{"33":1}}],["from",{"2":{"1":3,"3":4,"4":16,"6":29,"7":1,"11":1,"20":1,"22":1,"30":1,"36":2,"38":1,"39":4,"40":1,"43":1,"44":6,"46":11,"49":1,"50":1,"51":3,"53":1,"54":11,"55":1,"56":6,"59":25,"82":2,"84":5,"85":4,"86":2,"87":1,"88":2,"90":6,"96":2,"119":2,"120":7,"124":3,"129":3,"138":1,"142":4,"144":1,"150":1,"151":1,"152":3,"153":1,"161":1,"162":1,"164":5,"166":1,"167":1,"168":1,"170":1}}],["footprint",{"2":{"164":1}}],["foldable",{"2":{"129":3}}],["follows",{"2":{"44":2,"68":1,"82":1,"99":1,"109":1,"120":1}}],["following",{"2":{"6":1,"39":1,"48":1,"131":1,"137":1,"150":1,"167":1}}],["focusing",{"2":{"26":1}}],["foundational",{"2":{"17":1}}],["found",{"2":{"6":8,"46":1,"49":1,"50":2,"53":2,"54":1,"55":2,"62":1,"120":5,"127":3,"129":7,"147":1}}],["forward",{"2":{"54":1}}],["forwards",{"2":{"44":1,"51":1,"56":1}}],["formats",{"2":{"162":1,"164":1,"166":3}}],["format",{"2":{"49":1,"166":3}}],["form",{"2":{"18":1,"44":3,"54":8,"56":3,"129":1}}],["formed",{"2":{"4":2,"6":3,"32":1,"33":4,"39":1,"44":8,"55":1,"56":1,"152":1}}],["formula",{"2":{"4":1,"6":1,"36":2,"46":1}}],["force",{"2":{"1":1,"129":1,"142":1,"150":1}}],["for",{"0":{"51":1,"54":1,"56":1},"2":{"0":2,"1":3,"3":1,"4":4,"5":3,"6":44,"7":4,"9":2,"13":5,"14":1,"18":1,"20":1,"22":1,"23":5,"26":3,"28":1,"30":1,"33":5,"36":8,"37":1,"38":1,"39":19,"40":3,"43":7,"44":35,"46":11,"49":5,"50":2,"51":3,"53":1,"54":7,"55":1,"56":9,"58":2,"59":7,"62":13,"68":3,"74":1,"75":1,"77":1,"79":6,"82":2,"88":1,"89":1,"90":22,"95":1,"96":11,"99":2,"105":1,"106":1,"109":3,"115":1,"116":1,"118":1,"119":5,"120":13,"121":1,"122":3,"124":6,"125":2,"129":6,"130":3,"131":2,"133":1,"134":5,"136":3,"137":1,"138":5,"139":1,"140":1,"142":3,"144":4,"145":7,"146":6,"147":8,"148":4,"150":12,"151":2,"152":2,"153":1,"154":6,"158":1,"159":2,"160":5,"161":7,"162":1,"164":5,"166":3,"167":1,"169":2,"170":1}}],["fi",{"2":{"120":2}}],["fine",{"2":{"145":1}}],["final",{"2":{"56":1,"134":4,"146":1}}],["finally",{"2":{"38":2,"54":1,"120":1,"129":3,"166":1}}],["findmin",{"2":{"154":1}}],["findmax",{"2":{"150":1,"152":1}}],["findall",{"2":{"134":1}}],["finding",{"2":{"54":1}}],["findfirst",{"2":{"44":6,"49":2,"150":1}}],["findnext",{"2":{"44":3}}],["findlast",{"2":{"44":2}}],["findprev",{"2":{"44":2}}],["finds",{"2":{"44":1,"46":1}}],["find",{"2":{"33":6,"36":1,"44":12,"46":3,"49":2,"50":4,"53":2,"54":8,"55":1,"59":3,"62":1,"90":7,"120":2,"152":5,"169":1}}],["finish",{"2":{"9":1}}],["fill",{"2":{"44":1,"120":1,"147":3}}],["filled",{"2":{"44":5,"46":3,"58":1,"59":2,"90":16}}],["files",{"2":{"157":1,"166":2}}],["file",{"2":{"25":3,"44":1,"68":3,"82":3,"99":3,"109":3,"120":1,"121":1,"122":1,"133":1,"142":1,"147":1,"148":1,"157":2,"162":1,"166":2}}],["filters",{"2":{"44":1}}],["filtering",{"2":{"6":1,"150":1}}],["filter",{"2":{"4":1,"6":2,"44":2,"129":3,"138":2,"140":1,"150":1}}],["fit",{"2":{"17":1}}],["field",{"2":{"13":2,"44":2}}],["figure",{"2":{"13":1,"14":1,"35":1,"38":2,"164":3}}],["fig",{"2":{"13":6,"14":6,"163":7,"164":4}}],["firstisright",{"2":{"120":2}}],["firstisleft",{"2":{"120":4}}],["firstisstraight",{"2":{"120":4}}],["firstnode",{"2":{"120":9}}],["first",{"2":{"3":9,"6":10,"33":14,"36":7,"38":1,"39":9,"40":1,"43":1,"44":17,"46":2,"49":1,"50":2,"53":1,"54":5,"55":3,"59":8,"62":4,"64":2,"65":2,"67":1,"68":2,"71":1,"72":1,"73":1,"78":2,"82":3,"90":22,"96":1,"99":2,"101":1,"108":1,"109":2,"112":1,"113":1,"114":2,"119":1,"120":16,"129":6,"131":1,"147":3,"151":1,"152":2,"161":2,"162":1,"163":1,"164":2,"167":1,"168":1}}],["fix1",{"2":{"129":2,"147":1}}],["fixme",{"2":{"119":1}}],["fix2",{"2":{"44":2}}],["fixed",{"2":{"6":3,"50":1,"53":1,"55":1,"139":5}}],["fix",{"0":{"20":1},"2":{"0":1,"6":10,"9":3,"15":3,"17":1,"20":1,"25":1,"50":1,"51":11,"53":1,"54":11,"55":1,"56":14,"131":1,"133":1,"134":2,"137":1,"139":3}}],["fancy",{"2":{"163":1}}],["fancis",{"2":{"6":1,"39":1}}],["fair",{"2":{"145":1}}],["fail",{"2":{"1":1,"6":2,"129":6,"146":1}}],["fallback",{"2":{"129":1}}],["falses",{"2":{"44":2,"49":1,"50":1,"53":1}}],["false",{"0":{"24":1},"2":{"1":29,"3":7,"4":3,"6":55,"33":2,"36":1,"38":5,"44":26,"46":5,"49":1,"50":1,"51":3,"54":1,"55":4,"59":2,"61":2,"62":27,"64":2,"68":8,"70":2,"71":4,"72":1,"73":1,"74":1,"75":1,"77":2,"79":11,"82":9,"84":1,"85":4,"88":1,"89":1,"90":39,"96":22,"99":8,"101":3,"102":4,"103":1,"105":1,"106":1,"108":1,"109":7,"111":2,"112":4,"113":1,"114":1,"115":1,"116":1,"119":10,"120":5,"129":18,"131":16,"137":44,"138":4,"147":2,"150":1,"154":2,"155":20,"159":2,"161":2,"163":242,"164":30,"167":1}}],["fashion",{"2":{"35":1}}],["faster",{"2":{"39":1,"129":1}}],["fast",{"2":{"12":1}}],["f",{"2":{"1":12,"6":25,"15":1,"18":3,"19":1,"22":2,"32":1,"35":2,"38":4,"40":1,"42":2,"44":19,"45":2,"48":2,"50":2,"51":2,"53":2,"54":2,"55":2,"56":2,"58":5,"61":2,"64":2,"67":2,"77":2,"81":2,"90":7,"92":2,"95":2,"98":2,"108":2,"120":30,"124":2,"127":2,"129":168,"143":1,"145":2,"146":1,"149":2,"150":1,"154":6,"155":6,"160":5,"161":16,"163":6,"164":2,"168":3}}],["fun",{"2":{"163":1}}],["fundamental",{"2":{"157":1}}],["func",{"2":{"13":5}}],["funcs",{"2":{"13":2,"14":3}}],["functionality",{"2":{"54":1,"122":1,"141":1,"142":1,"147":1,"160":1}}],["functionalities",{"2":{"44":1}}],["functionally",{"2":{"1":1,"6":1,"18":1,"28":1,"129":1}}],["function",{"2":{"1":8,"3":9,"4":9,"5":3,"6":12,"7":2,"9":1,"13":3,"14":2,"18":2,"28":1,"30":1,"33":5,"36":3,"39":13,"43":6,"44":18,"46":7,"48":2,"49":4,"50":3,"51":3,"52":1,"53":2,"54":7,"55":2,"56":5,"59":6,"61":1,"62":8,"64":1,"67":1,"68":1,"74":1,"75":1,"77":1,"79":5,"81":1,"82":1,"88":1,"89":1,"90":9,"92":1,"95":1,"96":7,"98":1,"99":1,"105":1,"106":1,"108":1,"109":1,"115":1,"116":1,"119":4,"120":16,"121":3,"124":3,"127":2,"129":29,"132":2,"134":7,"135":2,"138":2,"139":1,"141":2,"142":1,"144":2,"146":2,"147":7,"150":3,"151":2,"152":3,"153":2,"154":7,"155":3,"156":1,"160":6,"161":12,"163":1,"167":1,"170":4}}],["functions",{"0":{"1":1,"51":1,"54":1,"56":1,"122":1,"124":1,"161":1},"1":{"123":1,"124":1,"125":1,"126":1,"127":1,"128":1,"129":1},"2":{"6":1,"9":3,"17":1,"28":1,"36":1,"39":1,"43":1,"44":2,"46":1,"48":1,"90":1,"121":1,"122":2,"127":1,"134":2,"135":1}}],["fulfilled",{"2":{"152":1}}],["fully",{"2":{"6":1,"44":4,"49":1,"96":4}}],["full",{"0":{"0":1},"1":{"1":1,"2":1,"3":1,"4":1,"5":1,"6":1},"2":{"0":1,"46":5,"134":1,"169":4}}],["furthest",{"2":{"120":1}}],["further",{"2":{"42":1,"129":1}}],["furthermore",{"2":{"3":2,"6":5,"44":1,"50":1,"53":1,"55":1,"68":1,"109":1}}],["furst",{"2":{"25":1}}],["future",{"2":{"23":1,"59":1,"144":2}}],["flexijoins",{"2":{"167":1,"168":3,"169":1,"170":5}}],["flags",{"2":{"44":5}}],["flag",{"2":{"44":12,"49":1}}],["flat",{"2":{"6":1,"154":2,"161":1}}],["flattened",{"2":{"18":1}}],["flattening",{"2":{"6":4,"146":2}}],["flatten",{"2":{"0":2,"6":4,"11":3,"13":1,"18":1,"39":1,"44":2,"46":3,"53":1,"56":1,"79":1,"124":4,"129":27,"138":1}}],["floating",{"2":{"6":1,"44":1,"54":5,"120":2}}],["float",{"2":{"6":3,"50":1,"53":1,"55":1}}],["float64x2",{"2":{"13":6,"14":6,"15":2}}],["float64",{"2":{"1":6,"4":10,"6":30,"13":1,"32":1,"33":3,"36":6,"43":1,"46":4,"49":2,"50":2,"53":1,"54":3,"55":1,"59":12,"90":4,"96":2,"119":4,"131":6,"137":26,"145":2,"146":2,"147":1,"151":4,"152":9,"153":2,"154":6,"155":6,"156":1,"161":8,"163":190,"164":17}}],["flipping",{"0":{"141":1},"2":{"141":1}}],["flipped",{"2":{"1":2,"6":2,"129":2}}],["flipaxis",{"2":{"38":1}}],["flip",{"2":{"0":1,"6":1,"30":1,"122":2,"129":1,"141":2}}],["wgs84",{"2":{"164":1}}],["wglmakie",{"2":{"14":1}}],["wₜₒₜ",{"2":{"39":8}}],["wᵢ",{"2":{"39":18}}],["wt",{"2":{"39":3}}],["wkt",{"2":{"25":5}}],["w",{"2":{"13":13,"14":7,"59":4,"120":1}}],["wrong",{"2":{"136":1,"154":1}}],["writing",{"2":{"166":1}}],["written",{"2":{"62":1}}],["write",{"2":{"7":1,"29":1,"120":1,"166":7}}],["wrap",{"2":{"4":1,"6":1,"140":1,"146":1}}],["wrapped",{"2":{"22":1,"120":2,"127":1,"129":1}}],["wrapper",{"0":{"29":1},"2":{"29":1,"33":1,"36":1,"43":1,"46":1,"59":1,"62":1,"68":1,"82":1,"96":1,"99":1,"109":1}}],["wrappers`",{"2":{"129":1}}],["wrappers",{"2":{"1":10,"6":12,"22":1,"119":2,"120":1,"124":1,"131":8,"132":1,"137":22,"145":1,"146":1,"150":1,"155":10,"161":1,"163":121,"164":14}}],["wrappergeometry`",{"2":{"142":1}}],["wrappergeometry",{"2":{"1":1}}],["wrapping",{"2":{"1":1,"6":1,"62":1,"142":1,"156":1}}],["web",{"2":{"166":1}}],["west",{"2":{"46":8}}],["were",{"2":{"44":1,"120":1,"168":1}}],["welcome",{"2":{"26":1}}],["wellknowntext",{"2":{"25":1}}],["wellknowngeometry",{"2":{"25":1}}],["well",{"2":{"17":1,"44":1,"46":1,"144":1,"148":1,"159":1}}],["we",{"0":{"52":2},"2":{"7":1,"11":1,"13":1,"17":3,"19":1,"23":3,"24":1,"25":4,"26":2,"33":1,"35":2,"36":2,"38":4,"39":8,"40":2,"43":1,"44":7,"46":4,"51":8,"53":2,"54":3,"56":1,"59":1,"61":1,"62":5,"64":1,"65":1,"67":1,"68":1,"78":1,"81":1,"82":1,"90":2,"92":3,"93":1,"95":1,"96":2,"98":1,"99":1,"108":1,"109":1,"120":21,"121":1,"127":1,"129":20,"130":1,"143":1,"144":2,"145":2,"146":3,"147":1,"150":5,"154":2,"157":1,"159":4,"160":1,"162":2,"163":4,"164":10,"165":1,"166":3,"167":3,"168":7}}],["weighting",{"2":{"42":2,"43":1}}],["weights",{"2":{"37":4}}],["weight",{"2":{"6":5,"39":14,"43":1}}],["weighted",{"2":{"0":1,"6":2,"37":3,"39":4,"43":4}}],["walk",{"2":{"49":1}}],["wall2",{"2":{"46":7}}],["wall1",{"2":{"46":12}}],["walls",{"2":{"46":3}}],["wall",{"2":{"46":69}}],["wachspress",{"2":{"39":1}}],["wasincreasing",{"2":{"120":10}}],["wasn",{"2":{"44":1}}],["was",{"2":{"30":1,"33":1,"36":1,"38":1,"39":4,"40":1,"43":1,"44":1,"46":1,"49":1,"50":1,"51":3,"52":1,"53":1,"54":2,"55":1,"56":3,"59":1,"62":1,"65":1,"75":1,"78":1,"79":1,"89":1,"90":1,"93":1,"96":1,"106":1,"116":1,"119":1,"120":1,"121":1,"127":1,"129":1,"132":1,"135":1,"138":1,"139":1,"140":1,"141":1,"143":1,"145":1,"147":1,"154":1,"155":1,"156":1,"160":2,"161":1}}],["watersheds",{"2":{"25":3}}],["wanted",{"2":{"170":1}}],["wants",{"2":{"129":1}}],["want",{"0":{"23":1,"52":1},"2":{"13":1,"18":1,"23":1,"39":1,"44":1,"119":1,"164":2,"165":1,"169":1,"170":1}}],["ways",{"2":{"136":1}}],["way",{"2":{"6":1,"17":1,"18":1,"24":1,"25":1,"28":1,"37":1,"122":1,"133":1,"147":1,"158":1,"160":2,"165":1}}],["warn",{"2":{"120":2}}],["warned",{"2":{"6":1,"160":1}}],["warning",{"2":{"0":1,"5":1,"6":2,"24":1,"39":1,"129":1,"146":1,"157":1,"169":1}}],["won",{"2":{"23":1,"44":1,"129":1}}],["wouldn",{"2":{"54":1}}],["would",{"0":{"52":1},"2":{"6":3,"23":1,"50":1,"53":1,"54":1,"55":1,"120":1,"159":2,"164":1,"169":1,"170":1}}],["world",{"0":{"169":1},"2":{"167":1}}],["worrying",{"2":{"24":1}}],["words",{"2":{"3":1,"6":1,"64":1,"92":1,"98":1,"99":1}}],["works",{"2":{"142":1,"144":1}}],["workflow",{"2":{"79":1,"96":1}}],["workflows",{"2":{"23":1,"26":1}}],["working",{"2":{"3":1,"6":1,"79":1,"164":1}}],["work",{"2":{"1":3,"6":3,"9":1,"33":1,"36":2,"43":1,"46":2,"49":2,"59":1,"62":1,"90":1,"96":1,"119":1,"129":2,"142":1,"155":1,"169":1}}],["whole",{"2":{"90":1}}],["whose",{"2":{"3":1,"6":1,"79":1}}],["white",{"2":{"38":1}}],["while",{"2":{"33":1,"42":1,"43":1,"44":5,"54":2,"58":1,"62":1,"79":1,"90":1,"120":3,"138":1,"152":1,"154":2,"168":1}}],["whichever",{"2":{"6":1,"150":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,"25":1,"35":1,"36":1,"37":1,"38":2,"39":5,"40":1,"44":11,"46":2,"54":2,"62":2,"90":3,"120":3,"121":1,"122":1,"129":1,"130":2,"131":1,"134":2,"136":1,"137":1,"143":1,"144":1,"145":1,"146":3,"147":2,"150":1,"152":2,"155":1,"158":1,"160":4,"166":3,"167":3,"168":6,"170":1}}],["what",{"0":{"22":1,"29":1,"32":1,"35":2,"42":1,"45":1,"48":1,"58":2,"61":1,"64":1,"67":1,"77":1,"81":1,"92":1,"95":1,"98":1,"108":1,"127":1},"2":{"13":1,"14":1,"24":1,"42":1,"119":1,"120":1,"145":1,"159":1,"164":1,"169":1}}],["whatever",{"2":{"1":1,"6":1,"22":1,"129":1}}],["whyatt",{"2":{"148":1}}],["why",{"0":{"22":1,"23":1},"2":{"9":1,"17":1,"25":1,"29":1,"36":1}}],["wheel",{"2":{"17":1}}],["whether",{"2":{"1":4,"4":1,"6":10,"118":1,"119":1,"126":2,"130":1,"139":2}}],["when",{"2":{"1":1,"4":2,"5":1,"6":5,"18":1,"20":1,"23":2,"24":1,"36":1,"39":3,"43":1,"44":2,"51":5,"54":6,"56":7,"90":1,"120":1,"127":3,"129":1,"131":1,"134":1,"140":2,"150":1,"164":3,"166":1,"170":1}}],["wherever",{"2":{"6":1,"156":1}}],["where",{"2":{"1":2,"4":5,"6":11,"20":1,"30":2,"33":8,"36":12,"37":2,"39":24,"43":8,"44":14,"46":8,"49":5,"50":2,"51":5,"53":3,"54":18,"55":2,"56":10,"59":25,"62":1,"90":9,"120":3,"129":52,"136":1,"142":1,"145":1,"156":1,"157":1,"158":5,"161":3,"163":4}}],["widely",{"2":{"166":1}}],["widths",{"2":{"14":1}}],["width",{"2":{"6":2}}],["wiki",{"2":{"90":1,"152":1}}],["wikipedia",{"2":{"90":1,"152":2}}],["wind",{"2":{"4":1,"6":2,"36":1,"62":1}}],["winding",{"2":{"4":2,"6":2,"36":3,"44":7,"62":1,"120":1}}],["without",{"2":{"1":2,"6":1,"17":1,"24":1,"44":1,"81":1,"96":1,"129":3,"142":1,"155":1}}],["with",{"0":{"51":1,"54":1,"56":1,"151":1,"152":1,"153":1,"165":1},"2":{"1":5,"3":5,"4":7,"6":27,"11":1,"20":1,"22":2,"23":1,"32":1,"33":2,"36":7,"37":4,"38":1,"39":2,"43":1,"44":14,"46":6,"51":8,"53":5,"54":15,"55":1,"56":12,"58":1,"59":2,"68":1,"81":1,"85":1,"90":28,"92":1,"95":2,"96":5,"98":1,"99":1,"102":3,"103":2,"104":2,"114":1,"120":7,"122":1,"124":2,"127":1,"129":17,"131":1,"136":1,"140":1,"142":1,"144":1,"147":2,"150":2,"152":2,"153":1,"155":1,"159":1,"160":1,"162":1,"163":4,"164":8,"165":2,"166":2,"167":1,"168":1,"169":1}}],["within",{"0":{"107":1,"108":1,"111":1,"112":1,"114":1,"115":1,"116":1},"1":{"108":1,"109":1},"2":{"0":2,"3":9,"4":3,"5":1,"6":13,"7":1,"9":1,"30":1,"33":2,"36":1,"37":3,"39":1,"43":1,"44":9,"45":2,"46":5,"51":1,"54":2,"55":1,"56":6,"58":1,"59":5,"64":2,"65":3,"67":2,"84":1,"90":9,"95":1,"96":9,"107":1,"108":6,"109":11,"110":6,"111":14,"112":15,"113":15,"114":7,"115":4,"116":4,"122":1,"167":1,"168":4,"169":2}}],["will",{"2":{"1":8,"4":7,"5":1,"6":44,"11":1,"18":3,"23":2,"24":1,"33":4,"36":3,"39":2,"43":1,"44":5,"46":1,"49":1,"50":4,"51":4,"53":4,"54":4,"55":4,"56":4,"58":2,"59":4,"62":1,"79":1,"119":1,"120":2,"124":2,"127":1,"128":2,"129":8,"131":1,"134":1,"135":2,"136":1,"138":2,"142":3,"144":2,"146":3,"150":2,"152":1,"154":1,"155":2,"160":1,"164":1,"166":1,"167":2,"169":1,"170":1}}],["wip",{"2":{"0":1}}]],"serializationVersion":2}';export{e as default};
diff --git a/previews/PR169/assets/chunks/VPLocalSearchBox.DmElXrfp.js b/previews/PR169/assets/chunks/VPLocalSearchBox.BjdSI7Rt.js
similarity index 99%
rename from previews/PR169/assets/chunks/VPLocalSearchBox.DmElXrfp.js
rename to previews/PR169/assets/chunks/VPLocalSearchBox.BjdSI7Rt.js
index 677cac907..15450fa40 100644
--- a/previews/PR169/assets/chunks/VPLocalSearchBox.DmElXrfp.js
+++ b/previews/PR169/assets/chunks/VPLocalSearchBox.BjdSI7Rt.js
@@ -1,4 +1,4 @@
-var Ct=Object.defineProperty;var It=(o,e,t)=>e in o?Ct(o,e,{enumerable:!0,configurable:!0,writable:!0,value:t}):o[e]=t;var Oe=(o,e,t)=>It(o,typeof e!="symbol"?e+"":e,t);import{X as Dt,s as oe,v as $e,ak as kt,al as Ot,d as Rt,G as xe,am as tt,h as Fe,an as _t,ao as Mt,x as Lt,ap as zt,y as Re,R as de,Q as Ee,aq as Pt,ar as Bt,Y as Vt,U as $t,as as Wt,o as ee,b as Kt,j as k,a1 as Jt,k as j,at as Ut,au as jt,av as Gt,c as re,n as rt,e as Se,E as at,F as nt,a as ve,t as pe,aw as Qt,p as qt,l as Ht,ax as it,ay as Yt,aa as Zt,ag as Xt,az as er,_ as tr}from"./framework.CXV__M-i.js";import{u as rr,c as ar}from"./theme.B4vYWld1.js";const nr={root:()=>Dt(()=>import("./@localSearchIndexroot.DH9PfdM9.js"),[])};/*!
+var Ct=Object.defineProperty;var It=(o,e,t)=>e in o?Ct(o,e,{enumerable:!0,configurable:!0,writable:!0,value:t}):o[e]=t;var Oe=(o,e,t)=>It(o,typeof e!="symbol"?e+"":e,t);import{X as Dt,s as oe,v as $e,ak as kt,al as Ot,d as Rt,G as xe,am as tt,h as Fe,an as _t,ao as Mt,x as Lt,ap as zt,y as Re,R as de,Q as Ee,aq as Pt,ar as Bt,Y as Vt,U as $t,as as Wt,o as ee,b as Kt,j as k,a1 as Jt,k as j,at as Ut,au as jt,av as Gt,c as re,n as rt,e as Se,E as at,F as nt,a as ve,t as pe,aw as Qt,p as qt,l as Ht,ax as it,ay as Yt,aa as Zt,ag as Xt,az as er,_ as tr}from"./framework.CXV__M-i.js";import{u as rr,c as ar}from"./theme.2jaTLkNF.js";const nr={root:()=>Dt(()=>import("./@localSearchIndexroot.C2gwDh6k.js"),[])};/*!
 * tabbable 6.2.0
 * @license MIT, https://github.com/focus-trap/tabbable/blob/master/LICENSE
 */var yt=["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])"],Ne=yt.join(","),mt=typeof Element>"u",ue=mt?function(){}:Element.prototype.matches||Element.prototype.msMatchesSelector||Element.prototype.webkitMatchesSelector,Ce=!mt&&Element.prototype.getRootNode?function(o){var e;return o==null||(e=o.getRootNode)===null||e===void 0?void 0:e.call(o)}:function(o){return o==null?void 0:o.ownerDocument},Ie=function o(e,t){var r;t===void 0&&(t=!0);var n=e==null||(r=e.getAttribute)===null||r===void 0?void 0:r.call(e,"inert"),a=n===""||n==="true",i=a||t&&e&&o(e.parentNode);return i},ir=function(e){var t,r=e==null||(t=e.getAttribute)===null||t===void 0?void 0:t.call(e,"contenteditable");return r===""||r==="true"},gt=function(e,t,r){if(Ie(e))return[];var n=Array.prototype.slice.apply(e.querySelectorAll(Ne));return t&&ue.call(e,Ne)&&n.unshift(e),n=n.filter(r),n},bt=function o(e,t,r){for(var n=[],a=Array.from(e);a.length;){var i=a.shift();if(!Ie(i,!1))if(i.tagName==="SLOT"){var s=i.assignedElements(),u=s.length?s:i.children,l=o(u,!0,r);r.flatten?n.push.apply(n,l):n.push({scopeParent:i,candidates:l})}else{var h=ue.call(i,Ne);h&&r.filter(i)&&(t||!e.includes(i))&&n.push(i);var d=i.shadowRoot||typeof r.getShadowRoot=="function"&&r.getShadowRoot(i),v=!Ie(d,!1)&&(!r.shadowRootFilter||r.shadowRootFilter(i));if(d&&v){var y=o(d===!0?i.children:d.children,!0,r);r.flatten?n.push.apply(n,y):n.push({scopeParent:i,candidates:y})}else a.unshift.apply(a,i.children)}}return n},wt=function(e){return!isNaN(parseInt(e.getAttribute("tabindex"),10))},se=function(e){if(!e)throw new Error("No node provided");return e.tabIndex<0&&(/^(AUDIO|VIDEO|DETAILS)$/.test(e.tagName)||ir(e))&&!wt(e)?0:e.tabIndex},or=function(e,t){var r=se(e);return r<0&&t&&!wt(e)?0:r},sr=function(e,t){return e.tabIndex===t.tabIndex?e.documentOrder-t.documentOrder:e.tabIndex-t.tabIndex},xt=function(e){return e.tagName==="INPUT"},ur=function(e){return xt(e)&&e.type==="hidden"},lr=function(e){var t=e.tagName==="DETAILS"&&Array.prototype.slice.apply(e.children).some(function(r){return r.tagName==="SUMMARY"});return t},cr=function(e,t){for(var r=0;rsummary:first-of-type"),i=a?e.parentElement:e;if(ue.call(i,"details:not([open]) *"))return!0;if(!r||r==="full"||r==="legacy-full"){if(typeof n=="function"){for(var s=e;e;){var u=e.parentElement,l=Ce(e);if(u&&!u.shadowRoot&&n(u)===!0)return ot(e);e.assignedSlot?e=e.assignedSlot:!u&&l!==e.ownerDocument?e=l.host:e=u}e=s}if(vr(e))return!e.getClientRects().length;if(r!=="legacy-full")return!0}else if(r==="non-zero-area")return ot(e);return!1},yr=function(e){if(/^(INPUT|BUTTON|SELECT|TEXTAREA)$/.test(e.tagName))for(var t=e.parentElement;t;){if(t.tagName==="FIELDSET"&&t.disabled){for(var r=0;r=0)},gr=function o(e){var t=[],r=[];return e.forEach(function(n,a){var i=!!n.scopeParent,s=i?n.scopeParent:n,u=or(s,i),l=i?o(n.candidates):s;u===0?i?t.push.apply(t,l):t.push(s):r.push({documentOrder:a,tabIndex:u,item:n,isScope:i,content:l})}),r.sort(sr).reduce(function(n,a){return a.isScope?n.push.apply(n,a.content):n.push(a.content),n},[]).concat(t)},br=function(e,t){t=t||{};var r;return t.getShadowRoot?r=bt([e],t.includeContainer,{filter:We.bind(null,t),flatten:!1,getShadowRoot:t.getShadowRoot,shadowRootFilter:mr}):r=gt(e,t.includeContainer,We.bind(null,t)),gr(r)},wr=function(e,t){t=t||{};var r;return t.getShadowRoot?r=bt([e],t.includeContainer,{filter:De.bind(null,t),flatten:!0,getShadowRoot:t.getShadowRoot}):r=gt(e,t.includeContainer,De.bind(null,t)),r},le=function(e,t){if(t=t||{},!e)throw new Error("No node provided");return ue.call(e,Ne)===!1?!1:We(t,e)},xr=yt.concat("iframe").join(","),_e=function(e,t){if(t=t||{},!e)throw new Error("No node provided");return ue.call(e,xr)===!1?!1:De(t,e)};/*!
diff --git a/previews/PR169/assets/chunks/theme.B4vYWld1.js b/previews/PR169/assets/chunks/theme.2jaTLkNF.js
similarity index 99%
rename from previews/PR169/assets/chunks/theme.B4vYWld1.js
rename to previews/PR169/assets/chunks/theme.2jaTLkNF.js
index dd8c61ddf..c4b91883f 100644
--- a/previews/PR169/assets/chunks/theme.B4vYWld1.js
+++ b/previews/PR169/assets/chunks/theme.2jaTLkNF.js
@@ -1,2 +1,2 @@
-const __vite__fileDeps=["assets/chunks/VPLocalSearchBox.DmElXrfp.js","assets/chunks/framework.CXV__M-i.js"],__vite__mapDeps=i=>i.map(i=>__vite__fileDeps[i]);
-import{d as _,o as a,c as u,r as c,n as N,a as F,t as w,b as y,w as p,e as f,T as pe,_ as $,u as Je,i as Ye,f as Xe,g as he,h as g,j as v,k as i,p as B,l as H,m as z,q as le,s as I,v as O,x as ee,y as K,z as fe,A as Le,B as Qe,C as Ze,D as R,F as M,E,G as Te,H as te,I as k,J as W,K as we,L as se,M as Q,N as J,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 st,Y as Ae,Z as _e,$ as ot,a0 as nt,a1 as at,a2 as Ce,a3 as rt,a4 as it,a5 as lt}from"./framework.CXV__M-i.js";const ct=_({__name:"VPBadge",props:{text:{},type:{default:"tip"}},setup(s){return(e,t)=>(a(),u("span",{class:N(["VPBadge",e.type])},[c(e.$slots,"default",{},()=>[F(w(e.text),1)])],2))}}),ut={key:0,class:"VPBackdrop"},dt=_({__name:"VPBackdrop",props:{show:{type:Boolean}},setup(s){return(e,t)=>(a(),y(pe,{name:"fade"},{default:p(()=>[e.show?(a(),u("div",ut)):f("",!0)]),_:1}))}}),vt=$(dt,[["__scopeId","data-v-b06cdb19"]]),L=Je;function pt(s,e){let t,o=!1;return()=>{t&&clearTimeout(t),o?t=setTimeout(s,e):(s(),(o=!0)&&setTimeout(()=>o=!1,e))}}function ue(s){return/^\//.test(s)?s:`/${s}`}function me(s){const{pathname:e,search:t,hash:o,protocol:n}=new URL(s,"http://a.com");if(Ye(s)||s.startsWith("#")||!n.startsWith("http")||!Xe(e))return s;const{site:r}=L(),l=e.endsWith("/")||e.endsWith(".html")?s:s.replace(/(?:(^\.+)\/)?.*$/,`$1${e.replace(/(\.md)?$/,r.value.cleanUrls?"":".html")}${t}${o}`);return he(l)}function X({correspondingLink:s=!1}={}){const{site:e,localeIndex:t,page:o,theme:n,hash:r}=L(),l=g(()=>{var d,m;return{label:(d=e.value.locales[t.value])==null?void 0:d.label,link:((m=e.value.locales[t.value])==null?void 0:m.link)||(t.value==="root"?"/":`/${t.value}/`)}});return{localeLinks:g(()=>Object.entries(e.value.locales).flatMap(([d,m])=>l.value.label===m.label?[]:{text:m.label,link:ht(m.link||(d==="root"?"/":`/${d}/`),n.value.i18nRouting!==!1&&s,o.value.relativePath.slice(l.value.link.length-1),!e.value.cleanUrls)+r.value})),currentLang:l}}function ht(s,e,t,o){return e?s.replace(/\/$/,"")+ue(t.replace(/(^|\/)index\.md$/,"$1").replace(/\.md$/,o?".html":"")):s}const ft=s=>(B("data-v-951cab6c"),s=s(),H(),s),_t={class:"NotFound"},mt={class:"code"},bt={class:"title"},kt=ft(()=>v("div",{class:"divider"},null,-1)),$t={class:"quote"},gt={class:"action"},yt=["href","aria-label"],Pt=_({__name:"NotFound",setup(s){const{theme:e}=L(),{currentLang:t}=X();return(o,n)=>{var r,l,h,d,m;return a(),u("div",_t,[v("p",mt,w(((r=i(e).notFound)==null?void 0:r.code)??"404"),1),v("h1",bt,w(((l=i(e).notFound)==null?void 0:l.title)??"PAGE NOT FOUND"),1),kt,v("blockquote",$t,w(((h=i(e).notFound)==null?void 0:h.quote)??"But if you don't change your direction, and if you keep looking, you may end up where you are heading."),1),v("div",gt,[v("a",{class:"link",href:i(he)(i(t).link),"aria-label":((d=i(e).notFound)==null?void 0:d.linkLabel)??"go to home"},w(((m=i(e).notFound)==null?void 0:m.linkText)??"Take me home"),9,yt)])])}}}),St=$(Pt,[["__scopeId","data-v-951cab6c"]]);function Be(s,e){if(Array.isArray(s))return Z(s);if(s==null)return[];e=ue(e);const t=Object.keys(s).sort((n,r)=>r.split("/").length-n.split("/").length).find(n=>e.startsWith(ue(n))),o=t?s[t]:[];return Array.isArray(o)?Z(o):Z(o.items,o.base)}function Vt(s){const e=[];let t=0;for(const o in s){const n=s[o];if(n.items){t=e.push(n);continue}e[t]||e.push({items:[]}),e[t].items.push(n)}return e}function Lt(s){const e=[];function t(o){for(const n of o)n.text&&n.link&&e.push({text:n.text,link:n.link,docFooterText:n.docFooterText}),n.items&&t(n.items)}return t(s),e}function de(s,e){return Array.isArray(e)?e.some(t=>de(s,t)):z(s,e.link)?!0:e.items?de(s,e.items):!1}function Z(s,e){return[...s].map(t=>{const o={...t},n=o.base||e;return n&&o.link&&(o.link=n+o.link),o.items&&(o.items=Z(o.items,n)),o})}function U(){const{frontmatter:s,page:e,theme:t}=L(),o=le("(min-width: 960px)"),n=I(!1),r=g(()=>{const C=t.value.sidebar,T=e.value.relativePath;return C?Be(C,T):[]}),l=I(r.value);O(r,(C,T)=>{JSON.stringify(C)!==JSON.stringify(T)&&(l.value=r.value)});const h=g(()=>s.value.sidebar!==!1&&l.value.length>0&&s.value.layout!=="home"),d=g(()=>m?s.value.aside==null?t.value.aside==="left":s.value.aside==="left":!1),m=g(()=>s.value.layout==="home"?!1:s.value.aside!=null?!!s.value.aside:t.value.aside!==!1),V=g(()=>h.value&&o.value),b=g(()=>h.value?Vt(l.value):[]);function P(){n.value=!0}function S(){n.value=!1}function A(){n.value?S():P()}return{isOpen:n,sidebar:l,sidebarGroups:b,hasSidebar:h,hasAside:m,leftAside:d,isSidebarEnabled:V,open:P,close:S,toggle:A}}function Tt(s,e){let t;ee(()=>{t=s.value?document.activeElement:void 0}),K(()=>{window.addEventListener("keyup",o)}),fe(()=>{window.removeEventListener("keyup",o)});function o(n){n.key==="Escape"&&s.value&&(e(),t==null||t.focus())}}function wt(s){const{page:e,hash:t}=L(),o=I(!1),n=g(()=>s.value.collapsed!=null),r=g(()=>!!s.value.link),l=I(!1),h=()=>{l.value=z(e.value.relativePath,s.value.link)};O([e,s,t],h),K(h);const d=g(()=>l.value?!0:s.value.items?de(e.value.relativePath,s.value.items):!1),m=g(()=>!!(s.value.items&&s.value.items.length));ee(()=>{o.value=!!(n.value&&s.value.collapsed)}),Le(()=>{(l.value||d.value)&&(o.value=!1)});function V(){n.value&&(o.value=!o.value)}return{collapsed:o,collapsible:n,isLink:r,isActiveLink:l,hasActiveLink:d,hasChildren:m,toggle:V}}function It(){const{hasSidebar:s}=U(),e=le("(min-width: 960px)"),t=le("(min-width: 1280px)");return{isAsideEnabled:g(()=>!t.value&&!e.value?!1:s.value?t.value:e.value)}}const ve=[];function He(s){return typeof s.outline=="object"&&!Array.isArray(s.outline)&&s.outline.label||s.outlineTitle||"On this page"}function be(s){const e=[...document.querySelectorAll(".VPDoc :where(h1,h2,h3,h4,h5,h6)")].filter(t=>t.id&&t.hasChildNodes()).map(t=>{const o=Number(t.tagName[1]);return{element:t,title:Nt(t),link:"#"+t.id,level:o}});return Mt(e,s)}function Nt(s){let e="";for(const t of s.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 Mt(s,e){if(e===!1)return[];const t=(typeof e=="object"&&!Array.isArray(e)?e.level:e)||2,[o,n]=typeof t=="number"?[t,t]:t==="deep"?[2,6]:t;s=s.filter(l=>l.level>=o&&l.level<=n),ve.length=0;for(const{element:l,link:h}of s)ve.push({element:l,link:h});const r=[];e:for(let l=0;l=0;d--){const m=s[d];if(m.level{requestAnimationFrame(r),window.addEventListener("scroll",o)}),Qe(()=>{l(location.hash)}),fe(()=>{window.removeEventListener("scroll",o)});function r(){if(!t.value)return;const h=window.scrollY,d=window.innerHeight,m=document.body.offsetHeight,V=Math.abs(h+d-m)<1,b=ve.map(({element:S,link:A})=>({link:A,top:Ct(S)})).filter(({top:S})=>!Number.isNaN(S)).sort((S,A)=>S.top-A.top);if(!b.length){l(null);return}if(h<1){l(null);return}if(V){l(b[b.length-1].link);return}let P=null;for(const{link:S,top:A}of b){if(A>h+Ze()+4)break;P=S}l(P)}function l(h){n&&n.classList.remove("active"),h==null?n=null:n=s.value.querySelector(`a[href="${decodeURIComponent(h)}"]`);const d=n;d?(d.classList.add("active"),e.value.style.top=d.offsetTop+39+"px",e.value.style.opacity="1"):(e.value.style.top="33px",e.value.style.opacity="0")}}function Ct(s){let e=0;for(;s!==document.body;){if(s===null)return NaN;e+=s.offsetTop,s=s.offsetParent}return e}const Bt=["href","title"],Ht=_({__name:"VPDocOutlineItem",props:{headers:{},root:{type:Boolean}},setup(s){function e({target:t}){const o=t.href.split("#")[1],n=document.getElementById(decodeURIComponent(o));n==null||n.focus({preventScroll:!0})}return(t,o)=>{const n=R("VPDocOutlineItem",!0);return a(),u("ul",{class:N(["VPDocOutlineItem",t.root?"root":"nested"])},[(a(!0),u(M,null,E(t.headers,({children:r,link:l,title:h})=>(a(),u("li",null,[v("a",{class:"outline-link",href:l,onClick:e,title:h},w(h),9,Bt),r!=null&&r.length?(a(),y(n,{key:0,headers:r},null,8,["headers"])):f("",!0)]))),256))],2)}}}),Ee=$(Ht,[["__scopeId","data-v-3f927ebe"]]),Et={class:"content"},Dt={"aria-level":"2",class:"outline-title",id:"doc-outline-aria-label",role:"heading"},Ft=_({__name:"VPDocAsideOutline",setup(s){const{frontmatter:e,theme:t}=L(),o=Te([]);te(()=>{o.value=be(e.value.outline??t.value.outline)});const n=I(),r=I();return At(n,r),(l,h)=>(a(),u("nav",{"aria-labelledby":"doc-outline-aria-label",class:N(["VPDocAsideOutline",{"has-outline":o.value.length>0}]),ref_key:"container",ref:n},[v("div",Et,[v("div",{class:"outline-marker",ref_key:"marker",ref:r},null,512),v("div",Dt,w(i(He)(i(t))),1),k(Ee,{headers:o.value,root:!0},null,8,["headers"])])],2))}}),Ot=$(Ft,[["__scopeId","data-v-b38bf2ff"]]),Ut={class:"VPDocAsideCarbonAds"},jt=_({__name:"VPDocAsideCarbonAds",props:{carbonAds:{}},setup(s){const e=()=>null;return(t,o)=>(a(),u("div",Ut,[k(i(e),{"carbon-ads":t.carbonAds},null,8,["carbon-ads"])]))}}),Gt=s=>(B("data-v-6d7b3c46"),s=s(),H(),s),zt={class:"VPDocAside"},Kt=Gt(()=>v("div",{class:"spacer"},null,-1)),Rt=_({__name:"VPDocAside",setup(s){const{theme:e}=L();return(t,o)=>(a(),u("div",zt,[c(t.$slots,"aside-top",{},void 0,!0),c(t.$slots,"aside-outline-before",{},void 0,!0),k(Ot),c(t.$slots,"aside-outline-after",{},void 0,!0),Kt,c(t.$slots,"aside-ads-before",{},void 0,!0),i(e).carbonAds?(a(),y(jt,{key:0,"carbon-ads":i(e).carbonAds},null,8,["carbon-ads"])):f("",!0),c(t.$slots,"aside-ads-after",{},void 0,!0),c(t.$slots,"aside-bottom",{},void 0,!0)]))}}),qt=$(Rt,[["__scopeId","data-v-6d7b3c46"]]);function Wt(){const{theme:s,page:e}=L();return g(()=>{const{text:t="Edit this page",pattern:o=""}=s.value.editLink||{};let n;return typeof o=="function"?n=o(e.value):n=o.replace(/:path/g,e.value.filePath),{url:n,text:t}})}function Jt(){const{page:s,theme:e,frontmatter:t}=L();return g(()=>{var m,V,b,P,S,A,C,T;const o=Be(e.value.sidebar,s.value.relativePath),n=Lt(o),r=Yt(n,j=>j.link.replace(/[?#].*$/,"")),l=r.findIndex(j=>z(s.value.relativePath,j.link)),h=((m=e.value.docFooter)==null?void 0:m.prev)===!1&&!t.value.prev||t.value.prev===!1,d=((V=e.value.docFooter)==null?void 0:V.next)===!1&&!t.value.next||t.value.next===!1;return{prev:h?void 0:{text:(typeof t.value.prev=="string"?t.value.prev:typeof t.value.prev=="object"?t.value.prev.text:void 0)??((b=r[l-1])==null?void 0:b.docFooterText)??((P=r[l-1])==null?void 0:P.text),link:(typeof t.value.prev=="object"?t.value.prev.link:void 0)??((S=r[l-1])==null?void 0:S.link)},next:d?void 0:{text:(typeof t.value.next=="string"?t.value.next:typeof t.value.next=="object"?t.value.next.text:void 0)??((A=r[l+1])==null?void 0:A.docFooterText)??((C=r[l+1])==null?void 0:C.text),link:(typeof t.value.next=="object"?t.value.next.link:void 0)??((T=r[l+1])==null?void 0:T.link)}}})}function Yt(s,e){const t=new Set;return s.filter(o=>{const n=e(o);return t.has(n)?!1:t.add(n)})}const D=_({__name:"VPLink",props:{tag:{},href:{},noIcon:{type:Boolean},target:{},rel:{}},setup(s){const e=s,t=g(()=>e.tag??(e.href?"a":"span")),o=g(()=>e.href&&we.test(e.href)||e.target==="_blank");return(n,r)=>(a(),y(W(t.value),{class:N(["VPLink",{link:n.href,"vp-external-link-icon":o.value,"no-icon":n.noIcon}]),href:n.href?i(me)(n.href):void 0,target:n.target??(o.value?"_blank":void 0),rel:n.rel??(o.value?"noreferrer":void 0)},{default:p(()=>[c(n.$slots,"default")]),_:3},8,["class","href","target","rel"]))}}),Xt={class:"VPLastUpdated"},Qt=["datetime"],Zt=_({__name:"VPDocFooterLastUpdated",setup(s){const{theme:e,page:t,frontmatter:o,lang:n}=L(),r=g(()=>new Date(o.value.lastUpdated??t.value.lastUpdated)),l=g(()=>r.value.toISOString()),h=I("");return K(()=>{ee(()=>{var d,m,V;h.value=new Intl.DateTimeFormat((m=(d=e.value.lastUpdated)==null?void 0:d.formatOptions)!=null&&m.forceLocale?n.value:void 0,((V=e.value.lastUpdated)==null?void 0:V.formatOptions)??{dateStyle:"short",timeStyle:"short"}).format(r.value)})}),(d,m)=>{var V;return a(),u("p",Xt,[F(w(((V=i(e).lastUpdated)==null?void 0:V.text)||i(e).lastUpdatedText||"Last updated")+": ",1),v("time",{datetime:l.value},w(h.value),9,Qt)])}}}),xt=$(Zt,[["__scopeId","data-v-9da12f1d"]]),De=s=>(B("data-v-b88cabfa"),s=s(),H(),s),es={key:0,class:"VPDocFooter"},ts={key:0,class:"edit-info"},ss={key:0,class:"edit-link"},os=De(()=>v("span",{class:"vpi-square-pen edit-link-icon"},null,-1)),ns={key:1,class:"last-updated"},as={key:1,class:"prev-next","aria-labelledby":"doc-footer-aria-label"},rs=De(()=>v("span",{class:"visually-hidden",id:"doc-footer-aria-label"},"Pager",-1)),is={class:"pager"},ls=["innerHTML"],cs=["innerHTML"],us={class:"pager"},ds=["innerHTML"],vs=["innerHTML"],ps=_({__name:"VPDocFooter",setup(s){const{theme:e,page:t,frontmatter:o}=L(),n=Wt(),r=Jt(),l=g(()=>e.value.editLink&&o.value.editLink!==!1),h=g(()=>t.value.lastUpdated&&o.value.lastUpdated!==!1),d=g(()=>l.value||h.value||r.value.prev||r.value.next);return(m,V)=>{var b,P,S,A;return d.value?(a(),u("footer",es,[c(m.$slots,"doc-footer-before",{},void 0,!0),l.value||h.value?(a(),u("div",ts,[l.value?(a(),u("div",ss,[k(D,{class:"edit-link-button",href:i(n).url,"no-icon":!0},{default:p(()=>[os,F(" "+w(i(n).text),1)]),_:1},8,["href"])])):f("",!0),h.value?(a(),u("div",ns,[k(xt)])):f("",!0)])):f("",!0),(b=i(r).prev)!=null&&b.link||(P=i(r).next)!=null&&P.link?(a(),u("nav",as,[rs,v("div",is,[(S=i(r).prev)!=null&&S.link?(a(),y(D,{key:0,class:"pager-link prev",href:i(r).prev.link},{default:p(()=>{var C;return[v("span",{class:"desc",innerHTML:((C=i(e).docFooter)==null?void 0:C.prev)||"Previous page"},null,8,ls),v("span",{class:"title",innerHTML:i(r).prev.text},null,8,cs)]}),_:1},8,["href"])):f("",!0)]),v("div",us,[(A=i(r).next)!=null&&A.link?(a(),y(D,{key:0,class:"pager-link next",href:i(r).next.link},{default:p(()=>{var C;return[v("span",{class:"desc",innerHTML:((C=i(e).docFooter)==null?void 0:C.next)||"Next page"},null,8,ds),v("span",{class:"title",innerHTML:i(r).next.text},null,8,vs)]}),_:1},8,["href"])):f("",!0)])])):f("",!0)])):f("",!0)}}}),hs=$(ps,[["__scopeId","data-v-b88cabfa"]]),fs=s=>(B("data-v-83890dd9"),s=s(),H(),s),_s={class:"container"},ms=fs(()=>v("div",{class:"aside-curtain"},null,-1)),bs={class:"aside-container"},ks={class:"aside-content"},$s={class:"content"},gs={class:"content-container"},ys={class:"main"},Ps=_({__name:"VPDoc",setup(s){const{theme:e}=L(),t=se(),{hasSidebar:o,hasAside:n,leftAside:r}=U(),l=g(()=>t.path.replace(/[./]+/g,"_").replace(/_html$/,""));return(h,d)=>{const m=R("Content");return a(),u("div",{class:N(["VPDoc",{"has-sidebar":i(o),"has-aside":i(n)}])},[c(h.$slots,"doc-top",{},void 0,!0),v("div",_s,[i(n)?(a(),u("div",{key:0,class:N(["aside",{"left-aside":i(r)}])},[ms,v("div",bs,[v("div",ks,[k(qt,null,{"aside-top":p(()=>[c(h.$slots,"aside-top",{},void 0,!0)]),"aside-bottom":p(()=>[c(h.$slots,"aside-bottom",{},void 0,!0)]),"aside-outline-before":p(()=>[c(h.$slots,"aside-outline-before",{},void 0,!0)]),"aside-outline-after":p(()=>[c(h.$slots,"aside-outline-after",{},void 0,!0)]),"aside-ads-before":p(()=>[c(h.$slots,"aside-ads-before",{},void 0,!0)]),"aside-ads-after":p(()=>[c(h.$slots,"aside-ads-after",{},void 0,!0)]),_:3})])])],2)):f("",!0),v("div",$s,[v("div",gs,[c(h.$slots,"doc-before",{},void 0,!0),v("main",ys,[k(m,{class:N(["vp-doc",[l.value,i(e).externalLinkIcon&&"external-link-icon-enabled"]])},null,8,["class"])]),k(hs,null,{"doc-footer-before":p(()=>[c(h.$slots,"doc-footer-before",{},void 0,!0)]),_:3}),c(h.$slots,"doc-after",{},void 0,!0)])])]),c(h.$slots,"doc-bottom",{},void 0,!0)],2)}}}),Ss=$(Ps,[["__scopeId","data-v-83890dd9"]]),Vs=_({__name:"VPButton",props:{tag:{},size:{default:"medium"},theme:{default:"brand"},text:{},href:{},target:{},rel:{}},setup(s){const e=s,t=g(()=>e.href&&we.test(e.href)),o=g(()=>e.tag||e.href?"a":"button");return(n,r)=>(a(),y(W(o.value),{class:N(["VPButton",[n.size,n.theme]]),href:n.href?i(me)(n.href):void 0,target:e.target??(t.value?"_blank":void 0),rel:e.rel??(t.value?"noreferrer":void 0)},{default:p(()=>[F(w(n.text),1)]),_:1},8,["class","href","target","rel"]))}}),Ls=$(Vs,[["__scopeId","data-v-14206e74"]]),Ts=["src","alt"],ws=_({inheritAttrs:!1,__name:"VPImage",props:{image:{},alt:{}},setup(s){return(e,t)=>{const o=R("VPImage",!0);return e.image?(a(),u(M,{key:0},[typeof e.image=="string"||"src"in e.image?(a(),u("img",Q({key:0,class:"VPImage"},typeof e.image=="string"?e.$attrs:{...e.image,...e.$attrs},{src:i(he)(typeof e.image=="string"?e.image:e.image.src),alt:e.alt??(typeof e.image=="string"?"":e.image.alt||"")}),null,16,Ts)):(a(),u(M,{key:1},[k(o,Q({class:"dark",image:e.image.dark,alt:e.image.alt},e.$attrs),null,16,["image","alt"]),k(o,Q({class:"light",image:e.image.light,alt:e.image.alt},e.$attrs),null,16,["image","alt"])],64))],64)):f("",!0)}}}),x=$(ws,[["__scopeId","data-v-35a7d0b8"]]),Is=s=>(B("data-v-955009fc"),s=s(),H(),s),Ns={class:"container"},Ms={class:"main"},As={key:0,class:"name"},Cs=["innerHTML"],Bs=["innerHTML"],Hs=["innerHTML"],Es={key:0,class:"actions"},Ds={key:0,class:"image"},Fs={class:"image-container"},Os=Is(()=>v("div",{class:"image-bg"},null,-1)),Us=_({__name:"VPHero",props:{name:{},text:{},tagline:{},image:{},actions:{}},setup(s){const e=J("hero-image-slot-exists");return(t,o)=>(a(),u("div",{class:N(["VPHero",{"has-image":t.image||i(e)}])},[v("div",Ns,[v("div",Ms,[c(t.$slots,"home-hero-info-before",{},void 0,!0),c(t.$slots,"home-hero-info",{},()=>[t.name?(a(),u("h1",As,[v("span",{innerHTML:t.name,class:"clip"},null,8,Cs)])):f("",!0),t.text?(a(),u("p",{key:1,innerHTML:t.text,class:"text"},null,8,Bs)):f("",!0),t.tagline?(a(),u("p",{key:2,innerHTML:t.tagline,class:"tagline"},null,8,Hs)):f("",!0)],!0),c(t.$slots,"home-hero-info-after",{},void 0,!0),t.actions?(a(),u("div",Es,[(a(!0),u(M,null,E(t.actions,n=>(a(),u("div",{key:n.link,class:"action"},[k(Ls,{tag:"a",size:"medium",theme:n.theme,text:n.text,href:n.link,target:n.target,rel:n.rel},null,8,["theme","text","href","target","rel"])]))),128))])):f("",!0),c(t.$slots,"home-hero-actions-after",{},void 0,!0)]),t.image||i(e)?(a(),u("div",Ds,[v("div",Fs,[Os,c(t.$slots,"home-hero-image",{},()=>[t.image?(a(),y(x,{key:0,class:"image-src",image:t.image},null,8,["image"])):f("",!0)],!0)])])):f("",!0)])],2))}}),js=$(Us,[["__scopeId","data-v-955009fc"]]),Gs=_({__name:"VPHomeHero",setup(s){const{frontmatter:e}=L();return(t,o)=>i(e).hero?(a(),y(js,{key:0,class:"VPHomeHero",name:i(e).hero.name,text:i(e).hero.text,tagline:i(e).hero.tagline,image:i(e).hero.image,actions:i(e).hero.actions},{"home-hero-info-before":p(()=>[c(t.$slots,"home-hero-info-before")]),"home-hero-info":p(()=>[c(t.$slots,"home-hero-info")]),"home-hero-info-after":p(()=>[c(t.$slots,"home-hero-info-after")]),"home-hero-actions-after":p(()=>[c(t.$slots,"home-hero-actions-after")]),"home-hero-image":p(()=>[c(t.$slots,"home-hero-image")]),_:3},8,["name","text","tagline","image","actions"])):f("",!0)}}),zs=s=>(B("data-v-f5e9645b"),s=s(),H(),s),Ks={class:"box"},Rs={key:0,class:"icon"},qs=["innerHTML"],Ws=["innerHTML"],Js=["innerHTML"],Ys={key:4,class:"link-text"},Xs={class:"link-text-value"},Qs=zs(()=>v("span",{class:"vpi-arrow-right link-text-icon"},null,-1)),Zs=_({__name:"VPFeature",props:{icon:{},title:{},details:{},link:{},linkText:{},rel:{},target:{}},setup(s){return(e,t)=>(a(),y(D,{class:"VPFeature",href:e.link,rel:e.rel,target:e.target,"no-icon":!0,tag:e.link?"a":"div"},{default:p(()=>[v("article",Ks,[typeof e.icon=="object"&&e.icon.wrap?(a(),u("div",Rs,[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(),y(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,qs)):f("",!0),v("h2",{class:"title",innerHTML:e.title},null,8,Ws),e.details?(a(),u("p",{key:3,class:"details",innerHTML:e.details},null,8,Js)):f("",!0),e.linkText?(a(),u("div",Ys,[v("p",Xs,[F(w(e.linkText)+" ",1),Qs])])):f("",!0)])]),_:1},8,["href","rel","target","tag"]))}}),xs=$(Zs,[["__scopeId","data-v-f5e9645b"]]),eo={key:0,class:"VPFeatures"},to={class:"container"},so={class:"items"},oo=_({__name:"VPFeatures",props:{features:{}},setup(s){const e=s,t=g(()=>{const o=e.features.length;if(o){if(o===2)return"grid-2";if(o===3)return"grid-3";if(o%3===0)return"grid-6";if(o>3)return"grid-4"}else return});return(o,n)=>o.features?(a(),u("div",eo,[v("div",to,[v("div",so,[(a(!0),u(M,null,E(o.features,r=>(a(),u("div",{key:r.title,class:N(["item",[t.value]])},[k(xs,{icon:r.icon,title:r.title,details:r.details,link:r.link,"link-text":r.linkText,rel:r.rel,target:r.target},null,8,["icon","title","details","link","link-text","rel","target"])],2))),128))])])])):f("",!0)}}),no=$(oo,[["__scopeId","data-v-d0a190d7"]]),ao=_({__name:"VPHomeFeatures",setup(s){const{frontmatter:e}=L();return(t,o)=>i(e).features?(a(),y(no,{key:0,class:"VPHomeFeatures",features:i(e).features},null,8,["features"])):f("",!0)}}),ro=_({__name:"VPHomeContent",setup(s){const{width:e}=xe({initialWidth:0,includeScrollbar:!1});return(t,o)=>(a(),u("div",{class:"vp-doc container",style:Ie(i(e)?{"--vp-offset":`calc(50% - ${i(e)/2}px)`}:{})},[c(t.$slots,"default",{},void 0,!0)],4))}}),io=$(ro,[["__scopeId","data-v-7a48a447"]]),lo={class:"VPHome"},co=_({__name:"VPHome",setup(s){const{frontmatter:e}=L();return(t,o)=>{const n=R("Content");return a(),u("div",lo,[c(t.$slots,"home-hero-before",{},void 0,!0),k(Gs,null,{"home-hero-info-before":p(()=>[c(t.$slots,"home-hero-info-before",{},void 0,!0)]),"home-hero-info":p(()=>[c(t.$slots,"home-hero-info",{},void 0,!0)]),"home-hero-info-after":p(()=>[c(t.$slots,"home-hero-info-after",{},void 0,!0)]),"home-hero-actions-after":p(()=>[c(t.$slots,"home-hero-actions-after",{},void 0,!0)]),"home-hero-image":p(()=>[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(ao),c(t.$slots,"home-features-after",{},void 0,!0),i(e).markdownStyles!==!1?(a(),y(io,{key:0},{default:p(()=>[k(n)]),_:1})):(a(),y(n,{key:1}))])}}}),uo=$(co,[["__scopeId","data-v-cbb6ec48"]]),vo={},po={class:"VPPage"};function ho(s,e){const t=R("Content");return a(),u("div",po,[c(s.$slots,"page-top"),k(t),c(s.$slots,"page-bottom")])}const fo=$(vo,[["render",ho]]),_o=_({__name:"VPContent",setup(s){const{page:e,frontmatter:t}=L(),{hasSidebar:o}=U();return(n,r)=>(a(),u("div",{class:N(["VPContent",{"has-sidebar":i(o),"is-home":i(t).layout==="home"}]),id:"VPContent"},[i(e).isNotFound?c(n.$slots,"not-found",{key:0},()=>[k(St)],!0):i(t).layout==="page"?(a(),y(fo,{key:1},{"page-top":p(()=>[c(n.$slots,"page-top",{},void 0,!0)]),"page-bottom":p(()=>[c(n.$slots,"page-bottom",{},void 0,!0)]),_:3})):i(t).layout==="home"?(a(),y(uo,{key:2},{"home-hero-before":p(()=>[c(n.$slots,"home-hero-before",{},void 0,!0)]),"home-hero-info-before":p(()=>[c(n.$slots,"home-hero-info-before",{},void 0,!0)]),"home-hero-info":p(()=>[c(n.$slots,"home-hero-info",{},void 0,!0)]),"home-hero-info-after":p(()=>[c(n.$slots,"home-hero-info-after",{},void 0,!0)]),"home-hero-actions-after":p(()=>[c(n.$slots,"home-hero-actions-after",{},void 0,!0)]),"home-hero-image":p(()=>[c(n.$slots,"home-hero-image",{},void 0,!0)]),"home-hero-after":p(()=>[c(n.$slots,"home-hero-after",{},void 0,!0)]),"home-features-before":p(()=>[c(n.$slots,"home-features-before",{},void 0,!0)]),"home-features-after":p(()=>[c(n.$slots,"home-features-after",{},void 0,!0)]),_:3})):i(t).layout&&i(t).layout!=="doc"?(a(),y(W(i(t).layout),{key:3})):(a(),y(Ss,{key:4},{"doc-top":p(()=>[c(n.$slots,"doc-top",{},void 0,!0)]),"doc-bottom":p(()=>[c(n.$slots,"doc-bottom",{},void 0,!0)]),"doc-footer-before":p(()=>[c(n.$slots,"doc-footer-before",{},void 0,!0)]),"doc-before":p(()=>[c(n.$slots,"doc-before",{},void 0,!0)]),"doc-after":p(()=>[c(n.$slots,"doc-after",{},void 0,!0)]),"aside-top":p(()=>[c(n.$slots,"aside-top",{},void 0,!0)]),"aside-outline-before":p(()=>[c(n.$slots,"aside-outline-before",{},void 0,!0)]),"aside-outline-after":p(()=>[c(n.$slots,"aside-outline-after",{},void 0,!0)]),"aside-ads-before":p(()=>[c(n.$slots,"aside-ads-before",{},void 0,!0)]),"aside-ads-after":p(()=>[c(n.$slots,"aside-ads-after",{},void 0,!0)]),"aside-bottom":p(()=>[c(n.$slots,"aside-bottom",{},void 0,!0)]),_:3}))],2))}}),mo=$(_o,[["__scopeId","data-v-91765379"]]),bo={class:"container"},ko=["innerHTML"],$o=["innerHTML"],go=_({__name:"VPFooter",setup(s){const{theme:e,frontmatter:t}=L(),{hasSidebar:o}=U();return(n,r)=>i(e).footer&&i(t).footer!==!1?(a(),u("footer",{key:0,class:N(["VPFooter",{"has-sidebar":i(o)}])},[v("div",bo,[i(e).footer.message?(a(),u("p",{key:0,class:"message",innerHTML:i(e).footer.message},null,8,ko)):f("",!0),i(e).footer.copyright?(a(),u("p",{key:1,class:"copyright",innerHTML:i(e).footer.copyright},null,8,$o)):f("",!0)])],2)):f("",!0)}}),yo=$(go,[["__scopeId","data-v-c970a860"]]);function Po(){const{theme:s,frontmatter:e}=L(),t=Te([]),o=g(()=>t.value.length>0);return te(()=>{t.value=be(e.value.outline??s.value.outline)}),{headers:t,hasLocalNav:o}}const So=s=>(B("data-v-bc9dc845"),s=s(),H(),s),Vo={class:"menu-text"},Lo=So(()=>v("span",{class:"vpi-chevron-right icon"},null,-1)),To={class:"header"},wo={class:"outline"},Io=_({__name:"VPLocalNavOutlineDropdown",props:{headers:{},navHeight:{}},setup(s){const e=s,{theme:t}=L(),o=I(!1),n=I(0),r=I(),l=I();function h(b){var P;(P=r.value)!=null&&P.contains(b.target)||(o.value=!1)}O(o,b=>{if(b){document.addEventListener("click",h);return}document.removeEventListener("click",h)}),ce("Escape",()=>{o.value=!1}),te(()=>{o.value=!1});function d(){o.value=!o.value,n.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(()=>{o.value=!1}))}function V(){o.value=!1,window.scrollTo({top:0,left:0,behavior:"smooth"})}return(b,P)=>(a(),u("div",{class:"VPLocalNavOutlineDropdown",style:Ie({"--vp-vh":n.value+"px"}),ref_key:"main",ref:r},[b.headers.length>0?(a(),u("button",{key:0,onClick:d,class:N({open:o.value})},[v("span",Vo,w(i(He)(i(t))),1),Lo],2)):(a(),u("button",{key:1,onClick:V},w(i(t).returnToTopLabel||"Return to top"),1)),k(pe,{name:"flyout"},{default:p(()=>[o.value?(a(),u("div",{key:0,ref_key:"items",ref:l,class:"items",onClick:m},[v("div",To,[v("a",{class:"top-link",href:"#",onClick:V},w(i(t).returnToTopLabel||"Return to top"),1)]),v("div",wo,[k(Ee,{headers:b.headers},null,8,["headers"])])],512)):f("",!0)]),_:1})],4))}}),No=$(Io,[["__scopeId","data-v-bc9dc845"]]),Mo=s=>(B("data-v-070ab83d"),s=s(),H(),s),Ao={class:"container"},Co=["aria-expanded"],Bo=Mo(()=>v("span",{class:"vpi-align-left menu-icon"},null,-1)),Ho={class:"menu-text"},Eo=_({__name:"VPLocalNav",props:{open:{type:Boolean}},emits:["open-menu"],setup(s){const{theme:e,frontmatter:t}=L(),{hasSidebar:o}=U(),{headers:n}=Po(),{y:r}=Me(),l=I(0);K(()=>{l.value=parseInt(getComputedStyle(document.documentElement).getPropertyValue("--vp-nav-height"))}),te(()=>{n.value=be(t.value.outline??e.value.outline)});const h=g(()=>n.value.length===0),d=g(()=>h.value&&!o.value),m=g(()=>({VPLocalNav:!0,"has-sidebar":o.value,empty:h.value,fixed:d.value}));return(V,b)=>i(t).layout!=="home"&&(!d.value||i(r)>=l.value)?(a(),u("div",{key:0,class:N(m.value)},[v("div",Ao,[i(o)?(a(),u("button",{key:0,class:"menu","aria-expanded":V.open,"aria-controls":"VPSidebarNav",onClick:b[0]||(b[0]=P=>V.$emit("open-menu"))},[Bo,v("span",Ho,w(i(e).sidebarMenuLabel||"Menu"),1)],8,Co)):f("",!0),k(No,{headers:i(n),navHeight:l.value},null,8,["headers","navHeight"])])],2)):f("",!0)}}),Do=$(Eo,[["__scopeId","data-v-070ab83d"]]);function Fo(){const s=I(!1);function e(){s.value=!0,window.addEventListener("resize",n)}function t(){s.value=!1,window.removeEventListener("resize",n)}function o(){s.value?t():e()}function n(){window.outerWidth>=768&&t()}const r=se();return O(()=>r.path,t),{isScreenOpen:s,openScreen:e,closeScreen:t,toggleScreen:o}}const Oo={},Uo={class:"VPSwitch",type:"button",role:"switch"},jo={class:"check"},Go={key:0,class:"icon"};function zo(s,e){return a(),u("button",Uo,[v("span",jo,[s.$slots.default?(a(),u("span",Go,[c(s.$slots,"default",{},void 0,!0)])):f("",!0)])])}const Ko=$(Oo,[["render",zo],["__scopeId","data-v-4a1c76db"]]),Fe=s=>(B("data-v-b79b56d4"),s=s(),H(),s),Ro=Fe(()=>v("span",{class:"vpi-sun sun"},null,-1)),qo=Fe(()=>v("span",{class:"vpi-moon moon"},null,-1)),Wo=_({__name:"VPSwitchAppearance",setup(s){const{isDark:e,theme:t}=L(),o=J("toggle-appearance",()=>{e.value=!e.value}),n=g(()=>e.value?t.value.lightModeSwitchTitle||"Switch to light theme":t.value.darkModeSwitchTitle||"Switch to dark theme");return(r,l)=>(a(),y(Ko,{title:n.value,class:"VPSwitchAppearance","aria-checked":i(e),onClick:i(o)},{default:p(()=>[Ro,qo]),_:1},8,["title","aria-checked","onClick"]))}}),ke=$(Wo,[["__scopeId","data-v-b79b56d4"]]),Jo={key:0,class:"VPNavBarAppearance"},Yo=_({__name:"VPNavBarAppearance",setup(s){const{site:e}=L();return(t,o)=>i(e).appearance&&i(e).appearance!=="force-dark"?(a(),u("div",Jo,[k(ke)])):f("",!0)}}),Xo=$(Yo,[["__scopeId","data-v-ead91a81"]]),$e=I();let Oe=!1,ie=0;function Qo(s){const e=I(!1);if(oe){!Oe&&Zo(),ie++;const t=O($e,o=>{var n,r,l;o===s.el.value||(n=s.el.value)!=null&&n.contains(o)?(e.value=!0,(r=s.onFocus)==null||r.call(s)):(e.value=!1,(l=s.onBlur)==null||l.call(s))});fe(()=>{t(),ie--,ie||xo()})}return et(e)}function Zo(){document.addEventListener("focusin",Ue),Oe=!0,$e.value=document.activeElement}function xo(){document.removeEventListener("focusin",Ue)}function Ue(){$e.value=document.activeElement}const en={class:"VPMenuLink"},tn=_({__name:"VPMenuLink",props:{item:{}},setup(s){const{page:e}=L();return(t,o)=>(a(),u("div",en,[k(D,{class:N({active:i(z)(i(e).relativePath,t.item.activeMatch||t.item.link,!!t.item.activeMatch)}),href:t.item.link,target:t.item.target,rel:t.item.rel},{default:p(()=>[F(w(t.item.text),1)]),_:1},8,["class","href","target","rel"])]))}}),ne=$(tn,[["__scopeId","data-v-8b74d055"]]),sn={class:"VPMenuGroup"},on={key:0,class:"title"},nn=_({__name:"VPMenuGroup",props:{text:{},items:{}},setup(s){return(e,t)=>(a(),u("div",sn,[e.text?(a(),u("p",on,w(e.text),1)):f("",!0),(a(!0),u(M,null,E(e.items,o=>(a(),u(M,null,["link"in o?(a(),y(ne,{key:0,item:o},null,8,["item"])):f("",!0)],64))),256))]))}}),an=$(nn,[["__scopeId","data-v-48c802d0"]]),rn={class:"VPMenu"},ln={key:0,class:"items"},cn=_({__name:"VPMenu",props:{items:{}},setup(s){return(e,t)=>(a(),u("div",rn,[e.items?(a(),u("div",ln,[(a(!0),u(M,null,E(e.items,o=>(a(),u(M,{key:o.text},["link"in o?(a(),y(ne,{key:0,item:o},null,8,["item"])):(a(),y(an,{key:1,text:o.text,items:o.items},null,8,["text","items"]))],64))),128))])):f("",!0),c(e.$slots,"default",{},void 0,!0)]))}}),un=$(cn,[["__scopeId","data-v-97491713"]]),dn=s=>(B("data-v-e5380155"),s=s(),H(),s),vn=["aria-expanded","aria-label"],pn={key:0,class:"text"},hn=["innerHTML"],fn=dn(()=>v("span",{class:"vpi-chevron-down text-icon"},null,-1)),_n={key:1,class:"vpi-more-horizontal icon"},mn={class:"menu"},bn=_({__name:"VPFlyout",props:{icon:{},button:{},label:{},items:{}},setup(s){const e=I(!1),t=I();Qo({el:t,onBlur:o});function o(){e.value=!1}return(n,r)=>(a(),u("div",{class:"VPFlyout",ref_key:"el",ref:t,onMouseenter:r[1]||(r[1]=l=>e.value=!0),onMouseleave:r[2]||(r[2]=l=>e.value=!1)},[v("button",{type:"button",class:"button","aria-haspopup":"true","aria-expanded":e.value,"aria-label":n.label,onClick:r[0]||(r[0]=l=>e.value=!e.value)},[n.button||n.icon?(a(),u("span",pn,[n.icon?(a(),u("span",{key:0,class:N([n.icon,"option-icon"])},null,2)):f("",!0),n.button?(a(),u("span",{key:1,innerHTML:n.button},null,8,hn)):f("",!0),fn])):(a(),u("span",_n))],8,vn),v("div",mn,[k(un,{items:n.items},{default:p(()=>[c(n.$slots,"default",{},void 0,!0)]),_:3},8,["items"])])],544))}}),ge=$(bn,[["__scopeId","data-v-e5380155"]]),kn=["href","aria-label","innerHTML"],$n=_({__name:"VPSocialLink",props:{icon:{},link:{},ariaLabel:{}},setup(s){const e=s,t=g(()=>typeof e.icon=="object"?e.icon.svg:``);return(o,n)=>(a(),u("a",{class:"VPSocialLink no-icon",href:o.link,"aria-label":o.ariaLabel??(typeof o.icon=="string"?o.icon:""),target:"_blank",rel:"noopener",innerHTML:t.value},null,8,kn))}}),gn=$($n,[["__scopeId","data-v-717b8b75"]]),yn={class:"VPSocialLinks"},Pn=_({__name:"VPSocialLinks",props:{links:{}},setup(s){return(e,t)=>(a(),u("div",yn,[(a(!0),u(M,null,E(e.links,({link:o,icon:n,ariaLabel:r})=>(a(),y(gn,{key:o,icon:n,link:o,ariaLabel:r},null,8,["icon","link","ariaLabel"]))),128))]))}}),ye=$(Pn,[["__scopeId","data-v-ee7a9424"]]),Sn={key:0,class:"group translations"},Vn={class:"trans-title"},Ln={key:1,class:"group"},Tn={class:"item appearance"},wn={class:"label"},In={class:"appearance-action"},Nn={key:2,class:"group"},Mn={class:"item social-links"},An=_({__name:"VPNavBarExtra",setup(s){const{site:e,theme:t}=L(),{localeLinks:o,currentLang:n}=X({correspondingLink:!0}),r=g(()=>o.value.length&&n.value.label||e.value.appearance||t.value.socialLinks);return(l,h)=>r.value?(a(),y(ge,{key:0,class:"VPNavBarExtra",label:"extra navigation"},{default:p(()=>[i(o).length&&i(n).label?(a(),u("div",Sn,[v("p",Vn,w(i(n).label),1),(a(!0),u(M,null,E(i(o),d=>(a(),y(ne,{key:d.link,item:d},null,8,["item"]))),128))])):f("",!0),i(e).appearance&&i(e).appearance!=="force-dark"?(a(),u("div",Ln,[v("div",Tn,[v("p",wn,w(i(t).darkModeSwitchLabel||"Appearance"),1),v("div",In,[k(ke)])])])):f("",!0),i(t).socialLinks?(a(),u("div",Nn,[v("div",Mn,[k(ye,{class:"social-links-list",links:i(t).socialLinks},null,8,["links"])])])):f("",!0)]),_:1})):f("",!0)}}),Cn=$(An,[["__scopeId","data-v-9b536d0b"]]),Bn=s=>(B("data-v-5dea55bf"),s=s(),H(),s),Hn=["aria-expanded"],En=Bn(()=>v("span",{class:"container"},[v("span",{class:"top"}),v("span",{class:"middle"}),v("span",{class:"bottom"})],-1)),Dn=[En],Fn=_({__name:"VPNavBarHamburger",props:{active:{type:Boolean}},emits:["click"],setup(s){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]=o=>e.$emit("click"))},Dn,10,Hn))}}),On=$(Fn,[["__scopeId","data-v-5dea55bf"]]),Un=["innerHTML"],jn=_({__name:"VPNavBarMenuLink",props:{item:{}},setup(s){const{page:e}=L();return(t,o)=>(a(),y(D,{class:N({VPNavBarMenuLink:!0,active:i(z)(i(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:p(()=>[v("span",{innerHTML:t.item.text},null,8,Un)]),_:1},8,["class","href","noIcon","target","rel"]))}}),Gn=$(jn,[["__scopeId","data-v-ed5ac1f6"]]),zn=_({__name:"VPNavBarMenuGroup",props:{item:{}},setup(s){const e=s,{page:t}=L(),o=r=>"link"in r?z(t.value.relativePath,r.link,!!e.item.activeMatch):r.items.some(o),n=g(()=>o(e.item));return(r,l)=>(a(),y(ge,{class:N({VPNavBarMenuGroup:!0,active:i(z)(i(t).relativePath,r.item.activeMatch,!!r.item.activeMatch)||n.value}),button:r.item.text,items:r.item.items},null,8,["class","button","items"]))}}),Kn=s=>(B("data-v-492ea56d"),s=s(),H(),s),Rn={key:0,"aria-labelledby":"main-nav-aria-label",class:"VPNavBarMenu"},qn=Kn(()=>v("span",{id:"main-nav-aria-label",class:"visually-hidden"},"Main Navigation",-1)),Wn=_({__name:"VPNavBarMenu",setup(s){const{theme:e}=L();return(t,o)=>i(e).nav?(a(),u("nav",Rn,[qn,(a(!0),u(M,null,E(i(e).nav,n=>(a(),u(M,{key:n.text},["link"in n?(a(),y(Gn,{key:0,item:n},null,8,["item"])):(a(),y(zn,{key:1,item:n},null,8,["item"]))],64))),128))])):f("",!0)}}),Jn=$(Wn,[["__scopeId","data-v-492ea56d"]]);function Yn(s){const{localeIndex:e,theme:t}=L();function o(n){var A,C,T;const r=n.split("."),l=(A=t.value.search)==null?void 0:A.options,h=l&&typeof l=="object",d=h&&((T=(C=l.locales)==null?void 0:C[e.value])==null?void 0:T.translations)||null,m=h&&l.translations||null;let V=d,b=m,P=s;const S=r.pop();for(const j of r){let G=null;const q=P==null?void 0:P[j];q&&(G=P=q);const ae=b==null?void 0:b[j];ae&&(G=b=ae);const re=V==null?void 0:V[j];re&&(G=V=re),q||(P=G),ae||(b=G),re||(V=G)}return(V==null?void 0:V[S])??(b==null?void 0:b[S])??(P==null?void 0:P[S])??""}return o}const Xn=["aria-label"],Qn={class:"DocSearch-Button-Container"},Zn=v("span",{class:"vp-icon DocSearch-Search-Icon"},null,-1),xn={class:"DocSearch-Button-Placeholder"},ea=v("span",{class:"DocSearch-Button-Keys"},[v("kbd",{class:"DocSearch-Button-Key"}),v("kbd",{class:"DocSearch-Button-Key"},"K")],-1),Pe=_({__name:"VPNavBarSearchButton",setup(s){const t=Yn({button:{buttonText:"Search",buttonAriaLabel:"Search"}});return(o,n)=>(a(),u("button",{type:"button",class:"DocSearch DocSearch-Button","aria-label":i(t)("button.buttonAriaLabel")},[v("span",Qn,[Zn,v("span",xn,w(i(t)("button.buttonText")),1)]),ea],8,Xn))}}),ta={class:"VPNavBarSearch"},sa={id:"local-search"},oa={key:1,id:"docsearch"},na=_({__name:"VPNavBarSearch",setup(s){const e=tt(()=>st(()=>import("./VPLocalSearchBox.DmElXrfp.js"),__vite__mapDeps([0,1]))),t=()=>null,{theme:o}=L(),n=I(!1),r=I(!1);K(()=>{});function l(){n.value||(n.value=!0,setTimeout(h,16))}function h(){const b=new Event("keydown");b.key="k",b.metaKey=!0,window.dispatchEvent(b),setTimeout(()=>{document.querySelector(".DocSearch-Modal")||h()},16)}function d(b){const P=b.target,S=P.tagName;return P.isContentEditable||S==="INPUT"||S==="SELECT"||S==="TEXTAREA"}const m=I(!1);ce("k",b=>{(b.ctrlKey||b.metaKey)&&(b.preventDefault(),m.value=!0)}),ce("/",b=>{d(b)||(b.preventDefault(),m.value=!0)});const V="local";return(b,P)=>{var S;return a(),u("div",ta,[i(V)==="local"?(a(),u(M,{key:0},[m.value?(a(),y(i(e),{key:0,onClose:P[0]||(P[0]=A=>m.value=!1)})):f("",!0),v("div",sa,[k(Pe,{onClick:P[1]||(P[1]=A=>m.value=!0)})])],64)):i(V)==="algolia"?(a(),u(M,{key:1},[n.value?(a(),y(i(t),{key:0,algolia:((S=i(o).search)==null?void 0:S.options)??i(o).algolia,onVnodeBeforeMount:P[2]||(P[2]=A=>r.value=!0)},null,8,["algolia"])):f("",!0),r.value?f("",!0):(a(),u("div",oa,[k(Pe,{onClick:l})]))],64)):f("",!0)])}}}),aa=_({__name:"VPNavBarSocialLinks",setup(s){const{theme:e}=L();return(t,o)=>i(e).socialLinks?(a(),y(ye,{key:0,class:"VPNavBarSocialLinks",links:i(e).socialLinks},null,8,["links"])):f("",!0)}}),ra=$(aa,[["__scopeId","data-v-164c457f"]]),ia=["href","rel","target"],la={key:1},ca={key:2},ua=_({__name:"VPNavBarTitle",setup(s){const{site:e,theme:t}=L(),{hasSidebar:o}=U(),{currentLang:n}=X(),r=g(()=>{var d;return typeof t.value.logoLink=="string"?t.value.logoLink:(d=t.value.logoLink)==null?void 0:d.link}),l=g(()=>{var d;return typeof t.value.logoLink=="string"||(d=t.value.logoLink)==null?void 0:d.rel}),h=g(()=>{var d;return typeof t.value.logoLink=="string"||(d=t.value.logoLink)==null?void 0:d.target});return(d,m)=>(a(),u("div",{class:N(["VPNavBarTitle",{"has-sidebar":i(o)}])},[v("a",{class:"title",href:r.value??i(me)(i(n).link),rel:l.value,target:h.value},[c(d.$slots,"nav-bar-title-before",{},void 0,!0),i(t).logo?(a(),y(x,{key:0,class:"logo",image:i(t).logo},null,8,["image"])):f("",!0),i(t).siteTitle?(a(),u("span",la,w(i(t).siteTitle),1)):i(t).siteTitle===void 0?(a(),u("span",ca,w(i(e).title),1)):f("",!0),c(d.$slots,"nav-bar-title-after",{},void 0,!0)],8,ia)],2))}}),da=$(ua,[["__scopeId","data-v-28a961f9"]]),va={class:"items"},pa={class:"title"},ha=_({__name:"VPNavBarTranslations",setup(s){const{theme:e}=L(),{localeLinks:t,currentLang:o}=X({correspondingLink:!0});return(n,r)=>i(t).length&&i(o).label?(a(),y(ge,{key:0,class:"VPNavBarTranslations",icon:"vpi-languages",label:i(e).langMenuLabel||"Change language"},{default:p(()=>[v("div",va,[v("p",pa,w(i(o).label),1),(a(!0),u(M,null,E(i(t),l=>(a(),y(ne,{key:l.link,item:l},null,8,["item"]))),128))])]),_:1},8,["label"])):f("",!0)}}),fa=$(ha,[["__scopeId","data-v-c80d9ad0"]]),_a=s=>(B("data-v-40788ea0"),s=s(),H(),s),ma={class:"wrapper"},ba={class:"container"},ka={class:"title"},$a={class:"content"},ga={class:"content-body"},ya=_a(()=>v("div",{class:"divider"},[v("div",{class:"divider-line"})],-1)),Pa=_({__name:"VPNavBar",props:{isScreenOpen:{type:Boolean}},emits:["toggle-screen"],setup(s){const{y:e}=Me(),{hasSidebar:t}=U(),{frontmatter:o}=L(),n=I({});return Le(()=>{n.value={"has-sidebar":t.value,home:o.value.layout==="home",top:e.value===0}}),(r,l)=>(a(),u("div",{class:N(["VPNavBar",n.value])},[v("div",ma,[v("div",ba,[v("div",ka,[k(da,null,{"nav-bar-title-before":p(()=>[c(r.$slots,"nav-bar-title-before",{},void 0,!0)]),"nav-bar-title-after":p(()=>[c(r.$slots,"nav-bar-title-after",{},void 0,!0)]),_:3})]),v("div",$a,[v("div",ga,[c(r.$slots,"nav-bar-content-before",{},void 0,!0),k(na,{class:"search"}),k(Jn,{class:"menu"}),k(fa,{class:"translations"}),k(Xo,{class:"appearance"}),k(ra,{class:"social-links"}),k(Cn,{class:"extra"}),c(r.$slots,"nav-bar-content-after",{},void 0,!0),k(On,{class:"hamburger",active:r.isScreenOpen,onClick:l[0]||(l[0]=h=>r.$emit("toggle-screen"))},null,8,["active"])])])])]),ya],2))}}),Sa=$(Pa,[["__scopeId","data-v-40788ea0"]]),Va={key:0,class:"VPNavScreenAppearance"},La={class:"text"},Ta=_({__name:"VPNavScreenAppearance",setup(s){const{site:e,theme:t}=L();return(o,n)=>i(e).appearance&&i(e).appearance!=="force-dark"?(a(),u("div",Va,[v("p",La,w(i(t).darkModeSwitchLabel||"Appearance"),1),k(ke)])):f("",!0)}}),wa=$(Ta,[["__scopeId","data-v-2b89f08b"]]),Ia=_({__name:"VPNavScreenMenuLink",props:{item:{}},setup(s){const e=J("close-screen");return(t,o)=>(a(),y(D,{class:"VPNavScreenMenuLink",href:t.item.link,target:t.item.target,rel:t.item.rel,onClick:i(e),innerHTML:t.item.text},null,8,["href","target","rel","onClick","innerHTML"]))}}),Na=$(Ia,[["__scopeId","data-v-27d04aeb"]]),Ma=_({__name:"VPNavScreenMenuGroupLink",props:{item:{}},setup(s){const e=J("close-screen");return(t,o)=>(a(),y(D,{class:"VPNavScreenMenuGroupLink",href:t.item.link,target:t.item.target,rel:t.item.rel,onClick:i(e)},{default:p(()=>[F(w(t.item.text),1)]),_:1},8,["href","target","rel","onClick"]))}}),je=$(Ma,[["__scopeId","data-v-7179dbb7"]]),Aa={class:"VPNavScreenMenuGroupSection"},Ca={key:0,class:"title"},Ba=_({__name:"VPNavScreenMenuGroupSection",props:{text:{},items:{}},setup(s){return(e,t)=>(a(),u("div",Aa,[e.text?(a(),u("p",Ca,w(e.text),1)):f("",!0),(a(!0),u(M,null,E(e.items,o=>(a(),y(je,{key:o.text,item:o},null,8,["item"]))),128))]))}}),Ha=$(Ba,[["__scopeId","data-v-4b8941ac"]]),Ea=s=>(B("data-v-c9df2649"),s=s(),H(),s),Da=["aria-controls","aria-expanded"],Fa=["innerHTML"],Oa=Ea(()=>v("span",{class:"vpi-plus button-icon"},null,-1)),Ua=["id"],ja={key:1,class:"group"},Ga=_({__name:"VPNavScreenMenuGroup",props:{text:{},items:{}},setup(s){const e=s,t=I(!1),o=g(()=>`NavScreenGroup-${e.text.replace(" ","-").toLowerCase()}`);function n(){t.value=!t.value}return(r,l)=>(a(),u("div",{class:N(["VPNavScreenMenuGroup",{open:t.value}])},[v("button",{class:"button","aria-controls":o.value,"aria-expanded":t.value,onClick:n},[v("span",{class:"button-text",innerHTML:r.text},null,8,Fa),Oa],8,Da),v("div",{id:o.value,class:"items"},[(a(!0),u(M,null,E(r.items,h=>(a(),u(M,{key:h.text},["link"in h?(a(),u("div",{key:h.text,class:"item"},[k(je,{item:h},null,8,["item"])])):(a(),u("div",ja,[k(Ha,{text:h.text,items:h.items},null,8,["text","items"])]))],64))),128))],8,Ua)],2))}}),za=$(Ga,[["__scopeId","data-v-c9df2649"]]),Ka={key:0,class:"VPNavScreenMenu"},Ra=_({__name:"VPNavScreenMenu",setup(s){const{theme:e}=L();return(t,o)=>i(e).nav?(a(),u("nav",Ka,[(a(!0),u(M,null,E(i(e).nav,n=>(a(),u(M,{key:n.text},["link"in n?(a(),y(Na,{key:0,item:n},null,8,["item"])):(a(),y(za,{key:1,text:n.text||"",items:n.items},null,8,["text","items"]))],64))),128))])):f("",!0)}}),qa=_({__name:"VPNavScreenSocialLinks",setup(s){const{theme:e}=L();return(t,o)=>i(e).socialLinks?(a(),y(ye,{key:0,class:"VPNavScreenSocialLinks",links:i(e).socialLinks},null,8,["links"])):f("",!0)}}),Ge=s=>(B("data-v-362991c2"),s=s(),H(),s),Wa=Ge(()=>v("span",{class:"vpi-languages icon lang"},null,-1)),Ja=Ge(()=>v("span",{class:"vpi-chevron-down icon chevron"},null,-1)),Ya={class:"list"},Xa=_({__name:"VPNavScreenTranslations",setup(s){const{localeLinks:e,currentLang:t}=X({correspondingLink:!0}),o=I(!1);function n(){o.value=!o.value}return(r,l)=>i(e).length&&i(t).label?(a(),u("div",{key:0,class:N(["VPNavScreenTranslations",{open:o.value}])},[v("button",{class:"title",onClick:n},[Wa,F(" "+w(i(t).label)+" ",1),Ja]),v("ul",Ya,[(a(!0),u(M,null,E(i(e),h=>(a(),u("li",{key:h.link,class:"item"},[k(D,{class:"link",href:h.link},{default:p(()=>[F(w(h.text),1)]),_:2},1032,["href"])]))),128))])],2)):f("",!0)}}),Qa=$(Xa,[["__scopeId","data-v-362991c2"]]),Za={class:"container"},xa=_({__name:"VPNavScreen",props:{open:{type:Boolean}},setup(s){const e=I(null),t=Ae(oe?document.body:null);return(o,n)=>(a(),y(pe,{name:"fade",onEnter:n[0]||(n[0]=r=>t.value=!0),onAfterLeave:n[1]||(n[1]=r=>t.value=!1)},{default:p(()=>[o.open?(a(),u("div",{key:0,class:"VPNavScreen",ref_key:"screen",ref:e,id:"VPNavScreen"},[v("div",Za,[c(o.$slots,"nav-screen-content-before",{},void 0,!0),k(Ra,{class:"menu"}),k(Qa,{class:"translations"}),k(wa,{class:"appearance"}),k(qa,{class:"social-links"}),c(o.$slots,"nav-screen-content-after",{},void 0,!0)])],512)):f("",!0)]),_:3}))}}),er=$(xa,[["__scopeId","data-v-382f42e9"]]),tr={key:0,class:"VPNav"},sr=_({__name:"VPNav",setup(s){const{isScreenOpen:e,closeScreen:t,toggleScreen:o}=Fo(),{frontmatter:n}=L(),r=g(()=>n.value.navbar!==!1);return _e("close-screen",t),ee(()=>{oe&&document.documentElement.classList.toggle("hide-nav",!r.value)}),(l,h)=>r.value?(a(),u("header",tr,[k(Sa,{"is-screen-open":i(e),onToggleScreen:i(o)},{"nav-bar-title-before":p(()=>[c(l.$slots,"nav-bar-title-before",{},void 0,!0)]),"nav-bar-title-after":p(()=>[c(l.$slots,"nav-bar-title-after",{},void 0,!0)]),"nav-bar-content-before":p(()=>[c(l.$slots,"nav-bar-content-before",{},void 0,!0)]),"nav-bar-content-after":p(()=>[c(l.$slots,"nav-bar-content-after",{},void 0,!0)]),_:3},8,["is-screen-open","onToggleScreen"]),k(er,{open:i(e)},{"nav-screen-content-before":p(()=>[c(l.$slots,"nav-screen-content-before",{},void 0,!0)]),"nav-screen-content-after":p(()=>[c(l.$slots,"nav-screen-content-after",{},void 0,!0)]),_:3},8,["open"])])):f("",!0)}}),or=$(sr,[["__scopeId","data-v-f1e365da"]]),ze=s=>(B("data-v-2ea20db7"),s=s(),H(),s),nr=["role","tabindex"],ar=ze(()=>v("div",{class:"indicator"},null,-1)),rr=ze(()=>v("span",{class:"vpi-chevron-right caret-icon"},null,-1)),ir=[rr],lr={key:1,class:"items"},cr=_({__name:"VPSidebarItem",props:{item:{},depth:{}},setup(s){const e=s,{collapsed:t,collapsible:o,isLink:n,isActiveLink:r,hasActiveLink:l,hasChildren:h,toggle:d}=wt(g(()=>e.item)),m=g(()=>h.value?"section":"div"),V=g(()=>n.value?"a":"div"),b=g(()=>h.value?e.depth+2===7?"p":`h${e.depth+2}`:"p"),P=g(()=>n.value?void 0:"button"),S=g(()=>[[`level-${e.depth}`],{collapsible:o.value},{collapsed:t.value},{"is-link":n.value},{"is-active":r.value},{"has-active":l.value}]);function A(T){"key"in T&&T.key!=="Enter"||!e.item.link&&d()}function C(){e.item.link&&d()}return(T,j)=>{const G=R("VPSidebarItem",!0);return a(),y(W(m.value),{class:N(["VPSidebarItem",S.value])},{default:p(()=>[T.item.text?(a(),u("div",Q({key:0,class:"item",role:P.value},nt(T.item.items?{click:A,keydown:A}:{},!0),{tabindex:T.item.items&&0}),[ar,T.item.link?(a(),y(D,{key:0,tag:V.value,class:"link",href:T.item.link,rel:T.item.rel,target:T.item.target},{default:p(()=>[(a(),y(W(b.value),{class:"text",innerHTML:T.item.text},null,8,["innerHTML"]))]),_:1},8,["tag","href","rel","target"])):(a(),y(W(b.value),{key:1,class:"text",innerHTML:T.item.text},null,8,["innerHTML"])),T.item.collapsed!=null&&T.item.items&&T.item.items.length?(a(),u("div",{key:2,class:"caret",role:"button","aria-label":"toggle section",onClick:C,onKeydown:ot(C,["enter"]),tabindex:"0"},ir,32)):f("",!0)],16,nr)):f("",!0),T.item.items&&T.item.items.length?(a(),u("div",lr,[T.depth<5?(a(!0),u(M,{key:0},E(T.item.items,q=>(a(),y(G,{key:q.text,item:q,depth:T.depth+1},null,8,["item","depth"]))),128)):f("",!0)])):f("",!0)]),_:1},8,["class"])}}}),ur=$(cr,[["__scopeId","data-v-2ea20db7"]]),Ke=s=>(B("data-v-ec846e01"),s=s(),H(),s),dr=Ke(()=>v("div",{class:"curtain"},null,-1)),vr={class:"nav",id:"VPSidebarNav","aria-labelledby":"sidebar-aria-label",tabindex:"-1"},pr=Ke(()=>v("span",{class:"visually-hidden",id:"sidebar-aria-label"}," Sidebar Navigation ",-1)),hr=_({__name:"VPSidebar",props:{open:{type:Boolean}},setup(s){const{sidebarGroups:e,hasSidebar:t}=U(),o=s,n=I(null),r=Ae(oe?document.body:null);return O([o,n],()=>{var l;o.open?(r.value=!0,(l=n.value)==null||l.focus()):r.value=!1},{immediate:!0,flush:"post"}),(l,h)=>i(t)?(a(),u("aside",{key:0,class:N(["VPSidebar",{open:l.open}]),ref_key:"navEl",ref:n,onClick:h[0]||(h[0]=at(()=>{},["stop"]))},[dr,v("nav",vr,[pr,c(l.$slots,"sidebar-nav-before",{},void 0,!0),(a(!0),u(M,null,E(i(e),d=>(a(),u("div",{key:d.text,class:"group"},[k(ur,{item:d,depth:0},null,8,["item"])]))),128)),c(l.$slots,"sidebar-nav-after",{},void 0,!0)])],2)):f("",!0)}}),fr=$(hr,[["__scopeId","data-v-ec846e01"]]),_r=_({__name:"VPSkipLink",setup(s){const e=se(),t=I();O(()=>e.path,()=>t.value.focus());function o({target:n}){const r=document.getElementById(decodeURIComponent(n.hash).slice(1));if(r){const l=()=>{r.removeAttribute("tabindex"),r.removeEventListener("blur",l)};r.setAttribute("tabindex","-1"),r.addEventListener("blur",l),r.focus(),window.scrollTo(0,0)}}return(n,r)=>(a(),u(M,null,[v("span",{ref_key:"backToTop",ref:t,tabindex:"-1"},null,512),v("a",{href:"#VPContent",class:"VPSkipLink visually-hidden",onClick:o}," Skip to content ")],64))}}),mr=$(_r,[["__scopeId","data-v-c3508ec8"]]),br=_({__name:"Layout",setup(s){const{isOpen:e,open:t,close:o}=U(),n=se();O(()=>n.path,o),Tt(e,o);const{frontmatter:r}=L(),l=Ce(),h=g(()=>!!l["home-hero-image"]);return _e("hero-image-slot-exists",h),(d,m)=>{const V=R("Content");return i(r).layout!==!1?(a(),u("div",{key:0,class:N(["Layout",i(r).pageClass])},[c(d.$slots,"layout-top",{},void 0,!0),k(mr),k(vt,{class:"backdrop",show:i(e),onClick:i(o)},null,8,["show","onClick"]),k(or,null,{"nav-bar-title-before":p(()=>[c(d.$slots,"nav-bar-title-before",{},void 0,!0)]),"nav-bar-title-after":p(()=>[c(d.$slots,"nav-bar-title-after",{},void 0,!0)]),"nav-bar-content-before":p(()=>[c(d.$slots,"nav-bar-content-before",{},void 0,!0)]),"nav-bar-content-after":p(()=>[c(d.$slots,"nav-bar-content-after",{},void 0,!0)]),"nav-screen-content-before":p(()=>[c(d.$slots,"nav-screen-content-before",{},void 0,!0)]),"nav-screen-content-after":p(()=>[c(d.$slots,"nav-screen-content-after",{},void 0,!0)]),_:3}),k(Do,{open:i(e),onOpenMenu:i(t)},null,8,["open","onOpenMenu"]),k(fr,{open:i(e)},{"sidebar-nav-before":p(()=>[c(d.$slots,"sidebar-nav-before",{},void 0,!0)]),"sidebar-nav-after":p(()=>[c(d.$slots,"sidebar-nav-after",{},void 0,!0)]),_:3},8,["open"]),k(mo,null,{"page-top":p(()=>[c(d.$slots,"page-top",{},void 0,!0)]),"page-bottom":p(()=>[c(d.$slots,"page-bottom",{},void 0,!0)]),"not-found":p(()=>[c(d.$slots,"not-found",{},void 0,!0)]),"home-hero-before":p(()=>[c(d.$slots,"home-hero-before",{},void 0,!0)]),"home-hero-info-before":p(()=>[c(d.$slots,"home-hero-info-before",{},void 0,!0)]),"home-hero-info":p(()=>[c(d.$slots,"home-hero-info",{},void 0,!0)]),"home-hero-info-after":p(()=>[c(d.$slots,"home-hero-info-after",{},void 0,!0)]),"home-hero-actions-after":p(()=>[c(d.$slots,"home-hero-actions-after",{},void 0,!0)]),"home-hero-image":p(()=>[c(d.$slots,"home-hero-image",{},void 0,!0)]),"home-hero-after":p(()=>[c(d.$slots,"home-hero-after",{},void 0,!0)]),"home-features-before":p(()=>[c(d.$slots,"home-features-before",{},void 0,!0)]),"home-features-after":p(()=>[c(d.$slots,"home-features-after",{},void 0,!0)]),"doc-footer-before":p(()=>[c(d.$slots,"doc-footer-before",{},void 0,!0)]),"doc-before":p(()=>[c(d.$slots,"doc-before",{},void 0,!0)]),"doc-after":p(()=>[c(d.$slots,"doc-after",{},void 0,!0)]),"doc-top":p(()=>[c(d.$slots,"doc-top",{},void 0,!0)]),"doc-bottom":p(()=>[c(d.$slots,"doc-bottom",{},void 0,!0)]),"aside-top":p(()=>[c(d.$slots,"aside-top",{},void 0,!0)]),"aside-bottom":p(()=>[c(d.$slots,"aside-bottom",{},void 0,!0)]),"aside-outline-before":p(()=>[c(d.$slots,"aside-outline-before",{},void 0,!0)]),"aside-outline-after":p(()=>[c(d.$slots,"aside-outline-after",{},void 0,!0)]),"aside-ads-before":p(()=>[c(d.$slots,"aside-ads-before",{},void 0,!0)]),"aside-ads-after":p(()=>[c(d.$slots,"aside-ads-after",{},void 0,!0)]),_:3}),k(yo),c(d.$slots,"layout-bottom",{},void 0,!0)],2)):(a(),y(V,{key:1}))}}}),kr=$(br,[["__scopeId","data-v-a9a9e638"]]),Se={Layout:kr,enhanceApp:({app:s})=>{s.component("Badge",ct)}},$r=s=>{if(typeof document>"u")return{stabilizeScrollPosition:n=>async(...r)=>n(...r)};const e=document.documentElement;return{stabilizeScrollPosition:o=>async(...n)=>{const r=o(...n),l=s.value;if(!l)return r;const h=l.offsetTop-e.scrollTop;return await Ne(),e.scrollTop=l.offsetTop-h,r}}},Re="vitepress:tabSharedState",Y=typeof localStorage<"u"?localStorage:null,qe="vitepress:tabsSharedState",gr=()=>{const s=Y==null?void 0:Y.getItem(qe);if(s)try{return JSON.parse(s)}catch{}return{}},yr=s=>{Y&&Y.setItem(qe,JSON.stringify(s))},Pr=s=>{const e=rt({});O(()=>e.content,(t,o)=>{t&&o&&yr(t)},{deep:!0}),s.provide(Re,e)},Sr=(s,e)=>{const t=J(Re);if(!t)throw new Error("[vitepress-plugin-tabs] TabsSharedState should be injected");K(()=>{t.content||(t.content=gr())});const o=I(),n=g({get(){var d;const l=e.value,h=s.value;if(l){const m=(d=t.content)==null?void 0:d[l];if(m&&h.includes(m))return m}else{const m=o.value;if(m)return m}return h[0]},set(l){const h=e.value;h?t.content&&(t.content[h]=l):o.value=l}});return{selected:n,select:l=>{n.value=l}}};let Ve=0;const Vr=()=>(Ve++,""+Ve);function Lr(){const s=Ce();return g(()=>{var o;const t=(o=s.default)==null?void 0:o.call(s);return t?t.filter(n=>typeof n.type=="object"&&"__name"in n.type&&n.type.__name==="PluginTabsTab"&&n.props).map(n=>{var r;return(r=n.props)==null?void 0:r.label}):[]})}const We="vitepress:tabSingleState",Tr=s=>{_e(We,s)},wr=()=>{const s=J(We);if(!s)throw new Error("[vitepress-plugin-tabs] TabsSingleState should be injected");return s},Ir={class:"plugin-tabs"},Nr=["id","aria-selected","aria-controls","tabindex","onClick"],Mr=_({__name:"PluginTabs",props:{sharedStateKey:{}},setup(s){const e=s,t=Lr(),{selected:o,select:n}=Sr(t,it(e,"sharedStateKey")),r=I(),{stabilizeScrollPosition:l}=$r(r),h=l(n),d=I([]),m=b=>{var A;const P=t.value.indexOf(o.value);let S;b.key==="ArrowLeft"?S=P>=1?P-1:t.value.length-1:b.key==="ArrowRight"&&(S=P(a(),u("div",Ir,[v("div",{ref_key:"tablist",ref:r,class:"plugin-tabs--tab-list",role:"tablist",onKeydown:m},[(a(!0),u(M,null,E(i(t),S=>(a(),u("button",{id:`tab-${S}-${i(V)}`,ref_for:!0,ref_key:"buttonRefs",ref:d,key:S,role:"tab",class:"plugin-tabs--tab","aria-selected":S===i(o),"aria-controls":`panel-${S}-${i(V)}`,tabindex:S===i(o)?0:-1,onClick:()=>i(h)(S)},w(S),9,Nr))),128))],544),c(b.$slots,"default")]))}}),Ar=["id","aria-labelledby"],Cr=_({__name:"PluginTabsTab",props:{label:{}},setup(s){const{uid:e,selected:t}=wr();return(o,n)=>i(t)===o.label?(a(),u("div",{key:0,id:`panel-${o.label}-${i(e)}`,class:"plugin-tabs--content",role:"tabpanel",tabindex:"0","aria-labelledby":`tab-${o.label}-${i(e)}`},[c(o.$slots,"default",{},void 0,!0)],8,Ar)):f("",!0)}}),Br=$(Cr,[["__scopeId","data-v-9b0d03d2"]]),Hr=s=>{Pr(s),s.component("PluginTabs",Mr),s.component("PluginTabsTab",Br)},Dr={extends:Se,Layout(){return lt(Se.Layout,null,{})},enhanceApp({app:s,router:e,siteData:t}){Hr(s)}};export{Dr as R,Yn as c,L as u};
+const __vite__fileDeps=["assets/chunks/VPLocalSearchBox.BjdSI7Rt.js","assets/chunks/framework.CXV__M-i.js"],__vite__mapDeps=i=>i.map(i=>__vite__fileDeps[i]);
+import{d as _,o as a,c as u,r as c,n as N,a as F,t as w,b as y,w as p,e as f,T as pe,_ as $,u as Je,i as Ye,f as Xe,g as he,h as g,j as v,k as i,p as B,l as H,m as z,q as le,s as I,v as O,x as ee,y as K,z as fe,A as Le,B as Qe,C as Ze,D as R,F as M,E,G as Te,H as te,I as k,J as W,K as we,L as se,M as Q,N as J,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 st,Y as Ae,Z as _e,$ as ot,a0 as nt,a1 as at,a2 as Ce,a3 as rt,a4 as it,a5 as lt}from"./framework.CXV__M-i.js";const ct=_({__name:"VPBadge",props:{text:{},type:{default:"tip"}},setup(s){return(e,t)=>(a(),u("span",{class:N(["VPBadge",e.type])},[c(e.$slots,"default",{},()=>[F(w(e.text),1)])],2))}}),ut={key:0,class:"VPBackdrop"},dt=_({__name:"VPBackdrop",props:{show:{type:Boolean}},setup(s){return(e,t)=>(a(),y(pe,{name:"fade"},{default:p(()=>[e.show?(a(),u("div",ut)):f("",!0)]),_:1}))}}),vt=$(dt,[["__scopeId","data-v-b06cdb19"]]),L=Je;function pt(s,e){let t,o=!1;return()=>{t&&clearTimeout(t),o?t=setTimeout(s,e):(s(),(o=!0)&&setTimeout(()=>o=!1,e))}}function ue(s){return/^\//.test(s)?s:`/${s}`}function me(s){const{pathname:e,search:t,hash:o,protocol:n}=new URL(s,"http://a.com");if(Ye(s)||s.startsWith("#")||!n.startsWith("http")||!Xe(e))return s;const{site:r}=L(),l=e.endsWith("/")||e.endsWith(".html")?s:s.replace(/(?:(^\.+)\/)?.*$/,`$1${e.replace(/(\.md)?$/,r.value.cleanUrls?"":".html")}${t}${o}`);return he(l)}function X({correspondingLink:s=!1}={}){const{site:e,localeIndex:t,page:o,theme:n,hash:r}=L(),l=g(()=>{var d,m;return{label:(d=e.value.locales[t.value])==null?void 0:d.label,link:((m=e.value.locales[t.value])==null?void 0:m.link)||(t.value==="root"?"/":`/${t.value}/`)}});return{localeLinks:g(()=>Object.entries(e.value.locales).flatMap(([d,m])=>l.value.label===m.label?[]:{text:m.label,link:ht(m.link||(d==="root"?"/":`/${d}/`),n.value.i18nRouting!==!1&&s,o.value.relativePath.slice(l.value.link.length-1),!e.value.cleanUrls)+r.value})),currentLang:l}}function ht(s,e,t,o){return e?s.replace(/\/$/,"")+ue(t.replace(/(^|\/)index\.md$/,"$1").replace(/\.md$/,o?".html":"")):s}const ft=s=>(B("data-v-951cab6c"),s=s(),H(),s),_t={class:"NotFound"},mt={class:"code"},bt={class:"title"},kt=ft(()=>v("div",{class:"divider"},null,-1)),$t={class:"quote"},gt={class:"action"},yt=["href","aria-label"],Pt=_({__name:"NotFound",setup(s){const{theme:e}=L(),{currentLang:t}=X();return(o,n)=>{var r,l,h,d,m;return a(),u("div",_t,[v("p",mt,w(((r=i(e).notFound)==null?void 0:r.code)??"404"),1),v("h1",bt,w(((l=i(e).notFound)==null?void 0:l.title)??"PAGE NOT FOUND"),1),kt,v("blockquote",$t,w(((h=i(e).notFound)==null?void 0:h.quote)??"But if you don't change your direction, and if you keep looking, you may end up where you are heading."),1),v("div",gt,[v("a",{class:"link",href:i(he)(i(t).link),"aria-label":((d=i(e).notFound)==null?void 0:d.linkLabel)??"go to home"},w(((m=i(e).notFound)==null?void 0:m.linkText)??"Take me home"),9,yt)])])}}}),St=$(Pt,[["__scopeId","data-v-951cab6c"]]);function Be(s,e){if(Array.isArray(s))return Z(s);if(s==null)return[];e=ue(e);const t=Object.keys(s).sort((n,r)=>r.split("/").length-n.split("/").length).find(n=>e.startsWith(ue(n))),o=t?s[t]:[];return Array.isArray(o)?Z(o):Z(o.items,o.base)}function Vt(s){const e=[];let t=0;for(const o in s){const n=s[o];if(n.items){t=e.push(n);continue}e[t]||e.push({items:[]}),e[t].items.push(n)}return e}function Lt(s){const e=[];function t(o){for(const n of o)n.text&&n.link&&e.push({text:n.text,link:n.link,docFooterText:n.docFooterText}),n.items&&t(n.items)}return t(s),e}function de(s,e){return Array.isArray(e)?e.some(t=>de(s,t)):z(s,e.link)?!0:e.items?de(s,e.items):!1}function Z(s,e){return[...s].map(t=>{const o={...t},n=o.base||e;return n&&o.link&&(o.link=n+o.link),o.items&&(o.items=Z(o.items,n)),o})}function U(){const{frontmatter:s,page:e,theme:t}=L(),o=le("(min-width: 960px)"),n=I(!1),r=g(()=>{const C=t.value.sidebar,T=e.value.relativePath;return C?Be(C,T):[]}),l=I(r.value);O(r,(C,T)=>{JSON.stringify(C)!==JSON.stringify(T)&&(l.value=r.value)});const h=g(()=>s.value.sidebar!==!1&&l.value.length>0&&s.value.layout!=="home"),d=g(()=>m?s.value.aside==null?t.value.aside==="left":s.value.aside==="left":!1),m=g(()=>s.value.layout==="home"?!1:s.value.aside!=null?!!s.value.aside:t.value.aside!==!1),V=g(()=>h.value&&o.value),b=g(()=>h.value?Vt(l.value):[]);function P(){n.value=!0}function S(){n.value=!1}function A(){n.value?S():P()}return{isOpen:n,sidebar:l,sidebarGroups:b,hasSidebar:h,hasAside:m,leftAside:d,isSidebarEnabled:V,open:P,close:S,toggle:A}}function Tt(s,e){let t;ee(()=>{t=s.value?document.activeElement:void 0}),K(()=>{window.addEventListener("keyup",o)}),fe(()=>{window.removeEventListener("keyup",o)});function o(n){n.key==="Escape"&&s.value&&(e(),t==null||t.focus())}}function wt(s){const{page:e,hash:t}=L(),o=I(!1),n=g(()=>s.value.collapsed!=null),r=g(()=>!!s.value.link),l=I(!1),h=()=>{l.value=z(e.value.relativePath,s.value.link)};O([e,s,t],h),K(h);const d=g(()=>l.value?!0:s.value.items?de(e.value.relativePath,s.value.items):!1),m=g(()=>!!(s.value.items&&s.value.items.length));ee(()=>{o.value=!!(n.value&&s.value.collapsed)}),Le(()=>{(l.value||d.value)&&(o.value=!1)});function V(){n.value&&(o.value=!o.value)}return{collapsed:o,collapsible:n,isLink:r,isActiveLink:l,hasActiveLink:d,hasChildren:m,toggle:V}}function It(){const{hasSidebar:s}=U(),e=le("(min-width: 960px)"),t=le("(min-width: 1280px)");return{isAsideEnabled:g(()=>!t.value&&!e.value?!1:s.value?t.value:e.value)}}const ve=[];function He(s){return typeof s.outline=="object"&&!Array.isArray(s.outline)&&s.outline.label||s.outlineTitle||"On this page"}function be(s){const e=[...document.querySelectorAll(".VPDoc :where(h1,h2,h3,h4,h5,h6)")].filter(t=>t.id&&t.hasChildNodes()).map(t=>{const o=Number(t.tagName[1]);return{element:t,title:Nt(t),link:"#"+t.id,level:o}});return Mt(e,s)}function Nt(s){let e="";for(const t of s.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 Mt(s,e){if(e===!1)return[];const t=(typeof e=="object"&&!Array.isArray(e)?e.level:e)||2,[o,n]=typeof t=="number"?[t,t]:t==="deep"?[2,6]:t;s=s.filter(l=>l.level>=o&&l.level<=n),ve.length=0;for(const{element:l,link:h}of s)ve.push({element:l,link:h});const r=[];e:for(let l=0;l=0;d--){const m=s[d];if(m.level{requestAnimationFrame(r),window.addEventListener("scroll",o)}),Qe(()=>{l(location.hash)}),fe(()=>{window.removeEventListener("scroll",o)});function r(){if(!t.value)return;const h=window.scrollY,d=window.innerHeight,m=document.body.offsetHeight,V=Math.abs(h+d-m)<1,b=ve.map(({element:S,link:A})=>({link:A,top:Ct(S)})).filter(({top:S})=>!Number.isNaN(S)).sort((S,A)=>S.top-A.top);if(!b.length){l(null);return}if(h<1){l(null);return}if(V){l(b[b.length-1].link);return}let P=null;for(const{link:S,top:A}of b){if(A>h+Ze()+4)break;P=S}l(P)}function l(h){n&&n.classList.remove("active"),h==null?n=null:n=s.value.querySelector(`a[href="${decodeURIComponent(h)}"]`);const d=n;d?(d.classList.add("active"),e.value.style.top=d.offsetTop+39+"px",e.value.style.opacity="1"):(e.value.style.top="33px",e.value.style.opacity="0")}}function Ct(s){let e=0;for(;s!==document.body;){if(s===null)return NaN;e+=s.offsetTop,s=s.offsetParent}return e}const Bt=["href","title"],Ht=_({__name:"VPDocOutlineItem",props:{headers:{},root:{type:Boolean}},setup(s){function e({target:t}){const o=t.href.split("#")[1],n=document.getElementById(decodeURIComponent(o));n==null||n.focus({preventScroll:!0})}return(t,o)=>{const n=R("VPDocOutlineItem",!0);return a(),u("ul",{class:N(["VPDocOutlineItem",t.root?"root":"nested"])},[(a(!0),u(M,null,E(t.headers,({children:r,link:l,title:h})=>(a(),u("li",null,[v("a",{class:"outline-link",href:l,onClick:e,title:h},w(h),9,Bt),r!=null&&r.length?(a(),y(n,{key:0,headers:r},null,8,["headers"])):f("",!0)]))),256))],2)}}}),Ee=$(Ht,[["__scopeId","data-v-3f927ebe"]]),Et={class:"content"},Dt={"aria-level":"2",class:"outline-title",id:"doc-outline-aria-label",role:"heading"},Ft=_({__name:"VPDocAsideOutline",setup(s){const{frontmatter:e,theme:t}=L(),o=Te([]);te(()=>{o.value=be(e.value.outline??t.value.outline)});const n=I(),r=I();return At(n,r),(l,h)=>(a(),u("nav",{"aria-labelledby":"doc-outline-aria-label",class:N(["VPDocAsideOutline",{"has-outline":o.value.length>0}]),ref_key:"container",ref:n},[v("div",Et,[v("div",{class:"outline-marker",ref_key:"marker",ref:r},null,512),v("div",Dt,w(i(He)(i(t))),1),k(Ee,{headers:o.value,root:!0},null,8,["headers"])])],2))}}),Ot=$(Ft,[["__scopeId","data-v-b38bf2ff"]]),Ut={class:"VPDocAsideCarbonAds"},jt=_({__name:"VPDocAsideCarbonAds",props:{carbonAds:{}},setup(s){const e=()=>null;return(t,o)=>(a(),u("div",Ut,[k(i(e),{"carbon-ads":t.carbonAds},null,8,["carbon-ads"])]))}}),Gt=s=>(B("data-v-6d7b3c46"),s=s(),H(),s),zt={class:"VPDocAside"},Kt=Gt(()=>v("div",{class:"spacer"},null,-1)),Rt=_({__name:"VPDocAside",setup(s){const{theme:e}=L();return(t,o)=>(a(),u("div",zt,[c(t.$slots,"aside-top",{},void 0,!0),c(t.$slots,"aside-outline-before",{},void 0,!0),k(Ot),c(t.$slots,"aside-outline-after",{},void 0,!0),Kt,c(t.$slots,"aside-ads-before",{},void 0,!0),i(e).carbonAds?(a(),y(jt,{key:0,"carbon-ads":i(e).carbonAds},null,8,["carbon-ads"])):f("",!0),c(t.$slots,"aside-ads-after",{},void 0,!0),c(t.$slots,"aside-bottom",{},void 0,!0)]))}}),qt=$(Rt,[["__scopeId","data-v-6d7b3c46"]]);function Wt(){const{theme:s,page:e}=L();return g(()=>{const{text:t="Edit this page",pattern:o=""}=s.value.editLink||{};let n;return typeof o=="function"?n=o(e.value):n=o.replace(/:path/g,e.value.filePath),{url:n,text:t}})}function Jt(){const{page:s,theme:e,frontmatter:t}=L();return g(()=>{var m,V,b,P,S,A,C,T;const o=Be(e.value.sidebar,s.value.relativePath),n=Lt(o),r=Yt(n,j=>j.link.replace(/[?#].*$/,"")),l=r.findIndex(j=>z(s.value.relativePath,j.link)),h=((m=e.value.docFooter)==null?void 0:m.prev)===!1&&!t.value.prev||t.value.prev===!1,d=((V=e.value.docFooter)==null?void 0:V.next)===!1&&!t.value.next||t.value.next===!1;return{prev:h?void 0:{text:(typeof t.value.prev=="string"?t.value.prev:typeof t.value.prev=="object"?t.value.prev.text:void 0)??((b=r[l-1])==null?void 0:b.docFooterText)??((P=r[l-1])==null?void 0:P.text),link:(typeof t.value.prev=="object"?t.value.prev.link:void 0)??((S=r[l-1])==null?void 0:S.link)},next:d?void 0:{text:(typeof t.value.next=="string"?t.value.next:typeof t.value.next=="object"?t.value.next.text:void 0)??((A=r[l+1])==null?void 0:A.docFooterText)??((C=r[l+1])==null?void 0:C.text),link:(typeof t.value.next=="object"?t.value.next.link:void 0)??((T=r[l+1])==null?void 0:T.link)}}})}function Yt(s,e){const t=new Set;return s.filter(o=>{const n=e(o);return t.has(n)?!1:t.add(n)})}const D=_({__name:"VPLink",props:{tag:{},href:{},noIcon:{type:Boolean},target:{},rel:{}},setup(s){const e=s,t=g(()=>e.tag??(e.href?"a":"span")),o=g(()=>e.href&&we.test(e.href)||e.target==="_blank");return(n,r)=>(a(),y(W(t.value),{class:N(["VPLink",{link:n.href,"vp-external-link-icon":o.value,"no-icon":n.noIcon}]),href:n.href?i(me)(n.href):void 0,target:n.target??(o.value?"_blank":void 0),rel:n.rel??(o.value?"noreferrer":void 0)},{default:p(()=>[c(n.$slots,"default")]),_:3},8,["class","href","target","rel"]))}}),Xt={class:"VPLastUpdated"},Qt=["datetime"],Zt=_({__name:"VPDocFooterLastUpdated",setup(s){const{theme:e,page:t,frontmatter:o,lang:n}=L(),r=g(()=>new Date(o.value.lastUpdated??t.value.lastUpdated)),l=g(()=>r.value.toISOString()),h=I("");return K(()=>{ee(()=>{var d,m,V;h.value=new Intl.DateTimeFormat((m=(d=e.value.lastUpdated)==null?void 0:d.formatOptions)!=null&&m.forceLocale?n.value:void 0,((V=e.value.lastUpdated)==null?void 0:V.formatOptions)??{dateStyle:"short",timeStyle:"short"}).format(r.value)})}),(d,m)=>{var V;return a(),u("p",Xt,[F(w(((V=i(e).lastUpdated)==null?void 0:V.text)||i(e).lastUpdatedText||"Last updated")+": ",1),v("time",{datetime:l.value},w(h.value),9,Qt)])}}}),xt=$(Zt,[["__scopeId","data-v-9da12f1d"]]),De=s=>(B("data-v-b88cabfa"),s=s(),H(),s),es={key:0,class:"VPDocFooter"},ts={key:0,class:"edit-info"},ss={key:0,class:"edit-link"},os=De(()=>v("span",{class:"vpi-square-pen edit-link-icon"},null,-1)),ns={key:1,class:"last-updated"},as={key:1,class:"prev-next","aria-labelledby":"doc-footer-aria-label"},rs=De(()=>v("span",{class:"visually-hidden",id:"doc-footer-aria-label"},"Pager",-1)),is={class:"pager"},ls=["innerHTML"],cs=["innerHTML"],us={class:"pager"},ds=["innerHTML"],vs=["innerHTML"],ps=_({__name:"VPDocFooter",setup(s){const{theme:e,page:t,frontmatter:o}=L(),n=Wt(),r=Jt(),l=g(()=>e.value.editLink&&o.value.editLink!==!1),h=g(()=>t.value.lastUpdated&&o.value.lastUpdated!==!1),d=g(()=>l.value||h.value||r.value.prev||r.value.next);return(m,V)=>{var b,P,S,A;return d.value?(a(),u("footer",es,[c(m.$slots,"doc-footer-before",{},void 0,!0),l.value||h.value?(a(),u("div",ts,[l.value?(a(),u("div",ss,[k(D,{class:"edit-link-button",href:i(n).url,"no-icon":!0},{default:p(()=>[os,F(" "+w(i(n).text),1)]),_:1},8,["href"])])):f("",!0),h.value?(a(),u("div",ns,[k(xt)])):f("",!0)])):f("",!0),(b=i(r).prev)!=null&&b.link||(P=i(r).next)!=null&&P.link?(a(),u("nav",as,[rs,v("div",is,[(S=i(r).prev)!=null&&S.link?(a(),y(D,{key:0,class:"pager-link prev",href:i(r).prev.link},{default:p(()=>{var C;return[v("span",{class:"desc",innerHTML:((C=i(e).docFooter)==null?void 0:C.prev)||"Previous page"},null,8,ls),v("span",{class:"title",innerHTML:i(r).prev.text},null,8,cs)]}),_:1},8,["href"])):f("",!0)]),v("div",us,[(A=i(r).next)!=null&&A.link?(a(),y(D,{key:0,class:"pager-link next",href:i(r).next.link},{default:p(()=>{var C;return[v("span",{class:"desc",innerHTML:((C=i(e).docFooter)==null?void 0:C.next)||"Next page"},null,8,ds),v("span",{class:"title",innerHTML:i(r).next.text},null,8,vs)]}),_:1},8,["href"])):f("",!0)])])):f("",!0)])):f("",!0)}}}),hs=$(ps,[["__scopeId","data-v-b88cabfa"]]),fs=s=>(B("data-v-83890dd9"),s=s(),H(),s),_s={class:"container"},ms=fs(()=>v("div",{class:"aside-curtain"},null,-1)),bs={class:"aside-container"},ks={class:"aside-content"},$s={class:"content"},gs={class:"content-container"},ys={class:"main"},Ps=_({__name:"VPDoc",setup(s){const{theme:e}=L(),t=se(),{hasSidebar:o,hasAside:n,leftAside:r}=U(),l=g(()=>t.path.replace(/[./]+/g,"_").replace(/_html$/,""));return(h,d)=>{const m=R("Content");return a(),u("div",{class:N(["VPDoc",{"has-sidebar":i(o),"has-aside":i(n)}])},[c(h.$slots,"doc-top",{},void 0,!0),v("div",_s,[i(n)?(a(),u("div",{key:0,class:N(["aside",{"left-aside":i(r)}])},[ms,v("div",bs,[v("div",ks,[k(qt,null,{"aside-top":p(()=>[c(h.$slots,"aside-top",{},void 0,!0)]),"aside-bottom":p(()=>[c(h.$slots,"aside-bottom",{},void 0,!0)]),"aside-outline-before":p(()=>[c(h.$slots,"aside-outline-before",{},void 0,!0)]),"aside-outline-after":p(()=>[c(h.$slots,"aside-outline-after",{},void 0,!0)]),"aside-ads-before":p(()=>[c(h.$slots,"aside-ads-before",{},void 0,!0)]),"aside-ads-after":p(()=>[c(h.$slots,"aside-ads-after",{},void 0,!0)]),_:3})])])],2)):f("",!0),v("div",$s,[v("div",gs,[c(h.$slots,"doc-before",{},void 0,!0),v("main",ys,[k(m,{class:N(["vp-doc",[l.value,i(e).externalLinkIcon&&"external-link-icon-enabled"]])},null,8,["class"])]),k(hs,null,{"doc-footer-before":p(()=>[c(h.$slots,"doc-footer-before",{},void 0,!0)]),_:3}),c(h.$slots,"doc-after",{},void 0,!0)])])]),c(h.$slots,"doc-bottom",{},void 0,!0)],2)}}}),Ss=$(Ps,[["__scopeId","data-v-83890dd9"]]),Vs=_({__name:"VPButton",props:{tag:{},size:{default:"medium"},theme:{default:"brand"},text:{},href:{},target:{},rel:{}},setup(s){const e=s,t=g(()=>e.href&&we.test(e.href)),o=g(()=>e.tag||e.href?"a":"button");return(n,r)=>(a(),y(W(o.value),{class:N(["VPButton",[n.size,n.theme]]),href:n.href?i(me)(n.href):void 0,target:e.target??(t.value?"_blank":void 0),rel:e.rel??(t.value?"noreferrer":void 0)},{default:p(()=>[F(w(n.text),1)]),_:1},8,["class","href","target","rel"]))}}),Ls=$(Vs,[["__scopeId","data-v-14206e74"]]),Ts=["src","alt"],ws=_({inheritAttrs:!1,__name:"VPImage",props:{image:{},alt:{}},setup(s){return(e,t)=>{const o=R("VPImage",!0);return e.image?(a(),u(M,{key:0},[typeof e.image=="string"||"src"in e.image?(a(),u("img",Q({key:0,class:"VPImage"},typeof e.image=="string"?e.$attrs:{...e.image,...e.$attrs},{src:i(he)(typeof e.image=="string"?e.image:e.image.src),alt:e.alt??(typeof e.image=="string"?"":e.image.alt||"")}),null,16,Ts)):(a(),u(M,{key:1},[k(o,Q({class:"dark",image:e.image.dark,alt:e.image.alt},e.$attrs),null,16,["image","alt"]),k(o,Q({class:"light",image:e.image.light,alt:e.image.alt},e.$attrs),null,16,["image","alt"])],64))],64)):f("",!0)}}}),x=$(ws,[["__scopeId","data-v-35a7d0b8"]]),Is=s=>(B("data-v-955009fc"),s=s(),H(),s),Ns={class:"container"},Ms={class:"main"},As={key:0,class:"name"},Cs=["innerHTML"],Bs=["innerHTML"],Hs=["innerHTML"],Es={key:0,class:"actions"},Ds={key:0,class:"image"},Fs={class:"image-container"},Os=Is(()=>v("div",{class:"image-bg"},null,-1)),Us=_({__name:"VPHero",props:{name:{},text:{},tagline:{},image:{},actions:{}},setup(s){const e=J("hero-image-slot-exists");return(t,o)=>(a(),u("div",{class:N(["VPHero",{"has-image":t.image||i(e)}])},[v("div",Ns,[v("div",Ms,[c(t.$slots,"home-hero-info-before",{},void 0,!0),c(t.$slots,"home-hero-info",{},()=>[t.name?(a(),u("h1",As,[v("span",{innerHTML:t.name,class:"clip"},null,8,Cs)])):f("",!0),t.text?(a(),u("p",{key:1,innerHTML:t.text,class:"text"},null,8,Bs)):f("",!0),t.tagline?(a(),u("p",{key:2,innerHTML:t.tagline,class:"tagline"},null,8,Hs)):f("",!0)],!0),c(t.$slots,"home-hero-info-after",{},void 0,!0),t.actions?(a(),u("div",Es,[(a(!0),u(M,null,E(t.actions,n=>(a(),u("div",{key:n.link,class:"action"},[k(Ls,{tag:"a",size:"medium",theme:n.theme,text:n.text,href:n.link,target:n.target,rel:n.rel},null,8,["theme","text","href","target","rel"])]))),128))])):f("",!0),c(t.$slots,"home-hero-actions-after",{},void 0,!0)]),t.image||i(e)?(a(),u("div",Ds,[v("div",Fs,[Os,c(t.$slots,"home-hero-image",{},()=>[t.image?(a(),y(x,{key:0,class:"image-src",image:t.image},null,8,["image"])):f("",!0)],!0)])])):f("",!0)])],2))}}),js=$(Us,[["__scopeId","data-v-955009fc"]]),Gs=_({__name:"VPHomeHero",setup(s){const{frontmatter:e}=L();return(t,o)=>i(e).hero?(a(),y(js,{key:0,class:"VPHomeHero",name:i(e).hero.name,text:i(e).hero.text,tagline:i(e).hero.tagline,image:i(e).hero.image,actions:i(e).hero.actions},{"home-hero-info-before":p(()=>[c(t.$slots,"home-hero-info-before")]),"home-hero-info":p(()=>[c(t.$slots,"home-hero-info")]),"home-hero-info-after":p(()=>[c(t.$slots,"home-hero-info-after")]),"home-hero-actions-after":p(()=>[c(t.$slots,"home-hero-actions-after")]),"home-hero-image":p(()=>[c(t.$slots,"home-hero-image")]),_:3},8,["name","text","tagline","image","actions"])):f("",!0)}}),zs=s=>(B("data-v-f5e9645b"),s=s(),H(),s),Ks={class:"box"},Rs={key:0,class:"icon"},qs=["innerHTML"],Ws=["innerHTML"],Js=["innerHTML"],Ys={key:4,class:"link-text"},Xs={class:"link-text-value"},Qs=zs(()=>v("span",{class:"vpi-arrow-right link-text-icon"},null,-1)),Zs=_({__name:"VPFeature",props:{icon:{},title:{},details:{},link:{},linkText:{},rel:{},target:{}},setup(s){return(e,t)=>(a(),y(D,{class:"VPFeature",href:e.link,rel:e.rel,target:e.target,"no-icon":!0,tag:e.link?"a":"div"},{default:p(()=>[v("article",Ks,[typeof e.icon=="object"&&e.icon.wrap?(a(),u("div",Rs,[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(),y(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,qs)):f("",!0),v("h2",{class:"title",innerHTML:e.title},null,8,Ws),e.details?(a(),u("p",{key:3,class:"details",innerHTML:e.details},null,8,Js)):f("",!0),e.linkText?(a(),u("div",Ys,[v("p",Xs,[F(w(e.linkText)+" ",1),Qs])])):f("",!0)])]),_:1},8,["href","rel","target","tag"]))}}),xs=$(Zs,[["__scopeId","data-v-f5e9645b"]]),eo={key:0,class:"VPFeatures"},to={class:"container"},so={class:"items"},oo=_({__name:"VPFeatures",props:{features:{}},setup(s){const e=s,t=g(()=>{const o=e.features.length;if(o){if(o===2)return"grid-2";if(o===3)return"grid-3";if(o%3===0)return"grid-6";if(o>3)return"grid-4"}else return});return(o,n)=>o.features?(a(),u("div",eo,[v("div",to,[v("div",so,[(a(!0),u(M,null,E(o.features,r=>(a(),u("div",{key:r.title,class:N(["item",[t.value]])},[k(xs,{icon:r.icon,title:r.title,details:r.details,link:r.link,"link-text":r.linkText,rel:r.rel,target:r.target},null,8,["icon","title","details","link","link-text","rel","target"])],2))),128))])])])):f("",!0)}}),no=$(oo,[["__scopeId","data-v-d0a190d7"]]),ao=_({__name:"VPHomeFeatures",setup(s){const{frontmatter:e}=L();return(t,o)=>i(e).features?(a(),y(no,{key:0,class:"VPHomeFeatures",features:i(e).features},null,8,["features"])):f("",!0)}}),ro=_({__name:"VPHomeContent",setup(s){const{width:e}=xe({initialWidth:0,includeScrollbar:!1});return(t,o)=>(a(),u("div",{class:"vp-doc container",style:Ie(i(e)?{"--vp-offset":`calc(50% - ${i(e)/2}px)`}:{})},[c(t.$slots,"default",{},void 0,!0)],4))}}),io=$(ro,[["__scopeId","data-v-7a48a447"]]),lo={class:"VPHome"},co=_({__name:"VPHome",setup(s){const{frontmatter:e}=L();return(t,o)=>{const n=R("Content");return a(),u("div",lo,[c(t.$slots,"home-hero-before",{},void 0,!0),k(Gs,null,{"home-hero-info-before":p(()=>[c(t.$slots,"home-hero-info-before",{},void 0,!0)]),"home-hero-info":p(()=>[c(t.$slots,"home-hero-info",{},void 0,!0)]),"home-hero-info-after":p(()=>[c(t.$slots,"home-hero-info-after",{},void 0,!0)]),"home-hero-actions-after":p(()=>[c(t.$slots,"home-hero-actions-after",{},void 0,!0)]),"home-hero-image":p(()=>[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(ao),c(t.$slots,"home-features-after",{},void 0,!0),i(e).markdownStyles!==!1?(a(),y(io,{key:0},{default:p(()=>[k(n)]),_:1})):(a(),y(n,{key:1}))])}}}),uo=$(co,[["__scopeId","data-v-cbb6ec48"]]),vo={},po={class:"VPPage"};function ho(s,e){const t=R("Content");return a(),u("div",po,[c(s.$slots,"page-top"),k(t),c(s.$slots,"page-bottom")])}const fo=$(vo,[["render",ho]]),_o=_({__name:"VPContent",setup(s){const{page:e,frontmatter:t}=L(),{hasSidebar:o}=U();return(n,r)=>(a(),u("div",{class:N(["VPContent",{"has-sidebar":i(o),"is-home":i(t).layout==="home"}]),id:"VPContent"},[i(e).isNotFound?c(n.$slots,"not-found",{key:0},()=>[k(St)],!0):i(t).layout==="page"?(a(),y(fo,{key:1},{"page-top":p(()=>[c(n.$slots,"page-top",{},void 0,!0)]),"page-bottom":p(()=>[c(n.$slots,"page-bottom",{},void 0,!0)]),_:3})):i(t).layout==="home"?(a(),y(uo,{key:2},{"home-hero-before":p(()=>[c(n.$slots,"home-hero-before",{},void 0,!0)]),"home-hero-info-before":p(()=>[c(n.$slots,"home-hero-info-before",{},void 0,!0)]),"home-hero-info":p(()=>[c(n.$slots,"home-hero-info",{},void 0,!0)]),"home-hero-info-after":p(()=>[c(n.$slots,"home-hero-info-after",{},void 0,!0)]),"home-hero-actions-after":p(()=>[c(n.$slots,"home-hero-actions-after",{},void 0,!0)]),"home-hero-image":p(()=>[c(n.$slots,"home-hero-image",{},void 0,!0)]),"home-hero-after":p(()=>[c(n.$slots,"home-hero-after",{},void 0,!0)]),"home-features-before":p(()=>[c(n.$slots,"home-features-before",{},void 0,!0)]),"home-features-after":p(()=>[c(n.$slots,"home-features-after",{},void 0,!0)]),_:3})):i(t).layout&&i(t).layout!=="doc"?(a(),y(W(i(t).layout),{key:3})):(a(),y(Ss,{key:4},{"doc-top":p(()=>[c(n.$slots,"doc-top",{},void 0,!0)]),"doc-bottom":p(()=>[c(n.$slots,"doc-bottom",{},void 0,!0)]),"doc-footer-before":p(()=>[c(n.$slots,"doc-footer-before",{},void 0,!0)]),"doc-before":p(()=>[c(n.$slots,"doc-before",{},void 0,!0)]),"doc-after":p(()=>[c(n.$slots,"doc-after",{},void 0,!0)]),"aside-top":p(()=>[c(n.$slots,"aside-top",{},void 0,!0)]),"aside-outline-before":p(()=>[c(n.$slots,"aside-outline-before",{},void 0,!0)]),"aside-outline-after":p(()=>[c(n.$slots,"aside-outline-after",{},void 0,!0)]),"aside-ads-before":p(()=>[c(n.$slots,"aside-ads-before",{},void 0,!0)]),"aside-ads-after":p(()=>[c(n.$slots,"aside-ads-after",{},void 0,!0)]),"aside-bottom":p(()=>[c(n.$slots,"aside-bottom",{},void 0,!0)]),_:3}))],2))}}),mo=$(_o,[["__scopeId","data-v-91765379"]]),bo={class:"container"},ko=["innerHTML"],$o=["innerHTML"],go=_({__name:"VPFooter",setup(s){const{theme:e,frontmatter:t}=L(),{hasSidebar:o}=U();return(n,r)=>i(e).footer&&i(t).footer!==!1?(a(),u("footer",{key:0,class:N(["VPFooter",{"has-sidebar":i(o)}])},[v("div",bo,[i(e).footer.message?(a(),u("p",{key:0,class:"message",innerHTML:i(e).footer.message},null,8,ko)):f("",!0),i(e).footer.copyright?(a(),u("p",{key:1,class:"copyright",innerHTML:i(e).footer.copyright},null,8,$o)):f("",!0)])],2)):f("",!0)}}),yo=$(go,[["__scopeId","data-v-c970a860"]]);function Po(){const{theme:s,frontmatter:e}=L(),t=Te([]),o=g(()=>t.value.length>0);return te(()=>{t.value=be(e.value.outline??s.value.outline)}),{headers:t,hasLocalNav:o}}const So=s=>(B("data-v-bc9dc845"),s=s(),H(),s),Vo={class:"menu-text"},Lo=So(()=>v("span",{class:"vpi-chevron-right icon"},null,-1)),To={class:"header"},wo={class:"outline"},Io=_({__name:"VPLocalNavOutlineDropdown",props:{headers:{},navHeight:{}},setup(s){const e=s,{theme:t}=L(),o=I(!1),n=I(0),r=I(),l=I();function h(b){var P;(P=r.value)!=null&&P.contains(b.target)||(o.value=!1)}O(o,b=>{if(b){document.addEventListener("click",h);return}document.removeEventListener("click",h)}),ce("Escape",()=>{o.value=!1}),te(()=>{o.value=!1});function d(){o.value=!o.value,n.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(()=>{o.value=!1}))}function V(){o.value=!1,window.scrollTo({top:0,left:0,behavior:"smooth"})}return(b,P)=>(a(),u("div",{class:"VPLocalNavOutlineDropdown",style:Ie({"--vp-vh":n.value+"px"}),ref_key:"main",ref:r},[b.headers.length>0?(a(),u("button",{key:0,onClick:d,class:N({open:o.value})},[v("span",Vo,w(i(He)(i(t))),1),Lo],2)):(a(),u("button",{key:1,onClick:V},w(i(t).returnToTopLabel||"Return to top"),1)),k(pe,{name:"flyout"},{default:p(()=>[o.value?(a(),u("div",{key:0,ref_key:"items",ref:l,class:"items",onClick:m},[v("div",To,[v("a",{class:"top-link",href:"#",onClick:V},w(i(t).returnToTopLabel||"Return to top"),1)]),v("div",wo,[k(Ee,{headers:b.headers},null,8,["headers"])])],512)):f("",!0)]),_:1})],4))}}),No=$(Io,[["__scopeId","data-v-bc9dc845"]]),Mo=s=>(B("data-v-070ab83d"),s=s(),H(),s),Ao={class:"container"},Co=["aria-expanded"],Bo=Mo(()=>v("span",{class:"vpi-align-left menu-icon"},null,-1)),Ho={class:"menu-text"},Eo=_({__name:"VPLocalNav",props:{open:{type:Boolean}},emits:["open-menu"],setup(s){const{theme:e,frontmatter:t}=L(),{hasSidebar:o}=U(),{headers:n}=Po(),{y:r}=Me(),l=I(0);K(()=>{l.value=parseInt(getComputedStyle(document.documentElement).getPropertyValue("--vp-nav-height"))}),te(()=>{n.value=be(t.value.outline??e.value.outline)});const h=g(()=>n.value.length===0),d=g(()=>h.value&&!o.value),m=g(()=>({VPLocalNav:!0,"has-sidebar":o.value,empty:h.value,fixed:d.value}));return(V,b)=>i(t).layout!=="home"&&(!d.value||i(r)>=l.value)?(a(),u("div",{key:0,class:N(m.value)},[v("div",Ao,[i(o)?(a(),u("button",{key:0,class:"menu","aria-expanded":V.open,"aria-controls":"VPSidebarNav",onClick:b[0]||(b[0]=P=>V.$emit("open-menu"))},[Bo,v("span",Ho,w(i(e).sidebarMenuLabel||"Menu"),1)],8,Co)):f("",!0),k(No,{headers:i(n),navHeight:l.value},null,8,["headers","navHeight"])])],2)):f("",!0)}}),Do=$(Eo,[["__scopeId","data-v-070ab83d"]]);function Fo(){const s=I(!1);function e(){s.value=!0,window.addEventListener("resize",n)}function t(){s.value=!1,window.removeEventListener("resize",n)}function o(){s.value?t():e()}function n(){window.outerWidth>=768&&t()}const r=se();return O(()=>r.path,t),{isScreenOpen:s,openScreen:e,closeScreen:t,toggleScreen:o}}const Oo={},Uo={class:"VPSwitch",type:"button",role:"switch"},jo={class:"check"},Go={key:0,class:"icon"};function zo(s,e){return a(),u("button",Uo,[v("span",jo,[s.$slots.default?(a(),u("span",Go,[c(s.$slots,"default",{},void 0,!0)])):f("",!0)])])}const Ko=$(Oo,[["render",zo],["__scopeId","data-v-4a1c76db"]]),Fe=s=>(B("data-v-b79b56d4"),s=s(),H(),s),Ro=Fe(()=>v("span",{class:"vpi-sun sun"},null,-1)),qo=Fe(()=>v("span",{class:"vpi-moon moon"},null,-1)),Wo=_({__name:"VPSwitchAppearance",setup(s){const{isDark:e,theme:t}=L(),o=J("toggle-appearance",()=>{e.value=!e.value}),n=g(()=>e.value?t.value.lightModeSwitchTitle||"Switch to light theme":t.value.darkModeSwitchTitle||"Switch to dark theme");return(r,l)=>(a(),y(Ko,{title:n.value,class:"VPSwitchAppearance","aria-checked":i(e),onClick:i(o)},{default:p(()=>[Ro,qo]),_:1},8,["title","aria-checked","onClick"]))}}),ke=$(Wo,[["__scopeId","data-v-b79b56d4"]]),Jo={key:0,class:"VPNavBarAppearance"},Yo=_({__name:"VPNavBarAppearance",setup(s){const{site:e}=L();return(t,o)=>i(e).appearance&&i(e).appearance!=="force-dark"?(a(),u("div",Jo,[k(ke)])):f("",!0)}}),Xo=$(Yo,[["__scopeId","data-v-ead91a81"]]),$e=I();let Oe=!1,ie=0;function Qo(s){const e=I(!1);if(oe){!Oe&&Zo(),ie++;const t=O($e,o=>{var n,r,l;o===s.el.value||(n=s.el.value)!=null&&n.contains(o)?(e.value=!0,(r=s.onFocus)==null||r.call(s)):(e.value=!1,(l=s.onBlur)==null||l.call(s))});fe(()=>{t(),ie--,ie||xo()})}return et(e)}function Zo(){document.addEventListener("focusin",Ue),Oe=!0,$e.value=document.activeElement}function xo(){document.removeEventListener("focusin",Ue)}function Ue(){$e.value=document.activeElement}const en={class:"VPMenuLink"},tn=_({__name:"VPMenuLink",props:{item:{}},setup(s){const{page:e}=L();return(t,o)=>(a(),u("div",en,[k(D,{class:N({active:i(z)(i(e).relativePath,t.item.activeMatch||t.item.link,!!t.item.activeMatch)}),href:t.item.link,target:t.item.target,rel:t.item.rel},{default:p(()=>[F(w(t.item.text),1)]),_:1},8,["class","href","target","rel"])]))}}),ne=$(tn,[["__scopeId","data-v-8b74d055"]]),sn={class:"VPMenuGroup"},on={key:0,class:"title"},nn=_({__name:"VPMenuGroup",props:{text:{},items:{}},setup(s){return(e,t)=>(a(),u("div",sn,[e.text?(a(),u("p",on,w(e.text),1)):f("",!0),(a(!0),u(M,null,E(e.items,o=>(a(),u(M,null,["link"in o?(a(),y(ne,{key:0,item:o},null,8,["item"])):f("",!0)],64))),256))]))}}),an=$(nn,[["__scopeId","data-v-48c802d0"]]),rn={class:"VPMenu"},ln={key:0,class:"items"},cn=_({__name:"VPMenu",props:{items:{}},setup(s){return(e,t)=>(a(),u("div",rn,[e.items?(a(),u("div",ln,[(a(!0),u(M,null,E(e.items,o=>(a(),u(M,{key:o.text},["link"in o?(a(),y(ne,{key:0,item:o},null,8,["item"])):(a(),y(an,{key:1,text:o.text,items:o.items},null,8,["text","items"]))],64))),128))])):f("",!0),c(e.$slots,"default",{},void 0,!0)]))}}),un=$(cn,[["__scopeId","data-v-97491713"]]),dn=s=>(B("data-v-e5380155"),s=s(),H(),s),vn=["aria-expanded","aria-label"],pn={key:0,class:"text"},hn=["innerHTML"],fn=dn(()=>v("span",{class:"vpi-chevron-down text-icon"},null,-1)),_n={key:1,class:"vpi-more-horizontal icon"},mn={class:"menu"},bn=_({__name:"VPFlyout",props:{icon:{},button:{},label:{},items:{}},setup(s){const e=I(!1),t=I();Qo({el:t,onBlur:o});function o(){e.value=!1}return(n,r)=>(a(),u("div",{class:"VPFlyout",ref_key:"el",ref:t,onMouseenter:r[1]||(r[1]=l=>e.value=!0),onMouseleave:r[2]||(r[2]=l=>e.value=!1)},[v("button",{type:"button",class:"button","aria-haspopup":"true","aria-expanded":e.value,"aria-label":n.label,onClick:r[0]||(r[0]=l=>e.value=!e.value)},[n.button||n.icon?(a(),u("span",pn,[n.icon?(a(),u("span",{key:0,class:N([n.icon,"option-icon"])},null,2)):f("",!0),n.button?(a(),u("span",{key:1,innerHTML:n.button},null,8,hn)):f("",!0),fn])):(a(),u("span",_n))],8,vn),v("div",mn,[k(un,{items:n.items},{default:p(()=>[c(n.$slots,"default",{},void 0,!0)]),_:3},8,["items"])])],544))}}),ge=$(bn,[["__scopeId","data-v-e5380155"]]),kn=["href","aria-label","innerHTML"],$n=_({__name:"VPSocialLink",props:{icon:{},link:{},ariaLabel:{}},setup(s){const e=s,t=g(()=>typeof e.icon=="object"?e.icon.svg:``);return(o,n)=>(a(),u("a",{class:"VPSocialLink no-icon",href:o.link,"aria-label":o.ariaLabel??(typeof o.icon=="string"?o.icon:""),target:"_blank",rel:"noopener",innerHTML:t.value},null,8,kn))}}),gn=$($n,[["__scopeId","data-v-717b8b75"]]),yn={class:"VPSocialLinks"},Pn=_({__name:"VPSocialLinks",props:{links:{}},setup(s){return(e,t)=>(a(),u("div",yn,[(a(!0),u(M,null,E(e.links,({link:o,icon:n,ariaLabel:r})=>(a(),y(gn,{key:o,icon:n,link:o,ariaLabel:r},null,8,["icon","link","ariaLabel"]))),128))]))}}),ye=$(Pn,[["__scopeId","data-v-ee7a9424"]]),Sn={key:0,class:"group translations"},Vn={class:"trans-title"},Ln={key:1,class:"group"},Tn={class:"item appearance"},wn={class:"label"},In={class:"appearance-action"},Nn={key:2,class:"group"},Mn={class:"item social-links"},An=_({__name:"VPNavBarExtra",setup(s){const{site:e,theme:t}=L(),{localeLinks:o,currentLang:n}=X({correspondingLink:!0}),r=g(()=>o.value.length&&n.value.label||e.value.appearance||t.value.socialLinks);return(l,h)=>r.value?(a(),y(ge,{key:0,class:"VPNavBarExtra",label:"extra navigation"},{default:p(()=>[i(o).length&&i(n).label?(a(),u("div",Sn,[v("p",Vn,w(i(n).label),1),(a(!0),u(M,null,E(i(o),d=>(a(),y(ne,{key:d.link,item:d},null,8,["item"]))),128))])):f("",!0),i(e).appearance&&i(e).appearance!=="force-dark"?(a(),u("div",Ln,[v("div",Tn,[v("p",wn,w(i(t).darkModeSwitchLabel||"Appearance"),1),v("div",In,[k(ke)])])])):f("",!0),i(t).socialLinks?(a(),u("div",Nn,[v("div",Mn,[k(ye,{class:"social-links-list",links:i(t).socialLinks},null,8,["links"])])])):f("",!0)]),_:1})):f("",!0)}}),Cn=$(An,[["__scopeId","data-v-9b536d0b"]]),Bn=s=>(B("data-v-5dea55bf"),s=s(),H(),s),Hn=["aria-expanded"],En=Bn(()=>v("span",{class:"container"},[v("span",{class:"top"}),v("span",{class:"middle"}),v("span",{class:"bottom"})],-1)),Dn=[En],Fn=_({__name:"VPNavBarHamburger",props:{active:{type:Boolean}},emits:["click"],setup(s){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]=o=>e.$emit("click"))},Dn,10,Hn))}}),On=$(Fn,[["__scopeId","data-v-5dea55bf"]]),Un=["innerHTML"],jn=_({__name:"VPNavBarMenuLink",props:{item:{}},setup(s){const{page:e}=L();return(t,o)=>(a(),y(D,{class:N({VPNavBarMenuLink:!0,active:i(z)(i(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:p(()=>[v("span",{innerHTML:t.item.text},null,8,Un)]),_:1},8,["class","href","noIcon","target","rel"]))}}),Gn=$(jn,[["__scopeId","data-v-ed5ac1f6"]]),zn=_({__name:"VPNavBarMenuGroup",props:{item:{}},setup(s){const e=s,{page:t}=L(),o=r=>"link"in r?z(t.value.relativePath,r.link,!!e.item.activeMatch):r.items.some(o),n=g(()=>o(e.item));return(r,l)=>(a(),y(ge,{class:N({VPNavBarMenuGroup:!0,active:i(z)(i(t).relativePath,r.item.activeMatch,!!r.item.activeMatch)||n.value}),button:r.item.text,items:r.item.items},null,8,["class","button","items"]))}}),Kn=s=>(B("data-v-492ea56d"),s=s(),H(),s),Rn={key:0,"aria-labelledby":"main-nav-aria-label",class:"VPNavBarMenu"},qn=Kn(()=>v("span",{id:"main-nav-aria-label",class:"visually-hidden"},"Main Navigation",-1)),Wn=_({__name:"VPNavBarMenu",setup(s){const{theme:e}=L();return(t,o)=>i(e).nav?(a(),u("nav",Rn,[qn,(a(!0),u(M,null,E(i(e).nav,n=>(a(),u(M,{key:n.text},["link"in n?(a(),y(Gn,{key:0,item:n},null,8,["item"])):(a(),y(zn,{key:1,item:n},null,8,["item"]))],64))),128))])):f("",!0)}}),Jn=$(Wn,[["__scopeId","data-v-492ea56d"]]);function Yn(s){const{localeIndex:e,theme:t}=L();function o(n){var A,C,T;const r=n.split("."),l=(A=t.value.search)==null?void 0:A.options,h=l&&typeof l=="object",d=h&&((T=(C=l.locales)==null?void 0:C[e.value])==null?void 0:T.translations)||null,m=h&&l.translations||null;let V=d,b=m,P=s;const S=r.pop();for(const j of r){let G=null;const q=P==null?void 0:P[j];q&&(G=P=q);const ae=b==null?void 0:b[j];ae&&(G=b=ae);const re=V==null?void 0:V[j];re&&(G=V=re),q||(P=G),ae||(b=G),re||(V=G)}return(V==null?void 0:V[S])??(b==null?void 0:b[S])??(P==null?void 0:P[S])??""}return o}const Xn=["aria-label"],Qn={class:"DocSearch-Button-Container"},Zn=v("span",{class:"vp-icon DocSearch-Search-Icon"},null,-1),xn={class:"DocSearch-Button-Placeholder"},ea=v("span",{class:"DocSearch-Button-Keys"},[v("kbd",{class:"DocSearch-Button-Key"}),v("kbd",{class:"DocSearch-Button-Key"},"K")],-1),Pe=_({__name:"VPNavBarSearchButton",setup(s){const t=Yn({button:{buttonText:"Search",buttonAriaLabel:"Search"}});return(o,n)=>(a(),u("button",{type:"button",class:"DocSearch DocSearch-Button","aria-label":i(t)("button.buttonAriaLabel")},[v("span",Qn,[Zn,v("span",xn,w(i(t)("button.buttonText")),1)]),ea],8,Xn))}}),ta={class:"VPNavBarSearch"},sa={id:"local-search"},oa={key:1,id:"docsearch"},na=_({__name:"VPNavBarSearch",setup(s){const e=tt(()=>st(()=>import("./VPLocalSearchBox.BjdSI7Rt.js"),__vite__mapDeps([0,1]))),t=()=>null,{theme:o}=L(),n=I(!1),r=I(!1);K(()=>{});function l(){n.value||(n.value=!0,setTimeout(h,16))}function h(){const b=new Event("keydown");b.key="k",b.metaKey=!0,window.dispatchEvent(b),setTimeout(()=>{document.querySelector(".DocSearch-Modal")||h()},16)}function d(b){const P=b.target,S=P.tagName;return P.isContentEditable||S==="INPUT"||S==="SELECT"||S==="TEXTAREA"}const m=I(!1);ce("k",b=>{(b.ctrlKey||b.metaKey)&&(b.preventDefault(),m.value=!0)}),ce("/",b=>{d(b)||(b.preventDefault(),m.value=!0)});const V="local";return(b,P)=>{var S;return a(),u("div",ta,[i(V)==="local"?(a(),u(M,{key:0},[m.value?(a(),y(i(e),{key:0,onClose:P[0]||(P[0]=A=>m.value=!1)})):f("",!0),v("div",sa,[k(Pe,{onClick:P[1]||(P[1]=A=>m.value=!0)})])],64)):i(V)==="algolia"?(a(),u(M,{key:1},[n.value?(a(),y(i(t),{key:0,algolia:((S=i(o).search)==null?void 0:S.options)??i(o).algolia,onVnodeBeforeMount:P[2]||(P[2]=A=>r.value=!0)},null,8,["algolia"])):f("",!0),r.value?f("",!0):(a(),u("div",oa,[k(Pe,{onClick:l})]))],64)):f("",!0)])}}}),aa=_({__name:"VPNavBarSocialLinks",setup(s){const{theme:e}=L();return(t,o)=>i(e).socialLinks?(a(),y(ye,{key:0,class:"VPNavBarSocialLinks",links:i(e).socialLinks},null,8,["links"])):f("",!0)}}),ra=$(aa,[["__scopeId","data-v-164c457f"]]),ia=["href","rel","target"],la={key:1},ca={key:2},ua=_({__name:"VPNavBarTitle",setup(s){const{site:e,theme:t}=L(),{hasSidebar:o}=U(),{currentLang:n}=X(),r=g(()=>{var d;return typeof t.value.logoLink=="string"?t.value.logoLink:(d=t.value.logoLink)==null?void 0:d.link}),l=g(()=>{var d;return typeof t.value.logoLink=="string"||(d=t.value.logoLink)==null?void 0:d.rel}),h=g(()=>{var d;return typeof t.value.logoLink=="string"||(d=t.value.logoLink)==null?void 0:d.target});return(d,m)=>(a(),u("div",{class:N(["VPNavBarTitle",{"has-sidebar":i(o)}])},[v("a",{class:"title",href:r.value??i(me)(i(n).link),rel:l.value,target:h.value},[c(d.$slots,"nav-bar-title-before",{},void 0,!0),i(t).logo?(a(),y(x,{key:0,class:"logo",image:i(t).logo},null,8,["image"])):f("",!0),i(t).siteTitle?(a(),u("span",la,w(i(t).siteTitle),1)):i(t).siteTitle===void 0?(a(),u("span",ca,w(i(e).title),1)):f("",!0),c(d.$slots,"nav-bar-title-after",{},void 0,!0)],8,ia)],2))}}),da=$(ua,[["__scopeId","data-v-28a961f9"]]),va={class:"items"},pa={class:"title"},ha=_({__name:"VPNavBarTranslations",setup(s){const{theme:e}=L(),{localeLinks:t,currentLang:o}=X({correspondingLink:!0});return(n,r)=>i(t).length&&i(o).label?(a(),y(ge,{key:0,class:"VPNavBarTranslations",icon:"vpi-languages",label:i(e).langMenuLabel||"Change language"},{default:p(()=>[v("div",va,[v("p",pa,w(i(o).label),1),(a(!0),u(M,null,E(i(t),l=>(a(),y(ne,{key:l.link,item:l},null,8,["item"]))),128))])]),_:1},8,["label"])):f("",!0)}}),fa=$(ha,[["__scopeId","data-v-c80d9ad0"]]),_a=s=>(B("data-v-40788ea0"),s=s(),H(),s),ma={class:"wrapper"},ba={class:"container"},ka={class:"title"},$a={class:"content"},ga={class:"content-body"},ya=_a(()=>v("div",{class:"divider"},[v("div",{class:"divider-line"})],-1)),Pa=_({__name:"VPNavBar",props:{isScreenOpen:{type:Boolean}},emits:["toggle-screen"],setup(s){const{y:e}=Me(),{hasSidebar:t}=U(),{frontmatter:o}=L(),n=I({});return Le(()=>{n.value={"has-sidebar":t.value,home:o.value.layout==="home",top:e.value===0}}),(r,l)=>(a(),u("div",{class:N(["VPNavBar",n.value])},[v("div",ma,[v("div",ba,[v("div",ka,[k(da,null,{"nav-bar-title-before":p(()=>[c(r.$slots,"nav-bar-title-before",{},void 0,!0)]),"nav-bar-title-after":p(()=>[c(r.$slots,"nav-bar-title-after",{},void 0,!0)]),_:3})]),v("div",$a,[v("div",ga,[c(r.$slots,"nav-bar-content-before",{},void 0,!0),k(na,{class:"search"}),k(Jn,{class:"menu"}),k(fa,{class:"translations"}),k(Xo,{class:"appearance"}),k(ra,{class:"social-links"}),k(Cn,{class:"extra"}),c(r.$slots,"nav-bar-content-after",{},void 0,!0),k(On,{class:"hamburger",active:r.isScreenOpen,onClick:l[0]||(l[0]=h=>r.$emit("toggle-screen"))},null,8,["active"])])])])]),ya],2))}}),Sa=$(Pa,[["__scopeId","data-v-40788ea0"]]),Va={key:0,class:"VPNavScreenAppearance"},La={class:"text"},Ta=_({__name:"VPNavScreenAppearance",setup(s){const{site:e,theme:t}=L();return(o,n)=>i(e).appearance&&i(e).appearance!=="force-dark"?(a(),u("div",Va,[v("p",La,w(i(t).darkModeSwitchLabel||"Appearance"),1),k(ke)])):f("",!0)}}),wa=$(Ta,[["__scopeId","data-v-2b89f08b"]]),Ia=_({__name:"VPNavScreenMenuLink",props:{item:{}},setup(s){const e=J("close-screen");return(t,o)=>(a(),y(D,{class:"VPNavScreenMenuLink",href:t.item.link,target:t.item.target,rel:t.item.rel,onClick:i(e),innerHTML:t.item.text},null,8,["href","target","rel","onClick","innerHTML"]))}}),Na=$(Ia,[["__scopeId","data-v-27d04aeb"]]),Ma=_({__name:"VPNavScreenMenuGroupLink",props:{item:{}},setup(s){const e=J("close-screen");return(t,o)=>(a(),y(D,{class:"VPNavScreenMenuGroupLink",href:t.item.link,target:t.item.target,rel:t.item.rel,onClick:i(e)},{default:p(()=>[F(w(t.item.text),1)]),_:1},8,["href","target","rel","onClick"]))}}),je=$(Ma,[["__scopeId","data-v-7179dbb7"]]),Aa={class:"VPNavScreenMenuGroupSection"},Ca={key:0,class:"title"},Ba=_({__name:"VPNavScreenMenuGroupSection",props:{text:{},items:{}},setup(s){return(e,t)=>(a(),u("div",Aa,[e.text?(a(),u("p",Ca,w(e.text),1)):f("",!0),(a(!0),u(M,null,E(e.items,o=>(a(),y(je,{key:o.text,item:o},null,8,["item"]))),128))]))}}),Ha=$(Ba,[["__scopeId","data-v-4b8941ac"]]),Ea=s=>(B("data-v-c9df2649"),s=s(),H(),s),Da=["aria-controls","aria-expanded"],Fa=["innerHTML"],Oa=Ea(()=>v("span",{class:"vpi-plus button-icon"},null,-1)),Ua=["id"],ja={key:1,class:"group"},Ga=_({__name:"VPNavScreenMenuGroup",props:{text:{},items:{}},setup(s){const e=s,t=I(!1),o=g(()=>`NavScreenGroup-${e.text.replace(" ","-").toLowerCase()}`);function n(){t.value=!t.value}return(r,l)=>(a(),u("div",{class:N(["VPNavScreenMenuGroup",{open:t.value}])},[v("button",{class:"button","aria-controls":o.value,"aria-expanded":t.value,onClick:n},[v("span",{class:"button-text",innerHTML:r.text},null,8,Fa),Oa],8,Da),v("div",{id:o.value,class:"items"},[(a(!0),u(M,null,E(r.items,h=>(a(),u(M,{key:h.text},["link"in h?(a(),u("div",{key:h.text,class:"item"},[k(je,{item:h},null,8,["item"])])):(a(),u("div",ja,[k(Ha,{text:h.text,items:h.items},null,8,["text","items"])]))],64))),128))],8,Ua)],2))}}),za=$(Ga,[["__scopeId","data-v-c9df2649"]]),Ka={key:0,class:"VPNavScreenMenu"},Ra=_({__name:"VPNavScreenMenu",setup(s){const{theme:e}=L();return(t,o)=>i(e).nav?(a(),u("nav",Ka,[(a(!0),u(M,null,E(i(e).nav,n=>(a(),u(M,{key:n.text},["link"in n?(a(),y(Na,{key:0,item:n},null,8,["item"])):(a(),y(za,{key:1,text:n.text||"",items:n.items},null,8,["text","items"]))],64))),128))])):f("",!0)}}),qa=_({__name:"VPNavScreenSocialLinks",setup(s){const{theme:e}=L();return(t,o)=>i(e).socialLinks?(a(),y(ye,{key:0,class:"VPNavScreenSocialLinks",links:i(e).socialLinks},null,8,["links"])):f("",!0)}}),Ge=s=>(B("data-v-362991c2"),s=s(),H(),s),Wa=Ge(()=>v("span",{class:"vpi-languages icon lang"},null,-1)),Ja=Ge(()=>v("span",{class:"vpi-chevron-down icon chevron"},null,-1)),Ya={class:"list"},Xa=_({__name:"VPNavScreenTranslations",setup(s){const{localeLinks:e,currentLang:t}=X({correspondingLink:!0}),o=I(!1);function n(){o.value=!o.value}return(r,l)=>i(e).length&&i(t).label?(a(),u("div",{key:0,class:N(["VPNavScreenTranslations",{open:o.value}])},[v("button",{class:"title",onClick:n},[Wa,F(" "+w(i(t).label)+" ",1),Ja]),v("ul",Ya,[(a(!0),u(M,null,E(i(e),h=>(a(),u("li",{key:h.link,class:"item"},[k(D,{class:"link",href:h.link},{default:p(()=>[F(w(h.text),1)]),_:2},1032,["href"])]))),128))])],2)):f("",!0)}}),Qa=$(Xa,[["__scopeId","data-v-362991c2"]]),Za={class:"container"},xa=_({__name:"VPNavScreen",props:{open:{type:Boolean}},setup(s){const e=I(null),t=Ae(oe?document.body:null);return(o,n)=>(a(),y(pe,{name:"fade",onEnter:n[0]||(n[0]=r=>t.value=!0),onAfterLeave:n[1]||(n[1]=r=>t.value=!1)},{default:p(()=>[o.open?(a(),u("div",{key:0,class:"VPNavScreen",ref_key:"screen",ref:e,id:"VPNavScreen"},[v("div",Za,[c(o.$slots,"nav-screen-content-before",{},void 0,!0),k(Ra,{class:"menu"}),k(Qa,{class:"translations"}),k(wa,{class:"appearance"}),k(qa,{class:"social-links"}),c(o.$slots,"nav-screen-content-after",{},void 0,!0)])],512)):f("",!0)]),_:3}))}}),er=$(xa,[["__scopeId","data-v-382f42e9"]]),tr={key:0,class:"VPNav"},sr=_({__name:"VPNav",setup(s){const{isScreenOpen:e,closeScreen:t,toggleScreen:o}=Fo(),{frontmatter:n}=L(),r=g(()=>n.value.navbar!==!1);return _e("close-screen",t),ee(()=>{oe&&document.documentElement.classList.toggle("hide-nav",!r.value)}),(l,h)=>r.value?(a(),u("header",tr,[k(Sa,{"is-screen-open":i(e),onToggleScreen:i(o)},{"nav-bar-title-before":p(()=>[c(l.$slots,"nav-bar-title-before",{},void 0,!0)]),"nav-bar-title-after":p(()=>[c(l.$slots,"nav-bar-title-after",{},void 0,!0)]),"nav-bar-content-before":p(()=>[c(l.$slots,"nav-bar-content-before",{},void 0,!0)]),"nav-bar-content-after":p(()=>[c(l.$slots,"nav-bar-content-after",{},void 0,!0)]),_:3},8,["is-screen-open","onToggleScreen"]),k(er,{open:i(e)},{"nav-screen-content-before":p(()=>[c(l.$slots,"nav-screen-content-before",{},void 0,!0)]),"nav-screen-content-after":p(()=>[c(l.$slots,"nav-screen-content-after",{},void 0,!0)]),_:3},8,["open"])])):f("",!0)}}),or=$(sr,[["__scopeId","data-v-f1e365da"]]),ze=s=>(B("data-v-2ea20db7"),s=s(),H(),s),nr=["role","tabindex"],ar=ze(()=>v("div",{class:"indicator"},null,-1)),rr=ze(()=>v("span",{class:"vpi-chevron-right caret-icon"},null,-1)),ir=[rr],lr={key:1,class:"items"},cr=_({__name:"VPSidebarItem",props:{item:{},depth:{}},setup(s){const e=s,{collapsed:t,collapsible:o,isLink:n,isActiveLink:r,hasActiveLink:l,hasChildren:h,toggle:d}=wt(g(()=>e.item)),m=g(()=>h.value?"section":"div"),V=g(()=>n.value?"a":"div"),b=g(()=>h.value?e.depth+2===7?"p":`h${e.depth+2}`:"p"),P=g(()=>n.value?void 0:"button"),S=g(()=>[[`level-${e.depth}`],{collapsible:o.value},{collapsed:t.value},{"is-link":n.value},{"is-active":r.value},{"has-active":l.value}]);function A(T){"key"in T&&T.key!=="Enter"||!e.item.link&&d()}function C(){e.item.link&&d()}return(T,j)=>{const G=R("VPSidebarItem",!0);return a(),y(W(m.value),{class:N(["VPSidebarItem",S.value])},{default:p(()=>[T.item.text?(a(),u("div",Q({key:0,class:"item",role:P.value},nt(T.item.items?{click:A,keydown:A}:{},!0),{tabindex:T.item.items&&0}),[ar,T.item.link?(a(),y(D,{key:0,tag:V.value,class:"link",href:T.item.link,rel:T.item.rel,target:T.item.target},{default:p(()=>[(a(),y(W(b.value),{class:"text",innerHTML:T.item.text},null,8,["innerHTML"]))]),_:1},8,["tag","href","rel","target"])):(a(),y(W(b.value),{key:1,class:"text",innerHTML:T.item.text},null,8,["innerHTML"])),T.item.collapsed!=null&&T.item.items&&T.item.items.length?(a(),u("div",{key:2,class:"caret",role:"button","aria-label":"toggle section",onClick:C,onKeydown:ot(C,["enter"]),tabindex:"0"},ir,32)):f("",!0)],16,nr)):f("",!0),T.item.items&&T.item.items.length?(a(),u("div",lr,[T.depth<5?(a(!0),u(M,{key:0},E(T.item.items,q=>(a(),y(G,{key:q.text,item:q,depth:T.depth+1},null,8,["item","depth"]))),128)):f("",!0)])):f("",!0)]),_:1},8,["class"])}}}),ur=$(cr,[["__scopeId","data-v-2ea20db7"]]),Ke=s=>(B("data-v-ec846e01"),s=s(),H(),s),dr=Ke(()=>v("div",{class:"curtain"},null,-1)),vr={class:"nav",id:"VPSidebarNav","aria-labelledby":"sidebar-aria-label",tabindex:"-1"},pr=Ke(()=>v("span",{class:"visually-hidden",id:"sidebar-aria-label"}," Sidebar Navigation ",-1)),hr=_({__name:"VPSidebar",props:{open:{type:Boolean}},setup(s){const{sidebarGroups:e,hasSidebar:t}=U(),o=s,n=I(null),r=Ae(oe?document.body:null);return O([o,n],()=>{var l;o.open?(r.value=!0,(l=n.value)==null||l.focus()):r.value=!1},{immediate:!0,flush:"post"}),(l,h)=>i(t)?(a(),u("aside",{key:0,class:N(["VPSidebar",{open:l.open}]),ref_key:"navEl",ref:n,onClick:h[0]||(h[0]=at(()=>{},["stop"]))},[dr,v("nav",vr,[pr,c(l.$slots,"sidebar-nav-before",{},void 0,!0),(a(!0),u(M,null,E(i(e),d=>(a(),u("div",{key:d.text,class:"group"},[k(ur,{item:d,depth:0},null,8,["item"])]))),128)),c(l.$slots,"sidebar-nav-after",{},void 0,!0)])],2)):f("",!0)}}),fr=$(hr,[["__scopeId","data-v-ec846e01"]]),_r=_({__name:"VPSkipLink",setup(s){const e=se(),t=I();O(()=>e.path,()=>t.value.focus());function o({target:n}){const r=document.getElementById(decodeURIComponent(n.hash).slice(1));if(r){const l=()=>{r.removeAttribute("tabindex"),r.removeEventListener("blur",l)};r.setAttribute("tabindex","-1"),r.addEventListener("blur",l),r.focus(),window.scrollTo(0,0)}}return(n,r)=>(a(),u(M,null,[v("span",{ref_key:"backToTop",ref:t,tabindex:"-1"},null,512),v("a",{href:"#VPContent",class:"VPSkipLink visually-hidden",onClick:o}," Skip to content ")],64))}}),mr=$(_r,[["__scopeId","data-v-c3508ec8"]]),br=_({__name:"Layout",setup(s){const{isOpen:e,open:t,close:o}=U(),n=se();O(()=>n.path,o),Tt(e,o);const{frontmatter:r}=L(),l=Ce(),h=g(()=>!!l["home-hero-image"]);return _e("hero-image-slot-exists",h),(d,m)=>{const V=R("Content");return i(r).layout!==!1?(a(),u("div",{key:0,class:N(["Layout",i(r).pageClass])},[c(d.$slots,"layout-top",{},void 0,!0),k(mr),k(vt,{class:"backdrop",show:i(e),onClick:i(o)},null,8,["show","onClick"]),k(or,null,{"nav-bar-title-before":p(()=>[c(d.$slots,"nav-bar-title-before",{},void 0,!0)]),"nav-bar-title-after":p(()=>[c(d.$slots,"nav-bar-title-after",{},void 0,!0)]),"nav-bar-content-before":p(()=>[c(d.$slots,"nav-bar-content-before",{},void 0,!0)]),"nav-bar-content-after":p(()=>[c(d.$slots,"nav-bar-content-after",{},void 0,!0)]),"nav-screen-content-before":p(()=>[c(d.$slots,"nav-screen-content-before",{},void 0,!0)]),"nav-screen-content-after":p(()=>[c(d.$slots,"nav-screen-content-after",{},void 0,!0)]),_:3}),k(Do,{open:i(e),onOpenMenu:i(t)},null,8,["open","onOpenMenu"]),k(fr,{open:i(e)},{"sidebar-nav-before":p(()=>[c(d.$slots,"sidebar-nav-before",{},void 0,!0)]),"sidebar-nav-after":p(()=>[c(d.$slots,"sidebar-nav-after",{},void 0,!0)]),_:3},8,["open"]),k(mo,null,{"page-top":p(()=>[c(d.$slots,"page-top",{},void 0,!0)]),"page-bottom":p(()=>[c(d.$slots,"page-bottom",{},void 0,!0)]),"not-found":p(()=>[c(d.$slots,"not-found",{},void 0,!0)]),"home-hero-before":p(()=>[c(d.$slots,"home-hero-before",{},void 0,!0)]),"home-hero-info-before":p(()=>[c(d.$slots,"home-hero-info-before",{},void 0,!0)]),"home-hero-info":p(()=>[c(d.$slots,"home-hero-info",{},void 0,!0)]),"home-hero-info-after":p(()=>[c(d.$slots,"home-hero-info-after",{},void 0,!0)]),"home-hero-actions-after":p(()=>[c(d.$slots,"home-hero-actions-after",{},void 0,!0)]),"home-hero-image":p(()=>[c(d.$slots,"home-hero-image",{},void 0,!0)]),"home-hero-after":p(()=>[c(d.$slots,"home-hero-after",{},void 0,!0)]),"home-features-before":p(()=>[c(d.$slots,"home-features-before",{},void 0,!0)]),"home-features-after":p(()=>[c(d.$slots,"home-features-after",{},void 0,!0)]),"doc-footer-before":p(()=>[c(d.$slots,"doc-footer-before",{},void 0,!0)]),"doc-before":p(()=>[c(d.$slots,"doc-before",{},void 0,!0)]),"doc-after":p(()=>[c(d.$slots,"doc-after",{},void 0,!0)]),"doc-top":p(()=>[c(d.$slots,"doc-top",{},void 0,!0)]),"doc-bottom":p(()=>[c(d.$slots,"doc-bottom",{},void 0,!0)]),"aside-top":p(()=>[c(d.$slots,"aside-top",{},void 0,!0)]),"aside-bottom":p(()=>[c(d.$slots,"aside-bottom",{},void 0,!0)]),"aside-outline-before":p(()=>[c(d.$slots,"aside-outline-before",{},void 0,!0)]),"aside-outline-after":p(()=>[c(d.$slots,"aside-outline-after",{},void 0,!0)]),"aside-ads-before":p(()=>[c(d.$slots,"aside-ads-before",{},void 0,!0)]),"aside-ads-after":p(()=>[c(d.$slots,"aside-ads-after",{},void 0,!0)]),_:3}),k(yo),c(d.$slots,"layout-bottom",{},void 0,!0)],2)):(a(),y(V,{key:1}))}}}),kr=$(br,[["__scopeId","data-v-a9a9e638"]]),Se={Layout:kr,enhanceApp:({app:s})=>{s.component("Badge",ct)}},$r=s=>{if(typeof document>"u")return{stabilizeScrollPosition:n=>async(...r)=>n(...r)};const e=document.documentElement;return{stabilizeScrollPosition:o=>async(...n)=>{const r=o(...n),l=s.value;if(!l)return r;const h=l.offsetTop-e.scrollTop;return await Ne(),e.scrollTop=l.offsetTop-h,r}}},Re="vitepress:tabSharedState",Y=typeof localStorage<"u"?localStorage:null,qe="vitepress:tabsSharedState",gr=()=>{const s=Y==null?void 0:Y.getItem(qe);if(s)try{return JSON.parse(s)}catch{}return{}},yr=s=>{Y&&Y.setItem(qe,JSON.stringify(s))},Pr=s=>{const e=rt({});O(()=>e.content,(t,o)=>{t&&o&&yr(t)},{deep:!0}),s.provide(Re,e)},Sr=(s,e)=>{const t=J(Re);if(!t)throw new Error("[vitepress-plugin-tabs] TabsSharedState should be injected");K(()=>{t.content||(t.content=gr())});const o=I(),n=g({get(){var d;const l=e.value,h=s.value;if(l){const m=(d=t.content)==null?void 0:d[l];if(m&&h.includes(m))return m}else{const m=o.value;if(m)return m}return h[0]},set(l){const h=e.value;h?t.content&&(t.content[h]=l):o.value=l}});return{selected:n,select:l=>{n.value=l}}};let Ve=0;const Vr=()=>(Ve++,""+Ve);function Lr(){const s=Ce();return g(()=>{var o;const t=(o=s.default)==null?void 0:o.call(s);return t?t.filter(n=>typeof n.type=="object"&&"__name"in n.type&&n.type.__name==="PluginTabsTab"&&n.props).map(n=>{var r;return(r=n.props)==null?void 0:r.label}):[]})}const We="vitepress:tabSingleState",Tr=s=>{_e(We,s)},wr=()=>{const s=J(We);if(!s)throw new Error("[vitepress-plugin-tabs] TabsSingleState should be injected");return s},Ir={class:"plugin-tabs"},Nr=["id","aria-selected","aria-controls","tabindex","onClick"],Mr=_({__name:"PluginTabs",props:{sharedStateKey:{}},setup(s){const e=s,t=Lr(),{selected:o,select:n}=Sr(t,it(e,"sharedStateKey")),r=I(),{stabilizeScrollPosition:l}=$r(r),h=l(n),d=I([]),m=b=>{var A;const P=t.value.indexOf(o.value);let S;b.key==="ArrowLeft"?S=P>=1?P-1:t.value.length-1:b.key==="ArrowRight"&&(S=P(a(),u("div",Ir,[v("div",{ref_key:"tablist",ref:r,class:"plugin-tabs--tab-list",role:"tablist",onKeydown:m},[(a(!0),u(M,null,E(i(t),S=>(a(),u("button",{id:`tab-${S}-${i(V)}`,ref_for:!0,ref_key:"buttonRefs",ref:d,key:S,role:"tab",class:"plugin-tabs--tab","aria-selected":S===i(o),"aria-controls":`panel-${S}-${i(V)}`,tabindex:S===i(o)?0:-1,onClick:()=>i(h)(S)},w(S),9,Nr))),128))],544),c(b.$slots,"default")]))}}),Ar=["id","aria-labelledby"],Cr=_({__name:"PluginTabsTab",props:{label:{}},setup(s){const{uid:e,selected:t}=wr();return(o,n)=>i(t)===o.label?(a(),u("div",{key:0,id:`panel-${o.label}-${i(e)}`,class:"plugin-tabs--content",role:"tabpanel",tabindex:"0","aria-labelledby":`tab-${o.label}-${i(e)}`},[c(o.$slots,"default",{},void 0,!0)],8,Ar)):f("",!0)}}),Br=$(Cr,[["__scopeId","data-v-9b0d03d2"]]),Hr=s=>{Pr(s),s.component("PluginTabs",Mr),s.component("PluginTabsTab",Br)},Dr={extends:Se,Layout(){return lt(Se.Layout,null,{})},enhanceApp({app:s,router:e,siteData:t}){Hr(s)}};export{Dr as R,Yn as c,L as u};
diff --git a/previews/PR169/assets/juvibtg.Dig-DWOQ.png b/previews/PR169/assets/cuxzgsd.Dig-DWOQ.png
similarity index 100%
rename from previews/PR169/assets/juvibtg.Dig-DWOQ.png
rename to previews/PR169/assets/cuxzgsd.Dig-DWOQ.png
diff --git a/previews/PR169/assets/nnuljte.CgiryX2p.png b/previews/PR169/assets/denqdhe.CgiryX2p.png
similarity index 100%
rename from previews/PR169/assets/nnuljte.CgiryX2p.png
rename to previews/PR169/assets/denqdhe.CgiryX2p.png
diff --git a/previews/PR169/assets/pjdrydk.DC3TvBOO.png b/previews/PR169/assets/equilxb.DC3TvBOO.png
similarity index 100%
rename from previews/PR169/assets/pjdrydk.DC3TvBOO.png
rename to previews/PR169/assets/equilxb.DC3TvBOO.png
diff --git a/previews/PR169/assets/experiments_predicates.md.6jQzlyG2.js b/previews/PR169/assets/experiments_predicates.md.CewQL96D.js
similarity index 99%
rename from previews/PR169/assets/experiments_predicates.md.6jQzlyG2.js
rename to previews/PR169/assets/experiments_predicates.md.CewQL96D.js
index ba516397f..15f9195db 100644
--- a/previews/PR169/assets/experiments_predicates.md.6jQzlyG2.js
+++ b/previews/PR169/assets/experiments_predicates.md.CewQL96D.js
@@ -1,4 +1,4 @@
-import{_ as s,c as i,o as a,a6 as h}from"./chunks/framework.CXV__M-i.js";const k="/GeometryOps.jl/previews/PR169/assets/ayowruv.Des6WERb.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,a6 as h}from"./chunks/framework.CXV__M-i.js";const k="/GeometryOps.jl/previews/PR169/assets/ontlabg.C2sEkp5n.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/PR169/assets/experiments_predicates.md.6jQzlyG2.lean.js b/previews/PR169/assets/experiments_predicates.md.CewQL96D.lean.js
similarity index 74%
rename from previews/PR169/assets/experiments_predicates.md.6jQzlyG2.lean.js
rename to previews/PR169/assets/experiments_predicates.md.CewQL96D.lean.js
index 402689276..3231e8691 100644
--- a/previews/PR169/assets/experiments_predicates.md.6jQzlyG2.lean.js
+++ b/previews/PR169/assets/experiments_predicates.md.CewQL96D.lean.js
@@ -1 +1 @@
-import{_ as s,c as i,o as a,a6 as h}from"./chunks/framework.CXV__M-i.js";const k="/GeometryOps.jl/previews/PR169/assets/ayowruv.Des6WERb.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,a6 as h}from"./chunks/framework.CXV__M-i.js";const k="/GeometryOps.jl/previews/PR169/assets/ontlabg.C2sEkp5n.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/PR169/assets/lmmgxcz.Bglvb-jp.png b/previews/PR169/assets/gkolncw.Bglvb-jp.png
similarity index 100%
rename from previews/PR169/assets/lmmgxcz.Bglvb-jp.png
rename to previews/PR169/assets/gkolncw.Bglvb-jp.png
diff --git a/previews/PR169/assets/hctmgoi.B-_drWRL.png b/previews/PR169/assets/hctmgoi.B-_drWRL.png
new file mode 100644
index 000000000..e444912e0
Binary files /dev/null and b/previews/PR169/assets/hctmgoi.B-_drWRL.png differ
diff --git a/previews/PR169/assets/howto_unary_union.md.Df56Pagc.js b/previews/PR169/assets/howto_unary_union.md.C1rMdkuw.js
similarity index 68%
rename from previews/PR169/assets/howto_unary_union.md.Df56Pagc.js
rename to previews/PR169/assets/howto_unary_union.md.C1rMdkuw.js
index ce9dd2470..2c30e6c07 100644
--- a/previews/PR169/assets/howto_unary_union.md.Df56Pagc.js
+++ b/previews/PR169/assets/howto_unary_union.md.C1rMdkuw.js
@@ -1,4 +1,4 @@
-import{_ as a,c as s,o as n,a6 as e}from"./chunks/framework.CXV__M-i.js";const k=JSON.parse('{"title":"Unary union","description":"","frontmatter":{},"headers":[],"relativePath":"howto/unary_union.md","filePath":"howto/unary_union.md","lastUpdated":null}'),i={name:"howto/unary_union.md"},t=e(`

Unary union

julia
using Makie, GeoMakie
+import{_ as s,c as a,o as n,a6 as e}from"./chunks/framework.CXV__M-i.js";const m=JSON.parse('{"title":"Unary union","description":"","frontmatter":{},"headers":[],"relativePath":"howto/unary_union.md","filePath":"howto/unary_union.md","lastUpdated":null}'),i={name:"howto/unary_union.md"},t=e(`

Unary union

julia
using Makie, GeoMakie
 import GeometryOps as GO, GeoInterface as GI

Furst, we get the data. These are watersheds in Vancouver Island, Canada - the very same used in the GEOS benchmarks.

Since the file is zipped, we have to unzip it, which is why this code is a bit longer than it otherwise might be.

@example
wkt_gz_file = download("https://rawcdn.githack.com/pramsey/geos-performance/b54d92a678e2174059d1b0ff233e275e4bd02084/data/watersheds.wkt.gz", joinpath(tempdir(), "watersheds.wkt.gz"))
 using GZip
 handle = GZip.open(wkt_gz_file)
@@ -9,7 +9,11 @@ import{_ as a,c as s,o as n,a6 as e}from"./chunks/framework.CXV__M-i.js";const k
 
 geoms = GO.tuples(wkt)
 
-plot(geoms; color = 1:length(geoms), axis = (; aspect = DataAspect()))

Now that we have the geometries, we reduce over the vector, performing unions along the way.

@example
final_multipoly = reduce(
+plot(geoms; color = 1:length(geoms), axis = (; aspect = DataAspect()))

Now that we have the geometries, we reduce over the vector, performing unions along the way.

@example
@time final_multipoly = reduce(
     (x, y) -> GO.union(x, y; target = GI.MultiPolygonTrait, fix = GO.UnionIntersectingPolygons()), 
-    geoms
-)
`,7),p=[t];function l(o,h,r,c,d,u){return n(),s("div",null,p)}const m=a(i,[["render",l]]);export{k as __pageData,m as default}; + GO.fix(geoms) +)
@example
fixed_geoms = GO.buffer(geoms, 0)
+@time final_multipoly = reduce(
+    (x, y) -> GO.union(x, y; target = GI.MultiPolygonTrait, fix = GO.UnionIntersectingPolygons()), 
+    fixed_geoms
+)
@example
@time GO.fix(GI.MultiPolygon(fixed_geoms); corrections = (GO.UnionIntersectingPolygons(),))
`,9),p=[t];function l(o,c,h,r,d,g){return n(),a("div",null,p)}const k=s(i,[["render",l]]);export{m as __pageData,k as default}; diff --git a/previews/PR169/assets/howto_unary_union.md.C1rMdkuw.lean.js b/previews/PR169/assets/howto_unary_union.md.C1rMdkuw.lean.js new file mode 100644 index 000000000..1453870c3 --- /dev/null +++ b/previews/PR169/assets/howto_unary_union.md.C1rMdkuw.lean.js @@ -0,0 +1 @@ +import{_ as s,c as a,o as n,a6 as e}from"./chunks/framework.CXV__M-i.js";const m=JSON.parse('{"title":"Unary union","description":"","frontmatter":{},"headers":[],"relativePath":"howto/unary_union.md","filePath":"howto/unary_union.md","lastUpdated":null}'),i={name:"howto/unary_union.md"},t=e("",9),p=[t];function l(o,c,h,r,d,g){return n(),a("div",null,p)}const k=s(i,[["render",l]]);export{m as __pageData,k as default}; diff --git a/previews/PR169/assets/howto_unary_union.md.Df56Pagc.lean.js b/previews/PR169/assets/howto_unary_union.md.Df56Pagc.lean.js deleted file mode 100644 index 1ff49a764..000000000 --- a/previews/PR169/assets/howto_unary_union.md.Df56Pagc.lean.js +++ /dev/null @@ -1 +0,0 @@ -import{_ as a,c as s,o as n,a6 as e}from"./chunks/framework.CXV__M-i.js";const k=JSON.parse('{"title":"Unary union","description":"","frontmatter":{},"headers":[],"relativePath":"howto/unary_union.md","filePath":"howto/unary_union.md","lastUpdated":null}'),i={name:"howto/unary_union.md"},t=e("",7),p=[t];function l(o,h,r,c,d,u){return n(),s("div",null,p)}const m=a(i,[["render",l]]);export{k as __pageData,m as default}; diff --git a/previews/PR169/assets/dbrztnc.yuGUdylf.png b/previews/PR169/assets/hxkvfhc.yuGUdylf.png similarity index 100% rename from previews/PR169/assets/dbrztnc.yuGUdylf.png rename to previews/PR169/assets/hxkvfhc.yuGUdylf.png diff --git a/previews/PR169/assets/icfkkkq.DhF98w0-.png b/previews/PR169/assets/icfkkkq.DhF98w0-.png deleted file mode 100644 index 01a15795f..000000000 Binary files a/previews/PR169/assets/icfkkkq.DhF98w0-.png and /dev/null differ diff --git a/previews/PR169/assets/tjimhcu.C3SxJ3x-.png b/previews/PR169/assets/iuqavhg.C3SxJ3x-.png similarity index 100% rename from previews/PR169/assets/tjimhcu.C3SxJ3x-.png rename to previews/PR169/assets/iuqavhg.C3SxJ3x-.png diff --git a/previews/PR169/assets/jdrrjbm.DFAgXvTT.png b/previews/PR169/assets/jdrrjbm.DFAgXvTT.png new file mode 100644 index 000000000..993cef5dd Binary files /dev/null and b/previews/PR169/assets/jdrrjbm.DFAgXvTT.png differ diff --git a/previews/PR169/assets/zkhhjvo.DFgr-JEI.png b/previews/PR169/assets/jitclsi.DFgr-JEI.png similarity index 100% rename from previews/PR169/assets/zkhhjvo.DFgr-JEI.png rename to previews/PR169/assets/jitclsi.DFgr-JEI.png diff --git a/previews/PR169/assets/jkjlsdp.DI3FGwyW.png b/previews/PR169/assets/jkjlsdp.DI3FGwyW.png deleted file mode 100644 index 897140504..000000000 Binary files a/previews/PR169/assets/jkjlsdp.DI3FGwyW.png and /dev/null differ diff --git a/previews/PR169/assets/padvgra.CLtpJ5Wb.png b/previews/PR169/assets/jnrzmld.CLtpJ5Wb.png similarity index 100% rename from previews/PR169/assets/padvgra.CLtpJ5Wb.png rename to previews/PR169/assets/jnrzmld.CLtpJ5Wb.png diff --git a/previews/PR169/assets/gbpjzwx.DwqDxlAG.png b/previews/PR169/assets/ktrxhbi.DwqDxlAG.png similarity index 100% rename from previews/PR169/assets/gbpjzwx.DwqDxlAG.png rename to previews/PR169/assets/ktrxhbi.DwqDxlAG.png diff --git a/previews/PR169/assets/bvpbabx.lu4jwpi-.png b/previews/PR169/assets/kzjiokc.lu4jwpi-.png similarity index 100% rename from previews/PR169/assets/bvpbabx.lu4jwpi-.png rename to previews/PR169/assets/kzjiokc.lu4jwpi-.png diff --git a/previews/PR169/assets/ljclzfp.B8464KIz.png b/previews/PR169/assets/ljclzfp.B8464KIz.png new file mode 100644 index 000000000..2fcd71f92 Binary files /dev/null and b/previews/PR169/assets/ljclzfp.B8464KIz.png differ diff --git a/previews/PR169/assets/mnwnxuq.CXhMGpE5.png b/previews/PR169/assets/llncqtq.CXhMGpE5.png similarity index 100% rename from previews/PR169/assets/mnwnxuq.CXhMGpE5.png rename to previews/PR169/assets/llncqtq.CXhMGpE5.png diff --git a/previews/PR169/assets/fovjkwc.Cx40vhB3.png b/previews/PR169/assets/lxpgjjx.Cx40vhB3.png similarity index 100% rename from previews/PR169/assets/fovjkwc.Cx40vhB3.png rename to previews/PR169/assets/lxpgjjx.Cx40vhB3.png diff --git a/previews/PR169/assets/ubstubf.Dz86q2IX.png b/previews/PR169/assets/naplshy.Dz86q2IX.png similarity index 100% rename from previews/PR169/assets/ubstubf.Dz86q2IX.png rename to previews/PR169/assets/naplshy.Dz86q2IX.png diff --git a/previews/PR169/assets/oloiihx.CnU9oE_z.png b/previews/PR169/assets/oloiihx.CnU9oE_z.png deleted file mode 100644 index 4822f9130..000000000 Binary files a/previews/PR169/assets/oloiihx.CnU9oE_z.png and /dev/null differ diff --git a/previews/PR169/assets/ontlabg.C2sEkp5n.png b/previews/PR169/assets/ontlabg.C2sEkp5n.png new file mode 100644 index 000000000..ff2c400bd Binary files /dev/null and b/previews/PR169/assets/ontlabg.C2sEkp5n.png differ diff --git a/previews/PR169/assets/hxelpnv.BaZeu6ul.png b/previews/PR169/assets/plqzayt.BaZeu6ul.png similarity index 100% rename from previews/PR169/assets/hxelpnv.BaZeu6ul.png rename to previews/PR169/assets/plqzayt.BaZeu6ul.png diff --git a/previews/PR169/assets/qnlcjhg.0OJvb21A.png b/previews/PR169/assets/qbbrclg.0OJvb21A.png similarity index 100% rename from previews/PR169/assets/qnlcjhg.0OJvb21A.png rename to previews/PR169/assets/qbbrclg.0OJvb21A.png diff --git a/previews/PR169/assets/qpfxitx.BwdbZIFa.png b/previews/PR169/assets/qemcrdo.BwdbZIFa.png similarity index 100% rename from previews/PR169/assets/qpfxitx.BwdbZIFa.png rename to previews/PR169/assets/qemcrdo.BwdbZIFa.png diff --git a/previews/PR169/assets/rzrivxj.BtHt4_Dy.png b/previews/PR169/assets/rzrivxj.BtHt4_Dy.png deleted file mode 100644 index 00e6059a5..000000000 Binary files a/previews/PR169/assets/rzrivxj.BtHt4_Dy.png and /dev/null differ diff --git a/previews/PR169/assets/zfsecgm.-VpeHhXX.png b/previews/PR169/assets/scyoklo.-VpeHhXX.png similarity index 100% rename from previews/PR169/assets/zfsecgm.-VpeHhXX.png rename to previews/PR169/assets/scyoklo.-VpeHhXX.png diff --git a/previews/PR169/assets/slecjod.iQgIBkRP.png b/previews/PR169/assets/slecjod.iQgIBkRP.png deleted file mode 100644 index 35c1a0e90..000000000 Binary files a/previews/PR169/assets/slecjod.iQgIBkRP.png and /dev/null differ diff --git a/previews/PR169/assets/source_methods_angles.md.DtH8L23a.js b/previews/PR169/assets/source_methods_angles.md.C7WWJ3PB.js similarity index 99% rename from previews/PR169/assets/source_methods_angles.md.DtH8L23a.js rename to previews/PR169/assets/source_methods_angles.md.C7WWJ3PB.js index 2362e7abe..b9392b57c 100644 --- a/previews/PR169/assets/source_methods_angles.md.DtH8L23a.js +++ b/previews/PR169/assets/source_methods_angles.md.C7WWJ3PB.js @@ -1,4 +1,4 @@ -import{_ as s,c as i,o as a,a6 as n}from"./chunks/framework.CXV__M-i.js";const h="/GeometryOps.jl/previews/PR169/assets/juvibtg.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,a6 as n}from"./chunks/framework.CXV__M-i.js";const h="/GeometryOps.jl/previews/PR169/assets/cuxzgsd.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/PR169/assets/source_methods_angles.md.DtH8L23a.lean.js b/previews/PR169/assets/source_methods_angles.md.C7WWJ3PB.lean.js
similarity index 87%
rename from previews/PR169/assets/source_methods_angles.md.DtH8L23a.lean.js
rename to previews/PR169/assets/source_methods_angles.md.C7WWJ3PB.lean.js
index eeb4c442f..191dcdaad 100644
--- a/previews/PR169/assets/source_methods_angles.md.DtH8L23a.lean.js
+++ b/previews/PR169/assets/source_methods_angles.md.C7WWJ3PB.lean.js
@@ -1 +1 @@
-import{_ as s,c as i,o as a,a6 as n}from"./chunks/framework.CXV__M-i.js";const h="/GeometryOps.jl/previews/PR169/assets/juvibtg.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,a6 as n}from"./chunks/framework.CXV__M-i.js";const h="/GeometryOps.jl/previews/PR169/assets/cuxzgsd.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/PR169/assets/source_methods_area.md.Bvb5UeIO.js b/previews/PR169/assets/source_methods_area.md.CmE6wsZJ.js
similarity index 99%
rename from previews/PR169/assets/source_methods_area.md.Bvb5UeIO.js
rename to previews/PR169/assets/source_methods_area.md.CmE6wsZJ.js
index bc97bb464..d185e6691 100644
--- a/previews/PR169/assets/source_methods_area.md.Bvb5UeIO.js
+++ b/previews/PR169/assets/source_methods_area.md.CmE6wsZJ.js
@@ -1,4 +1,4 @@
-import{_ as s,c as i,o as a,a6 as n}from"./chunks/framework.CXV__M-i.js";const h="/GeometryOps.jl/previews/PR169/assets/juvibtg.Dig-DWOQ.png",t="/GeometryOps.jl/previews/PR169/assets/lokfglb.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,a6 as n}from"./chunks/framework.CXV__M-i.js";const h="/GeometryOps.jl/previews/PR169/assets/cuxzgsd.Dig-DWOQ.png",t="/GeometryOps.jl/previews/PR169/assets/yqqwdwy.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/PR169/assets/source_methods_area.md.Bvb5UeIO.lean.js b/previews/PR169/assets/source_methods_area.md.CmE6wsZJ.lean.js
similarity index 77%
rename from previews/PR169/assets/source_methods_area.md.Bvb5UeIO.lean.js
rename to previews/PR169/assets/source_methods_area.md.CmE6wsZJ.lean.js
index acb637a46..7fd7dd3f7 100644
--- a/previews/PR169/assets/source_methods_area.md.Bvb5UeIO.lean.js
+++ b/previews/PR169/assets/source_methods_area.md.CmE6wsZJ.lean.js
@@ -1 +1 @@
-import{_ as s,c as i,o as a,a6 as n}from"./chunks/framework.CXV__M-i.js";const h="/GeometryOps.jl/previews/PR169/assets/juvibtg.Dig-DWOQ.png",t="/GeometryOps.jl/previews/PR169/assets/lokfglb.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,a6 as n}from"./chunks/framework.CXV__M-i.js";const h="/GeometryOps.jl/previews/PR169/assets/cuxzgsd.Dig-DWOQ.png",t="/GeometryOps.jl/previews/PR169/assets/yqqwdwy.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/PR169/assets/source_methods_centroid.md.DnIzdiCd.js b/previews/PR169/assets/source_methods_centroid.md.BtMb9Txi.js
similarity index 99%
rename from previews/PR169/assets/source_methods_centroid.md.DnIzdiCd.js
rename to previews/PR169/assets/source_methods_centroid.md.BtMb9Txi.js
index 272dfac2c..98abbe104 100644
--- a/previews/PR169/assets/source_methods_centroid.md.DnIzdiCd.js
+++ b/previews/PR169/assets/source_methods_centroid.md.BtMb9Txi.js
@@ -1,4 +1,4 @@
-import{_ as s,c as i,o as a,a6 as n}from"./chunks/framework.CXV__M-i.js";const h="/GeometryOps.jl/previews/PR169/assets/hluonpa.BD0hVfse.png",t="/GeometryOps.jl/previews/PR169/assets/wwabvkb.DHcwB147.png",F=JSON.parse('{"title":"Centroid","description":"","frontmatter":{},"headers":[],"relativePath":"source/methods/centroid.md","filePath":"source/methods/centroid.md","lastUpdated":null}'),k={name:"source/methods/centroid.md"},p=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,a6 as n}from"./chunks/framework.CXV__M-i.js";const h="/GeometryOps.jl/previews/PR169/assets/tbjhkls.BD0hVfse.png",t="/GeometryOps.jl/previews/PR169/assets/bbquxac.DHcwB147.png",F=JSON.parse('{"title":"Centroid","description":"","frontmatter":{},"headers":[],"relativePath":"source/methods/centroid.md","filePath":"source/methods/centroid.md","lastUpdated":null}'),k={name:"source/methods/centroid.md"},l=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
@@ -90,4 +90,4 @@ import{_ as s,c as i,o as a,a6 as n}from"./chunks/framework.CXV__M-i.js";const h
     x = (x1 * area1 + x2 * area2) / area
     y = (y1 * area1 + y2 * area2) / area
     return (x, y), area
-end

This page was generated using Literate.jl.

`,57),l=[p];function e(r,E,d,g,y,o){return a(),i("div",null,l)}const C=s(k,[["render",e]]);export{F as __pageData,C as default}; +end

This page was generated using Literate.jl.

`,57),p=[l];function e(r,E,d,g,y,o){return a(),i("div",null,p)}const C=s(k,[["render",e]]);export{F as __pageData,C as default}; diff --git a/previews/PR169/assets/source_methods_centroid.md.DnIzdiCd.lean.js b/previews/PR169/assets/source_methods_centroid.md.BtMb9Txi.lean.js similarity index 54% rename from previews/PR169/assets/source_methods_centroid.md.DnIzdiCd.lean.js rename to previews/PR169/assets/source_methods_centroid.md.BtMb9Txi.lean.js index 840048d62..05b37c45a 100644 --- a/previews/PR169/assets/source_methods_centroid.md.DnIzdiCd.lean.js +++ b/previews/PR169/assets/source_methods_centroid.md.BtMb9Txi.lean.js @@ -1 +1 @@ -import{_ as s,c as i,o as a,a6 as n}from"./chunks/framework.CXV__M-i.js";const h="/GeometryOps.jl/previews/PR169/assets/hluonpa.BD0hVfse.png",t="/GeometryOps.jl/previews/PR169/assets/wwabvkb.DHcwB147.png",F=JSON.parse('{"title":"Centroid","description":"","frontmatter":{},"headers":[],"relativePath":"source/methods/centroid.md","filePath":"source/methods/centroid.md","lastUpdated":null}'),k={name:"source/methods/centroid.md"},p=n("",57),l=[p];function e(r,E,d,g,y,o){return a(),i("div",null,l)}const C=s(k,[["render",e]]);export{F as __pageData,C as default}; +import{_ as s,c as i,o as a,a6 as n}from"./chunks/framework.CXV__M-i.js";const h="/GeometryOps.jl/previews/PR169/assets/tbjhkls.BD0hVfse.png",t="/GeometryOps.jl/previews/PR169/assets/bbquxac.DHcwB147.png",F=JSON.parse('{"title":"Centroid","description":"","frontmatter":{},"headers":[],"relativePath":"source/methods/centroid.md","filePath":"source/methods/centroid.md","lastUpdated":null}'),k={name:"source/methods/centroid.md"},l=n("",57),p=[l];function e(r,E,d,g,y,o){return a(),i("div",null,p)}const C=s(k,[["render",e]]);export{F as __pageData,C as default}; diff --git a/previews/PR169/assets/source_methods_clipping_coverage.md.C4J4lRrF.js b/previews/PR169/assets/source_methods_clipping_coverage.md.DJxlqpRk.js similarity index 99% rename from previews/PR169/assets/source_methods_clipping_coverage.md.C4J4lRrF.js rename to previews/PR169/assets/source_methods_clipping_coverage.md.DJxlqpRk.js index 6185957c7..8de410aba 100644 --- a/previews/PR169/assets/source_methods_clipping_coverage.md.C4J4lRrF.js +++ b/previews/PR169/assets/source_methods_clipping_coverage.md.DJxlqpRk.js @@ -1,4 +1,4 @@ -import{_ as s,c as i,o as a,a6 as n}from"./chunks/framework.CXV__M-i.js";const h="/GeometryOps.jl/previews/PR169/assets/gelhort.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-coordiantes 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,a6 as n}from"./chunks/framework.CXV__M-i.js";const h="/GeometryOps.jl/previews/PR169/assets/bcptzyw.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-coordiantes 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/PR169/assets/source_methods_clipping_coverage.md.C4J4lRrF.lean.js b/previews/PR169/assets/source_methods_clipping_coverage.md.DJxlqpRk.lean.js
similarity index 87%
rename from previews/PR169/assets/source_methods_clipping_coverage.md.C4J4lRrF.lean.js
rename to previews/PR169/assets/source_methods_clipping_coverage.md.DJxlqpRk.lean.js
index 20abe1735..8b9715204 100644
--- a/previews/PR169/assets/source_methods_clipping_coverage.md.C4J4lRrF.lean.js
+++ b/previews/PR169/assets/source_methods_clipping_coverage.md.DJxlqpRk.lean.js
@@ -1 +1 @@
-import{_ as s,c as i,o as a,a6 as n}from"./chunks/framework.CXV__M-i.js";const h="/GeometryOps.jl/previews/PR169/assets/gelhort.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,a6 as n}from"./chunks/framework.CXV__M-i.js";const h="/GeometryOps.jl/previews/PR169/assets/bcptzyw.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/PR169/assets/source_methods_clipping_cut.md.D7Kf3Qwn.js b/previews/PR169/assets/source_methods_clipping_cut.md.Dv5i5NBi.js
similarity index 99%
rename from previews/PR169/assets/source_methods_clipping_cut.md.D7Kf3Qwn.js
rename to previews/PR169/assets/source_methods_clipping_cut.md.Dv5i5NBi.js
index 5cd2f6c90..4fe3dbac0 100644
--- a/previews/PR169/assets/source_methods_clipping_cut.md.D7Kf3Qwn.js
+++ b/previews/PR169/assets/source_methods_clipping_cut.md.Dv5i5NBi.js
@@ -1,4 +1,4 @@
-import{_ as s,c as i,o as a,a6 as n}from"./chunks/framework.CXV__M-i.js";const h="/GeometryOps.jl/previews/PR169/assets/zfsecgm.-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,a6 as n}from"./chunks/framework.CXV__M-i.js";const h="/GeometryOps.jl/previews/PR169/assets/scyoklo.-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/PR169/assets/source_methods_clipping_cut.md.D7Kf3Qwn.lean.js b/previews/PR169/assets/source_methods_clipping_cut.md.Dv5i5NBi.lean.js
similarity index 87%
rename from previews/PR169/assets/source_methods_clipping_cut.md.D7Kf3Qwn.lean.js
rename to previews/PR169/assets/source_methods_clipping_cut.md.Dv5i5NBi.lean.js
index 5d0981024..989b9a51b 100644
--- a/previews/PR169/assets/source_methods_clipping_cut.md.D7Kf3Qwn.lean.js
+++ b/previews/PR169/assets/source_methods_clipping_cut.md.Dv5i5NBi.lean.js
@@ -1 +1 @@
-import{_ as s,c as i,o as a,a6 as n}from"./chunks/framework.CXV__M-i.js";const h="/GeometryOps.jl/previews/PR169/assets/zfsecgm.-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,a6 as n}from"./chunks/framework.CXV__M-i.js";const h="/GeometryOps.jl/previews/PR169/assets/scyoklo.-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/PR169/assets/source_methods_clipping_union.md.BPxOgPO6.js b/previews/PR169/assets/source_methods_clipping_union.md.UH-J_XVE.js
similarity index 89%
rename from previews/PR169/assets/source_methods_clipping_union.md.BPxOgPO6.js
rename to previews/PR169/assets/source_methods_clipping_union.md.UH-J_XVE.js
index 782764759..98dd764d1 100644
--- a/previews/PR169/assets/source_methods_clipping_union.md.BPxOgPO6.js
+++ b/previews/PR169/assets/source_methods_clipping_union.md.UH-J_XVE.js
@@ -70,6 +70,20 @@ import{_ as s,c as i,o as a,a6 as n}from"./chunks/framework.CXV__M-i.js";const o
         _add_union_holes!(polys, a_in_b, b_in_a, poly_a, poly_b; exact)
     end

Remove uneeded collinear points on same edge

julia
    _remove_collinear_points!(polys, [false], poly_a, poly_b)
     return polys
+end
+
+function _union(
+    ::TraitTarget{GI.MultiPolygonTrait}, ::Type{T},
+    ::GI.PolygonTrait, poly_a,
+    ::GI.PolygonTrait, poly_b;
+    exact, kwargs...,
+) where T
+    return GI.MultiPolygon(_union(
+        TraitTarget(GI.PolygonTrait()), T,
+        GI.trait(poly_a), poly_a,
+        GI.trait(poly_b), poly_b;
+        exact, kwargs...,
+    ))
 end

Helper functions for Unions with Greiner and Hormann Polygon Clipping

julia
#= When marking the crossing status of a delayed crossing, the chain start point is crossing
 when the start point is a entry point and is a bouncing point when the start point is an
 exit point. The end of the chain has the opposite crossing / bouncing status. =#
@@ -208,6 +222,19 @@ import{_ as s,c as i,o as a,a6 as n}from"./chunks/framework.CXV__M-i.js";const o
     end
     return polys
 end
+function _union(
+    target::TraitTarget{GI.MultiPolygonTrait}, ::Type{T},
+    ::GI.PolygonTrait, poly_a,
+    ::GI.MultiPolygonTrait, multipoly_b;
+    fix_multipoly = UnionIntersectingPolygons(), kwargs...,
+) where T
+    return GI.MultiPolygon(_union(
+        TraitTarget(GI.PolygonTrait()), T,
+        GI.trait(poly_a), poly_a,
+        GI.trait(multipoly_b), multipoly_b;
+        fix_multipoly, kwargs...,
+    ))
+end
 
 #= Multipolygon with polygon union is equivalent to taking the union of the poylgon with the
 multipolygon and thus simply switches the order of operations and calls the above method. =#
@@ -218,6 +245,13 @@ import{_ as s,c as i,o as a,a6 as n}from"./chunks/framework.CXV__M-i.js";const o
     kwargs...,
 ) where T = union(poly_b, multipoly_a; target, kwargs...)
 
+_union(
+    target::TraitTarget{GI.MultiPolygonTrait}, ::Type{T},
+    ::GI.MultiPolygonTrait, multipoly_a,
+    ::GI.PolygonTrait, poly_b;
+    kwargs...,
+) where T = union(poly_b, multipoly_a; target, kwargs...)
+
 #= Multipolygon with multipolygon union - note that all of the sub-polygons of \`multipoly_a\`
 and the sub-polygons of \`multipoly_b\` are included and combined together where there are
 intersections. Unless specified with \`fix_multipoly = nothing\`, \`multipolygon_b\` will be
@@ -261,4 +295,4 @@ import{_ as s,c as i,o as a,a6 as n}from"./chunks/framework.CXV__M-i.js";const o
 ) where {Target,T}
     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.

`,28),p=[h];function t(k,e,r,E,g,y){return a(),i("div",null,p)}const F=s(l,[["render",t]]);export{o as __pageData,F as default}; +end

This page was generated using Literate.jl.

`,28),p=[h];function t(k,e,r,E,y,g){return a(),i("div",null,p)}const F=s(l,[["render",t]]);export{o as __pageData,F as default}; diff --git a/previews/PR169/assets/source_methods_clipping_union.md.BPxOgPO6.lean.js b/previews/PR169/assets/source_methods_clipping_union.md.UH-J_XVE.lean.js similarity index 86% rename from previews/PR169/assets/source_methods_clipping_union.md.BPxOgPO6.lean.js rename to previews/PR169/assets/source_methods_clipping_union.md.UH-J_XVE.lean.js index a95f88a74..d656c0f10 100644 --- a/previews/PR169/assets/source_methods_clipping_union.md.BPxOgPO6.lean.js +++ b/previews/PR169/assets/source_methods_clipping_union.md.UH-J_XVE.lean.js @@ -1 +1 @@ -import{_ as s,c as i,o as a,a6 as n}from"./chunks/framework.CXV__M-i.js";const o=JSON.parse('{"title":"Union Polygon Clipping","description":"","frontmatter":{},"headers":[],"relativePath":"source/methods/clipping/union.md","filePath":"source/methods/clipping/union.md","lastUpdated":null}'),l={name:"source/methods/clipping/union.md"},h=n("",28),p=[h];function t(k,e,r,E,g,y){return a(),i("div",null,p)}const F=s(l,[["render",t]]);export{o as __pageData,F as default}; +import{_ as s,c as i,o as a,a6 as n}from"./chunks/framework.CXV__M-i.js";const o=JSON.parse('{"title":"Union Polygon Clipping","description":"","frontmatter":{},"headers":[],"relativePath":"source/methods/clipping/union.md","filePath":"source/methods/clipping/union.md","lastUpdated":null}'),l={name:"source/methods/clipping/union.md"},h=n("",28),p=[h];function t(k,e,r,E,y,g){return a(),i("div",null,p)}const F=s(l,[["render",t]]);export{o as __pageData,F as default}; diff --git a/previews/PR169/assets/source_methods_distance.md.CdvqbMG5.js b/previews/PR169/assets/source_methods_distance.md.Bp5im3PS.js similarity index 99% rename from previews/PR169/assets/source_methods_distance.md.CdvqbMG5.js rename to previews/PR169/assets/source_methods_distance.md.Bp5im3PS.js index 84090cfbd..ce760457b 100644 --- a/previews/PR169/assets/source_methods_distance.md.CdvqbMG5.js +++ b/previews/PR169/assets/source_methods_distance.md.Bp5im3PS.js @@ -1,4 +1,4 @@ -import{_ as s,c as i,o as a,a6 as n}from"./chunks/framework.CXV__M-i.js";const h="/GeometryOps.jl/previews/PR169/assets/owirazg.DiwGEg2f.png",t="/GeometryOps.jl/previews/PR169/assets/qpfxitx.BwdbZIFa.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 postitive or 0.

To provide an example, consider this rectangle:

julia
import GeometryOps as GO
+import{_ as s,c as i,o as a,a6 as n}from"./chunks/framework.CXV__M-i.js";const h="/GeometryOps.jl/previews/PR169/assets/cgulcdv.DiwGEg2f.png",t="/GeometryOps.jl/previews/PR169/assets/qemcrdo.BwdbZIFa.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 postitive 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/PR169/assets/source_methods_distance.md.CdvqbMG5.lean.js b/previews/PR169/assets/source_methods_distance.md.Bp5im3PS.lean.js
similarity index 78%
rename from previews/PR169/assets/source_methods_distance.md.CdvqbMG5.lean.js
rename to previews/PR169/assets/source_methods_distance.md.Bp5im3PS.lean.js
index c7d3a99b8..c0d3025ae 100644
--- a/previews/PR169/assets/source_methods_distance.md.CdvqbMG5.lean.js
+++ b/previews/PR169/assets/source_methods_distance.md.Bp5im3PS.lean.js
@@ -1 +1 @@
-import{_ as s,c as i,o as a,a6 as n}from"./chunks/framework.CXV__M-i.js";const h="/GeometryOps.jl/previews/PR169/assets/owirazg.DiwGEg2f.png",t="/GeometryOps.jl/previews/PR169/assets/qpfxitx.BwdbZIFa.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,a6 as n}from"./chunks/framework.CXV__M-i.js";const h="/GeometryOps.jl/previews/PR169/assets/cgulcdv.DiwGEg2f.png",t="/GeometryOps.jl/previews/PR169/assets/qemcrdo.BwdbZIFa.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/PR169/assets/source_methods_equals.md.xIF1y7Id.js b/previews/PR169/assets/source_methods_equals.md.CuFqzQhq.js
similarity index 99%
rename from previews/PR169/assets/source_methods_equals.md.xIF1y7Id.js
rename to previews/PR169/assets/source_methods_equals.md.CuFqzQhq.js
index 7c766f363..e1c1f419a 100644
--- a/previews/PR169/assets/source_methods_equals.md.xIF1y7Id.js
+++ b/previews/PR169/assets/source_methods_equals.md.CuFqzQhq.js
@@ -1,4 +1,4 @@
-import{_ as s,c as i,o as a,a6 as n}from"./chunks/framework.CXV__M-i.js";const l="/GeometryOps.jl/previews/PR169/assets/nnuljte.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,a6 as n}from"./chunks/framework.CXV__M-i.js";const l="/GeometryOps.jl/previews/PR169/assets/denqdhe.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/PR169/assets/source_methods_equals.md.xIF1y7Id.lean.js b/previews/PR169/assets/source_methods_equals.md.CuFqzQhq.lean.js
similarity index 87%
rename from previews/PR169/assets/source_methods_equals.md.xIF1y7Id.lean.js
rename to previews/PR169/assets/source_methods_equals.md.CuFqzQhq.lean.js
index 895105398..785d98292 100644
--- a/previews/PR169/assets/source_methods_equals.md.xIF1y7Id.lean.js
+++ b/previews/PR169/assets/source_methods_equals.md.CuFqzQhq.lean.js
@@ -1 +1 @@
-import{_ as s,c as i,o as a,a6 as n}from"./chunks/framework.CXV__M-i.js";const l="/GeometryOps.jl/previews/PR169/assets/nnuljte.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 e(k,r,d,g,E,F){return a(),i("div",null,p)}const c=s(t,[["render",e]]);export{y as __pageData,c as default};
+import{_ as s,c as i,o as a,a6 as n}from"./chunks/framework.CXV__M-i.js";const l="/GeometryOps.jl/previews/PR169/assets/denqdhe.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 e(k,r,d,g,E,F){return a(),i("div",null,p)}const c=s(t,[["render",e]]);export{y as __pageData,c as default};
diff --git a/previews/PR169/assets/source_methods_geom_relations_contains.md.Dtri0B5X.js b/previews/PR169/assets/source_methods_geom_relations_contains.md.C-89dB8J.js
similarity index 99%
rename from previews/PR169/assets/source_methods_geom_relations_contains.md.Dtri0B5X.js
rename to previews/PR169/assets/source_methods_geom_relations_contains.md.C-89dB8J.js
index 39ad4e48a..a0816f72b 100644
--- a/previews/PR169/assets/source_methods_geom_relations_contains.md.Dtri0B5X.js
+++ b/previews/PR169/assets/source_methods_geom_relations_contains.md.C-89dB8J.js
@@ -1,4 +1,4 @@
-import{_ as s,c as i,o as a,a6 as n}from"./chunks/framework.CXV__M-i.js";const t="/GeometryOps.jl/previews/PR169/assets/bfrkaqy._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 completly contains another geometry, or in other words, that the second geometry is completly 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,a6 as n}from"./chunks/framework.CXV__M-i.js";const t="/GeometryOps.jl/previews/PR169/assets/aawyhhs._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 completly contains another geometry, or in other words, that the second geometry is completly 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/PR169/assets/source_methods_geom_relations_contains.md.Dtri0B5X.lean.js b/previews/PR169/assets/source_methods_geom_relations_contains.md.C-89dB8J.lean.js
similarity index 88%
rename from previews/PR169/assets/source_methods_geom_relations_contains.md.Dtri0B5X.lean.js
rename to previews/PR169/assets/source_methods_geom_relations_contains.md.C-89dB8J.lean.js
index 951055a11..0ff8c71c0 100644
--- a/previews/PR169/assets/source_methods_geom_relations_contains.md.Dtri0B5X.lean.js
+++ b/previews/PR169/assets/source_methods_geom_relations_contains.md.C-89dB8J.lean.js
@@ -1 +1 @@
-import{_ as s,c as i,o as a,a6 as n}from"./chunks/framework.CXV__M-i.js";const t="/GeometryOps.jl/previews/PR169/assets/bfrkaqy._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,a6 as n}from"./chunks/framework.CXV__M-i.js";const t="/GeometryOps.jl/previews/PR169/assets/aawyhhs._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/PR169/assets/source_methods_geom_relations_coveredby.md.DH0eLcC3.js b/previews/PR169/assets/source_methods_geom_relations_coveredby.md.SC4h9Q05.js
similarity index 99%
rename from previews/PR169/assets/source_methods_geom_relations_coveredby.md.DH0eLcC3.js
rename to previews/PR169/assets/source_methods_geom_relations_coveredby.md.SC4h9Q05.js
index c96b919e3..48e48fdac 100644
--- a/previews/PR169/assets/source_methods_geom_relations_coveredby.md.DH0eLcC3.js
+++ b/previews/PR169/assets/source_methods_geom_relations_coveredby.md.SC4h9Q05.js
@@ -1,4 +1,4 @@
-import{_ as s,c as i,o as a,a6 as n}from"./chunks/framework.CXV__M-i.js";const e="/GeometryOps.jl/previews/PR169/assets/pjdrydk.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,a6 as n}from"./chunks/framework.CXV__M-i.js";const e="/GeometryOps.jl/previews/PR169/assets/equilxb.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/PR169/assets/source_methods_geom_relations_coveredby.md.DH0eLcC3.lean.js b/previews/PR169/assets/source_methods_geom_relations_coveredby.md.SC4h9Q05.lean.js
similarity index 88%
rename from previews/PR169/assets/source_methods_geom_relations_coveredby.md.DH0eLcC3.lean.js
rename to previews/PR169/assets/source_methods_geom_relations_coveredby.md.SC4h9Q05.lean.js
index bc19df2bf..722dc09a1 100644
--- a/previews/PR169/assets/source_methods_geom_relations_coveredby.md.DH0eLcC3.lean.js
+++ b/previews/PR169/assets/source_methods_geom_relations_coveredby.md.SC4h9Q05.lean.js
@@ -1 +1 @@
-import{_ as s,c as i,o as a,a6 as n}from"./chunks/framework.CXV__M-i.js";const e="/GeometryOps.jl/previews/PR169/assets/pjdrydk.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,a6 as n}from"./chunks/framework.CXV__M-i.js";const e="/GeometryOps.jl/previews/PR169/assets/equilxb.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/PR169/assets/source_methods_geom_relations_covers.md.BFAiqtXt.js b/previews/PR169/assets/source_methods_geom_relations_covers.md.BI3Gj8gR.js
similarity index 99%
rename from previews/PR169/assets/source_methods_geom_relations_covers.md.BFAiqtXt.js
rename to previews/PR169/assets/source_methods_geom_relations_covers.md.BI3Gj8gR.js
index 010da6959..b2fa4ad9b 100644
--- a/previews/PR169/assets/source_methods_geom_relations_covers.md.BFAiqtXt.js
+++ b/previews/PR169/assets/source_methods_geom_relations_covers.md.BI3Gj8gR.js
@@ -1,4 +1,4 @@
-import{_ as s,c as i,o as a,a6 as e}from"./chunks/framework.CXV__M-i.js";const n="/GeometryOps.jl/previews/PR169/assets/pjdrydk.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 completly 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,a6 as e}from"./chunks/framework.CXV__M-i.js";const n="/GeometryOps.jl/previews/PR169/assets/equilxb.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 completly 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/PR169/assets/source_methods_geom_relations_covers.md.BFAiqtXt.lean.js b/previews/PR169/assets/source_methods_geom_relations_covers.md.BI3Gj8gR.lean.js
similarity index 88%
rename from previews/PR169/assets/source_methods_geom_relations_covers.md.BFAiqtXt.lean.js
rename to previews/PR169/assets/source_methods_geom_relations_covers.md.BI3Gj8gR.lean.js
index e55113b6c..2a5132b59 100644
--- a/previews/PR169/assets/source_methods_geom_relations_covers.md.BFAiqtXt.lean.js
+++ b/previews/PR169/assets/source_methods_geom_relations_covers.md.BI3Gj8gR.lean.js
@@ -1 +1 @@
-import{_ as s,c as i,o as a,a6 as e}from"./chunks/framework.CXV__M-i.js";const n="/GeometryOps.jl/previews/PR169/assets/pjdrydk.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,a6 as e}from"./chunks/framework.CXV__M-i.js";const n="/GeometryOps.jl/previews/PR169/assets/equilxb.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/PR169/assets/source_methods_geom_relations_disjoint.md.DXA2WV5o.js b/previews/PR169/assets/source_methods_geom_relations_disjoint.md.DQHkujKS.js
similarity index 99%
rename from previews/PR169/assets/source_methods_geom_relations_disjoint.md.DXA2WV5o.js
rename to previews/PR169/assets/source_methods_geom_relations_disjoint.md.DQHkujKS.js
index 3803c3665..1d89a3f41 100644
--- a/previews/PR169/assets/source_methods_geom_relations_disjoint.md.DXA2WV5o.js
+++ b/previews/PR169/assets/source_methods_geom_relations_disjoint.md.DQHkujKS.js
@@ -1,4 +1,4 @@
-import{_ as s,c as i,o as a,a6 as n}from"./chunks/framework.CXV__M-i.js";const t="/GeometryOps.jl/previews/PR169/assets/tjimhcu.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,a6 as n}from"./chunks/framework.CXV__M-i.js";const t="/GeometryOps.jl/previews/PR169/assets/iuqavhg.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/PR169/assets/source_methods_geom_relations_disjoint.md.DXA2WV5o.lean.js b/previews/PR169/assets/source_methods_geom_relations_disjoint.md.DQHkujKS.lean.js
similarity index 88%
rename from previews/PR169/assets/source_methods_geom_relations_disjoint.md.DXA2WV5o.lean.js
rename to previews/PR169/assets/source_methods_geom_relations_disjoint.md.DQHkujKS.lean.js
index f21d386cf..fef075075 100644
--- a/previews/PR169/assets/source_methods_geom_relations_disjoint.md.DXA2WV5o.lean.js
+++ b/previews/PR169/assets/source_methods_geom_relations_disjoint.md.DQHkujKS.lean.js
@@ -1 +1 @@
-import{_ as s,c as i,o as a,a6 as n}from"./chunks/framework.CXV__M-i.js";const t="/GeometryOps.jl/previews/PR169/assets/tjimhcu.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,a6 as n}from"./chunks/framework.CXV__M-i.js";const t="/GeometryOps.jl/previews/PR169/assets/iuqavhg.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/PR169/assets/source_methods_geom_relations_intersects.md.DW-0vhYk.js b/previews/PR169/assets/source_methods_geom_relations_intersects.md.4SjoRCl_.js
similarity index 97%
rename from previews/PR169/assets/source_methods_geom_relations_intersects.md.DW-0vhYk.js
rename to previews/PR169/assets/source_methods_geom_relations_intersects.md.4SjoRCl_.js
index 29f4fc68c..c70d42687 100644
--- a/previews/PR169/assets/source_methods_geom_relations_intersects.md.DW-0vhYk.js
+++ b/previews/PR169/assets/source_methods_geom_relations_intersects.md.4SjoRCl_.js
@@ -1,4 +1,4 @@
-import{_ as s,c as i,o as a,a6 as e}from"./chunks/framework.CXV__M-i.js";const n="/GeometryOps.jl/previews/PR169/assets/iexfroq.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,a6 as e}from"./chunks/framework.CXV__M-i.js";const n="/GeometryOps.jl/previews/PR169/assets/uvdwhhy.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
@@ -24,4 +24,4 @@ import{_ as s,c as i,o as a,a6 as e}from"./chunks/framework.CXV__M-i.js";const n
 GO.intersects(line1, line2)

output

julia
true
 \`\`\`
 """
-intersects(geom1, geom2) = !disjoint(geom1, geom2)

This page was generated using Literate.jl.

`,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}; +intersects(geom1, geom2) = !disjoint(geom1, geom2)

This page was generated using Literate.jl.

`,18),h=[p];function l(k,r,o,d,c,g){return a(),i("div",null,h)}const F=s(t,[["render",l]]);export{y as __pageData,F as default}; diff --git a/previews/PR169/assets/source_methods_geom_relations_intersects.md.DW-0vhYk.lean.js b/previews/PR169/assets/source_methods_geom_relations_intersects.md.4SjoRCl_.lean.js similarity index 56% rename from previews/PR169/assets/source_methods_geom_relations_intersects.md.DW-0vhYk.lean.js rename to previews/PR169/assets/source_methods_geom_relations_intersects.md.4SjoRCl_.lean.js index f01e6d0e4..5ff279dd3 100644 --- a/previews/PR169/assets/source_methods_geom_relations_intersects.md.DW-0vhYk.lean.js +++ b/previews/PR169/assets/source_methods_geom_relations_intersects.md.4SjoRCl_.lean.js @@ -1 +1 @@ -import{_ as s,c as i,o as a,a6 as e}from"./chunks/framework.CXV__M-i.js";const n="/GeometryOps.jl/previews/PR169/assets/iexfroq.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,a6 as e}from"./chunks/framework.CXV__M-i.js";const n="/GeometryOps.jl/previews/PR169/assets/uvdwhhy.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),h=[p];function l(k,r,o,d,c,g){return a(),i("div",null,h)}const F=s(t,[["render",l]]);export{y as __pageData,F as default}; diff --git a/previews/PR169/assets/source_methods_geom_relations_overlaps.md.iwiIlLyl.js b/previews/PR169/assets/source_methods_geom_relations_overlaps.md.BmQlLuw1.js similarity index 99% rename from previews/PR169/assets/source_methods_geom_relations_overlaps.md.iwiIlLyl.js rename to previews/PR169/assets/source_methods_geom_relations_overlaps.md.BmQlLuw1.js index e7adf4b0a..34d4778b3 100644 --- a/previews/PR169/assets/source_methods_geom_relations_overlaps.md.iwiIlLyl.js +++ b/previews/PR169/assets/source_methods_geom_relations_overlaps.md.BmQlLuw1.js @@ -1,4 +1,4 @@ -import{_ as s,c as i,o as a,a6 as n}from"./chunks/framework.CXV__M-i.js";const l="/GeometryOps.jl/previews/PR169/assets/nnuljte.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 colinear.

To provide an example, consider these two lines:

julia
import GeometryOps as GO
+import{_ as s,c as i,o as a,a6 as n}from"./chunks/framework.CXV__M-i.js";const l="/GeometryOps.jl/previews/PR169/assets/denqdhe.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 colinear.

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/PR169/assets/source_methods_geom_relations_overlaps.md.iwiIlLyl.lean.js b/previews/PR169/assets/source_methods_geom_relations_overlaps.md.BmQlLuw1.lean.js
similarity index 88%
rename from previews/PR169/assets/source_methods_geom_relations_overlaps.md.iwiIlLyl.lean.js
rename to previews/PR169/assets/source_methods_geom_relations_overlaps.md.BmQlLuw1.lean.js
index f21d260b4..4acd48c0f 100644
--- a/previews/PR169/assets/source_methods_geom_relations_overlaps.md.iwiIlLyl.lean.js
+++ b/previews/PR169/assets/source_methods_geom_relations_overlaps.md.BmQlLuw1.lean.js
@@ -1 +1 @@
-import{_ as s,c as i,o as a,a6 as n}from"./chunks/framework.CXV__M-i.js";const l="/GeometryOps.jl/previews/PR169/assets/nnuljte.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,a6 as n}from"./chunks/framework.CXV__M-i.js";const l="/GeometryOps.jl/previews/PR169/assets/denqdhe.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/PR169/assets/source_methods_geom_relations_touches.md.XCVIIiHK.js b/previews/PR169/assets/source_methods_geom_relations_touches.md.B0EyE8IO.js
similarity index 99%
rename from previews/PR169/assets/source_methods_geom_relations_touches.md.XCVIIiHK.js
rename to previews/PR169/assets/source_methods_geom_relations_touches.md.B0EyE8IO.js
index 0398bf6c9..0f4ff7d7c 100644
--- a/previews/PR169/assets/source_methods_geom_relations_touches.md.XCVIIiHK.js
+++ b/previews/PR169/assets/source_methods_geom_relations_touches.md.B0EyE8IO.js
@@ -1,4 +1,4 @@
-import{_ as s,c as i,o as a,a6 as n}from"./chunks/framework.CXV__M-i.js";const t="/GeometryOps.jl/previews/PR169/assets/jhauxmv.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 geometies 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,a6 as n}from"./chunks/framework.CXV__M-i.js";const t="/GeometryOps.jl/previews/PR169/assets/sqmxtlw.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 geometies 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/PR169/assets/source_methods_geom_relations_touches.md.XCVIIiHK.lean.js b/previews/PR169/assets/source_methods_geom_relations_touches.md.B0EyE8IO.lean.js
similarity index 88%
rename from previews/PR169/assets/source_methods_geom_relations_touches.md.XCVIIiHK.lean.js
rename to previews/PR169/assets/source_methods_geom_relations_touches.md.B0EyE8IO.lean.js
index 6ee56b5b7..ed6742b10 100644
--- a/previews/PR169/assets/source_methods_geom_relations_touches.md.XCVIIiHK.lean.js
+++ b/previews/PR169/assets/source_methods_geom_relations_touches.md.B0EyE8IO.lean.js
@@ -1 +1 @@
-import{_ as s,c as i,o as a,a6 as n}from"./chunks/framework.CXV__M-i.js";const t="/GeometryOps.jl/previews/PR169/assets/jhauxmv.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,a6 as n}from"./chunks/framework.CXV__M-i.js";const t="/GeometryOps.jl/previews/PR169/assets/sqmxtlw.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/PR169/assets/source_methods_geom_relations_within.md.BGgXZvyL.js b/previews/PR169/assets/source_methods_geom_relations_within.md.Cv1fRzgy.js
similarity index 99%
rename from previews/PR169/assets/source_methods_geom_relations_within.md.BGgXZvyL.js
rename to previews/PR169/assets/source_methods_geom_relations_within.md.Cv1fRzgy.js
index 4af6b0fbb..b63c77f18 100644
--- a/previews/PR169/assets/source_methods_geom_relations_within.md.BGgXZvyL.js
+++ b/previews/PR169/assets/source_methods_geom_relations_within.md.Cv1fRzgy.js
@@ -1,4 +1,4 @@
-import{_ as s,c as i,o as a,a6 as n}from"./chunks/framework.CXV__M-i.js";const h="/GeometryOps.jl/previews/PR169/assets/bfrkaqy._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,a6 as n}from"./chunks/framework.CXV__M-i.js";const h="/GeometryOps.jl/previews/PR169/assets/aawyhhs._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/PR169/assets/source_methods_geom_relations_within.md.BGgXZvyL.lean.js b/previews/PR169/assets/source_methods_geom_relations_within.md.Cv1fRzgy.lean.js
similarity index 88%
rename from previews/PR169/assets/source_methods_geom_relations_within.md.BGgXZvyL.lean.js
rename to previews/PR169/assets/source_methods_geom_relations_within.md.Cv1fRzgy.lean.js
index 650440509..b57ba6373 100644
--- a/previews/PR169/assets/source_methods_geom_relations_within.md.BGgXZvyL.lean.js
+++ b/previews/PR169/assets/source_methods_geom_relations_within.md.Cv1fRzgy.lean.js
@@ -1 +1 @@
-import{_ as s,c as i,o as a,a6 as n}from"./chunks/framework.CXV__M-i.js";const h="/GeometryOps.jl/previews/PR169/assets/bfrkaqy._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),p=[l];function e(k,r,E,g,d,y){return a(),i("div",null,p)}const F=s(t,[["render",e]]);export{c as __pageData,F as default};
+import{_ as s,c as i,o as a,a6 as n}from"./chunks/framework.CXV__M-i.js";const h="/GeometryOps.jl/previews/PR169/assets/aawyhhs._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),p=[l];function e(k,r,E,g,d,y){return a(),i("div",null,p)}const F=s(t,[["render",e]]);export{c as __pageData,F as default};
diff --git a/previews/PR169/assets/source_transformations_segmentize.md.D7G6gyk9.js b/previews/PR169/assets/source_transformations_segmentize.md.D5TK2PGP.js
similarity index 99%
rename from previews/PR169/assets/source_transformations_segmentize.md.D7G6gyk9.js
rename to previews/PR169/assets/source_transformations_segmentize.md.D5TK2PGP.js
index bddecbd36..77d2418aa 100644
--- a/previews/PR169/assets/source_transformations_segmentize.md.D7G6gyk9.js
+++ b/previews/PR169/assets/source_transformations_segmentize.md.D5TK2PGP.js
@@ -1,4 +1,4 @@
-import{_ as s,c as i,o as a,a6 as n}from"./chunks/framework.CXV__M-i.js";const h="/GeometryOps.jl/previews/PR169/assets/kszrkcu.BOOG5oTW.png",t="/GeometryOps.jl/previews/PR169/assets/oloiihx.CnU9oE_z.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,a6 as n}from"./chunks/framework.CXV__M-i.js";const h="/GeometryOps.jl/previews/PR169/assets/wbycqdk.BOOG5oTW.png",t="/GeometryOps.jl/previews/PR169/assets/aminatc.09qSbkT6.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/PR169/assets/source_transformations_segmentize.md.D7G6gyk9.lean.js b/previews/PR169/assets/source_transformations_segmentize.md.D5TK2PGP.lean.js
similarity index 67%
rename from previews/PR169/assets/source_transformations_segmentize.md.D7G6gyk9.lean.js
rename to previews/PR169/assets/source_transformations_segmentize.md.D5TK2PGP.lean.js
index 68ccd93e9..1a5b412d3 100644
--- a/previews/PR169/assets/source_transformations_segmentize.md.D7G6gyk9.lean.js
+++ b/previews/PR169/assets/source_transformations_segmentize.md.D5TK2PGP.lean.js
@@ -1 +1 @@
-import{_ as s,c as i,o as a,a6 as n}from"./chunks/framework.CXV__M-i.js";const h="/GeometryOps.jl/previews/PR169/assets/kszrkcu.BOOG5oTW.png",t="/GeometryOps.jl/previews/PR169/assets/oloiihx.CnU9oE_z.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,a6 as n}from"./chunks/framework.CXV__M-i.js";const h="/GeometryOps.jl/previews/PR169/assets/wbycqdk.BOOG5oTW.png",t="/GeometryOps.jl/previews/PR169/assets/aminatc.09qSbkT6.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/PR169/assets/source_transformations_simplify.md.BF2BMPBY.js b/previews/PR169/assets/source_transformations_simplify.md.DXroAKLv.js
similarity index 99%
rename from previews/PR169/assets/source_transformations_simplify.md.BF2BMPBY.js
rename to previews/PR169/assets/source_transformations_simplify.md.DXroAKLv.js
index a546f7b09..68b00f8ec 100644
--- a/previews/PR169/assets/source_transformations_simplify.md.BF2BMPBY.js
+++ b/previews/PR169/assets/source_transformations_simplify.md.DXroAKLv.js
@@ -1,4 +1,4 @@
-import{_ as s,c as i,o as a,a6 as n}from"./chunks/framework.CXV__M-i.js";const h="/GeometryOps.jl/previews/PR169/assets/lmmgxcz.Bglvb-jp.png",l="/GeometryOps.jl/previews/PR169/assets/mnfwlis.B94PsR1K.png",k="/GeometryOps.jl/previews/PR169/assets/rzrivxj.BtHt4_Dy.png",t="/GeometryOps.jl/previews/PR169/assets/icfkkkq.DhF98w0-.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,a6 as n}from"./chunks/framework.CXV__M-i.js";const h="/GeometryOps.jl/previews/PR169/assets/gkolncw.Bglvb-jp.png",l="/GeometryOps.jl/previews/PR169/assets/tnjlqur.B94PsR1K.png",k="/GeometryOps.jl/previews/PR169/assets/wpvxiiz.DgNundyF.png",t="/GeometryOps.jl/previews/PR169/assets/jdrrjbm.DFAgXvTT.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/PR169/assets/source_transformations_simplify.md.BF2BMPBY.lean.js b/previews/PR169/assets/source_transformations_simplify.md.DXroAKLv.lean.js
similarity index 56%
rename from previews/PR169/assets/source_transformations_simplify.md.BF2BMPBY.lean.js
rename to previews/PR169/assets/source_transformations_simplify.md.DXroAKLv.lean.js
index dee40dc5b..f4f9717dd 100644
--- a/previews/PR169/assets/source_transformations_simplify.md.BF2BMPBY.lean.js
+++ b/previews/PR169/assets/source_transformations_simplify.md.DXroAKLv.lean.js
@@ -1 +1 @@
-import{_ as s,c as i,o as a,a6 as n}from"./chunks/framework.CXV__M-i.js";const h="/GeometryOps.jl/previews/PR169/assets/lmmgxcz.Bglvb-jp.png",l="/GeometryOps.jl/previews/PR169/assets/mnfwlis.B94PsR1K.png",k="/GeometryOps.jl/previews/PR169/assets/rzrivxj.BtHt4_Dy.png",t="/GeometryOps.jl/previews/PR169/assets/icfkkkq.DhF98w0-.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,a6 as n}from"./chunks/framework.CXV__M-i.js";const h="/GeometryOps.jl/previews/PR169/assets/gkolncw.Bglvb-jp.png",l="/GeometryOps.jl/previews/PR169/assets/tnjlqur.B94PsR1K.png",k="/GeometryOps.jl/previews/PR169/assets/wpvxiiz.DgNundyF.png",t="/GeometryOps.jl/previews/PR169/assets/jdrrjbm.DFAgXvTT.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/PR169/assets/jhauxmv.BEFUMtlf.png b/previews/PR169/assets/sqmxtlw.BEFUMtlf.png
similarity index 100%
rename from previews/PR169/assets/jhauxmv.BEFUMtlf.png
rename to previews/PR169/assets/sqmxtlw.BEFUMtlf.png
diff --git a/previews/PR169/assets/hluonpa.BD0hVfse.png b/previews/PR169/assets/tbjhkls.BD0hVfse.png
similarity index 100%
rename from previews/PR169/assets/hluonpa.BD0hVfse.png
rename to previews/PR169/assets/tbjhkls.BD0hVfse.png
diff --git a/previews/PR169/assets/mnfwlis.B94PsR1K.png b/previews/PR169/assets/tnjlqur.B94PsR1K.png
similarity index 100%
rename from previews/PR169/assets/mnfwlis.B94PsR1K.png
rename to previews/PR169/assets/tnjlqur.B94PsR1K.png
diff --git a/previews/PR169/assets/tutorials_creating_geometry.md.r-TcWI46.js b/previews/PR169/assets/tutorials_creating_geometry.md.aGBxN1gQ.js
similarity index 99%
rename from previews/PR169/assets/tutorials_creating_geometry.md.r-TcWI46.js
rename to previews/PR169/assets/tutorials_creating_geometry.md.aGBxN1gQ.js
index 9968dda81..04db77a1c 100644
--- a/previews/PR169/assets/tutorials_creating_geometry.md.r-TcWI46.js
+++ b/previews/PR169/assets/tutorials_creating_geometry.md.aGBxN1gQ.js
@@ -1,4 +1,4 @@
-import{_ as s,c as i,o as a,a6 as e}from"./chunks/framework.CXV__M-i.js";const t="/GeometryOps.jl/previews/PR169/assets/ubstubf.Dz86q2IX.png",n="/GeometryOps.jl/previews/PR169/assets/fovjkwc.Cx40vhB3.png",l="/GeometryOps.jl/previews/PR169/assets/qnlcjhg.0OJvb21A.png",p="/GeometryOps.jl/previews/PR169/assets/hxkjeim.DaovVbE6.png",h="/GeometryOps.jl/previews/PR169/assets/hxelpnv.BaZeu6ul.png",k="/GeometryOps.jl/previews/PR169/assets/zkhhjvo.DFgr-JEI.png",o="/GeometryOps.jl/previews/PR169/assets/dbrztnc.yuGUdylf.png",r="/GeometryOps.jl/previews/PR169/assets/mnwnxuq.CXhMGpE5.png",g="/GeometryOps.jl/previews/PR169/assets/bvpbabx.lu4jwpi-.png",d="/GeometryOps.jl/previews/PR169/assets/gbpjzwx.DwqDxlAG.png",E="/GeometryOps.jl/previews/PR169/assets/padvgra.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 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,a6 as e}from"./chunks/framework.CXV__M-i.js";const t="/GeometryOps.jl/previews/PR169/assets/naplshy.Dz86q2IX.png",n="/GeometryOps.jl/previews/PR169/assets/lxpgjjx.Cx40vhB3.png",l="/GeometryOps.jl/previews/PR169/assets/qbbrclg.0OJvb21A.png",p="/GeometryOps.jl/previews/PR169/assets/bvmzgnt.DaovVbE6.png",h="/GeometryOps.jl/previews/PR169/assets/plqzayt.BaZeu6ul.png",k="/GeometryOps.jl/previews/PR169/assets/jitclsi.DFgr-JEI.png",o="/GeometryOps.jl/previews/PR169/assets/hxkvfhc.yuGUdylf.png",r="/GeometryOps.jl/previews/PR169/assets/llncqtq.CXhMGpE5.png",g="/GeometryOps.jl/previews/PR169/assets/kzjiokc.lu4jwpi-.png",d="/GeometryOps.jl/previews/PR169/assets/ktrxhbi.DwqDxlAG.png",E="/GeometryOps.jl/previews/PR169/assets/jnrzmld.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 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/PR169/assets/tutorials_creating_geometry.md.aGBxN1gQ.lean.js b/previews/PR169/assets/tutorials_creating_geometry.md.aGBxN1gQ.lean.js
new file mode 100644
index 000000000..5e0b82d56
--- /dev/null
+++ b/previews/PR169/assets/tutorials_creating_geometry.md.aGBxN1gQ.lean.js
@@ -0,0 +1 @@
+import{_ as s,c as i,o as a,a6 as e}from"./chunks/framework.CXV__M-i.js";const t="/GeometryOps.jl/previews/PR169/assets/naplshy.Dz86q2IX.png",n="/GeometryOps.jl/previews/PR169/assets/lxpgjjx.Cx40vhB3.png",l="/GeometryOps.jl/previews/PR169/assets/qbbrclg.0OJvb21A.png",p="/GeometryOps.jl/previews/PR169/assets/bvmzgnt.DaovVbE6.png",h="/GeometryOps.jl/previews/PR169/assets/plqzayt.BaZeu6ul.png",k="/GeometryOps.jl/previews/PR169/assets/jitclsi.DFgr-JEI.png",o="/GeometryOps.jl/previews/PR169/assets/hxkvfhc.yuGUdylf.png",r="/GeometryOps.jl/previews/PR169/assets/llncqtq.CXhMGpE5.png",g="/GeometryOps.jl/previews/PR169/assets/kzjiokc.lu4jwpi-.png",d="/GeometryOps.jl/previews/PR169/assets/ktrxhbi.DwqDxlAG.png",E="/GeometryOps.jl/previews/PR169/assets/jnrzmld.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("",119),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/PR169/assets/tutorials_creating_geometry.md.r-TcWI46.lean.js b/previews/PR169/assets/tutorials_creating_geometry.md.r-TcWI46.lean.js
deleted file mode 100644
index 8fcf697f9..000000000
--- a/previews/PR169/assets/tutorials_creating_geometry.md.r-TcWI46.lean.js
+++ /dev/null
@@ -1 +0,0 @@
-import{_ as s,c as i,o as a,a6 as e}from"./chunks/framework.CXV__M-i.js";const t="/GeometryOps.jl/previews/PR169/assets/ubstubf.Dz86q2IX.png",n="/GeometryOps.jl/previews/PR169/assets/fovjkwc.Cx40vhB3.png",l="/GeometryOps.jl/previews/PR169/assets/qnlcjhg.0OJvb21A.png",p="/GeometryOps.jl/previews/PR169/assets/hxkjeim.DaovVbE6.png",h="/GeometryOps.jl/previews/PR169/assets/hxelpnv.BaZeu6ul.png",k="/GeometryOps.jl/previews/PR169/assets/zkhhjvo.DFgr-JEI.png",o="/GeometryOps.jl/previews/PR169/assets/dbrztnc.yuGUdylf.png",r="/GeometryOps.jl/previews/PR169/assets/mnwnxuq.CXhMGpE5.png",g="/GeometryOps.jl/previews/PR169/assets/bvpbabx.lu4jwpi-.png",d="/GeometryOps.jl/previews/PR169/assets/gbpjzwx.DwqDxlAG.png",E="/GeometryOps.jl/previews/PR169/assets/padvgra.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("",119),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/PR169/assets/tutorials_spatial_joins.md.B5XdRxZd.js b/previews/PR169/assets/tutorials_spatial_joins.md.Da3jnkKt.js
similarity index 99%
rename from previews/PR169/assets/tutorials_spatial_joins.md.B5XdRxZd.js
rename to previews/PR169/assets/tutorials_spatial_joins.md.Da3jnkKt.js
index e573f202e..c5bc82f32 100644
--- a/previews/PR169/assets/tutorials_spatial_joins.md.B5XdRxZd.js
+++ b/previews/PR169/assets/tutorials_spatial_joins.md.Da3jnkKt.js
@@ -1,4 +1,4 @@
-import{_ as h,c as a,j as s,a as i,a6 as n,o as t}from"./chunks/framework.CXV__M-i.js";const e="/GeometryOps.jl/previews/PR169/assets/skxlakg.3UVIT8DR.png",l="/GeometryOps.jl/previews/PR169/assets/slecjod.iQgIBkRP.png",p="/GeometryOps.jl/previews/PR169/assets/jkjlsdp.DI3FGwyW.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,a6 as n,o as t}from"./chunks/framework.CXV__M-i.js";const e="/GeometryOps.jl/previews/PR169/assets/afvrywy.3UVIT8DR.png",l="/GeometryOps.jl/previews/PR169/assets/ljclzfp.B8464KIz.png",p="/GeometryOps.jl/previews/PR169/assets/hctmgoi.B-_drWRL.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/PR169/assets/tutorials_spatial_joins.md.B5XdRxZd.lean.js b/previews/PR169/assets/tutorials_spatial_joins.md.Da3jnkKt.lean.js
similarity index 92%
rename from previews/PR169/assets/tutorials_spatial_joins.md.B5XdRxZd.lean.js
rename to previews/PR169/assets/tutorials_spatial_joins.md.Da3jnkKt.lean.js
index ae6a8d2b4..5b1ff3a78 100644
--- a/previews/PR169/assets/tutorials_spatial_joins.md.B5XdRxZd.lean.js
+++ b/previews/PR169/assets/tutorials_spatial_joins.md.Da3jnkKt.lean.js
@@ -1 +1 @@
-import{_ as h,c as a,j as s,a as i,a6 as n,o as t}from"./chunks/framework.CXV__M-i.js";const e="/GeometryOps.jl/previews/PR169/assets/skxlakg.3UVIT8DR.png",l="/GeometryOps.jl/previews/PR169/assets/slecjod.iQgIBkRP.png",p="/GeometryOps.jl/previews/PR169/assets/jkjlsdp.DI3FGwyW.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,a6 as n,o as t}from"./chunks/framework.CXV__M-i.js";const e="/GeometryOps.jl/previews/PR169/assets/afvrywy.3UVIT8DR.png",l="/GeometryOps.jl/previews/PR169/assets/ljclzfp.B8464KIz.png",p="/GeometryOps.jl/previews/PR169/assets/hctmgoi.B-_drWRL.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/PR169/assets/iexfroq.DeeQUply.png b/previews/PR169/assets/uvdwhhy.DeeQUply.png
similarity index 100%
rename from previews/PR169/assets/iexfroq.DeeQUply.png
rename to previews/PR169/assets/uvdwhhy.DeeQUply.png
diff --git a/previews/PR169/assets/kszrkcu.BOOG5oTW.png b/previews/PR169/assets/wbycqdk.BOOG5oTW.png
similarity index 100%
rename from previews/PR169/assets/kszrkcu.BOOG5oTW.png
rename to previews/PR169/assets/wbycqdk.BOOG5oTW.png
diff --git a/previews/PR169/assets/wpvxiiz.DgNundyF.png b/previews/PR169/assets/wpvxiiz.DgNundyF.png
new file mode 100644
index 000000000..0ffda9cf2
Binary files /dev/null and b/previews/PR169/assets/wpvxiiz.DgNundyF.png differ
diff --git a/previews/PR169/assets/lokfglb.CULn5saZ.png b/previews/PR169/assets/yqqwdwy.CULn5saZ.png
similarity index 100%
rename from previews/PR169/assets/lokfglb.CULn5saZ.png
rename to previews/PR169/assets/yqqwdwy.CULn5saZ.png
diff --git a/previews/PR169/call_notes.html b/previews/PR169/call_notes.html
index 60a28bbc6..ac70a0299 100644
--- a/previews/PR169/call_notes.html
+++ b/previews/PR169/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/PR169/experiments/accurate_accumulators.html b/previews/PR169/experiments/accurate_accumulators.html index a7f02c372..992e956e3 100644 --- a/previews/PR169/experiments/accurate_accumulators.html +++ b/previews/PR169/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/PR169/experiments/predicates.html b/previews/PR169/experiments/predicates.html index d634637e9..0487b2478 100644 --- a/previews/PR169/experiments/predicates.html +++ b/previews/PR169/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/PR169/explanations/crs.html b/previews/PR169/explanations/crs.html index 0648792dc..f600c859d 100644 --- a/previews/PR169/explanations/crs.html +++ b/previews/PR169/explanations/crs.html @@ -8,10 +8,10 @@ - + - + @@ -19,7 +19,7 @@
Skip to content
- + \ No newline at end of file diff --git a/previews/PR169/explanations/paradigms.html b/previews/PR169/explanations/paradigms.html index 9dd2ea767..ddaa72fb1 100644 --- a/previews/PR169/explanations/paradigms.html +++ b/previews/PR169/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/PR169/explanations/peculiarities.html b/previews/PR169/explanations/peculiarities.html index 8d100d3d9..e6a0612f5 100644 --- a/previews/PR169/explanations/peculiarities.html +++ b/previews/PR169/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/PR169/explanations/winding_order.html b/previews/PR169/explanations/winding_order.html index 3dfafed57..c84745070 100644 --- a/previews/PR169/explanations/winding_order.html +++ b/previews/PR169/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/PR169/hashmap.json b/previews/PR169/hashmap.json index fe49f98dc..328ffe705 100644 --- a/previews/PR169/hashmap.json +++ b/previews/PR169/hashmap.json @@ -1 +1 @@ -{"introduction.md":"CYRQzX5y","explanations_winding_order.md":"BtNUYix-","index.md":"BCZUlzvn","experiments_accurate_accumulators.md":"DtN6hFUu","source_methods_buffer.md":"Bkh7ksCD","call_notes.md":"TQNJs6qM","source_methods_centroid.md":"DnIzdiCd","explanations_crs.md":"DvaT-xrf","source_geometryops.md":"a0RHuj4_","explanations_peculiarities.md":"DFnBGdpQ","source_types.md":"Du-oCLp0","source_methods_area.md":"Bvb5UeIO","source_methods_angles.md":"DtH8L23a","source_methods_clipping_difference.md":"CaDAJx73","source_methods_clipping_predicates.md":"hBhX6V1e","source_methods_clipping_union.md":"BPxOgPO6","source_methods_barycentric.md":"CT1dn4RY","source_methods_geom_relations_geom_geom_processors.md":"BXAfb7_A","explanations_paradigms.md":"C-06FLgj","experiments_predicates.md":"6jQzlyG2","source_methods_geom_relations_covers.md":"BFAiqtXt","source_methods_distance.md":"CdvqbMG5","howto_unary_union.md":"Df56Pagc","source_transformations_transform.md":"CRhr-wNX","source_not_implemented_yet.md":"DSouwwBl","source_transformations_correction_closed_ring.md":"ub7uqfKH","api.md":"f3e8s1hi","source_methods_geom_relations_crosses.md":"BiEpK47N","source_transformations_tuples.md":"1J-byaK0","source_transformations_extent.md":"5YToy85-","source_transformations_correction_polygon_contents.md":"6dU-U8Qo","source_methods_equals.md":"xIF1y7Id","source_methods_clipping_cut.md":"D7Kf3Qwn","source_methods_geom_relations_within.md":"BGgXZvyL","source_transformations_correction_intersecting_polygons.md":"DfIi5gXb","source_methods_geom_relations_disjoint.md":"DXA2WV5o","source_methods_geom_relations_touches.md":"XCVIIiHK","source_methods_geom_relations_intersects.md":"DW-0vhYk","source_transformations_flip.md":"CGOdH43o","source_primitives.md":"DmTH8AUR","source_methods_geom_relations_overlaps.md":"iwiIlLyl","source_transformations_reproject.md":"Cf7HCi39","source_utils.md":"DXFaTT5m","source_methods_geom_relations_coveredby.md":"DH0eLcC3","source_transformations_segmentize.md":"D7G6gyk9","source_methods_geom_relations_contains.md":"Dtri0B5X","source_methods_orientation.md":"laNcCUto","source_transformations_correction_geometry_correction.md":"TxR01hna","tutorials_spatial_joins.md":"B5XdRxZd","source_methods_polygonize.md":"DgWmUumP","tutorials_creating_geometry.md":"r-TcWI46","source_methods_clipping_coverage.md":"C4J4lRrF","source_methods_clipping_intersection.md":"B6STgeER","source_methods_clipping_clipping_processor.md":"BV-B8tRO","source_transformations_simplify.md":"BF2BMPBY"} +{"call_notes.md":"TQNJs6qM","explanations_paradigms.md":"C-06FLgj","explanations_peculiarities.md":"DFnBGdpQ","index.md":"BCZUlzvn","explanations_winding_order.md":"BtNUYix-","howto_unary_union.md":"C1rMdkuw","introduction.md":"CYRQzX5y","explanations_crs.md":"DvaT-xrf","experiments_accurate_accumulators.md":"DtN6hFUu","source_methods_area.md":"CmE6wsZJ","source_methods_angles.md":"C7WWJ3PB","source_methods_centroid.md":"BtMb9Txi","source_methods_clipping_predicates.md":"hBhX6V1e","source_methods_clipping_coverage.md":"DJxlqpRk","source_methods_geom_relations_contains.md":"C-89dB8J","source_methods_clipping_difference.md":"CaDAJx73","api.md":"DAveZ5_s","source_methods_buffer.md":"Bkh7ksCD","source_geometryops.md":"a0RHuj4_","source_methods_distance.md":"Bp5im3PS","source_transformations_correction_geometry_correction.md":"TxR01hna","source_transformations_correction_closed_ring.md":"ub7uqfKH","source_transformations_extent.md":"5YToy85-","source_transformations_transform.md":"CRhr-wNX","source_methods_geom_relations_covers.md":"BI3Gj8gR","source_methods_clipping_intersection.md":"B6STgeER","source_methods_clipping_clipping_processor.md":"BV-B8tRO","experiments_predicates.md":"CewQL96D","source_utils.md":"DXFaTT5m","source_types.md":"Du-oCLp0","source_methods_geom_relations_intersects.md":"4SjoRCl_","tutorials_creating_geometry.md":"aGBxN1gQ","source_methods_geom_relations_within.md":"Cv1fRzgy","source_not_implemented_yet.md":"DSouwwBl","source_methods_polygonize.md":"DgWmUumP","source_methods_geom_relations_overlaps.md":"BmQlLuw1","source_methods_barycentric.md":"CT1dn4RY","source_methods_orientation.md":"laNcCUto","source_methods_geom_relations_geom_geom_processors.md":"BXAfb7_A","source_transformations_tuples.md":"1J-byaK0","source_transformations_reproject.md":"Cf7HCi39","source_transformations_flip.md":"CGOdH43o","source_methods_geom_relations_disjoint.md":"DQHkujKS","source_methods_equals.md":"CuFqzQhq","source_transformations_correction_polygon_contents.md":"6dU-U8Qo","source_methods_clipping_union.md":"UH-J_XVE","source_methods_geom_relations_crosses.md":"BiEpK47N","tutorials_spatial_joins.md":"Da3jnkKt","source_methods_clipping_cut.md":"Dv5i5NBi","source_transformations_correction_intersecting_polygons.md":"DfIi5gXb","source_methods_geom_relations_coveredby.md":"SC4h9Q05","source_primitives.md":"DmTH8AUR","source_transformations_simplify.md":"DXroAKLv","source_transformations_segmentize.md":"D5TK2PGP","source_methods_geom_relations_touches.md":"B0EyE8IO"} diff --git a/previews/PR169/howto/unary_union.html b/previews/PR169/howto/unary_union.html index f39bcbe40..55f93755b 100644 --- a/previews/PR169/howto/unary_union.html +++ b/previews/PR169/howto/unary_union.html @@ -8,11 +8,11 @@ - + - - + + @@ -29,11 +29,15 @@ geoms = GO.tuples(wkt) -plot(geoms; color = 1:length(geoms), axis = (; aspect = DataAspect()))

Now that we have the geometries, we reduce over the vector, performing unions along the way.

@example
final_multipoly = reduce(
+plot(geoms; color = 1:length(geoms), axis = (; aspect = DataAspect()))

Now that we have the geometries, we reduce over the vector, performing unions along the way.

@example
@time final_multipoly = reduce(
     (x, y) -> GO.union(x, y; target = GI.MultiPolygonTrait, fix = GO.UnionIntersectingPolygons()), 
-    geoms
-)
- + GO.fix(geoms) +)
@example
fixed_geoms = GO.buffer(geoms, 0)
+@time final_multipoly = reduce(
+    (x, y) -> GO.union(x, y; target = GI.MultiPolygonTrait, fix = GO.UnionIntersectingPolygons()), 
+    fixed_geoms
+)
@example
@time GO.fix(GI.MultiPolygon(fixed_geoms); corrections = (GO.UnionIntersectingPolygons(),))
+ \ No newline at end of file diff --git a/previews/PR169/index.html b/previews/PR169/index.html index e9c166cc9..6b2dbd749 100644 --- a/previews/PR169/index.html +++ b/previews/PR169/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!

- + \ No newline at end of file diff --git a/previews/PR169/introduction.html b/previews/PR169/introduction.html index c6728287e..cdb282abf 100644 --- a/previews/PR169/introduction.html +++ b/previews/PR169/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/PR169/source/GeometryOps.html b/previews/PR169/source/GeometryOps.html index a6ff14b59..ba4fbe3fc 100644 --- a/previews/PR169/source/GeometryOps.html +++ b/previews/PR169/source/GeometryOps.html @@ -8,10 +8,10 @@ - + - + @@ -91,7 +91,7 @@ end end

This page was generated using Literate.jl.

- + \ No newline at end of file diff --git a/previews/PR169/source/methods/angles.html b/previews/PR169/source/methods/angles.html index fcfd02600..73dbc5215 100644 --- a/previews/PR169/source/methods/angles.html +++ b/previews/PR169/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/PR169/source/methods/area.html b/previews/PR169/source/methods/area.html index 4be98fc43..4bdd75269 100644 --- a/previews/PR169/source/methods/area.html +++ b/previews/PR169/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 postive 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 postive 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/PR169/source/methods/barycentric.html b/previews/PR169/source/methods/barycentric.html index d6157e165..d4a867e90 100644 --- a/previews/PR169/source/methods/barycentric.html +++ b/previews/PR169/source/methods/barycentric.html @@ -8,10 +8,10 @@ - + - + @@ -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/PR169/source/methods/buffer.html b/previews/PR169/source/methods/buffer.html index 08f2e2ce6..d7c2cf3f1 100644 --- a/previews/PR169/source/methods/buffer.html +++ b/previews/PR169/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/PR169/source/methods/centroid.html b/previews/PR169/source/methods/centroid.html index faea51f04..b0709e5e3 100644 --- a/previews/PR169/source/methods/centroid.html +++ b/previews/PR169/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 availible 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 availible 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/PR169/source/methods/clipping/clipping_processor.html b/previews/PR169/source/methods/clipping/clipping_processor.html index 2e4cb08f5..5b226619a 100644 --- a/previews/PR169/source/methods/clipping/clipping_processor.html +++ b/previews/PR169/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/PR169/source/methods/clipping/coverage.html b/previews/PR169/source/methods/clipping/coverage.html index 0d7fe4fd2..e18a17afb 100644 --- a/previews/PR169/source/methods/clipping/coverage.html +++ b/previews/PR169/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/PR169/source/methods/clipping/cut.html b/previews/PR169/source/methods/clipping/cut.html index b253c6454..78f90332c 100644 --- a/previews/PR169/source/methods/clipping/cut.html +++ b/previews/PR169/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/PR169/source/methods/clipping/difference.html b/previews/PR169/source/methods/clipping/difference.html index 4376c8142..fc8375ae0 100644 --- a/previews/PR169/source/methods/clipping/difference.html +++ b/previews/PR169/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/PR169/source/methods/clipping/intersection.html b/previews/PR169/source/methods/clipping/intersection.html index 8980896b1..976b2dae8 100644 --- a/previews/PR169/source/methods/clipping/intersection.html +++ b/previews/PR169/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/PR169/source/methods/clipping/predicates.html b/previews/PR169/source/methods/clipping/predicates.html index 4b9a63a43..ae1a80e38 100644 --- a/previews/PR169/source/methods/clipping/predicates.html +++ b/previews/PR169/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/PR169/source/methods/clipping/union.html b/previews/PR169/source/methods/clipping/union.html index 8120683ee..1e7cb6a2a 100644 --- a/previews/PR169/source/methods/clipping/union.html +++ b/previews/PR169/source/methods/clipping/union.html @@ -8,11 +8,11 @@ - + - - + + @@ -90,6 +90,20 @@ _add_union_holes!(polys, a_in_b, b_in_a, poly_a, poly_b; exact) end

Remove uneeded collinear points on same edge

julia
    _remove_collinear_points!(polys, [false], poly_a, poly_b)
     return polys
+end
+
+function _union(
+    ::TraitTarget{GI.MultiPolygonTrait}, ::Type{T},
+    ::GI.PolygonTrait, poly_a,
+    ::GI.PolygonTrait, poly_b;
+    exact, kwargs...,
+) where T
+    return GI.MultiPolygon(_union(
+        TraitTarget(GI.PolygonTrait()), T,
+        GI.trait(poly_a), poly_a,
+        GI.trait(poly_b), poly_b;
+        exact, kwargs...,
+    ))
 end

Helper functions for Unions with Greiner and Hormann Polygon Clipping

julia
#= When marking the crossing status of a delayed crossing, the chain start point is crossing
 when the start point is a entry point and is a bouncing point when the start point is an
 exit point. The end of the chain has the opposite crossing / bouncing status. =#
@@ -228,6 +242,19 @@
     end
     return polys
 end
+function _union(
+    target::TraitTarget{GI.MultiPolygonTrait}, ::Type{T},
+    ::GI.PolygonTrait, poly_a,
+    ::GI.MultiPolygonTrait, multipoly_b;
+    fix_multipoly = UnionIntersectingPolygons(), kwargs...,
+) where T
+    return GI.MultiPolygon(_union(
+        TraitTarget(GI.PolygonTrait()), T,
+        GI.trait(poly_a), poly_a,
+        GI.trait(multipoly_b), multipoly_b;
+        fix_multipoly, kwargs...,
+    ))
+end
 
 #= Multipolygon with polygon union is equivalent to taking the union of the poylgon with the
 multipolygon and thus simply switches the order of operations and calls the above method. =#
@@ -238,6 +265,13 @@
     kwargs...,
 ) where T = union(poly_b, multipoly_a; target, kwargs...)
 
+_union(
+    target::TraitTarget{GI.MultiPolygonTrait}, ::Type{T},
+    ::GI.MultiPolygonTrait, multipoly_a,
+    ::GI.PolygonTrait, poly_b;
+    kwargs...,
+) where T = union(poly_b, multipoly_a; target, kwargs...)
+
 #= Multipolygon with multipolygon union - note that all of the sub-polygons of `multipoly_a`
 and the sub-polygons of `multipoly_b` are included and combined together where there are
 intersections. Unless specified with `fix_multipoly = nothing`, `multipolygon_b` will be
@@ -282,7 +316,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/PR169/source/methods/distance.html b/previews/PR169/source/methods/distance.html index 9fe73bacf..acd09bfc7 100644 --- a/previews/PR169/source/methods/distance.html +++ b/previews/PR169/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/PR169/source/methods/equals.html b/previews/PR169/source/methods/equals.html index e2d424684..165f7b152 100644 --- a/previews/PR169/source/methods/equals.html +++ b/previews/PR169/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 commen 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 explicity 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 commen 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 explicity 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/PR169/source/methods/geom_relations/contains.html b/previews/PR169/source/methods/geom_relations/contains.html index 6ed12666b..dc91ac6a0 100644 --- a/previews/PR169/source/methods/geom_relations/contains.html +++ b/previews/PR169/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/PR169/source/methods/geom_relations/coveredby.html b/previews/PR169/source/methods/geom_relations/coveredby.html index e7ff3cc8e..2c5c3476e 100644 --- a/previews/PR169/source/methods/geom_relations/coveredby.html +++ b/previews/PR169/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/PR169/source/methods/geom_relations/covers.html b/previews/PR169/source/methods/geom_relations/covers.html index c0ad0f8d0..a9e9b1e3d 100644 --- a/previews/PR169/source/methods/geom_relations/covers.html +++ b/previews/PR169/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/PR169/source/methods/geom_relations/crosses.html b/previews/PR169/source/methods/geom_relations/crosses.html index f3710db5a..0848f5e95 100644 --- a/previews/PR169/source/methods/geom_relations/crosses.html +++ b/previews/PR169/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/PR169/source/methods/geom_relations/disjoint.html b/previews/PR169/source/methods/geom_relations/disjoint.html index 9119803c5..176baf2ff 100644 --- a/previews/PR169/source/methods/geom_relations/disjoint.html +++ b/previews/PR169/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/PR169/source/methods/geom_relations/geom_geom_processors.html b/previews/PR169/source/methods/geom_relations/geom_geom_processors.html index d84696184..f3dfee4ec 100644 --- a/previews/PR169/source/methods/geom_relations/geom_geom_processors.html +++ b/previews/PR169/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/PR169/source/methods/geom_relations/intersects.html b/previews/PR169/source/methods/geom_relations/intersects.html index 5d6aa24f7..fc80c5af1 100644 --- a/previews/PR169/source/methods/geom_relations/intersects.html +++ b/previews/PR169/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/PR169/source/methods/geom_relations/overlaps.html b/previews/PR169/source/methods/geom_relations/overlaps.html index 78f6f22a5..c296d7392 100644 --- a/previews/PR169/source/methods/geom_relations/overlaps.html +++ b/previews/PR169/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 autmoatically 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 respectivly, 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 autmoatically 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 respectivly, 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/PR169/source/methods/geom_relations/touches.html b/previews/PR169/source/methods/geom_relations/touches.html index 9403bc79f..419977215 100644 --- a/previews/PR169/source/methods/geom_relations/touches.html +++ b/previews/PR169/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/PR169/source/methods/geom_relations/within.html b/previews/PR169/source/methods/geom_relations/within.html index 74921d0aa..8f7deab7d 100644 --- a/previews/PR169/source/methods/geom_relations/within.html +++ b/previews/PR169/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/PR169/source/methods/orientation.html b/previews/PR169/source/methods/orientation.html index 2ea0d9b25..ad9bb05a9 100644 --- a/previews/PR169/source/methods/orientation.html +++ b/previews/PR169/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/PR169/source/methods/polygonize.html b/previews/PR169/source/methods/polygonize.html index e4d880dbb..a036624f7 100644 --- a/previews/PR169/source/methods/polygonize.html +++ b/previews/PR169/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/PR169/source/not_implemented_yet.html b/previews/PR169/source/not_implemented_yet.html index 994f0f069..325b4692d 100644 --- a/previews/PR169/source/not_implemented_yet.html +++ b/previews/PR169/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/PR169/source/primitives.html b/previews/PR169/source/primitives.html index 89da94955..bbf4e6940 100644 --- a/previews/PR169/source/primitives.html +++ b/previews/PR169/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/PR169/source/transformations/correction/closed_ring.html b/previews/PR169/source/transformations/correction/closed_ring.html index 3e3e29626..d395d14d1 100644 --- a/previews/PR169/source/transformations/correction/closed_ring.html +++ b/previews/PR169/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/PR169/source/transformations/correction/geometry_correction.html b/previews/PR169/source/transformations/correction/geometry_correction.html index 0618a13a5..f3c80588f 100644 --- a/previews/PR169/source/transformations/correction/geometry_correction.html +++ b/previews/PR169/source/transformations/correction/geometry_correction.html @@ -8,10 +8,10 @@ - + - + @@ -60,7 +60,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/PR169/source/transformations/correction/intersecting_polygons.html b/previews/PR169/source/transformations/correction/intersecting_polygons.html index 3eeed2ff9..fd7b765f0 100644 --- a/previews/PR169/source/transformations/correction/intersecting_polygons.html +++ b/previews/PR169/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/PR169/source/transformations/correction/polygon_contents.html b/previews/PR169/source/transformations/correction/polygon_contents.html index e2d622e31..cd6b4074f 100644 --- a/previews/PR169/source/transformations/correction/polygon_contents.html +++ b/previews/PR169/source/transformations/correction/polygon_contents.html @@ -8,10 +8,10 @@ - + - + @@ -37,7 +37,7 @@ _ls2lr(::GI.LineStringTrait, x) = GI.LinearRing(GI.getpoint(x)) _ls2lr(::GI.LinearRingTrait, x) = x

This page was generated using Literate.jl.

- + \ No newline at end of file diff --git a/previews/PR169/source/transformations/extent.html b/previews/PR169/source/transformations/extent.html index d1bf1da9c..699e36698 100644 --- a/previews/PR169/source/transformations/extent.html +++ b/previews/PR169/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/PR169/source/transformations/flip.html b/previews/PR169/source/transformations/flip.html index ccd09ce98..7b5f08281 100644 --- a/previews/PR169/source/transformations/flip.html +++ b/previews/PR169/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/PR169/source/transformations/reproject.html b/previews/PR169/source/transformations/reproject.html index d1d10bebb..3f9cc0774 100644 --- a/previews/PR169/source/transformations/reproject.html +++ b/previews/PR169/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/PR169/source/transformations/segmentize.html b/previews/PR169/source/transformations/segmentize.html index 3e336e4e3..dced7c635 100644 --- a/previews/PR169/source/transformations/segmentize.html +++ b/previews/PR169/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/PR169/source/transformations/simplify.html b/previews/PR169/source/transformations/simplify.html index d126ae222..a87a09de0 100644 --- a/previews/PR169/source/transformations/simplify.html +++ b/previews/PR169/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
 lg_and_go(geometry) = (GI.convert(LG, geometry), GO.tuples(geometry))
@@ -41,7 +41,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"))
@@ -55,7 +55,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)
@@ -74,7 +74,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
@@ -507,7 +507,7 @@
     end
     return nothing
 end

This page was generated using Literate.jl.

- + \ No newline at end of file diff --git a/previews/PR169/source/transformations/transform.html b/previews/PR169/source/transformations/transform.html index 56038bb84..ef2307755 100644 --- a/previews/PR169/source/transformations/transform.html +++ b/previews/PR169/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/PR169/source/transformations/tuples.html b/previews/PR169/source/transformations/tuples.html index 7421d37e7..c02619ec3 100644 --- a/previews/PR169/source/transformations/tuples.html +++ b/previews/PR169/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/PR169/source/types.html b/previews/PR169/source/types.html index 47cbfd579..95bd2efae 100644 --- a/previews/PR169/source/types.html +++ b/previews/PR169/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/PR169/source/utils.html b/previews/PR169/source/utils.html index fe263a7eb..15291b381 100644 --- a/previews/PR169/source/utils.html +++ b/previews/PR169/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/PR169/tutorials/creating_geometry.html b/previews/PR169/tutorials/creating_geometry.html index c1ab9eb35..5aebda521 100644 --- a/previews/PR169/tutorials/creating_geometry.html +++ b/previews/PR169/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].

Coordinate reference systems (CRS) and you

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/KtgDm/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 destinaton 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].

Coordinate reference systems (CRS) and you

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/KtgDm/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 destinaton 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

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

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/PR169/tutorials/spatial_joins.html b/previews/PR169/tutorials/spatial_joins.html index 7b94b7163..62ff9154d 100644 --- a/previews/PR169/tutorials/spatial_joins.html +++ b/previews/PR169/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