diff --git a/previews/PR170/404.html b/previews/PR170/404.html index 5101eb064..d9679ccb5 100644 --- a/previews/PR170/404.html +++ b/previews/PR170/404.html @@ -8,7 +8,7 @@ - + @@ -16,7 +16,7 @@
- + \ No newline at end of file diff --git a/previews/PR170/api.html b/previews/PR170/api.html index 3b4466540..67edc3652 100644 --- a/previews/PR170/api.html +++ b/previews/PR170/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/PR170/assets/khoevfd.C3SxJ3x-.png b/previews/PR170/assets/adjnqig.C3SxJ3x-.png similarity index 100% rename from previews/PR170/assets/khoevfd.C3SxJ3x-.png rename to previews/PR170/assets/adjnqig.C3SxJ3x-.png diff --git a/previews/PR170/assets/api.md.szlKOsdg.js b/previews/PR170/assets/api.md.Ce4ecVT9.js similarity index 99% rename from previews/PR170/assets/api.md.szlKOsdg.js rename to previews/PR170/assets/api.md.Ce4ecVT9.js index e083a172c..3bf9ff021 100644 --- a/previews/PR170/assets/api.md.szlKOsdg.js +++ b/previews/PR170/assets/api.md.Ce4ecVT9.js @@ -1,4 +1,4 @@ -import{_ as n,c as e,j as s,a,a6 as i,o as t}from"./chunks/framework.tAJTkgFA.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.tAJTkgFA.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/PR170/assets/api.md.szlKOsdg.lean.js b/previews/PR170/assets/api.md.Ce4ecVT9.lean.js
similarity index 100%
rename from previews/PR170/assets/api.md.szlKOsdg.lean.js
rename to previews/PR170/assets/api.md.Ce4ecVT9.lean.js
diff --git a/previews/PR170/assets/app.B_E8E5zm.js b/previews/PR170/assets/app.BdUFIZJc.js
similarity index 95%
rename from previews/PR170/assets/app.B_E8E5zm.js
rename to previews/PR170/assets/app.BdUFIZJc.js
index 01e486b20..1394ae4f4 100644
--- a/previews/PR170/assets/app.B_E8E5zm.js
+++ b/previews/PR170/assets/app.BdUFIZJc.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.tAJTkgFA.js";import{R as S}from"./chunks/theme.CNzey4Fh.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.tAJTkgFA.js";import{R as S}from"./chunks/theme.ehLKxvXo.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/PR170/assets/chunks/@localSearchIndexroot.BGE7MfCv.js b/previews/PR170/assets/chunks/@localSearchIndexroot.BGE7MfCv.js
new file mode 100644
index 000000000..d0cc85ec8
--- /dev/null
+++ b/previews/PR170/assets/chunks/@localSearchIndexroot.BGE7MfCv.js
@@ -0,0 +1 @@
+const e='{"documentCount":177,"nextId":177,"documentIds":{"0":"/GeometryOps.jl/previews/PR170/api#Full-GeometryOps-API-documentation","1":"/GeometryOps.jl/previews/PR170/api#apply-and-associated-functions","2":"/GeometryOps.jl/previews/PR170/api#General-geometry-methods","3":"/GeometryOps.jl/previews/PR170/api#OGC-methods","4":"/GeometryOps.jl/previews/PR170/api#Other-general-methods","5":"/GeometryOps.jl/previews/PR170/api#Barycentric-coordinates","6":"/GeometryOps.jl/previews/PR170/api#Other-methods","7":"/GeometryOps.jl/previews/PR170/call_notes#20th-April,-2024","8":"/GeometryOps.jl/previews/PR170/call_notes#29th-Feb,-2024","9":"/GeometryOps.jl/previews/PR170/call_notes#To-do","10":"/GeometryOps.jl/previews/PR170/call_notes#done","11":"/GeometryOps.jl/previews/PR170/experiments/accurate_accumulators#Accurate-accumulation","12":"/GeometryOps.jl/previews/PR170/experiments/predicates#predicates","13":"/GeometryOps.jl/previews/PR170/experiments/predicates#orient","14":"/GeometryOps.jl/previews/PR170/experiments/predicates#dashboard","15":"/GeometryOps.jl/previews/PR170/experiments/predicates#Testing-robust-vs-regular-predicates","16":"/GeometryOps.jl/previews/PR170/experiments/predicates#incircle","17":"/GeometryOps.jl/previews/PR170/explanations/crs#Coordinate-Reference-Systems","18":"/GeometryOps.jl/previews/PR170/explanations/crs#Geographic-CRS","19":"/GeometryOps.jl/previews/PR170/explanations/crs#Projected-CRS","20":"/GeometryOps.jl/previews/PR170/explanations/crs#Ways-to-describe-CRS","21":"/GeometryOps.jl/previews/PR170/explanations/crs#crs-format-table","22":"/GeometryOps.jl/previews/PR170/explanations/paradigms#paradigms","23":"/GeometryOps.jl/previews/PR170/explanations/paradigms#apply","24":"/GeometryOps.jl/previews/PR170/explanations/paradigms#applyreduce","25":"/GeometryOps.jl/previews/PR170/explanations/paradigms#fix-and-prepare","26":"/GeometryOps.jl/previews/PR170/explanations/peculiarities#peculiarities","27":"/GeometryOps.jl/previews/PR170/explanations/peculiarities#What-does-apply-return-and-why?","28":"/GeometryOps.jl/previews/PR170/explanations/peculiarities#Why-do-you-want-me-to-provide-a-target-in-set-operations?","29":"/GeometryOps.jl/previews/PR170/explanations/peculiarities#_True-and-_False-(or-BoolsAsTypes)","30":"/GeometryOps.jl/previews/PR170/explanations/winding_order#Winding-order","31":"/GeometryOps.jl/previews/PR170/explanations/winding_order#What-other-libraries-do","32":"/GeometryOps.jl/previews/PR170/introduction#introduction","33":"/GeometryOps.jl/previews/PR170/introduction#Main-concepts","34":"/GeometryOps.jl/previews/PR170/introduction#The-apply-paradigm","35":"/GeometryOps.jl/previews/PR170/introduction#What\'s-this-GeoInterface.Wrapper-thing?","36":"/GeometryOps.jl/previews/PR170/source/GeometryOps#geometryops-jl","37":"/GeometryOps.jl/previews/PR170/source/methods/angles#angles","38":"/GeometryOps.jl/previews/PR170/source/methods/angles#What-is-angles?","39":"/GeometryOps.jl/previews/PR170/source/methods/angles#implementation","40":"/GeometryOps.jl/previews/PR170/source/methods/area#Area-and-signed-area","41":"/GeometryOps.jl/previews/PR170/source/methods/area#What-is-area?-What-is-signed-area?","42":"/GeometryOps.jl/previews/PR170/source/methods/area#implementation","43":"/GeometryOps.jl/previews/PR170/source/methods/buffer#buffer","44":"/GeometryOps.jl/previews/PR170/source/methods/barycentric#Barycentric-coordinates","45":"/GeometryOps.jl/previews/PR170/source/methods/barycentric#example","46":"/GeometryOps.jl/previews/PR170/source/methods/barycentric#Barycentric-coordinate-API","47":"/GeometryOps.jl/previews/PR170/source/methods/centroid#centroid","48":"/GeometryOps.jl/previews/PR170/source/methods/centroid#What-is-the-centroid?","49":"/GeometryOps.jl/previews/PR170/source/methods/centroid#implementation","50":"/GeometryOps.jl/previews/PR170/source/methods/clipping/clipping_processor#Polygon-clipping-helpers","51":"/GeometryOps.jl/previews/PR170/source/methods/clipping/coverage#What-is-coverage?","52":"/GeometryOps.jl/previews/PR170/source/methods/clipping/coverage#implementation","53":"/GeometryOps.jl/previews/PR170/source/methods/clipping/cut#Polygon-cutting","54":"/GeometryOps.jl/previews/PR170/source/methods/clipping/cut#What-is-cut?","55":"/GeometryOps.jl/previews/PR170/source/methods/clipping/cut#implementation","56":"/GeometryOps.jl/previews/PR170/source/methods/clipping/difference#Difference-Polygon-Clipping","57":"/GeometryOps.jl/previews/PR170/source/methods/clipping/difference#Helper-functions-for-Differences-with-Greiner-and-Hormann-Polygon-Clipping","58":"/GeometryOps.jl/previews/PR170/source/methods/clipping/predicates#If-we-want-to-inject-adaptivity,-we-would-do-something-like:","59":"/GeometryOps.jl/previews/PR170/source/methods/clipping/intersection#Geometry-Intersection","60":"/GeometryOps.jl/previews/PR170/source/methods/clipping/intersection#Helper-functions-for-Intersections-with-Greiner-and-Hormann-Polygon-Clipping","61":"/GeometryOps.jl/previews/PR170/source/methods/clipping/union#Union-Polygon-Clipping","62":"/GeometryOps.jl/previews/PR170/source/methods/clipping/union#Helper-functions-for-Unions-with-Greiner-and-Hormann-Polygon-Clipping","63":"/GeometryOps.jl/previews/PR170/source/methods/distance#Distance-and-signed-distance","64":"/GeometryOps.jl/previews/PR170/source/methods/distance#What-is-distance?-What-is-signed-distance?","65":"/GeometryOps.jl/previews/PR170/source/methods/distance#implementation","66":"/GeometryOps.jl/previews/PR170/source/methods/equals#equals","67":"/GeometryOps.jl/previews/PR170/source/methods/equals#What-is-equals?","68":"/GeometryOps.jl/previews/PR170/source/methods/equals#implementation","69":"/GeometryOps.jl/previews/PR170/source/methods/geom_relations/contains#contains","70":"/GeometryOps.jl/previews/PR170/source/methods/geom_relations/contains#What-is-contains?","71":"/GeometryOps.jl/previews/PR170/source/methods/geom_relations/contains#implementation","72":"/GeometryOps.jl/previews/PR170/source/methods/geom_relations/coveredby#coveredby","73":"/GeometryOps.jl/previews/PR170/source/methods/geom_relations/coveredby#What-is-coveredby?","74":"/GeometryOps.jl/previews/PR170/source/methods/geom_relations/coveredby#implementation","75":"/GeometryOps.jl/previews/PR170/source/methods/geom_relations/coveredby#Convert-features-to-geometries","76":"/GeometryOps.jl/previews/PR170/source/methods/geom_relations/coveredby#Points-coveredby-geometries","77":"/GeometryOps.jl/previews/PR170/source/methods/geom_relations/coveredby#Lines-coveredby-geometries","78":"/GeometryOps.jl/previews/PR170/source/methods/geom_relations/coveredby#Rings-covered-by-geometries","79":"/GeometryOps.jl/previews/PR170/source/methods/geom_relations/coveredby#Polygons-covered-by-geometries","80":"/GeometryOps.jl/previews/PR170/source/methods/geom_relations/coveredby#Geometries-coveredby-multi-geometry/geometry-collections","81":"/GeometryOps.jl/previews/PR170/source/methods/geom_relations/coveredby#Multi-geometry/geometry-collections-coveredby-geometries","82":"/GeometryOps.jl/previews/PR170/source/methods/geom_relations/covers#covers","83":"/GeometryOps.jl/previews/PR170/source/methods/geom_relations/covers#What-is-covers?","84":"/GeometryOps.jl/previews/PR170/source/methods/geom_relations/covers#implementation","85":"/GeometryOps.jl/previews/PR170/source/methods/geom_relations/crosses#Crossing-checks","86":"/GeometryOps.jl/previews/PR170/source/methods/geom_relations/disjoint#disjoint","87":"/GeometryOps.jl/previews/PR170/source/methods/geom_relations/disjoint#What-is-disjoint?","88":"/GeometryOps.jl/previews/PR170/source/methods/geom_relations/disjoint#implementation","89":"/GeometryOps.jl/previews/PR170/source/methods/geom_relations/disjoint#Convert-features-to-geometries","90":"/GeometryOps.jl/previews/PR170/source/methods/geom_relations/disjoint#Point-disjoint-geometries","91":"/GeometryOps.jl/previews/PR170/source/methods/geom_relations/disjoint#Lines-disjoint-geometries","92":"/GeometryOps.jl/previews/PR170/source/methods/geom_relations/disjoint#Rings-disjoint-geometries","93":"/GeometryOps.jl/previews/PR170/source/methods/geom_relations/disjoint#Polygon-disjoint-geometries","94":"/GeometryOps.jl/previews/PR170/source/methods/geom_relations/disjoint#Geometries-disjoint-multi-geometry/geometry-collections","95":"/GeometryOps.jl/previews/PR170/source/methods/geom_relations/disjoint#Multi-geometry/geometry-collections-coveredby-geometries","96":"/GeometryOps.jl/previews/PR170/source/methods/geom_relations/geom_geom_processors#Line-curve-interaction","97":"/GeometryOps.jl/previews/PR170/source/methods/geom_relations/intersects#Intersection-checks","98":"/GeometryOps.jl/previews/PR170/source/methods/geom_relations/intersects#What-is-intersects?","99":"/GeometryOps.jl/previews/PR170/source/methods/geom_relations/intersects#implementation","100":"/GeometryOps.jl/previews/PR170/source/methods/geom_relations/overlaps#overlaps","101":"/GeometryOps.jl/previews/PR170/source/methods/geom_relations/overlaps#What-is-overlaps?","102":"/GeometryOps.jl/previews/PR170/source/methods/geom_relations/overlaps#implementation","103":"/GeometryOps.jl/previews/PR170/source/methods/geom_relations/within#within","104":"/GeometryOps.jl/previews/PR170/source/methods/geom_relations/within#What-is-within?","105":"/GeometryOps.jl/previews/PR170/source/methods/geom_relations/within#implementation","106":"/GeometryOps.jl/previews/PR170/source/methods/geom_relations/within#Convert-features-to-geometries","107":"/GeometryOps.jl/previews/PR170/source/methods/geom_relations/within#Points-within-geometries","108":"/GeometryOps.jl/previews/PR170/source/methods/geom_relations/within#Lines-within-geometries","109":"/GeometryOps.jl/previews/PR170/source/methods/geom_relations/within#Rings-covered-by-geometries","110":"/GeometryOps.jl/previews/PR170/source/methods/geom_relations/within#Polygons-within-geometries","111":"/GeometryOps.jl/previews/PR170/source/methods/geom_relations/within#Geometries-within-multi-geometry/geometry-collections","112":"/GeometryOps.jl/previews/PR170/source/methods/geom_relations/within#Multi-geometry/geometry-collections-within-geometries","113":"/GeometryOps.jl/previews/PR170/source/methods/geom_relations/touches#touches","114":"/GeometryOps.jl/previews/PR170/source/methods/geom_relations/touches#What-is-touches?","115":"/GeometryOps.jl/previews/PR170/source/methods/geom_relations/touches#implementation","116":"/GeometryOps.jl/previews/PR170/source/methods/geom_relations/touches#Convert-features-to-geometries","117":"/GeometryOps.jl/previews/PR170/source/methods/geom_relations/touches#Point-touches-geometries","118":"/GeometryOps.jl/previews/PR170/source/methods/geom_relations/touches#Lines-touching-geometries","119":"/GeometryOps.jl/previews/PR170/source/methods/geom_relations/touches#Rings-touch-geometries","120":"/GeometryOps.jl/previews/PR170/source/methods/geom_relations/touches#Polygons-touch-geometries","121":"/GeometryOps.jl/previews/PR170/source/methods/geom_relations/touches#Geometries-touch-multi-geometry/geometry-collections","122":"/GeometryOps.jl/previews/PR170/source/methods/geom_relations/touches#Multi-geometry/geometry-collections-cross-geometries","123":"/GeometryOps.jl/previews/PR170/source/methods/orientation#orientation","124":"/GeometryOps.jl/previews/PR170/source/methods/orientation#isclockwise","125":"/GeometryOps.jl/previews/PR170/source/methods/orientation#isconcave","126":"/GeometryOps.jl/previews/PR170/source/methods/polygonize#Polygonizing-raster-data","127":"/GeometryOps.jl/previews/PR170/source/not_implemented_yet#Not-implemented-yet","128":"/GeometryOps.jl/previews/PR170/source/primitives#Primitive-functions","129":"/GeometryOps.jl/previews/PR170/source/primitives#docstrings","130":"/GeometryOps.jl/previews/PR170/source/primitives#functions","131":"/GeometryOps.jl/previews/PR170/source/primitives#types","132":"/GeometryOps.jl/previews/PR170/source/primitives#implementation","133":"/GeometryOps.jl/previews/PR170/source/primitives#What-is-apply?","134":"/GeometryOps.jl/previews/PR170/source/primitives#embedding","135":"/GeometryOps.jl/previews/PR170/source/primitives#threading","136":"/GeometryOps.jl/previews/PR170/source/transformations/correction/closed_ring#Closed-Rings","137":"/GeometryOps.jl/previews/PR170/source/transformations/correction/closed_ring#example","138":"/GeometryOps.jl/previews/PR170/source/transformations/correction/closed_ring#implementation","139":"/GeometryOps.jl/previews/PR170/source/transformations/correction/geometry_correction#Geometry-Corrections","140":"/GeometryOps.jl/previews/PR170/source/transformations/correction/geometry_correction#interface","141":"/GeometryOps.jl/previews/PR170/source/transformations/correction/geometry_correction#Available-corrections","142":"/GeometryOps.jl/previews/PR170/source/transformations/extent#Extent-embedding","143":"/GeometryOps.jl/previews/PR170/source/transformations/flip#Coordinate-flipping","144":"/GeometryOps.jl/previews/PR170/source/transformations/correction/intersecting_polygons#Intersecting-Polygons","145":"/GeometryOps.jl/previews/PR170/source/transformations/correction/intersecting_polygons#example","146":"/GeometryOps.jl/previews/PR170/source/transformations/correction/intersecting_polygons#implementation","147":"/GeometryOps.jl/previews/PR170/source/transformations/reproject#Geometry-reprojection","148":"/GeometryOps.jl/previews/PR170/source/transformations/reproject#Method-error-handling","149":"/GeometryOps.jl/previews/PR170/source/transformations/segmentize#segmentize","150":"/GeometryOps.jl/previews/PR170/source/transformations/segmentize#examples","151":"/GeometryOps.jl/previews/PR170/source/transformations/segmentize#benchmark","152":"/GeometryOps.jl/previews/PR170/source/transformations/segmentize#implementation","153":"/GeometryOps.jl/previews/PR170/source/transformations/transform#Pointwise-transformation","154":"/GeometryOps.jl/previews/PR170/source/transformations/tuples#Tuple-conversion","155":"/GeometryOps.jl/previews/PR170/source/transformations/simplify#Geometry-simplification","156":"/GeometryOps.jl/previews/PR170/source/transformations/simplify#examples","157":"/GeometryOps.jl/previews/PR170/source/transformations/simplify#benchmark","158":"/GeometryOps.jl/previews/PR170/source/transformations/simplify#Simplify-with-RadialDistance-Algorithm","159":"/GeometryOps.jl/previews/PR170/source/transformations/simplify#Simplify-with-DouglasPeucker-Algorithm","160":"/GeometryOps.jl/previews/PR170/source/transformations/simplify#Simplify-with-VisvalingamWhyatt-Algorithm","161":"/GeometryOps.jl/previews/PR170/source/transformations/simplify#Shared-utils","162":"/GeometryOps.jl/previews/PR170/source/types#types","163":"/GeometryOps.jl/previews/PR170/source/types#TraitTarget","164":"/GeometryOps.jl/previews/PR170/source/types#BoolsAsTypes","165":"/GeometryOps.jl/previews/PR170/source/types#GEOS","166":"/GeometryOps.jl/previews/PR170/source/utils#Utility-functions","167":"/GeometryOps.jl/previews/PR170/tutorials/creating_geometry#Creating-Geometry","168":"/GeometryOps.jl/previews/PR170/tutorials/creating_geometry#creating-geometry","169":"/GeometryOps.jl/previews/PR170/tutorials/creating_geometry#plot-geometry","170":"/GeometryOps.jl/previews/PR170/tutorials/creating_geometry#geom-crs","171":"/GeometryOps.jl/previews/PR170/tutorials/creating_geometry#attributes","172":"/GeometryOps.jl/previews/PR170/tutorials/creating_geometry#save-geometry","173":"/GeometryOps.jl/previews/PR170/tutorials/spatial_joins#Spatial-joins","174":"/GeometryOps.jl/previews/PR170/tutorials/spatial_joins#Simple-example","175":"/GeometryOps.jl/previews/PR170/tutorials/spatial_joins#Real-world-example","176":"/GeometryOps.jl/previews/PR170/tutorials/spatial_joins#Enabling-custom-predicates"},"fieldIds":{"title":0,"titles":1,"text":2},"fieldLength":{"0":[4,1,88],"1":[4,4,248],"2":[3,4,1],"3":[2,7,207],"4":[3,7,261],"5":[2,4,84],"6":[2,4,1065],"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":[3,1,48],"18":[2,3,47],"19":[2,3,8],"20":[4,3,68],"21":[3,3,73],"22":[1,1,53],"23":[1,1,109],"24":[1,2,35],"25":[3,1,79],"26":[1,1,1],"27":[7,1,71],"28":[13,1,101],"29":[6,1,66],"30":[2,1,71],"31":[4,2,15],"32":[1,1,72],"33":[2,1,1],"34":[3,3,50],"35":[8,3,18],"36":[2,1,116],"37":[1,1,3],"38":[4,1,57],"39":[1,1,270],"40":[4,1,4],"41":[5,4,101],"42":[1,4,247],"43":[1,1,110],"44":[2,1,65],"45":[1,2,210],"46":[3,2,414],"47":[1,1,6],"48":[5,1,91],"49":[1,1,199],"50":[3,1,613],"51":[4,1,70],"52":[1,1,327],"53":[2,1,3],"54":[4,2,57],"55":[1,2,200],"56":[3,1,215],"57":[10,1,191],"58":[11,1,25],"59":[2,1,252],"60":[10,1,482],"61":[3,1,236],"62":[10,1,284],"63":[4,1,4],"64":[5,4,129],"65":[1,4,260],"66":[1,1,3],"67":[4,1,68],"68":[1,1,266],"69":[1,1,3],"70":[4,1,79],"71":[1,1,79],"72":[1,1,3],"73":[4,1,81],"74":[1,1,128],"75":[4,1,11],"76":[3,1,56],"77":[3,1,46],"78":[4,1,48],"79":[4,1,40],"80":[5,1,40],"81":[5,1,44],"82":[1,1,3],"83":[4,1,67],"84":[1,1,78],"85":[2,1,149],"86":[1,1,3],"87":[4,1,68],"88":[1,1,110],"89":[4,1,10],"90":[3,1,57],"91":[3,1,58],"92":[3,1,47],"93":[3,1,33],"94":[5,1,39],"95":[5,1,44],"96":[3,1,434],"97":[2,1,3],"98":[4,2,80],"99":[1,2,76],"100":[1,1,3],"101":[4,1,82],"102":[1,1,244],"103":[1,1,3],"104":[4,1,72],"105":[1,1,129],"106":[4,1,11],"107":[3,1,63],"108":[3,1,53],"109":[4,1,53],"110":[3,1,38],"111":[5,1,39],"112":[5,1,42],"113":[1,1,3],"114":[4,1,70],"115":[1,1,125],"116":[4,1,11],"117":[3,1,69],"118":[3,1,53],"119":[3,1,62],"120":[3,1,41],"121":[5,1,39],"122":[5,1,42],"123":[1,1,4],"124":[1,1,21],"125":[1,1,206],"126":[3,1,513],"127":[3,1,47],"128":[2,1,113],"129":[1,2,1],"130":[1,3,106],"131":[1,2,12],"132":[1,2,33],"133":[4,2,114],"134":[2,2,36],"135":[1,2,542],"136":[2,1,54],"137":[1,2,87],"138":[1,2,83],"139":[2,1,41],"140":[1,2,112],"141":[2,2,109],"142":[2,1,71],"143":[2,1,56],"144":[2,1,77],"145":[1,2,70],"146":[1,2,135],"147":[2,1,132],"148":[3,2,77],"149":[1,1,76],"150":[1,1,147],"151":[1,1,268],"152":[1,1,188],"153":[2,1,111],"154":[2,1,58],"155":[2,1,44],"156":[1,2,67],"157":[1,2,404],"158":[4,1,75],"159":[4,1,187],"160":[4,1,85],"161":[2,1,149],"162":[1,1,38],"163":[1,1,74],"164":[1,1,82],"165":[1,1,147],"166":[2,1,136],"167":[2,1,60],"168":[4,2,287],"169":[13,2,281],"170":[9,2,200],"171":[7,2,63],"172":[4,2,140],"173":[2,1,138],"174":[2,2,137],"175":[3,2,117],"176":[3,2,68]},"averageFieldLength":[2.8531073446327686,1.4915254237288136,108.11864406779661],"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":"Coordinate Reference Systems","titles":[]},"18":{"title":"Geographic CRS","titles":["Coordinate Reference Systems"]},"19":{"title":"Projected CRS","titles":["Coordinate Reference Systems"]},"20":{"title":"Ways to describe CRS","titles":["Coordinate Reference Systems"]},"21":{"title":"CRS format table","titles":["Coordinate Reference Systems"]},"22":{"title":"Paradigms","titles":[]},"23":{"title":"apply","titles":["Paradigms"]},"24":{"title":"applyreduce","titles":["Paradigms","apply"]},"25":{"title":"fix and prepare","titles":["Paradigms"]},"26":{"title":"Peculiarities","titles":[]},"27":{"title":"What does apply return and why?","titles":["Peculiarities"]},"28":{"title":"Why do you want me to provide a target in set operations?","titles":["Peculiarities"]},"29":{"title":"_True and _False (or BoolsAsTypes)","titles":["Peculiarities"]},"30":{"title":"Winding order","titles":[]},"31":{"title":"What other libraries do","titles":["Winding order"]},"32":{"title":"Introduction","titles":[]},"33":{"title":"Main concepts","titles":["Introduction"]},"34":{"title":"The apply paradigm","titles":["Introduction","Main concepts"]},"35":{"title":"What's this GeoInterface.Wrapper thing?","titles":["Introduction","Main concepts"]},"36":{"title":"GeometryOps.jl","titles":[]},"37":{"title":"Angles","titles":[]},"38":{"title":"What is angles?","titles":["Angles"]},"39":{"title":"Implementation","titles":["Angles"]},"40":{"title":"Area and signed area","titles":[]},"41":{"title":"What is area? What is signed area?","titles":["Area and signed area"]},"42":{"title":"Implementation","titles":["Area and signed area"]},"43":{"title":"Buffer","titles":[]},"44":{"title":"Barycentric coordinates","titles":[]},"45":{"title":"Example","titles":["Barycentric coordinates"]},"46":{"title":"Barycentric-coordinate API","titles":["Barycentric coordinates"]},"47":{"title":"Centroid","titles":[]},"48":{"title":"What is the centroid?","titles":["Centroid"]},"49":{"title":"Implementation","titles":["Centroid"]},"50":{"title":"Polygon clipping helpers","titles":[]},"51":{"title":"What is coverage?","titles":[]},"52":{"title":"Implementation","titles":[]},"53":{"title":"Polygon cutting","titles":[]},"54":{"title":"What is cut?","titles":["Polygon cutting"]},"55":{"title":"Implementation","titles":["Polygon cutting"]},"56":{"title":"Difference Polygon Clipping","titles":[]},"57":{"title":"Helper functions for Differences with Greiner and Hormann Polygon Clipping","titles":[]},"58":{"title":"If we want to inject adaptivity, we would do something like:","titles":[]},"59":{"title":"Geometry Intersection","titles":[]},"60":{"title":"Helper functions for Intersections with Greiner and Hormann Polygon Clipping","titles":[]},"61":{"title":"Union Polygon Clipping","titles":[]},"62":{"title":"Helper functions for Unions with Greiner and Hormann Polygon Clipping","titles":[]},"63":{"title":"Distance and signed distance","titles":[]},"64":{"title":"What is distance? What is signed distance?","titles":["Distance and signed distance"]},"65":{"title":"Implementation","titles":["Distance and signed distance"]},"66":{"title":"Equals","titles":[]},"67":{"title":"What is equals?","titles":["Equals"]},"68":{"title":"Implementation","titles":["Equals"]},"69":{"title":"Contains","titles":[]},"70":{"title":"What is contains?","titles":["Contains"]},"71":{"title":"Implementation","titles":["Contains"]},"72":{"title":"CoveredBy","titles":[]},"73":{"title":"What is coveredby?","titles":["CoveredBy"]},"74":{"title":"Implementation","titles":["CoveredBy"]},"75":{"title":"Convert features to geometries","titles":[]},"76":{"title":"Points coveredby geometries","titles":[]},"77":{"title":"Lines coveredby geometries","titles":[]},"78":{"title":"Rings covered by geometries","titles":[]},"79":{"title":"Polygons covered by geometries","titles":[]},"80":{"title":"Geometries coveredby multi-geometry/geometry collections","titles":[]},"81":{"title":"Multi-geometry/geometry collections coveredby geometries","titles":[]},"82":{"title":"Covers","titles":[]},"83":{"title":"What is covers?","titles":["Covers"]},"84":{"title":"Implementation","titles":["Covers"]},"85":{"title":"Crossing checks","titles":[]},"86":{"title":"Disjoint","titles":[]},"87":{"title":"What is disjoint?","titles":["Disjoint"]},"88":{"title":"Implementation","titles":["Disjoint"]},"89":{"title":"Convert features to geometries","titles":[]},"90":{"title":"Point disjoint geometries","titles":[]},"91":{"title":"Lines disjoint geometries","titles":[]},"92":{"title":"Rings disjoint geometries","titles":[]},"93":{"title":"Polygon disjoint geometries","titles":[]},"94":{"title":"Geometries disjoint multi-geometry/geometry collections","titles":[]},"95":{"title":"Multi-geometry/geometry collections coveredby geometries","titles":[]},"96":{"title":"Line-curve interaction","titles":[]},"97":{"title":"Intersection checks","titles":[]},"98":{"title":"What is intersects?","titles":["Intersection checks"]},"99":{"title":"Implementation","titles":["Intersection checks"]},"100":{"title":"Overlaps","titles":[]},"101":{"title":"What is overlaps?","titles":["Overlaps"]},"102":{"title":"Implementation","titles":["Overlaps"]},"103":{"title":"Within","titles":[]},"104":{"title":"What is within?","titles":["Within"]},"105":{"title":"Implementation","titles":["Within"]},"106":{"title":"Convert features to geometries","titles":[]},"107":{"title":"Points within geometries","titles":[]},"108":{"title":"Lines within geometries","titles":[]},"109":{"title":"Rings covered by geometries","titles":[]},"110":{"title":"Polygons within geometries","titles":[]},"111":{"title":"Geometries within multi-geometry/geometry collections","titles":[]},"112":{"title":"Multi-geometry/geometry collections within geometries","titles":[]},"113":{"title":"Touches","titles":[]},"114":{"title":"What is touches?","titles":["Touches"]},"115":{"title":"Implementation","titles":["Touches"]},"116":{"title":"Convert features to geometries","titles":[]},"117":{"title":"Point touches geometries","titles":[]},"118":{"title":"Lines touching geometries","titles":[]},"119":{"title":"Rings touch geometries","titles":[]},"120":{"title":"Polygons touch geometries","titles":[]},"121":{"title":"Geometries touch multi-geometry/geometry collections","titles":[]},"122":{"title":"Multi-geometry/geometry collections cross geometries","titles":[]},"123":{"title":"Orientation","titles":[]},"124":{"title":"isclockwise","titles":["Orientation"]},"125":{"title":"isconcave","titles":["Orientation"]},"126":{"title":"Polygonizing raster data","titles":[]},"127":{"title":"Not implemented yet","titles":[]},"128":{"title":"Primitive functions","titles":[]},"129":{"title":"Docstrings","titles":["Primitive functions"]},"130":{"title":"Functions","titles":["Primitive functions","Docstrings"]},"131":{"title":"Types","titles":["Primitive functions"]},"132":{"title":"Implementation","titles":["Primitive functions"]},"133":{"title":"What is apply?","titles":["Primitive functions"]},"134":{"title":"Embedding:","titles":["Primitive functions"]},"135":{"title":"Threading","titles":["Primitive functions"]},"136":{"title":"Closed Rings","titles":[]},"137":{"title":"Example","titles":["Closed Rings"]},"138":{"title":"Implementation","titles":["Closed Rings"]},"139":{"title":"Geometry Corrections","titles":[]},"140":{"title":"Interface","titles":["Geometry Corrections"]},"141":{"title":"Available corrections","titles":["Geometry Corrections"]},"142":{"title":"Extent embedding","titles":[]},"143":{"title":"Coordinate flipping","titles":[]},"144":{"title":"Intersecting Polygons","titles":[]},"145":{"title":"Example","titles":["Intersecting Polygons"]},"146":{"title":"Implementation","titles":["Intersecting Polygons"]},"147":{"title":"Geometry reprojection","titles":[]},"148":{"title":"Method error handling","titles":["Geometry reprojection"]},"149":{"title":"Segmentize","titles":[]},"150":{"title":"Examples","titles":["Segmentize"]},"151":{"title":"Benchmark","titles":["Segmentize"]},"152":{"title":"Implementation","titles":["Segmentize"]},"153":{"title":"Pointwise transformation","titles":[]},"154":{"title":"Tuple conversion","titles":[]},"155":{"title":"Geometry simplification","titles":[]},"156":{"title":"Examples","titles":["Geometry simplification"]},"157":{"title":"Benchmark","titles":["Geometry simplification"]},"158":{"title":"Simplify with RadialDistance Algorithm","titles":[]},"159":{"title":"Simplify with DouglasPeucker Algorithm","titles":[]},"160":{"title":"Simplify with VisvalingamWhyatt Algorithm","titles":[]},"161":{"title":"Shared utils","titles":[]},"162":{"title":"Types","titles":[]},"163":{"title":"TraitTarget","titles":["Types"]},"164":{"title":"BoolsAsTypes","titles":["Types"]},"165":{"title":"GEOS","titles":["Types"]},"166":{"title":"Utility functions","titles":[]},"167":{"title":"Creating Geometry","titles":[]},"168":{"title":"Creating and plotting geometries","titles":["Creating Geometry"]},"169":{"title":"Plot geometries on a map using GeoMakie and coordinate reference system (CRS)","titles":["Creating Geometry"]},"170":{"title":"Create geospatial geometries with embedded coordinate reference system information","titles":["Creating Geometry"]},"171":{"title":"Creating a table with attributes and geometry","titles":["Creating Geometry"]},"172":{"title":"Saving your geospatial data","titles":["Creating Geometry"]},"173":{"title":"Spatial joins","titles":[]},"174":{"title":"Simple example","titles":["Spatial joins"]},"175":{"title":"Real-world example","titles":["Spatial joins"]},"176":{"title":"Enabling custom predicates","titles":["Spatial joins"]}},"dirtCount":0,"index":[["⋮",{"2":{"169":1}}],["θ",{"2":{"168":7,"169":3,"170":5}}],["☁",{"2":{"168":1}}],["✈",{"2":{"168":1}}],["÷",{"2":{"135":2}}],["ϵ",{"2":{"60":5}}],["∘",{"2":{"60":1,"102":2,"126":2,"140":1,"157":2,"176":2}}],["⊻",{"2":{"50":1,"57":2}}],["≥",{"2":{"50":1,"96":2,"146":1,"159":1}}],["α≈1",{"2":{"60":1}}],["α≈0",{"2":{"60":1}}],["α2",{"2":{"50":4,"60":2}}],["α",{"2":{"50":3,"60":28,"96":7}}],["α1",{"2":{"50":4,"60":2}}],["β2",{"2":{"50":4,"60":2}}],["β",{"2":{"50":4,"60":28,"96":7}}],["β1",{"2":{"50":4,"60":2}}],["≤",{"2":{"50":5,"52":14,"96":6,"159":1,"161":1,"166":4}}],["^",{"2":{"169":1}}],["^3",{"2":{"169":1}}],["^n",{"2":{"125":1}}],["^2",{"2":{"49":2,"65":2}}],["^hormannpresentation",{"2":{"46":2}}],["∑λ",{"2":{"46":2}}],["∑i=2n",{"2":{"6":1}}],["λ₁",{"2":{"46":2}}],["λn",{"2":{"44":1}}],["λ3",{"2":{"44":1}}],["λ2",{"2":{"44":2}}],["λ1",{"2":{"44":2}}],["λs",{"2":{"5":3,"6":4,"46":27}}],["`$",{"2":{"165":1}}],["`libgeos",{"2":{"165":1}}],["`linearring`",{"2":{"152":1}}],["`linearsegments`",{"2":{"152":1}}],["`linestring`",{"2":{"152":1}}],["`linestringtrait`",{"2":{"140":1}}],["`line2`",{"2":{"125":1}}],["`line1`",{"2":{"125":1}}],["`line",{"2":{"59":4}}],["`equatorial",{"2":{"151":2}}],["`extents",{"2":{"142":1}}],["`inf`",{"2":{"147":1}}],["`intersects`",{"2":{"99":1}}],["`intersectingpolygons`",{"2":{"56":1,"59":1,"61":1}}],["`prefilter",{"2":{"157":1}}],["`proj",{"2":{"147":1,"151":2}}],["`polgontrait`",{"2":{"135":1}}],["`polygontrait`",{"2":{"135":1,"140":1}}],["`polygonize`",{"2":{"126":2}}],["`polygon`",{"2":{"46":3}}],["`polys`",{"2":{"57":1}}],["`poly",{"2":{"57":3,"60":1,"62":1}}],["`pointrait`",{"2":{"157":1}}],["`pointtrait`",{"2":{"135":3,"140":1}}],["`point",{"2":{"96":3}}],["`point`",{"2":{"46":4,"65":1}}],["`point2f`",{"2":{"45":1}}],["`douglaspeucker`",{"2":{"157":1}}],["`d`",{"2":{"147":1}}],["`difference`",{"2":{"146":1}}],["`disjoint`",{"2":{"99":1}}],["`obj`",{"2":{"135":1,"153":1,"154":1}}],["`op`",{"2":{"135":2}}],["`+`",{"2":{"135":1}}],["`alg",{"2":{"165":1}}],["`alg`",{"2":{"161":1}}],["`always",{"2":{"147":1}}],["`application",{"2":{"140":1}}],["`apply`",{"2":{"135":1,"163":1}}],["`abstractgeometrytrait`",{"2":{"135":1}}],["`abstractarray`",{"2":{"135":1}}],["`abstractmatrix`",{"2":{"126":1}}],["`calc",{"2":{"132":1}}],["`crs`",{"2":{"132":1}}],["`components`",{"2":{"135":1}}],["`collect`",{"2":{"135":1}}],["`covers`",{"2":{"74":1,"84":1}}],["`coveredby`",{"2":{"74":1,"84":1}}],["`contains`",{"2":{"71":1,"105":1}}],["`union",{"2":{"126":2}}],["`unionintersectingpolygons`",{"2":{"146":1}}],["`unionintersectingpolygons",{"2":{"56":1,"57":2,"59":1,"60":2,"61":1,"62":2}}],["`ys`",{"2":{"126":1}}],["`flattening`",{"2":{"151":1}}],["`flattening",{"2":{"151":1}}],["`flatten`",{"2":{"135":1}}],["`f",{"2":{"135":1}}],["`featurecollectiontrait`",{"2":{"135":2}}],["`featurecollection`",{"2":{"126":2}}],["`featuretrait`",{"2":{"135":3}}],["`feature`s",{"2":{"126":1}}],["`f`",{"2":{"126":5,"135":6,"153":2,"165":1}}],["`false`",{"2":{"125":1,"126":1,"132":4,"147":1}}],["`fix",{"2":{"56":2,"57":2,"59":2,"60":2,"61":2,"62":2}}],["`within`",{"2":{"71":1,"105":1}}],["`weight`",{"2":{"46":1}}],["`geos`",{"2":{"165":3}}],["`geodesic`",{"2":{"151":1}}],["`geodesicsegments`",{"2":{"150":1,"151":1,"152":1}}],["`geointerface`",{"2":{"140":1}}],["`geointerface",{"2":{"135":2,"147":2}}],["`geometrycorrection`",{"2":{"138":1,"140":1,"146":2}}],["`geometry`",{"2":{"135":1,"147":2}}],["`geometrybasics",{"2":{"46":3}}],["`geom`",{"2":{"65":3,"135":1,"152":1}}],["`gi",{"2":{"126":1}}],["`g1`",{"2":{"65":1}}],["`tuple",{"2":{"166":1}}],["`tuple`s",{"2":{"154":1}}],["`tuple`",{"2":{"126":1,"154":1}}],["`time`",{"2":{"147":1}}],["`transform`",{"2":{"147":1}}],["`true`",{"2":{"74":1,"85":1,"88":2,"105":1,"115":1,"125":2,"126":1,"132":2,"147":1}}],["`threaded==true`",{"2":{"135":1}}],["`threaded`",{"2":{"132":1}}],["`tol`",{"2":{"157":2,"158":3,"159":2,"160":3,"161":4}}],["`to",{"2":{"60":1}}],["`target",{"2":{"147":3}}],["`target`",{"2":{"59":1,"135":4,"163":1}}],["`tables",{"2":{"135":1}}],["`taget`",{"2":{"56":1,"61":1}}],["`method",{"2":{"152":1}}],["`method`",{"2":{"46":3,"152":1}}],["`max",{"2":{"151":4,"152":2,"165":1}}],["`makie",{"2":{"126":1}}],["`multipointtrait`",{"2":{"135":1,"157":1}}],["`multipolygontrait`",{"2":{"135":1}}],["`multipolygon`",{"2":{"126":3}}],["`multipolygon",{"2":{"57":3,"60":3,"62":2}}],["`multipoly",{"2":{"57":7,"60":3,"62":3}}],["`minpoints`",{"2":{"126":2}}],["`number`",{"2":{"157":2,"161":3}}],["`namedtuple`",{"2":{"135":1}}],["`nothing`",{"2":{"50":1,"132":1}}],["`next",{"2":{"50":1}}],["`radialdistance`",{"2":{"157":1}}],["`ratio`",{"2":{"157":2,"161":3}}],["`reproject`",{"2":{"148":1}}],["`rebuild`",{"2":{"135":1}}],["`r`",{"2":{"46":1}}],["`rᵢ`",{"2":{"46":1}}],["`segmentize`",{"2":{"165":1}}],["`simplifyalg`",{"2":{"157":2}}],["`simplify",{"2":{"157":1}}],["`simplify`",{"2":{"157":2}}],["`svector`",{"2":{"153":3}}],["`source",{"2":{"147":3}}],["`s`",{"2":{"46":1}}],["`sᵢ`",{"2":{"46":2}}],["`s2`",{"2":{"46":1}}],["`s1`",{"2":{"46":1}}],["`hcat`",{"2":{"46":1}}],["`x`",{"2":{"135":1}}],["`xs`",{"2":{"126":1}}],["`x1",{"2":{"46":1}}],["`x1`",{"2":{"46":2}}],["`x2`",{"2":{"46":1}}],["`visvalingamwhyatt`",{"2":{"157":1}}],["`vector",{"2":{"147":1}}],["`vector`",{"2":{"126":1,"135":1}}],["`vᵢ`",{"2":{"46":1}}],["`v`",{"2":{"46":1}}],["`values`",{"2":{"46":1,"126":1}}],["`λs`",{"2":{"46":2}}],["`",{"2":{"46":2,"56":1,"57":2,"59":1,"60":3,"61":1,"62":2,"126":3,"135":1,"140":2,"147":2,"152":1,"157":3,"165":2,"166":1}}],["`bool`",{"2":{"126":2}}],["`barycentric",{"2":{"46":3}}],["`buffer`",{"2":{"43":1}}],["```jldoctest",{"2":{"55":1,"56":1,"59":1,"60":1,"61":1,"68":1,"71":1,"74":1,"84":1,"88":1,"99":1,"102":1,"105":1,"115":1,"125":1,"157":1}}],["```julia",{"2":{"6":2,"46":1,"85":1,"125":1,"135":1,"153":2,"163":1}}],["```math",{"2":{"46":1,"125":1}}],["```",{"2":{"11":1,"46":3,"55":1,"56":1,"59":1,"61":1,"68":1,"71":1,"74":1,"84":1,"88":1,"99":1,"102":1,"105":1,"115":1,"125":3,"126":11,"135":1,"153":2,"157":1,"166":1}}],["π",{"2":{"39":1,"157":1}}],["δbay",{"2":{"60":3}}],["δbax",{"2":{"60":3}}],["δby",{"2":{"60":5}}],["δbx",{"2":{"60":5}}],["δb",{"2":{"60":2}}],["δay",{"2":{"60":5}}],["δax",{"2":{"60":5}}],["δa",{"2":{"60":2}}],["δintrs",{"2":{"50":2}}],["δy2",{"2":{"125":2}}],["δy1",{"2":{"125":2}}],["δyl",{"2":{"102":4}}],["δy",{"2":{"39":8,"52":3,"96":7}}],["δys",{"2":{"39":1}}],["δx2",{"2":{"125":2}}],["δx1",{"2":{"125":2}}],["δxl",{"2":{"102":4}}],["δx",{"2":{"39":9,"52":3,"96":7}}],["∈",{"2":{"14":1}}],["~",{"2":{"14":3}}],["$ratio",{"2":{"161":1}}],["$rectangle",{"2":{"151":2}}],["$number",{"2":{"161":1}}],["$name",{"2":{"36":2}}],["$min",{"2":{"161":1}}],["$douglas",{"2":{"157":1,"159":1}}],["$simplify",{"2":{"157":1,"158":1,"160":1}}],["$lg",{"2":{"151":1}}],["$lin",{"2":{"151":2}}],["$geom",{"2":{"157":8}}],["$geo",{"2":{"151":1}}],["$apply",{"2":{"135":1,"143":1,"147":1,"157":1}}],["$calc",{"2":{"132":1}}],["$crs",{"2":{"132":1,"142":1}}],["$tol",{"2":{"161":1}}],["$threaded",{"2":{"132":1}}],["$t",{"2":{"68":1,"135":4}}],["$target",{"2":{"57":1,"60":1,"62":1,"135":3}}],["$trait",{"2":{"55":1,"57":2,"60":2,"62":2}}],["$",{"2":{"13":4,"14":1,"46":4,"50":2,"126":3,"140":4,"152":1,"157":12,"165":1}}],["qy",{"2":{"13":2,"14":2}}],["qx",{"2":{"13":2,"14":2}}],["q",{"2":{"13":13,"14":12,"50":4}}],["queue",{"2":{"159":41}}],["questions",{"2":{"60":1}}],["quite",{"2":{"20":1,"137":1,"175":1}}],["quick",{"2":{"4":1,"6":1,"46":1,"142":1,"156":1}}],["quality",{"2":{"6":1,"157":1}}],["quantity",{"2":{"6":1,"151":1}}],["quot",{"2":{"1":4,"6":10,"20":2,"25":2,"30":2,"50":8,"64":2,"65":2,"68":2,"83":4,"96":10,"133":2,"135":8,"149":6,"168":2,"174":2}}],["|=",{"2":{"96":4,"102":1}}],["||",{"2":{"39":2,"50":13,"52":8,"55":1,"59":1,"60":5,"61":1,"68":18,"85":2,"96":8,"102":1,"117":1,"126":7,"159":1,"161":3}}],["|",{"2":{"11":4,"96":1}}],["|>",{"2":{"11":8,"13":2,"135":1,"150":1,"151":1,"157":3,"175":2}}],["↩︎",{"2":{"6":1}}],["ᵢᵢᵢ₊₁ᵢᵢ₊₁ᵢᵢ₊₁tᵢ=det",{"2":{"6":1}}],["⋅",{"2":{"6":1,"46":1}}],["zone",{"2":{"169":1}}],["zoom",{"2":{"14":1}}],["zs",{"2":{"126":5}}],["zip",{"2":{"13":1,"14":1,"168":4,"169":1,"170":1}}],["zeros",{"2":{"46":1,"52":1}}],["zero",{"2":{"4":6,"6":8,"42":11,"49":3,"50":4,"52":11,"60":22,"64":1,"65":3,"125":1,"135":1,"159":4}}],["z",{"2":{"4":1,"5":1,"6":2,"46":3,"68":3,"126":3,"143":1,"153":1,"154":1}}],["0e6",{"2":{"169":6}}],["0example",{"2":{"6":1}}],["097075198097933",{"2":{"170":1}}],["09707519809793252",{"2":{"170":2}}],["091887951911644",{"2":{"170":3}}],["0999933334666654",{"2":{"168":1}}],["09801605542096",{"2":{"168":1}}],["098016055420953",{"2":{"168":3}}],["09297443860091348",{"2":{"168":4}}],["09",{"2":{"45":1}}],["08506974233813636",{"2":{"170":2}}],["08",{"2":{"45":1}}],["062749678615475",{"2":{"170":1}}],["06274967861547665",{"2":{"170":2}}],["06592462566760626",{"2":{"168":1}}],["0650624499034016",{"2":{"168":4}}],["06",{"2":{"45":1}}],["02017324484778",{"2":{"170":1}}],["020173244847778715",{"2":{"170":2}}],["027886421973952302",{"2":{"168":4}}],["02",{"2":{"45":3}}],["04500741774392",{"2":{"170":1}}],["045007417743918",{"2":{"170":2}}],["049999166670833324",{"2":{"168":1}}],["0438052480035",{"2":{"168":1}}],["043805248003498",{"2":{"168":3}}],["04",{"2":{"45":6}}],["07518688541961",{"2":{"170":1}}],["075186885419612",{"2":{"170":2}}],["071",{"2":{"150":2,"151":2}}],["07",{"2":{"45":6,"150":6,"151":6}}],["009176636029576",{"2":{"170":1}}],["0091766360295773",{"2":{"170":2}}],["003135308800957",{"2":{"170":1}}],["0031353088009582475",{"2":{"170":2}}],["0035114210915891397",{"2":{"168":4}}],["006784125578492062",{"2":{"170":2}}],["0020133807972559925",{"2":{"170":2}}],["00839489109211",{"2":{"170":3}}],["008696",{"2":{"3":1,"6":3,"59":1,"60":1,"98":1,"99":1}}],["005465967083412071",{"2":{"168":4}}],["00111595449914",{"2":{"168":1}}],["001115954499138",{"2":{"168":3}}],["0010075412835199304",{"2":{"168":4}}],["001",{"2":{"157":1}}],["00085222666982",{"2":{"170":3}}],["000577332369005",{"2":{"170":1}}],["0005773323690041465",{"2":{"170":2}}],["000510363870095e6",{"2":{"169":2}}],["00025191811248184703",{"2":{"170":2}}],["000215611503127e6",{"2":{"169":2}}],["0007260527263e6",{"2":{"169":2}}],["000342160541625e6",{"2":{"169":2}}],["000124843834609e6",{"2":{"169":2}}],["000063948817746e6",{"2":{"169":2}}],["000026987852369e6",{"2":{"169":2}}],["000008144045314",{"2":{"170":1}}],["000007998400139e6",{"2":{"169":2}}],["000000999950001e6",{"2":{"169":2}}],["00001e6",{"2":{"169":1}}],["0004397316773170068",{"2":{"168":4}}],["000",{"2":{"157":1}}],["00",{"2":{"45":2}}],["053798628882221644",{"2":{"170":2}}],["05877989361332",{"2":{"168":1}}],["058779893613323",{"2":{"168":3}}],["05416726609360478",{"2":{"168":4}}],["05",{"2":{"45":1}}],["052704767595",{"2":{"15":1}}],["037564867762832",{"2":{"170":1}}],["03756486776283019",{"2":{"170":2}}],["031245035570328428",{"2":{"170":2}}],["033518309870985",{"2":{"170":3}}],["03503632062070827",{"2":{"168":4}}],["03",{"2":{"45":4}}],["01458815628695",{"2":{"170":3}}],["016044338630866517",{"2":{"170":2}}],["01592650896568995",{"2":{"168":1}}],["01597247419241532",{"2":{"168":4}}],["01908693278165",{"2":{"168":1}}],["019086932781654",{"2":{"168":3}}],["01098781325325",{"2":{"168":1}}],["010987813253244",{"2":{"168":3}}],["011814947665167774",{"2":{"168":4}}],["01362848005",{"2":{"15":1}}],["01",{"2":{"14":1,"45":1,"150":1,"151":1,"168":1,"169":1,"170":1}}],["0^",{"2":{"13":2,"14":2}}],["0+2",{"2":{"13":2,"14":2}}],["0",{"2":{"3":35,"4":12,"6":190,"11":1,"13":5,"14":8,"15":32,"38":20,"39":3,"41":9,"42":4,"45":155,"46":2,"48":6,"49":6,"50":49,"51":13,"52":5,"54":22,"55":49,"56":42,"59":2,"60":21,"61":46,"62":2,"64":20,"65":2,"67":13,"68":18,"70":16,"73":6,"74":6,"83":6,"84":12,"85":9,"87":15,"96":37,"101":13,"102":9,"104":16,"114":12,"115":11,"125":21,"126":7,"137":24,"145":64,"146":4,"150":16,"151":13,"152":1,"157":11,"159":7,"161":4,"166":2,"168":129,"169":2,"170":46,"174":13}}],[">=",{"2":{"46":6,"85":4,"102":1,"161":1}}],[">",{"2":{"1":1,"6":6,"11":2,"13":1,"15":2,"39":1,"46":1,"50":17,"52":3,"55":5,"56":1,"57":1,"60":2,"61":1,"62":3,"64":1,"68":1,"85":8,"96":10,"102":2,"125":4,"126":12,"135":5,"140":1,"146":3,"152":2,"153":1,"157":1,"159":12,"161":3,"166":1,"175":1}}],["914930257661865",{"2":{"170":1}}],["96875496442967",{"2":{"170":1}}],["961329",{"2":{"3":1,"6":3,"59":1,"60":1,"98":1,"99":1}}],["983955661369134",{"2":{"170":1}}],["9833",{"2":{"15":1}}],["9877550012664",{"2":{"168":1}}],["9840085315131",{"2":{"168":1}}],["98271048511609",{"2":{"168":1}}],["98661575256801",{"2":{"168":1}}],["99321587442151",{"2":{"170":1}}],["99375130197483",{"2":{"168":1}}],["997986619202745",{"2":{"170":1}}],["997750168744936",{"2":{"168":1}}],["997247091122496",{"2":{"168":1}}],["99600053330489",{"2":{"168":1}}],["991002699676024",{"2":{"168":1}}],["990022362600165",{"2":{"168":1}}],["99292997455441",{"2":{"168":1}}],["99533829767195",{"2":{"168":1}}],["99865616402829",{"2":{"168":1}}],["999999967681458e6",{"2":{"169":2}}],["999997707902938e6",{"2":{"169":2}}],["999987539891298e6",{"2":{"169":2}}],["999963474314044e6",{"2":{"169":2}}],["999919535736425e6",{"2":{"169":2}}],["999974634566875",{"2":{"168":1}}],["999849768598615e6",{"2":{"169":2}}],["999748081887518",{"2":{"170":1}}],["999748243174828e6",{"2":{"169":2}}],["999750002083324",{"2":{"168":1}}],["999609061508909e6",{"2":{"169":2}}],["999426363321033e6",{"2":{"169":2}}],["999194331880103e6",{"2":{"169":2}}],["99900003333289",{"2":{"168":1}}],["999565375483215",{"2":{"168":1}}],["9im",{"2":{"96":2,"173":1}}],["97976366505997",{"2":{"168":1}}],["9783069507679",{"2":{"168":1}}],["97",{"2":{"45":1}}],["946201371117777",{"2":{"170":1}}],["94",{"2":{"45":1}}],["92",{"2":{"45":1}}],["95770326033",{"2":{"15":1}}],["95",{"2":{"13":1,"14":1}}],["900",{"2":{"151":1}}],["90063612163",{"2":{"11":2}}],["90",{"2":{"38":9,"45":1}}],["909318372607",{"2":{"11":3}}],["9",{"2":{"1":1,"6":1,"96":2,"125":12,"150":1,"153":1}}],["873633668827033",{"2":{"170":1}}],["8135804051007",{"2":{"168":1}}],["813580405100698",{"2":{"168":3}}],["88",{"2":{"45":1}}],["86641841658641",{"2":{"168":1}}],["866418416586406",{"2":{"168":3}}],["86",{"2":{"45":1}}],["868447876892",{"2":{"15":2}}],["84",{"2":{"45":1}}],["821068835162155",{"2":{"170":1}}],["82",{"2":{"45":1}}],["800",{"2":{"45":1}}],["80000",{"2":{"15":5}}],["80",{"2":{"45":1}}],["80869813739",{"2":{"15":2}}],["856614689791036e",{"2":{"15":2}}],["83572303404496",{"2":{"6":2,"59":1,"60":1}}],["8",{"2":{"1":3,"6":9,"13":1,"14":1,"56":2,"61":4,"96":1,"126":3,"150":1,"153":3,"170":2}}],["karnataka",{"2":{"175":1}}],["kml",{"2":{"21":1}}],["kbn",{"2":{"11":2}}],["kinds",{"2":{"28":1}}],["kind",{"2":{"9":1,"126":1}}],["k",{"2":{"6":1,"14":6,"46":1,"50":5,"96":5,"168":5,"170":5}}],["kernel",{"2":{"152":4}}],["keepat",{"2":{"61":1,"146":2}}],["keep",{"2":{"50":3,"126":1,"146":14,"150":1,"174":1}}],["keeping",{"2":{"6":1,"135":1,"143":1}}],["keys",{"2":{"126":4}}],["key",{"2":{"6":1,"21":1,"126":4,"165":5}}],["keyword",{"2":{"6":8,"28":1,"56":1,"59":1,"61":1,"132":6,"135":1,"142":2,"151":2,"165":4,"169":1,"170":1}}],["keywords",{"2":{"1":2,"4":1,"6":10,"96":2,"126":1,"132":1,"135":1,"142":1,"143":2,"147":3,"154":2,"157":8,"158":1,"159":1,"160":1,"161":1}}],["known",{"2":{"20":2,"21":3,"52":2}}],["know",{"2":{"6":3,"39":2,"50":1,"52":1,"56":1,"59":1,"60":2,"61":1,"62":1,"135":1,"174":1}}],["kwargs",{"2":{"43":3,"52":1,"55":1,"56":3,"57":3,"59":4,"60":5,"61":3,"62":5,"140":2,"148":1,"151":1}}],["kwdef",{"2":{"36":1,"50":1,"151":1,"158":1,"159":1,"160":1}}],["kw",{"2":{"1":1,"6":11,"96":10,"126":20,"135":21,"143":3,"153":3,"154":3,"157":15,"160":1,"165":6}}],["joined",{"2":{"174":4}}],["joins",{"0":{"173":1},"1":{"174":1,"175":1,"176":1},"2":{"173":3}}],["joinpath",{"2":{"157":2}}],["join",{"2":{"135":2,"173":4,"174":5,"176":1}}],["joining",{"2":{"6":2,"157":1,"173":1}}],["jpn",{"2":{"175":2}}],["jp",{"2":{"68":2}}],["jstep",{"2":{"68":3}}],["jstart",{"2":{"68":7}}],["json",{"2":{"21":1,"172":3}}],["jhole",{"2":{"68":2}}],["jh",{"2":{"62":5}}],["j+1",{"2":{"50":1,"126":1,"161":1}}],["j",{"2":{"50":24,"68":8,"85":9,"96":12,"125":2,"126":8,"161":2}}],["jet",{"2":{"45":1}}],["just",{"2":{"4":1,"6":1,"49":1,"50":2,"60":4,"62":1,"65":2,"126":1,"133":1,"135":3,"151":1,"173":1}}],["julialand",{"2":{"169":2}}],["julialines",{"2":{"41":1}}],["julialinearsegments",{"2":{"6":1}}],["juliahole",{"2":{"168":1}}],["juliaplot",{"2":{"169":2}}],["juliap1",{"2":{"168":1}}],["juliapoly",{"2":{"169":1}}],["juliapolygon3",{"2":{"169":1}}],["juliapolygon1",{"2":{"168":1}}],["juliapolygonize",{"2":{"6":1}}],["juliapolygon",{"2":{"6":1}}],["juliapoints",{"2":{"174":1}}],["juliapoint",{"2":{"168":1}}],["juliaxoffset",{"2":{"168":3,"170":1}}],["juliax",{"2":{"168":2}}],["juliaxrange",{"2":{"64":1}}],["julia6",{"2":{"157":1}}],["julia$apply",{"2":{"154":1}}],["julia$threaded",{"2":{"142":1}}],["julia```jldoctest",{"2":{"166":1}}],["julia```julia",{"2":{"126":1}}],["julia```",{"2":{"85":1,"163":1}}],["julia1",{"2":{"56":1,"59":1,"60":1,"61":1}}],["julia2",{"2":{"55":1}}],["juliabase",{"2":{"46":1,"65":4,"135":1,"165":1}}],["juliabarycentric",{"2":{"5":3,"6":3}}],["juliafig",{"2":{"168":1,"169":1}}],["juliafalse",{"2":{"125":1}}],["juliafunction",{"2":{"39":2,"43":2,"46":3,"49":1,"50":11,"52":2,"55":1,"57":1,"60":2,"62":1,"65":8,"96":6,"102":2,"117":1,"127":1,"135":5,"148":1,"151":1,"161":2}}],["juliafor",{"2":{"36":1,"135":2}}],["juliaflexijoins",{"2":{"176":1}}],["juliaflipped",{"2":{"128":1}}],["juliaflip",{"2":{"6":1}}],["juliaflatten",{"2":{"6":1,"130":1}}],["juliamy",{"2":{"176":1}}],["juliamultipoly",{"2":{"157":1}}],["juliamodule",{"2":{"36":1}}],["juliameanvalue",{"2":{"6":1}}],["juliagi",{"2":{"11":2}}],["juliago",{"2":{"11":1,"38":1,"41":1,"51":1,"67":1,"70":1,"73":1,"83":1,"87":1,"98":1,"101":1,"104":1,"114":1,"173":1}}],["juliageopoly1",{"2":{"170":1}}],["juliageointerface",{"2":{"166":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,"135":6}}],["juliaunion",{"2":{"6":1}}],["juliaunionintersectingpolygons",{"2":{"6":1,"141":1}}],["juliausing",{"2":{"6":1,"13":1,"14":1,"150":2,"151":1,"156":1,"157":1,"171":1}}],["juliascatter",{"2":{"174":1}}],["juliasource",{"2":{"169":2}}],["juliasimplify",{"2":{"6":1,"157":3}}],["juliasigned",{"2":{"4":2,"6":2}}],["juliasegmentize",{"2":{"6":1}}],["julias1",{"2":{"6":1}}],["juliavisvalingamwhyatt",{"2":{"6":1}}],["juliaring3",{"2":{"169":1}}],["juliaring1",{"2":{"168":1}}],["juliar",{"2":{"168":2,"169":1,"170":1}}],["juliareconstruct",{"2":{"6":1,"130":1}}],["juliarebuild",{"2":{"6":1,"130":1}}],["juliareproject",{"2":{"1":1}}],["juliaradialdistance",{"2":{"6":1}}],["juliadf",{"2":{"171":1}}],["juliadestination",{"2":{"169":1}}],["juliadouglaspeucker",{"2":{"6":1}}],["juliadifference",{"2":{"6":1}}],["juliadiffintersectingpolygons",{"2":{"6":1,"141":1}}],["juliadistance",{"2":{"4":1,"6":1}}],["juliadisjoint",{"2":{"3":1,"6":1}}],["juliaexport",{"2":{"37":1,"40":1,"44":1,"47":1,"53":1,"56":1,"59":1,"61":1,"63":1,"66":1,"69":1,"72":1,"82":1,"86":1,"97":1,"100":1,"103":1,"113":1,"123":1,"126":1,"128":1,"136":1,"139":1,"144":1,"147":1,"149":1,"157":1,"162":1}}],["juliaend",{"2":{"65":1}}],["juliaenforce",{"2":{"6":1}}],["juliaenum",{"2":{"6":2}}],["juliaembed",{"2":{"4":1,"6":1}}],["juliaequals",{"2":{"4":15,"6":15,"50":1}}],["juliaaccuratearithmetic",{"2":{"11":2}}],["juliaabstract",{"2":{"6":3,"140":1,"141":1,"151":1,"164":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,"23":1}}],["juliacent",{"2":{"48":1}}],["juliacentroid",{"2":{"4":1,"6":3}}],["juliacut",{"2":{"6":1}}],["juliaclosedring",{"2":{"6":1,"141":1}}],["juliaconst",{"2":{"39":1,"42":1,"46":1,"50":1,"52":2,"65":1,"74":1,"88":1,"105":1,"115":1,"132":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":{"68":1,"71":1,"74":1,"84":1,"88":1,"99":1,"102":1,"105":1,"115":1,"125":1}}],["juliatraittarget",{"2":{"6":2,"163":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":{"175":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,"38":1,"41":1,"48":1,"51":1,"54":1,"64":1,"67":1,"70":1,"73":1,"83":1,"87":1,"98":1,"101":1,"104":1,"114":1,"137":2,"145":2,"150":1,"172":4,"174":1,"175":1}}],["julia",{"2":{"3":1,"6":4,"9":1,"15":1,"32":1,"36":1,"39":4,"42":10,"46":8,"49":19,"50":60,"52":18,"55":10,"56":6,"57":1,"59":5,"60":29,"61":6,"62":4,"64":1,"65":4,"68":15,"71":1,"75":1,"76":5,"77":1,"78":1,"79":2,"80":1,"81":1,"84":1,"85":3,"89":1,"90":3,"91":1,"92":1,"93":1,"94":1,"95":1,"96":50,"99":1,"102":7,"106":1,"107":3,"108":1,"109":1,"110":2,"111":1,"112":1,"116":1,"117":3,"118":1,"119":1,"120":1,"121":1,"122":1,"125":9,"126":40,"127":2,"135":63,"138":5,"140":1,"142":1,"143":1,"146":3,"147":1,"151":1,"152":2,"153":1,"154":1,"157":1,"158":2,"159":15,"160":3,"162":1,"163":1,"165":4,"166":1,"167":2,"169":2,"172":2,"173":1,"174":1}}],["julia>",{"2":{"1":5,"6":7,"125":3,"153":7}}],["juliajulia>",{"2":{"1":2,"6":3}}],["jl`",{"2":{"147":1,"165":1}}],["jldoctest",{"2":{"6":1}}],["jl",{"0":{"36":1},"2":{"1":10,"4":1,"6":13,"10":2,"11":1,"27":2,"32":2,"36":41,"39":1,"42":1,"43":3,"46":1,"49":1,"50":1,"52":1,"55":1,"57":1,"58":1,"60":1,"62":1,"65":1,"68":1,"71":1,"81":1,"84":1,"85":1,"95":1,"96":1,"99":1,"102":1,"112":1,"122":1,"125":2,"126":1,"127":1,"130":1,"135":3,"138":1,"141":1,"142":2,"143":1,"146":1,"147":4,"148":3,"149":1,"151":3,"152":2,"153":6,"154":2,"157":2,"161":1,"164":1,"165":2,"166":1,"169":1,"173":1}}],["+5000000",{"2":{"169":1}}],["+proj=natearth2",{"2":{"169":2}}],["+=",{"2":{"42":2,"46":11,"49":6,"50":17,"52":10,"55":1,"68":1,"85":1,"96":5,"125":1,"146":2,"159":4,"166":3}}],["+",{"2":{"1":1,"6":2,"13":1,"14":1,"21":1,"39":4,"42":1,"46":20,"49":10,"50":15,"52":7,"55":1,"60":10,"65":3,"68":2,"85":2,"96":6,"125":6,"126":2,"146":3,"152":2,"159":3,"160":2,"161":2,"168":6,"169":1,"170":4}}],["yticklabelsvisible",{"2":{"169":1}}],["york",{"2":{"175":1}}],["yoffset",{"2":{"168":7,"170":2}}],["your",{"0":{"172":1},"2":{"23":1,"43":1,"126":1,"128":1,"148":1,"151":1,"171":1,"172":1,"176":2}}],["you",{"0":{"28":1},"2":{"1":1,"4":1,"5":2,"6":10,"9":1,"11":1,"20":4,"22":1,"23":5,"28":1,"30":1,"34":2,"39":1,"42":1,"43":1,"46":8,"49":1,"56":1,"59":1,"61":1,"128":1,"137":1,"145":1,"148":1,"150":1,"151":1,"152":1,"153":1,"163":1,"169":1,"171":2,"172":3,"174":2,"175":3,"176":4}}],["y=y",{"2":{"166":1}}],["yvec",{"2":{"126":4}}],["ybounds",{"2":{"126":4}}],["yhalf",{"2":{"126":3}}],["ylast",{"2":{"65":3}}],["yfirst",{"2":{"65":5}}],["y0",{"2":{"65":5}}],["yw",{"2":{"52":4}}],["yeild",{"2":{"60":1}}],["ye",{"2":{"52":4}}],["yet",{"0":{"127":1},"2":{"36":1,"46":1,"55":1,"57":1,"60":1,"62":1,"68":1,"126":1,"127":1,"140":2,"175":1}}],["y2",{"2":{"49":2,"52":18,"65":7,"85":10,"96":5,"102":4,"126":5,"152":6,"166":2}}],["y1",{"2":{"49":2,"52":22,"65":7,"85":11,"96":6,"102":5,"126":5,"152":7,"166":2}}],["yield",{"2":{"151":1}}],["yind+1",{"2":{"126":1}}],["yind",{"2":{"126":2}}],["yinterior",{"2":{"49":2}}],["yi+yi−1",{"2":{"6":1}}],["ycentroid",{"2":{"49":13}}],["yrange",{"2":{"45":3,"64":3}}],["yautolimits",{"2":{"45":2}}],["yp2",{"2":{"39":4}}],["ys",{"2":{"6":3,"126":30}}],["ymax",{"2":{"6":1,"51":2,"52":48}}],["ymin",{"2":{"6":1,"51":2,"52":49}}],["y",{"2":{"1":2,"4":1,"6":4,"13":9,"14":10,"39":8,"42":2,"45":8,"48":1,"49":10,"50":6,"51":1,"52":8,"57":6,"60":8,"64":2,"65":7,"68":3,"85":21,"96":16,"102":7,"125":10,"128":2,"135":1,"143":4,"147":1,"152":2,"153":2,"154":2,"161":1,"166":7,"168":8,"169":2,"170":2,"173":1}}],["75",{"2":{"64":2,"70":1,"87":1,"104":1}}],["78",{"2":{"45":1}}],["74",{"2":{"45":1}}],["72",{"2":{"45":1}}],["726711609794",{"2":{"15":1}}],["76",{"2":{"45":1}}],["76085",{"2":{"15":1}}],["768946",{"2":{"3":1,"6":3,"59":1,"60":1,"98":1,"99":1}}],["70440582002419",{"2":{"168":1}}],["704405820024185",{"2":{"168":3}}],["704377648755",{"2":{"15":2}}],["700",{"2":{"14":1}}],["700454",{"2":{"6":1,"156":1,"157":1}}],["701141",{"2":{"6":1,"156":1,"157":1}}],["70",{"2":{"6":20,"45":1,"156":20,"157":20,"168":20}}],["738281",{"2":{"3":1,"6":3,"59":1,"60":1,"98":1,"99":1}}],["7",{"2":{"1":5,"6":5,"96":1,"135":1,"150":4,"151":4,"153":4,"170":1}}],["65533525026046",{"2":{"168":1}}],["655335250260467",{"2":{"168":3}}],["659942",{"2":{"6":1,"156":1,"157":1}}],["6area",{"2":{"49":2}}],["66",{"2":{"45":1}}],["668869",{"2":{"6":1,"156":1,"157":1}}],["64744840486518",{"2":{"170":3}}],["64",{"2":{"45":1,"150":2,"151":2}}],["646209",{"2":{"6":1,"156":1,"157":1}}],["629",{"2":{"169":1}}],["62",{"2":{"45":1}}],["624923",{"2":{"6":1,"156":1,"157":1}}],["61366192682",{"2":{"15":1}}],["614624",{"2":{"6":1,"156":1,"157":1}}],["605000000000004",{"2":{"150":2}}],["60",{"2":{"45":1,"150":2}}],["60000",{"2":{"15":3}}],["609817",{"2":{"6":1,"156":1,"157":1}}],["603637",{"2":{"6":2,"156":2,"157":2}}],["68",{"2":{"45":1}}],["682601",{"2":{"6":1,"156":1,"157":1}}],["683975",{"2":{"6":1,"156":1,"157":1}}],["69159119078359",{"2":{"170":3}}],["694274",{"2":{"6":1,"156":1,"157":1}}],["697021",{"2":{"6":1,"156":1,"157":1}}],["639343",{"2":{"6":1,"156":1,"157":1}}],["6",{"2":{"1":12,"3":4,"6":23,"56":3,"61":3,"96":1,"102":4,"135":3,"153":9,"157":1,"170":2}}],["51695367760999",{"2":{"170":1}}],["516953677609987",{"2":{"170":2}}],["51030066635026",{"2":{"168":4}}],["5e6",{"2":{"169":2}}],["55715336218991",{"2":{"170":1}}],["557153362189904",{"2":{"170":2}}],["55",{"2":{"168":3}}],["55494217175954",{"2":{"168":4}}],["57",{"2":{"150":4,"151":4}}],["57725",{"2":{"15":2}}],["5x",{"2":{"135":1}}],["563198",{"2":{"60":1}}],["56",{"2":{"45":1}}],["54",{"2":{"45":1,"168":19}}],["50",{"2":{"45":1,"150":4,"151":4,"168":3}}],["500000",{"2":{"169":1}}],["50000",{"2":{"15":1}}],["500",{"2":{"14":1,"169":1}}],["5d",{"2":{"32":1}}],["52",{"2":{"45":1}}],["52521",{"2":{"15":1}}],["52709",{"2":{"15":2}}],["594711",{"2":{"6":1,"156":1,"157":1}}],["590591",{"2":{"6":1,"156":1,"157":1}}],["595397",{"2":{"6":1,"156":1,"157":1}}],["535",{"2":{"150":4}}],["5355",{"2":{"150":2}}],["53333",{"2":{"15":4}}],["53",{"2":{"6":10,"150":2,"166":10}}],["58",{"2":{"45":1}}],["58059",{"2":{"15":2}}],["587158",{"2":{"6":2,"156":2,"157":2}}],["58375366067548",{"2":{"6":2,"59":1,"60":1}}],["584961",{"2":{"3":1,"6":3,"59":1,"60":1,"98":1,"99":1}}],["5",{"2":{"1":29,"3":4,"4":8,"6":84,"13":1,"45":1,"54":5,"55":8,"56":16,"61":18,"64":8,"68":8,"96":1,"102":4,"126":1,"135":2,"150":1,"151":1,"153":27,"168":32,"169":25,"176":1}}],["4983491639274692e6",{"2":{"169":2}}],["4986507085647392e6",{"2":{"169":2}}],["497205585568957e6",{"2":{"169":2}}],["4976022389592e6",{"2":{"169":2}}],["4957639801366436e6",{"2":{"169":2}}],["4940253560034204e6",{"2":{"169":2}}],["4946113281484335e6",{"2":{"169":2}}],["491990928929295e6",{"2":{"169":2}}],["4904357734399722e6",{"2":{"169":2}}],["4926709788709967e6",{"2":{"169":2}}],["4962554647802354e6",{"2":{"169":2}}],["499984780817334e6",{"2":{"169":2}}],["4997392479570867e6",{"2":{"169":2}}],["4991939151049731e6",{"2":{"169":2}}],["4994001399837343e6",{"2":{"169":2}}],["4998500087497458e6",{"2":{"169":2}}],["49",{"2":{"126":1}}],["43541888381864",{"2":{"170":3}}],["4326",{"2":{"169":2,"170":3}}],["43787",{"2":{"15":1}}],["439295815226",{"2":{"15":1}}],["434306",{"2":{"6":1,"156":1,"157":1}}],["4896621210021754e6",{"2":{"169":2}}],["489271",{"2":{"6":4,"166":4}}],["4870405593989636e6",{"2":{"169":2}}],["4879072738504685e6",{"2":{"169":2}}],["484003",{"2":{"125":4}}],["482551",{"2":{"125":4}}],["48268",{"2":{"15":1}}],["48",{"2":{"45":1}}],["48001",{"2":{"15":1}}],["45",{"2":{"45":2,"125":12,"168":2}}],["450",{"2":{"13":1}}],["458369",{"2":{"6":2,"156":2,"157":2}}],["42004014766201",{"2":{"168":1}}],["420040147662014",{"2":{"168":3}}],["4219350464667047e",{"2":{"168":4}}],["4236",{"2":{"21":1}}],["42",{"2":{"13":1,"14":1,"45":3}}],["426283",{"2":{"6":1,"156":1,"157":1}}],["400",{"2":{"45":3}}],["40000",{"2":{"15":1}}],["40",{"2":{"14":1,"45":3}}],["406224",{"2":{"6":1,"156":1,"157":1}}],["404504",{"2":{"6":1,"156":1,"157":1}}],["41544701408748197",{"2":{"168":1}}],["41",{"2":{"45":1,"170":20}}],["41878",{"2":{"15":1}}],["414248",{"2":{"6":1,"156":1,"157":1}}],["419406",{"2":{"6":1,"156":1,"157":1}}],["4493927459900552",{"2":{"168":1}}],["44121252392",{"2":{"15":1}}],["44",{"2":{"14":1,"45":2}}],["442901",{"2":{"6":1,"156":1,"157":1}}],["446339",{"2":{"6":1,"156":1,"157":1}}],["477985",{"2":{"125":4}}],["47",{"2":{"45":3}}],["473835",{"2":{"6":1,"156":1,"157":1}}],["472117",{"2":{"6":2,"156":2,"157":2}}],["46525251631344455",{"2":{"168":1}}],["465816",{"2":{"6":1,"156":1,"157":1}}],["46",{"2":{"45":3}}],["468107",{"2":{"6":1,"156":1,"157":1}}],["464547",{"2":{"6":6,"166":6}}],["4",{"2":{"1":11,"3":4,"6":15,"9":2,"13":2,"14":1,"38":1,"52":1,"71":1,"84":1,"88":1,"96":2,"105":1,"125":1,"135":3,"150":1,"153":8,"159":1,"169":20,"172":2}}],["3585",{"2":{"150":1}}],["35",{"2":{"45":3}}],["354492",{"2":{"3":1,"6":3,"59":1,"60":1,"98":1,"99":1}}],["38042741557976",{"2":{"168":1}}],["380427415579764",{"2":{"168":3}}],["38",{"2":{"45":3}}],["3655999675063154",{"2":{"168":1}}],["36",{"2":{"45":2}}],["360",{"2":{"39":1}}],["36022",{"2":{"15":1}}],["327284472232776",{"2":{"170":3}}],["32610",{"2":{"169":3}}],["32",{"2":{"45":3}}],["37",{"2":{"45":5}}],["3497142366876638",{"2":{"168":1}}],["34",{"2":{"45":3}}],["31571636123306385",{"2":{"168":1}}],["31",{"2":{"45":2}}],["30151010318639",{"2":{"168":4}}],["30527612515520186",{"2":{"168":4}}],["300",{"2":{"64":1}}],["30",{"2":{"14":2,"45":3,"168":2}}],["3376428491230612",{"2":{"168":4}}],["3390",{"2":{"96":1}}],["33333333333",{"2":{"15":1}}],["333333333336",{"2":{"15":3}}],["33",{"2":{"6":20,"156":20,"157":20}}],["3d",{"2":{"4":1,"6":1,"46":2,"68":1,"135":1,"149":1}}],["3",{"2":{"1":13,"3":4,"5":1,"6":29,"14":2,"46":13,"48":6,"50":1,"56":6,"61":5,"67":1,"71":1,"84":1,"88":1,"96":2,"101":1,"105":1,"126":7,"135":3,"145":16,"150":4,"153":11,"157":3,"159":2,"161":1,"169":1,"170":1,"174":1}}],["39945867303846",{"2":{"170":3}}],["3995734698458635",{"2":{"168":1}}],["399918",{"2":{"6":2,"156":2,"157":2}}],["394759",{"2":{"6":1,"156":1,"157":1}}],["392466",{"2":{"6":1,"156":1,"157":1}}],["395332",{"2":{"6":1,"156":1,"157":1}}],["39",{"0":{"35":1},"2":{"0":1,"4":5,"6":20,"7":1,"9":2,"18":1,"20":1,"22":2,"23":1,"24":1,"28":1,"30":1,"34":1,"39":1,"41":1,"42":1,"44":1,"45":3,"46":2,"48":6,"49":3,"50":28,"52":1,"54":1,"55":1,"57":1,"59":4,"60":1,"62":2,"65":4,"68":7,"73":1,"83":2,"90":2,"96":19,"102":1,"114":1,"117":2,"126":3,"128":2,"130":3,"131":1,"135":5,"141":6,"144":1,"150":6,"151":1,"155":1,"157":2,"163":2,"164":3,"165":6,"167":1,"168":6,"169":6,"170":4,"171":4,"172":5,"173":1,"175":1,"176":2}}],["2pi",{"2":{"168":1,"169":1,"170":1}}],["2nd",{"2":{"60":6}}],["2335447787454",{"2":{"170":1}}],["233544778745394",{"2":{"170":2}}],["23",{"2":{"45":3,"96":1}}],["23699059147",{"2":{"15":1}}],["28",{"2":{"45":2}}],["28083",{"2":{"15":2}}],["2658011835867806",{"2":{"168":1}}],["26745668457025",{"2":{"168":1}}],["267456684570245",{"2":{"168":3}}],["26",{"2":{"45":5,"96":2}}],["24989584635339165",{"2":{"168":1}}],["24279488312757858",{"2":{"168":4}}],["24",{"2":{"45":7,"96":1,"170":9}}],["274364",{"2":{"56":1,"59":1,"61":1}}],["274363",{"2":{"56":1,"59":1,"61":1}}],["27",{"2":{"45":2}}],["275543",{"2":{"6":6,"166":6}}],["2d",{"2":{"32":1,"149":1}}],["2^",{"2":{"14":1}}],["2158594260436434",{"2":{"168":1}}],["215118",{"2":{"6":4,"166":4}}],["21664550952386064",{"2":{"168":4}}],["21",{"2":{"45":4,"96":2,"170":40}}],["21427",{"2":{"11":5}}],["295828190107045",{"2":{"170":1}}],["29582819010705",{"2":{"170":2}}],["299820032397223",{"2":{"168":1}}],["29",{"2":{"45":3}}],["29th",{"0":{"8":1},"1":{"9":1,"10":1}}],["298",{"2":{"6":2,"151":2}}],["20340",{"2":{"172":1}}],["20682326747054",{"2":{"170":1}}],["206823267470536",{"2":{"170":2}}],["20093817218219",{"2":{"168":1}}],["200938172182195",{"2":{"168":3}}],["2018",{"2":{"96":1}}],["2017",{"2":{"6":1,"46":1}}],["20",{"2":{"45":3,"96":2,"168":60,"170":1}}],["2024",{"0":{"7":1,"8":1},"1":{"9":1,"10":1}}],["20th",{"0":{"7":1}}],["25",{"2":{"45":3,"70":1,"96":1,"104":1,"170":12}}],["258",{"2":{"11":1}}],["25px",{"2":{"6":2}}],["257223563`",{"2":{"151":1}}],["257223563",{"2":{"6":2,"151":1}}],["22",{"2":{"45":3,"96":1}}],["22168",{"2":{"3":1,"6":3,"59":1,"60":1,"98":1,"99":1}}],["224758",{"2":{"3":1,"6":3,"59":1,"60":1,"98":1,"99":1}}],["2",{"2":{"1":19,"3":9,"5":1,"6":49,"13":1,"14":1,"15":3,"32":2,"39":3,"42":1,"45":6,"46":32,"48":2,"49":4,"50":10,"51":6,"52":7,"54":1,"55":2,"60":2,"61":1,"64":1,"65":3,"68":4,"71":2,"84":2,"85":2,"87":2,"88":3,"96":11,"105":2,"125":2,"126":23,"135":5,"146":1,"152":1,"153":18,"157":5,"159":7,"160":7,"161":5,"166":11,"168":7,"169":6,"170":10,"171":1}}],["1st",{"2":{"60":6}}],["198232937815632",{"2":{"170":1}}],["19823293781563178",{"2":{"170":2}}],["1999466709331708",{"2":{"168":1}}],["1998",{"2":{"56":1,"59":1,"61":1}}],["19",{"2":{"45":2,"96":2}}],["110m",{"2":{"169":2}}],["110",{"2":{"169":1}}],["11591614996189725",{"2":{"168":1}}],["11966707868197",{"2":{"168":1}}],["119667078681967",{"2":{"168":3}}],["11",{"2":{"15":2,"45":2,"96":1}}],["1145",{"2":{"56":1,"59":1,"61":1}}],["114",{"2":{"7":1}}],["16589608273778408",{"2":{"168":1}}],["165644",{"2":{"125":2}}],["16692537029320365",{"2":{"168":4}}],["166644",{"2":{"125":2}}],["163434",{"2":{"125":2}}],["169356",{"2":{"125":2}}],["164434",{"2":{"125":2}}],["16111",{"2":{"15":1}}],["16",{"2":{"13":1,"14":1,"45":2,"96":2}}],["180",{"2":{"39":1,"125":1}}],["18593721105",{"2":{"15":1}}],["18",{"2":{"13":1,"14":1,"45":3,"96":2}}],["1em",{"2":{"6":2}}],["1px",{"2":{"6":2}}],["13309630561615",{"2":{"170":3}}],["13401805979",{"2":{"15":2}}],["13",{"2":{"6":3,"45":1,"56":1,"61":2,"96":1}}],["10n",{"2":{"169":1}}],["10832215707812454",{"2":{"168":4}}],["10m",{"2":{"157":1}}],["10^9",{"2":{"13":1}}],["1000000",{"2":{"169":1}}],["1000",{"2":{"13":2,"150":2,"169":1,"174":2}}],["100",{"2":{"6":2,"14":3,"126":2}}],["10",{"2":{"6":14,"11":1,"41":1,"45":5,"54":4,"55":10,"56":2,"59":1,"61":2,"67":2,"96":3,"101":2,"151":1,"157":3,"168":1}}],["14182952335953",{"2":{"170":1}}],["14182952335952814",{"2":{"170":2}}],["14404531208901e",{"2":{"170":2}}],["1499775010124783",{"2":{"168":1}}],["1464721641710074",{"2":{"168":4}}],["14",{"2":{"3":1,"6":5,"45":2,"59":2,"60":2,"96":1,"98":1,"99":1,"150":2,"151":2}}],["15488729606723",{"2":{"170":3}}],["15",{"2":{"3":1,"6":4,"45":1,"54":1,"55":1,"59":1,"60":1,"96":1,"98":1,"99":1}}],["17893116483784577",{"2":{"170":2}}],["17289902010158",{"2":{"168":1}}],["172899020101585",{"2":{"168":3}}],["170356",{"2":{"125":2}}],["17",{"2":{"3":1,"6":3,"45":3,"59":1,"60":1,"96":2,"98":1,"99":1}}],["125",{"2":{"6":2,"59":1,"60":1}}],["127",{"2":{"3":1,"6":3,"59":1,"60":1,"98":1,"99":1,"169":1}}],["12345",{"2":{"21":1}}],["123",{"2":{"3":1,"6":3,"59":1,"60":1,"98":1,"99":1}}],["12636633117296836",{"2":{"170":2}}],["126",{"2":{"3":1,"6":3,"59":1,"60":1,"98":1,"99":1}}],["12",{"2":{"3":1,"6":3,"45":2,"59":1,"60":1,"96":1,"98":1,"99":1,"175":1}}],["124",{"2":{"3":1,"6":3,"59":1,"60":1,"98":1,"99":1}}],["1",{"2":{"1":8,"3":38,"6":63,"13":1,"14":4,"15":1,"38":4,"39":15,"41":7,"44":2,"45":11,"46":16,"48":4,"49":7,"50":72,"51":9,"52":15,"54":1,"55":10,"57":3,"60":9,"61":4,"62":11,"64":7,"65":6,"68":16,"70":2,"71":6,"73":2,"74":2,"83":2,"84":8,"85":12,"87":2,"88":5,"96":38,"102":6,"104":2,"105":6,"114":4,"115":5,"117":1,"125":16,"126":25,"135":9,"137":12,"138":2,"146":9,"151":1,"152":4,"153":6,"157":8,"159":15,"160":3,"161":15,"166":9,"168":8,"169":44,"170":12,"171":1,"174":8,"175":3}}],["human",{"2":{"172":1}}],["hypot",{"2":{"152":1}}],["h2",{"2":{"96":6}}],["h1",{"2":{"96":11}}],["hm",{"2":{"45":2}}],["h",{"2":{"39":2,"50":2,"62":8}}],["high",{"2":{"172":1}}],["highest",{"2":{"170":1}}],["hit",{"2":{"50":1,"135":5}}],["hits",{"2":{"23":1}}],["hidedecorations",{"2":{"45":2}}],["hinter",{"2":{"36":3,"43":1,"148":1,"151":1}}],["hint",{"2":{"36":3,"43":1,"151":1}}],["hinge=2",{"2":{"59":1}}],["hinge`",{"2":{"59":1}}],["hinge",{"2":{"6":1,"50":1,"60":13,"96":15}}],["hist",{"2":{"13":1}}],["histogram",{"2":{"13":1}}],["href=",{"2":{"6":2}}],["https",{"2":{"6":2,"56":1,"59":1,"60":1,"61":1,"96":2,"157":1,"159":1}}],["hcat",{"2":{"6":1}}],["heavily",{"2":{"135":1}}],["heatmap",{"2":{"13":5,"14":6,"45":2,"64":2,"126":1}}],["help",{"2":{"164":1}}],["helpers",{"0":{"50":1},"2":{"85":1,"102":1}}],["helper",{"0":{"57":1,"60":1,"62":1},"2":{"49":1,"50":1,"55":1}}],["helps",{"2":{"35":1}}],["held",{"2":{"1":1,"6":1,"135":1}}],["here",{"2":{"6":2,"9":1,"13":1,"14":1,"25":1,"46":1,"60":1,"85":1,"126":2,"135":5,"137":1,"151":1,"169":2,"173":2,"174":3}}],["hours",{"2":{"175":1}}],["hood",{"2":{"172":1}}],["hook",{"2":{"6":1,"157":1}}],["home",{"2":{"169":1}}],["horizontal",{"2":{"52":1,"60":1,"126":1,"157":1}}],["hormann",{"0":{"57":1,"60":1,"62":1},"2":{"6":2,"46":2,"50":3,"55":2,"56":1,"59":1,"61":1}}],["how",{"2":{"6":2,"41":1,"46":1,"50":1,"60":1,"68":1,"126":2,"130":1,"135":1,"143":1,"157":1,"169":1,"172":1,"173":2,"174":2,"175":1,"176":1}}],["however",{"2":{"3":1,"6":2,"30":1,"39":1,"46":1,"49":1,"50":1,"60":1,"64":1,"68":1,"70":1,"84":1,"144":1}}],["hole",{"2":{"39":1,"42":3,"45":2,"46":9,"49":4,"50":58,"52":3,"56":6,"59":2,"62":15,"65":3,"77":1,"78":1,"79":1,"96":33,"126":5,"138":2,"168":1}}],["holes=",{"2":{"50":1}}],["holes",{"2":{"4":3,"5":1,"6":4,"9":2,"30":2,"39":2,"41":1,"46":2,"49":1,"50":19,"55":4,"56":2,"59":2,"61":6,"62":29,"65":3,"68":3,"93":1,"96":11,"107":1,"126":17,"138":2,"168":4}}],["holding",{"2":{"6":1,"126":1,"135":2}}],["holds",{"2":{"6":1,"50":1,"155":1,"163":2}}],["hold",{"2":{"6":1,"126":1,"157":1,"164":1,"172":1}}],["halign",{"2":{"157":1}}],["half",{"2":{"51":2}}],["hail",{"2":{"138":1}}],["hao",{"2":{"96":1}}],["had",{"2":{"56":1,"59":1,"68":1,"150":1,"164":1}}],["happens",{"2":{"50":1}}],["happen",{"2":{"29":1}}],["handling",{"0":{"148":1},"2":{"128":1}}],["handler",{"2":{"43":1,"148":1}}],["handle",{"2":{"18":1,"36":1,"125":1,"133":2,"135":1,"169":1}}],["handled",{"2":{"18":1,"23":1}}],["hang",{"2":{"20":1}}],["have",{"2":{"3":3,"4":9,"6":17,"24":1,"28":1,"30":1,"39":2,"42":3,"43":1,"46":6,"50":4,"60":1,"64":1,"65":2,"68":10,"96":5,"101":1,"102":3,"114":1,"115":1,"126":1,"127":1,"128":2,"130":2,"134":1,"135":4,"157":1,"159":1,"164":1,"165":1,"168":1,"169":1,"173":1,"174":1,"175":3}}],["haskey",{"2":{"165":1}}],["hash",{"2":{"126":1}}],["hasn",{"2":{"126":1}}],["hassle",{"2":{"1":1,"6":1,"153":1}}],["has",{"2":{"1":4,"6":4,"30":1,"38":1,"41":2,"46":2,"50":2,"57":2,"60":1,"62":1,"64":1,"65":1,"68":11,"117":1,"125":1,"135":4,"136":1,"150":2,"161":1,"169":1}}],["bx",{"2":{"125":2}}],["b2y",{"2":{"60":4}}],["b2x",{"2":{"60":4}}],["b2",{"2":{"60":47,"65":3,"102":6}}],["b``",{"2":{"57":1}}],["b`",{"2":{"57":3,"60":4,"62":4}}],["bigger",{"2":{"50":1}}],["bit",{"2":{"32":1,"161":8,"168":2}}],["b1y",{"2":{"60":7}}],["b1x",{"2":{"60":7}}],["b1",{"2":{"50":8,"60":63,"102":6}}],["building",{"2":{"168":1}}],["build",{"2":{"50":13,"55":1,"56":1,"59":1,"61":1,"130":3,"131":1,"150":2,"160":1,"161":1}}],["built",{"2":{"22":1,"25":1}}],["buffers",{"2":{"126":1}}],["buffered",{"2":{"43":2}}],["buffering",{"2":{"43":1,"46":1}}],["buffer",{"0":{"43":1},"2":{"36":2,"43":5,"49":2,"50":1,"127":1}}],["bunch",{"2":{"31":1}}],["but",{"2":{"1":2,"3":5,"4":3,"6":15,"20":2,"21":2,"23":1,"27":1,"30":1,"32":1,"39":1,"41":1,"42":1,"52":1,"60":2,"62":2,"68":4,"73":2,"96":1,"101":1,"102":5,"104":1,"114":1,"115":1,"118":2,"119":1,"125":1,"126":1,"127":1,"130":1,"133":1,"135":16,"143":1,"147":1,"152":1,"157":1,"163":1,"165":2,"169":2,"170":2,"172":1,"173":1,"174":1,"175":2}}],["b>",{"2":{"6":4}}],["bloat",{"2":{"170":1}}],["block",{"2":{"168":1}}],["blob",{"2":{"6":2,"157":1}}],["blue",{"2":{"14":1,"54":1,"67":2,"70":2,"87":2,"101":2,"104":2,"174":2}}],["black",{"2":{"6":2,"54":1,"169":1}}],["breaks",{"2":{"146":1}}],["break",{"2":{"50":3,"52":1,"57":2,"68":4,"96":11,"102":1,"126":6,"146":2}}],["brevity",{"2":{"46":1}}],["brief",{"2":{"21":1}}],["br>",{"2":{"6":2}}],["broadcasting",{"2":{"6":1,"46":1}}],["broken",{"2":{"3":1,"6":1,"85":1}}],["balancing",{"2":{"135":2}}],["barrier",{"2":{"135":1}}],["barycentric",{"0":{"5":1,"44":1,"46":1},"1":{"45":1,"46":1},"2":{"0":6,"5":10,"6":17,"9":1,"36":1,"44":9,"45":4,"46":52}}],["basicsgeoms",{"2":{"135":1}}],["basic",{"2":{"126":1}}],["base",{"2":{"36":4,"43":1,"46":15,"50":2,"126":6,"135":5,"148":1,"151":2,"152":1,"163":1,"165":3}}],["based",{"2":{"4":2,"6":3,"24":1,"39":2,"42":2,"45":2,"49":1,"52":1,"65":2,"68":1,"74":1,"88":1,"96":2,"102":1,"105":1,"115":1,"163":1,"172":1,"173":1,"174":1}}],["backs",{"2":{"55":4}}],["backwards",{"2":{"50":1,"57":1,"60":1,"62":1}}],["backing",{"2":{"50":1}}],["backend",{"2":{"43":2,"165":1}}],["back",{"2":{"6":1,"23":1,"27":1,"28":1,"55":4,"165":1}}],["b",{"2":{"3":2,"4":7,"6":13,"50":206,"52":9,"56":26,"57":18,"58":3,"59":26,"60":77,"61":27,"62":39,"68":29,"96":2,"102":22,"171":1}}],["box",{"2":{"51":2,"52":3,"174":1}}],["bounaries",{"2":{"96":1}}],["bounce",{"2":{"50":8,"56":1,"57":1,"59":1,"60":1,"61":1,"62":1}}],["bouncings",{"2":{"50":1}}],["bouncing",{"2":{"50":13,"57":3,"60":4,"62":4}}],["bounday",{"2":{"96":2,"118":2,"119":2,"120":2}}],["boundaries",{"2":{"3":2,"6":2,"83":2,"87":1,"88":1,"96":1,"98":1,"99":1,"126":1}}],["boundary",{"2":{"3":7,"6":7,"64":1,"70":1,"71":1,"73":1,"74":3,"77":4,"84":2,"85":9,"88":2,"90":1,"91":6,"92":3,"96":16,"104":1,"105":3,"114":2,"115":4,"117":3,"118":3,"119":1,"120":1}}],["bound",{"2":{"58":1}}],["bounding",{"2":{"50":1,"51":2,"52":3}}],["boundscheck",{"2":{"46":14}}],["bounds",{"2":{"6":1,"126":4}}],["bold",{"2":{"43":1,"148":1,"151":1}}],["border",{"2":{"6":8}}],["both",{"2":{"3":5,"6":6,"50":2,"60":4,"61":1,"62":1,"64":1,"68":3,"71":1,"85":4,"88":1,"96":2,"102":1,"105":1,"119":1,"150":1,"152":1}}],["booltype",{"2":{"135":3,"152":1,"164":3}}],["booleans",{"2":{"50":1,"96":2}}],["boolean",{"2":{"29":2,"50":1,"57":1,"60":1,"62":1,"135":1,"164":1,"173":1}}],["boolsastypes",{"0":{"29":1,"164":1},"2":{"152":2,"164":6}}],["bools",{"2":{"10":1}}],["bool",{"2":{"3":17,"4":14,"6":40,"50":3,"68":17,"71":1,"74":1,"84":2,"85":13,"88":1,"96":2,"99":1,"102":10,"105":1,"115":2,"125":7,"126":6,"152":2,"164":2,"166":5}}],["bypred",{"2":{"176":1}}],["by",{"0":{"78":1,"79":1,"109":1},"2":{"1":3,"3":2,"4":8,"6":30,"7":1,"22":1,"23":2,"24":1,"27":1,"29":1,"32":1,"38":1,"39":6,"41":1,"42":1,"43":1,"46":4,"48":5,"49":4,"50":14,"51":1,"52":6,"54":1,"55":6,"56":1,"59":1,"60":5,"61":4,"62":3,"65":5,"68":8,"71":1,"73":1,"74":1,"78":2,"79":2,"80":1,"81":2,"83":1,"95":2,"96":10,"125":2,"126":4,"130":2,"135":7,"141":2,"143":1,"144":1,"146":3,"147":2,"148":1,"149":1,"151":3,"152":1,"153":1,"155":1,"157":1,"158":1,"159":3,"160":1,"168":1,"169":1,"170":1,"172":1,"173":2,"174":1,"175":2,"176":1}}],["berlin",{"2":{"175":1}}],["beed",{"2":{"170":1}}],["been",{"2":{"57":1,"126":1,"128":2,"164":1}}],["bearing",{"2":{"125":4}}],["beauty",{"2":{"9":1}}],["better",{"2":{"85":1,"135":2,"157":1}}],["between",{"2":{"4":4,"6":18,"28":1,"39":2,"46":13,"50":1,"52":18,"56":1,"57":4,"59":1,"60":11,"61":2,"62":4,"65":8,"68":1,"96":4,"102":4,"126":1,"151":3,"152":1,"158":2,"159":2,"160":1,"169":1,"173":2,"174":1}}],["because",{"2":{"50":1,"128":1,"162":1}}],["become",{"2":{"27":1}}],["being",{"2":{"39":1,"60":1,"96":1,"102":1,"144":1}}],["behind",{"2":{"32":1,"45":1,"128":1}}],["behaviour",{"2":{"6":1,"23":1,"28":1,"157":1}}],["beware",{"2":{"23":1}}],["best",{"2":{"20":1,"24":1,"135":2,"157":1}}],["benchmarking",{"2":{"151":1,"157":1}}],["benchmarkgroup",{"2":{"151":2,"157":3}}],["benchmark",{"0":{"151":1,"157":1},"2":{"151":1,"157":1}}],["benchmarktools",{"2":{"13":1,"151":1,"157":1}}],["benchmarks",{"2":{"9":2}}],["beginning",{"2":{"52":1,"168":1}}],["begin+1",{"2":{"46":5}}],["begin",{"2":{"9":1,"46":7,"135":2,"158":1,"172":1}}],["before",{"2":{"6":4,"46":1,"56":1,"59":1,"60":1,"61":1,"157":1,"169":1}}],["below",{"2":{"6":2,"22":1,"43":1,"140":1,"159":1,"160":1,"161":1,"172":1}}],["be",{"2":{"1":7,"3":3,"4":11,"5":4,"6":65,"7":1,"9":1,"13":2,"17":1,"18":2,"20":1,"25":3,"28":2,"29":1,"32":3,"39":8,"42":7,"43":2,"44":2,"45":1,"46":10,"48":1,"49":3,"50":14,"51":1,"52":2,"55":1,"56":7,"57":4,"59":7,"60":12,"61":6,"62":5,"64":2,"65":4,"68":15,"74":6,"83":2,"84":1,"88":6,"96":21,"102":2,"105":6,"107":1,"108":1,"109":1,"110":1,"115":6,"125":2,"126":1,"130":2,"133":2,"134":2,"135":12,"137":1,"138":1,"139":1,"140":3,"141":4,"142":1,"144":2,"146":2,"147":3,"148":1,"149":1,"151":8,"152":2,"153":1,"157":10,"159":1,"161":3,"164":1,"165":2,"168":2,"170":1,"173":4}}],["xticklabelsvisible",{"2":{"169":1}}],["xticklabelrotation",{"2":{"13":2}}],["xoffset",{"2":{"168":4,"170":1}}],["x=x",{"2":{"166":1}}],["x`",{"2":{"135":1}}],["xvec",{"2":{"126":4}}],["xbounds",{"2":{"126":4}}],["xhalf",{"2":{"126":3}}],["xlast",{"2":{"65":3}}],["xfirst",{"2":{"65":5}}],["x0",{"2":{"65":5}}],["xn",{"2":{"52":4}}],["xind+1",{"2":{"126":1}}],["xind",{"2":{"126":2}}],["xinterior",{"2":{"49":2}}],["xi−xi−1",{"2":{"6":1}}],["xcentroid",{"2":{"49":13}}],["xrange",{"2":{"45":3,"64":2}}],["xautolimits",{"2":{"45":2}}],["xp2",{"2":{"39":5}}],["x2",{"2":{"6":3,"46":4,"49":2,"52":18,"65":8,"85":10,"96":5,"102":4,"126":5,"152":6,"166":2}}],["x26",{"2":{"6":4,"39":2,"42":6,"43":4,"46":1,"50":58,"52":36,"56":4,"57":4,"60":24,"62":2,"65":3,"68":14,"80":2,"81":2,"85":48,"94":2,"95":2,"96":170,"102":22,"111":2,"112":2,"117":2,"121":2,"122":2,"125":4,"126":12,"140":2,"146":6,"148":2,"151":2,"159":10,"160":2,"166":4,"173":1}}],["x1",{"2":{"6":4,"46":3,"49":2,"52":22,"65":8,"85":11,"96":6,"102":5,"126":5,"152":7,"166":2}}],["xs",{"2":{"6":3,"52":4,"126":30,"166":4}}],["xml",{"2":{"21":1}}],["xmax",{"2":{"6":1,"51":2,"52":48}}],["xmin",{"2":{"6":1,"51":2,"52":49}}],["x3c",{"2":{"5":1,"6":36,"36":1,"39":4,"42":2,"46":66,"50":17,"52":11,"55":3,"56":1,"59":1,"60":6,"61":1,"64":1,"65":13,"68":2,"85":33,"96":13,"102":10,"125":1,"126":4,"130":2,"135":19,"138":2,"141":3,"146":5,"151":2,"158":2,"159":6,"160":3,"161":9,"163":4,"164":2,"176":1}}],["xy`",{"2":{"147":1}}],["xy",{"2":{"1":4,"46":1,"147":3}}],["x",{"2":{"1":4,"4":1,"6":6,"7":1,"9":5,"11":6,"13":11,"14":10,"15":4,"39":9,"42":2,"45":8,"48":1,"49":10,"50":21,"51":1,"52":8,"55":6,"57":9,"60":18,"62":9,"64":2,"65":7,"68":3,"85":21,"96":16,"102":7,"125":11,"126":2,"128":2,"135":17,"140":2,"142":2,"143":4,"147":1,"152":2,"153":2,"154":2,"157":2,"159":2,"161":1,"164":4,"166":33,"168":6,"169":2,"170":2,"173":1,"175":2}}],["=>",{"2":{"135":2}}],["=float64",{"2":{"49":3,"59":1,"61":1}}],["=false",{"2":{"39":1}}],["===",{"2":{"85":8,"125":4}}],["==",{"2":{"9":1,"24":1,"39":4,"42":2,"43":2,"46":9,"49":1,"50":34,"52":30,"57":1,"60":20,"61":2,"62":1,"64":1,"68":16,"96":44,"102":2,"125":3,"126":18,"135":1,"138":1,"140":1,"146":1,"148":1,"151":2,"157":1,"161":3}}],["=",{"2":{"1":5,"3":17,"4":7,"5":2,"6":62,"11":1,"13":19,"14":33,"15":18,"36":4,"38":4,"39":56,"41":6,"42":25,"43":3,"45":35,"46":110,"48":6,"49":36,"50":323,"51":6,"52":96,"54":7,"55":29,"56":21,"57":30,"59":18,"60":143,"61":21,"62":77,"64":15,"65":52,"67":7,"68":40,"70":7,"71":3,"73":4,"74":23,"75":3,"76":7,"77":14,"78":14,"79":4,"80":2,"81":2,"83":5,"84":3,"85":57,"87":7,"88":18,"89":3,"90":11,"91":17,"92":9,"93":3,"94":2,"95":2,"96":189,"98":3,"99":3,"101":7,"102":40,"104":7,"105":22,"106":3,"107":11,"108":14,"109":14,"110":4,"111":2,"112":2,"114":3,"115":22,"116":3,"117":9,"118":14,"119":10,"120":6,"121":2,"122":2,"125":32,"126":106,"128":1,"132":4,"135":90,"137":2,"138":4,"140":9,"142":1,"145":3,"146":30,"148":2,"150":16,"151":21,"152":18,"153":2,"154":1,"155":2,"156":5,"157":60,"158":11,"159":49,"160":7,"161":43,"163":6,"164":2,"165":3,"166":42,"168":45,"169":19,"170":13,"171":3,"172":4,"174":12,"175":6,"176":2}}],["utm",{"2":{"169":1}}],["utility",{"0":{"166":1},"2":{"46":1,"135":2}}],["utils",{"0":{"161":1},"2":{"36":1}}],["u2",{"2":{"96":4}}],["u1",{"2":{"96":4}}],["update",{"2":{"50":6,"126":10}}],["updated",{"2":{"50":6,"135":3}}],["updates",{"2":{"46":1}}],["up",{"2":{"50":2,"60":1,"96":1,"119":1,"133":1,"145":1,"159":2,"168":2}}],["upper",{"2":{"6":1,"126":1,"174":1}}],["uv",{"2":{"46":1}}],["u>",{"2":{"6":2}}],["u>geometryops",{"2":{"6":2}}],["usage",{"2":{"175":1}}],["usa",{"2":{"157":15,"175":3}}],["us",{"2":{"42":1,"169":1,"175":1}}],["ususally",{"2":{"6":1,"130":1,"135":1}}],["usually",{"2":{"172":1}}],["usual",{"2":{"6":1,"138":1,"141":1}}],["usecases",{"2":{"32":1}}],["uses",{"2":{"6":1,"96":1,"147":1,"151":1,"157":1,"172":1}}],["users",{"2":{"36":1,"128":1,"144":1}}],["user",{"2":{"6":12,"28":1,"49":1,"56":3,"59":3,"61":3,"158":1,"159":1,"160":1,"173":1}}],["useful",{"2":{"6":10,"21":1,"46":1,"126":1,"149":1,"152":1,"157":2,"165":1}}],["used",{"2":{"1":1,"5":1,"6":8,"21":1,"39":1,"42":1,"44":1,"46":1,"49":2,"50":7,"52":1,"55":1,"60":1,"64":1,"65":1,"68":1,"102":1,"126":2,"130":1,"135":3,"136":1,"152":1,"157":1,"159":2,"162":2,"163":1,"169":1,"172":1,"173":2,"174":1}}],["use",{"2":{"1":2,"4":1,"5":1,"6":9,"11":1,"25":1,"28":1,"46":1,"50":1,"62":1,"85":2,"102":1,"126":1,"127":1,"132":1,"135":7,"138":1,"143":1,"150":1,"152":1,"157":1,"159":2,"165":3,"168":1,"172":1,"173":2,"176":2}}],["using",{"0":{"169":1},"2":{"1":4,"4":1,"5":3,"6":12,"11":4,"13":4,"14":1,"15":1,"18":1,"20":1,"21":1,"36":7,"38":1,"39":1,"41":2,"42":2,"43":3,"45":4,"46":7,"48":2,"49":1,"50":5,"51":2,"52":1,"54":2,"55":1,"57":3,"58":1,"60":4,"62":3,"64":2,"65":2,"67":2,"68":1,"70":2,"71":1,"73":2,"74":1,"81":1,"83":2,"84":1,"85":1,"87":2,"88":1,"95":1,"96":1,"98":2,"99":1,"101":2,"102":1,"104":2,"105":1,"112":1,"114":2,"115":1,"122":1,"125":1,"126":5,"127":1,"128":2,"133":1,"135":4,"138":1,"141":1,"142":2,"143":1,"146":1,"147":1,"148":3,"150":1,"151":5,"152":1,"153":4,"154":2,"157":2,"159":1,"161":1,"165":2,"166":1,"167":4,"168":1,"170":1,"171":2,"173":1,"174":4,"175":2}}],["unnecessary",{"2":{"126":1}}],["unneeded",{"2":{"6":3,"50":1,"56":1,"59":1,"61":1}}],["until",{"2":{"126":3,"133":1,"159":1,"165":1}}],["uneeded",{"2":{"56":1,"59":1,"61":1}}],["uneccesary",{"2":{"6":3,"158":1,"159":1,"160":1}}],["unprocessed",{"2":{"50":1}}],["unknown",{"2":{"50":4,"52":15}}],["unknown=3",{"2":{"50":1}}],["unmatched",{"2":{"50":9,"52":26}}],["understand",{"2":{"162":1}}],["under",{"2":{"42":2,"172":1}}],["undergrad",{"2":{"9":1}}],["undef",{"2":{"39":2,"50":1,"158":1,"159":1,"161":2,"166":2}}],["unless",{"2":{"27":1,"50":1,"57":2,"60":2,"62":2}}],["unlike",{"2":{"23":1,"162":1}}],["unambiguous",{"2":{"20":1}}],["unstable",{"2":{"13":1,"135":1,"164":1}}],["universal",{"2":{"169":1}}],["united",{"2":{"157":1}}],["unify",{"2":{"32":1}}],["unique",{"2":{"6":2,"60":3,"141":2,"146":2}}],["unioning",{"2":{"62":1}}],["unionintersectingpolygons",{"2":{"0":1,"6":8,"56":1,"57":2,"59":1,"60":2,"61":1,"62":2,"141":2,"144":2,"145":1,"146":4}}],["unions",{"0":{"62":1},"2":{"23":1,"163":1}}],["union",{"0":{"61":1},"2":{"0":1,"1":2,"3":2,"4":4,"6":22,"11":3,"28":2,"36":1,"39":2,"42":1,"46":1,"49":4,"50":7,"52":1,"59":2,"61":18,"62":30,"65":1,"68":8,"76":2,"77":4,"78":1,"80":2,"81":1,"90":2,"91":6,"94":2,"95":1,"102":4,"107":2,"108":4,"109":1,"111":2,"112":1,"117":2,"118":4,"119":1,"121":2,"122":1,"125":1,"126":5,"128":1,"133":3,"135":6,"141":1,"144":1,"146":9,"152":4,"157":2,"158":3,"159":3,"160":3,"163":4,"166":1}}],["unchanged",{"2":{"1":1,"6":2,"135":1,"157":1}}],["unwrap",{"2":{"0":1,"6":3,"130":1,"135":16}}],["nselected",{"2":{"161":3}}],["nmax",{"2":{"161":2}}],["nice",{"2":{"159":1}}],["nvkelso",{"2":{"157":1}}],["null",{"2":{"151":1}}],["numeric",{"2":{"11":1}}],["numbers",{"2":{"6":1,"7":1,"44":2,"46":1,"151":1}}],["number=6",{"2":{"6":1,"156":1,"157":1}}],["number",{"2":{"6":11,"46":1,"50":2,"55":1,"64":1,"68":2,"96":2,"149":1,"150":1,"152":1,"157":2,"158":4,"159":7,"160":4,"161":12}}],["n+1",{"2":{"137":1}}],["nfeature",{"2":{"135":2}}],["nkeys",{"2":{"126":8}}],["nc",{"2":{"96":13}}],["ncoord",{"2":{"68":2}}],["nl",{"2":{"96":11}}],["nhole",{"2":{"50":2,"56":2,"59":2,"61":2,"62":1,"68":2}}],["nbpts",{"2":{"50":2}}],["nbsp",{"2":{"1":4,"3":9,"4":8,"5":3,"6":87,"130":3,"140":1,"141":4}}],["ngeom",{"2":{"49":1,"135":2,"166":1}}],["nt",{"2":{"165":2}}],["ntasks",{"2":{"135":6}}],["nthreads",{"2":{"135":3}}],["nthe",{"2":{"43":1,"148":1,"151":1}}],["ntuple",{"2":{"46":3,"152":1}}],["n2",{"2":{"46":8,"68":10}}],["n1",{"2":{"46":8,"68":9}}],["np2",{"2":{"85":4}}],["npolygon",{"2":{"57":1,"68":3,"146":2}}],["npoints",{"2":{"39":6,"50":5,"96":3,"151":6,"159":7}}],["npoint",{"2":{"6":1,"39":2,"41":1,"42":1,"52":2,"65":1,"68":6,"85":6,"96":6,"117":1,"125":2,"138":1,"151":3,"152":1,"157":14,"161":1,"166":13}}],["npts",{"2":{"50":6,"159":3}}],["np",{"2":{"42":2,"65":5}}],["n",{"2":{"6":1,"9":1,"43":2,"44":2,"46":36,"50":51,"55":10,"61":4,"62":4,"96":11,"117":2,"125":6,"126":5,"137":1,"146":25,"148":2,"151":2,"152":3,"157":2,"161":7,"166":32}}],["naive",{"2":{"58":1}}],["napts",{"2":{"50":3}}],["natearth2",{"2":{"169":1}}],["natural",{"2":{"157":2,"169":2,"173":1}}],["naturalearth",{"2":{"11":2,"169":1}}],["nature",{"2":{"126":1}}],["native",{"2":{"6":1,"127":1,"165":4,"172":1}}],["nan",{"2":{"9":1}}],["named",{"2":{"135":1}}],["namedtuple",{"2":{"27":2,"135":2,"165":2}}],["name",{"2":{"6":1,"36":2,"157":1,"165":1,"171":1,"172":2,"175":1}}],["names",{"2":{"6":1,"36":3,"135":6,"165":1}}],["nodestatus",{"2":{"126":6}}],["nodes",{"2":{"50":1,"126":4}}],["node",{"2":{"50":26,"126":17}}],["north",{"2":{"52":12}}],["nor",{"2":{"43":1,"148":1,"151":1}}],["normalized",{"2":{"46":1}}],["normalize",{"2":{"46":1}}],["norm",{"2":{"6":1,"46":22}}],["now",{"2":{"6":1,"13":1,"32":1,"41":1,"43":1,"45":2,"46":4,"50":1,"55":1,"62":1,"65":1,"125":1,"126":2,"145":1,"149":1,"150":3,"151":1,"157":1,"168":5,"169":6,"170":2,"171":1,"172":3,"174":2}}],["no",{"2":{"6":6,"39":1,"46":2,"50":4,"56":1,"57":1,"59":1,"60":14,"61":1,"68":2,"74":3,"88":3,"96":2,"105":2,"107":1,"108":3,"109":3,"110":1,"115":2,"117":1,"119":1,"120":2,"126":2,"127":1,"128":1,"135":3,"149":1,"151":2,"152":1,"157":1,"165":1,"172":1}}],["nonzero",{"2":{"152":1}}],["none",{"2":{"6":4,"50":1,"55":1,"56":1,"59":1,"61":1,"62":1,"85":4,"87":1}}],["nondimensional",{"2":{"6":1,"151":1}}],["nonintersecting",{"2":{"6":1,"28":1,"141":1,"146":1}}],["non",{"2":{"3":2,"6":2,"18":1,"27":1,"44":2,"50":15,"56":2,"57":1,"59":1,"60":4,"61":1,"62":2,"64":1,"102":2,"119":1,"133":1,"164":1}}],["notably",{"2":{"30":1}}],["note",{"2":{"4":4,"6":10,"24":1,"34":1,"39":1,"42":2,"46":1,"48":2,"49":2,"50":3,"52":1,"55":2,"57":3,"60":5,"62":3,"65":1,"68":5,"96":1,"101":1,"102":1,"147":1,"152":1,"158":1,"159":2,"160":1,"164":1,"169":2,"170":1}}],["not",{"0":{"127":1},"2":{"1":2,"3":8,"4":1,"6":18,"18":1,"23":1,"24":1,"27":1,"29":1,"36":1,"39":4,"42":1,"43":1,"46":4,"48":1,"50":18,"55":1,"59":1,"60":7,"62":3,"67":2,"68":4,"70":2,"71":1,"73":2,"74":2,"83":1,"84":2,"88":3,"90":5,"91":3,"92":2,"93":2,"96":5,"101":1,"102":2,"104":2,"105":2,"107":1,"115":1,"125":4,"126":2,"127":1,"133":1,"134":1,"135":10,"137":2,"140":2,"143":1,"145":3,"147":1,"148":1,"149":1,"151":2,"152":1,"162":1,"163":1,"164":1,"165":2,"169":1,"170":1,"173":1}}],["nothing`",{"2":{"57":2,"60":2,"62":2}}],["nothing",{"2":{"1":34,"4":1,"6":42,"15":3,"50":4,"55":1,"57":2,"59":1,"60":2,"62":2,"68":1,"96":1,"125":9,"126":3,"135":8,"137":24,"140":1,"145":60,"148":1,"152":1,"153":32,"157":2,"158":6,"159":6,"160":6,"161":1,"166":7,"168":252,"169":16,"170":20}}],["ne",{"2":{"157":1,"169":2}}],["net",{"2":{"140":2}}],["ness",{"2":{"135":1}}],["nesting",{"2":{"133":2}}],["nestedloopfast",{"2":{"176":1}}],["nested",{"2":{"1":2,"4":1,"6":5,"23":1,"39":1,"133":2,"135":4,"154":1,"157":1}}],["never",{"2":{"133":1,"158":1}}],["neumann",{"2":{"126":1}}],["neither",{"2":{"62":1}}],["neightbor",{"2":{"50":1}}],["neighborhood",{"2":{"126":2}}],["neighbor",{"2":{"50":26}}],["neighboring",{"2":{"6":6,"50":1,"157":1,"158":1,"159":1,"160":2}}],["nearly",{"2":{"172":1}}],["nearest",{"2":{"50":1,"60":2}}],["neatly",{"2":{"22":1}}],["nedge",{"2":{"50":2,"166":13}}],["nextnode",{"2":{"126":27}}],["nextnodes",{"2":{"126":6}}],["next",{"2":{"49":1,"50":81,"52":3,"55":4,"96":14,"126":3,"146":13,"159":5}}],["necessarily",{"2":{"6":1,"125":1,"143":1}}],["necessary",{"2":{"6":1,"133":1,"157":1}}],["newfeature",{"2":{"135":2}}],["newnodes",{"2":{"126":2}}],["new",{"2":{"6":1,"43":1,"50":58,"52":9,"56":3,"57":1,"62":16,"96":2,"126":4,"134":1,"135":18,"140":2,"141":1,"144":1,"146":19,"152":8,"158":1,"159":2,"160":1,"170":1,"171":1,"175":1}}],["negative",{"2":{"4":3,"6":3,"41":2,"42":1,"44":2,"64":2,"65":3}}],["needs",{"2":{"49":1}}],["needing",{"2":{"4":1,"6":1,"22":1,"142":1}}],["need",{"2":{"1":1,"3":1,"4":2,"5":1,"6":5,"46":2,"48":1,"50":2,"57":1,"68":4,"83":1,"84":1,"96":1,"126":2,"128":1,"142":1,"153":1,"161":1,"169":1,"170":1,"176":2}}],["needed",{"2":{"1":2,"6":4,"39":1,"46":1,"50":4,"52":1,"56":1,"59":1,"61":1,"65":2,"96":5,"126":1,"135":2,"140":1,"147":3,"170":1}}],["gdal",{"2":{"172":1}}],["gml",{"2":{"172":1}}],["gpkg",{"2":{"172":3}}],["gadm",{"2":{"175":4}}],["ga",{"2":{"169":3}}],["gaps",{"2":{"126":1}}],["global",{"2":{"169":1}}],["gft",{"2":{"167":1,"169":2}}],["gc",{"2":{"140":6}}],["g",{"2":{"39":3,"42":3,"43":1,"49":3,"52":3,"65":6,"133":1,"135":6,"157":2,"166":2,"172":1}}],["gb",{"2":{"36":1,"135":10}}],["guarantee",{"2":{"24":1,"35":1}}],["guaranteed",{"2":{"1":1,"6":1,"39":1,"135":1}}],["grand",{"2":{"175":1}}],["grained",{"2":{"150":1}}],["graphics",{"2":{"6":1,"46":1}}],["great",{"2":{"168":1,"170":1,"172":1}}],["greater",{"2":{"6":1,"125":1,"152":1}}],["greiner",{"0":{"57":1,"60":1,"62":1},"2":{"50":3,"55":2,"56":1,"59":1,"61":1}}],["green",{"2":{"14":1,"169":1}}],["grouped",{"2":{"168":1}}],["group",{"2":{"21":1}}],["groups",{"2":{"6":1,"126":1}}],["grouping",{"2":{"1":1,"6":1,"135":2}}],["grid",{"2":{"6":1,"45":1,"52":4}}],["g2",{"2":{"3":5,"6":5,"71":4,"74":12,"75":6,"76":9,"77":6,"78":6,"79":3,"80":4,"81":2,"84":3,"85":21,"88":10,"89":6,"90":10,"91":8,"92":4,"93":2,"94":4,"95":2,"105":10,"106":6,"107":9,"108":6,"109":6,"110":3,"111":4,"112":2,"115":10,"116":6,"117":10,"118":6,"119":5,"120":4,"121":4,"122":2}}],["g1",{"2":{"3":5,"4":1,"6":6,"71":4,"74":12,"75":6,"76":9,"77":6,"78":6,"79":3,"80":2,"81":4,"84":3,"85":21,"88":9,"89":6,"90":10,"91":8,"92":4,"93":2,"94":2,"95":4,"105":10,"106":6,"107":9,"108":6,"109":6,"110":3,"111":2,"112":4,"115":10,"116":6,"117":9,"118":6,"119":5,"120":4,"121":2,"122":4}}],["generic",{"2":{"27":1}}],["generation",{"2":{"157":2}}],["generated",{"2":{"36":1,"39":1,"42":1,"43":1,"46":1,"49":1,"50":1,"52":1,"55":1,"57":1,"58":1,"60":1,"62":1,"65":1,"68":1,"71":1,"81":1,"84":1,"85":1,"95":1,"96":1,"99":1,"102":1,"112":1,"122":1,"125":1,"126":1,"127":1,"135":1,"138":1,"141":1,"142":1,"143":1,"146":1,"148":1,"152":1,"153":1,"154":1,"157":1,"161":1,"165":1,"166":1,"174":1}}],["generate",{"2":{"7":1,"13":2,"157":1,"174":2}}],["generalization",{"2":{"44":1}}],["generalized",{"2":{"6":1,"44":3,"46":1}}],["generalise",{"2":{"6":4,"157":1}}],["generally",{"2":{"6":2,"19":1,"165":3}}],["general",{"0":{"2":1,"4":1},"1":{"3":1,"4":1},"2":{"23":1,"25":1,"32":1,"128":1,"148":1}}],["getfeature",{"2":{"135":5,"166":5}}],["getcolumn",{"2":{"135":4}}],["getgeom",{"2":{"80":1,"81":1,"94":1,"95":1,"102":2,"111":1,"112":1,"121":1,"122":1,"135":6,"157":3,"166":6}}],["getring",{"2":{"50":1}}],["getindex",{"2":{"46":2}}],["getpolygon",{"2":{"57":3,"60":2,"62":2,"68":3}}],["getpoint",{"2":{"38":1,"39":5,"41":2,"42":1,"46":1,"48":1,"49":6,"50":3,"51":2,"52":3,"54":3,"64":1,"65":6,"67":4,"68":13,"70":4,"73":1,"83":1,"85":7,"87":4,"96":28,"98":2,"101":4,"102":2,"104":4,"114":2,"117":2,"125":5,"138":3,"150":4,"152":2,"161":1,"166":3,"168":2}}],["getproperty",{"2":{"13":2,"14":1}}],["gethole",{"2":{"30":1,"39":1,"42":1,"49":1,"50":4,"52":1,"55":1,"56":2,"59":2,"62":6,"65":1,"68":2,"96":5,"138":1,"168":1}}],["getexterior",{"2":{"30":1,"39":1,"42":1,"46":1,"49":1,"50":3,"52":1,"55":1,"56":2,"59":2,"61":3,"62":6,"65":1,"68":2,"96":5,"125":1,"126":1,"138":1,"168":1}}],["get",{"2":{"6":1,"13":1,"20":1,"41":1,"43":1,"50":9,"56":1,"57":1,"59":1,"60":2,"61":2,"126":4,"135":4,"148":1,"151":3,"157":1,"158":1,"160":1,"161":2,"165":5,"166":1,"168":2,"175":2}}],["geoparquet",{"2":{"172":4}}],["geopoly1",{"2":{"170":1,"171":1}}],["geopoly2",{"2":{"170":1,"171":1}}],["geoaxis",{"2":{"169":4}}],["geointeface",{"2":{"133":1}}],["geointerace",{"2":{"27":1}}],["geointerfacemakie",{"2":{"156":1,"174":1,"175":1}}],["geointerface",{"0":{"35":1},"2":{"1":20,"3":9,"4":2,"6":41,"11":1,"13":1,"14":1,"15":1,"27":3,"30":1,"32":1,"35":1,"36":7,"38":1,"39":1,"41":1,"42":1,"46":23,"48":1,"49":1,"50":1,"51":1,"52":1,"54":1,"55":1,"56":1,"59":1,"60":1,"61":1,"64":1,"65":11,"67":1,"68":2,"70":1,"71":2,"73":1,"74":2,"83":1,"84":2,"85":1,"87":1,"88":3,"98":1,"99":2,"101":1,"102":2,"104":1,"105":2,"114":1,"115":2,"125":5,"126":1,"130":3,"133":3,"135":6,"137":9,"140":1,"141":1,"142":1,"145":23,"147":2,"150":1,"151":1,"153":13,"154":1,"156":1,"157":2,"166":1,"167":1,"168":122,"169":5,"170":9,"174":1,"175":1}}],["geo",{"2":{"126":1,"151":4,"169":2}}],["geotable",{"2":{"34":1}}],["geographic",{"0":{"18":1},"2":{"18":2,"20":1,"169":1,"172":1}}],["geographiclib",{"2":{"6":1,"151":1}}],["geojson",{"2":{"11":1,"157":5,"167":1,"169":4,"172":3}}],["geodataframes",{"2":{"172":3}}],["geod",{"2":{"6":2,"151":3}}],["geodesic`",{"2":{"151":2}}],["geodesicdistance",{"2":{"18":1}}],["geodesic",{"2":{"6":5,"36":1,"150":6,"151":8,"152":1}}],["geodesicsegments",{"2":{"0":1,"6":2,"18":1,"149":1,"150":3,"151":6,"152":2}}],["geoformattypes",{"2":{"1":2,"20":1,"147":2,"167":1,"169":2,"170":8}}],["geomakie",{"0":{"169":1},"2":{"167":2,"169":5}}],["geomfromgeos",{"2":{"151":1}}],["geomtype",{"2":{"135":2}}],["geoms",{"2":{"6":1,"96":1,"130":1,"135":18}}],["geometies",{"2":{"3":1,"6":1,"114":1,"115":1}}],["geometrie",{"2":{"91":1}}],["geometries",{"0":{"75":1,"76":1,"77":1,"78":1,"79":1,"80":1,"81":1,"89":1,"90":1,"91":1,"92":1,"93":1,"94":1,"95":1,"106":1,"107":1,"108":1,"109":1,"110":1,"111":1,"112":1,"116":1,"117":1,"118":1,"119":1,"120":1,"121":1,"122":1,"168":1,"169":1,"170":1},"2":{"1":6,"3":8,"4":14,"6":61,"23":3,"25":1,"27":3,"32":2,"34":4,"38":1,"39":3,"42":4,"49":1,"52":2,"55":1,"56":5,"59":5,"60":4,"61":5,"64":1,"65":4,"67":1,"68":7,"71":1,"73":1,"74":1,"85":2,"88":2,"96":1,"98":1,"99":1,"101":2,"102":3,"105":2,"107":1,"114":2,"115":2,"128":1,"130":4,"132":1,"134":2,"135":13,"142":1,"147":2,"149":3,"150":1,"151":4,"152":1,"154":1,"155":1,"158":1,"159":1,"160":1,"166":1,"167":5,"169":1,"170":2,"171":2,"172":1,"173":5,"174":1,"176":1}}],["geometrical",{"2":{"173":1}}],["geometric",{"2":{"32":2,"48":1}}],["geometry=",{"2":{"171":1}}],["geometryof",{"2":{"135":1}}],["geometryopsprojext",{"2":{"147":1,"148":1,"151":1,"152":1}}],["geometryopslibgeosext",{"2":{"43":1}}],["geometryops",{"0":{"0":1,"36":1},"1":{"1":1,"2":1,"3":1,"4":1,"5":1,"6":1},"2":{"0":115,"1":6,"3":18,"4":9,"5":3,"6":112,"7":2,"11":1,"13":1,"14":1,"15":1,"18":1,"22":2,"30":1,"32":1,"36":1,"38":1,"41":1,"43":1,"45":5,"48":1,"51":1,"54":1,"55":1,"56":1,"59":1,"60":1,"61":1,"64":1,"67":1,"68":1,"70":1,"71":2,"73":1,"74":2,"83":1,"84":2,"85":2,"87":1,"88":2,"98":1,"99":1,"101":1,"102":1,"104":1,"105":2,"114":1,"115":2,"125":3,"126":2,"130":4,"135":1,"137":1,"140":1,"141":4,"145":1,"148":1,"150":1,"151":2,"153":1,"156":1,"157":2,"162":1,"165":2,"166":1,"167":1,"168":3,"173":1,"174":2,"175":2}}],["geometrybasics",{"2":{"36":3,"45":2,"46":10,"64":1,"74":1,"105":1,"115":1}}],["geometrycolumns",{"2":{"135":3}}],["geometrycollections",{"2":{"173":1}}],["geometrycollection",{"2":{"28":1,"175":1}}],["geometrycollectiontrait",{"2":{"28":1,"80":1,"81":1,"94":1,"95":1,"111":1,"112":1,"121":1,"122":1}}],["geometrycorrections",{"2":{"140":1}}],["geometrycorrection",{"2":{"0":1,"6":11,"138":2,"139":2,"140":13,"141":11,"146":4}}],["geometry",{"0":{"2":1,"59":1,"80":2,"81":2,"94":2,"95":2,"111":2,"112":2,"121":2,"122":2,"139":1,"147":1,"155":1,"167":1,"171":1},"1":{"3":1,"4":1,"140":1,"141":1,"148":1,"156":1,"157":1,"168":1,"169":1,"170":1,"171":1,"172":1},"2":{"1":10,"3":23,"4":12,"6":69,"9":1,"11":2,"18":2,"23":4,"25":1,"28":3,"34":1,"36":1,"39":7,"42":4,"43":4,"49":3,"51":1,"52":4,"55":4,"64":4,"65":6,"68":8,"70":5,"71":2,"73":4,"74":5,"75":4,"76":1,"80":3,"81":4,"83":4,"84":4,"85":3,"87":2,"88":5,"89":4,"90":2,"91":1,"94":3,"95":4,"96":2,"98":2,"102":3,"104":4,"105":5,"106":4,"111":3,"112":4,"114":2,"115":3,"116":4,"117":2,"121":3,"122":4,"124":1,"128":3,"130":2,"133":2,"135":42,"137":1,"138":1,"139":2,"140":23,"141":6,"142":1,"143":1,"147":6,"149":3,"150":1,"151":5,"152":8,"157":6,"166":6,"168":1,"169":1,"170":4,"171":2,"172":2,"173":1,"174":7,"175":4,"176":2}}],["geom2",{"2":{"3":8,"4":1,"6":9,"65":6,"68":1,"85":6,"88":1,"99":3,"102":6,"105":2,"115":1}}],["geom1",{"2":{"3":8,"4":1,"6":9,"65":6,"68":1,"85":4,"88":1,"99":3,"102":6,"105":2,"115":1}}],["geom",{"2":{"1":7,"4":21,"6":48,"23":3,"36":12,"39":25,"42":17,"49":28,"50":16,"52":6,"55":15,"56":8,"57":2,"59":12,"60":10,"61":9,"62":9,"65":28,"68":45,"74":4,"85":1,"88":4,"96":3,"102":1,"105":4,"115":4,"125":3,"126":1,"128":2,"130":3,"135":91,"143":4,"146":11,"152":13,"153":7,"154":4,"157":36,"161":3,"166":13,"175":6}}],["geospatial",{"0":{"170":1,"172":1},"2":{"167":5,"169":1,"170":3,"172":5}}],["geoscontext",{"2":{"151":1}}],["geosdensify",{"2":{"151":3}}],["geos",{"0":{"165":1},"2":{"0":1,"6":5,"43":4,"155":5,"157":2,"162":1,"165":12}}],["got",{"2":{"161":3}}],["google",{"2":{"18":1}}],["good",{"2":{"6":1,"46":1,"165":2,"170":1}}],["goes",{"2":{"6":2,"125":2}}],["going",{"2":{"4":4,"6":5,"52":2,"68":5,"125":1,"126":1,"167":1}}],["go",{"2":{"1":5,"3":17,"4":2,"6":43,"11":9,"13":1,"14":1,"15":6,"23":1,"30":1,"36":2,"38":1,"41":1,"46":1,"48":2,"51":1,"54":2,"55":2,"56":2,"59":2,"60":2,"61":2,"64":6,"67":1,"68":2,"70":2,"71":2,"73":1,"74":2,"83":2,"84":2,"85":1,"87":1,"88":2,"98":1,"99":2,"101":1,"102":2,"104":2,"105":2,"114":1,"115":2,"125":6,"126":2,"128":1,"130":1,"135":3,"137":3,"145":3,"150":7,"151":8,"153":3,"156":2,"157":49,"165":1,"166":2,"167":1,"168":3,"170":1,"172":1,"173":9,"174":2,"175":5,"176":1}}],["gtrait",{"2":{"65":2}}],["gt",{"2":{"1":1,"6":2,"9":2,"10":1,"11":5,"21":1,"50":3,"125":3}}],["gif",{"2":{"159":1}}],["githack",{"2":{"157":1}}],["github",{"2":{"6":2}}],["gives",{"2":{"175":1}}],["give",{"2":{"96":1,"172":1}}],["given",{"2":{"4":7,"6":21,"23":2,"34":1,"38":1,"39":1,"42":2,"49":3,"50":8,"52":3,"55":5,"56":1,"57":2,"59":1,"60":2,"61":1,"62":2,"65":8,"68":4,"70":1,"71":1,"74":1,"83":1,"84":1,"88":1,"96":7,"98":1,"99":1,"105":1,"115":1,"117":1,"128":1,"140":4,"141":1,"145":1,"149":2,"151":2,"152":2,"160":1}}],["gis",{"2":{"5":1,"6":1,"30":2,"32":1,"46":1}}],["gi",{"2":{"1":13,"3":42,"4":31,"6":124,"11":8,"13":15,"14":15,"15":8,"23":2,"36":1,"38":3,"39":30,"41":5,"42":21,"45":1,"48":5,"49":38,"50":34,"51":5,"52":17,"54":6,"55":13,"56":19,"57":16,"59":25,"60":24,"61":17,"62":36,"64":8,"65":42,"67":7,"68":99,"70":7,"71":3,"73":3,"74":4,"75":6,"76":12,"77":10,"78":7,"79":4,"80":8,"81":6,"83":3,"84":3,"85":21,"87":7,"88":2,"89":3,"90":12,"91":14,"92":4,"93":2,"94":8,"95":6,"96":59,"98":5,"99":3,"101":7,"102":51,"104":7,"105":2,"106":6,"107":12,"108":10,"109":7,"110":4,"111":8,"112":6,"114":5,"115":3,"116":6,"117":15,"118":10,"119":7,"120":4,"121":8,"122":6,"125":32,"126":15,"128":4,"130":2,"135":111,"137":2,"138":10,"140":9,"142":1,"143":5,"145":3,"146":8,"150":6,"151":6,"152":12,"153":9,"154":5,"156":2,"157":34,"161":4,"163":9,"166":55,"167":1,"168":21,"169":2,"170":2,"174":5,"175":2}}],["o",{"2":{"135":24}}],["odd",{"2":{"96":1}}],["own",{"2":{"62":1,"128":2}}],["occur",{"2":{"60":1}}],["occurs",{"2":{"60":1}}],["occupied",{"2":{"41":1}}],["old",{"2":{"50":8,"135":3}}],["ourselves",{"2":{"151":1}}],["our",{"2":{"29":1,"151":1,"168":4,"169":3,"174":1}}],["out=3",{"2":{"96":1}}],["out=4",{"2":{"59":1}}],["out`",{"2":{"59":1,"96":1}}],["out",{"2":{"6":3,"50":12,"52":23,"60":6,"62":4,"64":5,"74":4,"85":1,"88":3,"96":102,"102":2,"105":4,"115":4,"125":1,"135":1,"152":1,"165":2}}],["outside",{"2":{"3":2,"4":1,"6":3,"50":3,"52":1,"57":2,"60":4,"62":3,"64":2,"65":1,"73":1,"84":1,"87":1,"96":12,"102":3,"110":1}}],["outputs",{"2":{"50":1}}],["output",{"2":{"3":8,"4":1,"6":18,"23":1,"28":1,"55":2,"56":1,"59":1,"60":1,"61":1,"62":2,"68":1,"71":1,"74":1,"84":1,"88":1,"99":1,"102":1,"105":1,"115":1,"125":2,"157":1,"161":1,"166":1}}],["outermost",{"2":{"135":1}}],["outer",{"2":{"1":1,"6":1,"133":1,"135":2,"173":1,"174":1}}],["omit",{"2":{"6":1,"151":1}}],["obtain",{"2":{"135":1}}],["obtained",{"2":{"28":1}}],["observablehq",{"2":{"30":1}}],["observable",{"2":{"14":2}}],["obs",{"2":{"14":10}}],["obviously",{"2":{"4":1,"6":1,"142":1}}],["objects",{"2":{"1":4,"4":1,"6":17,"130":3,"133":5,"135":8,"142":1,"149":1,"154":1,"157":2}}],["object",{"2":{"1":4,"4":1,"5":1,"6":8,"25":1,"46":1,"64":1,"96":4,"130":1,"133":5,"135":3,"142":1,"147":3,"151":1,"154":1,"157":1}}],["obj",{"2":{"1":4,"4":1,"6":17,"130":3,"135":10,"142":1,"143":2,"151":3,"153":1,"154":1,"157":3}}],["others",{"2":{"43":1,"146":1}}],["otherwise",{"2":{"4":2,"6":3,"43":1,"50":1,"57":1,"60":1,"65":2,"126":1,"143":1,"148":1,"151":1,"166":1}}],["other",{"0":{"4":1,"6":1,"31":1},"2":{"3":4,"6":12,"39":1,"50":5,"56":1,"59":1,"60":1,"61":2,"62":3,"65":2,"68":2,"70":1,"76":1,"96":8,"98":1,"101":1,"102":4,"107":1,"114":2,"115":2,"118":1,"126":1,"130":1,"133":1,"135":1,"141":2,"144":1,"146":2,"157":2,"159":2,"162":1,"163":1,"165":1,"169":1,"173":1,"176":1}}],["ogc",{"0":{"3":1}}],["over=3",{"2":{"59":1}}],["over`",{"2":{"59":1}}],["overflow",{"2":{"55":1}}],["overhead",{"2":{"27":1,"135":2}}],["override",{"2":{"6":1,"46":1}}],["overlapping",{"2":{"50":11,"60":4,"62":6}}],["overlap",{"2":{"3":4,"6":4,"9":1,"50":2,"60":8,"62":2,"74":1,"83":1,"96":2,"101":5,"102":6,"105":1,"144":1}}],["overlaps",{"0":{"100":1,"101":1},"1":{"101":1,"102":1},"2":{"0":10,"3":5,"6":13,"36":1,"60":1,"100":1,"101":3,"102":30,"126":1,"173":1}}],["over",{"2":{"1":1,"6":3,"41":2,"42":1,"49":3,"50":5,"52":1,"59":1,"60":11,"62":1,"74":1,"85":1,"88":1,"96":15,"102":2,"105":1,"115":1,"135":22,"168":3}}],["ops",{"2":{"135":1}}],["optimisation",{"2":{"96":1}}],["optimise",{"2":{"85":1}}],["options",{"2":{"14":1,"50":1}}],["optional",{"2":{"4":5,"6":6,"39":1,"42":2,"52":1,"65":2}}],["open",{"2":{"50":1,"137":1,"169":1}}],["operates",{"2":{"135":1,"136":1,"144":1}}],["operate",{"2":{"23":1,"34":1,"135":1}}],["operations",{"0":{"28":1},"2":{"28":1,"60":1,"62":1,"128":1}}],["operation",{"2":{"6":3,"50":1,"128":1,"141":2,"146":2,"165":2}}],["opposite",{"2":{"3":5,"6":5,"50":2,"57":1,"60":2,"62":1,"71":2,"74":1,"84":2,"99":2,"105":1}}],["op",{"2":{"1":3,"6":3,"24":2,"49":1,"135":35}}],["on=2",{"2":{"96":1}}],["on`",{"2":{"96":1}}],["onto",{"2":{"65":1}}],["once",{"2":{"20":1,"85":1,"102":1,"126":1}}],["oneunit",{"2":{"46":1}}],["ones",{"2":{"20":1,"145":1}}],["one",{"2":{"1":1,"3":9,"6":14,"28":1,"30":1,"39":4,"42":2,"45":1,"46":1,"49":1,"50":5,"52":3,"56":1,"57":1,"59":1,"60":32,"61":2,"62":2,"64":2,"73":1,"80":1,"85":1,"87":1,"96":18,"101":1,"102":18,"104":1,"105":1,"111":1,"114":2,"115":2,"118":3,"119":2,"120":2,"121":1,"122":1,"125":1,"126":5,"135":1,"145":1,"147":1,"151":1,"153":1,"161":1,"169":1,"173":1}}],["on",{"0":{"169":1},"2":{"1":2,"4":3,"6":11,"9":1,"18":1,"20":1,"23":1,"25":1,"28":2,"30":1,"32":3,"34":2,"39":5,"42":3,"45":1,"46":2,"49":3,"50":28,"52":8,"55":1,"56":1,"57":5,"59":1,"60":4,"61":1,"62":2,"64":1,"65":3,"68":2,"73":1,"74":7,"76":2,"77":3,"78":3,"79":1,"85":4,"88":6,"90":4,"91":1,"92":1,"96":125,"102":9,"105":7,"107":2,"108":1,"109":1,"115":7,"117":2,"126":3,"128":1,"130":1,"135":15,"136":1,"138":1,"141":1,"144":1,"149":1,"151":1,"159":1,"164":2,"167":1,"169":3,"170":1,"172":1,"173":4,"174":1,"175":2,"176":2}}],["only",{"2":{"0":1,"5":1,"6":10,"28":1,"30":1,"42":2,"43":1,"45":2,"46":1,"49":2,"50":4,"52":3,"55":1,"56":1,"59":1,"60":1,"61":1,"65":2,"68":3,"101":3,"102":1,"114":1,"126":2,"135":2,"145":1,"149":1,"150":1,"152":2,"162":1,"165":2,"170":1,"175":1,"176":1}}],["often",{"2":{"169":1}}],["offers",{"2":{"168":1}}],["offer",{"2":{"151":1}}],["offset",{"2":{"39":8,"68":1}}],["off",{"2":{"4":1,"6":1,"50":4,"68":1,"96":6,"135":1}}],["of",{"2":{"1":7,"3":29,"4":66,"5":5,"6":193,"7":2,"9":4,"17":3,"20":4,"21":2,"22":3,"23":5,"24":1,"25":2,"27":1,"28":2,"29":2,"30":2,"31":1,"32":1,"34":3,"38":1,"39":38,"41":5,"42":28,"43":1,"44":9,"45":1,"46":13,"48":3,"49":12,"50":84,"51":5,"52":31,"55":5,"56":12,"57":13,"59":10,"60":48,"61":9,"62":20,"64":6,"65":18,"67":2,"68":19,"70":4,"71":5,"73":6,"74":18,"76":1,"77":5,"78":5,"79":1,"80":2,"81":1,"84":5,"85":1,"87":3,"88":14,"90":1,"91":1,"92":1,"94":2,"95":1,"96":85,"98":1,"99":3,"101":1,"102":13,"104":4,"105":18,"107":3,"108":6,"109":6,"110":4,"111":1,"112":1,"114":2,"115":15,"117":3,"118":7,"119":5,"120":1,"121":2,"122":1,"124":2,"125":3,"126":19,"127":2,"128":3,"130":1,"133":5,"134":2,"135":26,"136":1,"137":1,"141":2,"143":3,"144":4,"146":4,"147":1,"149":2,"150":2,"151":5,"152":2,"154":1,"157":8,"159":4,"160":2,"161":1,"163":2,"165":4,"166":2,"168":6,"169":4,"170":2,"171":1,"172":4,"173":3,"174":4,"175":2}}],["org",{"2":{"56":1,"59":1,"61":1,"96":2,"159":1}}],["organise",{"2":{"10":1}}],["orange",{"2":{"54":1,"64":1,"67":2,"70":2,"87":2,"101":2,"104":2}}],["oroginal",{"2":{"135":2}}],["oro",{"2":{"11":2}}],["originate",{"2":{"62":1}}],["originals",{"2":{"27":1}}],["original",{"2":{"6":4,"23":1,"27":1,"50":9,"55":5,"56":1,"59":1,"62":4,"133":1,"135":1,"140":1,"143":2,"152":1,"156":4,"157":1}}],["orignal",{"2":{"50":1}}],["orient",{"0":{"13":1},"1":{"14":1,"15":1},"2":{"13":7,"14":12,"50":15,"60":53}}],["orientation",{"0":{"123":1},"1":{"124":1,"125":1},"2":{"6":2,"10":1,"36":1,"42":1,"50":10,"52":2,"56":1,"59":2,"60":2,"61":1,"96":16,"124":1,"157":1}}],["ordered",{"2":{"41":1}}],["orders",{"2":{"31":1}}],["order",{"0":{"30":1},"1":{"31":1},"2":{"1":4,"3":1,"4":2,"6":6,"30":4,"39":1,"41":1,"42":2,"46":1,"50":4,"60":1,"62":1,"65":2,"68":3,"71":1,"74":1,"84":1,"99":1,"135":2,"147":2,"157":1,"173":1}}],["or",{"0":{"29":1},"2":{"1":11,"3":3,"4":10,"6":53,"20":1,"23":1,"25":1,"27":1,"28":1,"32":1,"34":2,"36":1,"39":4,"42":1,"43":1,"46":1,"48":2,"49":4,"50":24,"51":1,"55":1,"56":1,"57":3,"59":2,"60":9,"61":1,"62":2,"64":2,"65":4,"68":3,"70":1,"74":1,"76":2,"77":1,"78":1,"79":1,"80":1,"81":1,"87":2,"90":2,"91":3,"92":2,"93":1,"94":1,"95":1,"96":26,"98":2,"99":1,"101":1,"102":2,"105":1,"107":2,"111":1,"112":1,"114":1,"115":1,"121":1,"122":1,"124":2,"125":3,"126":7,"128":3,"130":1,"132":2,"134":1,"135":9,"136":1,"138":1,"140":5,"141":2,"147":2,"148":1,"149":2,"151":2,"152":2,"154":1,"155":1,"157":3,"159":2,"161":2,"163":3,"166":2,"173":1,"175":2}}],["effects",{"2":{"135":3}}],["efficiently",{"2":{"25":1}}],["efficient",{"2":{"6":1,"46":1,"56":2,"59":2,"61":2,"138":1}}],["e2",{"2":{"96":4}}],["e1",{"2":{"96":8}}],["everything",{"2":{"157":1}}],["every",{"2":{"50":1,"68":2,"133":1,"165":1}}],["evenly",{"2":{"174":1}}],["eventually",{"2":{"50":1}}],["even",{"2":{"42":2,"52":1,"60":1,"65":1,"68":1,"128":1,"137":1,"144":1}}],["evaluated",{"2":{"173":1}}],["eval",{"2":{"36":2,"135":2}}],["est",{"2":{"175":1}}],["essentially",{"2":{"163":1}}],["esri",{"2":{"21":3}}],["especially",{"2":{"6":1,"23":1,"28":1,"126":1}}],["euclid",{"2":{"52":2,"65":11,"96":1,"158":1}}],["euclidean",{"2":{"4":1,"6":1,"46":13,"65":6,"152":1}}],["european",{"2":{"21":1}}],["eps",{"2":{"39":2,"60":14}}],["epsg",{"2":{"21":3,"169":5,"170":8}}],["eponymous",{"2":{"6":1,"151":1}}],["e",{"2":{"9":1,"27":1,"43":1,"126":1,"133":1,"135":2,"168":2,"169":1,"172":1}}],["eltype",{"2":{"126":4}}],["elements",{"2":{"80":1,"81":1,"94":1,"95":1,"102":1,"111":1,"112":1,"121":1,"122":1}}],["element",{"2":{"6":6,"38":1,"50":4,"55":2,"56":1,"59":1,"60":1,"61":3,"150":1,"169":1}}],["elsewhere",{"2":{"55":1}}],["elseif",{"2":{"50":5,"52":7,"56":1,"59":1,"60":14,"61":2,"62":1,"85":3,"96":10,"125":1,"126":2,"146":1,"159":2,"161":2}}],["else",{"2":{"3":6,"6":6,"39":1,"46":2,"50":19,"52":9,"55":1,"57":2,"60":9,"61":1,"62":9,"85":2,"96":17,"102":8,"126":20,"135":8,"138":1,"143":1,"148":1,"153":1,"154":1,"157":2,"159":4,"161":2,"165":1}}],["etc",{"2":{"6":1,"25":2,"41":1,"163":1,"172":1}}],["emtpty",{"2":{"126":1}}],["empty",{"2":{"4":2,"6":6,"39":2,"50":2,"56":1,"59":1,"60":2,"61":1,"126":1}}],["embedding",{"0":{"134":1,"142":1}}],["embedded",{"0":{"170":1},"2":{"126":1,"134":3,"167":1,"170":1}}],["embed",{"2":{"0":2,"4":1,"6":1,"134":1,"142":2}}],["errors",{"2":{"36":1,"60":1,"152":1}}],["error",{"0":{"148":1},"2":{"4":1,"6":4,"7":1,"23":1,"36":6,"43":4,"46":1,"50":2,"58":1,"60":2,"68":2,"126":1,"133":1,"140":2,"148":3,"151":5,"161":4,"165":3,"166":1}}],["edgekeys",{"2":{"126":3}}],["edge",{"2":{"3":1,"4":3,"6":4,"25":1,"36":1,"42":1,"48":1,"50":25,"52":13,"56":1,"59":1,"60":6,"61":1,"65":4,"68":1,"76":2,"91":2,"92":1,"96":7,"102":21,"107":2,"108":1,"109":1,"126":7,"166":2}}],["edges`",{"2":{"60":1}}],["edges",{"2":{"0":1,"4":2,"6":9,"50":12,"52":8,"57":3,"60":10,"62":3,"65":3,"67":2,"68":1,"70":1,"76":1,"77":3,"78":7,"79":3,"87":1,"90":3,"93":1,"96":3,"102":20,"104":1,"107":1,"126":22,"166":29}}],["earlier",{"2":{"168":3}}],["earth",{"2":{"6":2,"32":1,"151":2,"157":2,"169":2,"173":1}}],["easiest",{"2":{"171":1}}],["easier",{"2":{"162":1,"164":1}}],["easily",{"2":{"128":1}}],["east",{"2":{"52":9}}],["easy",{"2":{"1":1,"6":1,"20":2,"144":1,"153":1}}],["eachindex",{"2":{"39":1,"125":1,"126":3,"135":2,"158":1,"161":1}}],["each",{"2":{"3":2,"4":3,"6":6,"9":1,"23":2,"25":1,"39":4,"42":2,"44":4,"46":1,"50":5,"52":1,"60":3,"65":1,"68":2,"74":1,"88":1,"96":6,"101":1,"102":3,"105":1,"115":1,"125":1,"126":1,"135":1,"144":2,"157":1,"171":1,"172":1,"174":2,"175":2,"176":1}}],["equatorial",{"2":{"6":6,"151":4}}],["equality",{"2":{"50":1,"60":1,"173":1}}],["equal",{"2":{"3":2,"4":16,"6":19,"39":6,"60":1,"64":1,"65":4,"67":3,"68":22,"76":1,"90":1,"96":15,"101":1,"102":2,"107":1,"117":2,"137":1}}],["equals",{"0":{"66":1,"67":1},"1":{"67":1,"68":1},"2":{"0":17,"4":3,"6":19,"36":1,"39":2,"50":4,"55":2,"60":8,"65":1,"66":1,"67":2,"68":50,"76":1,"90":1,"96":10,"102":2,"107":1,"117":3,"173":1}}],["equivalent",{"2":{"3":1,"4":4,"6":6,"42":1,"50":1,"60":1,"62":1,"68":5,"74":1,"96":1}}],["enable",{"2":{"176":1}}],["enabled",{"2":{"173":1}}],["enabling",{"0":{"176":1}}],["enclosed",{"2":{"96":1}}],["encode",{"2":{"29":1}}],["encompasses",{"2":{"23":1,"96":1}}],["encounters",{"2":{"23":1}}],["en",{"2":{"96":1,"159":1}}],["envelope",{"2":{"60":2}}],["envelopes",{"2":{"60":2}}],["entirely",{"2":{"96":1}}],["entire",{"2":{"52":1,"96":4}}],["entry",{"2":{"50":11,"57":3,"60":4,"62":3,"126":1}}],["ent",{"2":{"50":19,"55":2}}],["enter",{"2":{"50":4}}],["enough",{"2":{"20":1,"50":1}}],["ensuring",{"2":{"6":1,"149":1,"152":1}}],["ensure",{"2":{"6":3,"46":1,"56":1,"59":1,"61":1,"136":2,"139":1}}],["ensures",{"2":{"6":3,"138":1,"141":3,"146":2}}],["enumerate",{"2":{"13":2,"39":1,"50":10,"52":1,"55":1,"57":1,"62":2,"96":1,"126":2,"146":2,"161":1}}],["enum",{"2":{"6":2,"50":3,"59":3,"96":3}}],["endpt",{"2":{"159":3}}],["endpoints",{"2":{"50":3,"52":1,"57":1,"60":6,"62":1,"65":2,"96":11,"102":2,"114":1}}],["endpoint=3",{"2":{"50":1}}],["endpointtype",{"2":{"50":2}}],["endpoint",{"2":{"3":1,"6":2,"50":27,"59":1,"60":16,"65":2,"73":1,"96":3,"102":2,"157":4,"159":4,"168":1}}],["ending",{"2":{"50":1,"52":1}}],["end",{"2":{"1":1,"6":1,"9":1,"13":4,"14":3,"36":4,"39":18,"42":8,"43":3,"46":35,"49":10,"50":130,"52":43,"55":9,"56":8,"57":12,"58":1,"59":5,"60":31,"61":6,"62":24,"65":19,"68":20,"80":2,"81":2,"85":20,"94":2,"95":2,"96":104,"102":21,"107":1,"111":2,"112":2,"117":1,"121":2,"122":2,"125":9,"126":44,"127":4,"128":1,"135":49,"136":1,"138":5,"140":3,"143":4,"146":18,"147":1,"148":2,"151":8,"152":8,"153":4,"154":4,"157":7,"158":6,"159":30,"160":3,"161":27,"163":1,"164":3,"165":4,"166":19}}],["enforce",{"2":{"0":1,"6":2,"165":3}}],["exits",{"2":{"50":1}}],["exit",{"2":{"50":32,"55":2,"57":3,"60":3,"62":2}}],["existingnodes",{"2":{"126":3}}],["existing",{"2":{"50":3,"61":1,"126":1,"169":2,"171":1}}],["exists",{"2":{"50":1,"52":1,"60":1}}],["exist",{"2":{"6":1,"50":1,"60":3,"165":1}}],["excluding",{"2":{"93":1,"96":1,"107":2}}],["exclude",{"2":{"85":9}}],["exclusively",{"2":{"119":1}}],["exclusive",{"2":{"52":1,"60":2}}],["exc",{"2":{"43":2,"148":2,"151":2}}],["exchange",{"2":{"30":1}}],["excellent",{"2":{"28":1}}],["except",{"2":{"18":1,"23":1,"24":1}}],["excess",{"2":{"5":1,"6":1,"46":1}}],["exp10",{"2":{"151":1,"157":2}}],["explicity",{"2":{"68":1}}],["explicitly",{"2":{"6":1,"23":1,"29":1,"39":2,"42":1,"43":1,"46":1,"65":2,"148":1,"151":1,"152":1}}],["experimental",{"2":{"36":3}}],["expect",{"2":{"1":1,"98":1,"147":1}}],["export",{"2":{"44":1,"149":1,"170":1,"172":1}}],["exposes",{"2":{"22":1}}],["exponential",{"2":{"9":1}}],["expressed",{"2":{"44":2}}],["express",{"2":{"21":1,"44":1}}],["ext2",{"2":{"96":3}}],["ext1",{"2":{"96":3}}],["ext",{"2":{"45":15,"50":10,"52":2,"55":3,"56":8,"59":8,"60":18,"61":8,"62":14,"85":7,"96":7}}],["extrema",{"2":{"126":1,"166":1}}],["extreem",{"2":{"39":10}}],["extract",{"2":{"126":1,"135":3,"157":1}}],["extra",{"2":{"6":3,"50":1,"61":1,"149":1,"151":2,"152":1}}],["external",{"2":{"42":1,"96":2}}],["exteriors",{"2":{"9":1,"30":2,"59":2,"61":2,"126":1}}],["exterior",{"2":{"3":4,"4":2,"6":10,"30":1,"39":1,"41":1,"42":1,"45":1,"46":36,"49":2,"50":4,"56":2,"61":3,"62":14,"65":1,"68":2,"70":1,"71":1,"74":3,"84":1,"88":2,"96":9,"104":1,"105":3,"108":3,"109":3,"115":2,"125":6,"126":6,"138":3,"139":1,"141":1,"142":1,"168":2}}],["extending",{"2":{"102":1}}],["extended",{"2":{"65":1}}],["extensions",{"2":{"172":1}}],["extension",{"2":{"1":1,"6":1,"21":1,"43":1,"46":1,"73":1,"127":1,"147":3,"148":2,"151":1,"152":1,"155":1,"172":1}}],["extent=true",{"2":{"142":1}}],["extent=nothing",{"2":{"135":1}}],["extent=",{"2":{"135":3}}],["extent=false",{"2":{"135":1,"157":1}}],["extent=gi",{"2":{"126":3}}],["extent`",{"2":{"132":1,"142":1}}],["extents",{"2":{"4":3,"6":3,"36":5,"52":1,"60":3,"96":5,"102":1,"126":3,"135":2,"142":2,"166":2}}],["extent",{"0":{"142":1},"2":{"0":2,"1":4,"4":3,"6":11,"29":1,"36":2,"45":1,"51":1,"52":1,"60":10,"96":4,"102":2,"126":12,"132":3,"134":4,"135":28,"142":2,"157":1,"164":1,"166":7}}],["exactly",{"2":{"161":1}}],["exactpredicates",{"2":{"7":1,"13":2,"14":2,"36":1}}],["exact",{"2":{"3":5,"6":5,"7":2,"12":1,"13":1,"50":36,"52":6,"55":7,"56":5,"58":1,"59":5,"60":7,"61":5,"62":7,"71":2,"74":3,"76":1,"77":3,"78":3,"79":1,"84":2,"85":1,"88":2,"90":1,"91":3,"92":2,"93":1,"96":24,"99":2,"102":3,"105":3,"107":1,"108":3,"109":3,"110":1,"115":2,"117":1,"118":3,"119":1,"120":1,"126":1,"145":1}}],["exampleusing",{"2":{"45":1}}],["examples",{"0":{"150":1,"156":1},"2":{"3":8,"4":1,"6":11,"68":1,"71":1,"74":1,"84":1,"85":1,"88":1,"102":1,"105":1,"115":1,"125":2,"166":1}}],["example",{"0":{"45":1,"137":1,"145":1,"174":1,"175":1},"2":{"1":3,"3":2,"6":13,"11":1,"21":2,"25":1,"28":2,"38":1,"41":1,"45":1,"48":1,"49":1,"51":1,"54":1,"55":1,"56":1,"59":1,"60":1,"61":1,"64":1,"67":1,"68":1,"70":1,"73":1,"83":1,"85":1,"87":1,"96":1,"98":1,"99":1,"101":1,"104":1,"114":1,"125":1,"126":8,"128":1,"135":2,"137":1,"139":1,"143":1,"144":1,"145":1,"153":1,"156":1,"157":2,"165":1,"174":1,"176":1}}],["either",{"2":{"1":2,"3":1,"6":4,"27":1,"32":1,"50":9,"56":1,"59":1,"60":2,"61":1,"62":1,"64":1,"74":1,"96":5,"98":1,"105":1,"114":1,"115":1,"126":1,"135":3,"140":1,"173":1}}],["lj",{"2":{"126":2}}],["lrs",{"2":{"157":2}}],["lr",{"2":{"126":3}}],["lp",{"2":{"96":2}}],["lstart",{"2":{"96":2}}],["ls",{"2":{"96":12}}],["ll",{"2":{"22":1,"45":1,"150":2,"157":1,"169":1,"171":1}}],["l",{"2":{"14":4,"46":6,"85":2,"96":32}}],["lgeos",{"2":{"157":1}}],["lg",{"2":{"13":1,"14":1,"15":2,"151":9,"157":17}}],["l305",{"2":{"6":1}}],["loudly",{"2":{"135":1}}],["log10",{"2":{"151":2,"157":4}}],["log",{"2":{"130":3,"131":1,"150":2}}],["location",{"2":{"50":1,"96":6}}],["local",{"2":{"39":3,"42":1,"50":4,"57":1,"62":1,"126":1}}],["loose",{"2":{"136":1}}],["lookup",{"2":{"126":1,"135":1}}],["looks",{"2":{"48":1}}],["look",{"2":{"41":2,"126":2,"137":1,"150":1}}],["looping",{"2":{"126":1}}],["loop",{"2":{"39":1,"46":2,"49":3,"50":8,"52":1,"60":1,"62":1,"96":5,"126":3,"159":1}}],["lower",{"2":{"6":1,"7":1,"126":1,"174":1}}],["lon",{"2":{"6":2,"150":1,"151":2}}],["longitude",{"2":{"17":1,"169":2}}],["long",{"2":{"6":1,"17":1,"60":1,"151":1,"175":1}}],["longer",{"2":{"6":3,"149":1,"151":2,"152":1}}],["lots",{"2":{"169":1}}],["lot",{"2":{"6":1,"28":1,"39":1,"42":1,"49":1,"52":1,"65":1,"68":1,"102":1,"128":1,"150":1,"165":2}}],["load",{"2":{"135":2,"157":1,"167":2}}],["loading",{"2":{"43":1,"148":1,"151":1}}],["loads",{"2":{"5":1,"6":1,"46":1}}],["loaded",{"2":{"1":1,"43":3,"147":1,"148":2,"151":2}}],["laptop",{"2":{"175":1}}],["land",{"2":{"169":8}}],["language",{"2":{"21":1}}],["layers",{"2":{"133":1}}],["label",{"2":{"14":4,"15":2,"64":1,"126":3,"150":2,"156":2,"157":2}}],["labels",{"2":{"13":2,"126":1}}],["lazily",{"2":{"6":1,"130":1,"135":1}}],["later",{"2":{"42":1,"126":1}}],["latitude",{"2":{"17":1,"169":2}}],["lat",{"2":{"6":3,"17":1,"150":1,"151":3}}],["larger",{"2":{"50":1,"61":1,"161":1}}],["large",{"2":{"6":8,"46":1,"157":2,"172":1,"175":1}}],["lastindex",{"2":{"161":1}}],["last",{"2":{"4":3,"6":3,"9":1,"39":11,"42":2,"45":2,"50":9,"52":4,"65":7,"68":5,"96":20,"117":1,"126":8,"137":1,"146":2,"159":1}}],["lt",{"2":{"6":6,"21":1,"60":4,"150":1}}],["len",{"2":{"159":7}}],["length",{"2":{"0":1,"5":1,"6":5,"9":1,"23":1,"46":32,"47":1,"48":1,"49":22,"50":11,"52":1,"55":2,"56":2,"59":1,"60":1,"61":1,"62":1,"96":1,"126":10,"135":3,"146":2,"150":1,"158":1,"159":1,"160":1,"161":7}}],["legend",{"2":{"157":4}}],["le",{"2":{"96":10}}],["leaving",{"2":{"137":1}}],["leaf",{"2":{"135":4}}],["leading",{"2":{"168":1}}],["lead",{"2":{"60":1,"137":1}}],["least",{"2":{"3":4,"6":4,"50":1,"60":1,"62":2,"96":14,"102":6,"105":1,"111":1,"115":1,"118":3,"119":2,"120":2,"121":1,"122":1,"125":1}}],["leftover",{"2":{"50":1}}],["left=1",{"2":{"50":1}}],["left",{"2":{"46":1,"50":5,"125":1,"126":2,"159":17,"161":5,"173":1}}],["lets",{"2":{"42":1}}],["let",{"2":{"41":1,"48":1,"96":1,"126":3,"150":1,"168":6,"169":4,"170":3,"171":2,"172":2,"176":1}}],["levels",{"2":{"6":1,"126":1,"133":1,"163":1}}],["level",{"2":{"6":1,"7":1,"9":1,"23":2,"25":1,"34":1,"133":1,"135":2,"136":1,"138":1,"140":4,"141":1,"144":1,"146":2,"170":2}}],["less",{"2":{"3":1,"6":7,"39":1,"42":1,"46":1,"49":1,"52":1,"65":1,"68":1,"85":1,"102":1,"126":1,"157":1,"158":1}}],["l289",{"2":{"6":1}}],["l2",{"2":{"3":4,"4":4,"6":8,"67":4,"68":12,"70":8,"84":2,"87":5,"101":4,"104":8,"114":3,"115":2}}],["l195",{"2":{"6":1}}],["l177",{"2":{"6":1}}],["l1",{"2":{"3":6,"4":4,"6":10,"67":4,"68":12,"70":8,"73":4,"74":2,"83":4,"84":2,"87":5,"101":4,"104":8,"114":3,"115":2}}],["li",{"2":{"126":2}}],["lie",{"2":{"60":1}}],["lies",{"2":{"50":3,"174":1}}],["limitations",{"2":{"60":1}}],["limits",{"2":{"45":1}}],["limited",{"2":{"6":1,"149":1,"152":1}}],["literate",{"2":{"36":1,"39":1,"42":1,"43":1,"46":1,"49":1,"50":1,"52":1,"55":1,"57":1,"58":1,"60":1,"62":1,"65":1,"68":1,"71":1,"81":1,"84":1,"85":1,"95":1,"96":1,"99":1,"102":1,"112":1,"122":1,"125":1,"126":1,"127":1,"135":1,"138":1,"141":1,"142":1,"143":1,"146":1,"148":1,"152":1,"153":1,"154":1,"161":1,"165":1,"166":1}}],["libraries",{"0":{"31":1},"2":{"31":1,"42":1,"144":1,"172":1}}],["library",{"2":{"18":1,"55":1,"172":1}}],["libgeos",{"2":{"6":2,"13":1,"14":1,"15":1,"28":1,"42":1,"43":5,"127":1,"151":7,"157":4,"165":2}}],["lift",{"2":{"14":2}}],["lin",{"2":{"151":5}}],["linrange",{"2":{"13":2,"14":5,"45":2,"64":1,"126":2,"151":1,"157":2}}],["linering",{"2":{"169":1}}],["linewidth",{"2":{"41":1,"168":1}}],["linesegment",{"2":{"125":2,"152":1}}],["lines",{"0":{"77":1,"91":1,"108":1,"118":1},"2":{"3":1,"4":4,"6":5,"50":3,"54":1,"60":9,"64":1,"67":4,"68":4,"70":3,"73":1,"74":1,"83":2,"85":1,"87":3,"96":2,"98":3,"101":4,"102":2,"104":3,"105":1,"114":4,"126":3,"155":1,"168":4}}],["linestrings",{"2":{"4":2,"6":2,"9":1,"68":2,"124":1,"136":1,"168":1}}],["linestringtrait",{"2":{"3":2,"4":4,"6":9,"11":3,"39":1,"49":4,"59":2,"65":2,"68":8,"76":1,"77":4,"78":1,"85":6,"90":1,"91":5,"102":4,"107":1,"108":4,"109":1,"117":1,"118":4,"119":1,"133":1,"140":2,"141":1,"152":2,"163":2}}],["linestring",{"2":{"3":5,"4":6,"6":15,"23":1,"25":1,"39":2,"49":2,"65":4,"67":2,"68":2,"70":2,"71":1,"76":1,"77":3,"84":2,"87":2,"88":1,"90":1,"91":4,"96":2,"101":2,"104":2,"105":1,"107":1,"108":4,"109":1,"117":1,"118":3,"119":1,"125":7,"135":4,"166":3,"168":5}}],["linetrait",{"2":{"3":2,"4":4,"6":6,"39":1,"50":2,"55":2,"59":2,"65":2,"68":8,"76":1,"77":4,"78":1,"90":1,"91":5,"102":4,"107":1,"108":4,"109":1,"117":1,"118":4,"119":1}}],["line2",{"2":{"3":3,"6":7,"59":2,"60":2,"85":5,"98":3,"99":2,"102":3,"125":5}}],["line1",{"2":{"3":4,"6":8,"59":2,"60":2,"85":5,"98":3,"99":2,"102":5,"125":5}}],["linea",{"2":{"1":1,"6":1,"153":1}}],["linearmap",{"2":{"157":1}}],["linearalgebra",{"2":{"36":1}}],["linear",{"2":{"4":7,"6":10,"9":1,"42":2,"46":1,"48":1,"49":3,"52":1,"60":1,"65":5,"68":8,"78":1,"96":2,"108":1,"118":1,"119":2,"124":1,"135":2,"138":3,"150":5,"151":3,"152":4}}],["linearr",{"2":{"1":1,"6":1,"153":1}}],["linearrings",{"2":{"9":1,"92":1,"126":6,"136":1,"168":1}}],["linearringtrait",{"2":{"4":4,"6":6,"11":3,"39":3,"42":2,"49":4,"50":4,"59":2,"65":2,"68":8,"76":1,"77":1,"78":4,"90":1,"91":2,"92":3,"107":1,"108":1,"109":4,"117":1,"118":1,"119":4,"140":1,"152":2,"157":1,"163":2}}],["linearring",{"2":{"1":10,"3":2,"4":1,"6":15,"39":2,"49":2,"50":1,"65":1,"76":1,"78":3,"90":1,"91":1,"92":2,"96":2,"102":4,"107":1,"109":4,"117":1,"118":1,"119":3,"125":1,"126":3,"135":5,"136":1,"137":6,"138":1,"145":13,"153":8,"157":1,"168":24,"169":6,"170":8,"174":2}}],["linearsegments",{"2":{"0":1,"6":4,"149":1,"150":1,"151":3,"152":5}}],["line",{"0":{"96":1},"2":{"0":1,"3":13,"4":9,"6":52,"28":1,"38":2,"39":7,"48":3,"49":10,"50":12,"52":8,"54":6,"55":18,"59":8,"60":67,"62":6,"65":11,"68":5,"71":2,"73":2,"74":1,"76":2,"77":11,"78":8,"83":1,"85":11,"88":2,"90":1,"91":9,"92":4,"96":141,"98":2,"99":2,"101":3,"102":12,"105":2,"107":2,"108":10,"109":7,"114":2,"115":2,"117":1,"118":10,"119":3,"125":6,"126":2,"152":1,"157":1,"158":1,"159":4,"160":1,"166":3,"168":3}}],["lineorientation",{"2":{"0":1,"6":2,"59":2}}],["lists",{"2":{"25":1,"50":3,"102":1}}],["listed",{"2":{"6":1,"39":1,"157":1}}],["list",{"2":{"6":16,"9":1,"39":20,"50":233,"55":20,"56":14,"57":8,"59":13,"60":5,"61":13,"62":1,"175":2}}],["likely",{"2":{"133":1}}],["like",{"0":{"58":1},"2":{"1":2,"6":9,"18":1,"22":1,"23":2,"24":1,"25":1,"28":1,"29":1,"34":1,"42":1,"45":1,"46":1,"48":1,"52":1,"56":1,"59":1,"61":1,"64":1,"65":1,"68":1,"128":2,"135":2,"140":2,"141":1,"149":1,"150":1,"163":2,"169":2}}],["image",{"2":{"126":1}}],["impossible",{"2":{"55":1,"101":1}}],["important",{"2":{"150":1}}],["import",{"2":{"1":3,"6":5,"13":2,"14":2,"15":1,"36":5,"38":1,"41":1,"43":1,"48":1,"51":1,"55":1,"56":1,"59":1,"60":1,"61":1,"64":1,"67":1,"68":1,"70":1,"71":1,"73":1,"74":1,"83":1,"84":1,"85":1,"87":1,"88":1,"98":1,"99":1,"101":1,"102":1,"104":1,"105":1,"114":1,"115":1,"125":3,"135":2,"148":1,"151":2,"153":2,"156":2,"157":3,"166":1,"167":5}}],["implements",{"2":{"165":1}}],["implementing",{"2":{"6":1,"157":1}}],["implement",{"2":{"6":1,"22":1,"28":1,"39":1,"42":1,"46":1,"49":1,"52":1,"65":1,"68":1,"74":1,"88":1,"102":1,"105":1,"115":1,"128":1,"139":1,"140":3,"141":1}}],["implementation",{"0":{"39":1,"42":1,"49":1,"52":1,"55":1,"65":1,"68":1,"71":1,"74":1,"84":1,"88":1,"99":1,"102":1,"105":1,"115":1,"132":1,"138":1,"146":1,"152":1},"2":{"6":1,"39":3,"42":3,"46":1,"49":3,"52":3,"61":1,"65":3,"68":3,"71":1,"74":2,"84":1,"88":2,"99":1,"102":3,"105":2,"115":2,"126":2,"127":1,"147":1,"157":1,"165":1}}],["implementations",{"2":{"6":1,"30":1,"74":1,"88":1,"105":1,"115":1,"127":1,"155":1,"165":3}}],["implemented",{"0":{"127":1},"2":{"1":1,"6":2,"36":1,"42":1,"46":3,"55":2,"57":2,"60":2,"62":2,"65":2,"127":1,"128":2,"140":2,"147":1,"155":1}}],["improvements",{"2":{"9":2,"10":1}}],["improve",{"2":{"4":1,"6":1,"142":1}}],["i=2",{"2":{"125":1}}],["ipoints",{"2":{"96":4}}],["ip",{"2":{"68":2}}],["ipt",{"2":{"50":8}}],["ihole",{"2":{"68":2}}],["ih",{"2":{"62":20}}],["i2",{"2":{"52":2}}],["i1",{"2":{"52":2}}],["ii",{"2":{"50":8}}],["i+1",{"2":{"46":8,"126":1,"159":2,"161":1}}],["io",{"2":{"43":5,"148":5,"151":5}}],["i",{"2":{"9":1,"13":4,"27":1,"39":14,"42":1,"46":16,"50":28,"52":4,"57":2,"61":2,"62":4,"65":2,"68":8,"85":7,"96":28,"125":14,"126":17,"135":14,"152":2,"158":3,"159":12,"161":28,"166":2,"168":2,"169":1,"175":3}}],["id",{"2":{"171":1}}],["idx`",{"2":{"50":1}}],["idx",{"2":{"39":6,"50":167,"52":9,"55":23,"56":5,"59":5,"61":2,"146":34,"159":51}}],["identical",{"2":{"135":1,"145":1}}],["identity",{"2":{"126":4,"135":2,"142":1}}],["identifier",{"2":{"20":1}}],["ideal",{"2":{"126":1}}],["ideally",{"2":{"18":1}}],["idea",{"2":{"6":1,"25":1,"32":1,"46":1,"128":1}}],["id=",{"2":{"6":2}}],["ignored",{"2":{"6":1,"126":1}}],["ignore",{"2":{"6":1,"126":2}}],["i>",{"2":{"6":2}}],["i>method",{"2":{"6":2}}],["innerjoin",{"2":{"174":1,"175":1}}],["inner",{"2":{"96":6,"135":3,"173":1}}],["innacurracies",{"2":{"60":1}}],["inline",{"2":{"96":4,"125":1,"135":21,"164":2}}],["inlcuding",{"2":{"60":1,"77":1,"78":1}}],["in=1",{"2":{"96":1}}],["in`",{"2":{"96":1}}],["inject",{"0":{"58":1},"2":{"148":1}}],["ind",{"2":{"175":2}}],["individual",{"2":{"170":1}}],["indicies",{"2":{"50":2}}],["indices",{"2":{"50":2,"135":4,"161":16}}],["indicates",{"2":{"25":1}}],["indicate",{"2":{"20":1,"135":1}}],["indeed",{"2":{"137":1}}],["index",{"2":{"46":8,"50":11,"96":1,"135":1,"159":1}}],["inds",{"2":{"126":3}}],["inplace",{"2":{"46":1}}],["inputs",{"2":{"6":1,"50":1,"68":1,"71":1,"84":1,"99":1,"161":1}}],["input",{"2":{"6":12,"39":1,"55":1,"56":1,"59":1,"60":1,"61":1,"126":1,"128":1,"151":3,"152":2,"158":1,"159":1,"160":1,"169":1}}],["inbounds",{"2":{"46":16,"65":5,"96":1}}],["inspiration",{"2":{"55":1}}],["inspired",{"2":{"54":1,"55":2}}],["inside",{"2":{"39":3,"48":1,"50":3,"52":1,"56":1,"57":1,"59":1,"60":1,"61":1,"62":2,"64":3,"65":1,"76":1,"96":1,"104":1,"107":1,"126":2}}],["insertion",{"2":{"50":1}}],["insert",{"2":{"39":1,"159":1}}],["instability",{"2":{"29":2}}],["instantiating",{"2":{"25":1}}],["instead",{"2":{"21":1,"23":1,"29":1,"30":1}}],["instructs",{"2":{"6":1,"165":2}}],["investigate",{"2":{"126":1}}],["invalid",{"2":{"25":1,"57":2,"137":1,"144":1,"145":1}}],["invoke",{"2":{"25":1}}],["involved",{"2":{"128":1}}],["involve",{"2":{"25":1}}],["involving",{"2":{"6":3,"56":1,"59":1,"61":1}}],["invocation",{"2":{"23":1}}],["init=nothing",{"2":{"135":1}}],["init=typemax",{"2":{"65":2}}],["init=zero",{"2":{"42":1,"52":1}}],["initial",{"2":{"60":2,"151":1}}],["initially",{"2":{"50":1}}],["initialize",{"2":{"46":3,"49":2,"50":1,"60":1}}],["init",{"2":{"24":1,"36":1,"39":1,"49":2,"135":30,"151":4}}],["incorrect",{"2":{"136":1,"137":1}}],["increase",{"2":{"50":1,"96":1}}],["increasing",{"2":{"6":1,"157":1}}],["increment",{"2":{"46":5}}],["including",{"2":{"39":1,"50":2,"65":1,"76":1,"79":1,"96":2}}],["include",{"2":{"36":40,"39":1,"50":1,"65":2,"157":2,"164":1,"170":2,"171":1}}],["included",{"2":{"6":2,"62":2,"141":2,"146":2,"170":1}}],["includes",{"2":{"4":2,"6":2,"62":1,"65":2,"68":1,"96":1}}],["incircle",{"0":{"16":1}}],["ing",{"2":{"1":1,"6":2,"46":1,"153":1}}],["intr",{"2":{"50":28,"52":9,"55":16,"60":8}}],["intr2",{"2":{"50":2,"60":14}}],["intr1",{"2":{"50":3,"60":21,"96":2}}],["intrs",{"2":{"50":10,"60":5}}],["introduction",{"0":{"32":1},"1":{"33":1,"34":1,"35":1}}],["introducing",{"2":{"29":1}}],["introduces",{"2":{"29":1}}],["int",{"2":{"50":6,"62":7,"85":7,"152":1,"157":1,"159":5,"160":1,"161":1}}],["integrate",{"2":{"42":1}}],["integrating",{"2":{"42":1}}],["integrals",{"2":{"41":1}}],["integral",{"2":{"41":1}}],["intended",{"2":{"6":1,"140":2,"141":1}}],["intermediate",{"2":{"52":1}}],["inter2",{"2":{"52":15}}],["inter1",{"2":{"52":23}}],["interpreted",{"2":{"46":1}}],["interpolation",{"2":{"5":1,"6":1,"45":1,"46":2,"149":1}}],["interpolated",{"2":{"5":3,"6":3,"46":17,"149":1}}],["interpolate",{"2":{"0":2,"5":2,"6":4,"44":1,"45":2,"46":25}}],["interest",{"2":{"46":1,"65":1}}],["internal",{"2":{"45":1}}],["internals",{"2":{"29":1}}],["inter",{"2":{"6":3,"50":21,"55":1,"56":1,"59":5,"60":4}}],["interface",{"0":{"140":1},"2":{"6":2,"25":1,"135":1,"139":1,"140":4,"141":1,"157":1,"169":1}}],["interacted",{"2":{"96":1}}],["interaction",{"0":{"96":1},"2":{"96":2}}],["interactions",{"2":{"50":1,"62":3,"96":15}}],["interactively",{"2":{"21":1}}],["interactive",{"2":{"13":1,"14":1}}],["interacting",{"2":{"6":1,"59":1,"96":2}}],["interacts",{"2":{"3":1,"6":1,"96":3,"114":1,"115":1,"118":3,"119":1,"120":1}}],["interact",{"2":{"3":2,"6":2,"61":1,"62":1,"87":1,"96":5,"99":1,"114":1,"115":1,"117":1,"118":2,"119":2,"120":1}}],["interior",{"2":{"3":6,"6":7,"39":9,"41":1,"46":7,"49":5,"50":1,"62":18,"70":1,"71":1,"73":1,"74":3,"77":5,"78":1,"79":2,"83":2,"84":1,"85":1,"88":2,"90":2,"91":6,"92":3,"96":15,"104":1,"105":3,"110":2,"114":1,"115":3,"118":1,"119":2,"120":2,"125":2,"138":1,"141":1}}],["interiors",{"2":{"3":6,"6":7,"30":1,"46":20,"70":1,"71":1,"73":1,"83":1,"84":1,"87":1,"88":1,"93":1,"96":5,"98":1,"99":1,"104":1,"105":1,"108":3,"109":3,"114":1,"115":1,"117":1,"118":2,"119":1}}],["intersectingpolygons",{"2":{"6":3}}],["intersecting",{"0":{"144":1},"1":{"145":1,"146":1},"2":{"6":4,"36":1,"50":2,"62":2,"141":4,"144":1,"146":4}}],["intersections",{"0":{"60":1},"2":{"50":2,"52":2,"57":1,"59":2,"60":1,"62":1,"96":2}}],["intersection",{"0":{"59":1,"97":1},"1":{"98":1,"99":1},"2":{"0":2,"3":3,"6":19,"9":1,"15":4,"28":1,"36":1,"50":38,"52":6,"55":3,"56":4,"57":4,"59":15,"60":73,"61":2,"62":2,"85":2,"96":6,"98":1,"102":5}}],["intersect",{"2":{"3":8,"6":11,"50":4,"52":3,"56":2,"59":1,"60":1,"61":1,"62":5,"70":1,"71":2,"73":1,"74":1,"84":1,"88":1,"91":1,"93":1,"96":4,"98":2,"102":1,"104":1,"105":2,"108":3,"109":3,"145":1,"146":4}}],["intersects",{"0":{"98":1},"2":{"0":2,"3":3,"6":6,"36":1,"50":1,"60":2,"62":2,"85":2,"97":1,"98":4,"99":4,"102":5,"110":1,"146":2,"173":1}}],["into",{"2":{"5":1,"6":7,"22":1,"39":1,"42":1,"46":1,"49":4,"50":2,"55":1,"56":1,"59":1,"96":1,"126":4,"130":1,"135":6,"146":1,"157":1,"163":1,"166":2,"168":2,"173":1}}],["int64",{"2":{"1":6,"6":6,"137":6,"153":6,"158":1,"159":1,"161":1,"168":14}}],["info",{"2":{"149":1}}],["information",{"0":{"170":1},"2":{"6":1,"34":1,"46":1,"50":2,"51":1,"60":1,"96":1,"167":1,"170":3,"172":2}}],["infinity",{"2":{"96":1,"102":1}}],["inf",{"2":{"1":1,"9":1,"55":2,"158":1,"161":3}}],["in",{"0":{"28":1},"2":{"1":6,"3":3,"4":1,"5":4,"6":49,"7":1,"9":2,"13":6,"14":2,"17":2,"18":3,"20":1,"21":2,"22":2,"23":4,"25":1,"28":3,"29":2,"30":2,"32":1,"34":1,"35":1,"36":2,"39":7,"41":1,"42":3,"43":1,"44":2,"46":22,"48":2,"49":5,"50":72,"52":31,"55":6,"56":9,"57":3,"59":5,"60":29,"61":11,"62":28,"64":6,"65":6,"67":1,"68":17,"70":2,"71":1,"74":10,"77":1,"78":1,"79":1,"80":1,"81":1,"84":1,"85":7,"88":9,"90":1,"91":1,"92":1,"94":1,"95":1,"96":135,"98":2,"99":1,"101":1,"102":11,"104":1,"105":10,"108":3,"109":3,"111":1,"112":1,"114":1,"115":11,"119":1,"121":1,"122":1,"125":4,"126":10,"127":3,"128":1,"130":3,"133":2,"134":1,"135":12,"139":1,"140":1,"141":2,"142":1,"143":2,"144":1,"146":7,"147":3,"148":1,"149":2,"150":2,"151":14,"152":7,"153":2,"154":1,"155":1,"157":5,"158":2,"159":4,"160":1,"161":5,"162":4,"163":1,"164":1,"165":4,"166":8,"167":1,"168":2,"169":6,"172":2,"173":4,"174":3,"175":1,"176":1}}],["itererable",{"2":{"166":1}}],["iter",{"2":{"135":31}}],["iterate",{"2":{"46":2,"133":1,"135":5}}],["iteration",{"2":{"42":1}}],["iterators",{"2":{"13":1,"46":1,"50":5,"52":3,"59":1,"62":2,"126":1,"135":11,"146":6,"152":1}}],["iterator",{"2":{"6":2,"50":4,"59":2,"130":2,"135":2}}],["iterabletype",{"2":{"135":10}}],["iterable",{"2":{"4":1,"6":3,"23":1,"42":1,"52":1,"130":1,"135":37,"168":1}}],["iterables",{"2":{"1":2,"6":2,"27":1,"135":6}}],["ith",{"2":{"50":3,"62":7}}],["itself",{"2":{"52":1,"125":1,"133":1}}],["its",{"2":{"5":1,"6":10,"20":1,"23":1,"41":1,"46":1,"50":2,"52":4,"62":1,"77":1,"130":1,"135":1,"139":1,"157":1,"158":1,"159":1,"160":3,"173":1}}],["it",{"2":{"1":4,"4":1,"6":19,"9":1,"18":1,"20":2,"23":11,"24":2,"25":1,"27":1,"34":3,"35":1,"38":1,"39":1,"41":2,"42":3,"43":1,"45":1,"49":2,"50":2,"51":1,"52":2,"56":1,"57":1,"59":1,"60":4,"61":1,"62":3,"65":3,"68":1,"73":2,"76":3,"90":3,"96":14,"101":1,"102":1,"107":3,"117":2,"124":1,"125":2,"126":4,"128":3,"130":3,"133":3,"134":1,"135":15,"137":1,"138":1,"139":1,"141":1,"144":1,"147":5,"150":2,"151":1,"157":1,"159":1,"162":1,"163":2,"164":1,"165":7,"169":3,"170":3,"172":3,"175":2,"176":2}}],["iff",{"2":{"135":1}}],["if",{"0":{"58":1},"2":{"1":5,"3":17,"4":19,"5":1,"6":73,"18":1,"23":1,"27":2,"38":1,"39":15,"41":1,"42":6,"43":3,"46":5,"49":1,"50":95,"52":36,"55":8,"56":13,"57":12,"59":9,"60":44,"61":10,"62":22,"64":2,"65":8,"67":2,"68":35,"70":1,"71":1,"73":1,"74":2,"76":4,"77":3,"78":3,"79":2,"80":1,"81":1,"83":1,"84":1,"85":9,"87":1,"88":3,"90":5,"91":4,"92":2,"93":2,"94":1,"95":1,"96":132,"98":1,"99":1,"101":4,"102":16,"104":1,"105":2,"107":5,"108":3,"109":3,"110":1,"111":1,"112":1,"114":1,"115":2,"117":4,"118":3,"119":2,"120":2,"121":1,"122":1,"125":5,"126":35,"130":1,"133":1,"135":21,"138":1,"140":1,"141":2,"142":1,"143":1,"144":1,"146":12,"147":3,"148":2,"151":6,"152":2,"153":1,"154":1,"157":1,"159":12,"161":12,"164":1,"165":2,"169":1,"172":1,"174":2,"175":1}}],["isolate",{"2":{"157":1}}],["isodd",{"2":{"55":1}}],["istable",{"2":{"135":2}}],["isequal",{"2":{"126":1}}],["iseven",{"2":{"96":1}}],["isempty",{"2":{"42":1,"46":4,"52":1,"56":1,"57":2,"59":1,"126":1,"140":1,"159":1}}],["isparallel",{"2":{"96":1,"125":8}}],["is3d",{"2":{"68":1,"135":1,"143":1,"153":1,"154":1,"166":10}}],["issue",{"2":{"50":1}}],["issues",{"2":{"32":1}}],["isa",{"2":{"23":1,"46":9,"135":4,"166":1}}],["isnothing",{"2":{"43":1,"50":9,"55":1,"57":2,"60":2,"62":2,"68":1,"126":1,"148":1,"151":1,"157":1,"158":1,"159":5,"160":1,"161":6}}],["isn",{"2":{"6":1,"42":1,"50":4,"52":1,"55":1,"57":1,"60":3,"62":2,"65":3,"68":1,"73":1,"96":9,"102":1,"157":1,"165":1}}],["isconcave",{"0":{"125":1},"2":{"0":1,"6":2,"123":1,"125":3}}],["isclockwise",{"0":{"124":1},"2":{"0":1,"6":2,"52":1,"123":1,"125":5,"126":2}}],["is",{"0":{"38":1,"41":2,"48":1,"51":1,"54":1,"64":2,"67":1,"70":1,"73":1,"83":1,"87":1,"98":1,"101":1,"104":1,"114":1,"133":1},"2":{"0":1,"1":10,"3":8,"4":43,"5":1,"6":105,"9":3,"11":1,"13":1,"14":1,"17":1,"18":2,"20":3,"23":3,"24":1,"25":1,"27":3,"28":2,"32":2,"38":1,"39":19,"41":7,"42":19,"43":3,"44":2,"45":2,"46":15,"48":2,"49":5,"50":82,"51":3,"52":22,"54":1,"55":2,"56":4,"57":13,"59":4,"60":40,"61":7,"62":20,"64":8,"65":23,"68":13,"70":2,"71":3,"73":4,"74":4,"76":7,"77":3,"78":3,"79":1,"80":1,"81":1,"84":3,"85":3,"87":1,"88":5,"90":9,"91":4,"92":2,"93":1,"94":1,"95":1,"96":91,"99":2,"101":3,"102":12,"104":4,"105":5,"107":8,"108":3,"109":3,"110":1,"111":2,"112":1,"115":4,"117":2,"124":2,"125":7,"126":11,"127":1,"128":2,"130":1,"133":3,"134":1,"135":24,"136":7,"137":2,"138":1,"139":3,"140":2,"141":1,"143":1,"144":4,"145":1,"146":2,"147":7,"148":2,"149":3,"150":3,"151":9,"152":6,"153":2,"156":1,"157":4,"158":1,"159":2,"160":1,"162":1,"163":1,"164":1,"165":3,"168":4,"169":5,"170":3,"171":1,"172":3,"173":2,"174":5,"175":2}}],["cpu",{"2":{"175":1}}],["cy",{"2":{"125":2}}],["cyan",{"2":{"43":1,"148":1,"151":1}}],["cx",{"2":{"125":2}}],["cdot",{"2":{"125":1}}],["cs",{"2":{"96":9}}],["cshape",{"2":{"48":3}}],["cw",{"2":{"52":2}}],["cb",{"2":{"45":1,"126":1}}],["cgrad",{"2":{"45":1}}],["cgal",{"2":{"45":1}}],["c",{"2":{"42":1,"48":1,"52":4,"55":5,"58":3,"96":24,"151":1}}],["chunks",{"2":{"135":8}}],["chunk",{"2":{"135":12}}],["choose",{"2":{"126":2}}],["chose",{"2":{"29":1,"126":1}}],["changes",{"2":{"50":1}}],["changed",{"2":{"50":1}}],["change",{"2":{"29":1,"50":1}}],["chain=2",{"2":{"50":1}}],["chain=1",{"2":{"50":1}}],["chain",{"2":{"50":66,"57":3,"60":4,"62":4}}],["chains",{"2":{"25":1,"50":1}}],["chairmarks",{"2":{"13":1,"151":1,"157":1}}],["children",{"2":{"157":1}}],["child",{"2":{"6":2,"130":2,"135":7}}],["checkargs",{"2":{"158":1,"159":1,"160":1,"161":1}}],["checking",{"2":{"68":1,"159":1}}],["checks",{"0":{"85":1,"97":1},"1":{"98":1,"99":1},"2":{"43":1,"50":1,"60":1,"67":1,"70":1,"73":1,"83":1,"87":1,"96":5,"98":1,"101":1,"102":1,"104":1,"114":1,"174":1}}],["check",{"2":{"4":1,"6":1,"7":1,"49":1,"50":8,"52":3,"55":1,"56":1,"58":1,"60":4,"61":1,"68":8,"96":11,"126":5,"130":3,"131":1,"142":1,"145":1,"150":2,"159":1,"161":1}}],["checked",{"2":{"4":1,"6":1,"50":1,"60":1,"96":1,"142":1}}],["clear",{"2":{"51":1}}],["clearly",{"2":{"38":1,"41":1,"64":1}}],["clamped",{"2":{"60":18}}],["clamp",{"2":{"39":1,"60":1}}],["classified",{"2":{"50":1}}],["classify",{"2":{"50":4}}],["class",{"2":{"6":1,"126":1}}],["clipping",{"0":{"50":1,"56":1,"57":1,"60":1,"61":1,"62":1},"2":{"6":1,"9":1,"36":8,"50":9,"55":3,"56":1,"59":1,"61":1,"144":1}}],["closure",{"2":{"135":2}}],["closing",{"2":{"39":1}}],["close",{"2":{"39":5,"50":2,"52":1,"55":1,"60":1,"65":9,"126":1,"137":1,"138":4}}],["closest",{"2":{"4":3,"6":3,"60":2,"64":1,"65":6}}],["closed2",{"2":{"68":2}}],["closed1",{"2":{"68":2}}],["closed",{"0":{"136":1},"1":{"137":1,"138":1},"2":{"4":4,"6":11,"9":1,"36":1,"39":6,"42":3,"49":3,"50":1,"52":1,"60":1,"62":3,"68":21,"76":2,"77":5,"78":5,"90":2,"91":5,"92":3,"96":52,"107":3,"108":5,"109":5,"118":5,"119":1,"125":1,"126":1,"136":1,"137":1,"138":2,"139":1,"141":1,"168":1}}],["closedring",{"2":{"0":1,"6":1,"136":1,"137":1,"138":4,"139":1,"140":1,"141":1}}],["clockwise",{"2":{"4":1,"6":4,"9":1,"30":1,"41":1,"42":1,"52":7,"124":2,"125":3,"126":1}}],["ceil",{"2":{"152":1}}],["ce",{"2":{"96":11}}],["certianly",{"2":{"60":1}}],["certain",{"2":{"22":1,"23":1,"34":1}}],["central",{"2":{"50":1}}],["centroids",{"2":{"48":1,"49":1}}],["centroid",{"0":{"47":1,"48":1},"1":{"48":1,"49":1},"2":{"0":4,"4":2,"6":6,"36":1,"47":3,"48":4,"49":38,"128":1,"157":4}}],["cent",{"2":{"48":2}}],["centered",{"2":{"50":1}}],["center",{"2":{"6":1,"48":1,"126":1}}],["cells",{"2":{"126":1}}],["cell",{"2":{"6":4,"51":3,"52":28,"126":2}}],["c2",{"2":{"6":3,"15":2,"65":3,"68":14,"126":21}}],["c1",{"2":{"6":3,"15":2,"65":4,"68":13,"126":26}}],["ctor",{"2":{"1":1,"6":1,"153":1}}],["ca96624a56bd078437bca8184e78163e5039ad19",{"2":{"157":1}}],["caculated",{"2":{"60":1,"135":1}}],["cache",{"2":{"6":1,"46":1}}],["catagorize",{"2":{"55":1}}],["categorical",{"2":{"45":1}}],["came",{"2":{"55":1}}],["case",{"2":{"39":1,"44":2,"49":1,"50":1,"56":1,"60":2,"62":1,"96":16,"135":1,"176":1}}],["cases",{"2":{"6":1,"18":1,"46":1,"55":2,"96":3,"133":1,"135":5}}],["cause",{"2":{"23":1,"28":1,"159":1}}],["careful",{"2":{"46":1,"133":1}}],["care",{"2":{"22":1}}],["cartesian",{"2":{"18":1,"19":1}}],["carree",{"2":{"17":1}}],["carried",{"2":{"6":1,"165":1}}],["cairomakie",{"2":{"13":1,"38":1,"41":1,"45":2,"48":1,"51":1,"54":1,"64":1,"67":1,"70":1,"73":1,"83":1,"87":1,"98":1,"101":1,"104":1,"114":1,"150":1,"151":1,"157":1,"167":1,"174":1,"175":1}}],["california",{"2":{"175":1}}],["callable",{"2":{"126":4,"140":1}}],["calling",{"2":{"50":2,"135":1}}],["calls",{"2":{"50":1,"60":1,"62":1,"65":1,"74":1,"88":1,"105":1,"115":1,"133":1,"135":1,"152":1}}],["call",{"2":{"23":1,"29":1,"42":1,"49":1,"135":4,"155":1}}],["called",{"2":{"6":2,"49":3,"50":1,"135":1,"138":1,"140":1,"141":1,"165":1,"169":1}}],["calcualted",{"2":{"135":1}}],["calculation",{"2":{"60":1}}],["calculations",{"2":{"6":1,"32":2,"60":1,"151":1}}],["calculating",{"2":{"4":1,"6":1,"23":1,"50":1,"142":1}}],["calculated",{"2":{"6":1,"48":2,"52":1,"60":1,"65":1,"135":2}}],["calculates",{"2":{"4":2,"6":6,"42":1,"46":2,"52":1,"60":2,"61":1,"65":2,"151":1,"160":1}}],["calculate",{"2":{"1":2,"5":1,"6":6,"11":1,"39":3,"46":3,"49":1,"52":1,"60":1,"96":1,"126":1,"132":1,"135":3}}],["calc",{"2":{"1":2,"6":4,"29":1,"39":4,"132":1,"134":1,"135":15,"142":1,"157":2,"164":1}}],["cant",{"2":{"68":1,"126":1,"166":1}}],["cannot",{"2":{"3":3,"4":2,"6":5,"42":1,"68":1,"76":1,"79":1,"102":2,"110":1,"115":1,"117":2,"119":1}}],["can",{"2":{"1":1,"4":2,"6":16,"7":2,"9":1,"13":1,"14":1,"17":1,"20":1,"29":1,"30":2,"36":1,"39":1,"42":1,"43":1,"44":2,"45":1,"46":3,"49":1,"50":3,"52":1,"56":3,"59":3,"60":1,"61":3,"62":1,"67":1,"68":3,"70":1,"73":1,"85":1,"87":1,"96":23,"98":2,"101":2,"102":3,"104":1,"107":1,"108":1,"109":1,"114":1,"118":1,"119":1,"126":1,"127":1,"128":1,"130":1,"134":1,"135":7,"137":2,"138":1,"141":1,"142":1,"144":2,"145":1,"148":1,"150":1,"151":2,"157":2,"165":1,"168":6,"169":1,"170":3,"172":3,"173":3,"174":3}}],["critetia",{"2":{"159":1}}],["criteria",{"2":{"74":2,"88":2,"105":2,"115":2,"159":2}}],["creation",{"2":{"168":1,"170":1}}],["creating",{"0":{"167":1,"168":1,"171":1},"1":{"168":1,"169":1,"170":1,"171":1,"172":1},"2":{"96":1}}],["creates",{"2":{"7":1,"50":3}}],["create",{"0":{"170":1},"2":{"6":2,"13":2,"14":1,"50":1,"55":1,"60":2,"126":2,"135":1,"141":2,"144":3,"146":2,"167":2,"168":4,"169":5,"170":3,"171":1,"172":1,"174":1}}],["created",{"2":{"4":2,"6":2,"50":1,"65":3}}],["cropping",{"2":{"45":2}}],["cross=1",{"2":{"59":1}}],["cross`",{"2":{"59":1}}],["crossings",{"2":{"50":3,"96":1}}],["crossing",{"0":{"85":1},"2":{"6":2,"50":81,"56":1,"57":7,"59":3,"60":7,"61":1,"62":6,"74":1,"85":1,"96":1,"105":1}}],["cross",{"0":{"122":1},"2":{"6":1,"9":1,"39":3,"50":13,"55":14,"56":2,"57":1,"58":4,"59":2,"60":10,"61":2,"62":1,"74":1,"85":2,"88":1,"96":17,"102":2,"105":1,"115":1,"125":3}}],["crosses",{"2":{"0":2,"3":2,"6":3,"36":1,"50":1,"55":1,"85":26,"96":2,"173":1}}],["crc",{"2":{"6":1,"46":1}}],["crs2",{"2":{"169":2}}],["crs1",{"2":{"169":2,"170":1}}],["crs`",{"2":{"147":6}}],["crs=nothing",{"2":{"135":1,"142":1,"157":1}}],["crs=gi",{"2":{"135":7}}],["crs",{"0":{"18":1,"19":1,"20":1,"21":1,"169":1},"2":{"1":16,"4":2,"6":10,"17":1,"18":2,"19":1,"20":3,"21":3,"126":10,"132":2,"134":3,"135":27,"142":1,"147":7,"157":1,"167":1,"169":13,"170":7,"172":1}}],["customize",{"2":{"135":2}}],["custom",{"0":{"176":1},"2":{"6":1,"46":1,"176":2}}],["curr^2",{"2":{"39":2}}],["curr",{"2":{"39":8,"50":114,"55":9,"62":3,"146":26}}],["currentnode",{"2":{"126":8}}],["current",{"2":{"39":1,"46":8,"50":3,"55":2,"57":1,"60":1,"62":6,"126":2,"146":3}}],["currently",{"2":{"5":1,"6":3,"18":1,"28":1,"46":1,"50":1,"55":1,"57":2,"126":1,"135":1}}],["curve",{"0":{"96":1},"2":{"3":1,"4":7,"6":18,"39":6,"42":7,"50":5,"52":3,"59":7,"64":1,"65":22,"68":6,"74":2,"76":4,"77":9,"78":9,"88":1,"90":4,"91":6,"92":3,"96":152,"102":1,"105":1,"107":4,"108":6,"109":6,"115":1,"118":6,"120":3}}],["curves",{"2":{"0":1,"3":1,"6":5,"42":3,"52":3,"60":1,"64":1,"65":1,"68":13,"79":1,"96":1,"102":1,"110":1,"157":2}}],["cutpolygon",{"2":{"54":1}}],["cuts",{"2":{"54":1}}],["cutting",{"0":{"53":1},"1":{"54":1,"55":1},"2":{"50":1,"55":2}}],["cut",{"0":{"54":1},"2":{"0":1,"6":6,"36":1,"46":1,"53":1,"54":5,"55":22,"96":1}}],["cos",{"2":{"168":3,"169":1,"170":2}}],["copy",{"2":{"140":1,"161":1}}],["coors1",{"2":{"125":2}}],["coors2",{"2":{"125":3}}],["coord",{"2":{"152":6}}],["coords",{"2":{"55":9,"152":8}}],["coordsys",{"2":{"21":1}}],["coordiantes",{"2":{"51":1}}],["coordinatetransformations",{"2":{"1":2,"6":2,"153":2,"157":1,"167":1,"168":5,"170":2}}],["coordinate",{"0":{"17":1,"46":1,"143":1,"169":1,"170":1},"1":{"18":1,"19":1,"20":1,"21":1},"2":{"1":4,"5":5,"6":7,"17":2,"21":1,"32":1,"45":2,"46":10,"135":1,"147":4,"152":1,"167":3,"169":1}}],["coordinates",{"0":{"5":1,"44":1},"1":{"45":1,"46":1},"2":{"0":4,"1":1,"4":2,"5":7,"6":20,"17":1,"18":2,"42":2,"44":8,"46":25,"50":2,"55":2,"56":1,"59":1,"61":1,"65":1,"68":2,"128":1,"143":2,"147":1,"150":1,"151":3,"169":2}}],["co",{"2":{"96":2}}],["corner",{"2":{"52":4,"126":1}}],["corners",{"2":{"52":1}}],["correspondent",{"2":{"125":1}}],["correspond",{"2":{"50":1}}],["corresponding",{"2":{"20":1,"39":3,"57":2}}],["correctly",{"2":{"150":1}}],["corrected",{"2":{"140":1}}],["correctness",{"2":{"136":1,"165":1}}],["correcting",{"2":{"25":1,"140":1}}],["corrections",{"0":{"139":1,"141":1},"1":{"140":1,"141":1},"2":{"137":1,"140":6,"145":1}}],["correction",{"2":{"6":10,"36":4,"56":1,"57":2,"59":1,"60":2,"61":1,"62":2,"136":1,"138":2,"139":2,"140":8,"141":7,"144":1,"146":2}}],["correct",{"2":{"6":3,"29":1,"39":1,"42":1,"49":1,"50":1,"52":1,"56":1,"59":1,"61":1,"65":1,"68":1,"74":1,"88":1,"102":1,"105":1,"115":1,"136":1,"137":2,"139":1}}],["cov",{"2":{"52":16}}],["cover",{"2":{"76":1,"80":1}}],["covering",{"2":{"6":2,"83":1,"141":2,"146":2}}],["covered",{"0":{"78":1,"79":1,"109":1},"2":{"3":1,"6":1,"57":1,"62":1,"73":1,"74":1,"78":2,"79":2,"80":1,"81":2,"83":1,"95":2,"96":3,"146":1}}],["coveredby",{"0":{"72":1,"73":1,"76":1,"77":1,"80":1,"81":1,"95":1},"1":{"73":1,"74":1},"2":{"0":2,"3":4,"6":4,"36":1,"50":1,"72":1,"73":3,"74":10,"75":6,"76":13,"77":15,"78":13,"79":5,"80":2,"81":2,"84":3,"173":1}}],["covers",{"0":{"82":1,"83":1},"1":{"83":1,"84":1},"2":{"0":2,"3":5,"6":5,"36":1,"82":1,"83":4,"84":5,"126":1,"173":1}}],["coverages",{"2":{"6":1,"52":1}}],["coverage",{"0":{"51":1},"2":{"0":1,"6":2,"36":1,"51":3,"52":16}}],["codes",{"2":{"21":3}}],["code",{"2":{"7":1,"10":1,"46":1,"74":1,"88":1,"96":1,"105":1,"115":1,"125":1,"162":1,"164":1,"175":1}}],["coarse",{"2":{"6":1,"149":1,"152":1}}],["combos",{"2":{"57":1,"60":1,"62":1}}],["combines",{"2":{"49":1}}],["combine",{"2":{"49":2,"50":5,"146":1}}],["combined",{"2":{"6":1,"50":4,"62":1,"141":1,"146":2,"168":1}}],["combination",{"2":{"6":1,"50":1,"130":1,"135":1}}],["coming",{"2":{"52":1}}],["commonly",{"2":{"172":1}}],["common",{"2":{"152":1,"167":1,"169":1,"170":1}}],["commen",{"2":{"67":1}}],["commented",{"2":{"125":1}}],["comments",{"2":{"96":1}}],["comment",{"2":{"35":1}}],["community",{"2":{"20":1}}],["com",{"2":{"6":2,"60":1,"157":1}}],["compilation",{"2":{"164":1}}],["compiled",{"2":{"29":1}}],["compiler",{"2":{"29":1,"135":2,"164":2}}],["complex",{"2":{"128":1,"157":1,"173":1}}],["complexity",{"2":{"6":1,"128":1,"152":1}}],["completly",{"2":{"50":2,"57":1,"62":1,"70":2,"83":1,"96":1}}],["complete",{"2":{"42":1}}],["completely",{"2":{"1":1,"3":4,"6":5,"20":1,"71":1,"74":1,"84":1,"105":1,"135":1}}],["component",{"2":{"6":1,"42":3,"49":11,"52":8,"60":1,"130":1,"135":3}}],["components",{"2":{"6":2,"48":1,"49":2,"130":2,"135":24}}],["composed",{"2":{"4":4,"6":5,"68":5,"168":2}}],["comprised",{"2":{"6":3,"56":1,"59":1,"61":1}}],["computing",{"2":{"43":1}}],["computations",{"2":{"18":1}}],["computational",{"2":{"6":1,"46":1}}],["computation",{"2":{"6":6,"46":1,"49":1,"56":1,"59":1,"61":1,"158":2,"159":2,"160":2}}],["computer",{"2":{"6":1,"46":1}}],["compute",{"2":{"4":1,"6":1,"42":1,"46":1,"152":1}}],["computed",{"2":{"4":4,"6":5,"39":1,"42":3,"46":3,"52":1}}],["compact",{"2":{"175":3}}],["comparisons",{"2":{"173":1}}],["comparing",{"2":{"62":1,"68":1}}],["compares",{"2":{"126":1}}],["compared",{"2":{"68":1}}],["compare",{"2":{"3":1,"4":1,"6":2,"39":1,"62":1,"68":2,"102":1}}],["compatibility",{"2":{"42":1}}],["compatible",{"2":{"1":3,"6":1,"27":1,"32":1,"39":1,"42":1,"46":2,"49":1,"52":1,"65":1,"68":1,"71":1,"74":1,"84":1,"88":1,"99":1,"102":1,"105":1,"115":1,"133":1,"135":1,"147":2}}],["couple",{"2":{"171":1}}],["course",{"2":{"134":1}}],["country",{"2":{"175":8}}],["countries",{"2":{"11":1,"157":1}}],["counted",{"2":{"60":2}}],["counters",{"2":{"46":8}}],["counter",{"2":{"6":1,"50":7,"96":1,"124":1,"125":1}}],["counterclockwise",{"2":{"4":1,"6":1,"9":1,"30":1,"41":2,"42":1}}],["count",{"2":{"50":16,"126":1,"161":1}}],["couldn",{"2":{"9":1,"164":1}}],["could",{"2":{"4":1,"6":1,"42":3,"60":4,"62":1,"65":1,"96":2,"147":1}}],["colname",{"2":{"135":3}}],["col",{"2":{"135":3}}],["collinear",{"2":{"50":5,"56":2,"59":2,"60":12,"61":2}}],["collect",{"2":{"11":3,"13":1,"38":1,"41":2,"46":1,"48":1,"51":2,"54":2,"64":1,"126":3,"135":3,"150":4,"166":2}}],["collections",{"0":{"80":1,"81":1,"94":1,"95":1,"111":1,"112":1,"121":1,"122":1},"2":{"1":2,"6":10,"27":1,"134":1,"135":7,"157":2,"172":1}}],["collection",{"2":{"1":1,"4":7,"6":13,"23":2,"34":2,"39":2,"42":3,"52":2,"65":2,"80":2,"81":2,"94":2,"95":2,"111":2,"112":2,"121":2,"122":2,"128":1,"135":3,"154":1,"157":1,"166":1}}],["column",{"2":{"27":1,"135":16,"171":2,"173":2}}],["colored",{"2":{"174":1}}],["colors",{"2":{"174":2}}],["color=",{"2":{"169":2}}],["colorrange",{"2":{"45":2,"64":1}}],["colorbar",{"2":{"45":1,"64":1,"126":1}}],["colormap",{"2":{"14":1,"45":3,"64":1}}],["color",{"2":{"6":3,"41":1,"43":1,"45":2,"46":1,"48":1,"54":3,"64":2,"67":4,"70":4,"73":1,"83":1,"87":4,"101":4,"104":4,"148":1,"151":1,"168":1,"169":1,"174":5}}],["colinear",{"2":{"3":1,"6":2,"59":1,"101":1,"102":2}}],["conditions",{"2":{"173":1}}],["conencting",{"2":{"159":1}}],["connected",{"2":{"96":5}}],["connect",{"2":{"52":11}}],["connecting",{"2":{"39":1,"168":2}}],["connections",{"2":{"6":2,"141":2,"146":2}}],["convention",{"2":{"48":1}}],["convenience",{"2":{"46":1,"165":1}}],["convexhull",{"2":{"127":1}}],["convex",{"2":{"39":3,"125":1}}],["conversely",{"2":{"50":1}}],["conversion",{"0":{"154":1},"2":{"27":1}}],["converted",{"2":{"27":1,"46":3}}],["converts",{"2":{"6":1,"166":1}}],["convert",{"0":{"75":1,"89":1,"106":1,"116":1},"2":{"6":3,"21":1,"46":6,"64":1,"126":2,"151":1,"154":1,"157":3,"165":1,"166":1}}],["conflicting",{"2":{"30":1}}],["context",{"2":{"151":4,"169":2}}],["contents",{"2":{"135":1,"136":1}}],["contours",{"2":{"126":1}}],["contour",{"2":{"126":4}}],["continue",{"2":{"42":1,"50":7,"52":1,"57":2,"60":1,"96":1,"140":1,"146":3,"161":1,"175":1}}],["contributions",{"2":{"32":1}}],["controlled",{"2":{"29":1}}],["control",{"2":{"28":1}}],["containing",{"2":{"51":1,"174":1}}],["contain",{"2":{"3":1,"6":1,"62":1,"70":1,"102":1,"168":1}}],["contained",{"2":{"3":1,"6":1,"9":1,"62":4,"71":1,"83":1,"101":1,"102":1,"135":1,"174":1}}],["contains",{"0":{"69":1,"70":1},"1":{"70":1,"71":1},"2":{"0":2,"3":4,"6":4,"36":1,"50":1,"62":1,"69":1,"70":5,"71":4,"133":1,"145":1,"173":1,"174":1}}],["consistent",{"2":{"50":1,"128":1}}],["consistency",{"2":{"27":1}}],["considered",{"2":{"39":1,"46":1}}],["consider",{"2":{"38":1,"41":1,"48":1,"51":1,"52":3,"54":1,"64":2,"67":1,"70":1,"73":1,"83":1,"87":1,"96":3,"98":1,"101":1,"104":1,"114":1}}],["constprop",{"2":{"85":1}}],["constants",{"2":{"50":1}}],["const",{"2":{"36":4,"50":1,"74":4,"88":3,"105":4,"115":4,"132":3,"135":1,"157":4}}],["constrained",{"2":{"6":3,"56":1,"59":1,"61":1}}],["constructing",{"2":{"170":1}}],["construct",{"2":{"163":1}}],["constructors",{"2":{"6":2,"163":2}}],["constructed",{"2":{"1":1,"25":1,"147":1}}],["concepts",{"0":{"33":1},"1":{"34":1,"35":1}}],["concieve",{"2":{"9":1}}],["concavehull",{"2":{"127":1}}],["concave",{"2":{"6":1,"39":2,"48":2,"125":2}}],["vw",{"2":{"157":3}}],["von",{"2":{"126":1}}],["v2",{"2":{"96":9}}],["v1",{"2":{"96":9}}],["v`",{"2":{"46":2}}],["vcat",{"2":{"39":1,"46":1,"135":1}}],["vararg",{"2":{"46":1}}],["vary",{"2":{"39":1}}],["variables",{"2":{"29":1,"46":8,"71":1,"84":1,"99":1}}],["variable",{"2":{"29":1,"57":2}}],["vals",{"2":{"159":9}}],["valign",{"2":{"157":1}}],["validated",{"2":{"57":2,"60":2,"62":2}}],["validate",{"2":{"9":1}}],["valid",{"2":{"1":1,"6":8,"49":1,"56":2,"59":2,"60":3,"61":2,"126":1,"136":3,"137":1,"144":1,"145":1,"153":1,"161":1}}],["val",{"2":{"39":2,"50":2,"60":8,"96":30,"102":4}}],["values=",{"2":{"126":2}}],["values=sort",{"2":{"126":1}}],["values",{"2":{"1":1,"5":3,"6":16,"39":2,"45":3,"46":40,"49":2,"50":5,"52":5,"60":1,"65":2,"96":4,"126":19,"135":2,"159":2,"161":1,"164":1}}],["value",{"2":{"0":1,"4":7,"5":2,"6":15,"14":1,"29":1,"39":1,"41":2,"42":4,"46":45,"50":5,"52":2,"60":7,"64":1,"65":3,"126":6,"159":11,"165":2,"173":1}}],["vs",{"0":{"15":1},"2":{"12":1,"60":2}}],["vᵢ",{"2":{"6":1}}],["v0",{"2":{"6":2}}],["v",{"2":{"5":2,"6":6,"14":4,"46":23,"65":8}}],["visvalingam",{"2":{"155":1}}],["visvalingamwhyatt",{"0":{"160":1},"2":{"0":1,"6":3,"157":4,"160":5}}],["visualized",{"2":{"137":1}}],["visualize",{"2":{"98":1,"169":1}}],["visa",{"2":{"50":1}}],["visited",{"2":{"50":4}}],["view",{"2":{"50":2,"126":1,"146":1,"159":3,"175":1}}],["viewport",{"2":{"14":1}}],["views",{"2":{"1":1,"50":1,"61":1,"147":1}}],["via",{"2":{"6":1,"43":1,"127":1,"148":1,"151":1,"165":2}}],["vect",{"2":{"135":2}}],["vectypes",{"2":{"46":5}}],["vector",{"2":{"1":12,"4":6,"5":1,"6":46,"23":1,"28":1,"34":1,"38":1,"39":10,"46":14,"50":7,"55":6,"56":4,"57":1,"59":2,"60":3,"61":4,"96":1,"102":2,"125":3,"126":4,"128":1,"135":6,"137":8,"138":1,"145":22,"149":1,"150":1,"152":1,"153":10,"157":1,"158":1,"159":4,"160":1,"161":2,"166":15,"168":18,"169":6,"170":9}}],["vectors",{"2":{"1":1,"4":2,"6":5,"27":1,"39":4,"46":3,"50":1,"65":1,"124":1,"126":1,"135":2,"157":1}}],["ve",{"2":{"22":1,"152":1}}],["vein",{"2":{"7":1}}],["version",{"2":{"165":1}}],["versa",{"2":{"50":1}}],["verbose",{"2":{"20":1}}],["vert",{"2":{"161":21}}],["verts",{"2":{"157":2}}],["vertical",{"2":{"45":1,"52":1,"60":1,"126":1}}],["vertices",{"2":{"6":7,"9":1,"30":1,"44":4,"46":5,"50":1,"55":2,"76":1,"78":5,"87":1,"90":3,"93":1,"96":1,"107":1,"137":1,"149":2,"150":1,"151":3,"152":3,"157":1,"160":1}}],["vertex",{"2":{"5":1,"6":2,"39":1,"44":2,"46":2,"50":19,"60":12,"76":2,"91":2,"92":1,"96":1,"107":3}}],["very",{"2":{"0":1,"150":1,"175":2}}],["tnew",{"2":{"135":1}}],["ty",{"2":{"126":3}}],["typically",{"2":{"44":1,"171":1}}],["typing",{"2":{"43":1,"148":1,"151":1}}],["typemax",{"2":{"65":1,"126":9}}],["typeof",{"2":{"24":1,"46":3,"135":2,"163":1,"176":1}}],["type2",{"2":{"6":2,"68":4}}],["type1",{"2":{"6":2,"68":5}}],["types",{"0":{"131":1,"162":1},"1":{"163":1,"164":1,"165":1},"2":{"6":4,"28":1,"29":1,"36":1,"46":3,"52":1,"55":1,"96":3,"157":1,"162":3,"164":1,"173":1}}],["type",{"2":{"4":11,"5":1,"6":61,"11":1,"20":2,"27":2,"28":1,"29":2,"35":2,"39":9,"42":11,"45":1,"46":8,"49":8,"50":21,"52":8,"55":6,"56":7,"57":6,"59":8,"60":19,"61":7,"62":5,"65":28,"68":2,"130":2,"135":42,"139":1,"140":6,"141":6,"143":1,"151":1,"152":1,"154":1,"157":3,"163":3,"164":5,"165":1,"166":3}}],["tx",{"2":{"126":3}}],["tᵢ",{"2":{"46":1}}],["temporary",{"2":{"50":1}}],["term",{"2":{"42":1}}],["terms",{"2":{"6":1,"46":1}}],["technically",{"2":{"28":1,"136":1}}],["technique",{"2":{"11":1}}],["tell",{"2":{"23":1,"96":1,"164":1,"176":1}}],["text",{"2":{"20":2}}],["test",{"2":{"50":1,"157":2,"165":1}}],["testing",{"0":{"15":1}}],["tests",{"2":{"9":2}}],["tutorial",{"2":{"167":1,"173":1}}],["tups",{"2":{"138":4}}],["tuplepoint",{"2":{"36":3,"166":1}}],["tuple",{"0":{"154":1},"2":{"4":1,"6":19,"36":2,"46":2,"49":3,"50":5,"52":3,"55":1,"60":31,"96":17,"125":2,"126":5,"135":2,"137":6,"145":13,"150":1,"157":2,"159":1,"161":2,"166":6,"168":99,"174":2}}],["tuples",{"2":{"0":1,"6":2,"36":1,"43":1,"49":1,"50":1,"55":1,"56":3,"57":1,"59":2,"60":1,"61":4,"62":5,"138":2,"146":2,"154":2,"157":2,"175":2}}],["turf",{"2":{"125":1}}],["turned",{"2":{"126":1,"135":1}}],["turning",{"2":{"126":8}}],["turn",{"2":{"6":1,"126":1}}],["t2",{"2":{"6":5,"46":47,"75":1,"85":2,"106":1,"116":1}}],["t1",{"2":{"6":6,"46":51,"85":2}}],["t=float64",{"2":{"4":1,"6":3,"49":3}}],["two",{"2":{"3":5,"4":10,"6":23,"20":1,"28":2,"39":2,"41":1,"46":1,"49":1,"50":6,"52":3,"56":2,"59":1,"60":14,"61":4,"62":3,"65":5,"67":3,"68":12,"70":2,"71":1,"73":1,"83":1,"84":1,"85":1,"87":1,"96":2,"98":2,"99":2,"101":4,"102":5,"104":2,"114":3,"115":1,"126":3,"140":2,"141":1,"145":2,"146":2,"150":1,"165":1,"168":1,"173":3,"174":3}}],["task",{"2":{"135":6}}],["tasks",{"2":{"135":10}}],["taskrange",{"2":{"135":10}}],["tags",{"2":{"50":4}}],["taget",{"2":{"6":2}}],["taylor",{"2":{"6":1,"46":1}}],["table2",{"2":{"173":1}}],["table1",{"2":{"173":3}}],["tables",{"2":{"27":4,"36":1,"135":11}}],["table",{"0":{"21":1,"171":1},"2":{"6":1,"21":1,"23":1,"31":1,"34":2,"135":12,"157":1,"171":1,"172":1,"173":1}}],["taking",{"2":{"6":3,"49":1,"56":1,"57":1,"59":1,"60":1,"61":1,"62":1,"144":1}}],["takes",{"2":{"50":3,"173":1}}],["taken",{"2":{"25":1,"45":1}}],["take",{"2":{"1":1,"6":2,"34":1,"50":3,"56":1,"57":1,"59":1,"60":1,"62":1,"125":2,"126":2,"128":1,"147":1}}],["target=nothing",{"2":{"56":1,"59":1,"61":1}}],["target=gi",{"2":{"50":1}}],["targets",{"2":{"28":1,"39":2,"42":3,"52":3,"65":3}}],["target",{"0":{"28":1},"2":{"1":14,"6":28,"15":3,"27":2,"28":2,"46":1,"49":2,"50":1,"56":5,"57":11,"59":6,"60":10,"61":4,"62":13,"126":1,"128":1,"130":4,"133":5,"134":1,"135":142,"146":2,"147":3,"157":2,"163":3}}],["tilted",{"2":{"52":1}}],["tie",{"2":{"39":1}}],["timings",{"2":{"13":5}}],["timing",{"2":{"13":2}}],["times",{"2":{"4":1,"6":1,"142":1}}],["time",{"2":{"1":5,"13":3,"29":1,"45":1,"126":1,"147":4,"165":1,"168":1,"169":1,"170":2,"174":1,"175":1}}],["title",{"2":{"13":2,"45":2,"126":1,"151":1,"157":2}}],["tip",{"2":{"1":1,"5":1,"6":1,"46":1,"147":1,"173":1}}],["tree",{"2":{"173":1}}],["treating",{"2":{"157":1}}],["treats",{"2":{"42":1,"65":1}}],["treated",{"2":{"19":1,"96":5,"168":1}}],["trials",{"2":{"151":2,"157":2}}],["triangles",{"2":{"44":1}}],["triangle",{"2":{"6":1,"44":4,"160":4,"174":1}}],["trivially",{"2":{"128":1}}],["try",{"2":{"58":3,"126":1,"133":1,"135":9,"175":1}}],["tr",{"2":{"42":3}}],["trues",{"2":{"146":3}}],["true",{"0":{"29":1},"2":{"1":5,"3":25,"4":3,"6":42,"39":7,"42":1,"43":1,"45":2,"50":30,"52":6,"55":1,"56":1,"57":2,"59":1,"60":1,"61":2,"62":3,"65":4,"68":21,"70":1,"71":1,"73":2,"74":6,"76":1,"77":1,"78":4,"80":1,"81":1,"83":2,"84":1,"85":9,"87":2,"88":2,"90":1,"91":1,"92":3,"94":1,"95":1,"96":78,"98":3,"99":1,"101":2,"102":18,"104":2,"105":7,"107":1,"108":1,"109":4,"111":1,"112":1,"114":2,"115":6,"118":1,"119":1,"121":1,"122":1,"125":4,"126":5,"135":8,"146":1,"148":1,"151":1,"157":1,"164":2,"173":1,"176":1}}],["traditional",{"2":{"126":1}}],["traverse",{"2":{"50":1}}],["traced",{"2":{"50":1}}],["traces",{"2":{"50":1}}],["trace",{"2":{"50":2,"56":1,"59":1,"61":1}}],["track",{"2":{"50":3,"146":2}}],["tracing",{"2":{"6":1,"50":4,"52":1,"57":5,"60":2,"62":2}}],["transverse",{"2":{"169":1}}],["translate",{"2":{"45":2}}],["translation",{"2":{"1":2,"6":2,"153":2,"157":2,"168":3,"170":1}}],["transformations",{"2":{"17":1,"21":1,"36":10}}],["transformation",{"0":{"153":1},"2":{"6":1,"126":1,"139":1,"147":1,"167":1}}],["transform",{"2":{"0":2,"1":6,"6":3,"15":2,"36":1,"128":1,"147":2,"153":4,"157":1,"168":4,"170":1}}],["trait`",{"2":{"135":1}}],["trait2",{"2":{"65":10,"68":2,"90":2,"91":2,"102":2,"117":2,"119":2,"120":2}}],["trait1",{"2":{"65":12,"68":2,"90":2,"91":2,"102":2,"117":2,"119":2,"120":2}}],["traits",{"2":{"6":2,"23":1,"102":1,"133":2,"140":2,"157":2,"163":3}}],["trait",{"2":{"1":5,"3":2,"4":2,"6":17,"23":7,"25":1,"27":1,"36":1,"39":2,"42":5,"46":6,"49":7,"52":2,"55":3,"56":2,"57":2,"59":6,"60":4,"61":2,"62":2,"65":7,"68":11,"74":3,"85":2,"88":3,"96":4,"102":10,"105":3,"115":3,"125":1,"128":1,"130":2,"133":3,"135":49,"140":9,"141":1,"152":1,"157":2,"163":8,"166":7,"168":1}}],["traittarget",{"0":{"163":1},"2":{"0":1,"1":2,"6":8,"39":1,"42":1,"49":1,"52":1,"56":2,"57":4,"59":3,"60":4,"61":2,"62":4,"65":1,"128":2,"131":1,"135":10,"152":1,"157":1,"162":1,"163":20}}],["thus",{"2":{"39":1,"42":1,"50":3,"57":1,"60":1,"62":1}}],["those",{"2":{"39":1,"50":1,"60":1,"76":1,"107":1}}],["though",{"2":{"25":1,"137":1}}],["thought",{"2":{"17":1}}],["thing",{"0":{"35":1}}],["things",{"2":{"9":1}}],["this",{"0":{"35":1},"2":{"0":1,"1":1,"3":1,"4":6,"5":1,"6":27,"7":1,"20":2,"21":1,"23":1,"28":3,"29":2,"30":1,"32":2,"34":1,"36":1,"38":2,"39":6,"41":2,"42":9,"43":2,"45":3,"46":11,"48":1,"49":4,"50":26,"51":1,"52":4,"54":1,"55":5,"57":1,"58":1,"60":5,"61":1,"62":2,"64":4,"65":6,"68":4,"70":1,"71":2,"73":3,"74":3,"81":1,"83":1,"84":2,"85":1,"88":3,"95":1,"96":3,"99":2,"101":1,"102":4,"104":1,"105":3,"112":1,"115":3,"122":1,"124":1,"125":3,"126":8,"127":2,"128":2,"133":2,"135":17,"136":3,"138":3,"139":1,"140":6,"141":7,"142":2,"143":2,"144":4,"146":3,"147":4,"148":3,"149":3,"150":5,"151":5,"152":4,"153":1,"154":1,"155":2,"157":3,"161":9,"162":3,"163":2,"164":3,"165":2,"166":1,"167":1,"168":2,"169":4,"170":3,"171":3,"172":1,"173":3,"174":3,"175":3,"176":1}}],["three",{"2":{"44":1,"60":1}}],["thread",{"2":{"135":6}}],["threading",{"0":{"135":1},"2":{"135":7,"164":1}}],["threads",{"2":{"1":1,"6":1,"135":10}}],["threaded=",{"2":{"135":8}}],["threaded=true",{"2":{"135":1}}],["threaded=false",{"2":{"42":1,"49":4,"52":2,"65":8,"135":2,"142":1,"157":1}}],["threaded==true",{"2":{"1":1,"6":1,"135":1}}],["threaded",{"2":{"1":3,"4":1,"6":7,"29":1,"39":2,"42":1,"49":3,"52":3,"65":5,"132":1,"135":47,"142":1,"152":6,"157":1,"164":2}}],["through",{"2":{"6":4,"39":1,"46":1,"50":3,"52":1,"54":1,"55":2,"74":1,"96":5,"105":1,"126":1,"133":1,"135":1,"141":2,"146":2,"159":1,"165":1,"168":1}}],["thrown",{"2":{"133":1}}],["throws",{"2":{"6":1,"165":1}}],["throw",{"2":{"4":1,"6":1,"62":1,"68":1,"126":1,"135":5}}],["than",{"2":{"1":1,"3":1,"6":11,"11":1,"50":2,"76":1,"85":1,"102":1,"107":1,"125":1,"126":2,"134":1,"135":1,"141":2,"144":1,"145":1,"146":2,"149":1,"151":2,"152":1,"158":1,"165":2}}],["that",{"2":{"1":1,"3":3,"4":8,"6":43,"9":1,"18":2,"22":1,"23":4,"24":3,"25":1,"27":3,"30":3,"32":1,"39":4,"41":2,"42":4,"43":2,"46":4,"48":2,"49":3,"50":17,"51":3,"52":5,"56":4,"57":5,"59":4,"60":14,"61":3,"62":5,"65":2,"67":1,"68":11,"70":4,"71":1,"73":2,"74":1,"84":1,"87":1,"88":1,"96":3,"98":1,"99":1,"101":2,"102":10,"104":3,"105":1,"107":3,"114":2,"115":2,"117":2,"125":1,"126":4,"128":1,"130":2,"135":4,"136":3,"137":2,"138":1,"139":3,"140":2,"141":4,"144":2,"145":3,"146":4,"147":1,"149":2,"150":2,"151":3,"152":2,"157":2,"159":1,"161":1,"163":1,"164":1,"165":1,"169":4,"170":1,"171":2,"172":3,"173":1,"174":2}}],["theorem",{"2":{"65":1}}],["themselves",{"2":{"46":1}}],["them",{"2":{"6":1,"21":1,"32":1,"50":1,"126":2,"127":2,"130":1,"135":1,"137":2,"144":1,"145":1,"157":1,"168":1,"170":1,"172":3}}],["thereof",{"2":{"128":1}}],["therefore",{"2":{"64":1,"136":1}}],["there",{"2":{"6":3,"20":1,"27":1,"39":1,"43":1,"46":2,"50":3,"52":1,"55":2,"57":1,"58":1,"60":6,"62":1,"96":1,"102":2,"126":3,"127":1,"128":1,"135":4,"137":1,"150":1,"161":1,"163":1,"165":1,"169":2,"172":3}}],["then",{"2":{"6":5,"23":1,"27":1,"34":1,"39":3,"46":2,"50":6,"52":1,"56":1,"58":2,"59":2,"60":6,"61":2,"62":2,"96":1,"126":2,"133":1,"135":3,"144":1,"151":2,"157":1,"169":1,"173":1,"174":1}}],["their",{"2":{"3":1,"4":1,"6":2,"31":1,"46":1,"48":2,"62":1,"65":2,"93":1,"102":1,"108":3,"109":3,"114":1,"118":1,"119":1,"128":1,"135":1,"137":1,"142":1,"145":1}}],["they",{"2":{"3":3,"4":11,"6":25,"25":2,"27":1,"28":1,"29":1,"44":1,"49":2,"50":8,"52":2,"56":2,"59":1,"60":6,"61":2,"62":3,"67":3,"68":16,"74":1,"87":1,"91":2,"92":1,"93":1,"96":2,"98":1,"101":2,"102":4,"108":1,"109":1,"117":1,"119":1,"120":1,"126":6,"135":1,"136":1,"141":2,"146":2,"150":1,"161":1,"162":1,"174":1}}],["these",{"2":{"1":2,"6":5,"29":1,"39":1,"46":5,"50":3,"62":1,"67":1,"68":1,"70":1,"74":1,"83":1,"85":2,"87":1,"88":1,"98":1,"101":1,"102":1,"104":1,"105":1,"114":2,"115":1,"125":1,"126":3,"133":1,"135":2,"147":1,"151":1,"157":2,"165":1,"172":1,"173":1}}],["the",{"0":{"34":1,"48":1},"2":{"1":28,"3":64,"4":112,"5":12,"6":393,"7":5,"9":3,"10":1,"11":3,"17":1,"20":7,"21":3,"22":5,"23":10,"24":2,"25":4,"27":4,"28":5,"29":3,"30":3,"32":3,"34":3,"38":1,"39":63,"41":12,"42":43,"43":6,"44":15,"45":12,"46":71,"48":6,"49":25,"50":116,"51":7,"52":47,"54":2,"55":7,"56":27,"57":23,"58":1,"59":27,"60":82,"61":29,"62":70,"64":11,"65":81,"67":5,"68":47,"70":9,"71":11,"73":8,"74":25,"77":8,"78":9,"79":3,"80":3,"81":2,"83":4,"84":11,"85":5,"87":2,"88":21,"90":8,"91":6,"92":4,"94":3,"95":2,"96":123,"98":5,"99":6,"101":5,"102":26,"104":7,"105":24,"107":2,"108":9,"109":9,"110":6,"111":2,"112":2,"114":5,"115":21,"117":6,"118":10,"119":7,"120":3,"121":3,"122":2,"124":1,"125":8,"126":47,"127":1,"128":8,"130":4,"132":2,"133":11,"135":84,"136":5,"137":5,"138":4,"139":2,"140":13,"141":10,"142":1,"143":5,"144":4,"145":8,"146":6,"147":14,"148":2,"149":3,"150":5,"151":26,"152":17,"153":3,"154":1,"155":3,"157":18,"158":3,"159":6,"160":3,"161":2,"162":2,"164":5,"165":21,"168":10,"169":11,"170":10,"171":2,"172":4,"173":10,"174":17,"175":3}}],["t",{"2":{"0":1,"4":28,"6":56,"9":1,"28":1,"36":8,"39":32,"42":41,"46":26,"49":38,"50":74,"52":44,"55":18,"56":12,"57":12,"59":12,"60":156,"61":10,"62":20,"65":87,"68":17,"73":1,"91":1,"96":24,"102":1,"114":1,"118":2,"119":1,"126":14,"135":10,"141":2,"146":2,"151":3,"152":5,"154":7,"157":1,"163":14,"164":2,"165":3,"166":10,"168":4,"175":1}}],["tokyo",{"2":{"175":1}}],["toy",{"2":{"173":1}}],["together",{"2":{"60":1,"62":1,"168":1,"174":1}}],["touching",{"0":{"118":1},"2":{"60":1,"62":1}}],["touch",{"0":{"119":1,"120":1,"121":1},"2":{"50":1,"114":1,"117":2,"119":1,"121":1}}],["touches",{"0":{"113":1,"114":1,"117":1},"1":{"114":1,"115":1},"2":{"0":2,"3":3,"6":3,"36":1,"113":1,"114":3,"115":11,"116":6,"117":11,"118":15,"119":9,"120":8,"121":3,"122":4,"173":1}}],["totally",{"2":{"61":1}}],["total",{"2":{"42":1,"46":2,"50":2,"52":1}}],["towards",{"2":{"32":1}}],["topright",{"2":{"157":1}}],["topologypreserve",{"2":{"155":1}}],["topology",{"2":{"155":1}}],["top",{"2":{"25":1,"50":1,"126":1}}],["took",{"2":{"175":1}}],["tools",{"2":{"22":1}}],["too",{"2":{"6":1,"60":1,"149":1,"152":1}}],["tol^2",{"2":{"158":1,"159":1}}],["tolerances",{"2":{"160":1,"161":29}}],["tolerance",{"2":{"158":1,"159":1,"160":1,"161":17}}],["tol",{"2":{"6":12,"151":2,"157":18,"158":7,"159":15,"160":8,"161":18}}],["todo",{"2":{"3":2,"6":2,"21":1,"31":1,"50":1,"60":1,"85":4,"102":1,"126":1,"135":1,"138":1,"157":1,"164":1}}],["to",{"0":{"9":1,"20":1,"28":1,"58":1,"75":1,"89":1,"106":1,"116":1},"2":{"0":2,"1":22,"3":1,"4":33,"5":4,"6":141,"7":2,"9":3,"10":2,"11":2,"13":1,"17":2,"18":2,"20":4,"21":9,"22":2,"23":9,"24":1,"25":2,"27":3,"28":4,"29":2,"30":3,"32":3,"34":4,"35":1,"38":1,"39":8,"41":1,"42":4,"43":2,"44":4,"45":1,"46":26,"48":2,"49":5,"50":32,"51":1,"52":12,"54":1,"55":3,"56":8,"57":4,"59":8,"60":27,"61":7,"62":11,"64":6,"65":32,"67":2,"68":17,"70":1,"71":1,"73":2,"74":7,"83":3,"84":1,"85":2,"87":1,"88":7,"96":21,"98":2,"99":1,"101":3,"102":7,"104":1,"105":7,"114":1,"115":7,"117":1,"125":4,"126":16,"128":4,"130":4,"132":7,"133":6,"134":1,"135":51,"136":2,"137":3,"139":4,"140":8,"141":5,"142":3,"143":1,"144":3,"145":1,"146":4,"147":4,"148":1,"149":3,"150":3,"151":9,"152":7,"153":4,"154":1,"155":1,"157":4,"158":1,"159":15,"160":1,"161":2,"162":2,"163":2,"164":6,"165":9,"166":28,"167":4,"168":6,"169":10,"170":6,"171":7,"172":5,"173":7,"174":5,"175":2,"176":8}}],["rd",{"2":{"157":3}}],["rdbu",{"2":{"64":1}}],["rhumb",{"2":{"125":2}}],["runner",{"2":{"169":1}}],["running",{"2":{"135":3}}],["run",{"2":{"135":8,"175":1}}],["runs",{"2":{"60":2,"124":1}}],["rule",{"2":{"50":1}}],["rules",{"2":{"50":1}}],["right=2",{"2":{"50":1}}],["right",{"2":{"46":1,"50":4,"55":1,"65":1,"125":1,"159":19,"161":5,"168":1,"173":1}}],["ring4",{"2":{"170":2}}],["ring3",{"2":{"169":1}}],["ring2",{"2":{"168":2}}],["ring1",{"2":{"168":2}}],["rings",{"0":{"78":1,"92":1,"109":1,"119":1,"136":1},"1":{"137":1,"138":1},"2":{"4":4,"6":6,"9":2,"30":1,"42":1,"49":1,"50":3,"60":1,"68":7,"124":1,"126":5,"138":1,"141":1,"157":1}}],["ring",{"2":{"4":7,"6":13,"9":1,"36":1,"39":3,"42":2,"46":1,"48":1,"49":4,"50":12,"52":13,"62":3,"65":5,"68":4,"76":1,"77":2,"78":5,"90":1,"92":1,"96":2,"107":1,"108":2,"109":4,"117":1,"118":1,"119":3,"125":3,"126":11,"136":2,"137":1,"138":14,"139":1,"168":1}}],["rtrees",{"2":{"25":1}}],["r+y",{"2":{"13":2,"14":1}}],["r+x",{"2":{"13":2,"14":1}}],["ry",{"2":{"13":3,"14":3}}],["rx",{"2":{"13":3,"14":3}}],["round",{"2":{"157":1,"159":1,"161":1}}],["routines",{"2":{"11":1}}],["row",{"2":{"135":3}}],["rows",{"2":{"135":2}}],["robust",{"0":{"15":1}}],["rotate",{"2":{"52":1}}],["rotation",{"2":{"1":1,"6":1,"153":1}}],["rotations",{"2":{"1":3,"6":3,"153":3}}],["rotmatrix2d",{"2":{"157":1}}],["rotmatrix",{"2":{"1":1,"6":1,"153":1}}],["r",{"2":{"6":1,"9":1,"13":11,"14":12,"151":1,"161":2,"168":6,"169":2,"170":4}}],["rᵢ₋₁",{"2":{"46":20}}],["rᵢ∗rᵢ₊₁+sᵢ⋅sᵢ₊₁",{"2":{"6":1}}],["rᵢ₊₁",{"2":{"6":1,"46":29}}],["rᵢ",{"2":{"6":2,"46":49}}],["ramer",{"2":{"159":1}}],["raster",{"0":{"126":1},"2":{"126":4}}],["ray",{"2":{"96":4}}],["rawcdn",{"2":{"157":1}}],["raw",{"2":{"23":1}}],["range",{"2":{"13":8,"14":4,"126":1,"135":4}}],["ranges",{"2":{"6":1,"126":2}}],["randomly",{"2":{"174":2}}],["random",{"2":{"157":2}}],["rand",{"2":{"6":1,"126":1,"174":2}}],["rather",{"2":{"6":1,"126":1,"145":1}}],["ratio",{"2":{"6":7,"60":1,"151":1,"157":1,"158":4,"159":6,"160":4,"161":11}}],["radii",{"2":{"6":1,"151":1}}],["radius`",{"2":{"151":1}}],["radius",{"2":{"6":7,"46":13,"151":4}}],["radialdistance",{"0":{"158":1},"2":{"0":1,"6":2,"155":1,"157":4,"158":4}}],["rrayscore",{"2":{"1":1,"6":1,"153":1}}],["rring",{"2":{"1":1,"6":1,"153":1}}],["rewrap",{"2":{"135":3}}],["req",{"2":{"96":44}}],["requirment",{"2":{"144":1}}],["requirments",{"2":{"96":5}}],["requirement",{"2":{"136":1}}],["required",{"2":{"74":3,"88":3,"105":3,"115":3,"150":1,"167":1}}],["require",{"2":{"73":2,"74":6,"88":3,"96":32,"105":3,"115":3}}],["requires",{"2":{"43":1,"68":1,"70":1,"74":2,"77":3,"78":3,"79":1,"88":1,"91":3,"92":2,"93":1,"104":1,"105":1,"108":3,"109":3,"110":1,"115":1,"118":3,"119":1,"120":1,"148":1,"151":1,"165":1}}],["requests",{"2":{"32":1}}],["reflected",{"2":{"157":3}}],["ref",{"2":{"64":1}}],["referring",{"2":{"21":1,"96":1}}],["refers",{"2":{"18":1,"30":1}}],["refer",{"2":{"6":1,"21":1,"126":1}}],["referece",{"2":{"1":2,"147":2}}],["references",{"2":{"6":1,"31":1,"46":1}}],["reference",{"0":{"17":1,"169":1,"170":1},"1":{"18":1,"19":1,"20":1,"21":1},"2":{"0":1,"17":3,"167":2,"169":1}}],["reveal",{"2":{"62":1}}],["reveals",{"2":{"62":1}}],["reverse",{"2":{"41":1,"45":1,"46":1,"50":2,"168":2}}],["rev",{"2":{"61":1}}],["render",{"2":{"45":1}}],["rendering",{"2":{"45":3,"46":1}}],["rename",{"2":{"10":1}}],["regardless",{"2":{"60":1,"96":1}}],["regions",{"2":{"57":3,"60":5,"61":1,"62":3,"96":2,"175":1}}],["region",{"2":{"43":2,"60":3,"62":2,"175":1}}],["register",{"2":{"36":3,"46":3}}],["regular",{"0":{"15":1}}],["related",{"2":{"128":1}}],["relation",{"2":{"50":2}}],["relations",{"2":{"36":10,"85":1,"102":1}}],["relationship",{"2":{"28":1,"173":2}}],["relative",{"2":{"46":3}}],["rely",{"2":{"30":1}}],["relevant",{"2":{"10":1}}],["reached",{"2":{"135":4}}],["reaches",{"2":{"133":1}}],["reach",{"2":{"133":1}}],["reasons",{"2":{"165":1}}],["reason",{"2":{"29":1,"136":1,"144":1,"164":1}}],["readable",{"2":{"172":1}}],["readability",{"2":{"50":1}}],["read",{"2":{"20":1,"157":2,"169":2}}],["real`",{"2":{"151":1,"152":1}}],["really",{"2":{"17":1,"21":1,"42":1,"96":1,"126":1,"164":1}}],["real=1",{"2":{"6":2,"151":2}}],["real=6378137`",{"2":{"151":1}}],["real=6378137",{"2":{"6":2,"151":1}}],["real",{"0":{"175":1},"2":{"5":1,"6":13,"39":1,"46":45,"49":2,"60":1,"151":3,"152":1,"161":5,"173":1}}],["reducing",{"2":{"135":1}}],["reduced",{"2":{"158":1,"159":1,"160":1}}],["reduces",{"2":{"24":1,"62":1}}],["reduce",{"2":{"1":1,"6":1,"126":1,"135":2,"140":1}}],["redundant",{"2":{"50":1}}],["red",{"2":{"14":1,"48":2,"64":1,"73":1,"83":1,"98":1,"168":1,"169":1,"174":2}}],["removal",{"2":{"50":1}}],["removes",{"2":{"50":1,"128":1}}],["removed",{"2":{"50":3,"57":5,"126":1}}],["remove",{"2":{"42":1,"50":33,"52":1,"55":2,"56":5,"59":5,"61":2,"146":2,"158":1,"159":3,"161":4}}],["removing",{"2":{"6":3,"50":1,"57":1,"158":1,"159":1,"160":1}}],["remainingnode",{"2":{"126":3}}],["remaining",{"2":{"50":1,"68":1,"96":2,"159":1}}],["remain",{"2":{"1":1,"6":9,"135":1,"157":2}}],["resolution",{"2":{"169":1}}],["resolved",{"2":{"126":1}}],["reset",{"2":{"50":1}}],["resize",{"2":{"13":1,"14":1,"50":2}}],["resampled",{"2":{"6":1,"152":1}}],["respectivly",{"2":{"102":1}}],["respectively",{"2":{"50":1,"135":1,"168":1}}],["respect",{"2":{"6":2,"59":1,"60":1,"96":6}}],["rest",{"2":{"6":1,"46":2,"61":1}}],["resulting",{"2":{"55":1,"62":1,"126":1,"174":1}}],["results",{"2":{"3":2,"6":2,"60":1,"85":1,"102":1,"135":2,"137":1,"159":25,"168":3}}],["result",{"2":{"1":2,"3":5,"4":5,"6":13,"24":1,"39":1,"42":2,"52":1,"60":15,"65":2,"71":1,"74":1,"84":1,"99":1,"105":1,"135":2,"151":3,"161":6}}],["recieves",{"2":{"135":2}}],["recucing",{"2":{"135":1}}],["recursive",{"2":{"133":1}}],["recursively",{"2":{"4":1,"6":1,"133":1,"142":1}}],["recalculate",{"2":{"134":1}}],["recent",{"2":{"50":1,"57":1,"60":1,"62":1}}],["rect",{"2":{"38":3,"41":5,"51":3,"64":7}}],["rectangle",{"2":{"38":2,"41":2,"45":2,"51":2,"52":1,"64":2,"150":5,"151":8,"174":2}}],["recommended",{"2":{"27":1}}],["reconstructing",{"2":{"157":1}}],["reconstructed",{"2":{"23":1}}],["reconstruct",{"2":{"0":2,"1":1,"6":3,"23":1,"130":2,"135":29}}],["replace",{"2":{"50":1,"126":2,"159":1}}],["replaced",{"2":{"27":1}}],["repl",{"2":{"43":1,"148":1,"151":1}}],["repeat",{"2":{"49":1,"50":3,"68":6}}],["repeating",{"2":{"42":1,"62":1}}],["repeated",{"2":{"4":3,"6":3,"9":1,"39":2,"46":1,"50":2,"62":2,"65":2,"68":4,"96":1}}],["represented",{"2":{"174":1}}],["represent",{"2":{"22":1,"46":1,"50":4,"68":1}}],["representing",{"2":{"6":1,"57":1,"60":1,"62":1,"64":1,"68":1,"175":1}}],["represents",{"2":{"6":1,"140":2,"141":1}}],["reprojects",{"2":{"147":1}}],["reprojection",{"0":{"147":1},"1":{"148":1}}],["reproject",{"2":{"0":1,"1":4,"36":2,"128":1,"147":6,"148":2}}],["re",{"2":{"1":1,"6":1,"20":1,"22":1,"153":1,"167":1,"169":1}}],["retreivable",{"2":{"1":1,"147":1}}],["returnval",{"2":{"96":9}}],["returntype",{"2":{"24":1}}],["returning",{"2":{"23":1,"43":1,"57":2}}],["return",{"0":{"27":1},"2":{"1":1,"3":18,"4":2,"6":37,"13":3,"14":3,"28":2,"35":1,"39":5,"42":5,"43":1,"46":20,"49":4,"50":36,"52":12,"55":12,"56":5,"57":4,"59":4,"60":18,"61":6,"62":9,"65":8,"68":30,"71":1,"74":1,"80":2,"81":2,"84":1,"85":18,"88":2,"94":2,"95":2,"96":71,"98":1,"99":1,"102":28,"105":1,"111":2,"112":2,"115":1,"117":2,"121":2,"122":2,"125":10,"126":12,"135":26,"136":1,"138":4,"140":6,"141":2,"143":2,"146":2,"147":1,"152":4,"153":2,"154":2,"157":3,"158":1,"159":5,"160":3,"161":7,"165":3,"166":8}}],["returned",{"2":{"1":1,"6":10,"27":2,"28":1,"50":3,"55":1,"56":2,"59":2,"60":2,"61":2,"126":1,"130":1,"135":2,"147":1,"157":1,"164":1}}],["returns",{"2":{"1":1,"3":5,"4":4,"5":3,"6":23,"23":1,"27":2,"39":1,"42":2,"46":6,"49":3,"50":4,"52":6,"55":1,"56":1,"60":1,"61":1,"65":8,"67":1,"70":2,"71":1,"74":1,"83":2,"84":1,"87":1,"96":4,"99":1,"102":2,"105":1,"126":2,"135":2,"152":1,"154":1,"173":1}}],["rebuilt",{"2":{"1":1,"6":2,"130":1,"135":2}}],["rebuild",{"2":{"0":2,"6":4,"130":4,"133":1,"135":10,"152":1,"157":2}}],["psa",{"2":{"135":2}}],["pb",{"2":{"85":2}}],["p0",{"2":{"65":9}}],["p3",{"2":{"50":8,"160":4}}],["ptm",{"2":{"125":3}}],["ptj",{"2":{"125":5}}],["pti",{"2":{"125":3}}],["ptrait",{"2":{"65":2}}],["pts",{"2":{"50":22,"55":7}}],["pt",{"2":{"50":114,"55":2,"60":26,"96":8,"159":4}}],["pt2",{"2":{"50":14,"60":2}}],["pt1",{"2":{"50":18,"60":2}}],["pn",{"2":{"117":3}}],["pn2",{"2":{"50":4}}],["pn1",{"2":{"50":4}}],["pfirst",{"2":{"42":3}}],["pu",{"2":{"174":2}}],["purpose",{"2":{"135":1}}],["pure",{"2":{"126":1}}],["purely",{"2":{"6":1,"23":1,"151":1}}],["push",{"2":{"50":15,"55":5,"56":2,"59":2,"60":2,"61":4,"62":5,"126":3,"138":1,"152":3,"159":3}}],["pull",{"2":{"32":1}}],["public",{"2":{"29":1}}],["pick",{"2":{"169":2}}],["piece",{"2":{"50":6,"146":6}}],["pieces",{"2":{"50":12,"55":1,"57":2,"61":4,"96":1,"146":9}}],["pi",{"2":{"13":2}}],["pixels",{"2":{"126":1}}],["pixel",{"2":{"6":2,"126":7}}],["pythagorean",{"2":{"65":1}}],["py",{"2":{"13":2,"14":2}}],["px",{"2":{"13":2,"14":2}}],["peucker",{"2":{"155":2,"157":3,"159":2}}],["peaks",{"2":{"126":2}}],["peculiarities",{"0":{"26":1},"1":{"27":1,"28":1,"29":1}}],["petroleum",{"2":{"21":1}}],["people",{"2":{"9":1}}],["perimeter",{"2":{"18":1}}],["performed",{"2":{"174":1}}],["performs",{"2":{"46":1,"152":1}}],["perform",{"2":{"45":1,"46":2,"50":1,"128":1,"173":3,"174":2,"176":1}}],["performing",{"2":{"6":3,"28":1,"46":1,"56":1,"59":1,"61":1,"174":1}}],["performance",{"2":{"4":1,"6":2,"27":1,"126":1,"142":1,"144":1,"157":1,"172":1}}],["per",{"2":{"5":2,"6":2,"45":1,"46":2,"50":5,"126":1,"135":4,"152":1}}],["pl",{"2":{"174":2}}],["plt",{"2":{"168":1}}],["please",{"2":{"50":1}}],["plan",{"2":{"149":1}}],["plane",{"2":{"46":1}}],["place",{"2":{"60":1,"173":1}}],["placement",{"2":{"50":1}}],["plate",{"2":{"17":1}}],["plottable",{"2":{"126":1}}],["plotted",{"2":{"48":1}}],["plotting",{"0":{"168":1},"2":{"6":1,"21":1,"126":1,"149":1,"152":1,"167":1,"168":4,"169":1}}],["plots",{"2":{"45":2}}],["plot",{"0":{"169":1},"2":{"13":1,"45":3,"67":1,"101":1,"126":1,"151":2,"157":4,"167":2,"168":9,"169":5,"170":1,"172":1,"174":1}}],["plus",{"2":{"5":1,"6":1,"46":1}}],["p2y",{"2":{"166":3}}],["p2x",{"2":{"166":3}}],["p2box",{"2":{"45":1}}],["p2",{"2":{"3":2,"4":2,"6":6,"15":12,"39":12,"42":9,"50":18,"52":19,"61":2,"65":15,"68":11,"74":2,"83":2,"96":12,"102":2,"125":3,"150":1,"160":4,"166":3,"168":2}}],["p1y",{"2":{"166":3}}],["p1x",{"2":{"166":3}}],["p1",{"2":{"3":3,"4":2,"6":7,"15":12,"39":21,"42":8,"45":4,"50":9,"52":25,"54":1,"61":2,"65":15,"68":14,"73":5,"74":3,"83":5,"96":4,"102":2,"117":3,"125":3,"160":4,"166":3,"168":1}}],["practice",{"2":{"170":1}}],["pred",{"2":{"173":2,"174":1,"175":2,"176":1}}],["predicate",{"2":{"7":1,"85":1,"173":3,"174":1,"176":5}}],["predicates",{"0":{"12":1,"15":1,"176":1},"1":{"13":1,"14":1,"15":1,"16":1},"2":{"7":4,"12":1,"36":1,"50":5,"58":3,"60":4,"96":1,"173":1,"175":1}}],["pretty",{"2":{"147":1}}],["prettytime",{"2":{"13":2}}],["prevent",{"2":{"57":2,"60":2,"62":2}}],["prev^2",{"2":{"39":2}}],["prev",{"2":{"39":14,"50":69,"125":4}}],["previously",{"2":{"150":1}}],["previous",{"2":{"24":1,"39":1,"135":1,"158":3}}],["preparations",{"2":{"25":1}}],["prepared",{"2":{"25":1,"126":2}}],["prepare",{"0":{"25":1},"2":{"22":1,"25":1}}],["precision",{"2":{"11":1}}],["preserve",{"2":{"157":4,"159":3}}],["preserving",{"2":{"155":1}}],["presentation",{"2":{"6":1,"46":1}}],["present",{"2":{"6":1,"165":1}}],["presence",{"2":{"6":1,"165":1}}],["prescribes",{"2":{"25":1}}],["press",{"2":{"6":1,"46":1}}],["pre",{"2":{"6":1,"61":1,"157":1,"159":2}}],["prefilter",{"2":{"6":1,"157":7}}],["protters",{"2":{"135":2}}],["progressively",{"2":{"133":1}}],["program",{"2":{"22":1}}],["programming",{"2":{"22":1}}],["promote",{"2":{"46":5}}],["property",{"2":{"135":2}}],["properties=gi",{"2":{"135":1}}],["properties=namedtuple",{"2":{"135":1}}],["properties=",{"2":{"126":1}}],["properties",{"2":{"6":1,"135":9,"157":1,"161":1}}],["propagate",{"2":{"46":16,"65":4}}],["probably",{"2":{"42":1,"135":1}}],["prod",{"2":{"39":4}}],["product",{"2":{"39":1}}],["process",{"2":{"76":3,"77":3,"78":3,"79":1,"85":1,"90":3,"91":3,"92":2,"93":1,"96":11,"107":3,"108":3,"109":3,"110":1,"117":1,"118":3,"119":1,"120":1,"135":2,"159":1}}],["processed",{"2":{"50":6}}],["processors",{"2":{"36":1,"74":2,"88":2,"105":2,"115":2}}],["processor",{"2":{"36":1}}],["processing",{"2":{"28":1}}],["profile",{"2":{"9":1}}],["provides",{"2":{"169":1}}],["providers",{"2":{"137":1,"145":1}}],["provide",{"0":{"28":1},"2":{"6":6,"38":1,"41":1,"44":1,"48":1,"51":1,"54":1,"56":2,"59":2,"61":2,"64":1,"67":1,"70":1,"73":1,"83":1,"87":1,"96":2,"98":1,"101":1,"104":1,"114":1,"126":1,"161":1}}],["provided",{"2":{"4":1,"6":3,"11":1,"50":1,"65":1,"68":1,"145":1,"151":2,"165":1}}],["projjson",{"2":{"21":1}}],["projecting",{"2":{"169":1}}],["projection",{"2":{"65":2,"167":1,"169":1}}],["projected",{"0":{"19":1},"2":{"19":1}}],["project",{"2":{"9":1}}],["projects",{"2":{"9":1}}],["proj",{"2":{"1":2,"6":3,"20":1,"21":3,"147":2,"148":4,"150":1,"151":6,"167":1}}],["prints",{"2":{"148":1}}],["printstyled",{"2":{"43":1,"148":1,"151":1}}],["println",{"2":{"43":1,"148":1,"151":1,"157":2}}],["print",{"2":{"43":2,"148":2,"151":2}}],["primitives",{"2":{"36":1}}],["primitive",{"0":{"128":1},"1":{"129":1,"130":1,"131":1,"132":1,"133":1,"134":1,"135":1},"2":{"34":1}}],["primarily",{"2":{"6":1,"32":2,"163":1}}],["primary",{"2":{"3":2,"6":3,"74":1,"105":1,"157":1}}],["priority",{"2":{"1":1,"147":1}}],["pay",{"2":{"135":1}}],["paper",{"2":{"96":2}}],["pa",{"2":{"85":2}}],["paths",{"2":{"164":1}}],["pathof",{"2":{"157":2}}],["path",{"2":{"41":3,"169":2}}],["padding",{"2":{"6":2}}],["parquet",{"2":{"172":3}}],["parent",{"2":{"164":1}}],["parse",{"2":{"96":1,"102":1}}],["part",{"2":{"52":2,"62":2,"96":3,"134":1}}],["partition",{"2":{"135":4}}],["partialsort",{"2":{"161":1}}],["partial",{"2":{"52":4}}],["partially",{"2":{"50":2,"62":2}}],["particularly",{"2":{"46":1}}],["particular",{"2":{"35":1,"39":1,"126":1,"169":2}}],["parallel",{"2":{"96":1,"125":1}}],["paradigm",{"0":{"34":1}}],["paradigms",{"0":{"22":1},"1":{"23":1,"24":1,"25":1},"2":{"22":2,"25":1}}],["parameters",{"2":{"6":1,"135":1,"163":2}}],["parameter",{"2":{"6":2,"163":3}}],["params",{"2":{"6":2,"165":10}}],["parlance",{"2":{"5":1,"6":1,"46":1}}],["passes",{"2":{"52":2,"96":1}}],["passed",{"2":{"1":2,"6":7,"126":1,"130":1,"135":2,"147":1,"151":2,"153":1,"165":2,"176":1}}],["passable",{"2":{"46":18}}],["passing",{"2":{"23":1,"135":1,"155":1}}],["pass",{"2":{"5":1,"6":4,"23":1,"46":1,"71":1,"84":1,"96":2,"99":1,"151":1,"152":1,"157":1,"164":1}}],["pairs",{"2":{"60":1,"168":1}}],["pair",{"2":{"3":2,"6":2,"52":1,"102":2,"135":3}}],["packages",{"2":{"6":1,"32":1,"130":1,"135":1,"136":1,"162":1,"167":3,"169":1,"172":1}}],["package",{"2":{"1":2,"27":1,"32":2,"43":1,"126":1,"147":3,"148":1,"151":1,"169":1,"172":2}}],["page",{"2":{"0":1,"9":1,"34":1,"36":1,"39":1,"42":1,"43":1,"45":1,"46":1,"49":1,"50":1,"52":1,"55":1,"57":1,"58":1,"60":1,"62":1,"65":1,"68":1,"71":1,"81":1,"84":1,"85":1,"95":1,"96":1,"99":1,"102":1,"112":1,"122":1,"125":1,"126":1,"127":1,"135":1,"138":1,"141":1,"142":1,"143":1,"146":1,"148":1,"152":1,"153":1,"154":1,"161":1,"165":1,"166":1}}],["p",{"2":{"1":5,"6":5,"13":13,"14":12,"15":2,"38":1,"41":1,"48":1,"50":5,"51":1,"52":5,"57":2,"61":2,"64":3,"67":1,"70":1,"73":1,"83":1,"85":4,"87":1,"96":20,"98":1,"101":1,"104":1,"114":1,"125":4,"126":3,"128":3,"135":3,"143":7,"150":1,"153":9,"154":7,"156":1,"157":1,"161":3,"166":11,"173":1,"174":1}}],["poylgon",{"2":{"60":1,"62":1,"96":1}}],["potential",{"2":{"52":1}}],["potentially",{"2":{"6":2,"50":1,"141":2,"146":2}}],["powerful",{"2":{"21":1}}],["post",{"2":{"159":2}}],["postitive",{"2":{"64":1}}],["postive",{"2":{"41":1}}],["possibly",{"2":{"135":1}}],["possiblenodes",{"2":{"126":2}}],["possible",{"2":{"6":3,"56":1,"59":1,"61":1,"126":1,"135":2}}],["possibility",{"2":{"133":1}}],["possibilities",{"2":{"60":1}}],["position=",{"2":{"157":1}}],["position",{"2":{"6":1,"125":1,"150":1}}],["positive",{"2":{"4":4,"6":4,"41":2,"42":1,"64":2,"65":3,"152":1,"161":1}}],["polgons",{"2":{"126":1}}],["polgontrait",{"2":{"1":1,"6":1}}],["polar",{"2":{"6":1,"151":1}}],["polynodes",{"2":{"50":7,"56":1,"59":1,"61":1}}],["polynode",{"2":{"50":36}}],["polypoints",{"2":{"46":46}}],["polyogns",{"2":{"126":1}}],["polyogn",{"2":{"39":1}}],["polygns",{"2":{"50":1}}],["polygin",{"2":{"4":1,"6":1,"39":1}}],["polygon3",{"2":{"168":2,"169":1}}],["polygon2",{"2":{"168":6}}],["polygon1",{"2":{"168":4}}],["polygonization",{"2":{"126":1}}],["polygonizing",{"0":{"126":1}}],["polygonized",{"2":{"126":1}}],["polygonize",{"2":{"0":1,"6":6,"9":1,"36":1,"126":31}}],["polygon`",{"2":{"46":3}}],["polygons",{"0":{"79":1,"110":1,"120":1,"144":1},"1":{"145":1,"146":1},"2":{"3":4,"4":3,"5":1,"6":18,"9":1,"28":5,"30":1,"36":1,"42":5,"44":1,"46":2,"48":1,"49":1,"50":13,"52":1,"55":2,"56":9,"57":5,"59":3,"60":8,"61":6,"62":19,"64":1,"65":1,"68":5,"79":1,"102":5,"110":1,"125":1,"126":18,"133":1,"137":2,"141":3,"144":2,"145":2,"146":10,"155":1,"157":1,"168":3,"169":1,"174":5,"175":3}}],["polygontrait",{"2":{"1":1,"3":4,"4":6,"6":14,"15":3,"28":1,"39":2,"42":3,"46":3,"49":2,"50":2,"52":2,"55":1,"56":5,"57":5,"59":3,"60":5,"61":4,"62":8,"65":2,"68":10,"76":2,"77":1,"78":1,"79":3,"80":1,"85":4,"90":2,"91":2,"92":1,"93":2,"94":1,"102":8,"107":2,"108":1,"109":1,"110":3,"111":1,"117":2,"118":1,"119":1,"120":3,"121":1,"128":1,"133":2,"135":1,"138":2,"140":2,"141":1,"146":2,"157":2,"166":1}}],["polygon",{"0":{"50":1,"53":1,"56":1,"57":1,"60":1,"61":1,"62":1,"93":1},"1":{"54":1,"55":1},"2":{"0":1,"1":4,"3":4,"4":20,"5":9,"6":62,"9":2,"11":3,"15":4,"25":1,"28":1,"30":3,"38":1,"39":3,"41":2,"42":5,"44":5,"45":16,"46":57,"48":2,"49":4,"50":39,"51":3,"52":4,"54":3,"55":10,"56":5,"57":7,"59":5,"60":5,"61":6,"62":33,"64":3,"65":14,"68":12,"74":1,"76":3,"77":3,"78":4,"79":8,"85":1,"90":3,"91":4,"92":4,"93":4,"96":66,"102":4,"105":1,"107":3,"108":4,"109":4,"110":8,"115":1,"117":3,"118":4,"119":5,"120":7,"125":5,"126":4,"135":1,"136":4,"137":8,"138":5,"139":1,"141":4,"144":3,"145":12,"146":7,"150":1,"151":4,"153":3,"156":1,"157":9,"166":6,"168":12,"169":5,"170":7,"171":2,"174":6}}],["polys",{"2":{"6":2,"50":39,"54":3,"55":10,"56":14,"57":14,"59":9,"60":6,"61":14,"62":28,"146":26}}],["polys1",{"2":{"3":2,"6":2,"102":6}}],["polys2",{"2":{"3":2,"6":2,"102":6}}],["poly",{"2":{"3":2,"6":16,"15":2,"38":1,"41":1,"42":6,"45":2,"46":3,"48":1,"50":107,"51":2,"52":4,"54":4,"55":20,"56":22,"57":12,"59":15,"60":10,"61":19,"62":79,"64":1,"65":3,"68":4,"85":10,"96":21,"102":8,"125":5,"126":5,"146":18,"150":2,"156":2,"157":8,"166":8,"168":2,"174":5}}],["poly2",{"2":{"3":3,"4":2,"6":7,"56":2,"68":2,"96":19,"102":7}}],["poly1",{"2":{"3":3,"4":2,"6":7,"56":2,"68":2,"96":14,"102":7}}],["pointwise",{"0":{"153":1},"2":{"147":1}}],["point1",{"2":{"65":4}}],["point`",{"2":{"60":1}}],["pointedgeside",{"2":{"50":1}}],["point₂",{"2":{"49":13}}],["point₁",{"2":{"49":13}}],["point3s",{"2":{"46":10}}],["point3f",{"2":{"45":1}}],["pointrait",{"2":{"6":1}}],["point2f",{"2":{"45":4,"46":2,"64":1}}],["point2",{"2":{"6":2,"46":5,"65":4}}],["pointtrait",{"2":{"1":1,"4":4,"6":9,"23":1,"39":2,"42":1,"46":3,"52":1,"59":2,"65":17,"68":8,"76":6,"80":1,"90":6,"94":1,"107":6,"111":1,"117":6,"121":1,"128":2,"133":1,"135":21,"140":2,"141":1,"142":1,"143":2,"153":2,"154":2,"157":2,"163":2,"166":1}}],["point",{"0":{"90":1,"117":1},"2":{"1":4,"3":10,"4":37,"5":7,"6":83,"9":2,"25":1,"39":12,"42":3,"44":3,"45":1,"46":126,"49":6,"50":97,"52":50,"55":13,"57":9,"59":1,"60":71,"62":9,"64":17,"65":73,"68":27,"71":3,"73":1,"74":2,"76":8,"85":21,"88":2,"90":10,"96":138,"98":1,"101":2,"102":21,"105":4,"107":11,"114":1,"115":3,"117":10,"118":1,"120":1,"125":1,"126":3,"135":1,"136":1,"137":2,"141":2,"144":1,"146":2,"147":1,"149":1,"153":2,"157":2,"158":3,"159":9,"160":1,"166":4,"168":111,"169":7,"170":8,"174":2}}],["points2",{"2":{"3":1,"6":1,"102":3}}],["points1",{"2":{"3":1,"6":1,"102":3}}],["points",{"0":{"76":1,"107":1},"2":{"0":1,"1":3,"3":1,"4":11,"5":1,"6":52,"9":3,"13":1,"39":2,"41":3,"42":3,"45":8,"46":32,"49":1,"50":55,"52":5,"55":3,"56":5,"57":1,"59":8,"60":28,"61":4,"62":1,"64":2,"65":8,"67":2,"68":13,"70":1,"74":6,"76":3,"77":4,"88":6,"90":1,"91":7,"92":3,"96":10,"102":5,"104":1,"105":5,"107":3,"108":3,"109":3,"110":1,"115":5,"117":1,"118":2,"119":4,"120":3,"124":1,"126":3,"135":1,"142":2,"147":1,"150":2,"151":2,"153":2,"154":2,"157":11,"158":11,"159":26,"160":10,"161":33,"166":25,"168":8,"169":1,"173":1,"174":11}}],["pointorientation",{"2":{"0":1,"6":2,"96":2}}],["my",{"2":{"175":1,"176":2}}],["moore",{"2":{"126":1}}],["moved",{"2":{"50":1,"147":1}}],["move",{"2":{"49":1,"96":1}}],["mode",{"2":{"176":3}}],["model",{"2":{"173":1}}],["modify",{"2":{"168":1}}],["modified",{"2":{"135":2}}],["module",{"2":{"147":1,"152":1}}],["modules",{"2":{"6":1,"46":1}}],["mod1",{"2":{"46":5}}],["mod",{"2":{"46":1,"50":1}}],["most",{"2":{"30":2,"32":1,"50":1,"57":1,"60":1,"62":1,"96":1,"157":1,"172":2}}],["monotone",{"2":{"25":1}}],["moment",{"2":{"6":1,"150":1,"152":1}}],["more",{"2":{"6":3,"7":1,"9":1,"10":1,"11":1,"21":1,"28":1,"34":1,"50":1,"56":1,"59":1,"61":1,"96":1,"102":1,"135":4,"138":1,"148":1,"150":1,"152":1,"168":2,"173":1}}],["mistakenly",{"2":{"144":1}}],["missing",{"2":{"130":6,"131":2,"150":4}}],["missed",{"2":{"126":1}}],["mid",{"2":{"52":2,"96":3}}],["midpoint",{"2":{"50":2}}],["middle",{"2":{"50":2}}],["mining",{"2":{"175":1}}],["minimal",{"2":{"175":1}}],["minimize",{"2":{"60":1}}],["minimum",{"2":{"4":7,"6":12,"51":1,"52":2,"65":12,"157":1,"158":1,"160":1}}],["mind",{"2":{"150":1,"174":1}}],["minmax",{"2":{"60":4}}],["min",{"2":{"52":1,"60":16,"65":15,"157":1,"159":3,"160":1,"161":28}}],["minus",{"2":{"41":1}}],["minpoints=0",{"2":{"126":1}}],["minpoints",{"2":{"6":2}}],["might",{"2":{"6":3,"32":1,"42":1,"56":1,"59":1,"60":1,"61":1,"139":1,"159":1}}],["mixed",{"2":{"6":4,"157":1}}],["m",{"2":{"5":1,"6":1,"15":10,"46":2,"52":6,"125":2,"169":1}}],["mp",{"2":{"85":2}}],["mp1",{"2":{"4":2,"6":2,"68":7}}],["mp2",{"2":{"4":2,"6":2,"68":8}}],["manner",{"2":{"173":1}}],["manipulate",{"2":{"172":1}}],["manually",{"2":{"136":1}}],["many",{"2":{"4":1,"5":1,"6":2,"28":1,"46":1,"50":1,"55":1,"57":1,"60":2,"62":1,"68":1,"137":1,"142":1}}],["mason",{"2":{"135":2}}],["mag",{"2":{"39":4}}],["markersize",{"2":{"168":2}}],["marker",{"2":{"168":2}}],["marked",{"2":{"50":6,"57":1,"60":1,"62":1}}],["marking",{"2":{"57":2,"60":2,"62":2}}],["mark",{"2":{"50":2}}],["marks",{"2":{"50":1}}],["markup",{"2":{"21":1}}],["markdown",{"2":{"21":1,"31":1}}],["making",{"2":{"50":1,"126":1,"133":1,"145":1,"168":1,"170":2}}],["makie",{"2":{"13":1,"14":1,"38":1,"41":1,"45":3,"48":1,"51":1,"54":4,"64":1,"67":1,"70":1,"73":1,"83":1,"87":1,"98":1,"101":1,"104":1,"114":1,"126":3,"156":1,"157":1}}],["makevalid",{"2":{"157":2}}],["makes",{"2":{"42":1,"50":1,"65":1,"135":1,"137":1,"144":1,"145":1}}],["make",{"2":{"9":1,"32":1,"39":1,"50":3,"60":1,"65":1,"102":1,"126":2,"133":1,"138":1,"150":1,"161":1,"162":1,"168":2,"170":1}}],["mainly",{"2":{"46":1,"64":1,"128":1}}],["maintain",{"2":{"42":1}}],["main",{"0":{"33":1},"1":{"34":1,"35":1},"2":{"7":1,"50":1,"126":1,"135":1,"151":1}}],["mapped",{"2":{"172":1}}],["maptasks",{"2":{"135":6}}],["mapreducetasks",{"2":{"135":5}}],["mapreduce",{"2":{"57":1,"126":2,"135":8}}],["mapinfo",{"2":{"21":1}}],["map",{"0":{"169":1},"2":{"6":1,"13":1,"23":3,"24":1,"34":1,"46":1,"50":1,"60":1,"102":2,"126":17,"135":24,"138":1,"157":1,"163":1,"167":1,"169":1,"170":1,"172":1}}],["matlab",{"2":{"54":1}}],["materializer`",{"2":{"135":1}}],["materializer",{"2":{"27":1,"135":1}}],["mathrm",{"2":{"46":1}}],["mathematical",{"2":{"17":1}}],["mathematically",{"2":{"6":1,"125":1}}],["math",{"2":{"7":1}}],["matches",{"2":{"68":1,"126":1}}],["match",{"2":{"6":1,"68":12,"102":3,"126":1,"130":1,"135":2}}],["matching",{"2":{"3":1,"6":1,"27":1,"68":3,"102":1,"133":2}}],["matrix",{"2":{"6":1,"14":2,"46":1}}],["maximal",{"2":{"60":1}}],["maximum",{"2":{"3":1,"6":4,"14":1,"51":1,"52":4,"85":1,"126":1,"151":1,"152":1,"159":4}}],["max",{"2":{"6":9,"39":2,"52":1,"126":1,"135":2,"150":5,"151":8,"152":7,"159":36,"161":1}}],["made",{"2":{"6":2,"49":1,"50":1,"60":1,"119":1,"133":1,"141":1,"146":1,"160":1}}],["maybe",{"2":{"6":1,"96":4,"130":1,"135":6}}],["may",{"2":{"1":1,"6":5,"28":2,"29":1,"46":2,"50":1,"60":1,"125":1,"127":1,"133":1,"135":4,"144":1,"145":1,"151":1,"163":1}}],["mercator",{"2":{"169":1}}],["merge",{"2":{"135":1}}],["measure",{"2":{"135":1,"149":1}}],["meaning",{"2":{"3":3,"4":1,"6":4,"20":1,"29":1,"42":1,"43":1,"102":4,"125":1}}],["means",{"2":{"3":1,"6":2,"18":1,"41":1,"42":1,"43":1,"73":1,"96":3,"101":1,"102":1,"125":1,"133":1}}],["mean",{"2":{"0":1,"6":5,"17":1,"22":1,"45":2,"46":5,"135":1}}],["meanvalue",{"2":{"0":1,"5":2,"6":3,"44":1,"45":2,"46":15}}],["meets",{"2":{"96":9,"102":1,"159":1}}],["meet",{"2":{"60":3,"73":1,"74":1,"88":1,"96":7,"105":1,"115":1}}],["memory",{"2":{"46":1,"170":1}}],["mesh",{"2":{"45":1,"135":1}}],["message",{"2":{"6":1,"165":1}}],["me",{"0":{"28":1}}],["mentioned",{"2":{"24":1}}],["mentions",{"2":{"6":1,"165":1}}],["menu",{"2":{"14":3}}],["median",{"2":{"13":4,"135":1}}],["mechanics",{"2":{"6":1,"46":1}}],["met",{"2":{"96":44}}],["meters",{"2":{"6":4,"150":1,"151":4,"169":1}}],["methoderror",{"2":{"36":3}}],["methods",{"0":{"2":1,"3":1,"4":1,"6":1},"1":{"3":1,"4":1},"2":{"1":1,"6":9,"9":1,"32":1,"36":26,"46":3,"74":1,"88":1,"105":1,"115":1,"126":1,"130":1,"133":1,"135":2,"150":1,"153":1,"157":2,"163":1,"168":1}}],["method",{"0":{"148":1},"2":{"1":1,"4":1,"5":10,"6":96,"29":1,"39":1,"42":1,"43":2,"46":37,"49":1,"52":1,"60":1,"62":1,"65":4,"68":1,"74":2,"88":2,"102":1,"105":2,"115":2,"126":1,"135":5,"147":1,"148":2,"150":2,"151":9,"152":14,"155":2,"164":1,"165":3,"173":1,"176":1}}],["mutation",{"2":{"171":1}}],["mutlipolygon",{"2":{"4":1,"6":1,"49":1}}],["muladd",{"2":{"46":2}}],["multifloats",{"2":{"13":1,"14":1,"15":1}}],["multifloat",{"2":{"7":1}}],["multilinestringtrait",{"2":{"140":1}}],["multilinestring",{"2":{"6":1,"135":1,"166":2}}],["multi",{"0":{"80":1,"81":1,"94":1,"95":1,"111":1,"112":1,"121":1,"122":1},"2":{"4":2,"6":3,"39":1,"42":1,"52":1,"68":2,"80":1,"81":1,"94":1,"95":1,"111":1,"112":1,"121":1,"122":1}}],["multicurves",{"2":{"42":1,"52":1}}],["multicurve",{"2":{"4":1,"6":1,"42":1}}],["multigeometry",{"2":{"4":2,"6":2,"65":2}}],["multiplication",{"2":{"152":1}}],["multiplied",{"2":{"46":3}}],["multiple",{"2":{"4":1,"6":1,"46":1,"96":1,"142":1,"161":1,"168":1,"172":1}}],["multiply",{"2":{"1":1,"6":1,"153":1}}],["multipolys",{"2":{"62":3}}],["multipoly`",{"2":{"56":2,"59":2,"61":2}}],["multipoly",{"2":{"6":9,"15":3,"56":1,"57":27,"59":1,"60":26,"61":1,"62":24,"146":21,"157":9}}],["multipolygon`",{"2":{"126":1}}],["multipolygons",{"2":{"3":1,"4":1,"6":11,"49":1,"56":3,"59":3,"60":3,"61":3,"64":1,"68":1,"102":2,"145":1,"168":1,"169":1}}],["multipolygon",{"2":{"3":2,"4":5,"6":16,"42":2,"48":1,"56":1,"57":7,"59":1,"60":5,"61":1,"62":6,"68":4,"102":2,"126":7,"135":1,"141":2,"144":7,"145":8,"146":2,"157":3,"168":8,"169":1}}],["multipolygontrait",{"2":{"1":1,"3":4,"4":2,"6":7,"28":1,"57":4,"60":4,"62":4,"68":6,"80":1,"81":1,"94":1,"95":1,"102":8,"111":1,"112":1,"121":1,"122":1,"135":1,"140":1,"146":4}}],["multipoint",{"2":{"4":5,"6":5,"42":1,"68":5,"85":6,"135":4,"157":1,"168":5}}],["multipoints",{"2":{"3":2,"4":1,"6":3,"42":1,"52":1,"68":2,"102":2,"157":1,"168":1}}],["multipointtrait",{"2":{"1":1,"3":2,"4":4,"6":8,"39":2,"42":1,"52":1,"68":8,"80":1,"81":1,"85":4,"94":1,"95":1,"102":4,"111":1,"112":1,"121":1,"122":1,"133":1,"140":1,"157":2,"166":1}}],["multithreading",{"2":{"1":2,"4":1,"6":5,"132":1}}],["must",{"2":{"1":1,"3":8,"4":2,"5":1,"6":23,"9":1,"39":1,"43":1,"46":5,"50":2,"52":3,"55":1,"60":2,"68":5,"71":2,"74":1,"83":1,"84":1,"88":1,"96":13,"102":1,"105":2,"114":1,"115":1,"126":1,"130":1,"135":1,"139":1,"140":3,"141":1,"147":1,"151":1,"152":1,"157":1,"161":4,"165":1}}],["much",{"2":{"0":1,"6":3,"56":1,"59":1,"61":1}}],["mdash",{"2":{"1":4,"3":9,"4":8,"5":3,"6":87,"130":3,"140":1,"141":4}}],["df",{"2":{"171":3,"172":4,"174":10,"175":12}}],["dp",{"2":{"157":3}}],["dy",{"2":{"125":2,"152":3}}],["dy2",{"2":{"125":2}}],["dy1",{"2":{"85":10,"125":2}}],["dyc",{"2":{"85":2}}],["dxlbe",{"2":{"169":1}}],["dx",{"2":{"125":2,"152":3}}],["dx2",{"2":{"125":2}}],["dx1",{"2":{"85":10,"125":2}}],["dxc",{"2":{"85":2}}],["drop",{"2":{"62":1,"146":1,"152":1}}],["driven",{"2":{"32":1}}],["driving",{"2":{"32":1}}],["duplicated",{"2":{"60":2}}],["during",{"2":{"50":1}}],["due",{"2":{"49":1,"50":1,"60":3}}],["datas",{"2":{"176":1}}],["datasets",{"2":{"169":1,"173":1,"174":1}}],["dataset",{"2":{"169":1,"173":1}}],["datainterpolations",{"2":{"149":1}}],["dataframes",{"2":{"171":3,"174":2,"175":1}}],["dataframe",{"2":{"34":1,"171":1,"173":1,"174":5,"175":2}}],["data",{"0":{"126":1,"172":1},"2":{"28":1,"32":1,"126":2,"157":10,"167":1,"169":2,"170":2,"171":2,"172":6,"174":1}}],["database",{"2":{"21":1}}],["dataaspect",{"2":{"13":1,"14":1,"38":1,"41":1,"45":2,"48":1,"51":1,"64":2,"126":2,"150":1,"157":1}}],["dashboard",{"0":{"14":1},"2":{"13":1,"14":1}}],["d",{"2":{"1":2,"5":1,"6":1,"46":1,"147":1,"159":3}}],["deu",{"2":{"175":2}}],["demonstrates",{"2":{"174":1}}],["densify",{"2":{"151":3}}],["densifying",{"2":{"151":1}}],["densifies",{"2":{"149":1}}],["denoted",{"2":{"96":1}}],["denotes",{"2":{"50":1}}],["debug",{"2":{"140":1}}],["debugging",{"2":{"46":1,"50":1}}],["de",{"2":{"96":2,"173":1}}],["derivation",{"2":{"60":1}}],["dealing",{"2":{"52":1}}],["delete",{"2":{"85":1,"102":1,"126":1,"159":1}}],["deleteat",{"2":{"50":6,"159":1,"161":2}}],["delayed",{"2":{"50":10,"57":2,"60":2,"62":2}}],["delay",{"2":{"50":14,"56":2,"57":2,"59":2,"60":2,"61":2,"62":2}}],["depend",{"2":{"50":2}}],["depends",{"2":{"50":1,"55":1}}],["depending",{"2":{"1":1,"6":1,"28":1,"60":1,"135":1}}],["depth",{"2":{"46":2}}],["desktop",{"2":{"172":1}}],["dest",{"2":{"169":2}}],["destinaton",{"2":{"169":1}}],["destination",{"2":{"169":4}}],["desired",{"2":{"61":1,"172":1}}],["despite",{"2":{"39":1}}],["describe",{"0":{"20":1},"2":{"20":1,"21":1,"22":1}}],["described",{"2":{"6":1,"46":1,"49":1,"50":1}}],["descriptions",{"2":{"17":1}}],["deconstruct",{"2":{"128":1}}],["decomposition",{"2":{"23":1,"128":1}}],["decomposing",{"2":{"23":1}}],["decompose",{"2":{"23":2,"34":1,"46":4,"136":1}}],["decide",{"2":{"126":1}}],["decision",{"2":{"29":1}}],["decrementing",{"2":{"126":1}}],["decrease",{"2":{"49":1}}],["decreaseing",{"2":{"6":1,"157":1}}],["degeneracies",{"2":{"9":1}}],["degenerate",{"2":{"6":1,"46":1,"55":2}}],["degrees",{"2":{"6":1,"38":1,"125":1,"151":1}}],["defauly",{"2":{"57":1}}],["default",{"2":{"1":2,"4":5,"6":13,"17":1,"39":1,"42":2,"52":1,"56":1,"57":1,"59":1,"60":5,"61":1,"62":2,"65":2,"126":5,"130":1,"135":2,"147":2,"157":2}}],["defaults",{"2":{"1":6,"4":2,"6":14,"132":3,"135":1}}],["defines",{"2":{"50":1,"128":1,"139":1,"162":1}}],["define",{"2":{"20":1,"45":1,"60":2,"67":1,"126":2,"128":1,"133":1,"135":1,"162":1,"176":2}}],["defined",{"2":{"4":1,"5":1,"6":3,"7":1,"27":1,"39":2,"46":1,"51":1,"52":4,"60":4,"65":2,"124":1,"135":1,"152":1,"162":1}}],["defining",{"2":{"17":1}}],["definitions",{"2":{"30":1,"165":1}}],["definition",{"2":{"4":1,"6":3,"20":1,"68":5,"73":1,"152":1}}],["defintion",{"2":{"4":3,"6":3,"68":3}}],["deeper",{"2":{"1":1,"6":1,"134":1,"135":2}}],["detrimental",{"2":{"144":1}}],["details",{"2":{"130":3,"131":1,"150":2}}],["detection",{"2":{"126":1}}],["determined",{"2":{"50":1,"52":1}}],["determine",{"2":{"50":10,"52":3,"56":2,"59":2,"60":9,"61":2,"74":1,"88":1,"96":9,"102":1,"105":1,"115":1,"159":3,"173":1}}],["determines",{"2":{"42":1,"50":3,"60":1,"96":10}}],["determinant",{"2":{"6":1,"46":1}}],["det",{"2":{"0":1,"6":2,"46":4}}],["dirname",{"2":{"157":4}}],["dirty",{"2":{"156":1}}],["directive",{"2":{"135":1}}],["direction",{"2":{"6":1,"30":1,"50":1,"68":5,"126":3}}],["directly",{"2":{"6":1,"126":1,"151":1}}],["dig",{"2":{"135":1}}],["dict",{"2":{"126":5}}],["didn",{"2":{"62":1,"96":1,"164":1}}],["dizzying",{"2":{"20":1}}],["division",{"2":{"45":1}}],["div",{"2":{"6":2}}],["div>",{"2":{"6":2}}],["ditance",{"2":{"4":1,"6":1,"65":1}}],["dimensional",{"2":{"5":1,"6":1,"41":1,"46":1}}],["dimensions",{"2":{"3":1,"6":1,"102":2}}],["dimension",{"2":{"1":1,"3":4,"6":4,"85":2,"101":1,"102":4,"147":1}}],["discouraged",{"2":{"170":1}}],["discussion",{"2":{"30":1,"32":1,"55":1}}],["disagree",{"2":{"42":1}}],["distributed",{"2":{"174":2}}],["distinct",{"2":{"60":1,"126":1}}],["distinguish",{"2":{"30":1}}],["dist",{"2":{"60":40,"65":19,"96":2,"151":8,"159":40}}],["distance`",{"2":{"151":3,"152":1,"165":1}}],["distances",{"2":{"60":1,"64":1,"151":1,"158":5}}],["distance",{"0":{"63":2,"64":2},"1":{"64":2,"65":2},"2":{"0":4,"4":26,"6":47,"36":1,"43":3,"46":13,"52":3,"60":32,"63":2,"64":17,"65":92,"96":1,"128":1,"149":1,"150":5,"151":13,"152":14,"157":1,"158":3,"159":6,"160":1,"176":2}}],["disparate",{"2":{"32":1}}],["dispatches",{"2":{"6":1,"39":1,"42":1,"46":1,"49":1,"52":1,"65":1,"68":1,"74":1,"88":1,"102":1,"105":1,"115":1}}],["dispatch",{"2":{"4":1,"6":5,"29":1,"46":1,"68":1,"130":1,"135":2,"163":1,"165":1}}],["displaying",{"2":{"169":1}}],["display",{"2":{"13":1,"45":1,"169":1}}],["disjoint",{"0":{"86":1,"87":1,"90":1,"91":1,"92":1,"93":1,"94":1},"1":{"87":1,"88":1},"2":{"0":2,"3":5,"6":7,"28":1,"36":1,"62":2,"86":1,"87":3,"88":11,"89":6,"90":15,"91":18,"92":10,"93":5,"94":4,"95":2,"96":16,"99":3,"141":2,"144":2,"146":7,"173":1}}],["diffs",{"2":{"39":4}}],["diff",{"2":{"6":2,"39":17,"56":5,"57":3,"102":3,"146":8}}],["differs",{"2":{"169":1}}],["differ",{"2":{"4":1,"6":1,"65":1}}],["differently",{"2":{"4":3,"6":4,"39":1,"42":2,"52":1}}],["different",{"2":{"3":1,"4":4,"6":6,"25":1,"28":1,"30":1,"39":1,"42":4,"50":3,"52":1,"60":2,"102":3,"126":1,"133":1,"135":1,"144":2,"169":2,"172":1}}],["differences",{"0":{"57":1},"2":{"60":1,"159":1}}],["difference",{"0":{"56":1},"2":{"0":1,"6":7,"11":1,"28":1,"36":1,"50":3,"56":12,"57":14,"60":1,"61":1,"62":3,"141":1,"146":1,"151":1}}],["diffintersectingpolygons",{"2":{"0":1,"6":1,"141":1,"146":4}}],["doi",{"2":{"56":2,"59":2,"61":2,"96":1}}],["doing",{"2":{"22":1,"27":1,"135":1,"170":1}}],["dot",{"2":{"39":2,"46":1}}],["doable",{"2":{"9":1}}],["documenter",{"2":{"130":3,"131":1,"150":2}}],["documentation",{"0":{"0":1},"1":{"1":1,"2":1,"3":1,"4":1,"5":1,"6":1},"2":{"0":1,"45":1}}],["docstring",{"2":{"130":6,"131":2,"150":4}}],["docstrings",{"0":{"129":1},"1":{"130":1},"2":{"7":1}}],["docs",{"2":{"21":1,"126":1}}],["doc",{"2":{"9":1,"10":1}}],["does",{"0":{"27":1},"2":{"7":1,"18":1,"24":1,"48":1,"60":2,"70":1,"73":3,"96":1}}],["doesn",{"2":{"4":1,"6":2,"42":1,"55":1,"68":1,"151":1,"165":1,"175":1}}],["download",{"2":{"157":1,"169":1}}],["down",{"2":{"6":1,"23":1,"34":1,"46":1,"135":1}}],["doublets",{"2":{"175":2}}],["double",{"2":{"160":4}}],["doubled",{"2":{"6":1,"160":1}}],["douglas",{"2":{"155":2,"157":2,"159":1}}],["douglaspeucker",{"0":{"159":1},"2":{"0":1,"6":5,"155":1,"157":5,"159":6}}],["done",{"0":{"10":1},"2":{"13":1,"14":1,"96":2,"126":1,"128":1,"144":1,"168":1,"173":1}}],["don",{"2":{"4":2,"6":3,"50":4,"56":1,"62":1,"68":6,"91":1,"96":1,"114":1,"118":1,"126":2,"135":3,"152":1,"165":1}}],["do",{"0":{"9":1,"28":1,"31":1,"58":1},"2":{"1":1,"6":2,"14":1,"20":1,"28":1,"36":1,"39":1,"42":2,"43":1,"46":2,"49":1,"52":1,"55":1,"62":3,"65":2,"67":1,"68":1,"83":1,"91":2,"92":1,"93":2,"96":1,"126":4,"128":1,"135":9,"137":1,"138":1,"143":2,"145":1,"148":1,"151":1,"153":2,"154":2,"157":1,"169":2,"170":2,"171":3,"174":1,"175":1}}],["automatically",{"2":{"169":1}}],["autmoatically",{"2":{"102":1}}],["ay",{"2":{"125":2}}],["azimuth",{"2":{"125":2}}],["a``",{"2":{"57":2}}],["a`",{"2":{"57":7,"60":3,"62":2}}],["a2y",{"2":{"60":4}}],["a2x",{"2":{"60":4}}],["a2",{"2":{"45":4,"60":54,"102":6}}],["a1y",{"2":{"60":7}}],["a1x",{"2":{"60":7}}],["a1",{"2":{"45":2,"50":9,"60":66,"102":6}}],["away",{"2":{"43":1,"85":1,"176":1}}],["america",{"2":{"157":1}}],["am",{"2":{"96":1}}],["ambiguity",{"2":{"65":2,"135":5}}],["amounts",{"2":{"172":1}}],["amount",{"2":{"41":1,"51":1}}],["amp",{"2":{"6":1,"9":1}}],["against",{"2":{"68":1,"96":2,"151":1,"157":1}}],["again",{"2":{"60":1,"135":1}}],["agree",{"2":{"30":1}}],["agnostic",{"2":{"30":1}}],["axes",{"2":{"126":6}}],["ax",{"2":{"13":3,"14":3,"125":2,"168":5}}],["axislegend",{"2":{"150":1,"156":1}}],["axis",{"2":{"13":2,"14":1,"38":1,"41":1,"45":4,"48":1,"51":1,"64":1,"126":2,"150":1,"157":1}}],["axs",{"2":{"13":2}}],["a>",{"2":{"6":2}}],["adaptivity",{"0":{"58":1}}],["adaptive",{"2":{"7":1,"13":3,"14":2,"58":1}}],["adapted",{"2":{"56":1,"59":1,"61":1,"125":1}}],["adjust",{"2":{"60":1}}],["adjusting",{"2":{"21":1}}],["adjacent",{"2":{"50":1,"57":1,"60":1,"62":1}}],["advance",{"2":{"49":2}}],["advised",{"2":{"6":1,"163":1}}],["administrative",{"2":{"175":1}}],["admin",{"2":{"11":1,"157":2}}],["adm0",{"2":{"11":7}}],["additional",{"2":{"172":1}}],["additionally",{"2":{"50":3,"68":1}}],["addition",{"2":{"45":1,"62":1}}],["adding",{"2":{"4":1,"6":4,"7":1,"62":2,"126":1,"142":1,"149":1,"151":2,"152":1}}],["added",{"2":{"6":1,"39":1,"50":6,"52":1,"62":2,"130":1,"135":1,"146":2,"159":1}}],["add",{"2":{"3":1,"6":1,"7":2,"43":1,"46":1,"50":16,"52":1,"55":4,"56":3,"59":1,"60":2,"61":2,"62":9,"85":1,"126":4,"135":1,"149":1,"151":1,"159":10,"164":1,"169":1,"171":2,"173":1}}],["availible",{"2":{"49":1}}],["available",{"0":{"141":1},"2":{"6":3,"36":1,"140":3,"149":1,"150":1,"152":1,"157":1,"161":1,"163":1}}],["average",{"2":{"44":3,"49":4,"60":1}}],["avoid",{"2":{"5":1,"6":7,"46":1,"56":1,"59":1,"60":1,"61":1,"62":1,"126":2,"135":5,"152":1,"158":1,"159":1,"160":1,"168":3}}],["achieve",{"2":{"144":1}}],["across",{"2":{"133":1}}],["acos",{"2":{"39":1}}],["activate",{"2":{"150":1}}],["action",{"2":{"25":2}}],["actions",{"2":{"25":2}}],["actual",{"2":{"10":1,"46":1,"125":1,"138":1,"147":1,"151":1}}],["actually",{"2":{"9":1,"46":4,"60":1,"62":3,"96":1,"126":1,"172":1}}],["actuall",{"2":{"1":1,"6":1,"153":1}}],["access",{"2":{"169":1}}],["accessed",{"2":{"165":1}}],["acceptable",{"2":{"96":1}}],["accept",{"2":{"6":1,"165":1}}],["according",{"2":{"137":1,"144":1,"145":1,"174":1}}],["accordingly",{"2":{"50":1}}],["account",{"2":{"56":1,"59":1}}],["accurary",{"2":{"60":1}}],["accuratearithmetic",{"2":{"11":2}}],["accurate",{"0":{"11":1},"2":{"11":3,"150":1}}],["accumulators",{"2":{"46":1}}],["accumulator",{"2":{"46":1}}],["accumulate",{"2":{"42":1,"49":3}}],["accumulation",{"0":{"11":1},"2":{"46":1}}],["after",{"2":{"6":8,"39":1,"50":3,"135":1,"157":2}}],["ab",{"2":{"50":3,"56":1,"59":1,"60":5,"61":1}}],["able",{"2":{"25":1,"60":1}}],["ability",{"2":{"22":1}}],["about",{"2":{"6":1,"29":2,"35":1,"46":2,"96":1,"136":1}}],["above",{"2":{"4":1,"6":1,"39":1,"49":1,"50":1,"60":1,"62":1,"140":1}}],["abs",{"2":{"39":1,"42":4,"49":1,"52":2,"85":8,"102":2,"126":1,"160":1,"176":1}}],["absolute",{"2":{"4":1,"6":1,"41":1,"42":2}}],["abstractpolygon",{"2":{"135":1}}],["abstractpolygontrait",{"2":{"65":1}}],["abstractpoint",{"2":{"135":1}}],["abstractface",{"2":{"135":1}}],["abstractfloat",{"2":{"36":1,"39":1,"42":2,"50":1,"52":2,"55":1,"56":1,"59":1,"60":1,"61":1,"65":8}}],["abstractrange",{"2":{"126":6}}],["abstractmesh",{"2":{"135":1}}],["abstractmulticurvetrait",{"2":{"80":1,"81":1,"94":1,"95":1,"111":1,"112":1,"121":1,"122":1}}],["abstractmatrix",{"2":{"6":5,"126":13}}],["abstractcurvetrait",{"2":{"39":1,"42":1,"52":1,"76":1,"79":1,"80":1,"85":1,"90":1,"94":1,"107":1,"110":1,"111":1,"117":1,"120":1,"121":1,"125":1,"157":2,"166":3}}],["abstractarrays",{"2":{"133":1}}],["abstractarray",{"2":{"6":1,"130":1,"135":6,"166":2}}],["abstract",{"2":{"6":3,"46":3,"139":1,"140":4,"141":1,"157":3,"164":1}}],["abstractvector",{"2":{"5":1,"6":1,"46":26,"126":8}}],["abstractgeometrytrait`",{"2":{"140":1}}],["abstractgeometrytrait",{"2":{"6":3,"42":2,"52":1,"65":1,"81":1,"95":1,"112":1,"122":1,"130":1,"133":1,"140":4,"141":2,"166":5}}],["abstractgeometry",{"2":{"3":4,"6":4,"71":2,"84":2,"135":1}}],["abstracttrait",{"2":{"1":2,"3":2,"6":8,"55":1,"57":2,"60":4,"62":2,"102":4,"128":1,"130":2,"135":9,"163":3}}],["abstractbarycentriccoordinatemethod",{"2":{"0":1,"5":1,"6":7,"46":18}}],["attribute",{"2":{"172":1}}],["attributed",{"2":{"171":1}}],["attributes",{"0":{"171":1},"2":{"167":1,"171":3}}],["attempts",{"2":{"96":1}}],["attach",{"2":{"1":2,"4":1,"6":5,"132":1}}],["atomic",{"2":{"7":1}}],["at",{"2":{"3":4,"5":1,"6":6,"9":1,"23":1,"25":1,"29":1,"39":2,"41":1,"42":1,"45":1,"46":2,"50":4,"52":2,"60":8,"62":2,"96":17,"102":6,"105":1,"111":1,"114":1,"115":1,"118":3,"119":2,"120":2,"121":1,"122":1,"125":1,"133":1,"135":1,"150":1,"152":1,"159":1,"161":1,"169":1,"170":2}}],["arbitrarily",{"2":{"133":1}}],["arbitrary",{"2":{"44":1,"128":1,"168":1}}],["around",{"2":{"45":1,"46":2,"55":1,"64":1,"68":1,"126":1,"157":1,"174":1}}],["article",{"2":{"30":1}}],["articles",{"2":{"30":1}}],["argmin",{"2":{"161":1}}],["argtypes",{"2":{"43":2,"148":1,"151":1}}],["args",{"2":{"13":2}}],["argumenterror",{"2":{"62":1,"126":1,"135":5}}],["argument",{"2":{"4":5,"6":10,"39":1,"42":2,"49":1,"52":1,"56":1,"59":1,"61":1,"65":2,"135":2,"165":2,"169":1,"170":1}}],["arguments",{"2":{"1":1,"3":1,"6":5,"50":1,"74":2,"88":1,"105":1,"115":1,"147":1,"151":2,"152":1,"165":1}}],["arithmetic",{"2":{"11":1}}],["archgdal",{"2":{"28":1}}],["arc",{"2":{"6":1,"151":1}}],["array",{"2":{"4":1,"6":2,"20":1,"42":1,"52":1,"126":5,"135":7,"158":1,"161":1}}],["arrays",{"2":{"1":1,"6":2,"27":1,"126":1,"135":2}}],["aren",{"2":{"4":3,"6":5,"55":1,"57":1,"60":2,"62":4,"68":3,"141":2,"146":2}}],["are",{"2":{"1":1,"3":4,"4":18,"5":2,"6":50,"9":2,"17":1,"19":1,"20":2,"25":2,"27":3,"29":1,"30":3,"32":1,"38":1,"39":8,"41":1,"42":2,"44":6,"46":11,"48":1,"49":3,"50":31,"52":6,"55":3,"56":3,"57":15,"59":2,"60":16,"61":5,"62":9,"64":1,"65":1,"67":3,"68":26,"70":1,"74":7,"76":1,"77":3,"78":3,"79":1,"81":1,"87":1,"88":5,"90":1,"91":1,"92":1,"94":1,"95":1,"96":12,"102":7,"104":1,"105":5,"107":1,"108":3,"109":3,"110":1,"112":1,"115":5,"117":1,"119":2,"125":1,"126":14,"127":1,"130":1,"133":1,"135":4,"136":1,"137":1,"138":1,"140":1,"141":3,"142":1,"144":1,"145":1,"146":2,"150":1,"151":1,"152":1,"154":1,"157":4,"159":1,"161":2,"162":2,"163":1,"165":1,"168":1,"171":2,"172":2,"173":3,"174":6,"175":1,"176":1}}],["area2",{"2":{"49":4}}],["area1",{"2":{"49":4}}],["areas",{"2":{"4":2,"6":2,"42":3,"160":2}}],["area",{"0":{"40":2,"41":2},"1":{"41":2,"42":2},"2":{"0":5,"4":15,"6":25,"11":6,"36":1,"40":2,"41":9,"42":61,"47":1,"48":3,"49":49,"51":2,"52":44,"61":2,"62":1,"102":1,"128":1,"141":2,"146":2,"157":2,"160":4,"169":1}}],["ask",{"2":{"28":1}}],["aspect",{"2":{"13":1,"14":1,"38":1,"41":1,"45":2,"48":1,"51":1,"64":2,"126":2,"150":1,"157":1}}],["assign",{"2":{"167":1}}],["assigned",{"2":{"50":1,"126":7,"174":1}}],["assets",{"2":{"169":1}}],["assetpath",{"2":{"169":1}}],["assemble",{"2":{"138":1}}],["assert",{"2":{"46":23,"49":1,"50":1,"55":1,"57":1,"60":1,"152":1,"166":1}}],["associativity",{"2":{"24":1}}],["associated",{"0":{"1":1},"2":{"17":1,"44":2}}],["assumed",{"2":{"18":1,"42":1,"68":1,"96":1}}],["assume",{"2":{"17":1,"102":2,"135":3,"137":1,"146":1}}],["assumes",{"2":{"6":1,"30":1,"50":1,"65":1,"151":1,"161":1}}],["as",{"2":{"1":8,"3":18,"4":6,"5":1,"6":79,"7":1,"11":2,"13":3,"14":3,"15":3,"19":1,"20":1,"22":2,"23":2,"25":1,"27":1,"28":2,"29":1,"32":1,"38":2,"39":4,"41":2,"42":3,"43":3,"44":4,"45":1,"46":4,"48":2,"49":1,"50":15,"51":2,"52":5,"54":3,"55":5,"56":8,"57":2,"59":7,"60":8,"61":7,"62":5,"64":3,"65":1,"67":2,"68":2,"70":2,"71":2,"73":3,"74":3,"83":2,"84":2,"85":2,"87":2,"88":3,"96":7,"98":2,"99":2,"101":2,"102":2,"104":2,"105":3,"114":2,"115":3,"117":1,"125":8,"126":3,"128":3,"130":1,"133":2,"134":2,"135":15,"137":2,"138":2,"140":1,"141":1,"142":1,"145":2,"147":3,"149":2,"150":2,"151":3,"153":3,"155":2,"156":2,"157":7,"159":2,"163":2,"164":2,"165":2,"166":2,"167":3,"168":2,"169":1,"170":1,"172":3,"173":2,"174":3,"175":2}}],["alone",{"2":{"135":1}}],["along",{"2":{"4":4,"6":5,"50":3,"52":2,"60":4,"68":4,"96":1}}],["although",{"2":{"108":1,"109":1}}],["alternate",{"2":{"50":1}}],["alternative",{"2":{"50":1}}],["already",{"2":{"68":1,"96":2,"159":1}}],["almost",{"2":{"60":1}}],["alg=nothing",{"2":{"157":1}}],["alg`",{"2":{"157":1}}],["alg",{"2":{"6":4,"157":21,"158":3,"159":8,"160":3,"161":7,"165":9}}],["algorithms",{"2":{"6":3,"30":1,"137":1,"152":1,"155":1,"157":4,"159":1,"161":1}}],["algorithm",{"0":{"158":1,"159":1,"160":1},"2":{"6":10,"45":1,"50":2,"52":1,"55":3,"56":1,"59":1,"61":1,"96":1,"155":1,"157":8,"158":1,"159":3,"160":1,"165":4}}],["allocations",{"2":{"5":1,"6":1,"46":1}}],["allow=",{"2":{"96":1}}],["allows",{"2":{"11":1,"23":1,"28":1,"29":1,"34":1,"74":2,"76":3,"77":3,"78":3,"79":1,"88":2,"90":3,"91":3,"92":2,"93":1,"105":3,"107":3,"108":3,"109":3,"110":1,"115":1,"118":1,"119":1,"120":1,"128":1,"155":1,"169":1,"171":1,"173":1}}],["allowed",{"2":{"6":1,"74":3,"88":3,"96":6,"105":3,"115":5,"117":1,"118":2,"157":1}}],["allow",{"2":{"1":1,"6":1,"28":1,"60":1,"74":7,"85":3,"88":7,"96":73,"105":10,"115":10,"153":1}}],["all",{"2":{"1":3,"3":2,"4":3,"6":14,"9":1,"11":7,"27":1,"32":1,"36":2,"39":5,"42":3,"46":1,"50":13,"52":3,"56":1,"57":3,"60":3,"62":5,"64":1,"68":2,"70":1,"77":3,"78":3,"81":1,"94":1,"95":1,"96":7,"102":4,"104":1,"112":1,"125":1,"126":3,"127":1,"130":1,"133":2,"134":1,"135":8,"138":1,"140":1,"142":1,"143":1,"144":1,"153":2,"154":1,"157":1,"162":1,"168":1,"170":1,"172":1,"173":1}}],["always",{"2":{"1":7,"4":6,"6":10,"32":1,"41":1,"42":4,"52":2,"64":1,"65":1,"68":1,"135":2,"147":4,"173":1}}],["also",{"2":{"1":2,"6":10,"28":1,"39":1,"42":2,"49":2,"50":3,"52":1,"56":1,"59":1,"60":2,"61":1,"64":1,"65":2,"68":3,"102":1,"126":1,"133":1,"135":1,"138":1,"141":3,"146":2,"148":1,"149":1,"150":1,"151":1,"153":1,"155":1,"163":1,"168":2,"171":1}}],["a",{"0":{"28":1,"169":1,"171":1},"2":{"1":13,"3":5,"4":79,"5":1,"6":194,"7":3,"9":1,"11":1,"15":2,"17":2,"18":4,"20":2,"21":6,"22":1,"23":6,"25":3,"27":3,"28":4,"29":2,"30":1,"31":1,"32":2,"34":2,"35":2,"38":3,"39":22,"41":11,"42":20,"43":2,"44":13,"45":4,"46":11,"48":5,"49":8,"50":281,"51":2,"52":17,"54":3,"55":4,"56":39,"57":30,"58":3,"59":38,"60":91,"61":36,"62":45,"64":15,"65":27,"67":2,"68":54,"70":2,"73":1,"74":3,"76":5,"77":3,"78":2,"80":2,"81":2,"83":2,"85":1,"87":1,"88":3,"90":4,"91":3,"92":1,"94":2,"95":2,"96":52,"98":2,"101":5,"102":27,"104":1,"105":3,"107":5,"108":2,"109":2,"111":2,"112":2,"114":2,"115":4,"117":4,"118":2,"119":2,"120":1,"121":2,"122":2,"124":1,"125":4,"126":79,"128":4,"130":2,"133":4,"135":34,"136":6,"137":2,"138":2,"139":5,"140":5,"141":9,"142":2,"143":3,"144":8,"146":6,"147":8,"148":3,"149":5,"150":4,"151":8,"152":10,"153":2,"154":1,"156":3,"157":5,"160":3,"161":1,"163":6,"164":1,"165":12,"166":2,"167":1,"168":21,"169":12,"170":5,"171":5,"172":11,"173":5,"174":8,"175":3,"176":3}}],["annotation",{"2":{"164":1}}],["angels",{"2":{"39":1}}],["angle",{"2":{"39":35,"125":1}}],["angles",{"0":{"37":1,"38":1},"1":{"38":1,"39":1},"2":{"0":2,"4":10,"6":10,"36":1,"37":1,"38":4,"39":42}}],["answers",{"2":{"144":1}}],["answer",{"2":{"6":3,"56":1,"59":1,"60":1,"61":1}}],["another",{"2":{"3":1,"6":1,"50":2,"60":1,"64":1,"70":1,"73":1,"76":1,"78":1,"79":1,"83":1,"87":1,"90":1,"91":1,"92":1,"93":1,"96":1,"98":1,"101":1,"102":1,"104":1,"107":1,"108":1,"109":1,"110":1,"114":1,"117":1,"118":1,"119":1,"120":1,"126":1,"147":1}}],["anonymous",{"2":{"1":1,"6":1,"153":1}}],["an",{"2":{"1":3,"4":11,"5":1,"6":27,"9":1,"13":1,"14":1,"21":1,"23":1,"25":1,"28":2,"38":1,"39":4,"41":1,"42":2,"43":2,"45":1,"46":3,"48":1,"50":15,"51":2,"52":2,"54":1,"55":1,"56":2,"57":5,"59":2,"60":9,"61":2,"62":2,"64":2,"65":5,"67":1,"68":1,"70":1,"73":2,"76":2,"83":1,"87":1,"96":13,"98":1,"101":1,"102":1,"104":1,"107":2,"108":1,"109":1,"114":1,"126":3,"127":1,"130":1,"133":1,"134":1,"135":8,"138":1,"142":1,"147":1,"151":1,"153":2,"165":3,"166":1,"168":2,"169":2,"171":1,"174":1}}],["anything",{"2":{"45":1,"96":1}}],["any",{"2":{"1":3,"3":1,"4":2,"6":19,"23":1,"29":1,"32":1,"34":1,"44":2,"49":1,"50":7,"52":1,"55":1,"57":1,"60":4,"62":1,"65":2,"75":2,"76":1,"79":1,"87":1,"89":2,"90":1,"91":2,"92":1,"93":2,"96":8,"102":2,"106":2,"110":1,"116":2,"126":2,"128":2,"130":1,"135":2,"138":1,"139":1,"140":3,"141":4,"146":4,"147":2,"149":1,"151":1,"152":1,"159":1,"166":1,"173":2,"174":2}}],["and",{"0":{"1":1,"25":1,"27":1,"29":1,"40":1,"57":1,"60":1,"62":1,"63":1,"168":1,"169":1,"171":1},"1":{"41":1,"42":1,"64":1,"65":1},"2":{"0":2,"1":8,"3":11,"4":18,"6":84,"7":1,"9":2,"17":1,"20":2,"21":1,"22":4,"23":4,"25":2,"27":1,"28":2,"29":3,"30":4,"31":1,"32":2,"34":2,"35":1,"36":1,"39":13,"41":1,"42":7,"43":1,"44":2,"45":2,"46":20,"47":2,"48":1,"49":29,"50":71,"51":2,"52":18,"54":1,"55":4,"56":4,"57":16,"59":4,"60":38,"61":6,"62":15,"64":2,"65":13,"67":2,"68":13,"70":3,"71":2,"73":2,"74":3,"77":3,"78":4,"79":1,"83":2,"84":2,"85":1,"88":3,"91":3,"92":1,"93":1,"96":36,"98":1,"101":2,"102":3,"104":3,"105":4,"107":2,"108":3,"109":3,"110":1,"115":2,"119":2,"120":2,"125":2,"126":16,"128":8,"130":1,"133":2,"134":3,"135":22,"136":1,"137":2,"138":1,"139":1,"140":4,"141":2,"142":2,"143":2,"144":1,"147":2,"150":1,"151":5,"152":4,"153":1,"155":2,"156":1,"157":8,"159":8,"160":1,"161":1,"163":1,"164":3,"165":4,"167":3,"168":9,"169":7,"170":2,"172":5,"173":2,"174":4,"175":2}}],["apart",{"2":{"146":1}}],["april",{"0":{"7":1}}],["appears",{"2":{"137":1}}],["append",{"2":{"39":1,"50":5,"56":1,"57":2,"60":2,"61":1,"62":5,"146":2}}],["approximately",{"2":{"150":1}}],["approximatly",{"2":{"50":1}}],["approach",{"2":{"24":1}}],["appropriately",{"2":{"174":1}}],["appropriate",{"2":{"6":1,"165":2}}],["applies",{"2":{"133":2}}],["applied",{"2":{"6":3,"25":1,"130":1,"135":2,"139":2,"140":2,"141":1}}],["application",{"2":{"1":1,"6":3,"135":1,"138":1,"140":3,"141":1,"146":2,"149":1,"152":1}}],["apply`",{"2":{"135":1}}],["applys",{"2":{"42":1,"52":1}}],["applyreduce",{"0":{"24":1},"2":{"0":2,"1":1,"6":1,"22":1,"24":2,"34":1,"39":1,"42":1,"49":2,"52":1,"65":2,"128":3,"130":1,"135":39,"164":1}}],["apply",{"0":{"1":1,"23":1,"27":1,"34":1,"133":1},"1":{"24":1},"2":{"0":2,"1":4,"6":7,"22":1,"23":5,"25":1,"27":1,"29":1,"34":3,"128":5,"130":1,"132":1,"133":4,"134":1,"135":56,"140":4,"141":1,"142":1,"143":3,"147":1,"151":1,"152":1,"153":3,"154":2,"157":2,"164":1}}],["apis",{"2":{"22":1}}],["api",{"0":{"0":1,"46":1},"1":{"1":1,"2":1,"3":1,"4":1,"5":1,"6":1},"2":{"0":1,"6":3,"29":1,"46":1,"151":1,"157":1,"165":1}}],["snapped",{"2":{"126":1}}],["s3",{"2":{"50":3}}],["scratch",{"2":{"172":1}}],["sciences",{"2":{"169":1}}],["scalefactor",{"2":{"151":3}}],["scattered",{"2":{"174":1}}],["scatter",{"2":{"48":1,"64":2,"67":2,"70":2,"73":1,"83":1,"87":2,"101":2,"104":2,"174":1}}],["schema",{"2":{"135":6}}],["scheme",{"2":{"49":1}}],["scenario",{"2":{"96":2}}],["scene",{"2":{"14":1}}],["skipmissing",{"2":{"126":1}}],["skipped",{"2":{"126":1}}],["skip",{"2":{"42":1,"96":14,"126":1,"161":4}}],["skygering",{"2":{"7":1}}],["square",{"2":{"65":1,"158":1,"159":1}}],["squared",{"2":{"6":2,"52":2,"65":12,"158":2,"159":7}}],["sqrt",{"2":{"39":2,"49":1,"65":3}}],["sgn",{"2":{"39":5}}],["smallest",{"2":{"39":2,"60":1}}],["sᵢ₋₁",{"2":{"46":25}}],["sᵢ₊₁",{"2":{"6":2,"46":41}}],["sᵢ",{"2":{"6":4,"46":46}}],["src",{"2":{"6":2}}],["syntax",{"2":{"171":1}}],["symdifference",{"2":{"127":1}}],["sym10100477",{"2":{"96":1}}],["symbol=",{"2":{"85":1}}],["symbol",{"2":{"6":1,"165":2}}],["systems",{"0":{"17":1},"1":{"18":1,"19":1,"20":1,"21":1},"2":{"17":2}}],["system",{"0":{"169":1,"170":1},"2":{"1":2,"21":1,"147":2,"167":2,"169":1}}],["switches",{"2":{"60":1,"62":1}}],["switch",{"2":{"50":1,"62":1,"164":1}}],["switching",{"2":{"6":1,"52":1}}],["swap",{"2":{"6":1,"62":1,"65":2,"143":1}}],["swapped",{"2":{"3":1,"6":1,"71":1,"74":1,"84":1,"85":1,"99":1,"102":1}}],["swapping",{"2":{"1":1,"6":1,"135":1}}],["s2",{"2":{"6":4,"18":1,"46":6,"50":3}}],["s1",{"2":{"6":3,"46":6,"50":3}}],["saving",{"0":{"172":1}}],["saved",{"2":{"68":1}}],["save",{"2":{"39":1,"167":1,"172":3}}],["samples",{"2":{"13":1}}],["sample",{"2":{"13":1}}],["same",{"2":{"3":2,"4":12,"6":23,"23":1,"39":3,"42":1,"50":15,"52":1,"55":1,"56":3,"59":1,"60":1,"61":1,"62":1,"64":1,"67":2,"68":30,"96":2,"101":1,"102":8,"130":1,"133":1,"135":6,"136":1,"141":2,"145":1,"146":2,"150":1,"168":1,"169":1,"172":1}}],["say",{"2":{"6":1,"46":1,"151":1}}],["span",{"2":{"174":1}}],["spatial",{"0":{"173":1},"1":{"174":1,"175":1,"176":1},"2":{"173":6,"174":3,"176":1}}],["spawn",{"2":{"135":5}}],["space",{"2":{"6":2,"17":2,"18":1,"32":1,"39":1,"41":1,"96":1,"151":1,"152":1}}],["sp",{"2":{"96":2}}],["split",{"2":{"55":1}}],["specialized",{"2":{"32":1}}],["special",{"2":{"18":1}}],["specify",{"2":{"6":1,"130":1,"135":1,"169":1,"170":1,"173":1}}],["specification",{"2":{"137":1,"140":1,"144":1,"145":1}}],["specifically",{"2":{"6":2,"30":1,"46":3,"155":1,"173":1}}],["specific",{"2":{"50":1,"74":1,"88":1,"105":1,"115":1,"135":5}}],["specified",{"2":{"3":1,"6":2,"50":1,"57":2,"60":2,"62":2,"102":1,"133":1,"157":1}}],["spherical",{"2":{"18":2}}],["sphere",{"2":{"18":1}}],["slow",{"2":{"175":1}}],["slower",{"2":{"6":1,"165":2}}],["slope2",{"2":{"125":2}}],["slope1",{"2":{"125":2}}],["slidergrid",{"2":{"14":1}}],["sliders",{"2":{"14":3}}],["slighly",{"2":{"4":1,"6":1,"42":1}}],["slightly",{"2":{"4":1,"6":1,"42":1}}],["suite",{"2":{"151":5,"157":13}}],["suggestion",{"2":{"148":1}}],["sun",{"2":{"96":1}}],["suppose",{"2":{"175":1,"176":1}}],["supports",{"2":{"45":1,"46":1,"172":1,"176":2}}],["support",{"2":{"43":1,"149":1,"176":1}}],["supported",{"2":{"28":1,"172":1}}],["supertype",{"2":{"6":1,"46":1}}],["surrounds",{"2":{"96":1}}],["survey",{"2":{"21":1}}],["sure",{"2":{"9":1,"39":1,"50":2,"65":1,"102":1,"161":1}}],["sukumar",{"2":{"6":1,"46":1}}],["such",{"2":{"4":1,"6":1,"18":1,"41":1,"54":1,"133":1,"142":1}}],["sum=1",{"2":{"46":1}}],["sum",{"2":{"4":2,"6":3,"11":6,"41":1,"42":2,"44":2,"46":8,"52":1,"65":2,"125":5,"161":1,"166":4}}],["sublevel",{"2":{"175":1}}],["subsequent",{"2":{"168":1}}],["substituted",{"2":{"1":1,"6":1,"135":1}}],["subgeom1",{"2":{"135":2}}],["subgeom",{"2":{"135":3}}],["subject",{"2":{"50":1}}],["subtype",{"2":{"135":1}}],["subtypes",{"2":{"6":2,"46":2}}],["subtracted",{"2":{"125":1}}],["subtitle",{"2":{"13":1,"45":2,"151":1,"157":2}}],["sub",{"2":{"4":6,"6":7,"39":1,"42":3,"52":1,"57":6,"60":3,"62":4,"65":2,"80":2,"81":2,"94":2,"95":2,"111":2,"112":2,"121":2,"122":2,"135":3,"144":4,"145":2,"146":4}}],["series",{"2":{"168":1}}],["services",{"2":{"21":1}}],["serve",{"2":{"6":1,"46":1}}],["searchsortedfirst",{"2":{"159":1}}],["seg2",{"2":{"125":2}}],["seg1",{"2":{"125":3}}],["seg",{"2":{"96":23,"102":9}}],["segmentation",{"2":{"150":1}}],["segments",{"2":{"28":1,"36":1,"38":2,"39":1,"48":1,"49":2,"50":3,"52":1,"60":6,"96":18,"151":1,"152":3}}],["segmentization",{"2":{"149":1}}],["segmentizing",{"2":{"6":3,"150":1,"151":2,"152":1}}],["segmentized",{"2":{"150":1}}],["segmentizes",{"2":{"149":1}}],["segmentizemethod",{"2":{"6":1,"151":3,"152":2}}],["segmentize",{"0":{"149":1},"1":{"150":1,"151":1,"152":1},"2":{"0":1,"6":4,"18":1,"36":1,"43":1,"128":1,"149":1,"150":5,"151":11,"152":13}}],["segment",{"2":{"4":4,"6":7,"39":1,"49":5,"50":6,"52":3,"54":1,"60":17,"65":2,"85":3,"96":43,"102":3,"125":2,"149":1,"151":2,"152":1}}],["seperates",{"2":{"96":1}}],["seperate",{"2":{"50":1,"60":1}}],["separately",{"2":{"46":1,"126":1}}],["separate",{"2":{"20":1,"126":1,"135":1,"164":1,"172":1,"174":1}}],["several",{"2":{"25":2,"30":2,"42":1,"136":1,"146":1}}],["sense",{"2":{"17":1,"42":1,"65":1}}],["section",{"2":{"96":3,"101":1}}],["sections",{"2":{"10":1}}],["seconds=1",{"2":{"151":3,"157":8}}],["secondisleft",{"2":{"126":4}}],["secondisstraight",{"2":{"126":7}}],["secondary",{"2":{"3":3,"6":3,"71":1,"74":1,"105":1}}],["second",{"2":{"3":8,"6":9,"50":1,"60":4,"68":1,"70":2,"71":1,"73":1,"74":1,"77":1,"78":1,"79":1,"84":2,"88":2,"96":2,"104":1,"105":1,"108":1,"109":1,"110":2,"115":1,"159":1,"170":1,"173":1}}],["self",{"2":{"9":2}}],["selected",{"2":{"126":1}}],["selectednode",{"2":{"126":3}}],["selection",{"2":{"14":1}}],["select",{"2":{"6":1,"163":1}}],["seem",{"2":{"32":1}}],["seems",{"2":{"20":1}}],["see",{"2":{"6":3,"7":1,"21":1,"34":1,"48":1,"65":1,"67":1,"70":1,"73":1,"87":1,"96":5,"98":1,"101":1,"104":1,"114":1,"126":2,"137":1,"138":1,"140":1,"141":3,"145":1,"146":2,"150":2,"159":1,"174":2}}],["setup=",{"2":{"74":1,"88":1,"105":1,"115":1}}],["sets",{"2":{"50":1}}],["setting",{"2":{"28":1}}],["set",{"0":{"28":1},"2":{"3":2,"4":7,"6":19,"17":1,"21":1,"28":1,"39":1,"44":2,"46":8,"50":3,"56":2,"59":2,"60":7,"61":2,"67":2,"68":10,"74":1,"85":1,"88":1,"96":2,"102":1,"105":1,"115":1,"125":1,"126":1,"141":2,"146":2,"159":2,"168":1,"172":1,"174":3}}],["sve",{"2":{"1":1,"6":1,"153":1}}],["svector",{"2":{"1":14,"6":14,"50":5,"56":1,"60":2,"62":6,"96":1,"126":1,"153":13,"168":6,"170":4}}],["solution",{"2":{"96":1}}],["solid",{"2":{"6":2}}],["south",{"2":{"52":7}}],["source",{"2":{"1":10,"3":19,"4":22,"5":3,"6":89,"85":2,"130":3,"140":1,"141":4,"147":3,"169":13,"170":1}}],["sort",{"2":{"50":4,"55":2,"60":2,"61":2,"96":1,"102":2,"126":1,"159":1}}],["sorted",{"2":{"25":1,"50":1,"159":7,"173":1}}],["someone",{"2":{"165":1}}],["something",{"0":{"58":1},"2":{"10":1}}],["some",{"2":{"3":1,"6":3,"9":1,"17":2,"21":1,"22":1,"30":1,"46":4,"68":1,"96":3,"102":1,"126":1,"127":1,"128":2,"133":2,"135":2,"139":1,"140":2,"141":1,"161":1,"162":2,"167":2,"173":1,"176":1}}],["so",{"2":{"1":1,"4":4,"6":10,"9":1,"22":1,"24":1,"32":1,"36":1,"45":1,"46":1,"50":1,"51":1,"60":1,"61":2,"62":2,"64":1,"65":1,"67":1,"68":4,"70":1,"87":1,"96":2,"98":1,"104":1,"126":3,"130":1,"135":6,"149":1,"150":1,"151":3,"152":1,"153":1,"161":1,"165":2,"169":1,"170":1}}],["step",{"2":{"50":7,"56":1,"57":3,"59":1,"60":3,"61":1,"62":3,"126":4,"166":1}}],["storing",{"2":{"172":1}}],["stored",{"2":{"50":2,"174":1}}],["stores",{"2":{"50":1}}],["store",{"2":{"46":1,"172":1}}],["stopping",{"2":{"159":2}}],["stops",{"2":{"133":1}}],["stop",{"2":{"23":2,"85":3,"96":4,"102":3}}],["style",{"2":{"6":2}}],["style=",{"2":{"6":2}}],["stay",{"2":{"62":1}}],["states",{"2":{"157":1}}],["state",{"2":{"61":1,"175":9}}],["status",{"2":{"50":31,"57":4,"60":5,"62":4,"126":1}}],["static",{"2":{"164":1}}],["staticarray",{"2":{"46":1}}],["staticarrays",{"2":{"36":1,"50":5,"56":1,"60":2,"62":6,"96":1,"126":1,"153":2}}],["staticarraysco",{"2":{"1":1,"6":1,"153":1}}],["staticarrayscore",{"2":{"1":10,"6":10,"46":1,"153":10,"168":6,"170":4}}],["statica",{"2":{"1":1,"6":1,"153":1}}],["statistics",{"2":{"13":2,"36":1}}],["stackoverflow",{"2":{"60":1}}],["stack",{"2":{"30":1,"55":1}}],["stability",{"2":{"28":1,"35":1}}],["stable",{"2":{"13":1,"29":1,"152":1}}],["standardized",{"2":{"96":1}}],["standardizing",{"2":{"20":1}}],["standards",{"2":{"31":1,"96":1}}],["standard",{"2":{"17":1}}],["stage",{"2":{"7":1}}],["started",{"2":{"50":1}}],["starting",{"2":{"49":2,"50":1,"52":1,"60":1,"146":4}}],["startvalue",{"2":{"14":4}}],["start",{"2":{"6":1,"23":1,"39":7,"46":1,"50":76,"52":17,"57":4,"60":4,"62":5,"68":1,"85":4,"96":44,"102":3,"107":1,"126":2,"136":1,"159":16,"168":1}}],["straightline",{"2":{"126":3}}],["straight",{"2":{"126":6}}],["strait",{"2":{"126":1}}],["structs",{"2":{"25":1,"140":1}}],["structures",{"2":{"128":1}}],["structured",{"2":{"21":1}}],["structure",{"2":{"6":2,"130":1,"135":1,"143":1}}],["struct",{"2":{"6":3,"46":2,"50":2,"138":1,"146":2,"151":2,"158":1,"159":1,"160":1,"163":3,"164":2,"165":4}}],["strings",{"2":{"6":1,"20":1,"21":2,"49":1,"60":1}}],["string",{"2":{"1":2,"14":1,"20":1,"48":1,"49":1,"147":2}}],["still",{"2":{"0":1,"42":1,"49":1,"50":3,"73":1,"159":1}}],["shp",{"2":{"172":1}}],["ships",{"2":{"169":1}}],["shifting",{"2":{"170":1}}],["shift",{"2":{"168":3}}],["shewchuck",{"2":{"7":1}}],["short",{"2":{"21":1,"135":1}}],["show",{"2":{"9":1,"11":1,"13":1,"14":1,"45":1,"169":1,"172":1,"173":2}}],["shoelace",{"2":{"4":1,"6":1,"42":2,"52":1}}],["shouldn",{"2":{"60":1}}],["should",{"2":{"1":1,"4":1,"6":14,"18":1,"22":1,"23":1,"25":2,"32":1,"39":3,"42":1,"49":1,"50":3,"51":1,"68":1,"96":4,"126":2,"130":1,"135":2,"137":1,"140":4,"141":2,"152":1,"157":2,"164":1}}],["sharing",{"2":{"87":1}}],["shares",{"2":{"60":1}}],["share",{"2":{"4":7,"6":8,"67":2,"68":8,"91":2,"92":1,"93":1,"102":1,"120":1}}],["shared",{"0":{"161":1},"2":{"3":1,"6":1,"50":2,"60":2,"102":3}}],["shapes",{"2":{"65":1,"172":7}}],["shape",{"2":{"48":1,"57":1,"60":1,"67":1,"145":1,"168":1}}],["shaped",{"2":{"45":1}}],["shapefiles",{"2":{"172":1}}],["shapefile",{"2":{"34":1,"172":4}}],["shallower",{"2":{"1":1,"6":1,"135":1}}],["sites",{"2":{"175":1}}],["sides",{"2":{"50":3,"137":1}}],["side",{"2":{"39":4,"50":26}}],["signals",{"2":{"134":1}}],["sign",{"2":{"13":2,"14":2,"39":7,"42":2,"125":3}}],["signed",{"0":{"40":1,"41":1,"63":1,"64":1},"1":{"41":1,"42":1,"64":1,"65":1},"2":{"0":4,"4":15,"6":18,"11":3,"40":1,"41":5,"42":23,"52":3,"63":1,"64":7,"65":19}}],["six",{"2":{"6":1,"157":1}}],["size=",{"2":{"169":1}}],["sizehint",{"2":{"50":2,"57":1,"152":1}}],["size",{"2":{"6":4,"13":2,"14":5,"45":1,"62":1,"126":2,"135":4,"157":1}}],["sin",{"2":{"168":3,"169":1,"170":2}}],["singed",{"2":{"65":1}}],["singular",{"2":{"60":1}}],["singlepoly",{"2":{"157":6}}],["single",{"2":{"4":6,"6":10,"28":1,"39":2,"42":1,"52":1,"68":5,"101":2,"126":2,"141":2,"144":1,"146":2,"168":3,"172":1}}],["since",{"2":{"1":1,"6":2,"39":1,"42":1,"49":1,"52":2,"61":1,"65":1,"68":1,"96":1,"102":2,"119":1,"147":1,"164":1,"165":2,"175":1}}],["simulation",{"2":{"28":1}}],["simultaneously",{"2":{"25":1}}],["simplication",{"2":{"157":1}}],["simplifier",{"2":{"157":4}}],["simplified",{"2":{"28":1,"156":1}}],["simplifies",{"2":{"6":3,"158":1,"159":1,"160":1}}],["simplification",{"0":{"155":1},"1":{"156":1,"157":1},"2":{"6":2,"155":2,"157":2}}],["simplifying",{"2":{"155":1}}],["simplify",{"0":{"158":1,"159":1,"160":1},"2":{"0":1,"6":15,"9":1,"36":1,"50":1,"128":1,"156":1,"157":41,"158":1,"159":2,"160":1}}],["simplifyalgs",{"2":{"161":1}}],["simplifyalg",{"2":{"0":1,"6":8,"157":5,"158":2,"159":2,"160":2}}],["simply",{"2":{"7":1,"17":1,"41":1,"43":1,"50":1,"60":1,"62":1,"71":1,"84":1,"99":1,"126":1,"139":1,"147":1,"148":1,"151":1,"168":1,"171":1}}],["simple",{"0":{"174":1},"2":{"6":2,"46":1,"128":3,"143":1,"147":1,"156":2,"157":2,"164":1}}],["simpler",{"2":{"6":1,"126":1}}],["similarly",{"2":{"128":1}}],["similar",{"2":{"1":1,"6":3,"21":1,"23":1,"32":1,"34":1,"43":1,"126":2,"135":1,"151":2,"152":1,"154":1}}],["s",{"0":{"35":1},"2":{"0":1,"6":9,"7":1,"9":1,"18":1,"23":1,"24":1,"30":1,"34":1,"39":1,"41":1,"42":4,"44":1,"45":2,"46":5,"48":3,"49":3,"50":3,"52":1,"54":1,"57":1,"60":2,"62":3,"65":1,"68":1,"83":2,"90":3,"91":4,"92":2,"96":9,"102":1,"120":1,"126":5,"128":2,"130":3,"131":1,"135":1,"138":1,"141":4,"144":1,"146":3,"150":4,"151":1,"155":1,"157":2,"161":4,"163":2,"164":1,"165":6,"168":6,"169":4,"170":4,"171":2,"172":5,"176":2}}],["fn",{"2":{"172":8}}],["fc",{"2":{"135":22,"157":3,"166":14}}],["fj",{"2":{"126":2}}],["f2",{"2":{"50":2}}],["f1",{"2":{"50":2}}],["f64",{"2":{"13":2,"14":2}}],["few",{"2":{"137":1}}],["fetch",{"2":{"135":2}}],["fetched",{"2":{"126":1}}],["feb",{"0":{"8":1},"1":{"9":1,"10":1}}],["featurecollection",{"2":{"6":2,"11":1,"23":1,"126":4,"135":7,"169":2}}],["featurecollectiontrait",{"2":{"1":1,"6":2,"130":1,"133":1,"135":14,"166":5}}],["features",{"0":{"75":1,"89":1,"106":1,"116":1},"2":{"1":1,"6":2,"11":1,"27":1,"126":3,"134":1,"135":19,"169":1}}],["featuretrait",{"2":{"1":2,"6":3,"75":4,"85":2,"89":4,"106":4,"116":4,"130":1,"133":3,"135":15,"166":5}}],["feature",{"2":{"1":6,"4":1,"6":10,"21":1,"23":2,"27":1,"42":1,"52":1,"126":2,"128":1,"134":1,"135":49,"157":2,"166":2,"172":1}}],["fra",{"2":{"175":2}}],["frame",{"2":{"171":1}}],["framework",{"2":{"128":4}}],["fracs",{"2":{"50":20,"55":1}}],["frac",{"2":{"46":1,"50":2,"60":17,"157":2}}],["fractional",{"2":{"50":1,"60":3}}],["fractions",{"2":{"50":1,"60":4}}],["fraction",{"2":{"6":4,"60":2,"65":1,"157":1}}],["front",{"2":{"39":1}}],["from",{"2":{"1":3,"3":4,"4":16,"6":29,"7":1,"11":1,"17":1,"20":1,"25":1,"27":1,"30":1,"36":1,"42":2,"43":1,"45":1,"46":4,"49":1,"50":6,"52":11,"55":1,"56":1,"57":3,"59":1,"60":11,"61":1,"62":6,"65":25,"88":2,"90":5,"91":4,"92":2,"93":1,"94":2,"96":6,"102":2,"125":2,"126":7,"130":3,"135":3,"146":1,"147":4,"149":1,"157":1,"158":1,"159":3,"160":1,"166":1,"167":1,"169":5,"172":1,"173":1,"174":1,"176":1}}],["footprint",{"2":{"170":1}}],["foldable",{"2":{"135":3}}],["follows",{"2":{"50":2,"74":1,"88":1,"105":1,"115":1,"126":1}}],["following",{"2":{"6":1,"30":1,"46":1,"54":1,"137":1,"145":1,"157":1,"173":1}}],["focusing",{"2":{"32":1}}],["foundational",{"2":{"22":1}}],["found",{"2":{"6":8,"52":1,"55":1,"56":2,"59":2,"60":1,"61":2,"68":1,"126":5,"133":3,"135":7,"152":1}}],["forward",{"2":{"60":1}}],["forwards",{"2":{"50":1,"57":1,"62":1}}],["form",{"2":{"23":1,"50":3,"60":8,"62":3,"135":1}}],["formats",{"2":{"167":1,"170":1,"172":3}}],["format",{"0":{"21":1},"2":{"55":1,"172":3}}],["formed",{"2":{"4":2,"6":3,"38":1,"39":4,"46":1,"50":8,"61":1,"62":1,"159":1}}],["formula",{"2":{"4":1,"6":1,"42":2,"52":1}}],["force",{"2":{"1":1,"135":1,"147":1,"157":1}}],["for",{"0":{"57":1,"60":1,"62":1},"2":{"0":2,"1":3,"3":1,"4":4,"5":3,"6":44,"7":4,"9":2,"13":5,"14":1,"23":1,"25":1,"27":1,"28":5,"32":3,"34":1,"36":1,"39":5,"42":8,"43":3,"44":1,"45":1,"46":19,"49":7,"50":35,"52":11,"55":5,"56":2,"57":3,"59":1,"60":7,"61":1,"62":9,"64":2,"65":7,"68":13,"74":3,"80":1,"81":1,"83":1,"85":6,"88":2,"94":1,"95":1,"96":22,"101":1,"102":11,"105":3,"111":1,"112":1,"115":2,"121":1,"122":1,"124":1,"125":5,"126":13,"127":1,"128":3,"130":6,"131":2,"135":6,"136":3,"137":2,"139":1,"140":5,"142":1,"144":3,"145":1,"146":5,"147":3,"149":4,"150":7,"151":6,"152":8,"155":4,"157":12,"158":2,"159":2,"160":1,"161":6,"163":1,"164":2,"165":5,"166":7,"167":1,"169":4,"170":1,"172":3,"173":1,"175":2,"176":1}}],["fi",{"2":{"126":2}}],["fill",{"2":{"50":1,"126":1,"152":3}}],["filled",{"2":{"50":5,"52":3,"64":1,"65":2,"96":16}}],["files",{"2":{"162":1,"172":2}}],["file",{"2":{"50":1,"74":3,"88":3,"105":3,"115":3,"126":1,"127":1,"128":1,"139":1,"147":1,"152":1,"155":1,"162":2,"167":1,"172":2}}],["filters",{"2":{"50":1}}],["filtering",{"2":{"6":1,"157":1}}],["filter",{"2":{"4":1,"6":2,"50":2,"135":3,"142":1,"146":2,"157":1}}],["fine",{"2":{"150":1}}],["final",{"2":{"62":1,"140":4,"151":1}}],["finally",{"2":{"45":2,"60":1,"126":1,"135":3,"172":1}}],["findmin",{"2":{"161":1}}],["findmax",{"2":{"157":1,"159":1}}],["findall",{"2":{"140":1}}],["finding",{"2":{"60":1}}],["findfirst",{"2":{"50":6,"55":2,"157":1}}],["findnext",{"2":{"50":3}}],["findlast",{"2":{"50":2}}],["findprev",{"2":{"50":2}}],["finds",{"2":{"50":1,"52":1}}],["find",{"2":{"30":1,"39":6,"42":1,"50":12,"52":3,"55":2,"56":4,"59":2,"60":8,"61":1,"65":3,"68":1,"96":7,"126":2,"159":5,"175":1}}],["finish",{"2":{"9":1}}],["fit",{"2":{"22":1}}],["field",{"2":{"13":2,"50":2}}],["figure",{"2":{"13":1,"14":1,"41":1,"45":2,"169":3}}],["fig",{"2":{"13":6,"14":6,"168":7,"169":4}}],["fix1",{"2":{"135":2,"152":1}}],["fixme",{"2":{"125":1}}],["fix2",{"2":{"50":2}}],["fixed",{"2":{"6":3,"56":1,"59":1,"61":1}}],["fix",{"0":{"25":1},"2":{"6":9,"9":3,"15":3,"22":1,"25":1,"56":1,"57":11,"59":1,"60":11,"61":1,"62":10,"137":1,"139":1,"140":1,"145":1}}],["firstisright",{"2":{"126":2}}],["firstisleft",{"2":{"126":4}}],["firstisstraight",{"2":{"126":4}}],["firstnode",{"2":{"126":9}}],["first",{"2":{"3":9,"6":10,"39":14,"42":7,"43":1,"45":1,"46":9,"49":1,"50":17,"52":2,"55":1,"56":2,"59":1,"60":5,"61":3,"65":8,"68":4,"70":2,"71":2,"73":1,"74":2,"77":1,"78":1,"79":1,"84":2,"88":3,"96":22,"102":1,"104":1,"105":2,"108":1,"109":1,"110":2,"115":2,"117":1,"125":1,"126":16,"135":6,"137":1,"152":3,"158":1,"159":2,"166":2,"167":1,"168":1,"169":1,"170":1,"173":1,"174":1}}],["fancy",{"2":{"168":1}}],["fancis",{"2":{"6":1,"46":1}}],["fair",{"2":{"150":1}}],["fail",{"2":{"1":1,"6":2,"135":6,"151":1}}],["fallback",{"2":{"135":1}}],["falses",{"2":{"50":2,"55":1,"56":1,"59":1}}],["false",{"0":{"29":1},"2":{"1":29,"3":7,"4":3,"6":55,"39":2,"42":1,"45":5,"50":26,"52":5,"55":1,"56":1,"57":3,"60":1,"61":4,"65":2,"67":2,"68":27,"70":2,"74":8,"76":2,"77":4,"78":1,"79":1,"80":1,"81":1,"83":2,"85":11,"88":9,"90":1,"91":4,"94":1,"95":1,"96":39,"102":22,"104":1,"105":7,"107":2,"108":4,"109":1,"110":1,"111":1,"112":1,"115":8,"117":3,"118":4,"119":1,"121":1,"122":1,"125":10,"126":5,"135":18,"137":16,"145":44,"146":4,"152":2,"153":20,"157":1,"161":2,"164":2,"166":2,"168":242,"169":12,"170":18,"173":1}}],["fashion",{"2":{"41":1}}],["faster",{"2":{"46":1,"135":1}}],["fast",{"2":{"12":1}}],["f",{"2":{"1":12,"6":25,"15":1,"23":3,"24":1,"27":2,"38":1,"41":2,"43":1,"45":4,"48":2,"50":19,"51":2,"54":2,"56":2,"57":2,"59":2,"60":2,"61":2,"62":2,"64":5,"67":2,"70":2,"73":2,"83":2,"87":2,"96":7,"98":2,"101":2,"104":2,"114":2,"126":30,"130":2,"133":2,"135":168,"148":1,"150":2,"151":1,"153":6,"156":2,"157":1,"161":6,"165":5,"166":16,"168":6,"170":2,"174":3}}],["fun",{"2":{"168":1}}],["fundamental",{"2":{"162":1}}],["func",{"2":{"13":5}}],["funcs",{"2":{"13":2,"14":3}}],["functionality",{"2":{"60":1,"128":1,"143":1,"147":1,"152":1,"165":1}}],["functionalities",{"2":{"50":1}}],["functionally",{"2":{"1":1,"6":1,"23":1,"34":1,"135":1}}],["function",{"2":{"1":8,"3":9,"4":9,"5":3,"6":12,"7":2,"9":1,"13":3,"14":2,"23":2,"34":1,"36":1,"39":5,"42":3,"46":13,"49":6,"50":18,"52":7,"54":2,"55":4,"56":3,"57":3,"58":1,"59":2,"60":7,"61":2,"62":4,"65":6,"67":1,"68":8,"70":1,"73":1,"74":1,"80":1,"81":1,"83":1,"85":5,"87":1,"88":1,"94":1,"95":1,"96":9,"98":1,"101":1,"102":7,"104":1,"105":1,"111":1,"112":1,"114":1,"115":1,"121":1,"122":1,"125":4,"126":16,"127":3,"130":3,"133":2,"135":29,"138":2,"140":7,"141":2,"143":2,"146":2,"147":1,"149":2,"151":2,"152":7,"153":3,"154":1,"157":3,"158":2,"159":3,"160":2,"161":7,"165":6,"166":12,"168":1,"173":1,"176":4}}],["functions",{"0":{"1":1,"57":1,"60":1,"62":1,"128":1,"130":1,"166":1},"1":{"129":1,"130":1,"131":1,"132":1,"133":1,"134":1,"135":1},"2":{"6":1,"9":3,"22":1,"30":1,"34":1,"42":1,"46":1,"49":1,"50":2,"52":1,"54":1,"96":1,"127":1,"128":2,"133":1,"140":2,"141":1}}],["fulfilled",{"2":{"159":1}}],["fully",{"2":{"6":1,"50":4,"55":1,"102":4}}],["full",{"0":{"0":1},"1":{"1":1,"2":1,"3":1,"4":1,"5":1,"6":1},"2":{"0":1,"52":5,"140":1,"175":4}}],["furthest",{"2":{"126":1}}],["further",{"2":{"48":1,"135":1}}],["furthermore",{"2":{"3":2,"6":5,"50":1,"56":1,"59":1,"61":1,"74":1,"105":1}}],["future",{"2":{"28":1,"65":1,"149":2}}],["flexijoins",{"2":{"173":1,"174":3,"175":1,"176":5}}],["flags",{"2":{"50":5}}],["flag",{"2":{"50":12,"55":1}}],["flat",{"2":{"6":1,"161":2,"166":1}}],["flattened",{"2":{"23":1}}],["flattening",{"2":{"6":4,"151":2}}],["flatten",{"2":{"0":2,"6":4,"11":3,"13":1,"23":1,"46":1,"50":2,"52":3,"59":1,"62":1,"85":1,"130":4,"135":27,"146":1}}],["floating",{"2":{"6":1,"50":1,"60":5,"126":2}}],["float",{"2":{"6":3,"56":1,"59":1,"61":1}}],["float64x2",{"2":{"13":6,"14":6,"15":2}}],["float64",{"2":{"1":6,"4":10,"6":30,"13":1,"38":1,"39":3,"42":6,"49":1,"52":4,"55":2,"56":2,"59":1,"60":3,"61":1,"65":12,"96":4,"102":2,"125":4,"137":6,"145":26,"150":2,"151":2,"152":1,"153":6,"154":1,"158":4,"159":9,"160":2,"161":6,"166":8,"168":190,"169":7,"170":10}}],["flipping",{"0":{"143":1},"2":{"143":1}}],["flipped",{"2":{"1":2,"6":2,"135":2}}],["flipaxis",{"2":{"45":1}}],["flip",{"2":{"0":1,"6":1,"36":1,"128":2,"135":1,"143":2}}],["wₜₒₜ",{"2":{"46":8}}],["wᵢ",{"2":{"46":18}}],["wt",{"2":{"46":3}}],["wgs84",{"2":{"17":1,"169":1}}],["wglmakie",{"2":{"14":1}}],["w",{"2":{"13":13,"14":7,"65":4,"126":1}}],["wrong",{"2":{"144":1,"161":1}}],["writing",{"2":{"172":1}}],["written",{"2":{"68":1}}],["write",{"2":{"7":1,"35":1,"126":1,"172":7}}],["wrap",{"2":{"4":1,"6":1,"20":1,"142":1,"151":1}}],["wrapped",{"2":{"27":1,"126":2,"133":1,"135":1}}],["wrapper",{"0":{"35":1},"2":{"35":1,"39":1,"42":1,"49":1,"52":1,"65":1,"68":1,"74":1,"88":1,"102":1,"105":1,"115":1}}],["wrappers`",{"2":{"135":1}}],["wrappers",{"2":{"1":10,"6":12,"27":1,"125":2,"126":1,"130":1,"137":8,"138":1,"145":22,"150":1,"151":1,"153":10,"157":1,"166":1,"168":121,"169":5,"170":9}}],["wrappergeometry`",{"2":{"147":1}}],["wrappergeometry",{"2":{"1":1}}],["wrapping",{"2":{"1":1,"6":1,"68":1,"147":1,"154":1}}],["west",{"2":{"52":8}}],["were",{"2":{"50":1,"126":1,"174":1}}],["welcome",{"2":{"32":1}}],["well",{"2":{"20":2,"22":1,"50":1,"52":1,"149":1,"155":1,"164":1}}],["web",{"2":{"21":1,"172":1}}],["we",{"0":{"58":2},"2":{"7":1,"11":1,"13":1,"17":1,"22":3,"24":1,"28":3,"29":1,"32":2,"39":1,"41":2,"42":2,"43":2,"45":4,"46":8,"49":1,"50":7,"52":4,"57":8,"59":2,"60":3,"62":1,"65":1,"67":1,"68":5,"70":1,"71":1,"73":1,"74":1,"84":1,"87":1,"88":1,"96":2,"98":3,"99":1,"101":1,"102":2,"104":1,"105":1,"114":1,"115":1,"126":21,"127":1,"133":1,"135":20,"136":1,"148":1,"149":2,"150":2,"151":3,"152":1,"157":5,"161":2,"162":1,"164":4,"165":1,"167":2,"168":4,"169":6,"170":4,"171":1,"172":3,"173":3,"174":7}}],["weighting",{"2":{"48":2,"49":1}}],["weights",{"2":{"44":4}}],["weight",{"2":{"6":5,"46":14,"49":1}}],["weighted",{"2":{"0":1,"6":2,"44":3,"46":4,"49":4}}],["walk",{"2":{"55":1}}],["wall2",{"2":{"52":7}}],["wall1",{"2":{"52":12}}],["walls",{"2":{"52":3}}],["wall",{"2":{"52":69}}],["wachspress",{"2":{"46":1}}],["wasincreasing",{"2":{"126":10}}],["wasn",{"2":{"50":1}}],["was",{"2":{"36":1,"39":1,"42":1,"43":1,"45":1,"46":4,"49":1,"50":1,"52":1,"55":1,"56":1,"57":3,"58":1,"59":1,"60":2,"61":1,"62":3,"65":1,"68":1,"71":1,"81":1,"84":1,"85":1,"95":1,"96":1,"99":1,"102":1,"112":1,"122":1,"125":1,"126":1,"127":1,"133":1,"135":1,"138":1,"141":1,"142":1,"143":1,"146":1,"148":1,"150":1,"152":1,"153":1,"154":1,"161":1,"165":2,"166":1}}],["wanted",{"2":{"176":1}}],["wants",{"2":{"135":1}}],["want",{"0":{"28":1,"58":1},"2":{"13":1,"23":1,"28":1,"46":1,"50":1,"125":1,"169":2,"171":1,"175":1,"176":1}}],["ways",{"0":{"20":1},"2":{"20":1,"144":1}}],["way",{"2":{"6":1,"20":1,"21":3,"22":1,"23":1,"29":1,"34":1,"44":1,"128":1,"139":1,"152":1,"163":1,"165":2,"171":1}}],["warn",{"2":{"126":2}}],["warned",{"2":{"6":1,"165":1}}],["warning",{"2":{"0":1,"5":1,"6":2,"29":1,"46":1,"135":1,"151":1,"162":1,"175":1}}],["won",{"2":{"28":1,"50":1,"135":1}}],["wouldn",{"2":{"60":1}}],["would",{"0":{"58":1},"2":{"6":3,"28":1,"56":1,"59":1,"60":1,"61":1,"126":1,"164":2,"169":1,"175":1,"176":1}}],["world",{"0":{"175":1},"2":{"173":1}}],["worrying",{"2":{"29":1}}],["words",{"2":{"3":1,"6":1,"70":1,"98":1,"114":1,"115":1}}],["works",{"2":{"147":1,"149":1}}],["workflow",{"2":{"85":1,"102":1}}],["workflows",{"2":{"28":1,"32":1}}],["working",{"2":{"3":1,"6":1,"85":1,"169":1}}],["work",{"2":{"1":3,"6":3,"9":1,"39":1,"42":2,"49":1,"52":2,"55":2,"65":1,"68":1,"96":1,"102":1,"125":1,"135":2,"147":1,"153":1,"175":1}}],["whole",{"2":{"96":1}}],["whose",{"2":{"3":1,"6":1,"85":1}}],["white",{"2":{"45":1}}],["while",{"2":{"39":1,"48":1,"49":1,"50":5,"60":2,"64":1,"68":1,"85":1,"96":1,"126":3,"146":1,"159":1,"161":2,"174":1}}],["whichever",{"2":{"6":1,"157":1}}],["which",{"2":{"1":1,"4":2,"5":1,"6":7,"7":1,"11":1,"13":1,"14":1,"17":1,"22":1,"23":4,"25":1,"28":2,"30":1,"41":1,"42":1,"43":1,"44":1,"45":2,"46":5,"50":11,"52":2,"60":2,"68":2,"96":3,"126":3,"127":1,"128":1,"135":1,"136":2,"137":1,"140":1,"144":1,"145":1,"148":1,"149":1,"150":1,"151":3,"152":2,"153":1,"157":1,"159":2,"163":1,"165":4,"172":3,"173":3,"174":6,"176":1}}],["what",{"0":{"27":1,"31":1,"35":1,"38":1,"41":2,"48":1,"51":1,"54":1,"64":2,"67":1,"70":1,"73":1,"83":1,"87":1,"98":1,"101":1,"104":1,"114":1,"133":1},"2":{"13":1,"14":1,"17":1,"29":1,"48":1,"125":1,"126":1,"150":1,"164":1,"169":1,"175":1}}],["whatever",{"2":{"1":1,"6":1,"27":1,"135":1}}],["whyatt",{"2":{"155":1}}],["why",{"0":{"27":1,"28":1},"2":{"9":1,"22":1,"35":1,"42":1}}],["wheel",{"2":{"22":1}}],["whether",{"2":{"1":4,"4":1,"6":10,"124":1,"125":1,"132":2,"136":1}}],["when",{"2":{"1":1,"4":2,"5":1,"6":5,"21":1,"23":1,"25":1,"28":2,"29":1,"42":1,"46":3,"49":1,"50":2,"57":5,"60":6,"62":7,"96":1,"126":1,"133":3,"135":1,"137":1,"140":1,"142":2,"157":1,"169":1,"170":2,"172":1,"176":1}}],["wherever",{"2":{"6":1,"154":1}}],["where",{"2":{"1":2,"4":5,"6":11,"25":1,"36":2,"39":8,"42":12,"44":2,"46":24,"49":8,"50":14,"52":8,"55":5,"56":2,"57":5,"59":3,"60":18,"61":2,"62":9,"65":25,"68":1,"96":9,"126":3,"135":52,"144":1,"147":1,"150":1,"154":1,"162":1,"163":5,"166":3,"168":4}}],["widely",{"2":{"172":1}}],["widths",{"2":{"14":1}}],["width",{"2":{"6":2}}],["wiki",{"2":{"96":1,"159":1}}],["wikipedia",{"2":{"96":1,"159":2}}],["wind",{"2":{"4":1,"6":2,"42":1,"68":1}}],["winding",{"0":{"30":1},"1":{"31":1},"2":{"4":2,"6":2,"30":3,"31":1,"42":3,"50":7,"68":1,"126":1}}],["without",{"2":{"1":2,"6":1,"22":1,"29":1,"50":1,"87":1,"102":1,"135":3,"147":1,"153":1}}],["with",{"0":{"57":1,"60":1,"62":1,"158":1,"159":1,"160":1,"170":1,"171":1},"2":{"1":5,"3":5,"4":7,"6":27,"11":1,"17":1,"25":1,"27":2,"28":1,"31":1,"38":1,"39":2,"42":7,"44":4,"45":1,"46":2,"49":1,"50":14,"52":6,"57":8,"59":5,"60":15,"61":1,"62":12,"64":1,"65":2,"74":1,"87":1,"91":1,"96":28,"98":1,"101":2,"102":5,"110":1,"114":1,"115":1,"118":3,"119":2,"120":2,"126":7,"128":1,"130":2,"133":1,"135":17,"137":1,"142":1,"144":1,"147":1,"149":1,"152":2,"153":1,"157":2,"159":2,"160":1,"164":1,"165":1,"167":1,"168":4,"169":6,"170":2,"171":2,"172":2,"173":1,"174":1,"175":1}}],["within",{"0":{"103":1,"104":1,"107":1,"108":1,"110":1,"111":1,"112":1},"1":{"104":1,"105":1},"2":{"0":2,"3":9,"4":3,"5":1,"6":13,"7":1,"9":1,"36":1,"39":2,"42":1,"44":3,"46":1,"49":1,"50":9,"51":2,"52":5,"57":1,"60":2,"61":1,"62":6,"64":1,"65":5,"70":2,"71":3,"73":2,"90":1,"96":9,"101":1,"102":9,"103":1,"104":6,"105":11,"106":6,"107":14,"108":15,"109":15,"110":7,"111":4,"112":4,"128":1,"173":1,"174":4,"175":2}}],["will",{"2":{"1":8,"4":7,"5":1,"6":43,"11":1,"23":3,"28":2,"29":1,"39":4,"42":3,"46":2,"49":1,"50":5,"52":1,"55":1,"56":4,"57":4,"59":4,"60":4,"61":4,"62":4,"64":2,"65":4,"68":1,"85":1,"125":1,"126":2,"130":2,"133":1,"134":2,"135":8,"137":1,"141":2,"144":1,"146":2,"147":3,"149":2,"151":3,"153":2,"157":2,"159":1,"161":1,"165":1,"169":1,"172":1,"173":2,"175":1,"176":1}}],["wip",{"2":{"0":1}}]],"serializationVersion":2}';export{e as default};
diff --git a/previews/PR170/assets/chunks/@localSearchIndexroot.l_tXIx8n.js b/previews/PR170/assets/chunks/@localSearchIndexroot.l_tXIx8n.js
deleted file mode 100644
index 463028c0f..000000000
--- a/previews/PR170/assets/chunks/@localSearchIndexroot.l_tXIx8n.js
+++ /dev/null
@@ -1 +0,0 @@
-const e='{"documentCount":177,"nextId":177,"documentIds":{"0":"/GeometryOps.jl/previews/PR170/api#Full-GeometryOps-API-documentation","1":"/GeometryOps.jl/previews/PR170/api#apply-and-associated-functions","2":"/GeometryOps.jl/previews/PR170/api#General-geometry-methods","3":"/GeometryOps.jl/previews/PR170/api#OGC-methods","4":"/GeometryOps.jl/previews/PR170/api#Other-general-methods","5":"/GeometryOps.jl/previews/PR170/api#Barycentric-coordinates","6":"/GeometryOps.jl/previews/PR170/api#Other-methods","7":"/GeometryOps.jl/previews/PR170/call_notes#20th-April,-2024","8":"/GeometryOps.jl/previews/PR170/call_notes#29th-Feb,-2024","9":"/GeometryOps.jl/previews/PR170/call_notes#To-do","10":"/GeometryOps.jl/previews/PR170/call_notes#done","11":"/GeometryOps.jl/previews/PR170/experiments/accurate_accumulators#Accurate-accumulation","12":"/GeometryOps.jl/previews/PR170/explanations/crs#Coordinate-Reference-Systems","13":"/GeometryOps.jl/previews/PR170/explanations/crs#Geographic-CRS","14":"/GeometryOps.jl/previews/PR170/explanations/crs#Projected-CRS","15":"/GeometryOps.jl/previews/PR170/explanations/crs#Ways-to-describe-CRS","16":"/GeometryOps.jl/previews/PR170/explanations/crs#crs-format-table","17":"/GeometryOps.jl/previews/PR170/experiments/predicates#predicates","18":"/GeometryOps.jl/previews/PR170/experiments/predicates#orient","19":"/GeometryOps.jl/previews/PR170/experiments/predicates#dashboard","20":"/GeometryOps.jl/previews/PR170/experiments/predicates#Testing-robust-vs-regular-predicates","21":"/GeometryOps.jl/previews/PR170/experiments/predicates#incircle","22":"/GeometryOps.jl/previews/PR170/explanations/paradigms#paradigms","23":"/GeometryOps.jl/previews/PR170/explanations/paradigms#apply","24":"/GeometryOps.jl/previews/PR170/explanations/paradigms#applyreduce","25":"/GeometryOps.jl/previews/PR170/explanations/paradigms#fix-and-prepare","26":"/GeometryOps.jl/previews/PR170/explanations/peculiarities#peculiarities","27":"/GeometryOps.jl/previews/PR170/explanations/peculiarities#What-does-apply-return-and-why?","28":"/GeometryOps.jl/previews/PR170/explanations/peculiarities#Why-do-you-want-me-to-provide-a-target-in-set-operations?","29":"/GeometryOps.jl/previews/PR170/explanations/peculiarities#_True-and-_False-(or-BoolsAsTypes)","30":"/GeometryOps.jl/previews/PR170/explanations/winding_order#Winding-order","31":"/GeometryOps.jl/previews/PR170/explanations/winding_order#What-other-libraries-do","32":"/GeometryOps.jl/previews/PR170/introduction#introduction","33":"/GeometryOps.jl/previews/PR170/introduction#Main-concepts","34":"/GeometryOps.jl/previews/PR170/introduction#The-apply-paradigm","35":"/GeometryOps.jl/previews/PR170/introduction#What\'s-this-GeoInterface.Wrapper-thing?","36":"/GeometryOps.jl/previews/PR170/source/GeometryOps#geometryops-jl","37":"/GeometryOps.jl/previews/PR170/source/methods/area#Area-and-signed-area","38":"/GeometryOps.jl/previews/PR170/source/methods/area#What-is-area?-What-is-signed-area?","39":"/GeometryOps.jl/previews/PR170/source/methods/area#implementation","40":"/GeometryOps.jl/previews/PR170/source/methods/angles#angles","41":"/GeometryOps.jl/previews/PR170/source/methods/angles#What-is-angles?","42":"/GeometryOps.jl/previews/PR170/source/methods/angles#implementation","43":"/GeometryOps.jl/previews/PR170/source/methods/buffer#buffer","44":"/GeometryOps.jl/previews/PR170/source/methods/barycentric#Barycentric-coordinates","45":"/GeometryOps.jl/previews/PR170/source/methods/barycentric#example","46":"/GeometryOps.jl/previews/PR170/source/methods/barycentric#Barycentric-coordinate-API","47":"/GeometryOps.jl/previews/PR170/source/methods/centroid#centroid","48":"/GeometryOps.jl/previews/PR170/source/methods/centroid#What-is-the-centroid?","49":"/GeometryOps.jl/previews/PR170/source/methods/centroid#implementation","50":"/GeometryOps.jl/previews/PR170/source/methods/clipping/clipping_processor#Polygon-clipping-helpers","51":"/GeometryOps.jl/previews/PR170/source/methods/clipping/coverage#What-is-coverage?","52":"/GeometryOps.jl/previews/PR170/source/methods/clipping/coverage#implementation","53":"/GeometryOps.jl/previews/PR170/source/methods/clipping/cut#Polygon-cutting","54":"/GeometryOps.jl/previews/PR170/source/methods/clipping/cut#What-is-cut?","55":"/GeometryOps.jl/previews/PR170/source/methods/clipping/cut#implementation","56":"/GeometryOps.jl/previews/PR170/source/methods/clipping/difference#Difference-Polygon-Clipping","57":"/GeometryOps.jl/previews/PR170/source/methods/clipping/difference#Helper-functions-for-Differences-with-Greiner-and-Hormann-Polygon-Clipping","58":"/GeometryOps.jl/previews/PR170/source/methods/clipping/intersection#Geometry-Intersection","59":"/GeometryOps.jl/previews/PR170/source/methods/clipping/intersection#Helper-functions-for-Intersections-with-Greiner-and-Hormann-Polygon-Clipping","60":"/GeometryOps.jl/previews/PR170/source/methods/clipping/union#Union-Polygon-Clipping","61":"/GeometryOps.jl/previews/PR170/source/methods/clipping/union#Helper-functions-for-Unions-with-Greiner-and-Hormann-Polygon-Clipping","62":"/GeometryOps.jl/previews/PR170/source/methods/clipping/predicates#If-we-want-to-inject-adaptivity,-we-would-do-something-like:","63":"/GeometryOps.jl/previews/PR170/source/methods/distance#Distance-and-signed-distance","64":"/GeometryOps.jl/previews/PR170/source/methods/distance#What-is-distance?-What-is-signed-distance?","65":"/GeometryOps.jl/previews/PR170/source/methods/distance#implementation","66":"/GeometryOps.jl/previews/PR170/source/methods/equals#equals","67":"/GeometryOps.jl/previews/PR170/source/methods/equals#What-is-equals?","68":"/GeometryOps.jl/previews/PR170/source/methods/equals#implementation","69":"/GeometryOps.jl/previews/PR170/source/methods/geom_relations/coveredby#coveredby","70":"/GeometryOps.jl/previews/PR170/source/methods/geom_relations/coveredby#What-is-coveredby?","71":"/GeometryOps.jl/previews/PR170/source/methods/geom_relations/coveredby#implementation","72":"/GeometryOps.jl/previews/PR170/source/methods/geom_relations/coveredby#Convert-features-to-geometries","73":"/GeometryOps.jl/previews/PR170/source/methods/geom_relations/coveredby#Points-coveredby-geometries","74":"/GeometryOps.jl/previews/PR170/source/methods/geom_relations/coveredby#Lines-coveredby-geometries","75":"/GeometryOps.jl/previews/PR170/source/methods/geom_relations/coveredby#Rings-covered-by-geometries","76":"/GeometryOps.jl/previews/PR170/source/methods/geom_relations/coveredby#Polygons-covered-by-geometries","77":"/GeometryOps.jl/previews/PR170/source/methods/geom_relations/coveredby#Geometries-coveredby-multi-geometry/geometry-collections","78":"/GeometryOps.jl/previews/PR170/source/methods/geom_relations/coveredby#Multi-geometry/geometry-collections-coveredby-geometries","79":"/GeometryOps.jl/previews/PR170/source/methods/geom_relations/contains#contains","80":"/GeometryOps.jl/previews/PR170/source/methods/geom_relations/contains#What-is-contains?","81":"/GeometryOps.jl/previews/PR170/source/methods/geom_relations/contains#implementation","82":"/GeometryOps.jl/previews/PR170/source/methods/geom_relations/covers#covers","83":"/GeometryOps.jl/previews/PR170/source/methods/geom_relations/covers#What-is-covers?","84":"/GeometryOps.jl/previews/PR170/source/methods/geom_relations/covers#implementation","85":"/GeometryOps.jl/previews/PR170/source/methods/geom_relations/crosses#Crossing-checks","86":"/GeometryOps.jl/previews/PR170/source/methods/geom_relations/disjoint#disjoint","87":"/GeometryOps.jl/previews/PR170/source/methods/geom_relations/disjoint#What-is-disjoint?","88":"/GeometryOps.jl/previews/PR170/source/methods/geom_relations/disjoint#implementation","89":"/GeometryOps.jl/previews/PR170/source/methods/geom_relations/disjoint#Convert-features-to-geometries","90":"/GeometryOps.jl/previews/PR170/source/methods/geom_relations/disjoint#Point-disjoint-geometries","91":"/GeometryOps.jl/previews/PR170/source/methods/geom_relations/disjoint#Lines-disjoint-geometries","92":"/GeometryOps.jl/previews/PR170/source/methods/geom_relations/disjoint#Rings-disjoint-geometries","93":"/GeometryOps.jl/previews/PR170/source/methods/geom_relations/disjoint#Polygon-disjoint-geometries","94":"/GeometryOps.jl/previews/PR170/source/methods/geom_relations/disjoint#Geometries-disjoint-multi-geometry/geometry-collections","95":"/GeometryOps.jl/previews/PR170/source/methods/geom_relations/disjoint#Multi-geometry/geometry-collections-coveredby-geometries","96":"/GeometryOps.jl/previews/PR170/source/methods/geom_relations/geom_geom_processors#Line-curve-interaction","97":"/GeometryOps.jl/previews/PR170/source/methods/geom_relations/intersects#Intersection-checks","98":"/GeometryOps.jl/previews/PR170/source/methods/geom_relations/intersects#What-is-intersects?","99":"/GeometryOps.jl/previews/PR170/source/methods/geom_relations/intersects#implementation","100":"/GeometryOps.jl/previews/PR170/source/methods/geom_relations/overlaps#overlaps","101":"/GeometryOps.jl/previews/PR170/source/methods/geom_relations/overlaps#What-is-overlaps?","102":"/GeometryOps.jl/previews/PR170/source/methods/geom_relations/overlaps#implementation","103":"/GeometryOps.jl/previews/PR170/source/methods/geom_relations/touches#touches","104":"/GeometryOps.jl/previews/PR170/source/methods/geom_relations/touches#What-is-touches?","105":"/GeometryOps.jl/previews/PR170/source/methods/geom_relations/touches#implementation","106":"/GeometryOps.jl/previews/PR170/source/methods/geom_relations/touches#Convert-features-to-geometries","107":"/GeometryOps.jl/previews/PR170/source/methods/geom_relations/touches#Point-touches-geometries","108":"/GeometryOps.jl/previews/PR170/source/methods/geom_relations/touches#Lines-touching-geometries","109":"/GeometryOps.jl/previews/PR170/source/methods/geom_relations/touches#Rings-touch-geometries","110":"/GeometryOps.jl/previews/PR170/source/methods/geom_relations/touches#Polygons-touch-geometries","111":"/GeometryOps.jl/previews/PR170/source/methods/geom_relations/touches#Geometries-touch-multi-geometry/geometry-collections","112":"/GeometryOps.jl/previews/PR170/source/methods/geom_relations/touches#Multi-geometry/geometry-collections-cross-geometries","113":"/GeometryOps.jl/previews/PR170/source/methods/geom_relations/within#within","114":"/GeometryOps.jl/previews/PR170/source/methods/geom_relations/within#What-is-within?","115":"/GeometryOps.jl/previews/PR170/source/methods/geom_relations/within#implementation","116":"/GeometryOps.jl/previews/PR170/source/methods/geom_relations/within#Convert-features-to-geometries","117":"/GeometryOps.jl/previews/PR170/source/methods/geom_relations/within#Points-within-geometries","118":"/GeometryOps.jl/previews/PR170/source/methods/geom_relations/within#Lines-within-geometries","119":"/GeometryOps.jl/previews/PR170/source/methods/geom_relations/within#Rings-covered-by-geometries","120":"/GeometryOps.jl/previews/PR170/source/methods/geom_relations/within#Polygons-within-geometries","121":"/GeometryOps.jl/previews/PR170/source/methods/geom_relations/within#Geometries-within-multi-geometry/geometry-collections","122":"/GeometryOps.jl/previews/PR170/source/methods/geom_relations/within#Multi-geometry/geometry-collections-within-geometries","123":"/GeometryOps.jl/previews/PR170/source/methods/orientation#orientation","124":"/GeometryOps.jl/previews/PR170/source/methods/orientation#isclockwise","125":"/GeometryOps.jl/previews/PR170/source/methods/orientation#isconcave","126":"/GeometryOps.jl/previews/PR170/source/not_implemented_yet#Not-implemented-yet","127":"/GeometryOps.jl/previews/PR170/source/methods/polygonize#Polygonizing-raster-data","128":"/GeometryOps.jl/previews/PR170/source/primitives#Primitive-functions","129":"/GeometryOps.jl/previews/PR170/source/primitives#docstrings","130":"/GeometryOps.jl/previews/PR170/source/primitives#functions","131":"/GeometryOps.jl/previews/PR170/source/primitives#types","132":"/GeometryOps.jl/previews/PR170/source/primitives#implementation","133":"/GeometryOps.jl/previews/PR170/source/primitives#What-is-apply?","134":"/GeometryOps.jl/previews/PR170/source/primitives#embedding","135":"/GeometryOps.jl/previews/PR170/source/primitives#threading","136":"/GeometryOps.jl/previews/PR170/source/transformations/correction/closed_ring#Closed-Rings","137":"/GeometryOps.jl/previews/PR170/source/transformations/correction/closed_ring#example","138":"/GeometryOps.jl/previews/PR170/source/transformations/correction/closed_ring#implementation","139":"/GeometryOps.jl/previews/PR170/source/transformations/correction/geometry_correction#Geometry-Corrections","140":"/GeometryOps.jl/previews/PR170/source/transformations/correction/geometry_correction#interface","141":"/GeometryOps.jl/previews/PR170/source/transformations/correction/geometry_correction#Available-corrections","142":"/GeometryOps.jl/previews/PR170/source/transformations/correction/intersecting_polygons#Intersecting-Polygons","143":"/GeometryOps.jl/previews/PR170/source/transformations/correction/intersecting_polygons#example","144":"/GeometryOps.jl/previews/PR170/source/transformations/correction/intersecting_polygons#implementation","145":"/GeometryOps.jl/previews/PR170/source/transformations/extent#Extent-embedding","146":"/GeometryOps.jl/previews/PR170/source/transformations/flip#Coordinate-flipping","147":"/GeometryOps.jl/previews/PR170/source/transformations/reproject#Geometry-reprojection","148":"/GeometryOps.jl/previews/PR170/source/transformations/reproject#Method-error-handling","149":"/GeometryOps.jl/previews/PR170/source/transformations/segmentize#segmentize","150":"/GeometryOps.jl/previews/PR170/source/transformations/segmentize#examples","151":"/GeometryOps.jl/previews/PR170/source/transformations/segmentize#benchmark","152":"/GeometryOps.jl/previews/PR170/source/transformations/segmentize#implementation","153":"/GeometryOps.jl/previews/PR170/source/transformations/simplify#Geometry-simplification","154":"/GeometryOps.jl/previews/PR170/source/transformations/simplify#examples","155":"/GeometryOps.jl/previews/PR170/source/transformations/simplify#benchmark","156":"/GeometryOps.jl/previews/PR170/source/transformations/simplify#Simplify-with-RadialDistance-Algorithm","157":"/GeometryOps.jl/previews/PR170/source/transformations/simplify#Simplify-with-DouglasPeucker-Algorithm","158":"/GeometryOps.jl/previews/PR170/source/transformations/simplify#Simplify-with-VisvalingamWhyatt-Algorithm","159":"/GeometryOps.jl/previews/PR170/source/transformations/simplify#Shared-utils","160":"/GeometryOps.jl/previews/PR170/source/transformations/transform#Pointwise-transformation","161":"/GeometryOps.jl/previews/PR170/source/transformations/tuples#Tuple-conversion","162":"/GeometryOps.jl/previews/PR170/source/types#types","163":"/GeometryOps.jl/previews/PR170/source/types#TraitTarget","164":"/GeometryOps.jl/previews/PR170/source/types#BoolsAsTypes","165":"/GeometryOps.jl/previews/PR170/source/types#GEOS","166":"/GeometryOps.jl/previews/PR170/source/utils#Utility-functions","167":"/GeometryOps.jl/previews/PR170/tutorials/creating_geometry#Creating-Geometry","168":"/GeometryOps.jl/previews/PR170/tutorials/creating_geometry#creating-geometry","169":"/GeometryOps.jl/previews/PR170/tutorials/creating_geometry#plot-geometry","170":"/GeometryOps.jl/previews/PR170/tutorials/creating_geometry#geom-crs","171":"/GeometryOps.jl/previews/PR170/tutorials/creating_geometry#attributes","172":"/GeometryOps.jl/previews/PR170/tutorials/creating_geometry#save-geometry","173":"/GeometryOps.jl/previews/PR170/tutorials/spatial_joins#Spatial-joins","174":"/GeometryOps.jl/previews/PR170/tutorials/spatial_joins#Simple-example","175":"/GeometryOps.jl/previews/PR170/tutorials/spatial_joins#Real-world-example","176":"/GeometryOps.jl/previews/PR170/tutorials/spatial_joins#Enabling-custom-predicates"},"fieldIds":{"title":0,"titles":1,"text":2},"fieldLength":{"0":[4,1,88],"1":[4,4,248],"2":[3,4,1],"3":[2,7,207],"4":[3,7,261],"5":[2,4,84],"6":[2,4,1065],"7":[3,1,55],"8":[3,1,1],"9":[2,3,107],"10":[1,3,17],"11":[2,1,74],"12":[3,1,48],"13":[2,3,47],"14":[2,3,8],"15":[4,3,68],"16":[3,3,73],"17":[1,1,5],"18":[1,1,128],"19":[1,2,116],"20":[5,2,72],"21":[1,1,1],"22":[1,1,53],"23":[1,1,109],"24":[1,2,35],"25":[3,1,79],"26":[1,1,1],"27":[7,1,71],"28":[13,1,101],"29":[6,1,66],"30":[2,1,71],"31":[4,2,15],"32":[1,1,72],"33":[2,1,1],"34":[3,3,50],"35":[8,3,18],"36":[2,1,116],"37":[4,1,4],"38":[5,4,101],"39":[1,4,247],"40":[1,1,3],"41":[4,1,57],"42":[1,1,270],"43":[1,1,110],"44":[2,1,65],"45":[1,2,210],"46":[3,2,414],"47":[1,1,6],"48":[5,1,91],"49":[1,1,199],"50":[3,1,613],"51":[4,1,70],"52":[1,1,327],"53":[2,1,3],"54":[4,2,57],"55":[1,2,200],"56":[3,1,215],"57":[10,1,191],"58":[2,1,252],"59":[10,1,482],"60":[3,1,236],"61":[10,1,284],"62":[11,1,25],"63":[4,1,4],"64":[5,4,129],"65":[1,4,260],"66":[1,1,3],"67":[4,1,68],"68":[1,1,266],"69":[1,1,3],"70":[4,1,81],"71":[1,1,128],"72":[4,1,11],"73":[3,1,56],"74":[3,1,46],"75":[4,1,48],"76":[4,1,40],"77":[5,1,40],"78":[5,1,44],"79":[1,1,3],"80":[4,1,79],"81":[1,1,79],"82":[1,1,3],"83":[4,1,67],"84":[1,1,78],"85":[2,1,149],"86":[1,1,3],"87":[4,1,68],"88":[1,1,110],"89":[4,1,10],"90":[3,1,57],"91":[3,1,58],"92":[3,1,47],"93":[3,1,33],"94":[5,1,39],"95":[5,1,44],"96":[3,1,434],"97":[2,1,3],"98":[4,2,80],"99":[1,2,76],"100":[1,1,3],"101":[4,1,82],"102":[1,1,244],"103":[1,1,3],"104":[4,1,70],"105":[1,1,125],"106":[4,1,11],"107":[3,1,69],"108":[3,1,53],"109":[3,1,62],"110":[3,1,41],"111":[5,1,39],"112":[5,1,42],"113":[1,1,3],"114":[4,1,72],"115":[1,1,129],"116":[4,1,11],"117":[3,1,63],"118":[3,1,53],"119":[4,1,53],"120":[3,1,38],"121":[5,1,39],"122":[5,1,42],"123":[1,1,4],"124":[1,1,21],"125":[1,1,206],"126":[3,1,47],"127":[3,1,513],"128":[2,1,113],"129":[1,2,1],"130":[1,3,106],"131":[1,2,12],"132":[1,2,33],"133":[4,2,114],"134":[2,2,36],"135":[1,2,542],"136":[2,1,54],"137":[1,2,87],"138":[1,2,83],"139":[2,1,41],"140":[1,2,112],"141":[2,2,109],"142":[2,1,77],"143":[1,2,70],"144":[1,2,135],"145":[2,1,71],"146":[2,1,56],"147":[2,1,132],"148":[3,2,77],"149":[1,1,76],"150":[1,1,147],"151":[1,1,268],"152":[1,1,188],"153":[2,1,44],"154":[1,2,67],"155":[1,2,404],"156":[4,1,75],"157":[4,1,187],"158":[4,1,85],"159":[2,1,149],"160":[2,1,111],"161":[2,1,58],"162":[1,1,38],"163":[1,1,74],"164":[1,1,82],"165":[1,1,147],"166":[2,1,136],"167":[2,1,60],"168":[4,2,287],"169":[13,2,281],"170":[9,2,200],"171":[7,2,63],"172":[4,2,140],"173":[2,1,138],"174":[2,2,137],"175":[3,2,117],"176":[3,2,68]},"averageFieldLength":[2.85310734463277,1.4915254237288138,108.11864406779661],"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":"Coordinate Reference Systems","titles":[]},"13":{"title":"Geographic CRS","titles":["Coordinate Reference Systems"]},"14":{"title":"Projected CRS","titles":["Coordinate Reference Systems"]},"15":{"title":"Ways to describe CRS","titles":["Coordinate Reference Systems"]},"16":{"title":"CRS format table","titles":["Coordinate Reference Systems"]},"17":{"title":"Predicates","titles":[]},"18":{"title":"Orient","titles":["Predicates"]},"19":{"title":"Dashboard","titles":["Predicates","Orient"]},"20":{"title":"Testing robust vs regular predicates","titles":["Predicates","Orient"]},"21":{"title":"Incircle","titles":["Predicates"]},"22":{"title":"Paradigms","titles":[]},"23":{"title":"apply","titles":["Paradigms"]},"24":{"title":"applyreduce","titles":["Paradigms","apply"]},"25":{"title":"fix and prepare","titles":["Paradigms"]},"26":{"title":"Peculiarities","titles":[]},"27":{"title":"What does apply return and why?","titles":["Peculiarities"]},"28":{"title":"Why do you want me to provide a target in set operations?","titles":["Peculiarities"]},"29":{"title":"_True and _False (or BoolsAsTypes)","titles":["Peculiarities"]},"30":{"title":"Winding order","titles":[]},"31":{"title":"What other libraries do","titles":["Winding order"]},"32":{"title":"Introduction","titles":[]},"33":{"title":"Main concepts","titles":["Introduction"]},"34":{"title":"The apply paradigm","titles":["Introduction","Main concepts"]},"35":{"title":"What's this GeoInterface.Wrapper thing?","titles":["Introduction","Main concepts"]},"36":{"title":"GeometryOps.jl","titles":[]},"37":{"title":"Area and signed area","titles":[]},"38":{"title":"What is area? What is signed area?","titles":["Area and signed area"]},"39":{"title":"Implementation","titles":["Area and signed area"]},"40":{"title":"Angles","titles":[]},"41":{"title":"What is angles?","titles":["Angles"]},"42":{"title":"Implementation","titles":["Angles"]},"43":{"title":"Buffer","titles":[]},"44":{"title":"Barycentric coordinates","titles":[]},"45":{"title":"Example","titles":["Barycentric coordinates"]},"46":{"title":"Barycentric-coordinate API","titles":["Barycentric coordinates"]},"47":{"title":"Centroid","titles":[]},"48":{"title":"What is the centroid?","titles":["Centroid"]},"49":{"title":"Implementation","titles":["Centroid"]},"50":{"title":"Polygon clipping helpers","titles":[]},"51":{"title":"What is coverage?","titles":[]},"52":{"title":"Implementation","titles":[]},"53":{"title":"Polygon cutting","titles":[]},"54":{"title":"What is cut?","titles":["Polygon cutting"]},"55":{"title":"Implementation","titles":["Polygon cutting"]},"56":{"title":"Difference Polygon Clipping","titles":[]},"57":{"title":"Helper functions for Differences with Greiner and Hormann Polygon Clipping","titles":[]},"58":{"title":"Geometry Intersection","titles":[]},"59":{"title":"Helper functions for Intersections with Greiner and Hormann Polygon Clipping","titles":[]},"60":{"title":"Union Polygon Clipping","titles":[]},"61":{"title":"Helper functions for Unions with Greiner and Hormann Polygon Clipping","titles":[]},"62":{"title":"If we want to inject adaptivity, we would do something like:","titles":[]},"63":{"title":"Distance and signed distance","titles":[]},"64":{"title":"What is distance? What is signed distance?","titles":["Distance and signed distance"]},"65":{"title":"Implementation","titles":["Distance and signed distance"]},"66":{"title":"Equals","titles":[]},"67":{"title":"What is equals?","titles":["Equals"]},"68":{"title":"Implementation","titles":["Equals"]},"69":{"title":"CoveredBy","titles":[]},"70":{"title":"What is coveredby?","titles":["CoveredBy"]},"71":{"title":"Implementation","titles":["CoveredBy"]},"72":{"title":"Convert features to geometries","titles":[]},"73":{"title":"Points coveredby geometries","titles":[]},"74":{"title":"Lines coveredby geometries","titles":[]},"75":{"title":"Rings covered by geometries","titles":[]},"76":{"title":"Polygons covered by geometries","titles":[]},"77":{"title":"Geometries coveredby multi-geometry/geometry collections","titles":[]},"78":{"title":"Multi-geometry/geometry collections coveredby geometries","titles":[]},"79":{"title":"Contains","titles":[]},"80":{"title":"What is contains?","titles":["Contains"]},"81":{"title":"Implementation","titles":["Contains"]},"82":{"title":"Covers","titles":[]},"83":{"title":"What is covers?","titles":["Covers"]},"84":{"title":"Implementation","titles":["Covers"]},"85":{"title":"Crossing checks","titles":[]},"86":{"title":"Disjoint","titles":[]},"87":{"title":"What is disjoint?","titles":["Disjoint"]},"88":{"title":"Implementation","titles":["Disjoint"]},"89":{"title":"Convert features to geometries","titles":[]},"90":{"title":"Point disjoint geometries","titles":[]},"91":{"title":"Lines disjoint geometries","titles":[]},"92":{"title":"Rings disjoint geometries","titles":[]},"93":{"title":"Polygon disjoint geometries","titles":[]},"94":{"title":"Geometries disjoint multi-geometry/geometry collections","titles":[]},"95":{"title":"Multi-geometry/geometry collections coveredby geometries","titles":[]},"96":{"title":"Line-curve interaction","titles":[]},"97":{"title":"Intersection checks","titles":[]},"98":{"title":"What is intersects?","titles":["Intersection checks"]},"99":{"title":"Implementation","titles":["Intersection checks"]},"100":{"title":"Overlaps","titles":[]},"101":{"title":"What is overlaps?","titles":["Overlaps"]},"102":{"title":"Implementation","titles":["Overlaps"]},"103":{"title":"Touches","titles":[]},"104":{"title":"What is touches?","titles":["Touches"]},"105":{"title":"Implementation","titles":["Touches"]},"106":{"title":"Convert features to geometries","titles":[]},"107":{"title":"Point touches geometries","titles":[]},"108":{"title":"Lines touching geometries","titles":[]},"109":{"title":"Rings touch geometries","titles":[]},"110":{"title":"Polygons touch geometries","titles":[]},"111":{"title":"Geometries touch multi-geometry/geometry collections","titles":[]},"112":{"title":"Multi-geometry/geometry collections cross geometries","titles":[]},"113":{"title":"Within","titles":[]},"114":{"title":"What is within?","titles":["Within"]},"115":{"title":"Implementation","titles":["Within"]},"116":{"title":"Convert features to geometries","titles":[]},"117":{"title":"Points within geometries","titles":[]},"118":{"title":"Lines within geometries","titles":[]},"119":{"title":"Rings covered by geometries","titles":[]},"120":{"title":"Polygons within geometries","titles":[]},"121":{"title":"Geometries within multi-geometry/geometry collections","titles":[]},"122":{"title":"Multi-geometry/geometry collections within geometries","titles":[]},"123":{"title":"Orientation","titles":[]},"124":{"title":"isclockwise","titles":["Orientation"]},"125":{"title":"isconcave","titles":["Orientation"]},"126":{"title":"Not implemented yet","titles":[]},"127":{"title":"Polygonizing raster data","titles":[]},"128":{"title":"Primitive functions","titles":[]},"129":{"title":"Docstrings","titles":["Primitive functions"]},"130":{"title":"Functions","titles":["Primitive functions","Docstrings"]},"131":{"title":"Types","titles":["Primitive functions"]},"132":{"title":"Implementation","titles":["Primitive functions"]},"133":{"title":"What is apply?","titles":["Primitive functions"]},"134":{"title":"Embedding:","titles":["Primitive functions"]},"135":{"title":"Threading","titles":["Primitive functions"]},"136":{"title":"Closed Rings","titles":[]},"137":{"title":"Example","titles":["Closed Rings"]},"138":{"title":"Implementation","titles":["Closed Rings"]},"139":{"title":"Geometry Corrections","titles":[]},"140":{"title":"Interface","titles":["Geometry Corrections"]},"141":{"title":"Available corrections","titles":["Geometry Corrections"]},"142":{"title":"Intersecting Polygons","titles":[]},"143":{"title":"Example","titles":["Intersecting Polygons"]},"144":{"title":"Implementation","titles":["Intersecting Polygons"]},"145":{"title":"Extent embedding","titles":[]},"146":{"title":"Coordinate flipping","titles":[]},"147":{"title":"Geometry reprojection","titles":[]},"148":{"title":"Method error handling","titles":["Geometry reprojection"]},"149":{"title":"Segmentize","titles":[]},"150":{"title":"Examples","titles":["Segmentize"]},"151":{"title":"Benchmark","titles":["Segmentize"]},"152":{"title":"Implementation","titles":["Segmentize"]},"153":{"title":"Geometry simplification","titles":[]},"154":{"title":"Examples","titles":["Geometry simplification"]},"155":{"title":"Benchmark","titles":["Geometry simplification"]},"156":{"title":"Simplify with RadialDistance Algorithm","titles":[]},"157":{"title":"Simplify with DouglasPeucker Algorithm","titles":[]},"158":{"title":"Simplify with VisvalingamWhyatt Algorithm","titles":[]},"159":{"title":"Shared utils","titles":[]},"160":{"title":"Pointwise transformation","titles":[]},"161":{"title":"Tuple conversion","titles":[]},"162":{"title":"Types","titles":[]},"163":{"title":"TraitTarget","titles":["Types"]},"164":{"title":"BoolsAsTypes","titles":["Types"]},"165":{"title":"GEOS","titles":["Types"]},"166":{"title":"Utility functions","titles":[]},"167":{"title":"Creating Geometry","titles":[]},"168":{"title":"Creating and plotting geometries","titles":["Creating Geometry"]},"169":{"title":"Plot geometries on a map using GeoMakie and coordinate reference system (CRS)","titles":["Creating Geometry"]},"170":{"title":"Create geospatial geometries with embedded coordinate reference system information","titles":["Creating Geometry"]},"171":{"title":"Creating a table with attributes and geometry","titles":["Creating Geometry"]},"172":{"title":"Saving your geospatial data","titles":["Creating Geometry"]},"173":{"title":"Spatial joins","titles":[]},"174":{"title":"Simple example","titles":["Spatial joins"]},"175":{"title":"Real-world example","titles":["Spatial joins"]},"176":{"title":"Enabling custom predicates","titles":["Spatial joins"]}},"dirtCount":0,"index":[["⋮",{"2":{"169":1}}],["θ",{"2":{"168":7,"169":3,"170":5}}],["☁",{"2":{"168":1}}],["✈",{"2":{"168":1}}],["÷",{"2":{"135":2}}],["ϵ",{"2":{"59":5}}],["∘",{"2":{"59":1,"102":2,"127":2,"140":1,"155":2,"176":2}}],["⊻",{"2":{"50":1,"57":2}}],["≥",{"2":{"50":1,"96":2,"144":1,"157":1}}],["α≈1",{"2":{"59":1}}],["α≈0",{"2":{"59":1}}],["α2",{"2":{"50":4,"59":2}}],["α",{"2":{"50":3,"59":28,"96":7}}],["α1",{"2":{"50":4,"59":2}}],["β2",{"2":{"50":4,"59":2}}],["β",{"2":{"50":4,"59":28,"96":7}}],["β1",{"2":{"50":4,"59":2}}],["≤",{"2":{"50":5,"52":14,"96":6,"157":1,"159":1,"166":4}}],["^",{"2":{"169":1}}],["^3",{"2":{"169":1}}],["^n",{"2":{"125":1}}],["^2",{"2":{"49":2,"65":2}}],["^hormannpresentation",{"2":{"46":2}}],["∑λ",{"2":{"46":2}}],["∑i=2n",{"2":{"6":1}}],["λ₁",{"2":{"46":2}}],["λn",{"2":{"44":1}}],["λ3",{"2":{"44":1}}],["λ2",{"2":{"44":2}}],["λ1",{"2":{"44":2}}],["λs",{"2":{"5":3,"6":4,"46":27}}],["`$",{"2":{"165":1}}],["`libgeos",{"2":{"165":1}}],["`linearring`",{"2":{"152":1}}],["`linearsegments`",{"2":{"152":1}}],["`linestring`",{"2":{"152":1}}],["`linestringtrait`",{"2":{"140":1}}],["`line2`",{"2":{"125":1}}],["`line1`",{"2":{"125":1}}],["`line",{"2":{"58":4}}],["`equatorial",{"2":{"151":2}}],["`extents",{"2":{"145":1}}],["`inf`",{"2":{"147":1}}],["`intersects`",{"2":{"99":1}}],["`intersectingpolygons`",{"2":{"56":1,"58":1,"60":1}}],["`prefilter",{"2":{"155":1}}],["`proj",{"2":{"147":1,"151":2}}],["`polgontrait`",{"2":{"135":1}}],["`polygontrait`",{"2":{"135":1,"140":1}}],["`polygonize`",{"2":{"127":2}}],["`polygon`",{"2":{"46":3}}],["`polys`",{"2":{"57":1}}],["`poly",{"2":{"57":3,"59":1,"61":1}}],["`pointrait`",{"2":{"155":1}}],["`pointtrait`",{"2":{"135":3,"140":1}}],["`point",{"2":{"96":3}}],["`point`",{"2":{"46":4,"65":1}}],["`point2f`",{"2":{"45":1}}],["`douglaspeucker`",{"2":{"155":1}}],["`d`",{"2":{"147":1}}],["`difference`",{"2":{"144":1}}],["`disjoint`",{"2":{"99":1}}],["`obj`",{"2":{"135":1,"160":1,"161":1}}],["`op`",{"2":{"135":2}}],["`+`",{"2":{"135":1}}],["`alg",{"2":{"165":1}}],["`alg`",{"2":{"159":1}}],["`always",{"2":{"147":1}}],["`application",{"2":{"140":1}}],["`apply`",{"2":{"135":1,"163":1}}],["`abstractgeometrytrait`",{"2":{"135":1}}],["`abstractarray`",{"2":{"135":1}}],["`abstractmatrix`",{"2":{"127":1}}],["`calc",{"2":{"132":1}}],["`crs`",{"2":{"132":1}}],["`components`",{"2":{"135":1}}],["`collect`",{"2":{"135":1}}],["`contains`",{"2":{"81":1,"115":1}}],["`covers`",{"2":{"71":1,"84":1}}],["`coveredby`",{"2":{"71":1,"84":1}}],["`union",{"2":{"127":2}}],["`unionintersectingpolygons`",{"2":{"144":1}}],["`unionintersectingpolygons",{"2":{"56":1,"57":2,"58":1,"59":2,"60":1,"61":2}}],["`ys`",{"2":{"127":1}}],["`flattening`",{"2":{"151":1}}],["`flattening",{"2":{"151":1}}],["`flatten`",{"2":{"135":1}}],["`f",{"2":{"135":1}}],["`featurecollectiontrait`",{"2":{"135":2}}],["`featurecollection`",{"2":{"127":2}}],["`featuretrait`",{"2":{"135":3}}],["`feature`s",{"2":{"127":1}}],["`f`",{"2":{"127":5,"135":6,"160":2,"165":1}}],["`false`",{"2":{"125":1,"127":1,"132":4,"147":1}}],["`fix",{"2":{"56":2,"57":2,"58":2,"59":2,"60":2,"61":2}}],["`within`",{"2":{"81":1,"115":1}}],["`weight`",{"2":{"46":1}}],["`geos`",{"2":{"165":3}}],["`geodesic`",{"2":{"151":1}}],["`geodesicsegments`",{"2":{"150":1,"151":1,"152":1}}],["`geointerface`",{"2":{"140":1}}],["`geointerface",{"2":{"135":2,"147":2}}],["`geometrycorrection`",{"2":{"138":1,"140":1,"144":2}}],["`geometry`",{"2":{"135":1,"147":2}}],["`geometrybasics",{"2":{"46":3}}],["`geom`",{"2":{"65":3,"135":1,"152":1}}],["`gi",{"2":{"127":1}}],["`g1`",{"2":{"65":1}}],["`tuple",{"2":{"166":1}}],["`tuple`s",{"2":{"161":1}}],["`tuple`",{"2":{"127":1,"161":1}}],["`time`",{"2":{"147":1}}],["`transform`",{"2":{"147":1}}],["`true`",{"2":{"71":1,"85":1,"88":2,"105":1,"115":1,"125":2,"127":1,"132":2,"147":1}}],["`threaded==true`",{"2":{"135":1}}],["`threaded`",{"2":{"132":1}}],["`tol`",{"2":{"155":2,"156":3,"157":2,"158":3,"159":4}}],["`to",{"2":{"59":1}}],["`target",{"2":{"147":3}}],["`target`",{"2":{"58":1,"135":4,"163":1}}],["`tables",{"2":{"135":1}}],["`taget`",{"2":{"56":1,"60":1}}],["`method",{"2":{"152":1}}],["`method`",{"2":{"46":3,"152":1}}],["`max",{"2":{"151":4,"152":2,"165":1}}],["`makie",{"2":{"127":1}}],["`multipointtrait`",{"2":{"135":1,"155":1}}],["`multipolygontrait`",{"2":{"135":1}}],["`multipolygon`",{"2":{"127":3}}],["`multipolygon",{"2":{"57":3,"59":3,"61":2}}],["`multipoly",{"2":{"57":7,"59":3,"61":3}}],["`minpoints`",{"2":{"127":2}}],["`number`",{"2":{"155":2,"159":3}}],["`namedtuple`",{"2":{"135":1}}],["`nothing`",{"2":{"50":1,"132":1}}],["`next",{"2":{"50":1}}],["`radialdistance`",{"2":{"155":1}}],["`ratio`",{"2":{"155":2,"159":3}}],["`reproject`",{"2":{"148":1}}],["`rebuild`",{"2":{"135":1}}],["`r`",{"2":{"46":1}}],["`rᵢ`",{"2":{"46":1}}],["`segmentize`",{"2":{"165":1}}],["`svector`",{"2":{"160":3}}],["`simplifyalg`",{"2":{"155":2}}],["`simplify",{"2":{"155":1}}],["`simplify`",{"2":{"155":2}}],["`source",{"2":{"147":3}}],["`s`",{"2":{"46":1}}],["`sᵢ`",{"2":{"46":2}}],["`s2`",{"2":{"46":1}}],["`s1`",{"2":{"46":1}}],["`hcat`",{"2":{"46":1}}],["`x`",{"2":{"135":1}}],["`xs`",{"2":{"127":1}}],["`x1",{"2":{"46":1}}],["`x1`",{"2":{"46":2}}],["`x2`",{"2":{"46":1}}],["`visvalingamwhyatt`",{"2":{"155":1}}],["`vector",{"2":{"147":1}}],["`vector`",{"2":{"127":1,"135":1}}],["`vᵢ`",{"2":{"46":1}}],["`v`",{"2":{"46":1}}],["`values`",{"2":{"46":1,"127":1}}],["`λs`",{"2":{"46":2}}],["`",{"2":{"46":2,"56":1,"57":2,"58":1,"59":3,"60":1,"61":2,"127":3,"135":1,"140":2,"147":2,"152":1,"155":3,"165":2,"166":1}}],["`bool`",{"2":{"127":2}}],["`barycentric",{"2":{"46":3}}],["`buffer`",{"2":{"43":1}}],["```jldoctest",{"2":{"55":1,"56":1,"58":1,"59":1,"60":1,"68":1,"71":1,"81":1,"84":1,"88":1,"99":1,"102":1,"105":1,"115":1,"125":1,"155":1}}],["```julia",{"2":{"6":2,"46":1,"85":1,"125":1,"135":1,"160":2,"163":1}}],["```math",{"2":{"46":1,"125":1}}],["```",{"2":{"11":1,"46":3,"55":1,"56":1,"58":1,"60":1,"68":1,"71":1,"81":1,"84":1,"88":1,"99":1,"102":1,"105":1,"115":1,"125":3,"127":11,"135":1,"155":1,"160":2,"166":1}}],["π",{"2":{"42":1,"155":1}}],["δbay",{"2":{"59":3}}],["δbax",{"2":{"59":3}}],["δby",{"2":{"59":5}}],["δbx",{"2":{"59":5}}],["δb",{"2":{"59":2}}],["δay",{"2":{"59":5}}],["δax",{"2":{"59":5}}],["δa",{"2":{"59":2}}],["δintrs",{"2":{"50":2}}],["δy2",{"2":{"125":2}}],["δy1",{"2":{"125":2}}],["δyl",{"2":{"102":4}}],["δy",{"2":{"42":8,"52":3,"96":7}}],["δys",{"2":{"42":1}}],["δx2",{"2":{"125":2}}],["δx1",{"2":{"125":2}}],["δxl",{"2":{"102":4}}],["δx",{"2":{"42":9,"52":3,"96":7}}],["∈",{"2":{"19":1}}],["~",{"2":{"19":3}}],["$ratio",{"2":{"159":1}}],["$rectangle",{"2":{"151":2}}],["$number",{"2":{"159":1}}],["$name",{"2":{"36":2}}],["$min",{"2":{"159":1}}],["$douglas",{"2":{"155":1,"157":1}}],["$simplify",{"2":{"155":1,"156":1,"158":1}}],["$lg",{"2":{"151":1}}],["$lin",{"2":{"151":2}}],["$geom",{"2":{"155":8}}],["$geo",{"2":{"151":1}}],["$apply",{"2":{"135":1,"146":1,"147":1,"155":1}}],["$calc",{"2":{"132":1}}],["$crs",{"2":{"132":1,"145":1}}],["$tol",{"2":{"159":1}}],["$threaded",{"2":{"132":1}}],["$t",{"2":{"68":1,"135":4}}],["$target",{"2":{"57":1,"59":1,"61":1,"135":3}}],["$trait",{"2":{"55":1,"57":2,"59":2,"61":2}}],["$",{"2":{"18":4,"19":1,"46":4,"50":2,"127":3,"140":4,"152":1,"155":12,"165":1}}],["qy",{"2":{"18":2,"19":2}}],["qx",{"2":{"18":2,"19":2}}],["q",{"2":{"18":13,"19":12,"50":4}}],["queue",{"2":{"157":41}}],["questions",{"2":{"59":1}}],["quite",{"2":{"15":1,"137":1,"175":1}}],["quick",{"2":{"4":1,"6":1,"46":1,"145":1,"154":1}}],["quality",{"2":{"6":1,"155":1}}],["quantity",{"2":{"6":1,"151":1}}],["quot",{"2":{"1":4,"6":10,"15":2,"25":2,"30":2,"50":8,"64":2,"65":2,"68":2,"83":4,"96":10,"133":2,"135":8,"149":6,"168":2,"174":2}}],["|=",{"2":{"96":4,"102":1}}],["||",{"2":{"42":2,"50":13,"52":8,"55":1,"58":1,"59":5,"60":1,"68":18,"85":2,"96":8,"102":1,"107":1,"127":7,"157":1,"159":3}}],["|",{"2":{"11":4,"96":1}}],["|>",{"2":{"11":8,"18":2,"135":1,"150":1,"151":1,"155":3,"175":2}}],["↩︎",{"2":{"6":1}}],["ᵢᵢᵢ₊₁ᵢᵢ₊₁ᵢᵢ₊₁tᵢ=det",{"2":{"6":1}}],["⋅",{"2":{"6":1,"46":1}}],["zone",{"2":{"169":1}}],["zoom",{"2":{"19":1}}],["zs",{"2":{"127":5}}],["zip",{"2":{"18":1,"19":1,"168":4,"169":1,"170":1}}],["zeros",{"2":{"46":1,"52":1}}],["zero",{"2":{"4":6,"6":8,"39":11,"49":3,"50":4,"52":11,"59":22,"64":1,"65":3,"125":1,"135":1,"157":4}}],["z",{"2":{"4":1,"5":1,"6":2,"46":3,"68":3,"127":3,"146":1,"160":1,"161":1}}],["0e6",{"2":{"169":6}}],["0example",{"2":{"6":1}}],["097075198097933",{"2":{"170":1}}],["09707519809793252",{"2":{"170":2}}],["091887951911644",{"2":{"170":3}}],["0999933334666654",{"2":{"168":1}}],["09801605542096",{"2":{"168":1}}],["098016055420953",{"2":{"168":3}}],["09297443860091348",{"2":{"168":4}}],["09",{"2":{"45":1}}],["08506974233813636",{"2":{"170":2}}],["08",{"2":{"45":1}}],["062749678615475",{"2":{"170":1}}],["06274967861547665",{"2":{"170":2}}],["06592462566760626",{"2":{"168":1}}],["0650624499034016",{"2":{"168":4}}],["06",{"2":{"45":1}}],["02017324484778",{"2":{"170":1}}],["020173244847778715",{"2":{"170":2}}],["027886421973952302",{"2":{"168":4}}],["02",{"2":{"45":3}}],["04500741774392",{"2":{"170":1}}],["045007417743918",{"2":{"170":2}}],["049999166670833324",{"2":{"168":1}}],["0438052480035",{"2":{"168":1}}],["043805248003498",{"2":{"168":3}}],["04",{"2":{"45":6}}],["07518688541961",{"2":{"170":1}}],["075186885419612",{"2":{"170":2}}],["071",{"2":{"150":2,"151":2}}],["07",{"2":{"45":6,"150":6,"151":6}}],["009176636029576",{"2":{"170":1}}],["0091766360295773",{"2":{"170":2}}],["003135308800957",{"2":{"170":1}}],["0031353088009582475",{"2":{"170":2}}],["0035114210915891397",{"2":{"168":4}}],["006784125578492062",{"2":{"170":2}}],["0020133807972559925",{"2":{"170":2}}],["00839489109211",{"2":{"170":3}}],["008696",{"2":{"3":1,"6":3,"58":1,"59":1,"98":1,"99":1}}],["005465967083412071",{"2":{"168":4}}],["00111595449914",{"2":{"168":1}}],["001115954499138",{"2":{"168":3}}],["0010075412835199304",{"2":{"168":4}}],["001",{"2":{"155":1}}],["00085222666982",{"2":{"170":3}}],["000577332369005",{"2":{"170":1}}],["0005773323690041465",{"2":{"170":2}}],["000510363870095e6",{"2":{"169":2}}],["00025191811248184703",{"2":{"170":2}}],["000215611503127e6",{"2":{"169":2}}],["0007260527263e6",{"2":{"169":2}}],["000342160541625e6",{"2":{"169":2}}],["000124843834609e6",{"2":{"169":2}}],["000063948817746e6",{"2":{"169":2}}],["000026987852369e6",{"2":{"169":2}}],["000008144045314",{"2":{"170":1}}],["000007998400139e6",{"2":{"169":2}}],["000000999950001e6",{"2":{"169":2}}],["00001e6",{"2":{"169":1}}],["0004397316773170068",{"2":{"168":4}}],["000",{"2":{"155":1}}],["00",{"2":{"45":2}}],["053798628882221644",{"2":{"170":2}}],["05877989361332",{"2":{"168":1}}],["058779893613323",{"2":{"168":3}}],["05416726609360478",{"2":{"168":4}}],["05",{"2":{"45":1}}],["052704767595",{"2":{"20":1}}],["037564867762832",{"2":{"170":1}}],["03756486776283019",{"2":{"170":2}}],["031245035570328428",{"2":{"170":2}}],["033518309870985",{"2":{"170":3}}],["03503632062070827",{"2":{"168":4}}],["03",{"2":{"45":4}}],["01458815628695",{"2":{"170":3}}],["016044338630866517",{"2":{"170":2}}],["01592650896568995",{"2":{"168":1}}],["01597247419241532",{"2":{"168":4}}],["01908693278165",{"2":{"168":1}}],["019086932781654",{"2":{"168":3}}],["01098781325325",{"2":{"168":1}}],["010987813253244",{"2":{"168":3}}],["011814947665167774",{"2":{"168":4}}],["01362848005",{"2":{"20":1}}],["01",{"2":{"19":1,"45":1,"150":1,"151":1,"168":1,"169":1,"170":1}}],["0^",{"2":{"18":2,"19":2}}],["0+2",{"2":{"18":2,"19":2}}],["0",{"2":{"3":35,"4":12,"6":190,"11":1,"18":5,"19":8,"20":32,"38":9,"39":4,"41":20,"42":3,"45":155,"46":2,"48":6,"49":6,"50":49,"51":13,"52":5,"54":22,"55":49,"56":42,"58":2,"59":21,"60":46,"61":2,"64":20,"65":2,"67":13,"68":18,"70":6,"71":6,"80":16,"83":6,"84":12,"85":9,"87":15,"96":37,"101":13,"102":9,"104":12,"105":11,"114":16,"125":21,"127":7,"137":24,"143":64,"144":4,"150":16,"151":13,"152":1,"155":11,"157":7,"159":4,"166":2,"168":129,"169":2,"170":46,"174":13}}],[">=",{"2":{"46":6,"85":4,"102":1,"159":1}}],[">",{"2":{"1":1,"6":6,"11":2,"18":1,"20":2,"42":1,"46":1,"50":17,"52":3,"55":5,"56":1,"57":1,"59":2,"60":1,"61":3,"64":1,"68":1,"85":8,"96":10,"102":2,"125":4,"127":12,"135":5,"140":1,"144":3,"152":2,"155":1,"157":12,"159":3,"160":1,"166":1,"175":1}}],["914930257661865",{"2":{"170":1}}],["96875496442967",{"2":{"170":1}}],["961329",{"2":{"3":1,"6":3,"58":1,"59":1,"98":1,"99":1}}],["983955661369134",{"2":{"170":1}}],["9833",{"2":{"20":1}}],["9877550012664",{"2":{"168":1}}],["9840085315131",{"2":{"168":1}}],["98271048511609",{"2":{"168":1}}],["98661575256801",{"2":{"168":1}}],["99321587442151",{"2":{"170":1}}],["99375130197483",{"2":{"168":1}}],["997986619202745",{"2":{"170":1}}],["997750168744936",{"2":{"168":1}}],["997247091122496",{"2":{"168":1}}],["99600053330489",{"2":{"168":1}}],["991002699676024",{"2":{"168":1}}],["990022362600165",{"2":{"168":1}}],["99292997455441",{"2":{"168":1}}],["99533829767195",{"2":{"168":1}}],["99865616402829",{"2":{"168":1}}],["999999967681458e6",{"2":{"169":2}}],["999997707902938e6",{"2":{"169":2}}],["999987539891298e6",{"2":{"169":2}}],["999963474314044e6",{"2":{"169":2}}],["999919535736425e6",{"2":{"169":2}}],["999974634566875",{"2":{"168":1}}],["999849768598615e6",{"2":{"169":2}}],["999748081887518",{"2":{"170":1}}],["999748243174828e6",{"2":{"169":2}}],["999750002083324",{"2":{"168":1}}],["999609061508909e6",{"2":{"169":2}}],["999426363321033e6",{"2":{"169":2}}],["999194331880103e6",{"2":{"169":2}}],["99900003333289",{"2":{"168":1}}],["999565375483215",{"2":{"168":1}}],["9im",{"2":{"96":2,"173":1}}],["97976366505997",{"2":{"168":1}}],["9783069507679",{"2":{"168":1}}],["97",{"2":{"45":1}}],["946201371117777",{"2":{"170":1}}],["94",{"2":{"45":1}}],["92",{"2":{"45":1}}],["95770326033",{"2":{"20":1}}],["95",{"2":{"18":1,"19":1}}],["900",{"2":{"151":1}}],["90063612163",{"2":{"11":2}}],["90",{"2":{"41":9,"45":1}}],["909318372607",{"2":{"11":3}}],["9",{"2":{"1":1,"6":1,"96":2,"125":12,"150":1,"160":1}}],["873633668827033",{"2":{"170":1}}],["8135804051007",{"2":{"168":1}}],["813580405100698",{"2":{"168":3}}],["88",{"2":{"45":1}}],["86641841658641",{"2":{"168":1}}],["866418416586406",{"2":{"168":3}}],["86",{"2":{"45":1}}],["868447876892",{"2":{"20":2}}],["84",{"2":{"45":1}}],["821068835162155",{"2":{"170":1}}],["82",{"2":{"45":1}}],["800",{"2":{"45":1}}],["80000",{"2":{"20":5}}],["80",{"2":{"45":1}}],["80869813739",{"2":{"20":2}}],["856614689791036e",{"2":{"20":2}}],["83572303404496",{"2":{"6":2,"58":1,"59":1}}],["8",{"2":{"1":3,"6":9,"18":1,"19":1,"56":2,"60":4,"96":1,"127":3,"150":1,"160":3,"170":2}}],["karnataka",{"2":{"175":1}}],["kml",{"2":{"16":1}}],["kbn",{"2":{"11":2}}],["kinds",{"2":{"28":1}}],["kind",{"2":{"9":1,"127":1}}],["k",{"2":{"6":1,"19":6,"46":1,"50":5,"96":5,"168":5,"170":5}}],["kernel",{"2":{"152":4}}],["keepat",{"2":{"60":1,"144":2}}],["keep",{"2":{"50":3,"127":1,"144":14,"150":1,"174":1}}],["keeping",{"2":{"6":1,"135":1,"146":1}}],["keys",{"2":{"127":4}}],["key",{"2":{"6":1,"16":1,"127":4,"165":5}}],["keyword",{"2":{"6":8,"28":1,"56":1,"58":1,"60":1,"132":6,"135":1,"145":2,"151":2,"165":4,"169":1,"170":1}}],["keywords",{"2":{"1":2,"4":1,"6":10,"96":2,"127":1,"132":1,"135":1,"145":1,"146":2,"147":3,"155":8,"156":1,"157":1,"158":1,"159":1,"161":2}}],["known",{"2":{"15":2,"16":3,"52":2}}],["know",{"2":{"6":3,"42":2,"50":1,"52":1,"56":1,"58":1,"59":2,"60":1,"61":1,"135":1,"174":1}}],["kwargs",{"2":{"43":3,"52":1,"55":1,"56":3,"57":3,"58":4,"59":5,"60":3,"61":5,"140":2,"148":1,"151":1}}],["kwdef",{"2":{"36":1,"50":1,"151":1,"156":1,"157":1,"158":1}}],["kw",{"2":{"1":1,"6":11,"96":10,"127":20,"135":21,"146":3,"155":15,"158":1,"160":3,"161":3,"165":6}}],["joined",{"2":{"174":4}}],["joins",{"0":{"173":1},"1":{"174":1,"175":1,"176":1},"2":{"173":3}}],["joinpath",{"2":{"155":2}}],["join",{"2":{"135":2,"173":4,"174":5,"176":1}}],["joining",{"2":{"6":2,"155":1,"173":1}}],["jpn",{"2":{"175":2}}],["jp",{"2":{"68":2}}],["jstep",{"2":{"68":3}}],["jstart",{"2":{"68":7}}],["json",{"2":{"16":1,"172":3}}],["jhole",{"2":{"68":2}}],["jh",{"2":{"61":5}}],["j+1",{"2":{"50":1,"127":1,"159":1}}],["j",{"2":{"50":24,"68":8,"85":9,"96":12,"125":2,"127":8,"159":2}}],["jet",{"2":{"45":1}}],["just",{"2":{"4":1,"6":1,"49":1,"50":2,"59":4,"61":1,"65":2,"127":1,"133":1,"135":3,"151":1,"173":1}}],["julialand",{"2":{"169":2}}],["julialines",{"2":{"38":1}}],["julialinearsegments",{"2":{"6":1}}],["juliahole",{"2":{"168":1}}],["juliaplot",{"2":{"169":2}}],["juliap1",{"2":{"168":1}}],["juliapoly",{"2":{"169":1}}],["juliapolygon3",{"2":{"169":1}}],["juliapolygon1",{"2":{"168":1}}],["juliapolygonize",{"2":{"6":1}}],["juliapolygon",{"2":{"6":1}}],["juliapoints",{"2":{"174":1}}],["juliapoint",{"2":{"168":1}}],["juliaxoffset",{"2":{"168":3,"170":1}}],["juliax",{"2":{"168":2}}],["juliaxrange",{"2":{"64":1}}],["julia$apply",{"2":{"161":1}}],["julia$threaded",{"2":{"145":1}}],["julia6",{"2":{"155":1}}],["julia```jldoctest",{"2":{"166":1}}],["julia```julia",{"2":{"127":1}}],["julia```",{"2":{"85":1,"163":1}}],["julia1",{"2":{"56":1,"58":1,"59":1,"60":1}}],["julia2",{"2":{"55":1}}],["juliabase",{"2":{"46":1,"65":4,"135":1,"165":1}}],["juliabarycentric",{"2":{"5":3,"6":3}}],["juliafig",{"2":{"168":1,"169":1}}],["juliafalse",{"2":{"125":1}}],["juliafunction",{"2":{"42":2,"43":2,"46":3,"49":1,"50":11,"52":2,"55":1,"57":1,"59":2,"61":1,"65":8,"96":6,"102":2,"107":1,"126":1,"135":5,"148":1,"151":1,"159":2}}],["juliafor",{"2":{"36":1,"135":2}}],["juliaflexijoins",{"2":{"176":1}}],["juliaflipped",{"2":{"128":1}}],["juliaflip",{"2":{"6":1}}],["juliaflatten",{"2":{"6":1,"130":1}}],["juliamy",{"2":{"176":1}}],["juliamultipoly",{"2":{"155":1}}],["juliamodule",{"2":{"36":1}}],["juliameanvalue",{"2":{"6":1}}],["juliagi",{"2":{"11":2}}],["juliago",{"2":{"11":1,"38":1,"41":1,"51":1,"67":1,"70":1,"80":1,"83":1,"87":1,"98":1,"101":1,"104":1,"114":1,"173":1}}],["juliageopoly1",{"2":{"170":1}}],["juliageointerface",{"2":{"166":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,"135":6}}],["juliaunion",{"2":{"6":1}}],["juliaunionintersectingpolygons",{"2":{"6":1,"141":1}}],["juliausing",{"2":{"6":1,"18":1,"19":1,"150":2,"151":1,"154":1,"155":1,"171":1}}],["juliascatter",{"2":{"174":1}}],["juliasource",{"2":{"169":2}}],["juliasimplify",{"2":{"6":1,"155":3}}],["juliasigned",{"2":{"4":2,"6":2}}],["juliasegmentize",{"2":{"6":1}}],["julias1",{"2":{"6":1}}],["juliavisvalingamwhyatt",{"2":{"6":1}}],["juliaring3",{"2":{"169":1}}],["juliaring1",{"2":{"168":1}}],["juliar",{"2":{"168":2,"169":1,"170":1}}],["juliareconstruct",{"2":{"6":1,"130":1}}],["juliarebuild",{"2":{"6":1,"130":1}}],["juliareproject",{"2":{"1":1}}],["juliaradialdistance",{"2":{"6":1}}],["juliadf",{"2":{"171":1}}],["juliadestination",{"2":{"169":1}}],["juliadouglaspeucker",{"2":{"6":1}}],["juliadifference",{"2":{"6":1}}],["juliadiffintersectingpolygons",{"2":{"6":1,"141":1}}],["juliadistance",{"2":{"4":1,"6":1}}],["juliadisjoint",{"2":{"3":1,"6":1}}],["juliaexport",{"2":{"37":1,"40":1,"44":1,"47":1,"53":1,"56":1,"58":1,"60":1,"63":1,"66":1,"69":1,"79":1,"82":1,"86":1,"97":1,"100":1,"103":1,"113":1,"123":1,"127":1,"128":1,"136":1,"139":1,"142":1,"147":1,"149":1,"155":1,"162":1}}],["juliaend",{"2":{"65":1}}],["juliaenforce",{"2":{"6":1}}],["juliaenum",{"2":{"6":2}}],["juliaembed",{"2":{"4":1,"6":1}}],["juliaequals",{"2":{"4":15,"6":15,"50":1}}],["juliaaccuratearithmetic",{"2":{"11":2}}],["juliaabstract",{"2":{"6":3,"140":1,"141":1,"151":1,"164":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,"23":1}}],["juliacent",{"2":{"48":1}}],["juliacentroid",{"2":{"4":1,"6":3}}],["juliacut",{"2":{"6":1}}],["juliaclosedring",{"2":{"6":1,"141":1}}],["juliaconst",{"2":{"39":1,"42":1,"46":1,"50":1,"52":2,"65":1,"71":1,"88":1,"105":1,"115":1,"132":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":{"68":1,"71":1,"81":1,"84":1,"88":1,"99":1,"102":1,"105":1,"115":1,"125":1}}],["juliatraittarget",{"2":{"6":2,"163":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":{"175":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,"38":1,"41":1,"48":1,"51":1,"54":1,"64":1,"67":1,"70":1,"80":1,"83":1,"87":1,"98":1,"101":1,"104":1,"114":1,"137":2,"143":2,"150":1,"172":4,"174":1,"175":1}}],["julia",{"2":{"3":1,"6":4,"9":1,"20":1,"32":1,"36":1,"39":10,"42":4,"46":8,"49":19,"50":60,"52":18,"55":10,"56":6,"57":1,"58":5,"59":29,"60":6,"61":4,"64":1,"65":4,"68":15,"72":1,"73":5,"74":1,"75":1,"76":2,"77":1,"78":1,"81":1,"84":1,"85":3,"89":1,"90":3,"91":1,"92":1,"93":1,"94":1,"95":1,"96":50,"99":1,"102":7,"106":1,"107":3,"108":1,"109":1,"110":1,"111":1,"112":1,"116":1,"117":3,"118":1,"119":1,"120":2,"121":1,"122":1,"125":9,"126":2,"127":40,"135":63,"138":5,"140":1,"144":3,"145":1,"146":1,"147":1,"151":1,"152":2,"155":1,"156":2,"157":15,"158":3,"160":1,"161":1,"162":1,"163":1,"165":4,"166":1,"167":2,"169":2,"172":2,"173":1,"174":1}}],["julia>",{"2":{"1":5,"6":7,"125":3,"160":7}}],["juliajulia>",{"2":{"1":2,"6":3}}],["jl`",{"2":{"147":1,"165":1}}],["jldoctest",{"2":{"6":1}}],["jl",{"0":{"36":1},"2":{"1":10,"4":1,"6":13,"10":2,"11":1,"27":2,"32":2,"36":41,"39":1,"42":1,"43":3,"46":1,"49":1,"50":1,"52":1,"55":1,"57":1,"59":1,"61":1,"62":1,"65":1,"68":1,"78":1,"81":1,"84":1,"85":1,"95":1,"96":1,"99":1,"102":1,"112":1,"122":1,"125":2,"126":1,"127":1,"130":1,"135":3,"138":1,"141":1,"144":1,"145":2,"146":1,"147":4,"148":3,"149":1,"151":3,"152":2,"155":2,"159":1,"160":6,"161":2,"164":1,"165":2,"166":1,"169":1,"173":1}}],["+5000000",{"2":{"169":1}}],["+proj=natearth2",{"2":{"169":2}}],["+=",{"2":{"39":2,"46":11,"49":6,"50":17,"52":10,"55":1,"68":1,"85":1,"96":5,"125":1,"144":2,"157":4,"166":3}}],["+",{"2":{"1":1,"6":2,"16":1,"18":1,"19":1,"39":1,"42":4,"46":20,"49":10,"50":15,"52":7,"55":1,"59":10,"65":3,"68":2,"85":2,"96":6,"125":6,"127":2,"144":3,"152":2,"157":3,"158":2,"159":2,"168":6,"169":1,"170":4}}],["yticklabelsvisible",{"2":{"169":1}}],["york",{"2":{"175":1}}],["yoffset",{"2":{"168":7,"170":2}}],["your",{"0":{"172":1},"2":{"23":1,"43":1,"127":1,"128":1,"148":1,"151":1,"171":1,"172":1,"176":2}}],["you",{"0":{"28":1},"2":{"1":1,"4":1,"5":2,"6":10,"9":1,"11":1,"15":4,"22":1,"23":5,"28":1,"30":1,"34":2,"39":1,"42":1,"43":1,"46":8,"49":1,"56":1,"58":1,"60":1,"128":1,"137":1,"143":1,"148":1,"150":1,"151":1,"152":1,"160":1,"163":1,"169":1,"171":2,"172":3,"174":2,"175":3,"176":4}}],["y=y",{"2":{"166":1}}],["yvec",{"2":{"127":4}}],["ybounds",{"2":{"127":4}}],["yhalf",{"2":{"127":3}}],["ylast",{"2":{"65":3}}],["yfirst",{"2":{"65":5}}],["y0",{"2":{"65":5}}],["yw",{"2":{"52":4}}],["yeild",{"2":{"59":1}}],["ye",{"2":{"52":4}}],["yet",{"0":{"126":1},"2":{"36":1,"46":1,"55":1,"57":1,"59":1,"61":1,"68":1,"126":1,"127":1,"140":2,"175":1}}],["y2",{"2":{"49":2,"52":18,"65":7,"85":10,"96":5,"102":4,"127":5,"152":6,"166":2}}],["y1",{"2":{"49":2,"52":22,"65":7,"85":11,"96":6,"102":5,"127":5,"152":7,"166":2}}],["yield",{"2":{"151":1}}],["yind+1",{"2":{"127":1}}],["yind",{"2":{"127":2}}],["yinterior",{"2":{"49":2}}],["yi+yi−1",{"2":{"6":1}}],["ycentroid",{"2":{"49":13}}],["yrange",{"2":{"45":3,"64":3}}],["yautolimits",{"2":{"45":2}}],["yp2",{"2":{"42":4}}],["ys",{"2":{"6":3,"127":30}}],["ymax",{"2":{"6":1,"51":2,"52":48}}],["ymin",{"2":{"6":1,"51":2,"52":49}}],["y",{"2":{"1":2,"4":1,"6":4,"18":9,"19":10,"39":2,"42":8,"45":8,"48":1,"49":10,"50":6,"51":1,"52":8,"57":6,"59":8,"64":2,"65":7,"68":3,"85":21,"96":16,"102":7,"125":10,"128":2,"135":1,"146":4,"147":1,"152":2,"159":1,"160":2,"161":2,"166":7,"168":8,"169":2,"170":2,"173":1}}],["75",{"2":{"64":2,"80":1,"87":1,"114":1}}],["78",{"2":{"45":1}}],["74",{"2":{"45":1}}],["72",{"2":{"45":1}}],["726711609794",{"2":{"20":1}}],["76",{"2":{"45":1}}],["76085",{"2":{"20":1}}],["768946",{"2":{"3":1,"6":3,"58":1,"59":1,"98":1,"99":1}}],["70440582002419",{"2":{"168":1}}],["704405820024185",{"2":{"168":3}}],["704377648755",{"2":{"20":2}}],["700",{"2":{"19":1}}],["700454",{"2":{"6":1,"154":1,"155":1}}],["701141",{"2":{"6":1,"154":1,"155":1}}],["70",{"2":{"6":20,"45":1,"154":20,"155":20,"168":20}}],["738281",{"2":{"3":1,"6":3,"58":1,"59":1,"98":1,"99":1}}],["7",{"2":{"1":5,"6":5,"96":1,"135":1,"150":4,"151":4,"160":4,"170":1}}],["65533525026046",{"2":{"168":1}}],["655335250260467",{"2":{"168":3}}],["659942",{"2":{"6":1,"154":1,"155":1}}],["6area",{"2":{"49":2}}],["66",{"2":{"45":1}}],["668869",{"2":{"6":1,"154":1,"155":1}}],["64744840486518",{"2":{"170":3}}],["64",{"2":{"45":1,"150":2,"151":2}}],["646209",{"2":{"6":1,"154":1,"155":1}}],["629",{"2":{"169":1}}],["62",{"2":{"45":1}}],["624923",{"2":{"6":1,"154":1,"155":1}}],["61366192682",{"2":{"20":1}}],["614624",{"2":{"6":1,"154":1,"155":1}}],["605000000000004",{"2":{"150":2}}],["60",{"2":{"45":1,"150":2}}],["60000",{"2":{"20":3}}],["609817",{"2":{"6":1,"154":1,"155":1}}],["603637",{"2":{"6":2,"154":2,"155":2}}],["68",{"2":{"45":1}}],["682601",{"2":{"6":1,"154":1,"155":1}}],["683975",{"2":{"6":1,"154":1,"155":1}}],["69159119078359",{"2":{"170":3}}],["694274",{"2":{"6":1,"154":1,"155":1}}],["697021",{"2":{"6":1,"154":1,"155":1}}],["639343",{"2":{"6":1,"154":1,"155":1}}],["6",{"2":{"1":12,"3":4,"6":23,"56":3,"60":3,"96":1,"102":4,"135":3,"155":1,"160":9,"170":2}}],["51695367760999",{"2":{"170":1}}],["516953677609987",{"2":{"170":2}}],["51030066635026",{"2":{"168":4}}],["5e6",{"2":{"169":2}}],["55715336218991",{"2":{"170":1}}],["557153362189904",{"2":{"170":2}}],["55",{"2":{"168":3}}],["55494217175954",{"2":{"168":4}}],["57",{"2":{"150":4,"151":4}}],["57725",{"2":{"20":2}}],["5x",{"2":{"135":1}}],["563198",{"2":{"59":1}}],["56",{"2":{"45":1}}],["54",{"2":{"45":1,"168":19}}],["50",{"2":{"45":1,"150":4,"151":4,"168":3}}],["500000",{"2":{"169":1}}],["50000",{"2":{"20":1}}],["500",{"2":{"19":1,"169":1}}],["5d",{"2":{"32":1}}],["52",{"2":{"45":1}}],["52521",{"2":{"20":1}}],["52709",{"2":{"20":2}}],["594711",{"2":{"6":1,"154":1,"155":1}}],["590591",{"2":{"6":1,"154":1,"155":1}}],["595397",{"2":{"6":1,"154":1,"155":1}}],["535",{"2":{"150":4}}],["5355",{"2":{"150":2}}],["53333",{"2":{"20":4}}],["53",{"2":{"6":10,"150":2,"166":10}}],["58",{"2":{"45":1}}],["58059",{"2":{"20":2}}],["587158",{"2":{"6":2,"154":2,"155":2}}],["58375366067548",{"2":{"6":2,"58":1,"59":1}}],["584961",{"2":{"3":1,"6":3,"58":1,"59":1,"98":1,"99":1}}],["5",{"2":{"1":29,"3":4,"4":8,"6":84,"18":1,"45":1,"54":5,"55":8,"56":16,"60":18,"64":8,"68":8,"96":1,"102":4,"127":1,"135":2,"150":1,"151":1,"160":27,"168":32,"169":25,"176":1}}],["4983491639274692e6",{"2":{"169":2}}],["4986507085647392e6",{"2":{"169":2}}],["497205585568957e6",{"2":{"169":2}}],["4976022389592e6",{"2":{"169":2}}],["4957639801366436e6",{"2":{"169":2}}],["4940253560034204e6",{"2":{"169":2}}],["4946113281484335e6",{"2":{"169":2}}],["491990928929295e6",{"2":{"169":2}}],["4904357734399722e6",{"2":{"169":2}}],["4926709788709967e6",{"2":{"169":2}}],["4962554647802354e6",{"2":{"169":2}}],["499984780817334e6",{"2":{"169":2}}],["4997392479570867e6",{"2":{"169":2}}],["4991939151049731e6",{"2":{"169":2}}],["4994001399837343e6",{"2":{"169":2}}],["4998500087497458e6",{"2":{"169":2}}],["49",{"2":{"127":1}}],["43541888381864",{"2":{"170":3}}],["4326",{"2":{"169":2,"170":3}}],["43787",{"2":{"20":1}}],["439295815226",{"2":{"20":1}}],["434306",{"2":{"6":1,"154":1,"155":1}}],["4896621210021754e6",{"2":{"169":2}}],["489271",{"2":{"6":4,"166":4}}],["4870405593989636e6",{"2":{"169":2}}],["4879072738504685e6",{"2":{"169":2}}],["484003",{"2":{"125":4}}],["482551",{"2":{"125":4}}],["48268",{"2":{"20":1}}],["48",{"2":{"45":1}}],["48001",{"2":{"20":1}}],["45",{"2":{"45":2,"125":12,"168":2}}],["450",{"2":{"18":1}}],["458369",{"2":{"6":2,"154":2,"155":2}}],["42004014766201",{"2":{"168":1}}],["420040147662014",{"2":{"168":3}}],["4219350464667047e",{"2":{"168":4}}],["42",{"2":{"18":1,"19":1,"45":3}}],["4236",{"2":{"16":1}}],["426283",{"2":{"6":1,"154":1,"155":1}}],["400",{"2":{"45":3}}],["40000",{"2":{"20":1}}],["40",{"2":{"19":1,"45":3}}],["406224",{"2":{"6":1,"154":1,"155":1}}],["404504",{"2":{"6":1,"154":1,"155":1}}],["41544701408748197",{"2":{"168":1}}],["41",{"2":{"45":1,"170":20}}],["41878",{"2":{"20":1}}],["414248",{"2":{"6":1,"154":1,"155":1}}],["419406",{"2":{"6":1,"154":1,"155":1}}],["4493927459900552",{"2":{"168":1}}],["44121252392",{"2":{"20":1}}],["44",{"2":{"19":1,"45":2}}],["442901",{"2":{"6":1,"154":1,"155":1}}],["446339",{"2":{"6":1,"154":1,"155":1}}],["477985",{"2":{"125":4}}],["47",{"2":{"45":3}}],["473835",{"2":{"6":1,"154":1,"155":1}}],["472117",{"2":{"6":2,"154":2,"155":2}}],["46525251631344455",{"2":{"168":1}}],["465816",{"2":{"6":1,"154":1,"155":1}}],["46",{"2":{"45":3}}],["468107",{"2":{"6":1,"154":1,"155":1}}],["464547",{"2":{"6":6,"166":6}}],["4",{"2":{"1":11,"3":4,"6":15,"9":2,"18":2,"19":1,"41":1,"52":1,"81":1,"84":1,"88":1,"96":2,"115":1,"125":1,"135":3,"150":1,"157":1,"160":8,"169":20,"172":2}}],["3585",{"2":{"150":1}}],["35",{"2":{"45":3}}],["354492",{"2":{"3":1,"6":3,"58":1,"59":1,"98":1,"99":1}}],["38042741557976",{"2":{"168":1}}],["380427415579764",{"2":{"168":3}}],["38",{"2":{"45":3}}],["3655999675063154",{"2":{"168":1}}],["36",{"2":{"45":2}}],["360",{"2":{"42":1}}],["36022",{"2":{"20":1}}],["327284472232776",{"2":{"170":3}}],["32610",{"2":{"169":3}}],["32",{"2":{"45":3}}],["37",{"2":{"45":5}}],["3497142366876638",{"2":{"168":1}}],["34",{"2":{"45":3}}],["31571636123306385",{"2":{"168":1}}],["31",{"2":{"45":2}}],["30151010318639",{"2":{"168":4}}],["30527612515520186",{"2":{"168":4}}],["300",{"2":{"64":1}}],["30",{"2":{"19":2,"45":3,"168":2}}],["3376428491230612",{"2":{"168":4}}],["3390",{"2":{"96":1}}],["33333333333",{"2":{"20":1}}],["333333333336",{"2":{"20":3}}],["33",{"2":{"6":20,"154":20,"155":20}}],["3d",{"2":{"4":1,"6":1,"46":2,"68":1,"135":1,"149":1}}],["3",{"2":{"1":13,"3":4,"5":1,"6":29,"19":2,"46":13,"48":6,"50":1,"56":6,"60":5,"67":1,"81":1,"84":1,"88":1,"96":2,"101":1,"115":1,"127":7,"135":3,"143":16,"150":4,"155":3,"157":2,"159":1,"160":11,"169":1,"170":1,"174":1}}],["39945867303846",{"2":{"170":3}}],["3995734698458635",{"2":{"168":1}}],["399918",{"2":{"6":2,"154":2,"155":2}}],["394759",{"2":{"6":1,"154":1,"155":1}}],["392466",{"2":{"6":1,"154":1,"155":1}}],["395332",{"2":{"6":1,"154":1,"155":1}}],["39",{"0":{"35":1},"2":{"0":1,"4":5,"6":20,"7":1,"9":2,"13":1,"15":1,"22":2,"23":1,"24":1,"28":1,"30":1,"34":1,"38":1,"39":1,"42":1,"44":1,"45":3,"46":2,"48":6,"49":3,"50":28,"52":1,"54":1,"55":1,"57":1,"58":4,"59":1,"61":2,"65":4,"68":7,"70":1,"83":2,"90":2,"96":19,"102":1,"104":1,"107":2,"127":3,"128":2,"130":3,"131":1,"135":5,"141":6,"142":1,"150":6,"151":1,"153":1,"155":2,"163":2,"164":3,"165":6,"167":1,"168":6,"169":6,"170":4,"171":4,"172":5,"173":1,"175":1,"176":2}}],["2pi",{"2":{"168":1,"169":1,"170":1}}],["2nd",{"2":{"59":6}}],["2335447787454",{"2":{"170":1}}],["233544778745394",{"2":{"170":2}}],["23",{"2":{"45":3,"96":1}}],["23699059147",{"2":{"20":1}}],["28",{"2":{"45":2}}],["28083",{"2":{"20":2}}],["2658011835867806",{"2":{"168":1}}],["26745668457025",{"2":{"168":1}}],["267456684570245",{"2":{"168":3}}],["26",{"2":{"45":5,"96":2}}],["24989584635339165",{"2":{"168":1}}],["24279488312757858",{"2":{"168":4}}],["24",{"2":{"45":7,"96":1,"170":9}}],["274364",{"2":{"56":1,"58":1,"60":1}}],["274363",{"2":{"56":1,"58":1,"60":1}}],["27",{"2":{"45":2}}],["275543",{"2":{"6":6,"166":6}}],["2d",{"2":{"32":1,"149":1}}],["2^",{"2":{"19":1}}],["2158594260436434",{"2":{"168":1}}],["215118",{"2":{"6":4,"166":4}}],["21664550952386064",{"2":{"168":4}}],["21",{"2":{"45":4,"96":2,"170":40}}],["21427",{"2":{"11":5}}],["295828190107045",{"2":{"170":1}}],["29582819010705",{"2":{"170":2}}],["299820032397223",{"2":{"168":1}}],["29",{"2":{"45":3}}],["29th",{"0":{"8":1},"1":{"9":1,"10":1}}],["298",{"2":{"6":2,"151":2}}],["20340",{"2":{"172":1}}],["20682326747054",{"2":{"170":1}}],["206823267470536",{"2":{"170":2}}],["20093817218219",{"2":{"168":1}}],["200938172182195",{"2":{"168":3}}],["2018",{"2":{"96":1}}],["2017",{"2":{"6":1,"46":1}}],["20",{"2":{"45":3,"96":2,"168":60,"170":1}}],["2024",{"0":{"7":1,"8":1},"1":{"9":1,"10":1}}],["20th",{"0":{"7":1}}],["25",{"2":{"45":3,"80":1,"96":1,"114":1,"170":12}}],["258",{"2":{"11":1}}],["25px",{"2":{"6":2}}],["257223563`",{"2":{"151":1}}],["257223563",{"2":{"6":2,"151":1}}],["22",{"2":{"45":3,"96":1}}],["22168",{"2":{"3":1,"6":3,"58":1,"59":1,"98":1,"99":1}}],["224758",{"2":{"3":1,"6":3,"58":1,"59":1,"98":1,"99":1}}],["2",{"2":{"1":19,"3":9,"5":1,"6":49,"18":1,"19":1,"20":3,"32":2,"39":1,"42":3,"45":6,"46":32,"48":2,"49":4,"50":10,"51":6,"52":7,"54":1,"55":2,"59":2,"60":1,"64":1,"65":3,"68":4,"81":2,"84":2,"85":2,"87":2,"88":3,"96":11,"115":2,"125":2,"127":23,"135":5,"144":1,"152":1,"155":5,"157":7,"158":7,"159":5,"160":18,"166":11,"168":7,"169":6,"170":10,"171":1}}],["1st",{"2":{"59":6}}],["198232937815632",{"2":{"170":1}}],["19823293781563178",{"2":{"170":2}}],["1999466709331708",{"2":{"168":1}}],["1998",{"2":{"56":1,"58":1,"60":1}}],["19",{"2":{"45":2,"96":2}}],["110m",{"2":{"169":2}}],["110",{"2":{"169":1}}],["11591614996189725",{"2":{"168":1}}],["11966707868197",{"2":{"168":1}}],["119667078681967",{"2":{"168":3}}],["11",{"2":{"20":2,"45":2,"96":1}}],["1145",{"2":{"56":1,"58":1,"60":1}}],["114",{"2":{"7":1}}],["16589608273778408",{"2":{"168":1}}],["165644",{"2":{"125":2}}],["16692537029320365",{"2":{"168":4}}],["166644",{"2":{"125":2}}],["163434",{"2":{"125":2}}],["169356",{"2":{"125":2}}],["164434",{"2":{"125":2}}],["16111",{"2":{"20":1}}],["16",{"2":{"18":1,"19":1,"45":2,"96":2}}],["180",{"2":{"42":1,"125":1}}],["18593721105",{"2":{"20":1}}],["18",{"2":{"18":1,"19":1,"45":3,"96":2}}],["1em",{"2":{"6":2}}],["1px",{"2":{"6":2}}],["13309630561615",{"2":{"170":3}}],["13401805979",{"2":{"20":2}}],["13",{"2":{"6":3,"45":1,"56":1,"60":2,"96":1}}],["10n",{"2":{"169":1}}],["10832215707812454",{"2":{"168":4}}],["10m",{"2":{"155":1}}],["10^9",{"2":{"18":1}}],["1000000",{"2":{"169":1}}],["1000",{"2":{"18":2,"150":2,"169":1,"174":2}}],["100",{"2":{"6":2,"19":3,"127":2}}],["10",{"2":{"6":14,"11":1,"38":1,"45":5,"54":4,"55":10,"56":2,"58":1,"60":2,"67":2,"96":3,"101":2,"151":1,"155":3,"168":1}}],["14182952335953",{"2":{"170":1}}],["14182952335952814",{"2":{"170":2}}],["14404531208901e",{"2":{"170":2}}],["1499775010124783",{"2":{"168":1}}],["1464721641710074",{"2":{"168":4}}],["14",{"2":{"3":1,"6":5,"45":2,"58":2,"59":2,"96":1,"98":1,"99":1,"150":2,"151":2}}],["15488729606723",{"2":{"170":3}}],["15",{"2":{"3":1,"6":4,"45":1,"54":1,"55":1,"58":1,"59":1,"96":1,"98":1,"99":1}}],["17893116483784577",{"2":{"170":2}}],["17289902010158",{"2":{"168":1}}],["172899020101585",{"2":{"168":3}}],["170356",{"2":{"125":2}}],["17",{"2":{"3":1,"6":3,"45":3,"58":1,"59":1,"96":2,"98":1,"99":1}}],["125",{"2":{"6":2,"58":1,"59":1}}],["127",{"2":{"3":1,"6":3,"58":1,"59":1,"98":1,"99":1,"169":1}}],["12345",{"2":{"16":1}}],["123",{"2":{"3":1,"6":3,"58":1,"59":1,"98":1,"99":1}}],["12636633117296836",{"2":{"170":2}}],["126",{"2":{"3":1,"6":3,"58":1,"59":1,"98":1,"99":1}}],["12",{"2":{"3":1,"6":3,"45":2,"58":1,"59":1,"96":1,"98":1,"99":1,"175":1}}],["124",{"2":{"3":1,"6":3,"58":1,"59":1,"98":1,"99":1}}],["1",{"2":{"1":8,"3":38,"6":63,"18":1,"19":4,"20":1,"38":7,"41":4,"42":15,"44":2,"45":11,"46":16,"48":4,"49":7,"50":72,"51":9,"52":15,"54":1,"55":10,"57":3,"59":9,"60":4,"61":11,"64":7,"65":6,"68":16,"70":2,"71":2,"80":2,"81":6,"83":2,"84":8,"85":12,"87":2,"88":5,"96":38,"102":6,"104":4,"105":5,"107":1,"114":2,"115":6,"125":16,"127":25,"135":9,"137":12,"138":2,"144":9,"151":1,"152":4,"155":8,"157":15,"158":3,"159":15,"160":6,"166":9,"168":8,"169":44,"170":12,"171":1,"174":8,"175":3}}],["human",{"2":{"172":1}}],["hypot",{"2":{"152":1}}],["h2",{"2":{"96":6}}],["h1",{"2":{"96":11}}],["hm",{"2":{"45":2}}],["h",{"2":{"42":2,"50":2,"61":8}}],["high",{"2":{"172":1}}],["highest",{"2":{"170":1}}],["hit",{"2":{"50":1,"135":5}}],["hits",{"2":{"23":1}}],["hidedecorations",{"2":{"45":2}}],["hinter",{"2":{"36":3,"43":1,"148":1,"151":1}}],["hint",{"2":{"36":3,"43":1,"151":1}}],["hinge=2",{"2":{"58":1}}],["hinge`",{"2":{"58":1}}],["hinge",{"2":{"6":1,"50":1,"59":13,"96":15}}],["hist",{"2":{"18":1}}],["histogram",{"2":{"18":1}}],["href=",{"2":{"6":2}}],["https",{"2":{"6":2,"56":1,"58":1,"59":1,"60":1,"96":2,"155":1,"157":1}}],["hcat",{"2":{"6":1}}],["heavily",{"2":{"135":1}}],["heatmap",{"2":{"18":5,"19":6,"45":2,"64":2,"127":1}}],["help",{"2":{"164":1}}],["helpers",{"0":{"50":1},"2":{"85":1,"102":1}}],["helper",{"0":{"57":1,"59":1,"61":1},"2":{"49":1,"50":1,"55":1}}],["helps",{"2":{"35":1}}],["held",{"2":{"1":1,"6":1,"135":1}}],["here",{"2":{"6":2,"9":1,"18":1,"19":1,"25":1,"46":1,"59":1,"85":1,"127":2,"135":5,"137":1,"151":1,"169":2,"173":2,"174":3}}],["hours",{"2":{"175":1}}],["hood",{"2":{"172":1}}],["hook",{"2":{"6":1,"155":1}}],["home",{"2":{"169":1}}],["horizontal",{"2":{"52":1,"59":1,"127":1,"155":1}}],["hormann",{"0":{"57":1,"59":1,"61":1},"2":{"6":2,"46":2,"50":3,"55":2,"56":1,"58":1,"60":1}}],["how",{"2":{"6":2,"38":1,"46":1,"50":1,"59":1,"68":1,"127":2,"130":1,"135":1,"146":1,"155":1,"169":1,"172":1,"173":2,"174":2,"175":1,"176":1}}],["however",{"2":{"3":1,"6":2,"30":1,"42":1,"46":1,"49":1,"50":1,"59":1,"64":1,"68":1,"80":1,"84":1,"142":1}}],["hole",{"2":{"39":3,"42":1,"45":2,"46":9,"49":4,"50":58,"52":3,"56":6,"58":2,"61":15,"65":3,"74":1,"75":1,"76":1,"96":33,"127":5,"138":2,"168":1}}],["holes=",{"2":{"50":1}}],["holes",{"2":{"4":3,"5":1,"6":4,"9":2,"30":2,"38":1,"42":2,"46":2,"49":1,"50":19,"55":4,"56":2,"58":2,"60":6,"61":29,"65":3,"68":3,"93":1,"96":11,"117":1,"127":17,"138":2,"168":4}}],["holding",{"2":{"6":1,"127":1,"135":2}}],["holds",{"2":{"6":1,"50":1,"153":1,"163":2}}],["hold",{"2":{"6":1,"127":1,"155":1,"164":1,"172":1}}],["halign",{"2":{"155":1}}],["half",{"2":{"51":2}}],["hail",{"2":{"138":1}}],["hao",{"2":{"96":1}}],["had",{"2":{"56":1,"58":1,"68":1,"150":1,"164":1}}],["happens",{"2":{"50":1}}],["happen",{"2":{"29":1}}],["handling",{"0":{"148":1},"2":{"128":1}}],["handler",{"2":{"43":1,"148":1}}],["handle",{"2":{"13":1,"36":1,"125":1,"133":2,"135":1,"169":1}}],["handled",{"2":{"13":1,"23":1}}],["hang",{"2":{"15":1}}],["have",{"2":{"3":3,"4":9,"6":17,"24":1,"28":1,"30":1,"39":3,"42":2,"43":1,"46":6,"50":4,"59":1,"64":1,"65":2,"68":10,"96":5,"101":1,"102":3,"104":1,"105":1,"126":1,"127":1,"128":2,"130":2,"134":1,"135":4,"155":1,"157":1,"164":1,"165":1,"168":1,"169":1,"173":1,"174":1,"175":3}}],["haskey",{"2":{"165":1}}],["hash",{"2":{"127":1}}],["hasn",{"2":{"127":1}}],["hassle",{"2":{"1":1,"6":1,"160":1}}],["has",{"2":{"1":4,"6":4,"30":1,"38":2,"41":1,"46":2,"50":2,"57":2,"59":1,"61":1,"64":1,"65":1,"68":11,"107":1,"125":1,"135":4,"136":1,"150":2,"159":1,"169":1}}],["bx",{"2":{"125":2}}],["b2y",{"2":{"59":4}}],["b2x",{"2":{"59":4}}],["b2",{"2":{"59":47,"65":3,"102":6}}],["b``",{"2":{"57":1}}],["b`",{"2":{"57":3,"59":4,"61":4}}],["bigger",{"2":{"50":1}}],["bit",{"2":{"32":1,"159":8,"168":2}}],["b1y",{"2":{"59":7}}],["b1x",{"2":{"59":7}}],["b1",{"2":{"50":8,"59":63,"102":6}}],["building",{"2":{"168":1}}],["build",{"2":{"50":13,"55":1,"56":1,"58":1,"60":1,"130":3,"131":1,"150":2,"158":1,"159":1}}],["built",{"2":{"22":1,"25":1}}],["buffers",{"2":{"127":1}}],["buffered",{"2":{"43":2}}],["buffering",{"2":{"43":1,"46":1}}],["buffer",{"0":{"43":1},"2":{"36":2,"43":5,"49":2,"50":1,"126":1}}],["bunch",{"2":{"31":1}}],["but",{"2":{"1":2,"3":5,"4":3,"6":15,"15":2,"16":2,"23":1,"27":1,"30":1,"32":1,"38":1,"39":1,"42":1,"52":1,"59":2,"61":2,"68":4,"70":2,"96":1,"101":1,"102":5,"104":1,"105":1,"108":2,"109":1,"114":1,"125":1,"126":1,"127":1,"130":1,"133":1,"135":16,"146":1,"147":1,"152":1,"155":1,"163":1,"165":2,"169":2,"170":2,"172":1,"173":1,"174":1,"175":2}}],["b>",{"2":{"6":4}}],["bloat",{"2":{"170":1}}],["block",{"2":{"168":1}}],["blob",{"2":{"6":2,"155":1}}],["blue",{"2":{"19":1,"54":1,"67":2,"80":2,"87":2,"101":2,"114":2,"174":2}}],["black",{"2":{"6":2,"54":1,"169":1}}],["breaks",{"2":{"144":1}}],["break",{"2":{"50":3,"52":1,"57":2,"68":4,"96":11,"102":1,"127":6,"144":2}}],["brevity",{"2":{"46":1}}],["brief",{"2":{"16":1}}],["br>",{"2":{"6":2}}],["broadcasting",{"2":{"6":1,"46":1}}],["broken",{"2":{"3":1,"6":1,"85":1}}],["balancing",{"2":{"135":2}}],["barrier",{"2":{"135":1}}],["barycentric",{"0":{"5":1,"44":1,"46":1},"1":{"45":1,"46":1},"2":{"0":6,"5":10,"6":17,"9":1,"36":1,"44":9,"45":4,"46":52}}],["basicsgeoms",{"2":{"135":1}}],["basic",{"2":{"127":1}}],["base",{"2":{"36":4,"43":1,"46":15,"50":2,"127":6,"135":5,"148":1,"151":2,"152":1,"163":1,"165":3}}],["based",{"2":{"4":2,"6":3,"24":1,"39":2,"42":2,"45":2,"49":1,"52":1,"65":2,"68":1,"71":1,"88":1,"96":2,"102":1,"105":1,"115":1,"163":1,"172":1,"173":1,"174":1}}],["backs",{"2":{"55":4}}],["backwards",{"2":{"50":1,"57":1,"59":1,"61":1}}],["backing",{"2":{"50":1}}],["backend",{"2":{"43":2,"165":1}}],["back",{"2":{"6":1,"23":1,"27":1,"28":1,"55":4,"165":1}}],["b",{"2":{"3":2,"4":7,"6":13,"50":206,"52":9,"56":26,"57":18,"58":26,"59":77,"60":27,"61":39,"62":3,"68":29,"96":2,"102":22,"171":1}}],["box",{"2":{"51":2,"52":3,"174":1}}],["bounaries",{"2":{"96":1}}],["bounce",{"2":{"50":8,"56":1,"57":1,"58":1,"59":1,"60":1,"61":1}}],["bouncings",{"2":{"50":1}}],["bouncing",{"2":{"50":13,"57":3,"59":4,"61":4}}],["bounday",{"2":{"96":2,"108":2,"109":2,"110":2}}],["boundaries",{"2":{"3":2,"6":2,"83":2,"87":1,"88":1,"96":1,"98":1,"99":1,"127":1}}],["boundary",{"2":{"3":7,"6":7,"64":1,"70":1,"71":3,"74":4,"80":1,"81":1,"84":2,"85":9,"88":2,"90":1,"91":6,"92":3,"96":16,"104":2,"105":4,"107":3,"108":3,"109":1,"110":1,"114":1,"115":3}}],["bound",{"2":{"62":1}}],["bounding",{"2":{"50":1,"51":2,"52":3}}],["boundscheck",{"2":{"46":14}}],["bounds",{"2":{"6":1,"127":4}}],["bold",{"2":{"43":1,"148":1,"151":1}}],["border",{"2":{"6":8}}],["both",{"2":{"3":5,"6":6,"50":2,"59":4,"60":1,"61":1,"64":1,"68":3,"81":1,"85":4,"88":1,"96":2,"102":1,"109":1,"115":1,"150":1,"152":1}}],["booltype",{"2":{"135":3,"152":1,"164":3}}],["booleans",{"2":{"50":1,"96":2}}],["boolean",{"2":{"29":2,"50":1,"57":1,"59":1,"61":1,"135":1,"164":1,"173":1}}],["boolsastypes",{"0":{"29":1,"164":1},"2":{"152":2,"164":6}}],["bools",{"2":{"10":1}}],["bool",{"2":{"3":17,"4":14,"6":40,"50":3,"68":17,"71":1,"81":1,"84":2,"85":13,"88":1,"96":2,"99":1,"102":10,"105":2,"115":1,"125":7,"127":6,"152":2,"164":2,"166":5}}],["bypred",{"2":{"176":1}}],["by",{"0":{"75":1,"76":1,"119":1},"2":{"1":3,"3":2,"4":8,"6":30,"7":1,"22":1,"23":2,"24":1,"27":1,"29":1,"32":1,"38":1,"39":1,"41":1,"42":6,"43":1,"46":4,"48":5,"49":4,"50":14,"51":1,"52":6,"54":1,"55":6,"56":1,"58":1,"59":5,"60":4,"61":3,"65":5,"68":8,"70":1,"71":1,"75":2,"76":2,"77":1,"78":2,"81":1,"83":1,"95":2,"96":10,"125":2,"127":4,"130":2,"135":7,"141":2,"142":1,"144":3,"146":1,"147":2,"148":1,"149":1,"151":3,"152":1,"153":1,"155":1,"156":1,"157":3,"158":1,"160":1,"168":1,"169":1,"170":1,"172":1,"173":2,"174":1,"175":2,"176":1}}],["berlin",{"2":{"175":1}}],["beed",{"2":{"170":1}}],["been",{"2":{"57":1,"127":1,"128":2,"164":1}}],["bearing",{"2":{"125":4}}],["beauty",{"2":{"9":1}}],["better",{"2":{"85":1,"135":2,"155":1}}],["between",{"2":{"4":4,"6":18,"28":1,"42":2,"46":13,"50":1,"52":18,"56":1,"57":4,"58":1,"59":11,"60":2,"61":4,"65":8,"68":1,"96":4,"102":4,"127":1,"151":3,"152":1,"156":2,"157":2,"158":1,"169":1,"173":2,"174":1}}],["because",{"2":{"50":1,"128":1,"162":1}}],["become",{"2":{"27":1}}],["being",{"2":{"42":1,"59":1,"96":1,"102":1,"142":1}}],["behind",{"2":{"32":1,"45":1,"128":1}}],["behaviour",{"2":{"6":1,"23":1,"28":1,"155":1}}],["beware",{"2":{"23":1}}],["benchmarking",{"2":{"151":1,"155":1}}],["benchmarkgroup",{"2":{"151":2,"155":3}}],["benchmark",{"0":{"151":1,"155":1},"2":{"151":1,"155":1}}],["benchmarktools",{"2":{"18":1,"151":1,"155":1}}],["benchmarks",{"2":{"9":2}}],["best",{"2":{"15":1,"24":1,"135":2,"155":1}}],["beginning",{"2":{"52":1,"168":1}}],["begin+1",{"2":{"46":5}}],["begin",{"2":{"9":1,"46":7,"135":2,"156":1,"172":1}}],["before",{"2":{"6":4,"46":1,"56":1,"58":1,"59":1,"60":1,"155":1,"169":1}}],["below",{"2":{"6":2,"22":1,"43":1,"140":1,"157":1,"158":1,"159":1,"172":1}}],["be",{"2":{"1":7,"3":3,"4":11,"5":4,"6":65,"7":1,"9":1,"12":1,"13":2,"15":1,"18":2,"25":3,"28":2,"29":1,"32":3,"39":7,"42":8,"43":2,"44":2,"45":1,"46":10,"48":1,"49":3,"50":14,"51":1,"52":2,"55":1,"56":7,"57":4,"58":7,"59":12,"60":6,"61":5,"64":2,"65":4,"68":15,"71":6,"83":2,"84":1,"88":6,"96":21,"102":2,"105":6,"115":6,"117":1,"118":1,"119":1,"120":1,"125":2,"127":1,"130":2,"133":2,"134":2,"135":12,"137":1,"138":1,"139":1,"140":3,"141":4,"142":2,"144":2,"145":1,"147":3,"148":1,"149":1,"151":8,"152":2,"155":10,"157":1,"159":3,"160":1,"164":1,"165":2,"168":2,"170":1,"173":4}}],["xticklabelsvisible",{"2":{"169":1}}],["xticklabelrotation",{"2":{"18":2}}],["xoffset",{"2":{"168":4,"170":1}}],["x=x",{"2":{"166":1}}],["x`",{"2":{"135":1}}],["xvec",{"2":{"127":4}}],["xbounds",{"2":{"127":4}}],["xhalf",{"2":{"127":3}}],["xlast",{"2":{"65":3}}],["xfirst",{"2":{"65":5}}],["x0",{"2":{"65":5}}],["xn",{"2":{"52":4}}],["xind+1",{"2":{"127":1}}],["xind",{"2":{"127":2}}],["xinterior",{"2":{"49":2}}],["xi−xi−1",{"2":{"6":1}}],["xcentroid",{"2":{"49":13}}],["xrange",{"2":{"45":3,"64":2}}],["xautolimits",{"2":{"45":2}}],["xp2",{"2":{"42":5}}],["x2",{"2":{"6":3,"46":4,"49":2,"52":18,"65":8,"85":10,"96":5,"102":4,"127":5,"152":6,"166":2}}],["x26",{"2":{"6":4,"39":6,"42":2,"43":4,"46":1,"50":58,"52":36,"56":4,"57":4,"59":24,"61":2,"65":3,"68":14,"77":2,"78":2,"85":48,"94":2,"95":2,"96":170,"102":22,"107":2,"111":2,"112":2,"121":2,"122":2,"125":4,"127":12,"140":2,"144":6,"148":2,"151":2,"157":10,"158":2,"166":4,"173":1}}],["x1",{"2":{"6":4,"46":3,"49":2,"52":22,"65":8,"85":11,"96":6,"102":5,"127":5,"152":7,"166":2}}],["xs",{"2":{"6":3,"52":4,"127":30,"166":4}}],["xml",{"2":{"16":1}}],["xmax",{"2":{"6":1,"51":2,"52":48}}],["xmin",{"2":{"6":1,"51":2,"52":49}}],["x3c",{"2":{"5":1,"6":36,"36":1,"39":2,"42":4,"46":66,"50":17,"52":11,"55":3,"56":1,"58":1,"59":6,"60":1,"64":1,"65":13,"68":2,"85":33,"96":13,"102":10,"125":1,"127":4,"130":2,"135":19,"138":2,"141":3,"144":5,"151":2,"156":2,"157":6,"158":3,"159":9,"163":4,"164":2,"176":1}}],["xy`",{"2":{"147":1}}],["xy",{"2":{"1":4,"46":1,"147":3}}],["x",{"2":{"1":4,"4":1,"6":6,"7":1,"9":5,"11":6,"18":11,"19":10,"20":4,"39":2,"42":9,"45":8,"48":1,"49":10,"50":21,"51":1,"52":8,"55":6,"57":9,"59":18,"61":9,"64":2,"65":7,"68":3,"85":21,"96":16,"102":7,"125":11,"127":2,"128":2,"135":17,"140":2,"145":2,"146":4,"147":1,"152":2,"155":2,"157":2,"159":1,"160":2,"161":2,"164":4,"166":33,"168":6,"169":2,"170":2,"173":1,"175":2}}],["=>",{"2":{"135":2}}],["=float64",{"2":{"49":3,"58":1,"60":1}}],["=false",{"2":{"42":1}}],["===",{"2":{"85":8,"125":4}}],["==",{"2":{"9":1,"24":1,"39":2,"42":4,"43":2,"46":9,"49":1,"50":34,"52":30,"57":1,"59":20,"60":2,"61":1,"64":1,"68":16,"96":44,"102":2,"125":3,"127":18,"135":1,"138":1,"140":1,"144":1,"148":1,"151":2,"155":1,"159":3}}],["=",{"2":{"1":5,"3":17,"4":7,"5":2,"6":62,"11":1,"18":19,"19":33,"20":18,"36":4,"38":6,"39":25,"41":4,"42":56,"43":3,"45":35,"46":110,"48":6,"49":36,"50":323,"51":6,"52":96,"54":7,"55":29,"56":21,"57":30,"58":18,"59":143,"60":21,"61":77,"64":15,"65":52,"67":7,"68":40,"70":4,"71":23,"72":3,"73":7,"74":14,"75":14,"76":4,"77":2,"78":2,"80":7,"81":3,"83":5,"84":3,"85":57,"87":7,"88":18,"89":3,"90":11,"91":17,"92":9,"93":3,"94":2,"95":2,"96":189,"98":3,"99":3,"101":7,"102":40,"104":3,"105":22,"106":3,"107":9,"108":14,"109":10,"110":6,"111":2,"112":2,"114":7,"115":22,"116":3,"117":11,"118":14,"119":14,"120":4,"121":2,"122":2,"125":32,"127":106,"128":1,"132":4,"135":90,"137":2,"138":4,"140":9,"143":3,"144":30,"145":1,"148":2,"150":16,"151":21,"152":18,"153":2,"154":5,"155":60,"156":11,"157":49,"158":7,"159":43,"160":2,"161":1,"163":6,"164":2,"165":3,"166":42,"168":45,"169":19,"170":13,"171":3,"172":4,"174":12,"175":6,"176":2}}],["utm",{"2":{"169":1}}],["utility",{"0":{"166":1},"2":{"46":1,"135":2}}],["utils",{"0":{"159":1},"2":{"36":1}}],["u2",{"2":{"96":4}}],["u1",{"2":{"96":4}}],["update",{"2":{"50":6,"127":10}}],["updated",{"2":{"50":6,"135":3}}],["updates",{"2":{"46":1}}],["up",{"2":{"50":2,"59":1,"96":1,"109":1,"133":1,"143":1,"157":2,"168":2}}],["upper",{"2":{"6":1,"127":1,"174":1}}],["uv",{"2":{"46":1}}],["u>",{"2":{"6":2}}],["u>geometryops",{"2":{"6":2}}],["usage",{"2":{"175":1}}],["usa",{"2":{"155":15,"175":3}}],["us",{"2":{"39":1,"169":1,"175":1}}],["ususally",{"2":{"6":1,"130":1,"135":1}}],["usually",{"2":{"172":1}}],["usual",{"2":{"6":1,"138":1,"141":1}}],["usecases",{"2":{"32":1}}],["uses",{"2":{"6":1,"96":1,"147":1,"151":1,"155":1,"172":1}}],["users",{"2":{"36":1,"128":1,"142":1}}],["user",{"2":{"6":12,"28":1,"49":1,"56":3,"58":3,"60":3,"156":1,"157":1,"158":1,"173":1}}],["useful",{"2":{"6":10,"16":1,"46":1,"127":1,"149":1,"152":1,"155":2,"165":1}}],["used",{"2":{"1":1,"5":1,"6":8,"16":1,"39":1,"42":1,"44":1,"46":1,"49":2,"50":7,"52":1,"55":1,"59":1,"64":1,"65":1,"68":1,"102":1,"127":2,"130":1,"135":3,"136":1,"152":1,"155":1,"157":2,"162":2,"163":1,"169":1,"172":1,"173":2,"174":1}}],["use",{"2":{"1":2,"4":1,"5":1,"6":9,"11":1,"25":1,"28":1,"46":1,"50":1,"61":1,"85":2,"102":1,"126":1,"127":1,"132":1,"135":7,"138":1,"146":1,"150":1,"152":1,"155":1,"157":2,"165":3,"168":1,"172":1,"173":2,"176":2}}],["using",{"0":{"169":1},"2":{"1":4,"4":1,"5":3,"6":12,"11":4,"13":1,"15":1,"16":1,"18":4,"19":1,"20":1,"36":7,"38":2,"39":2,"41":1,"42":1,"43":3,"45":4,"46":7,"48":2,"49":1,"50":5,"51":2,"52":1,"54":2,"55":1,"57":3,"59":4,"61":3,"62":1,"64":2,"65":2,"67":2,"68":1,"70":2,"71":1,"78":1,"80":2,"81":1,"83":2,"84":1,"85":1,"87":2,"88":1,"95":1,"96":1,"98":2,"99":1,"101":2,"102":1,"104":2,"105":1,"112":1,"114":2,"115":1,"122":1,"125":1,"126":1,"127":5,"128":2,"133":1,"135":4,"138":1,"141":1,"144":1,"145":2,"146":1,"147":1,"148":3,"150":1,"151":5,"152":1,"155":2,"157":1,"159":1,"160":4,"161":2,"165":2,"166":1,"167":4,"168":1,"170":1,"171":2,"173":1,"174":4,"175":2}}],["unnecessary",{"2":{"127":1}}],["unneeded",{"2":{"6":3,"50":1,"56":1,"58":1,"60":1}}],["until",{"2":{"127":3,"133":1,"157":1,"165":1}}],["uneeded",{"2":{"56":1,"58":1,"60":1}}],["uneccesary",{"2":{"6":3,"156":1,"157":1,"158":1}}],["unprocessed",{"2":{"50":1}}],["unknown",{"2":{"50":4,"52":15}}],["unknown=3",{"2":{"50":1}}],["unmatched",{"2":{"50":9,"52":26}}],["undef",{"2":{"42":2,"50":1,"156":1,"157":1,"159":2,"166":2}}],["understand",{"2":{"162":1}}],["under",{"2":{"39":2,"172":1}}],["undergrad",{"2":{"9":1}}],["unless",{"2":{"27":1,"50":1,"57":2,"59":2,"61":2}}],["unlike",{"2":{"23":1,"162":1}}],["unstable",{"2":{"18":1,"135":1,"164":1}}],["unambiguous",{"2":{"15":1}}],["universal",{"2":{"169":1}}],["united",{"2":{"155":1}}],["unify",{"2":{"32":1}}],["unique",{"2":{"6":2,"59":3,"141":2,"144":2}}],["unioning",{"2":{"61":1}}],["unionintersectingpolygons",{"2":{"0":1,"6":8,"56":1,"57":2,"58":1,"59":2,"60":1,"61":2,"141":2,"142":2,"143":1,"144":4}}],["unions",{"0":{"61":1},"2":{"23":1,"163":1}}],["union",{"0":{"60":1},"2":{"0":1,"1":2,"3":2,"4":4,"6":22,"11":3,"28":2,"36":1,"39":1,"42":2,"46":1,"49":4,"50":7,"52":1,"58":2,"60":18,"61":30,"65":1,"68":8,"73":2,"74":4,"75":1,"77":2,"78":1,"90":2,"91":6,"94":2,"95":1,"102":4,"107":2,"108":4,"109":1,"111":2,"112":1,"117":2,"118":4,"119":1,"121":2,"122":1,"125":1,"127":5,"128":1,"133":3,"135":6,"141":1,"142":1,"144":9,"152":4,"155":2,"156":3,"157":3,"158":3,"163":4,"166":1}}],["unchanged",{"2":{"1":1,"6":2,"135":1,"155":1}}],["unwrap",{"2":{"0":1,"6":3,"130":1,"135":16}}],["nselected",{"2":{"159":3}}],["nmax",{"2":{"159":2}}],["nice",{"2":{"157":1}}],["nvkelso",{"2":{"155":1}}],["null",{"2":{"151":1}}],["numeric",{"2":{"11":1}}],["numbers",{"2":{"6":1,"7":1,"44":2,"46":1,"151":1}}],["number=6",{"2":{"6":1,"154":1,"155":1}}],["number",{"2":{"6":11,"46":1,"50":2,"55":1,"64":1,"68":2,"96":2,"149":1,"150":1,"152":1,"155":2,"156":4,"157":7,"158":4,"159":12}}],["n+1",{"2":{"137":1}}],["nfeature",{"2":{"135":2}}],["nkeys",{"2":{"127":8}}],["nc",{"2":{"96":13}}],["ncoord",{"2":{"68":2}}],["nl",{"2":{"96":11}}],["nhole",{"2":{"50":2,"56":2,"58":2,"60":2,"61":1,"68":2}}],["nbpts",{"2":{"50":2}}],["nbsp",{"2":{"1":4,"3":9,"4":8,"5":3,"6":87,"130":3,"140":1,"141":4}}],["ngeom",{"2":{"49":1,"135":2,"166":1}}],["nt",{"2":{"165":2}}],["ntasks",{"2":{"135":6}}],["nthreads",{"2":{"135":3}}],["nthe",{"2":{"43":1,"148":1,"151":1}}],["ntuple",{"2":{"46":3,"152":1}}],["n2",{"2":{"46":8,"68":10}}],["n1",{"2":{"46":8,"68":9}}],["np2",{"2":{"85":4}}],["npolygon",{"2":{"57":1,"68":3,"144":2}}],["npoints",{"2":{"42":6,"50":5,"96":3,"151":6,"157":7}}],["npoint",{"2":{"6":1,"38":1,"39":1,"42":2,"52":2,"65":1,"68":6,"85":6,"96":6,"107":1,"125":2,"138":1,"151":3,"152":1,"155":14,"159":1,"166":13}}],["npts",{"2":{"50":6,"157":3}}],["np",{"2":{"39":2,"65":5}}],["n",{"2":{"6":1,"9":1,"43":2,"44":2,"46":36,"50":51,"55":10,"60":4,"61":4,"96":11,"107":2,"125":6,"127":5,"137":1,"144":25,"148":2,"151":2,"152":3,"155":2,"159":7,"166":32}}],["naive",{"2":{"62":1}}],["napts",{"2":{"50":3}}],["natearth2",{"2":{"169":1}}],["natural",{"2":{"155":2,"169":2,"173":1}}],["naturalearth",{"2":{"11":2,"169":1}}],["nature",{"2":{"127":1}}],["native",{"2":{"6":1,"126":1,"165":4,"172":1}}],["nan",{"2":{"9":1}}],["named",{"2":{"135":1}}],["namedtuple",{"2":{"27":2,"135":2,"165":2}}],["name",{"2":{"6":1,"36":2,"155":1,"165":1,"171":1,"172":2,"175":1}}],["names",{"2":{"6":1,"36":3,"135":6,"165":1}}],["nodestatus",{"2":{"127":6}}],["nodes",{"2":{"50":1,"127":4}}],["node",{"2":{"50":26,"127":17}}],["north",{"2":{"52":12}}],["nor",{"2":{"43":1,"148":1,"151":1}}],["normalized",{"2":{"46":1}}],["normalize",{"2":{"46":1}}],["norm",{"2":{"6":1,"46":22}}],["now",{"2":{"6":1,"18":1,"32":1,"38":1,"43":1,"45":2,"46":4,"50":1,"55":1,"61":1,"65":1,"125":1,"127":2,"143":1,"149":1,"150":3,"151":1,"155":1,"168":5,"169":6,"170":2,"171":1,"172":3,"174":2}}],["no",{"2":{"6":6,"42":1,"46":2,"50":4,"56":1,"57":1,"58":1,"59":14,"60":1,"68":2,"71":3,"88":3,"96":2,"105":2,"107":1,"109":1,"110":2,"115":2,"117":1,"118":3,"119":3,"120":1,"126":1,"127":2,"128":1,"135":3,"149":1,"151":2,"152":1,"155":1,"165":1,"172":1}}],["nonzero",{"2":{"152":1}}],["none",{"2":{"6":4,"50":1,"55":1,"56":1,"58":1,"60":1,"61":1,"85":4,"87":1}}],["nondimensional",{"2":{"6":1,"151":1}}],["nonintersecting",{"2":{"6":1,"28":1,"141":1,"144":1}}],["non",{"2":{"3":2,"6":2,"13":1,"27":1,"44":2,"50":15,"56":2,"57":1,"58":1,"59":4,"60":1,"61":2,"64":1,"102":2,"109":1,"133":1,"164":1}}],["notably",{"2":{"30":1}}],["note",{"2":{"4":4,"6":10,"24":1,"34":1,"39":2,"42":1,"46":1,"48":2,"49":2,"50":3,"52":1,"55":2,"57":3,"59":5,"61":3,"65":1,"68":5,"96":1,"101":1,"102":1,"147":1,"152":1,"156":1,"157":2,"158":1,"164":1,"169":2,"170":1}}],["not",{"0":{"126":1},"2":{"1":2,"3":8,"4":1,"6":18,"13":1,"23":1,"24":1,"27":1,"29":1,"36":1,"39":1,"42":4,"43":1,"46":4,"48":1,"50":18,"55":1,"58":1,"59":7,"61":3,"67":2,"68":4,"70":2,"71":2,"80":2,"81":1,"83":1,"84":2,"88":3,"90":5,"91":3,"92":2,"93":2,"96":5,"101":1,"102":2,"105":1,"114":2,"115":2,"117":1,"125":4,"126":1,"127":2,"133":1,"134":1,"135":10,"137":2,"140":2,"143":3,"146":1,"147":1,"148":1,"149":1,"151":2,"152":1,"162":1,"163":1,"164":1,"165":2,"169":1,"170":1,"173":1}}],["nothing`",{"2":{"57":2,"59":2,"61":2}}],["nothing",{"2":{"1":34,"4":1,"6":42,"20":3,"50":4,"55":1,"57":2,"58":1,"59":2,"61":2,"68":1,"96":1,"125":9,"127":3,"135":8,"137":24,"140":1,"143":60,"148":1,"152":1,"155":2,"156":6,"157":6,"158":6,"159":1,"160":32,"166":7,"168":252,"169":16,"170":20}}],["ne",{"2":{"155":1,"169":2}}],["net",{"2":{"140":2}}],["ness",{"2":{"135":1}}],["nesting",{"2":{"133":2}}],["nestedloopfast",{"2":{"176":1}}],["nested",{"2":{"1":2,"4":1,"6":5,"23":1,"42":1,"133":2,"135":4,"155":1,"161":1}}],["never",{"2":{"133":1,"156":1}}],["neumann",{"2":{"127":1}}],["neither",{"2":{"61":1}}],["neightbor",{"2":{"50":1}}],["neighborhood",{"2":{"127":2}}],["neighbor",{"2":{"50":26}}],["neighboring",{"2":{"6":6,"50":1,"155":1,"156":1,"157":1,"158":2}}],["nearly",{"2":{"172":1}}],["nearest",{"2":{"50":1,"59":2}}],["neatly",{"2":{"22":1}}],["nedge",{"2":{"50":2,"166":13}}],["nextnode",{"2":{"127":27}}],["nextnodes",{"2":{"127":6}}],["next",{"2":{"49":1,"50":81,"52":3,"55":4,"96":14,"127":3,"144":13,"157":5}}],["necessarily",{"2":{"6":1,"125":1,"146":1}}],["necessary",{"2":{"6":1,"133":1,"155":1}}],["newfeature",{"2":{"135":2}}],["newnodes",{"2":{"127":2}}],["new",{"2":{"6":1,"43":1,"50":58,"52":9,"56":3,"57":1,"61":16,"96":2,"127":4,"134":1,"135":18,"140":2,"141":1,"142":1,"144":19,"152":8,"156":1,"157":2,"158":1,"170":1,"171":1,"175":1}}],["negative",{"2":{"4":3,"6":3,"38":2,"39":1,"44":2,"64":2,"65":3}}],["needs",{"2":{"49":1}}],["needing",{"2":{"4":1,"6":1,"22":1,"145":1}}],["need",{"2":{"1":1,"3":1,"4":2,"5":1,"6":5,"46":2,"48":1,"50":2,"57":1,"68":4,"83":1,"84":1,"96":1,"127":2,"128":1,"145":1,"159":1,"160":1,"169":1,"170":1,"176":2}}],["needed",{"2":{"1":2,"6":4,"42":1,"46":1,"50":4,"52":1,"56":1,"58":1,"60":1,"65":2,"96":5,"127":1,"135":2,"140":1,"147":3,"170":1}}],["gdal",{"2":{"172":1}}],["gml",{"2":{"172":1}}],["gpkg",{"2":{"172":3}}],["gadm",{"2":{"175":4}}],["ga",{"2":{"169":3}}],["gaps",{"2":{"127":1}}],["global",{"2":{"169":1}}],["gft",{"2":{"167":1,"169":2}}],["gc",{"2":{"140":6}}],["g",{"2":{"39":3,"42":3,"43":1,"49":3,"52":3,"65":6,"133":1,"135":6,"155":2,"166":2,"172":1}}],["gb",{"2":{"36":1,"135":10}}],["guarantee",{"2":{"24":1,"35":1}}],["guaranteed",{"2":{"1":1,"6":1,"42":1,"135":1}}],["grand",{"2":{"175":1}}],["grained",{"2":{"150":1}}],["graphics",{"2":{"6":1,"46":1}}],["great",{"2":{"168":1,"170":1,"172":1}}],["greater",{"2":{"6":1,"125":1,"152":1}}],["greiner",{"0":{"57":1,"59":1,"61":1},"2":{"50":3,"55":2,"56":1,"58":1,"60":1}}],["green",{"2":{"19":1,"169":1}}],["grouped",{"2":{"168":1}}],["group",{"2":{"16":1}}],["groups",{"2":{"6":1,"127":1}}],["grouping",{"2":{"1":1,"6":1,"135":2}}],["grid",{"2":{"6":1,"45":1,"52":4}}],["g2",{"2":{"3":5,"6":5,"71":12,"72":6,"73":9,"74":6,"75":6,"76":3,"77":4,"78":2,"81":4,"84":3,"85":21,"88":10,"89":6,"90":10,"91":8,"92":4,"93":2,"94":4,"95":2,"105":10,"106":6,"107":10,"108":6,"109":5,"110":4,"111":4,"112":2,"115":10,"116":6,"117":9,"118":6,"119":6,"120":3,"121":4,"122":2}}],["g1",{"2":{"3":5,"4":1,"6":6,"71":12,"72":6,"73":9,"74":6,"75":6,"76":3,"77":2,"78":4,"81":4,"84":3,"85":21,"88":9,"89":6,"90":10,"91":8,"92":4,"93":2,"94":2,"95":4,"105":10,"106":6,"107":9,"108":6,"109":5,"110":4,"111":2,"112":4,"115":10,"116":6,"117":9,"118":6,"119":6,"120":3,"121":2,"122":4}}],["generic",{"2":{"27":1}}],["generation",{"2":{"155":2}}],["generated",{"2":{"36":1,"39":1,"42":1,"43":1,"46":1,"49":1,"50":1,"52":1,"55":1,"57":1,"59":1,"61":1,"62":1,"65":1,"68":1,"78":1,"81":1,"84":1,"85":1,"95":1,"96":1,"99":1,"102":1,"112":1,"122":1,"125":1,"126":1,"127":1,"135":1,"138":1,"141":1,"144":1,"145":1,"146":1,"148":1,"152":1,"155":1,"159":1,"160":1,"161":1,"165":1,"166":1,"174":1}}],["generate",{"2":{"7":1,"18":2,"155":1,"174":2}}],["generalization",{"2":{"44":1}}],["generalized",{"2":{"6":1,"44":3,"46":1}}],["generalise",{"2":{"6":4,"155":1}}],["generally",{"2":{"6":2,"14":1,"165":3}}],["general",{"0":{"2":1,"4":1},"1":{"3":1,"4":1},"2":{"23":1,"25":1,"32":1,"128":1,"148":1}}],["getfeature",{"2":{"135":5,"166":5}}],["getcolumn",{"2":{"135":4}}],["getgeom",{"2":{"77":1,"78":1,"94":1,"95":1,"102":2,"111":1,"112":1,"121":1,"122":1,"135":6,"155":3,"166":6}}],["getring",{"2":{"50":1}}],["getindex",{"2":{"46":2}}],["getpolygon",{"2":{"57":3,"59":2,"61":2,"68":3}}],["getpoint",{"2":{"38":2,"39":1,"41":1,"42":5,"46":1,"48":1,"49":6,"50":3,"51":2,"52":3,"54":3,"64":1,"65":6,"67":4,"68":13,"70":1,"80":4,"83":1,"85":7,"87":4,"96":28,"98":2,"101":4,"102":2,"104":2,"107":2,"114":4,"125":5,"138":3,"150":4,"152":2,"159":1,"166":3,"168":2}}],["getproperty",{"2":{"18":2,"19":1}}],["gethole",{"2":{"30":1,"39":1,"42":1,"49":1,"50":4,"52":1,"55":1,"56":2,"58":2,"61":6,"65":1,"68":2,"96":5,"138":1,"168":1}}],["getexterior",{"2":{"30":1,"39":1,"42":1,"46":1,"49":1,"50":3,"52":1,"55":1,"56":2,"58":2,"60":3,"61":6,"65":1,"68":2,"96":5,"125":1,"127":1,"138":1,"168":1}}],["get",{"2":{"6":1,"15":1,"18":1,"38":1,"43":1,"50":9,"56":1,"57":1,"58":1,"59":2,"60":2,"127":4,"135":4,"148":1,"151":3,"155":1,"156":1,"158":1,"159":2,"165":5,"166":1,"168":2,"175":2}}],["geoparquet",{"2":{"172":4}}],["geopoly1",{"2":{"170":1,"171":1}}],["geopoly2",{"2":{"170":1,"171":1}}],["geoaxis",{"2":{"169":4}}],["geointeface",{"2":{"133":1}}],["geointerace",{"2":{"27":1}}],["geointerfacemakie",{"2":{"154":1,"174":1,"175":1}}],["geointerface",{"0":{"35":1},"2":{"1":20,"3":9,"4":2,"6":41,"11":1,"18":1,"19":1,"20":1,"27":3,"30":1,"32":1,"35":1,"36":7,"38":1,"39":1,"41":1,"42":1,"46":23,"48":1,"49":1,"50":1,"51":1,"52":1,"54":1,"55":1,"56":1,"58":1,"59":1,"60":1,"64":1,"65":11,"67":1,"68":2,"70":1,"71":2,"80":1,"81":2,"83":1,"84":2,"85":1,"87":1,"88":3,"98":1,"99":2,"101":1,"102":2,"104":1,"105":2,"114":1,"115":2,"125":5,"127":1,"130":3,"133":3,"135":6,"137":9,"140":1,"141":1,"143":23,"145":1,"147":2,"150":1,"151":1,"154":1,"155":2,"160":13,"161":1,"166":1,"167":1,"168":122,"169":5,"170":9,"174":1,"175":1}}],["geo",{"2":{"127":1,"151":4,"169":2}}],["geotable",{"2":{"34":1}}],["geographic",{"0":{"13":1},"2":{"13":2,"15":1,"169":1,"172":1}}],["geographiclib",{"2":{"6":1,"151":1}}],["geojson",{"2":{"11":1,"155":5,"167":1,"169":4,"172":3}}],["geodataframes",{"2":{"172":3}}],["geod",{"2":{"6":2,"151":3}}],["geodesic`",{"2":{"151":2}}],["geodesicdistance",{"2":{"13":1}}],["geodesic",{"2":{"6":5,"36":1,"150":6,"151":8,"152":1}}],["geodesicsegments",{"2":{"0":1,"6":2,"13":1,"149":1,"150":3,"151":6,"152":2}}],["geoformattypes",{"2":{"1":2,"15":1,"147":2,"167":1,"169":2,"170":8}}],["geomakie",{"0":{"169":1},"2":{"167":2,"169":5}}],["geomfromgeos",{"2":{"151":1}}],["geomtype",{"2":{"135":2}}],["geoms",{"2":{"6":1,"96":1,"130":1,"135":18}}],["geometies",{"2":{"3":1,"6":1,"104":1,"105":1}}],["geometrie",{"2":{"91":1}}],["geometries",{"0":{"72":1,"73":1,"74":1,"75":1,"76":1,"77":1,"78":1,"89":1,"90":1,"91":1,"92":1,"93":1,"94":1,"95":1,"106":1,"107":1,"108":1,"109":1,"110":1,"111":1,"112":1,"116":1,"117":1,"118":1,"119":1,"120":1,"121":1,"122":1,"168":1,"169":1,"170":1},"2":{"1":6,"3":8,"4":14,"6":61,"23":3,"25":1,"27":3,"32":2,"34":4,"39":4,"41":1,"42":3,"49":1,"52":2,"55":1,"56":5,"58":5,"59":4,"60":5,"64":1,"65":4,"67":1,"68":7,"70":1,"71":1,"81":1,"85":2,"88":2,"96":1,"98":1,"99":1,"101":2,"102":3,"104":2,"105":2,"115":2,"117":1,"128":1,"130":4,"132":1,"134":2,"135":13,"145":1,"147":2,"149":3,"150":1,"151":4,"152":1,"153":1,"156":1,"157":1,"158":1,"161":1,"166":1,"167":5,"169":1,"170":2,"171":2,"172":1,"173":5,"174":1,"176":1}}],["geometrical",{"2":{"173":1}}],["geometric",{"2":{"32":2,"48":1}}],["geometry=",{"2":{"171":1}}],["geometryof",{"2":{"135":1}}],["geometryopsprojext",{"2":{"147":1,"148":1,"151":1,"152":1}}],["geometryopslibgeosext",{"2":{"43":1}}],["geometryops",{"0":{"0":1,"36":1},"1":{"1":1,"2":1,"3":1,"4":1,"5":1,"6":1},"2":{"0":115,"1":6,"3":18,"4":9,"5":3,"6":112,"7":2,"11":1,"13":1,"18":1,"19":1,"20":1,"22":2,"30":1,"32":1,"36":1,"38":1,"41":1,"43":1,"45":5,"48":1,"51":1,"54":1,"55":1,"56":1,"58":1,"59":1,"60":1,"64":1,"67":1,"68":1,"70":1,"71":2,"80":1,"81":2,"83":1,"84":2,"85":2,"87":1,"88":2,"98":1,"99":1,"101":1,"102":1,"104":1,"105":2,"114":1,"115":2,"125":3,"127":2,"130":4,"135":1,"137":1,"140":1,"141":4,"143":1,"148":1,"150":1,"151":2,"154":1,"155":2,"160":1,"162":1,"165":2,"166":1,"167":1,"168":3,"173":1,"174":2,"175":2}}],["geometrybasics",{"2":{"36":3,"45":2,"46":10,"64":1,"71":1,"105":1,"115":1}}],["geometrycolumns",{"2":{"135":3}}],["geometrycollections",{"2":{"173":1}}],["geometrycollection",{"2":{"28":1,"175":1}}],["geometrycollectiontrait",{"2":{"28":1,"77":1,"78":1,"94":1,"95":1,"111":1,"112":1,"121":1,"122":1}}],["geometrycorrections",{"2":{"140":1}}],["geometrycorrection",{"2":{"0":1,"6":11,"138":2,"139":2,"140":13,"141":11,"144":4}}],["geometry",{"0":{"2":1,"58":1,"77":2,"78":2,"94":2,"95":2,"111":2,"112":2,"121":2,"122":2,"139":1,"147":1,"153":1,"167":1,"171":1},"1":{"3":1,"4":1,"140":1,"141":1,"148":1,"154":1,"155":1,"168":1,"169":1,"170":1,"171":1,"172":1},"2":{"1":10,"3":23,"4":12,"6":69,"9":1,"11":2,"13":2,"23":4,"25":1,"28":3,"34":1,"36":1,"39":4,"42":7,"43":4,"49":3,"51":1,"52":4,"55":4,"64":4,"65":6,"68":8,"70":4,"71":5,"72":4,"73":1,"77":3,"78":4,"80":5,"81":2,"83":4,"84":4,"85":3,"87":2,"88":5,"89":4,"90":2,"91":1,"94":3,"95":4,"96":2,"98":2,"102":3,"104":2,"105":3,"106":4,"107":2,"111":3,"112":4,"114":4,"115":5,"116":4,"121":3,"122":4,"124":1,"128":3,"130":2,"133":2,"135":42,"137":1,"138":1,"139":2,"140":23,"141":6,"145":1,"146":1,"147":6,"149":3,"150":1,"151":5,"152":8,"155":6,"166":6,"168":1,"169":1,"170":4,"171":2,"172":2,"173":1,"174":7,"175":4,"176":2}}],["geom2",{"2":{"3":8,"4":1,"6":9,"65":6,"68":1,"85":6,"88":1,"99":3,"102":6,"105":1,"115":2}}],["geom1",{"2":{"3":8,"4":1,"6":9,"65":6,"68":1,"85":4,"88":1,"99":3,"102":6,"105":1,"115":2}}],["geom",{"2":{"1":7,"4":21,"6":48,"23":3,"36":12,"39":17,"42":25,"49":28,"50":16,"52":6,"55":15,"56":8,"57":2,"58":12,"59":10,"60":9,"61":9,"65":28,"68":45,"71":4,"85":1,"88":4,"96":3,"102":1,"105":4,"115":4,"125":3,"127":1,"128":2,"130":3,"135":91,"144":11,"146":4,"152":13,"155":36,"159":3,"160":7,"161":4,"166":13,"175":6}}],["geospatial",{"0":{"170":1,"172":1},"2":{"167":5,"169":1,"170":3,"172":5}}],["geoscontext",{"2":{"151":1}}],["geosdensify",{"2":{"151":3}}],["geos",{"0":{"165":1},"2":{"0":1,"6":5,"43":4,"153":5,"155":2,"162":1,"165":12}}],["got",{"2":{"159":3}}],["google",{"2":{"13":1}}],["good",{"2":{"6":1,"46":1,"165":2,"170":1}}],["goes",{"2":{"6":2,"125":2}}],["going",{"2":{"4":4,"6":5,"52":2,"68":5,"125":1,"127":1,"167":1}}],["go",{"2":{"1":5,"3":17,"4":2,"6":43,"11":9,"18":1,"19":1,"20":6,"23":1,"30":1,"36":2,"38":1,"41":1,"46":1,"48":2,"51":1,"54":2,"55":2,"56":2,"58":2,"59":2,"60":2,"64":6,"67":1,"68":2,"70":1,"71":2,"80":2,"81":2,"83":2,"84":2,"85":1,"87":1,"88":2,"98":1,"99":2,"101":1,"102":2,"104":1,"105":2,"114":2,"115":2,"125":6,"127":2,"128":1,"130":1,"135":3,"137":3,"143":3,"150":7,"151":8,"154":2,"155":49,"160":3,"165":1,"166":2,"167":1,"168":3,"170":1,"172":1,"173":9,"174":2,"175":5,"176":1}}],["gtrait",{"2":{"65":2}}],["gt",{"2":{"1":1,"6":2,"9":2,"10":1,"11":5,"16":1,"50":3,"125":3}}],["gif",{"2":{"157":1}}],["githack",{"2":{"155":1}}],["github",{"2":{"6":2}}],["gives",{"2":{"175":1}}],["give",{"2":{"96":1,"172":1}}],["given",{"2":{"4":7,"6":21,"23":2,"34":1,"39":2,"41":1,"42":1,"49":3,"50":8,"52":3,"55":5,"56":1,"57":2,"58":1,"59":2,"60":1,"61":2,"65":8,"68":4,"71":1,"80":1,"81":1,"83":1,"84":1,"88":1,"96":7,"98":1,"99":1,"105":1,"107":1,"115":1,"128":1,"140":4,"141":1,"143":1,"149":2,"151":2,"152":2,"158":1}}],["gis",{"2":{"5":1,"6":1,"30":2,"32":1,"46":1}}],["gi",{"2":{"1":13,"3":42,"4":31,"6":124,"11":8,"18":15,"19":15,"20":8,"23":2,"36":1,"38":5,"39":21,"41":3,"42":30,"45":1,"48":5,"49":38,"50":34,"51":5,"52":17,"54":6,"55":13,"56":19,"57":16,"58":25,"59":24,"60":17,"61":36,"64":8,"65":42,"67":7,"68":99,"70":3,"71":4,"72":6,"73":12,"74":10,"75":7,"76":4,"77":8,"78":6,"80":7,"81":3,"83":3,"84":3,"85":21,"87":7,"88":2,"89":3,"90":12,"91":14,"92":4,"93":2,"94":8,"95":6,"96":59,"98":5,"99":3,"101":7,"102":51,"104":5,"105":3,"106":6,"107":15,"108":10,"109":7,"110":4,"111":8,"112":6,"114":7,"115":2,"116":6,"117":12,"118":10,"119":7,"120":4,"121":8,"122":6,"125":32,"127":15,"128":4,"130":2,"135":111,"137":2,"138":10,"140":9,"143":3,"144":8,"145":1,"146":5,"150":6,"151":6,"152":12,"154":2,"155":34,"159":4,"160":9,"161":5,"163":9,"166":55,"167":1,"168":21,"169":2,"170":2,"174":5,"175":2}}],["o",{"2":{"135":24}}],["odd",{"2":{"96":1}}],["own",{"2":{"61":1,"128":2}}],["occur",{"2":{"59":1}}],["occurs",{"2":{"59":1}}],["occupied",{"2":{"38":1}}],["old",{"2":{"50":8,"135":3}}],["ourselves",{"2":{"151":1}}],["our",{"2":{"29":1,"151":1,"168":4,"169":3,"174":1}}],["out=3",{"2":{"96":1}}],["out=4",{"2":{"58":1}}],["out`",{"2":{"58":1,"96":1}}],["out",{"2":{"6":3,"50":12,"52":23,"59":6,"61":4,"64":5,"71":4,"85":1,"88":3,"96":102,"102":2,"105":4,"115":4,"125":1,"135":1,"152":1,"165":2}}],["outside",{"2":{"3":2,"4":1,"6":3,"50":3,"52":1,"57":2,"59":4,"61":3,"64":2,"65":1,"70":1,"84":1,"87":1,"96":12,"102":3,"120":1}}],["outputs",{"2":{"50":1}}],["output",{"2":{"3":8,"4":1,"6":18,"23":1,"28":1,"55":2,"56":1,"58":1,"59":1,"60":1,"61":2,"68":1,"71":1,"81":1,"84":1,"88":1,"99":1,"102":1,"105":1,"115":1,"125":2,"155":1,"159":1,"166":1}}],["outermost",{"2":{"135":1}}],["outer",{"2":{"1":1,"6":1,"133":1,"135":2,"173":1,"174":1}}],["omit",{"2":{"6":1,"151":1}}],["obtain",{"2":{"135":1}}],["obtained",{"2":{"28":1}}],["observablehq",{"2":{"30":1}}],["observable",{"2":{"19":2}}],["obs",{"2":{"19":10}}],["obviously",{"2":{"4":1,"6":1,"145":1}}],["objects",{"2":{"1":4,"4":1,"6":17,"130":3,"133":5,"135":8,"145":1,"149":1,"155":2,"161":1}}],["object",{"2":{"1":4,"4":1,"5":1,"6":8,"25":1,"46":1,"64":1,"96":4,"130":1,"133":5,"135":3,"145":1,"147":3,"151":1,"155":1,"161":1}}],["obj",{"2":{"1":4,"4":1,"6":17,"130":3,"135":10,"145":1,"146":2,"151":3,"155":3,"160":1,"161":1}}],["others",{"2":{"43":1,"144":1}}],["otherwise",{"2":{"4":2,"6":3,"43":1,"50":1,"57":1,"59":1,"65":2,"127":1,"146":1,"148":1,"151":1,"166":1}}],["other",{"0":{"4":1,"6":1,"31":1},"2":{"3":4,"6":12,"42":1,"50":5,"56":1,"58":1,"59":1,"60":2,"61":3,"65":2,"68":2,"73":1,"80":1,"96":8,"98":1,"101":1,"102":4,"104":2,"105":2,"108":1,"117":1,"127":1,"130":1,"133":1,"135":1,"141":2,"142":1,"144":2,"155":2,"157":2,"162":1,"163":1,"165":1,"169":1,"173":1,"176":1}}],["ogc",{"0":{"3":1}}],["over=3",{"2":{"58":1}}],["over`",{"2":{"58":1}}],["overflow",{"2":{"55":1}}],["overhead",{"2":{"27":1,"135":2}}],["override",{"2":{"6":1,"46":1}}],["overlapping",{"2":{"50":11,"59":4,"61":6}}],["overlap",{"2":{"3":4,"6":4,"9":1,"50":2,"59":8,"61":2,"71":1,"83":1,"96":2,"101":5,"102":6,"115":1,"142":1}}],["overlaps",{"0":{"100":1,"101":1},"1":{"101":1,"102":1},"2":{"0":10,"3":5,"6":13,"36":1,"59":1,"100":1,"101":3,"102":30,"127":1,"173":1}}],["over",{"2":{"1":1,"6":3,"38":2,"39":1,"49":3,"50":5,"52":1,"58":1,"59":11,"61":1,"71":1,"85":1,"88":1,"96":15,"102":2,"105":1,"115":1,"135":22,"168":3}}],["ops",{"2":{"135":1}}],["optimisation",{"2":{"96":1}}],["optimise",{"2":{"85":1}}],["options",{"2":{"19":1,"50":1}}],["optional",{"2":{"4":5,"6":6,"39":2,"42":1,"52":1,"65":2}}],["open",{"2":{"50":1,"137":1,"169":1}}],["operates",{"2":{"135":1,"136":1,"142":1}}],["operate",{"2":{"23":1,"34":1,"135":1}}],["operations",{"0":{"28":1},"2":{"28":1,"59":1,"61":1,"128":1}}],["operation",{"2":{"6":3,"50":1,"128":1,"141":2,"144":2,"165":2}}],["opposite",{"2":{"3":5,"6":5,"50":2,"57":1,"59":2,"61":1,"71":1,"81":2,"84":2,"99":2,"115":1}}],["op",{"2":{"1":3,"6":3,"24":2,"49":1,"135":35}}],["on=2",{"2":{"96":1}}],["on`",{"2":{"96":1}}],["onto",{"2":{"65":1}}],["once",{"2":{"15":1,"85":1,"102":1,"127":1}}],["oneunit",{"2":{"46":1}}],["ones",{"2":{"15":1,"143":1}}],["one",{"2":{"1":1,"3":9,"6":14,"28":1,"30":1,"39":2,"42":4,"45":1,"46":1,"49":1,"50":5,"52":3,"56":1,"57":1,"58":1,"59":32,"60":2,"61":2,"64":2,"70":1,"77":1,"85":1,"87":1,"96":18,"101":1,"102":18,"104":2,"105":2,"108":3,"109":2,"110":2,"111":1,"112":1,"114":1,"115":1,"121":1,"125":1,"127":5,"135":1,"143":1,"147":1,"151":1,"159":1,"160":1,"169":1,"173":1}}],["on",{"0":{"169":1},"2":{"1":2,"4":3,"6":11,"9":1,"13":1,"15":1,"23":1,"25":1,"28":2,"30":1,"32":3,"34":2,"39":3,"42":5,"45":1,"46":2,"49":3,"50":28,"52":8,"55":1,"56":1,"57":5,"58":1,"59":4,"60":1,"61":2,"64":1,"65":3,"68":2,"70":1,"71":7,"73":2,"74":3,"75":3,"76":1,"85":4,"88":6,"90":4,"91":1,"92":1,"96":125,"102":9,"105":7,"107":2,"115":7,"117":2,"118":1,"119":1,"127":3,"128":1,"130":1,"135":15,"136":1,"138":1,"141":1,"142":1,"149":1,"151":1,"157":1,"164":2,"167":1,"169":3,"170":1,"172":1,"173":4,"174":1,"175":2,"176":2}}],["only",{"2":{"0":1,"5":1,"6":10,"28":1,"30":1,"39":2,"43":1,"45":2,"46":1,"49":2,"50":4,"52":3,"55":1,"56":1,"58":1,"59":1,"60":1,"65":2,"68":3,"101":3,"102":1,"104":1,"127":2,"135":2,"143":1,"149":1,"150":1,"152":2,"162":1,"165":2,"170":1,"175":1,"176":1}}],["often",{"2":{"169":1}}],["offers",{"2":{"168":1}}],["offer",{"2":{"151":1}}],["offset",{"2":{"42":8,"68":1}}],["off",{"2":{"4":1,"6":1,"50":4,"68":1,"96":6,"135":1}}],["of",{"2":{"1":7,"3":29,"4":66,"5":5,"6":193,"7":2,"9":4,"12":3,"15":4,"16":2,"22":3,"23":5,"24":1,"25":2,"27":1,"28":2,"29":2,"30":2,"31":1,"32":1,"34":3,"38":5,"39":28,"41":1,"42":38,"43":1,"44":9,"45":1,"46":13,"48":3,"49":12,"50":84,"51":5,"52":31,"55":5,"56":12,"57":13,"58":10,"59":48,"60":9,"61":20,"64":6,"65":18,"67":2,"68":19,"70":6,"71":18,"73":1,"74":5,"75":5,"76":1,"77":2,"78":1,"80":4,"81":5,"84":5,"85":1,"87":3,"88":14,"90":1,"91":1,"92":1,"94":2,"95":1,"96":85,"98":1,"99":3,"101":1,"102":13,"104":2,"105":15,"107":3,"108":7,"109":5,"110":1,"111":2,"112":1,"114":4,"115":18,"117":3,"118":6,"119":6,"120":4,"121":1,"122":1,"124":2,"125":3,"126":2,"127":19,"128":3,"130":1,"133":5,"134":2,"135":26,"136":1,"137":1,"141":2,"142":4,"144":4,"146":3,"147":1,"149":2,"150":2,"151":5,"152":2,"155":8,"157":4,"158":2,"159":1,"161":1,"163":2,"165":4,"166":2,"168":6,"169":4,"170":2,"171":1,"172":4,"173":3,"174":4,"175":2}}],["org",{"2":{"56":1,"58":1,"60":1,"96":2,"157":1}}],["organise",{"2":{"10":1}}],["orange",{"2":{"54":1,"64":1,"67":2,"80":2,"87":2,"101":2,"114":2}}],["oroginal",{"2":{"135":2}}],["oro",{"2":{"11":2}}],["originate",{"2":{"61":1}}],["originals",{"2":{"27":1}}],["original",{"2":{"6":4,"23":1,"27":1,"50":9,"55":5,"56":1,"58":1,"61":4,"133":1,"135":1,"140":1,"146":2,"152":1,"154":4,"155":1}}],["orignal",{"2":{"50":1}}],["orient",{"0":{"18":1},"1":{"19":1,"20":1},"2":{"18":7,"19":12,"50":15,"59":53}}],["orientation",{"0":{"123":1},"1":{"124":1,"125":1},"2":{"6":2,"10":1,"36":1,"39":1,"50":10,"52":2,"56":1,"58":2,"59":2,"60":1,"96":16,"124":1,"155":1}}],["ordered",{"2":{"38":1}}],["orders",{"2":{"31":1}}],["order",{"0":{"30":1},"1":{"31":1},"2":{"1":4,"3":1,"4":2,"6":6,"30":4,"38":1,"39":2,"42":1,"46":1,"50":4,"59":1,"61":1,"65":2,"68":3,"71":1,"81":1,"84":1,"99":1,"135":2,"147":2,"155":1,"173":1}}],["or",{"0":{"29":1},"2":{"1":11,"3":3,"4":10,"6":53,"15":1,"23":1,"25":1,"27":1,"28":1,"32":1,"34":2,"36":1,"39":1,"42":4,"43":1,"46":1,"48":2,"49":4,"50":24,"51":1,"55":1,"56":1,"57":3,"58":2,"59":9,"60":1,"61":2,"64":2,"65":4,"68":3,"71":1,"73":2,"74":1,"75":1,"76":1,"77":1,"78":1,"80":1,"87":2,"90":2,"91":3,"92":2,"93":1,"94":1,"95":1,"96":26,"98":2,"99":1,"101":1,"102":2,"104":1,"105":1,"111":1,"112":1,"115":1,"117":2,"121":1,"122":1,"124":2,"125":3,"127":7,"128":3,"130":1,"132":2,"134":1,"135":9,"136":1,"138":1,"140":5,"141":2,"147":2,"148":1,"149":2,"151":2,"152":2,"153":1,"155":3,"157":2,"159":2,"161":1,"163":3,"166":2,"173":1,"175":2}}],["effects",{"2":{"135":3}}],["efficiently",{"2":{"25":1}}],["efficient",{"2":{"6":1,"46":1,"56":2,"58":2,"60":2,"138":1}}],["e2",{"2":{"96":4}}],["e1",{"2":{"96":8}}],["everything",{"2":{"155":1}}],["every",{"2":{"50":1,"68":2,"133":1,"165":1}}],["evenly",{"2":{"174":1}}],["eventually",{"2":{"50":1}}],["even",{"2":{"39":2,"52":1,"59":1,"65":1,"68":1,"128":1,"137":1,"142":1}}],["evaluated",{"2":{"173":1}}],["eval",{"2":{"36":2,"135":2}}],["est",{"2":{"175":1}}],["essentially",{"2":{"163":1}}],["esri",{"2":{"16":3}}],["especially",{"2":{"6":1,"23":1,"28":1,"127":1}}],["euclid",{"2":{"52":2,"65":11,"96":1,"156":1}}],["euclidean",{"2":{"4":1,"6":1,"46":13,"65":6,"152":1}}],["european",{"2":{"16":1}}],["eps",{"2":{"42":2,"59":14}}],["epsg",{"2":{"16":3,"169":5,"170":8}}],["eponymous",{"2":{"6":1,"151":1}}],["e",{"2":{"9":1,"27":1,"43":1,"127":1,"133":1,"135":2,"168":2,"169":1,"172":1}}],["eltype",{"2":{"127":4}}],["elements",{"2":{"77":1,"78":1,"94":1,"95":1,"102":1,"111":1,"112":1,"121":1,"122":1}}],["element",{"2":{"6":6,"41":1,"50":4,"55":2,"56":1,"58":1,"59":1,"60":3,"150":1,"169":1}}],["elsewhere",{"2":{"55":1}}],["elseif",{"2":{"50":5,"52":7,"56":1,"58":1,"59":14,"60":2,"61":1,"85":3,"96":10,"125":1,"127":2,"144":1,"157":2,"159":2}}],["else",{"2":{"3":6,"6":6,"42":1,"46":2,"50":19,"52":9,"55":1,"57":2,"59":9,"60":1,"61":9,"85":2,"96":17,"102":8,"127":20,"135":8,"138":1,"146":1,"148":1,"155":2,"157":4,"159":2,"160":1,"161":1,"165":1}}],["etc",{"2":{"6":1,"25":2,"38":1,"163":1,"172":1}}],["emtpty",{"2":{"127":1}}],["empty",{"2":{"4":2,"6":6,"42":2,"50":2,"56":1,"58":1,"59":2,"60":1,"127":1}}],["embedding",{"0":{"134":1,"145":1}}],["embedded",{"0":{"170":1},"2":{"127":1,"134":3,"167":1,"170":1}}],["embed",{"2":{"0":2,"4":1,"6":1,"134":1,"145":2}}],["errors",{"2":{"36":1,"59":1,"152":1}}],["error",{"0":{"148":1},"2":{"4":1,"6":4,"7":1,"23":1,"36":6,"43":4,"46":1,"50":2,"59":2,"62":1,"68":2,"127":1,"133":1,"140":2,"148":3,"151":5,"159":4,"165":3,"166":1}}],["edgekeys",{"2":{"127":3}}],["edge",{"2":{"3":1,"4":3,"6":4,"25":1,"36":1,"39":1,"48":1,"50":25,"52":13,"56":1,"58":1,"59":6,"60":1,"65":4,"68":1,"73":2,"91":2,"92":1,"96":7,"102":21,"117":2,"118":1,"119":1,"127":7,"166":2}}],["edges`",{"2":{"59":1}}],["edges",{"2":{"0":1,"4":2,"6":9,"50":12,"52":8,"57":3,"59":10,"61":3,"65":3,"67":2,"68":1,"73":1,"74":3,"75":7,"76":3,"80":1,"87":1,"90":3,"93":1,"96":3,"102":20,"114":1,"117":1,"127":22,"166":29}}],["earlier",{"2":{"168":3}}],["earth",{"2":{"6":2,"32":1,"151":2,"155":2,"169":2,"173":1}}],["easiest",{"2":{"171":1}}],["easier",{"2":{"162":1,"164":1}}],["easily",{"2":{"128":1}}],["east",{"2":{"52":9}}],["easy",{"2":{"1":1,"6":1,"15":2,"142":1,"160":1}}],["eachindex",{"2":{"42":1,"125":1,"127":3,"135":2,"156":1,"159":1}}],["each",{"2":{"3":2,"4":3,"6":6,"9":1,"23":2,"25":1,"39":2,"42":4,"44":4,"46":1,"50":5,"52":1,"59":3,"65":1,"68":2,"71":1,"88":1,"96":6,"101":1,"102":3,"105":1,"115":1,"125":1,"127":1,"135":1,"142":2,"155":1,"171":1,"172":1,"174":2,"175":2,"176":1}}],["equatorial",{"2":{"6":6,"151":4}}],["equality",{"2":{"50":1,"59":1,"173":1}}],["equal",{"2":{"3":2,"4":16,"6":19,"42":6,"59":1,"64":1,"65":4,"67":3,"68":22,"73":1,"90":1,"96":15,"101":1,"102":2,"107":2,"117":1,"137":1}}],["equals",{"0":{"66":1,"67":1},"1":{"67":1,"68":1},"2":{"0":17,"4":3,"6":19,"36":1,"42":2,"50":4,"55":2,"59":8,"65":1,"66":1,"67":2,"68":50,"73":1,"90":1,"96":10,"102":2,"107":3,"117":1,"173":1}}],["equivalent",{"2":{"3":1,"4":4,"6":6,"39":1,"50":1,"59":1,"61":1,"68":5,"71":1,"96":1}}],["enable",{"2":{"176":1}}],["enabled",{"2":{"173":1}}],["enabling",{"0":{"176":1}}],["enclosed",{"2":{"96":1}}],["encode",{"2":{"29":1}}],["encompasses",{"2":{"23":1,"96":1}}],["encounters",{"2":{"23":1}}],["en",{"2":{"96":1,"157":1}}],["envelope",{"2":{"59":2}}],["envelopes",{"2":{"59":2}}],["entirely",{"2":{"96":1}}],["entire",{"2":{"52":1,"96":4}}],["entry",{"2":{"50":11,"57":3,"59":4,"61":3,"127":1}}],["ent",{"2":{"50":19,"55":2}}],["enter",{"2":{"50":4}}],["enough",{"2":{"15":1,"50":1}}],["ensuring",{"2":{"6":1,"149":1,"152":1}}],["ensure",{"2":{"6":3,"46":1,"56":1,"58":1,"60":1,"136":2,"139":1}}],["ensures",{"2":{"6":3,"138":1,"141":3,"144":2}}],["enumerate",{"2":{"18":2,"42":1,"50":10,"52":1,"55":1,"57":1,"61":2,"96":1,"127":2,"144":2,"159":1}}],["enum",{"2":{"6":2,"50":3,"58":3,"96":3}}],["endpt",{"2":{"157":3}}],["endpoints",{"2":{"50":3,"52":1,"57":1,"59":6,"61":1,"65":2,"96":11,"102":2,"104":1}}],["endpoint=3",{"2":{"50":1}}],["endpointtype",{"2":{"50":2}}],["endpoint",{"2":{"3":1,"6":2,"50":27,"58":1,"59":16,"65":2,"70":1,"96":3,"102":2,"155":4,"157":4,"168":1}}],["ending",{"2":{"50":1,"52":1}}],["end",{"2":{"1":1,"6":1,"9":1,"18":4,"19":3,"36":4,"39":8,"42":18,"43":3,"46":35,"49":10,"50":130,"52":43,"55":9,"56":8,"57":12,"58":5,"59":31,"60":6,"61":24,"62":1,"65":19,"68":20,"77":2,"78":2,"85":20,"94":2,"95":2,"96":104,"102":21,"107":1,"111":2,"112":2,"117":1,"121":2,"122":2,"125":9,"126":4,"127":44,"128":1,"135":49,"136":1,"138":5,"140":3,"144":18,"146":4,"147":1,"148":2,"151":8,"152":8,"155":7,"156":6,"157":30,"158":3,"159":27,"160":4,"161":4,"163":1,"164":3,"165":4,"166":19}}],["enforce",{"2":{"0":1,"6":2,"165":3}}],["exits",{"2":{"50":1}}],["exit",{"2":{"50":32,"55":2,"57":3,"59":3,"61":2}}],["existingnodes",{"2":{"127":3}}],["existing",{"2":{"50":3,"60":1,"127":1,"169":2,"171":1}}],["exists",{"2":{"50":1,"52":1,"59":1}}],["exist",{"2":{"6":1,"50":1,"59":3,"165":1}}],["excluding",{"2":{"93":1,"96":1,"117":2}}],["exclude",{"2":{"85":9}}],["exclusively",{"2":{"109":1}}],["exclusive",{"2":{"52":1,"59":2}}],["exc",{"2":{"43":2,"148":2,"151":2}}],["exchange",{"2":{"30":1}}],["excellent",{"2":{"28":1}}],["except",{"2":{"13":1,"23":1,"24":1}}],["excess",{"2":{"5":1,"6":1,"46":1}}],["exp10",{"2":{"151":1,"155":2}}],["explicity",{"2":{"68":1}}],["explicitly",{"2":{"6":1,"23":1,"29":1,"39":1,"42":2,"43":1,"46":1,"65":2,"148":1,"151":1,"152":1}}],["experimental",{"2":{"36":3}}],["expect",{"2":{"1":1,"98":1,"147":1}}],["export",{"2":{"44":1,"149":1,"170":1,"172":1}}],["exposes",{"2":{"22":1}}],["exponential",{"2":{"9":1}}],["expressed",{"2":{"44":2}}],["express",{"2":{"16":1,"44":1}}],["ext2",{"2":{"96":3}}],["ext1",{"2":{"96":3}}],["ext",{"2":{"45":15,"50":10,"52":2,"55":3,"56":8,"58":8,"59":18,"60":8,"61":14,"85":7,"96":7}}],["extrema",{"2":{"127":1,"166":1}}],["extreem",{"2":{"42":10}}],["extract",{"2":{"127":1,"135":3,"155":1}}],["extra",{"2":{"6":3,"50":1,"60":1,"149":1,"151":2,"152":1}}],["external",{"2":{"39":1,"96":2}}],["exteriors",{"2":{"9":1,"30":2,"58":2,"60":2,"127":1}}],["exterior",{"2":{"3":4,"4":2,"6":10,"30":1,"38":1,"39":1,"42":1,"45":1,"46":36,"49":2,"50":4,"56":2,"60":3,"61":14,"65":1,"68":2,"71":3,"80":1,"81":1,"84":1,"88":2,"96":9,"105":2,"114":1,"115":3,"118":3,"119":3,"125":6,"127":6,"138":3,"139":1,"141":1,"145":1,"168":2}}],["extending",{"2":{"102":1}}],["extended",{"2":{"65":1}}],["extensions",{"2":{"172":1}}],["extension",{"2":{"1":1,"6":1,"16":1,"43":1,"46":1,"70":1,"126":1,"147":3,"148":2,"151":1,"152":1,"153":1,"172":1}}],["extent=true",{"2":{"145":1}}],["extent=nothing",{"2":{"135":1}}],["extent=",{"2":{"135":3}}],["extent=false",{"2":{"135":1,"155":1}}],["extent=gi",{"2":{"127":3}}],["extent`",{"2":{"132":1,"145":1}}],["extents",{"2":{"4":3,"6":3,"36":5,"52":1,"59":3,"96":5,"102":1,"127":3,"135":2,"145":2,"166":2}}],["extent",{"0":{"145":1},"2":{"0":2,"1":4,"4":3,"6":11,"29":1,"36":2,"45":1,"51":1,"52":1,"59":10,"96":4,"102":2,"127":12,"132":3,"134":4,"135":28,"145":2,"155":1,"164":1,"166":7}}],["exactly",{"2":{"159":1}}],["exactpredicates",{"2":{"7":1,"18":2,"19":2,"36":1}}],["exact",{"2":{"3":5,"6":5,"7":2,"17":1,"18":1,"50":36,"52":6,"55":7,"56":5,"58":5,"59":7,"60":5,"61":7,"62":1,"71":3,"73":1,"74":3,"75":3,"76":1,"81":2,"84":2,"85":1,"88":2,"90":1,"91":3,"92":2,"93":1,"96":24,"99":2,"102":3,"105":2,"107":1,"108":3,"109":1,"110":1,"115":3,"117":1,"118":3,"119":3,"120":1,"127":1,"143":1}}],["exampleusing",{"2":{"45":1}}],["examples",{"0":{"150":1,"154":1},"2":{"3":8,"4":1,"6":11,"68":1,"71":1,"81":1,"84":1,"85":1,"88":1,"102":1,"105":1,"115":1,"125":2,"166":1}}],["example",{"0":{"45":1,"137":1,"143":1,"174":1,"175":1},"2":{"1":3,"3":2,"6":13,"11":1,"16":2,"25":1,"28":2,"38":1,"41":1,"45":1,"48":1,"49":1,"51":1,"54":1,"55":1,"56":1,"58":1,"59":1,"60":1,"64":1,"67":1,"68":1,"70":1,"80":1,"83":1,"85":1,"87":1,"96":1,"98":1,"99":1,"101":1,"104":1,"114":1,"125":1,"127":8,"128":1,"135":2,"137":1,"139":1,"142":1,"143":1,"146":1,"154":1,"155":2,"160":1,"165":1,"174":1,"176":1}}],["either",{"2":{"1":2,"3":1,"6":4,"27":1,"32":1,"50":9,"56":1,"58":1,"59":2,"60":1,"61":1,"64":1,"71":1,"96":5,"98":1,"104":1,"105":1,"115":1,"127":1,"135":3,"140":1,"173":1}}],["lj",{"2":{"127":2}}],["lrs",{"2":{"155":2}}],["lr",{"2":{"127":3}}],["lp",{"2":{"96":2}}],["lstart",{"2":{"96":2}}],["ls",{"2":{"96":12}}],["ll",{"2":{"22":1,"45":1,"150":2,"155":1,"169":1,"171":1}}],["l",{"2":{"19":4,"46":6,"85":2,"96":32}}],["lgeos",{"2":{"155":1}}],["lg",{"2":{"18":1,"19":1,"20":2,"151":9,"155":17}}],["l305",{"2":{"6":1}}],["loudly",{"2":{"135":1}}],["log10",{"2":{"151":2,"155":4}}],["log",{"2":{"130":3,"131":1,"150":2}}],["location",{"2":{"50":1,"96":6}}],["local",{"2":{"39":1,"42":3,"50":4,"57":1,"61":1,"127":1}}],["loose",{"2":{"136":1}}],["looping",{"2":{"127":1}}],["loop",{"2":{"42":1,"46":2,"49":3,"50":8,"52":1,"59":1,"61":1,"96":5,"127":3,"157":1}}],["lookup",{"2":{"127":1,"135":1}}],["looks",{"2":{"48":1}}],["look",{"2":{"38":2,"127":2,"137":1,"150":1}}],["lower",{"2":{"6":1,"7":1,"127":1,"174":1}}],["lon",{"2":{"6":2,"150":1,"151":2}}],["longitude",{"2":{"12":1,"169":2}}],["long",{"2":{"6":1,"12":1,"59":1,"151":1,"175":1}}],["longer",{"2":{"6":3,"149":1,"151":2,"152":1}}],["lots",{"2":{"169":1}}],["lot",{"2":{"6":1,"28":1,"39":1,"42":1,"49":1,"52":1,"65":1,"68":1,"102":1,"128":1,"150":1,"165":2}}],["load",{"2":{"135":2,"155":1,"167":2}}],["loading",{"2":{"43":1,"148":1,"151":1}}],["loads",{"2":{"5":1,"6":1,"46":1}}],["loaded",{"2":{"1":1,"43":3,"147":1,"148":2,"151":2}}],["laptop",{"2":{"175":1}}],["land",{"2":{"169":8}}],["language",{"2":{"16":1}}],["layers",{"2":{"133":1}}],["label",{"2":{"19":4,"20":2,"64":1,"127":3,"150":2,"154":2,"155":2}}],["labels",{"2":{"18":2,"127":1}}],["lazily",{"2":{"6":1,"130":1,"135":1}}],["later",{"2":{"39":1,"127":1}}],["latitude",{"2":{"12":1,"169":2}}],["lat",{"2":{"6":3,"12":1,"150":1,"151":3}}],["larger",{"2":{"50":1,"60":1,"159":1}}],["large",{"2":{"6":8,"46":1,"155":2,"172":1,"175":1}}],["lastindex",{"2":{"159":1}}],["last",{"2":{"4":3,"6":3,"9":1,"39":2,"42":11,"45":2,"50":9,"52":4,"65":7,"68":5,"96":20,"107":1,"127":8,"137":1,"144":2,"157":1}}],["lt",{"2":{"6":6,"16":1,"59":4,"150":1}}],["len",{"2":{"157":7}}],["length",{"2":{"0":1,"5":1,"6":5,"9":1,"23":1,"46":32,"47":1,"48":1,"49":22,"50":11,"52":1,"55":2,"56":2,"58":1,"59":1,"60":1,"61":1,"96":1,"127":10,"135":3,"144":2,"150":1,"156":1,"157":1,"158":1,"159":7}}],["legend",{"2":{"155":4}}],["le",{"2":{"96":10}}],["leaving",{"2":{"137":1}}],["leaf",{"2":{"135":4}}],["leading",{"2":{"168":1}}],["lead",{"2":{"59":1,"137":1}}],["least",{"2":{"3":4,"6":4,"50":1,"59":1,"61":2,"96":14,"102":6,"105":1,"108":3,"109":2,"110":2,"111":1,"112":1,"115":1,"121":1,"125":1}}],["leftover",{"2":{"50":1}}],["left=1",{"2":{"50":1}}],["left",{"2":{"46":1,"50":5,"125":1,"127":2,"157":17,"159":5,"173":1}}],["lets",{"2":{"39":1}}],["let",{"2":{"38":1,"48":1,"96":1,"127":3,"150":1,"168":6,"169":4,"170":3,"171":2,"172":2,"176":1}}],["levels",{"2":{"6":1,"127":1,"133":1,"163":1}}],["level",{"2":{"6":1,"7":1,"9":1,"23":2,"25":1,"34":1,"133":1,"135":2,"136":1,"138":1,"140":4,"141":1,"142":1,"144":2,"170":2}}],["less",{"2":{"3":1,"6":7,"39":1,"42":1,"46":1,"49":1,"52":1,"65":1,"68":1,"85":1,"102":1,"127":1,"155":1,"156":1}}],["l289",{"2":{"6":1}}],["l2",{"2":{"3":4,"4":4,"6":8,"67":4,"68":12,"80":8,"84":2,"87":5,"101":4,"104":3,"105":2,"114":8}}],["l195",{"2":{"6":1}}],["l177",{"2":{"6":1}}],["l1",{"2":{"3":6,"4":4,"6":10,"67":4,"68":12,"70":4,"71":2,"80":8,"83":4,"84":2,"87":5,"101":4,"104":3,"105":2,"114":8}}],["li",{"2":{"127":2}}],["lie",{"2":{"59":1}}],["lies",{"2":{"50":3,"174":1}}],["limitations",{"2":{"59":1}}],["limits",{"2":{"45":1}}],["limited",{"2":{"6":1,"149":1,"152":1}}],["literate",{"2":{"36":1,"39":1,"42":1,"43":1,"46":1,"49":1,"50":1,"52":1,"55":1,"57":1,"59":1,"61":1,"62":1,"65":1,"68":1,"78":1,"81":1,"84":1,"85":1,"95":1,"96":1,"99":1,"102":1,"112":1,"122":1,"125":1,"126":1,"127":1,"135":1,"138":1,"141":1,"144":1,"145":1,"146":1,"148":1,"152":1,"159":1,"160":1,"161":1,"165":1,"166":1}}],["lift",{"2":{"19":2}}],["lin",{"2":{"151":5}}],["linrange",{"2":{"18":2,"19":5,"45":2,"64":1,"127":2,"151":1,"155":2}}],["linering",{"2":{"169":1}}],["linewidth",{"2":{"38":1,"168":1}}],["linesegment",{"2":{"125":2,"152":1}}],["lines",{"0":{"74":1,"91":1,"108":1,"118":1},"2":{"3":1,"4":4,"6":5,"50":3,"54":1,"59":9,"64":1,"67":4,"68":4,"70":1,"71":1,"80":3,"83":2,"85":1,"87":3,"96":2,"98":3,"101":4,"102":2,"104":4,"114":3,"115":1,"127":3,"153":1,"168":4}}],["linestrings",{"2":{"4":2,"6":2,"9":1,"68":2,"124":1,"136":1,"168":1}}],["linestringtrait",{"2":{"3":2,"4":4,"6":9,"11":3,"42":1,"49":4,"58":2,"65":2,"68":8,"73":1,"74":4,"75":1,"85":6,"90":1,"91":5,"102":4,"107":1,"108":4,"109":1,"117":1,"118":4,"119":1,"133":1,"140":2,"141":1,"152":2,"163":2}}],["linestring",{"2":{"3":5,"4":6,"6":15,"23":1,"25":1,"42":2,"49":2,"65":4,"67":2,"68":2,"73":1,"74":3,"80":2,"81":1,"84":2,"87":2,"88":1,"90":1,"91":4,"96":2,"101":2,"107":1,"108":3,"109":1,"114":2,"115":1,"117":1,"118":4,"119":1,"125":7,"135":4,"166":3,"168":5}}],["linetrait",{"2":{"3":2,"4":4,"6":6,"42":1,"50":2,"55":2,"58":2,"65":2,"68":8,"73":1,"74":4,"75":1,"90":1,"91":5,"102":4,"107":1,"108":4,"109":1,"117":1,"118":4,"119":1}}],["line2",{"2":{"3":3,"6":7,"58":2,"59":2,"85":5,"98":3,"99":2,"102":3,"125":5}}],["line1",{"2":{"3":4,"6":8,"58":2,"59":2,"85":5,"98":3,"99":2,"102":5,"125":5}}],["linea",{"2":{"1":1,"6":1,"160":1}}],["linearmap",{"2":{"155":1}}],["linearalgebra",{"2":{"36":1}}],["linear",{"2":{"4":7,"6":10,"9":1,"39":2,"46":1,"48":1,"49":3,"52":1,"59":1,"65":5,"68":8,"75":1,"96":2,"108":1,"109":2,"118":1,"124":1,"135":2,"138":3,"150":5,"151":3,"152":4}}],["linearr",{"2":{"1":1,"6":1,"160":1}}],["linearrings",{"2":{"9":1,"92":1,"127":6,"136":1,"168":1}}],["linearringtrait",{"2":{"4":4,"6":6,"11":3,"39":2,"42":3,"49":4,"50":4,"58":2,"65":2,"68":8,"73":1,"74":1,"75":4,"90":1,"91":2,"92":3,"107":1,"108":1,"109":4,"117":1,"118":1,"119":4,"140":1,"152":2,"155":1,"163":2}}],["linearring",{"2":{"1":10,"3":2,"4":1,"6":15,"42":2,"49":2,"50":1,"65":1,"73":1,"75":3,"90":1,"91":1,"92":2,"96":2,"102":4,"107":1,"108":1,"109":3,"117":1,"119":4,"125":1,"127":3,"135":5,"136":1,"137":6,"138":1,"143":13,"155":1,"160":8,"168":24,"169":6,"170":8,"174":2}}],["linearsegments",{"2":{"0":1,"6":4,"149":1,"150":1,"151":3,"152":5}}],["line",{"0":{"96":1},"2":{"0":1,"3":13,"4":9,"6":52,"28":1,"41":2,"42":7,"48":3,"49":10,"50":12,"52":8,"54":6,"55":18,"58":8,"59":67,"61":6,"65":11,"68":5,"70":2,"71":1,"73":2,"74":11,"75":8,"81":2,"83":1,"85":11,"88":2,"90":1,"91":9,"92":4,"96":141,"98":2,"99":2,"101":3,"102":12,"104":2,"105":2,"107":1,"108":10,"109":3,"115":2,"117":2,"118":10,"119":7,"125":6,"127":2,"152":1,"155":1,"156":1,"157":4,"158":1,"166":3,"168":3}}],["lineorientation",{"2":{"0":1,"6":2,"58":2}}],["libraries",{"0":{"31":1},"2":{"31":1,"39":1,"142":1,"172":1}}],["library",{"2":{"13":1,"55":1,"172":1}}],["libgeos",{"2":{"6":2,"18":1,"19":1,"20":1,"28":1,"39":1,"43":5,"126":1,"151":7,"155":4,"165":2}}],["lists",{"2":{"25":1,"50":3,"102":1}}],["listed",{"2":{"6":1,"42":1,"155":1}}],["list",{"2":{"6":16,"9":1,"42":20,"50":233,"55":20,"56":14,"57":8,"58":13,"59":5,"60":13,"61":1,"175":2}}],["likely",{"2":{"133":1}}],["like",{"0":{"62":1},"2":{"1":2,"6":9,"13":1,"22":1,"23":2,"24":1,"25":1,"28":1,"29":1,"34":1,"39":1,"45":1,"46":1,"48":1,"52":1,"56":1,"58":1,"60":1,"64":1,"65":1,"68":1,"128":2,"135":2,"140":2,"141":1,"149":1,"150":1,"163":2,"169":2}}],["image",{"2":{"127":1}}],["impossible",{"2":{"55":1,"101":1}}],["important",{"2":{"150":1}}],["import",{"2":{"1":3,"6":5,"18":2,"19":2,"20":1,"36":5,"38":1,"41":1,"43":1,"48":1,"51":1,"55":1,"56":1,"58":1,"59":1,"60":1,"64":1,"67":1,"68":1,"70":1,"71":1,"80":1,"81":1,"83":1,"84":1,"85":1,"87":1,"88":1,"98":1,"99":1,"101":1,"102":1,"104":1,"105":1,"114":1,"115":1,"125":3,"135":2,"148":1,"151":2,"154":2,"155":3,"160":2,"166":1,"167":5}}],["implements",{"2":{"165":1}}],["implementing",{"2":{"6":1,"155":1}}],["implement",{"2":{"6":1,"22":1,"28":1,"39":1,"42":1,"46":1,"49":1,"52":1,"65":1,"68":1,"71":1,"88":1,"102":1,"105":1,"115":1,"128":1,"139":1,"140":3,"141":1}}],["implementation",{"0":{"39":1,"42":1,"49":1,"52":1,"55":1,"65":1,"68":1,"71":1,"81":1,"84":1,"88":1,"99":1,"102":1,"105":1,"115":1,"132":1,"138":1,"144":1,"152":1},"2":{"6":1,"39":3,"42":3,"46":1,"49":3,"52":3,"60":1,"65":3,"68":3,"71":2,"81":1,"84":1,"88":2,"99":1,"102":3,"105":2,"115":2,"126":1,"127":2,"147":1,"155":1,"165":1}}],["implementations",{"2":{"6":1,"30":1,"71":1,"88":1,"105":1,"115":1,"126":1,"153":1,"165":3}}],["implemented",{"0":{"126":1},"2":{"1":1,"6":2,"36":1,"39":1,"46":3,"55":2,"57":2,"59":2,"61":2,"65":2,"126":1,"128":2,"140":2,"147":1,"153":1}}],["improvements",{"2":{"9":2,"10":1}}],["improve",{"2":{"4":1,"6":1,"145":1}}],["i=2",{"2":{"125":1}}],["ipoints",{"2":{"96":4}}],["ip",{"2":{"68":2}}],["ipt",{"2":{"50":8}}],["ihole",{"2":{"68":2}}],["ih",{"2":{"61":20}}],["i2",{"2":{"52":2}}],["i1",{"2":{"52":2}}],["ii",{"2":{"50":8}}],["i+1",{"2":{"46":8,"127":1,"157":2,"159":1}}],["io",{"2":{"43":5,"148":5,"151":5}}],["i",{"2":{"9":1,"18":4,"27":1,"39":1,"42":14,"46":16,"50":28,"52":4,"57":2,"60":2,"61":4,"65":2,"68":8,"85":7,"96":28,"125":14,"127":17,"135":14,"152":2,"156":3,"157":12,"159":28,"166":2,"168":2,"169":1,"175":3}}],["id",{"2":{"171":1}}],["idx`",{"2":{"50":1}}],["idx",{"2":{"42":6,"50":167,"52":9,"55":23,"56":5,"58":5,"60":2,"144":34,"157":51}}],["identical",{"2":{"135":1,"143":1}}],["identity",{"2":{"127":4,"135":2,"145":1}}],["identifier",{"2":{"15":1}}],["ideal",{"2":{"127":1}}],["ideally",{"2":{"13":1}}],["idea",{"2":{"6":1,"25":1,"32":1,"46":1,"128":1}}],["id=",{"2":{"6":2}}],["ignored",{"2":{"6":1,"127":1}}],["ignore",{"2":{"6":1,"127":2}}],["i>",{"2":{"6":2}}],["i>method",{"2":{"6":2}}],["innerjoin",{"2":{"174":1,"175":1}}],["inner",{"2":{"96":6,"135":3,"173":1}}],["innacurracies",{"2":{"59":1}}],["inline",{"2":{"96":4,"125":1,"135":21,"164":2}}],["inlcuding",{"2":{"59":1,"74":1,"75":1}}],["in=1",{"2":{"96":1}}],["in`",{"2":{"96":1}}],["inject",{"0":{"62":1},"2":{"148":1}}],["ind",{"2":{"175":2}}],["individual",{"2":{"170":1}}],["indicies",{"2":{"50":2}}],["indices",{"2":{"50":2,"135":4,"159":16}}],["indicates",{"2":{"25":1}}],["indicate",{"2":{"15":1,"135":1}}],["indeed",{"2":{"137":1}}],["index",{"2":{"46":8,"50":11,"96":1,"135":1,"157":1}}],["inds",{"2":{"127":3}}],["inplace",{"2":{"46":1}}],["inputs",{"2":{"6":1,"50":1,"68":1,"81":1,"84":1,"99":1,"159":1}}],["input",{"2":{"6":12,"42":1,"55":1,"56":1,"58":1,"59":1,"60":1,"127":1,"128":1,"151":3,"152":2,"156":1,"157":1,"158":1,"169":1}}],["inbounds",{"2":{"46":16,"65":5,"96":1}}],["inspiration",{"2":{"55":1}}],["inspired",{"2":{"54":1,"55":2}}],["inside",{"2":{"42":3,"48":1,"50":3,"52":1,"56":1,"57":1,"58":1,"59":1,"60":1,"61":2,"64":3,"65":1,"73":1,"96":1,"114":1,"117":1,"127":2}}],["insertion",{"2":{"50":1}}],["insert",{"2":{"42":1,"157":1}}],["instability",{"2":{"29":2}}],["instantiating",{"2":{"25":1}}],["instead",{"2":{"16":1,"23":1,"29":1,"30":1}}],["instructs",{"2":{"6":1,"165":2}}],["investigate",{"2":{"127":1}}],["invalid",{"2":{"25":1,"57":2,"137":1,"142":1,"143":1}}],["invoke",{"2":{"25":1}}],["involved",{"2":{"128":1}}],["involve",{"2":{"25":1}}],["involving",{"2":{"6":3,"56":1,"58":1,"60":1}}],["invocation",{"2":{"23":1}}],["init=nothing",{"2":{"135":1}}],["init=typemax",{"2":{"65":2}}],["init=zero",{"2":{"39":1,"52":1}}],["initial",{"2":{"59":2,"151":1}}],["initially",{"2":{"50":1}}],["initialize",{"2":{"46":3,"49":2,"50":1,"59":1}}],["init",{"2":{"24":1,"36":1,"42":1,"49":2,"135":30,"151":4}}],["incorrect",{"2":{"136":1,"137":1}}],["increase",{"2":{"50":1,"96":1}}],["increasing",{"2":{"6":1,"155":1}}],["increment",{"2":{"46":5}}],["including",{"2":{"42":1,"50":2,"65":1,"73":1,"76":1,"96":2}}],["include",{"2":{"36":40,"42":1,"50":1,"65":2,"155":2,"164":1,"170":2,"171":1}}],["included",{"2":{"6":2,"61":2,"141":2,"144":2,"170":1}}],["includes",{"2":{"4":2,"6":2,"61":1,"65":2,"68":1,"96":1}}],["incircle",{"0":{"21":1}}],["ing",{"2":{"1":1,"6":2,"46":1,"160":1}}],["intr",{"2":{"50":28,"52":9,"55":16,"59":8}}],["intr2",{"2":{"50":2,"59":14}}],["intr1",{"2":{"50":3,"59":21,"96":2}}],["intrs",{"2":{"50":10,"59":5}}],["introduction",{"0":{"32":1},"1":{"33":1,"34":1,"35":1}}],["introducing",{"2":{"29":1}}],["introduces",{"2":{"29":1}}],["int",{"2":{"50":6,"61":7,"85":7,"152":1,"155":1,"157":5,"158":1,"159":1}}],["integrate",{"2":{"39":1}}],["integrating",{"2":{"39":1}}],["integrals",{"2":{"38":1}}],["integral",{"2":{"38":1}}],["intended",{"2":{"6":1,"140":2,"141":1}}],["intermediate",{"2":{"52":1}}],["inter2",{"2":{"52":15}}],["inter1",{"2":{"52":23}}],["interpreted",{"2":{"46":1}}],["interpolation",{"2":{"5":1,"6":1,"45":1,"46":2,"149":1}}],["interpolated",{"2":{"5":3,"6":3,"46":17,"149":1}}],["interpolate",{"2":{"0":2,"5":2,"6":4,"44":1,"45":2,"46":25}}],["interest",{"2":{"46":1,"65":1}}],["internal",{"2":{"45":1}}],["internals",{"2":{"29":1}}],["inter",{"2":{"6":3,"50":21,"55":1,"56":1,"58":5,"59":4}}],["interface",{"0":{"140":1},"2":{"6":2,"25":1,"135":1,"139":1,"140":4,"141":1,"155":1,"169":1}}],["interacted",{"2":{"96":1}}],["interaction",{"0":{"96":1},"2":{"96":2}}],["interactions",{"2":{"50":1,"61":3,"96":15}}],["interactive",{"2":{"18":1,"19":1}}],["interactively",{"2":{"16":1}}],["interacting",{"2":{"6":1,"58":1,"96":2}}],["interacts",{"2":{"3":1,"6":1,"96":3,"104":1,"105":1,"108":3,"109":1,"110":1}}],["interact",{"2":{"3":2,"6":2,"60":1,"61":1,"87":1,"96":5,"99":1,"104":1,"105":1,"107":1,"108":2,"109":2,"110":1}}],["interior",{"2":{"3":6,"6":7,"38":1,"42":9,"46":7,"49":5,"50":1,"61":18,"70":1,"71":3,"74":5,"75":1,"76":2,"80":1,"81":1,"83":2,"84":1,"85":1,"88":2,"90":2,"91":6,"92":3,"96":15,"104":1,"105":3,"108":1,"109":2,"110":2,"114":1,"115":3,"120":2,"125":2,"138":1,"141":1}}],["interiors",{"2":{"3":6,"6":7,"30":1,"46":20,"70":1,"80":1,"81":1,"83":1,"84":1,"87":1,"88":1,"93":1,"96":5,"98":1,"99":1,"104":1,"105":1,"107":1,"108":2,"109":1,"114":1,"115":1,"118":3,"119":3}}],["intersectingpolygons",{"2":{"6":3}}],["intersecting",{"0":{"142":1},"1":{"143":1,"144":1},"2":{"6":4,"36":1,"50":2,"61":2,"141":4,"142":1,"144":4}}],["intersections",{"0":{"59":1},"2":{"50":2,"52":2,"57":1,"58":2,"59":1,"61":1,"96":2}}],["intersection",{"0":{"58":1,"97":1},"1":{"98":1,"99":1},"2":{"0":2,"3":3,"6":19,"9":1,"20":4,"28":1,"36":1,"50":38,"52":6,"55":3,"56":4,"57":4,"58":15,"59":73,"60":2,"61":2,"85":2,"96":6,"98":1,"102":5}}],["intersect",{"2":{"3":8,"6":11,"50":4,"52":3,"56":2,"58":1,"59":1,"60":1,"61":5,"70":1,"71":1,"80":1,"81":2,"84":1,"88":1,"91":1,"93":1,"96":4,"98":2,"102":1,"114":1,"115":2,"118":3,"119":3,"143":1,"144":4}}],["intersects",{"0":{"98":1},"2":{"0":2,"3":3,"6":6,"36":1,"50":1,"59":2,"61":2,"85":2,"97":1,"98":4,"99":4,"102":5,"120":1,"144":2,"173":1}}],["into",{"2":{"5":1,"6":7,"22":1,"39":1,"42":1,"46":1,"49":4,"50":2,"55":1,"56":1,"58":1,"96":1,"127":4,"130":1,"135":6,"144":1,"155":1,"163":1,"166":2,"168":2,"173":1}}],["int64",{"2":{"1":6,"6":6,"137":6,"156":1,"157":1,"159":1,"160":6,"168":14}}],["info",{"2":{"149":1}}],["information",{"0":{"170":1},"2":{"6":1,"34":1,"46":1,"50":2,"51":1,"59":1,"96":1,"167":1,"170":3,"172":2}}],["infinity",{"2":{"96":1,"102":1}}],["inf",{"2":{"1":1,"9":1,"55":2,"156":1,"159":3}}],["in",{"0":{"28":1},"2":{"1":6,"3":3,"4":1,"5":4,"6":49,"7":1,"9":2,"12":2,"13":3,"15":1,"16":2,"18":6,"19":2,"22":2,"23":4,"25":1,"28":3,"29":2,"30":2,"32":1,"34":1,"35":1,"36":2,"38":1,"39":3,"42":7,"43":1,"44":2,"46":22,"48":2,"49":5,"50":72,"52":31,"55":6,"56":9,"57":3,"58":5,"59":29,"60":11,"61":28,"64":6,"65":6,"67":1,"68":17,"71":10,"74":1,"75":1,"76":1,"77":1,"78":1,"80":2,"81":1,"84":1,"85":7,"88":9,"90":1,"91":1,"92":1,"94":1,"95":1,"96":135,"98":2,"99":1,"101":1,"102":11,"104":1,"105":11,"109":1,"111":1,"112":1,"114":1,"115":10,"118":3,"119":3,"121":1,"122":1,"125":4,"126":3,"127":10,"128":1,"130":3,"133":2,"134":1,"135":12,"139":1,"140":1,"141":2,"142":1,"144":7,"145":1,"146":2,"147":3,"148":1,"149":2,"150":2,"151":14,"152":7,"153":1,"155":5,"156":2,"157":4,"158":1,"159":5,"160":2,"161":1,"162":4,"163":1,"164":1,"165":4,"166":8,"167":1,"168":2,"169":6,"172":2,"173":4,"174":3,"175":1,"176":1}}],["itererable",{"2":{"166":1}}],["iter",{"2":{"135":31}}],["iterate",{"2":{"46":2,"133":1,"135":5}}],["iteration",{"2":{"39":1}}],["iterators",{"2":{"18":1,"46":1,"50":5,"52":3,"58":1,"61":2,"127":1,"135":11,"144":6,"152":1}}],["iterator",{"2":{"6":2,"50":4,"58":2,"130":2,"135":2}}],["iterabletype",{"2":{"135":10}}],["iterable",{"2":{"4":1,"6":3,"23":1,"39":1,"52":1,"130":1,"135":37,"168":1}}],["iterables",{"2":{"1":2,"6":2,"27":1,"135":6}}],["ith",{"2":{"50":3,"61":7}}],["itself",{"2":{"52":1,"125":1,"133":1}}],["its",{"2":{"5":1,"6":10,"15":1,"23":1,"38":1,"46":1,"50":2,"52":4,"61":1,"74":1,"130":1,"135":1,"139":1,"155":1,"156":1,"157":1,"158":3,"173":1}}],["it",{"2":{"1":4,"4":1,"6":19,"9":1,"13":1,"15":2,"23":11,"24":2,"25":1,"27":1,"34":3,"35":1,"38":2,"39":3,"41":1,"42":1,"43":1,"45":1,"49":2,"50":2,"51":1,"52":2,"56":1,"57":1,"58":1,"59":4,"60":1,"61":3,"65":3,"68":1,"70":2,"73":3,"90":3,"96":14,"101":1,"102":1,"107":2,"117":3,"124":1,"125":2,"127":4,"128":3,"130":3,"133":3,"134":1,"135":15,"137":1,"138":1,"139":1,"141":1,"142":1,"147":5,"150":2,"151":1,"155":1,"157":1,"162":1,"163":2,"164":1,"165":7,"169":3,"170":3,"172":3,"175":2,"176":2}}],["iff",{"2":{"135":1}}],["if",{"0":{"62":1},"2":{"1":5,"3":17,"4":19,"5":1,"6":73,"13":1,"23":1,"27":2,"38":1,"39":6,"41":1,"42":15,"43":3,"46":5,"49":1,"50":95,"52":36,"55":8,"56":13,"57":12,"58":9,"59":44,"60":10,"61":22,"64":2,"65":8,"67":2,"68":35,"70":1,"71":2,"73":4,"74":3,"75":3,"76":2,"77":1,"78":1,"80":1,"81":1,"83":1,"84":1,"85":9,"87":1,"88":3,"90":5,"91":4,"92":2,"93":2,"94":1,"95":1,"96":132,"98":1,"99":1,"101":4,"102":16,"104":1,"105":2,"107":4,"108":3,"109":2,"110":2,"111":1,"112":1,"114":1,"115":2,"117":5,"118":3,"119":3,"120":1,"121":1,"122":1,"125":5,"127":35,"130":1,"133":1,"135":21,"138":1,"140":1,"141":2,"142":1,"144":12,"145":1,"146":1,"147":3,"148":2,"151":6,"152":2,"155":1,"157":12,"159":12,"160":1,"161":1,"164":1,"165":2,"169":1,"172":1,"174":2,"175":1}}],["isolate",{"2":{"155":1}}],["isodd",{"2":{"55":1}}],["istable",{"2":{"135":2}}],["isequal",{"2":{"127":1}}],["iseven",{"2":{"96":1}}],["isempty",{"2":{"39":1,"46":4,"52":1,"56":1,"57":2,"58":1,"127":1,"140":1,"157":1}}],["isparallel",{"2":{"96":1,"125":8}}],["is3d",{"2":{"68":1,"135":1,"146":1,"160":1,"161":1,"166":10}}],["issue",{"2":{"50":1}}],["issues",{"2":{"32":1}}],["isa",{"2":{"23":1,"46":9,"135":4,"166":1}}],["isnothing",{"2":{"43":1,"50":9,"55":1,"57":2,"59":2,"61":2,"68":1,"127":1,"148":1,"151":1,"155":1,"156":1,"157":5,"158":1,"159":6}}],["isn",{"2":{"6":1,"39":1,"50":4,"52":1,"55":1,"57":1,"59":3,"61":2,"65":3,"68":1,"70":1,"96":9,"102":1,"155":1,"165":1}}],["isconcave",{"0":{"125":1},"2":{"0":1,"6":2,"123":1,"125":3}}],["isclockwise",{"0":{"124":1},"2":{"0":1,"6":2,"52":1,"123":1,"125":5,"127":2}}],["is",{"0":{"38":2,"41":1,"48":1,"51":1,"54":1,"64":2,"67":1,"70":1,"80":1,"83":1,"87":1,"98":1,"101":1,"104":1,"114":1,"133":1},"2":{"0":1,"1":10,"3":8,"4":43,"5":1,"6":105,"9":3,"11":1,"12":1,"13":2,"15":3,"18":1,"19":1,"23":3,"24":1,"25":1,"27":3,"28":2,"32":2,"38":7,"39":19,"41":1,"42":19,"43":3,"44":2,"45":2,"46":15,"48":2,"49":5,"50":82,"51":3,"52":22,"54":1,"55":2,"56":4,"57":13,"58":4,"59":40,"60":7,"61":20,"64":8,"65":23,"68":13,"70":4,"71":4,"73":7,"74":3,"75":3,"76":1,"77":1,"78":1,"80":2,"81":3,"84":3,"85":3,"87":1,"88":5,"90":9,"91":4,"92":2,"93":1,"94":1,"95":1,"96":91,"99":2,"101":3,"102":12,"105":4,"107":2,"114":4,"115":5,"117":8,"118":3,"119":3,"120":1,"121":2,"122":1,"124":2,"125":7,"126":1,"127":11,"128":2,"130":1,"133":3,"134":1,"135":24,"136":7,"137":2,"138":1,"139":3,"140":2,"141":1,"142":4,"143":1,"144":2,"146":1,"147":7,"148":2,"149":3,"150":3,"151":9,"152":6,"154":1,"155":4,"156":1,"157":2,"158":1,"160":2,"162":1,"163":1,"164":1,"165":3,"168":4,"169":5,"170":3,"171":1,"172":3,"173":2,"174":5,"175":2}}],["cpu",{"2":{"175":1}}],["cy",{"2":{"125":2}}],["cyan",{"2":{"43":1,"148":1,"151":1}}],["cx",{"2":{"125":2}}],["cdot",{"2":{"125":1}}],["cs",{"2":{"96":9}}],["cshape",{"2":{"48":3}}],["cw",{"2":{"52":2}}],["cb",{"2":{"45":1,"127":1}}],["cgrad",{"2":{"45":1}}],["cgal",{"2":{"45":1}}],["c",{"2":{"39":1,"48":1,"52":4,"55":5,"62":3,"96":24,"151":1}}],["chunks",{"2":{"135":8}}],["chunk",{"2":{"135":12}}],["choose",{"2":{"127":2}}],["chose",{"2":{"29":1,"127":1}}],["changes",{"2":{"50":1}}],["changed",{"2":{"50":1}}],["change",{"2":{"29":1,"50":1}}],["chain=2",{"2":{"50":1}}],["chain=1",{"2":{"50":1}}],["chain",{"2":{"50":66,"57":3,"59":4,"61":4}}],["chains",{"2":{"25":1,"50":1}}],["chairmarks",{"2":{"18":1,"151":1,"155":1}}],["children",{"2":{"155":1}}],["child",{"2":{"6":2,"130":2,"135":7}}],["checkargs",{"2":{"156":1,"157":1,"158":1,"159":1}}],["checking",{"2":{"68":1,"157":1}}],["checks",{"0":{"85":1,"97":1},"1":{"98":1,"99":1},"2":{"43":1,"50":1,"59":1,"67":1,"70":1,"80":1,"83":1,"87":1,"96":5,"98":1,"101":1,"102":1,"104":1,"114":1,"174":1}}],["check",{"2":{"4":1,"6":1,"7":1,"49":1,"50":8,"52":3,"55":1,"56":1,"59":4,"60":1,"62":1,"68":8,"96":11,"127":5,"130":3,"131":1,"143":1,"145":1,"150":2,"157":1,"159":1}}],["checked",{"2":{"4":1,"6":1,"50":1,"59":1,"96":1,"145":1}}],["clear",{"2":{"51":1}}],["clearly",{"2":{"38":1,"41":1,"64":1}}],["clamped",{"2":{"59":18}}],["clamp",{"2":{"42":1,"59":1}}],["classified",{"2":{"50":1}}],["classify",{"2":{"50":4}}],["class",{"2":{"6":1,"127":1}}],["clipping",{"0":{"50":1,"56":1,"57":1,"59":1,"60":1,"61":1},"2":{"6":1,"9":1,"36":8,"50":9,"55":3,"56":1,"58":1,"60":1,"142":1}}],["closure",{"2":{"135":2}}],["closing",{"2":{"42":1}}],["close",{"2":{"42":5,"50":2,"52":1,"55":1,"59":1,"65":9,"127":1,"137":1,"138":4}}],["closest",{"2":{"4":3,"6":3,"59":2,"64":1,"65":6}}],["closed2",{"2":{"68":2}}],["closed1",{"2":{"68":2}}],["closed",{"0":{"136":1},"1":{"137":1,"138":1},"2":{"4":4,"6":11,"9":1,"36":1,"39":3,"42":6,"49":3,"50":1,"52":1,"59":1,"61":3,"68":21,"73":2,"74":5,"75":5,"90":2,"91":5,"92":3,"96":52,"108":5,"109":1,"117":3,"118":5,"119":5,"125":1,"127":1,"136":1,"137":1,"138":2,"139":1,"141":1,"168":1}}],["closedring",{"2":{"0":1,"6":1,"136":1,"137":1,"138":4,"139":1,"140":1,"141":1}}],["clockwise",{"2":{"4":1,"6":4,"9":1,"30":1,"38":1,"39":1,"52":7,"124":2,"125":3,"127":1}}],["ceil",{"2":{"152":1}}],["ce",{"2":{"96":11}}],["certianly",{"2":{"59":1}}],["certain",{"2":{"22":1,"23":1,"34":1}}],["central",{"2":{"50":1}}],["centroids",{"2":{"48":1,"49":1}}],["centroid",{"0":{"47":1,"48":1},"1":{"48":1,"49":1},"2":{"0":4,"4":2,"6":6,"36":1,"47":3,"48":4,"49":38,"128":1,"155":4}}],["cent",{"2":{"48":2}}],["centered",{"2":{"50":1}}],["center",{"2":{"6":1,"48":1,"127":1}}],["cells",{"2":{"127":1}}],["cell",{"2":{"6":4,"51":3,"52":28,"127":2}}],["c2",{"2":{"6":3,"20":2,"65":3,"68":14,"127":21}}],["c1",{"2":{"6":3,"20":2,"65":4,"68":13,"127":26}}],["ctor",{"2":{"1":1,"6":1,"160":1}}],["ca96624a56bd078437bca8184e78163e5039ad19",{"2":{"155":1}}],["caculated",{"2":{"59":1,"135":1}}],["cache",{"2":{"6":1,"46":1}}],["catagorize",{"2":{"55":1}}],["categorical",{"2":{"45":1}}],["came",{"2":{"55":1}}],["case",{"2":{"42":1,"44":2,"49":1,"50":1,"56":1,"59":2,"61":1,"96":16,"135":1,"176":1}}],["cases",{"2":{"6":1,"13":1,"46":1,"55":2,"96":3,"133":1,"135":5}}],["cause",{"2":{"23":1,"28":1,"157":1}}],["cairomakie",{"2":{"18":1,"38":1,"41":1,"45":2,"48":1,"51":1,"54":1,"64":1,"67":1,"70":1,"80":1,"83":1,"87":1,"98":1,"101":1,"104":1,"114":1,"150":1,"151":1,"155":1,"167":1,"174":1,"175":1}}],["careful",{"2":{"46":1,"133":1}}],["care",{"2":{"22":1}}],["cartesian",{"2":{"13":1,"14":1}}],["carree",{"2":{"12":1}}],["carried",{"2":{"6":1,"165":1}}],["california",{"2":{"175":1}}],["callable",{"2":{"127":4,"140":1}}],["calling",{"2":{"50":2,"135":1}}],["calls",{"2":{"50":1,"59":1,"61":1,"65":1,"71":1,"88":1,"105":1,"115":1,"133":1,"135":1,"152":1}}],["call",{"2":{"23":1,"29":1,"39":1,"49":1,"135":4,"153":1}}],["called",{"2":{"6":2,"49":3,"50":1,"135":1,"138":1,"140":1,"141":1,"165":1,"169":1}}],["calcualted",{"2":{"135":1}}],["calculation",{"2":{"59":1}}],["calculations",{"2":{"6":1,"32":2,"59":1,"151":1}}],["calculating",{"2":{"4":1,"6":1,"23":1,"50":1,"145":1}}],["calculated",{"2":{"6":1,"48":2,"52":1,"59":1,"65":1,"135":2}}],["calculates",{"2":{"4":2,"6":6,"39":1,"46":2,"52":1,"59":2,"60":1,"65":2,"151":1,"158":1}}],["calculate",{"2":{"1":2,"5":1,"6":6,"11":1,"42":3,"46":3,"49":1,"52":1,"59":1,"96":1,"127":1,"132":1,"135":3}}],["calc",{"2":{"1":2,"6":4,"29":1,"42":4,"132":1,"134":1,"135":15,"145":1,"155":2,"164":1}}],["cant",{"2":{"68":1,"127":1,"166":1}}],["cannot",{"2":{"3":3,"4":2,"6":5,"39":1,"68":1,"73":1,"76":1,"102":2,"105":1,"107":2,"109":1,"120":1}}],["can",{"2":{"1":1,"4":2,"6":16,"7":2,"9":1,"12":1,"15":1,"18":1,"19":1,"29":1,"30":2,"36":1,"39":1,"42":1,"43":1,"44":2,"45":1,"46":3,"49":1,"50":3,"52":1,"56":3,"58":3,"59":1,"60":3,"61":1,"67":1,"68":3,"70":1,"80":1,"85":1,"87":1,"96":23,"98":2,"101":2,"102":3,"104":1,"108":1,"109":1,"114":1,"117":1,"118":1,"119":1,"126":1,"127":1,"128":1,"130":1,"134":1,"135":7,"137":2,"138":1,"141":1,"142":2,"143":1,"145":1,"148":1,"150":1,"151":2,"155":2,"165":1,"168":6,"169":1,"170":3,"172":3,"173":3,"174":3}}],["critetia",{"2":{"157":1}}],["criteria",{"2":{"71":2,"88":2,"105":2,"115":2,"157":2}}],["creation",{"2":{"168":1,"170":1}}],["creating",{"0":{"167":1,"168":1,"171":1},"1":{"168":1,"169":1,"170":1,"171":1,"172":1},"2":{"96":1}}],["creates",{"2":{"7":1,"50":3}}],["create",{"0":{"170":1},"2":{"6":2,"18":2,"19":1,"50":1,"55":1,"59":2,"127":2,"135":1,"141":2,"142":3,"144":2,"167":2,"168":4,"169":5,"170":3,"171":1,"172":1,"174":1}}],["created",{"2":{"4":2,"6":2,"50":1,"65":3}}],["cropping",{"2":{"45":2}}],["cross=1",{"2":{"58":1}}],["cross`",{"2":{"58":1}}],["crossings",{"2":{"50":3,"96":1}}],["crossing",{"0":{"85":1},"2":{"6":2,"50":81,"56":1,"57":7,"58":3,"59":7,"60":1,"61":6,"71":1,"85":1,"96":1,"115":1}}],["cross",{"0":{"112":1},"2":{"6":1,"9":1,"42":3,"50":13,"55":14,"56":2,"57":1,"58":2,"59":10,"60":2,"61":1,"62":4,"71":1,"85":2,"88":1,"96":17,"102":2,"105":1,"115":1,"125":3}}],["crosses",{"2":{"0":2,"3":2,"6":3,"36":1,"50":1,"55":1,"85":26,"96":2,"173":1}}],["crc",{"2":{"6":1,"46":1}}],["crs2",{"2":{"169":2}}],["crs1",{"2":{"169":2,"170":1}}],["crs`",{"2":{"147":6}}],["crs=nothing",{"2":{"135":1,"145":1,"155":1}}],["crs=gi",{"2":{"135":7}}],["crs",{"0":{"13":1,"14":1,"15":1,"16":1,"169":1},"2":{"1":16,"4":2,"6":10,"12":1,"13":2,"14":1,"15":3,"16":3,"127":10,"132":2,"134":3,"135":27,"145":1,"147":7,"155":1,"167":1,"169":13,"170":7,"172":1}}],["customize",{"2":{"135":2}}],["custom",{"0":{"176":1},"2":{"6":1,"46":1,"176":2}}],["curr^2",{"2":{"42":2}}],["curr",{"2":{"42":8,"50":114,"55":9,"61":3,"144":26}}],["currentnode",{"2":{"127":8}}],["current",{"2":{"42":1,"46":8,"50":3,"55":2,"57":1,"59":1,"61":6,"127":2,"144":3}}],["currently",{"2":{"5":1,"6":3,"13":1,"28":1,"46":1,"50":1,"55":1,"57":2,"127":1,"135":1}}],["curve",{"0":{"96":1},"2":{"3":1,"4":7,"6":18,"39":7,"42":6,"50":5,"52":3,"58":7,"64":1,"65":22,"68":6,"71":2,"73":4,"74":9,"75":9,"88":1,"90":4,"91":6,"92":3,"96":152,"102":1,"105":1,"108":6,"110":3,"115":1,"117":4,"118":6,"119":6}}],["curves",{"2":{"0":1,"3":1,"6":5,"39":3,"52":3,"59":1,"64":1,"65":1,"68":13,"76":1,"96":1,"102":1,"120":1,"155":2}}],["cutpolygon",{"2":{"54":1}}],["cuts",{"2":{"54":1}}],["cutting",{"0":{"53":1},"1":{"54":1,"55":1},"2":{"50":1,"55":2}}],["cut",{"0":{"54":1},"2":{"0":1,"6":6,"36":1,"46":1,"53":1,"54":5,"55":22,"96":1}}],["cos",{"2":{"168":3,"169":1,"170":2}}],["copy",{"2":{"140":1,"159":1}}],["coors1",{"2":{"125":2}}],["coors2",{"2":{"125":3}}],["coord",{"2":{"152":6}}],["coords",{"2":{"55":9,"152":8}}],["coordsys",{"2":{"16":1}}],["coordiantes",{"2":{"51":1}}],["coordinatetransformations",{"2":{"1":2,"6":2,"155":1,"160":2,"167":1,"168":5,"170":2}}],["coordinate",{"0":{"12":1,"46":1,"146":1,"169":1,"170":1},"1":{"13":1,"14":1,"15":1,"16":1},"2":{"1":4,"5":5,"6":7,"12":2,"16":1,"32":1,"45":2,"46":10,"135":1,"147":4,"152":1,"167":3,"169":1}}],["coordinates",{"0":{"5":1,"44":1},"1":{"45":1,"46":1},"2":{"0":4,"1":1,"4":2,"5":7,"6":20,"12":1,"13":2,"39":2,"44":8,"46":25,"50":2,"55":2,"56":1,"58":1,"60":1,"65":1,"68":2,"128":1,"146":2,"147":1,"150":1,"151":3,"169":2}}],["co",{"2":{"96":2}}],["corner",{"2":{"52":4,"127":1}}],["corners",{"2":{"52":1}}],["correspondent",{"2":{"125":1}}],["correspond",{"2":{"50":1}}],["corresponding",{"2":{"15":1,"42":3,"57":2}}],["correctly",{"2":{"150":1}}],["corrected",{"2":{"140":1}}],["correctness",{"2":{"136":1,"165":1}}],["correcting",{"2":{"25":1,"140":1}}],["corrections",{"0":{"139":1,"141":1},"1":{"140":1,"141":1},"2":{"137":1,"140":6,"143":1}}],["correction",{"2":{"6":10,"36":4,"56":1,"57":2,"58":1,"59":2,"60":1,"61":2,"136":1,"138":2,"139":2,"140":8,"141":7,"142":1,"144":2}}],["correct",{"2":{"6":3,"29":1,"39":1,"42":1,"49":1,"50":1,"52":1,"56":1,"58":1,"60":1,"65":1,"68":1,"71":1,"88":1,"102":1,"105":1,"115":1,"136":1,"137":2,"139":1}}],["cov",{"2":{"52":16}}],["cover",{"2":{"73":1,"77":1}}],["covering",{"2":{"6":2,"83":1,"141":2,"144":2}}],["covered",{"0":{"75":1,"76":1,"119":1},"2":{"3":1,"6":1,"57":1,"61":1,"70":1,"71":1,"75":2,"76":2,"77":1,"78":2,"83":1,"95":2,"96":3,"144":1}}],["coveredby",{"0":{"69":1,"70":1,"73":1,"74":1,"77":1,"78":1,"95":1},"1":{"70":1,"71":1},"2":{"0":2,"3":4,"6":4,"36":1,"50":1,"69":1,"70":3,"71":10,"72":6,"73":13,"74":15,"75":13,"76":5,"77":2,"78":2,"84":3,"173":1}}],["covers",{"0":{"82":1,"83":1},"1":{"83":1,"84":1},"2":{"0":2,"3":5,"6":5,"36":1,"82":1,"83":4,"84":5,"127":1,"173":1}}],["coverages",{"2":{"6":1,"52":1}}],["coverage",{"0":{"51":1},"2":{"0":1,"6":2,"36":1,"51":3,"52":16}}],["codes",{"2":{"16":3}}],["code",{"2":{"7":1,"10":1,"46":1,"71":1,"88":1,"96":1,"105":1,"115":1,"125":1,"162":1,"164":1,"175":1}}],["coarse",{"2":{"6":1,"149":1,"152":1}}],["combos",{"2":{"57":1,"59":1,"61":1}}],["combines",{"2":{"49":1}}],["combine",{"2":{"49":2,"50":5,"144":1}}],["combined",{"2":{"6":1,"50":4,"61":1,"141":1,"144":2,"168":1}}],["combination",{"2":{"6":1,"50":1,"130":1,"135":1}}],["coming",{"2":{"52":1}}],["commonly",{"2":{"172":1}}],["common",{"2":{"152":1,"167":1,"169":1,"170":1}}],["commen",{"2":{"67":1}}],["commented",{"2":{"125":1}}],["comments",{"2":{"96":1}}],["comment",{"2":{"35":1}}],["community",{"2":{"15":1}}],["com",{"2":{"6":2,"59":1,"155":1}}],["compilation",{"2":{"164":1}}],["compiled",{"2":{"29":1}}],["compiler",{"2":{"29":1,"135":2,"164":2}}],["complex",{"2":{"128":1,"155":1,"173":1}}],["complexity",{"2":{"6":1,"128":1,"152":1}}],["completly",{"2":{"50":2,"57":1,"61":1,"80":2,"83":1,"96":1}}],["complete",{"2":{"39":1}}],["completely",{"2":{"1":1,"3":4,"6":5,"15":1,"71":1,"81":1,"84":1,"115":1,"135":1}}],["component",{"2":{"6":1,"39":3,"49":11,"52":8,"59":1,"130":1,"135":3}}],["components",{"2":{"6":2,"48":1,"49":2,"130":2,"135":24}}],["composed",{"2":{"4":4,"6":5,"68":5,"168":2}}],["comprised",{"2":{"6":3,"56":1,"58":1,"60":1}}],["computing",{"2":{"43":1}}],["computations",{"2":{"13":1}}],["computational",{"2":{"6":1,"46":1}}],["computation",{"2":{"6":6,"46":1,"49":1,"56":1,"58":1,"60":1,"156":2,"157":2,"158":2}}],["computer",{"2":{"6":1,"46":1}}],["compute",{"2":{"4":1,"6":1,"39":1,"46":1,"152":1}}],["computed",{"2":{"4":4,"6":5,"39":3,"42":1,"46":3,"52":1}}],["compact",{"2":{"175":3}}],["comparisons",{"2":{"173":1}}],["comparing",{"2":{"61":1,"68":1}}],["compares",{"2":{"127":1}}],["compared",{"2":{"68":1}}],["compare",{"2":{"3":1,"4":1,"6":2,"42":1,"61":1,"68":2,"102":1}}],["compatibility",{"2":{"39":1}}],["compatible",{"2":{"1":3,"6":1,"27":1,"32":1,"39":1,"42":1,"46":2,"49":1,"52":1,"65":1,"68":1,"71":1,"81":1,"84":1,"88":1,"99":1,"102":1,"105":1,"115":1,"133":1,"135":1,"147":2}}],["couple",{"2":{"171":1}}],["course",{"2":{"134":1}}],["country",{"2":{"175":8}}],["countries",{"2":{"11":1,"155":1}}],["counted",{"2":{"59":2}}],["counters",{"2":{"46":8}}],["counter",{"2":{"6":1,"50":7,"96":1,"124":1,"125":1}}],["counterclockwise",{"2":{"4":1,"6":1,"9":1,"30":1,"38":2,"39":1}}],["count",{"2":{"50":16,"127":1,"159":1}}],["couldn",{"2":{"9":1,"164":1}}],["could",{"2":{"4":1,"6":1,"39":3,"59":4,"61":1,"65":1,"96":2,"147":1}}],["colname",{"2":{"135":3}}],["col",{"2":{"135":3}}],["collinear",{"2":{"50":5,"56":2,"58":2,"59":12,"60":2}}],["collect",{"2":{"11":3,"18":1,"38":2,"41":1,"46":1,"48":1,"51":2,"54":2,"64":1,"127":3,"135":3,"150":4,"166":2}}],["collections",{"0":{"77":1,"78":1,"94":1,"95":1,"111":1,"112":1,"121":1,"122":1},"2":{"1":2,"6":10,"27":1,"134":1,"135":7,"155":2,"172":1}}],["collection",{"2":{"1":1,"4":7,"6":13,"23":2,"34":2,"39":3,"42":2,"52":2,"65":2,"77":2,"78":2,"94":2,"95":2,"111":2,"112":2,"121":2,"122":2,"128":1,"135":3,"155":1,"161":1,"166":1}}],["column",{"2":{"27":1,"135":16,"171":2,"173":2}}],["colored",{"2":{"174":1}}],["colors",{"2":{"174":2}}],["color=",{"2":{"169":2}}],["colorrange",{"2":{"45":2,"64":1}}],["colorbar",{"2":{"45":1,"64":1,"127":1}}],["colormap",{"2":{"19":1,"45":3,"64":1}}],["color",{"2":{"6":3,"38":1,"43":1,"45":2,"46":1,"48":1,"54":3,"64":2,"67":4,"70":1,"80":4,"83":1,"87":4,"101":4,"114":4,"148":1,"151":1,"168":1,"169":1,"174":5}}],["colinear",{"2":{"3":1,"6":2,"58":1,"101":1,"102":2}}],["conditions",{"2":{"173":1}}],["conencting",{"2":{"157":1}}],["connected",{"2":{"96":5}}],["connect",{"2":{"52":11}}],["connecting",{"2":{"42":1,"168":2}}],["connections",{"2":{"6":2,"141":2,"144":2}}],["convention",{"2":{"48":1}}],["convenience",{"2":{"46":1,"165":1}}],["convexhull",{"2":{"126":1}}],["convex",{"2":{"42":3,"125":1}}],["conversely",{"2":{"50":1}}],["conversion",{"0":{"161":1},"2":{"27":1}}],["converted",{"2":{"27":1,"46":3}}],["converts",{"2":{"6":1,"166":1}}],["convert",{"0":{"72":1,"89":1,"106":1,"116":1},"2":{"6":3,"16":1,"46":6,"64":1,"127":2,"151":1,"155":3,"161":1,"165":1,"166":1}}],["conflicting",{"2":{"30":1}}],["context",{"2":{"151":4,"169":2}}],["contents",{"2":{"135":1,"136":1}}],["contours",{"2":{"127":1}}],["contour",{"2":{"127":4}}],["continue",{"2":{"39":1,"50":7,"52":1,"57":2,"59":1,"96":1,"140":1,"144":3,"159":1,"175":1}}],["contributions",{"2":{"32":1}}],["controlled",{"2":{"29":1}}],["control",{"2":{"28":1}}],["containing",{"2":{"51":1,"174":1}}],["contain",{"2":{"3":1,"6":1,"61":1,"80":1,"102":1,"168":1}}],["contained",{"2":{"3":1,"6":1,"9":1,"61":4,"81":1,"83":1,"101":1,"102":1,"135":1,"174":1}}],["contains",{"0":{"79":1,"80":1},"1":{"80":1,"81":1},"2":{"0":2,"3":4,"6":4,"36":1,"50":1,"61":1,"79":1,"80":5,"81":4,"133":1,"143":1,"173":1,"174":1}}],["consistent",{"2":{"50":1,"128":1}}],["consistency",{"2":{"27":1}}],["considered",{"2":{"42":1,"46":1}}],["consider",{"2":{"38":1,"41":1,"48":1,"51":1,"52":3,"54":1,"64":2,"67":1,"70":1,"80":1,"83":1,"87":1,"96":3,"98":1,"101":1,"104":1,"114":1}}],["constprop",{"2":{"85":1}}],["constants",{"2":{"50":1}}],["const",{"2":{"36":4,"50":1,"71":4,"88":3,"105":4,"115":4,"132":3,"135":1,"155":4}}],["constrained",{"2":{"6":3,"56":1,"58":1,"60":1}}],["constructing",{"2":{"170":1}}],["construct",{"2":{"163":1}}],["constructors",{"2":{"6":2,"163":2}}],["constructed",{"2":{"1":1,"25":1,"147":1}}],["concepts",{"0":{"33":1},"1":{"34":1,"35":1}}],["concieve",{"2":{"9":1}}],["concavehull",{"2":{"126":1}}],["concave",{"2":{"6":1,"42":2,"48":2,"125":2}}],["vw",{"2":{"155":3}}],["von",{"2":{"127":1}}],["v2",{"2":{"96":9}}],["v1",{"2":{"96":9}}],["v`",{"2":{"46":2}}],["vcat",{"2":{"42":1,"46":1,"135":1}}],["vararg",{"2":{"46":1}}],["vary",{"2":{"42":1}}],["variables",{"2":{"29":1,"46":8,"81":1,"84":1,"99":1}}],["variable",{"2":{"29":1,"57":2}}],["vals",{"2":{"157":9}}],["valign",{"2":{"155":1}}],["validated",{"2":{"57":2,"59":2,"61":2}}],["validate",{"2":{"9":1}}],["valid",{"2":{"1":1,"6":8,"49":1,"56":2,"58":2,"59":3,"60":2,"127":1,"136":3,"137":1,"142":1,"143":1,"159":1,"160":1}}],["val",{"2":{"42":2,"50":2,"59":8,"96":30,"102":4}}],["values=",{"2":{"127":2}}],["values=sort",{"2":{"127":1}}],["values",{"2":{"1":1,"5":3,"6":16,"42":2,"45":3,"46":40,"49":2,"50":5,"52":5,"59":1,"65":2,"96":4,"127":19,"135":2,"157":2,"159":1,"164":1}}],["value",{"2":{"0":1,"4":7,"5":2,"6":15,"19":1,"29":1,"38":2,"39":4,"42":1,"46":45,"50":5,"52":2,"59":7,"64":1,"65":3,"127":6,"157":11,"165":2,"173":1}}],["vs",{"0":{"20":1},"2":{"17":1,"59":2}}],["vᵢ",{"2":{"6":1}}],["v0",{"2":{"6":2}}],["v",{"2":{"5":2,"6":6,"19":4,"46":23,"65":8}}],["visvalingam",{"2":{"153":1}}],["visvalingamwhyatt",{"0":{"158":1},"2":{"0":1,"6":3,"155":4,"158":5}}],["visualized",{"2":{"137":1}}],["visualize",{"2":{"98":1,"169":1}}],["visa",{"2":{"50":1}}],["visited",{"2":{"50":4}}],["view",{"2":{"50":2,"127":1,"144":1,"157":3,"175":1}}],["viewport",{"2":{"19":1}}],["views",{"2":{"1":1,"50":1,"60":1,"147":1}}],["via",{"2":{"6":1,"43":1,"126":1,"148":1,"151":1,"165":2}}],["vect",{"2":{"135":2}}],["vectypes",{"2":{"46":5}}],["vector",{"2":{"1":12,"4":6,"5":1,"6":46,"23":1,"28":1,"34":1,"41":1,"42":10,"46":14,"50":7,"55":6,"56":4,"57":1,"58":2,"59":3,"60":4,"96":1,"102":2,"125":3,"127":4,"128":1,"135":6,"137":8,"138":1,"143":22,"149":1,"150":1,"152":1,"155":1,"156":1,"157":4,"158":1,"159":2,"160":10,"166":15,"168":18,"169":6,"170":9}}],["vectors",{"2":{"1":1,"4":2,"6":5,"27":1,"42":4,"46":3,"50":1,"65":1,"124":1,"127":1,"135":2,"155":1}}],["ve",{"2":{"22":1,"152":1}}],["vein",{"2":{"7":1}}],["version",{"2":{"165":1}}],["versa",{"2":{"50":1}}],["verbose",{"2":{"15":1}}],["vert",{"2":{"159":21}}],["verts",{"2":{"155":2}}],["vertical",{"2":{"45":1,"52":1,"59":1,"127":1}}],["vertices",{"2":{"6":7,"9":1,"30":1,"44":4,"46":5,"50":1,"55":2,"73":1,"75":5,"87":1,"90":3,"93":1,"96":1,"117":1,"137":1,"149":2,"150":1,"151":3,"152":3,"155":1,"158":1}}],["vertex",{"2":{"5":1,"6":2,"42":1,"44":2,"46":2,"50":19,"59":12,"73":2,"91":2,"92":1,"96":1,"117":3}}],["very",{"2":{"0":1,"150":1,"175":2}}],["tnew",{"2":{"135":1}}],["ty",{"2":{"127":3}}],["typically",{"2":{"44":1,"171":1}}],["typing",{"2":{"43":1,"148":1,"151":1}}],["typemax",{"2":{"65":1,"127":9}}],["typeof",{"2":{"24":1,"46":3,"135":2,"163":1,"176":1}}],["type2",{"2":{"6":2,"68":4}}],["type1",{"2":{"6":2,"68":5}}],["types",{"0":{"131":1,"162":1},"1":{"163":1,"164":1,"165":1},"2":{"6":4,"28":1,"29":1,"36":1,"46":3,"52":1,"55":1,"96":3,"155":1,"162":3,"164":1,"173":1}}],["type",{"2":{"4":11,"5":1,"6":61,"11":1,"15":2,"27":2,"28":1,"29":2,"35":2,"39":11,"42":9,"45":1,"46":8,"49":8,"50":21,"52":8,"55":6,"56":7,"57":6,"58":8,"59":19,"60":7,"61":5,"65":28,"68":2,"130":2,"135":42,"139":1,"140":6,"141":6,"146":1,"151":1,"152":1,"155":3,"161":1,"163":3,"164":5,"165":1,"166":3}}],["tx",{"2":{"127":3}}],["tᵢ",{"2":{"46":1}}],["temporary",{"2":{"50":1}}],["term",{"2":{"39":1}}],["terms",{"2":{"6":1,"46":1}}],["technically",{"2":{"28":1,"136":1}}],["technique",{"2":{"11":1}}],["tell",{"2":{"23":1,"96":1,"164":1,"176":1}}],["test",{"2":{"50":1,"155":2,"165":1}}],["testing",{"0":{"20":1}}],["tests",{"2":{"9":2}}],["text",{"2":{"15":2}}],["tutorial",{"2":{"167":1,"173":1}}],["tups",{"2":{"138":4}}],["tuplepoint",{"2":{"36":3,"166":1}}],["tuple",{"0":{"161":1},"2":{"4":1,"6":19,"36":2,"46":2,"49":3,"50":5,"52":3,"55":1,"59":31,"96":17,"125":2,"127":5,"135":2,"137":6,"143":13,"150":1,"155":2,"157":1,"159":2,"166":6,"168":99,"174":2}}],["tuples",{"2":{"0":1,"6":2,"36":1,"43":1,"49":1,"50":1,"55":1,"56":3,"57":1,"58":2,"59":1,"60":4,"61":5,"138":2,"144":2,"155":2,"161":2,"175":2}}],["turf",{"2":{"125":1}}],["turned",{"2":{"127":1,"135":1}}],["turning",{"2":{"127":8}}],["turn",{"2":{"6":1,"127":1}}],["t2",{"2":{"6":5,"46":47,"72":1,"85":2,"106":1,"116":1}}],["t1",{"2":{"6":6,"46":51,"85":2}}],["t=float64",{"2":{"4":1,"6":3,"49":3}}],["two",{"2":{"3":5,"4":10,"6":23,"15":1,"28":2,"38":1,"42":2,"46":1,"49":1,"50":6,"52":3,"56":2,"58":1,"59":14,"60":4,"61":3,"65":5,"67":3,"68":12,"70":1,"80":2,"81":1,"83":1,"84":1,"85":1,"87":1,"96":2,"98":2,"99":2,"101":4,"102":5,"104":3,"105":1,"114":2,"127":3,"140":2,"141":1,"143":2,"144":2,"150":1,"165":1,"168":1,"173":3,"174":3}}],["task",{"2":{"135":6}}],["tasks",{"2":{"135":10}}],["taskrange",{"2":{"135":10}}],["tags",{"2":{"50":4}}],["taget",{"2":{"6":2}}],["taylor",{"2":{"6":1,"46":1}}],["table2",{"2":{"173":1}}],["table1",{"2":{"173":3}}],["tables",{"2":{"27":4,"36":1,"135":11}}],["table",{"0":{"16":1,"171":1},"2":{"6":1,"16":1,"23":1,"31":1,"34":2,"135":12,"155":1,"171":1,"172":1,"173":1}}],["taking",{"2":{"6":3,"49":1,"56":1,"57":1,"58":1,"59":1,"60":1,"61":1,"142":1}}],["takes",{"2":{"50":3,"173":1}}],["taken",{"2":{"25":1,"45":1}}],["take",{"2":{"1":1,"6":2,"34":1,"50":3,"56":1,"57":1,"58":1,"59":1,"61":1,"125":2,"127":2,"128":1,"147":1}}],["target=nothing",{"2":{"56":1,"58":1,"60":1}}],["target=gi",{"2":{"50":1}}],["targets",{"2":{"28":1,"39":3,"42":2,"52":3,"65":3}}],["target",{"0":{"28":1},"2":{"1":14,"6":28,"20":3,"27":2,"28":2,"46":1,"49":2,"50":1,"56":5,"57":11,"58":6,"59":10,"60":4,"61":13,"127":1,"128":1,"130":4,"133":5,"134":1,"135":142,"144":2,"147":3,"155":2,"163":3}}],["tilted",{"2":{"52":1}}],["tie",{"2":{"42":1}}],["timings",{"2":{"18":5}}],["timing",{"2":{"18":2}}],["times",{"2":{"4":1,"6":1,"145":1}}],["time",{"2":{"1":5,"18":3,"29":1,"45":1,"127":1,"147":4,"165":1,"168":1,"169":1,"170":2,"174":1,"175":1}}],["title",{"2":{"18":2,"45":2,"127":1,"151":1,"155":2}}],["tip",{"2":{"1":1,"5":1,"6":1,"46":1,"147":1,"173":1}}],["tree",{"2":{"173":1}}],["treating",{"2":{"155":1}}],["treats",{"2":{"39":1,"65":1}}],["treated",{"2":{"14":1,"96":5,"168":1}}],["trials",{"2":{"151":2,"155":2}}],["triangles",{"2":{"44":1}}],["triangle",{"2":{"6":1,"44":4,"158":4,"174":1}}],["trivially",{"2":{"128":1}}],["try",{"2":{"62":3,"127":1,"133":1,"135":9,"175":1}}],["tr",{"2":{"39":3}}],["trues",{"2":{"144":3}}],["true",{"0":{"29":1},"2":{"1":5,"3":25,"4":3,"6":42,"39":1,"42":7,"43":1,"45":2,"50":30,"52":6,"55":1,"56":1,"57":2,"58":1,"59":1,"60":2,"61":3,"65":4,"68":21,"70":2,"71":6,"73":1,"74":1,"75":4,"77":1,"78":1,"80":1,"81":1,"83":2,"84":1,"85":9,"87":2,"88":2,"90":1,"91":1,"92":3,"94":1,"95":1,"96":78,"98":3,"99":1,"101":2,"102":18,"104":2,"105":6,"108":1,"109":1,"111":1,"112":1,"114":2,"115":7,"117":1,"118":1,"119":4,"121":1,"122":1,"125":4,"127":5,"135":8,"144":1,"148":1,"151":1,"155":1,"164":2,"173":1,"176":1}}],["traditional",{"2":{"127":1}}],["traverse",{"2":{"50":1}}],["traced",{"2":{"50":1}}],["traces",{"2":{"50":1}}],["trace",{"2":{"50":2,"56":1,"58":1,"60":1}}],["track",{"2":{"50":3,"144":2}}],["tracing",{"2":{"6":1,"50":4,"52":1,"57":5,"59":2,"61":2}}],["transverse",{"2":{"169":1}}],["translate",{"2":{"45":2}}],["translation",{"2":{"1":2,"6":2,"155":2,"160":2,"168":3,"170":1}}],["transformations",{"2":{"12":1,"16":1,"36":10}}],["transformation",{"0":{"160":1},"2":{"6":1,"127":1,"139":1,"147":1,"167":1}}],["transform",{"2":{"0":2,"1":6,"6":3,"20":2,"36":1,"128":1,"147":2,"155":1,"160":4,"168":4,"170":1}}],["trait`",{"2":{"135":1}}],["trait2",{"2":{"65":10,"68":2,"90":2,"91":2,"102":2,"107":2,"109":2,"110":2}}],["trait1",{"2":{"65":12,"68":2,"90":2,"91":2,"102":2,"107":2,"109":2,"110":2}}],["traits",{"2":{"6":2,"23":1,"102":1,"133":2,"140":2,"155":2,"163":3}}],["trait",{"2":{"1":5,"3":2,"4":2,"6":17,"23":7,"25":1,"27":1,"36":1,"39":5,"42":2,"46":6,"49":7,"52":2,"55":3,"56":2,"57":2,"58":6,"59":4,"60":2,"61":2,"65":7,"68":11,"71":3,"85":2,"88":3,"96":4,"102":10,"105":3,"115":3,"125":1,"128":1,"130":2,"133":3,"135":49,"140":9,"141":1,"152":1,"155":2,"163":8,"166":7,"168":1}}],["traittarget",{"0":{"163":1},"2":{"0":1,"1":2,"6":8,"39":1,"42":1,"49":1,"52":1,"56":2,"57":4,"58":3,"59":4,"60":2,"61":4,"65":1,"128":2,"131":1,"135":10,"152":1,"155":1,"162":1,"163":20}}],["those",{"2":{"42":1,"50":1,"59":1,"73":1,"117":1}}],["though",{"2":{"25":1,"137":1}}],["thought",{"2":{"12":1}}],["thus",{"2":{"39":1,"42":1,"50":3,"57":1,"59":1,"61":1}}],["thing",{"0":{"35":1}}],["things",{"2":{"9":1}}],["this",{"0":{"35":1},"2":{"0":1,"1":1,"3":1,"4":6,"5":1,"6":27,"7":1,"15":2,"16":1,"23":1,"28":3,"29":2,"30":1,"32":2,"34":1,"36":1,"38":2,"39":9,"41":2,"42":6,"43":2,"45":3,"46":11,"48":1,"49":4,"50":26,"51":1,"52":4,"54":1,"55":5,"57":1,"59":5,"60":1,"61":2,"62":1,"64":4,"65":6,"68":4,"70":3,"71":3,"78":1,"80":1,"81":2,"83":1,"84":2,"85":1,"88":3,"95":1,"96":3,"99":2,"101":1,"102":4,"105":3,"112":1,"114":1,"115":3,"122":1,"124":1,"125":3,"126":2,"127":8,"128":2,"133":2,"135":17,"136":3,"138":3,"139":1,"140":6,"141":7,"142":4,"144":3,"145":2,"146":2,"147":4,"148":3,"149":3,"150":5,"151":5,"152":4,"153":2,"155":3,"159":9,"160":1,"161":1,"162":3,"163":2,"164":3,"165":2,"166":1,"167":1,"168":2,"169":4,"170":3,"171":3,"172":1,"173":3,"174":3,"175":3,"176":1}}],["three",{"2":{"44":1,"59":1}}],["thread",{"2":{"135":6}}],["threading",{"0":{"135":1},"2":{"135":7,"164":1}}],["threads",{"2":{"1":1,"6":1,"135":10}}],["threaded=",{"2":{"135":8}}],["threaded=true",{"2":{"135":1}}],["threaded=false",{"2":{"39":1,"49":4,"52":2,"65":8,"135":2,"145":1,"155":1}}],["threaded==true",{"2":{"1":1,"6":1,"135":1}}],["threaded",{"2":{"1":3,"4":1,"6":7,"29":1,"39":1,"42":2,"49":3,"52":3,"65":5,"132":1,"135":47,"145":1,"152":6,"155":1,"164":2}}],["through",{"2":{"6":4,"42":1,"46":1,"50":3,"52":1,"54":1,"55":2,"71":1,"96":5,"115":1,"127":1,"133":1,"135":1,"141":2,"144":2,"157":1,"165":1,"168":1}}],["thrown",{"2":{"133":1}}],["throws",{"2":{"6":1,"165":1}}],["throw",{"2":{"4":1,"6":1,"61":1,"68":1,"127":1,"135":5}}],["than",{"2":{"1":1,"3":1,"6":11,"11":1,"50":2,"73":1,"85":1,"102":1,"117":1,"125":1,"127":2,"134":1,"135":1,"141":2,"142":1,"143":1,"144":2,"149":1,"151":2,"152":1,"156":1,"165":2}}],["that",{"2":{"1":1,"3":3,"4":8,"6":43,"9":1,"13":2,"22":1,"23":4,"24":3,"25":1,"27":3,"30":3,"32":1,"38":2,"39":4,"42":4,"43":2,"46":4,"48":2,"49":3,"50":17,"51":3,"52":5,"56":4,"57":5,"58":4,"59":14,"60":3,"61":5,"65":2,"67":1,"68":11,"70":2,"71":1,"80":4,"81":1,"84":1,"87":1,"88":1,"96":3,"98":1,"99":1,"101":2,"102":10,"104":2,"105":2,"107":2,"114":3,"115":1,"117":3,"125":1,"127":4,"128":1,"130":2,"135":4,"136":3,"137":2,"138":1,"139":3,"140":2,"141":4,"142":2,"143":3,"144":4,"147":1,"149":2,"150":2,"151":3,"152":2,"155":2,"157":1,"159":1,"163":1,"164":1,"165":1,"169":4,"170":1,"171":2,"172":3,"173":1,"174":2}}],["theorem",{"2":{"65":1}}],["themselves",{"2":{"46":1}}],["them",{"2":{"6":1,"16":1,"32":1,"50":1,"126":2,"127":2,"130":1,"135":1,"137":2,"142":1,"143":1,"155":1,"168":1,"170":1,"172":3}}],["thereof",{"2":{"128":1}}],["therefore",{"2":{"64":1,"136":1}}],["there",{"2":{"6":3,"15":1,"27":1,"42":1,"43":1,"46":2,"50":3,"52":1,"55":2,"57":1,"59":6,"61":1,"62":1,"96":1,"102":2,"126":1,"127":3,"128":1,"135":4,"137":1,"150":1,"159":1,"163":1,"165":1,"169":2,"172":3}}],["then",{"2":{"6":5,"23":1,"27":1,"34":1,"42":3,"46":2,"50":6,"52":1,"56":1,"58":2,"59":6,"60":2,"61":2,"62":2,"96":1,"127":2,"133":1,"135":3,"142":1,"151":2,"155":1,"169":1,"173":1,"174":1}}],["their",{"2":{"3":1,"4":1,"6":2,"31":1,"46":1,"48":2,"61":1,"65":2,"93":1,"102":1,"104":1,"108":1,"109":1,"118":3,"119":3,"128":1,"135":1,"137":1,"143":1,"145":1}}],["they",{"2":{"3":3,"4":11,"6":25,"25":2,"27":1,"28":1,"29":1,"44":1,"49":2,"50":8,"52":2,"56":2,"58":1,"59":6,"60":2,"61":3,"67":3,"68":16,"71":1,"87":1,"91":2,"92":1,"93":1,"96":2,"98":1,"101":2,"102":4,"107":1,"109":1,"110":1,"118":1,"119":1,"127":6,"135":1,"136":1,"141":2,"144":2,"150":1,"159":1,"162":1,"174":1}}],["these",{"2":{"1":2,"6":5,"29":1,"42":1,"46":5,"50":3,"61":1,"67":1,"68":1,"71":1,"80":1,"83":1,"85":2,"87":1,"88":1,"98":1,"101":1,"102":1,"104":2,"105":1,"114":1,"115":1,"125":1,"127":3,"133":1,"135":2,"147":1,"151":1,"155":2,"165":1,"172":1,"173":1}}],["the",{"0":{"34":1,"48":1},"2":{"1":28,"3":64,"4":112,"5":12,"6":393,"7":5,"9":3,"10":1,"11":3,"12":1,"15":7,"16":3,"22":5,"23":10,"24":2,"25":4,"27":4,"28":5,"29":3,"30":3,"32":3,"34":3,"38":12,"39":43,"41":1,"42":63,"43":6,"44":15,"45":12,"46":71,"48":6,"49":25,"50":116,"51":7,"52":47,"54":2,"55":7,"56":27,"57":23,"58":27,"59":82,"60":29,"61":70,"62":1,"64":11,"65":81,"67":5,"68":47,"70":8,"71":25,"74":8,"75":9,"76":3,"77":3,"78":2,"80":9,"81":11,"83":4,"84":11,"85":5,"87":2,"88":21,"90":8,"91":6,"92":4,"94":3,"95":2,"96":123,"98":5,"99":6,"101":5,"102":26,"104":5,"105":21,"107":6,"108":10,"109":7,"110":3,"111":3,"112":2,"114":7,"115":24,"117":2,"118":9,"119":9,"120":6,"121":2,"122":2,"124":1,"125":8,"126":1,"127":47,"128":8,"130":4,"132":2,"133":11,"135":84,"136":5,"137":5,"138":4,"139":2,"140":13,"141":10,"142":4,"143":8,"144":6,"145":1,"146":5,"147":14,"148":2,"149":3,"150":5,"151":26,"152":17,"153":3,"155":18,"156":3,"157":6,"158":3,"159":2,"160":3,"161":1,"162":2,"164":5,"165":21,"168":10,"169":11,"170":10,"171":2,"172":4,"173":10,"174":17,"175":3}}],["t",{"2":{"0":1,"4":28,"6":56,"9":1,"28":1,"36":8,"39":41,"42":32,"46":26,"49":38,"50":74,"52":44,"55":18,"56":12,"57":12,"58":12,"59":156,"60":10,"61":20,"65":87,"68":17,"70":1,"91":1,"96":24,"102":1,"104":1,"108":2,"109":1,"127":14,"135":10,"141":2,"144":2,"151":3,"152":5,"155":1,"161":7,"163":14,"164":2,"165":3,"166":10,"168":4,"175":1}}],["tokyo",{"2":{"175":1}}],["toy",{"2":{"173":1}}],["together",{"2":{"59":1,"61":1,"168":1,"174":1}}],["touching",{"0":{"108":1},"2":{"59":1,"61":1}}],["touch",{"0":{"109":1,"110":1,"111":1},"2":{"50":1,"104":1,"107":2,"109":1,"111":1}}],["touches",{"0":{"103":1,"104":1,"107":1},"1":{"104":1,"105":1},"2":{"0":2,"3":3,"6":3,"36":1,"103":1,"104":3,"105":11,"106":6,"107":11,"108":15,"109":9,"110":8,"111":3,"112":4,"173":1}}],["totally",{"2":{"60":1}}],["total",{"2":{"39":1,"46":2,"50":2,"52":1}}],["towards",{"2":{"32":1}}],["topright",{"2":{"155":1}}],["topologypreserve",{"2":{"153":1}}],["topology",{"2":{"153":1}}],["top",{"2":{"25":1,"50":1,"127":1}}],["took",{"2":{"175":1}}],["tools",{"2":{"22":1}}],["too",{"2":{"6":1,"59":1,"149":1,"152":1}}],["tol^2",{"2":{"156":1,"157":1}}],["tolerances",{"2":{"158":1,"159":29}}],["tolerance",{"2":{"156":1,"157":1,"158":1,"159":17}}],["tol",{"2":{"6":12,"151":2,"155":18,"156":7,"157":15,"158":8,"159":18}}],["todo",{"2":{"3":2,"6":2,"16":1,"31":1,"50":1,"59":1,"85":4,"102":1,"127":1,"135":1,"138":1,"155":1,"164":1}}],["to",{"0":{"9":1,"15":1,"28":1,"62":1,"72":1,"89":1,"106":1,"116":1},"2":{"0":2,"1":22,"3":1,"4":33,"5":4,"6":141,"7":2,"9":3,"10":2,"11":2,"12":2,"13":2,"15":4,"16":9,"18":1,"22":2,"23":9,"24":1,"25":2,"27":3,"28":4,"29":2,"30":3,"32":3,"34":4,"35":1,"38":1,"39":4,"41":1,"42":8,"43":2,"44":4,"45":1,"46":26,"48":2,"49":5,"50":32,"51":1,"52":12,"54":1,"55":3,"56":8,"57":4,"58":8,"59":27,"60":7,"61":11,"64":6,"65":32,"67":2,"68":17,"70":2,"71":7,"80":1,"81":1,"83":3,"84":1,"85":2,"87":1,"88":7,"96":21,"98":2,"99":1,"101":3,"102":7,"104":1,"105":7,"107":1,"114":1,"115":7,"125":4,"127":16,"128":4,"130":4,"132":7,"133":6,"134":1,"135":51,"136":2,"137":3,"139":4,"140":8,"141":5,"142":3,"143":1,"144":4,"145":3,"146":1,"147":4,"148":1,"149":3,"150":3,"151":9,"152":7,"153":1,"155":4,"156":1,"157":15,"158":1,"159":2,"160":4,"161":1,"162":2,"163":2,"164":6,"165":9,"166":28,"167":4,"168":6,"169":10,"170":6,"171":7,"172":5,"173":7,"174":5,"175":2,"176":8}}],["rd",{"2":{"155":3}}],["rdbu",{"2":{"64":1}}],["rhumb",{"2":{"125":2}}],["runner",{"2":{"169":1}}],["running",{"2":{"135":3}}],["run",{"2":{"135":8,"175":1}}],["runs",{"2":{"59":2,"124":1}}],["rule",{"2":{"50":1}}],["rules",{"2":{"50":1}}],["right=2",{"2":{"50":1}}],["right",{"2":{"46":1,"50":4,"55":1,"65":1,"125":1,"157":19,"159":5,"168":1,"173":1}}],["ring4",{"2":{"170":2}}],["ring3",{"2":{"169":1}}],["ring2",{"2":{"168":2}}],["ring1",{"2":{"168":2}}],["rings",{"0":{"75":1,"92":1,"109":1,"119":1,"136":1},"1":{"137":1,"138":1},"2":{"4":4,"6":6,"9":2,"30":1,"39":1,"49":1,"50":3,"59":1,"68":7,"124":1,"127":5,"138":1,"141":1,"155":1}}],["ring",{"2":{"4":7,"6":13,"9":1,"36":1,"39":2,"42":3,"46":1,"48":1,"49":4,"50":12,"52":13,"61":3,"65":5,"68":4,"73":1,"74":2,"75":5,"90":1,"92":1,"96":2,"107":1,"108":1,"109":3,"117":1,"118":2,"119":4,"125":3,"127":11,"136":2,"137":1,"138":14,"139":1,"168":1}}],["rtrees",{"2":{"25":1}}],["r+y",{"2":{"18":2,"19":1}}],["r+x",{"2":{"18":2,"19":1}}],["ry",{"2":{"18":3,"19":3}}],["rx",{"2":{"18":3,"19":3}}],["round",{"2":{"155":1,"157":1,"159":1}}],["routines",{"2":{"11":1}}],["row",{"2":{"135":3}}],["rows",{"2":{"135":2}}],["robust",{"0":{"20":1}}],["rotate",{"2":{"52":1}}],["rotation",{"2":{"1":1,"6":1,"160":1}}],["rotations",{"2":{"1":3,"6":3,"160":3}}],["rotmatrix2d",{"2":{"155":1}}],["rotmatrix",{"2":{"1":1,"6":1,"160":1}}],["r",{"2":{"6":1,"9":1,"18":11,"19":12,"151":1,"159":2,"168":6,"169":2,"170":4}}],["rᵢ₋₁",{"2":{"46":20}}],["rᵢ∗rᵢ₊₁+sᵢ⋅sᵢ₊₁",{"2":{"6":1}}],["rᵢ₊₁",{"2":{"6":1,"46":29}}],["rᵢ",{"2":{"6":2,"46":49}}],["ramer",{"2":{"157":1}}],["raster",{"0":{"127":1},"2":{"127":4}}],["ray",{"2":{"96":4}}],["rawcdn",{"2":{"155":1}}],["raw",{"2":{"23":1}}],["range",{"2":{"18":8,"19":4,"127":1,"135":4}}],["ranges",{"2":{"6":1,"127":2}}],["randomly",{"2":{"174":2}}],["random",{"2":{"155":2}}],["rand",{"2":{"6":1,"127":1,"174":2}}],["rather",{"2":{"6":1,"127":1,"143":1}}],["ratio",{"2":{"6":7,"59":1,"151":1,"155":1,"156":4,"157":6,"158":4,"159":11}}],["radii",{"2":{"6":1,"151":1}}],["radius`",{"2":{"151":1}}],["radius",{"2":{"6":7,"46":13,"151":4}}],["radialdistance",{"0":{"156":1},"2":{"0":1,"6":2,"153":1,"155":4,"156":4}}],["rrayscore",{"2":{"1":1,"6":1,"160":1}}],["rring",{"2":{"1":1,"6":1,"160":1}}],["rewrap",{"2":{"135":3}}],["req",{"2":{"96":44}}],["requirment",{"2":{"142":1}}],["requirments",{"2":{"96":5}}],["requirement",{"2":{"136":1}}],["required",{"2":{"71":3,"88":3,"105":3,"115":3,"150":1,"167":1}}],["require",{"2":{"70":2,"71":6,"88":3,"96":32,"105":3,"115":3}}],["requires",{"2":{"43":1,"68":1,"71":2,"74":3,"75":3,"76":1,"80":1,"88":1,"91":3,"92":2,"93":1,"105":1,"108":3,"109":1,"110":1,"114":1,"115":1,"118":3,"119":3,"120":1,"148":1,"151":1,"165":1}}],["requests",{"2":{"32":1}}],["reflected",{"2":{"155":3}}],["ref",{"2":{"64":1}}],["referring",{"2":{"16":1,"96":1}}],["refers",{"2":{"13":1,"30":1}}],["refer",{"2":{"6":1,"16":1,"127":1}}],["referece",{"2":{"1":2,"147":2}}],["references",{"2":{"6":1,"31":1,"46":1}}],["reference",{"0":{"12":1,"169":1,"170":1},"1":{"13":1,"14":1,"15":1,"16":1},"2":{"0":1,"12":3,"167":2,"169":1}}],["reveal",{"2":{"61":1}}],["reveals",{"2":{"61":1}}],["reverse",{"2":{"38":1,"45":1,"46":1,"50":2,"168":2}}],["rev",{"2":{"60":1}}],["render",{"2":{"45":1}}],["rendering",{"2":{"45":3,"46":1}}],["rename",{"2":{"10":1}}],["regardless",{"2":{"59":1,"96":1}}],["regions",{"2":{"57":3,"59":5,"60":1,"61":3,"96":2,"175":1}}],["region",{"2":{"43":2,"59":3,"61":2,"175":1}}],["register",{"2":{"36":3,"46":3}}],["regular",{"0":{"20":1}}],["related",{"2":{"128":1}}],["relation",{"2":{"50":2}}],["relations",{"2":{"36":10,"85":1,"102":1}}],["relationship",{"2":{"28":1,"173":2}}],["relative",{"2":{"46":3}}],["rely",{"2":{"30":1}}],["relevant",{"2":{"10":1}}],["reducing",{"2":{"135":1}}],["reduced",{"2":{"156":1,"157":1,"158":1}}],["reduces",{"2":{"24":1,"61":1}}],["reduce",{"2":{"1":1,"6":1,"127":1,"135":2,"140":1}}],["redundant",{"2":{"50":1}}],["red",{"2":{"19":1,"48":2,"64":1,"70":1,"83":1,"98":1,"168":1,"169":1,"174":2}}],["reached",{"2":{"135":4}}],["reaches",{"2":{"133":1}}],["reach",{"2":{"133":1}}],["reasons",{"2":{"165":1}}],["reason",{"2":{"29":1,"136":1,"142":1,"164":1}}],["readable",{"2":{"172":1}}],["readability",{"2":{"50":1}}],["read",{"2":{"15":1,"155":2,"169":2}}],["real`",{"2":{"151":1,"152":1}}],["really",{"2":{"12":1,"16":1,"39":1,"96":1,"127":1,"164":1}}],["real=1",{"2":{"6":2,"151":2}}],["real=6378137`",{"2":{"151":1}}],["real=6378137",{"2":{"6":2,"151":1}}],["real",{"0":{"175":1},"2":{"5":1,"6":13,"42":1,"46":45,"49":2,"59":1,"151":3,"152":1,"159":5,"173":1}}],["removal",{"2":{"50":1}}],["removes",{"2":{"50":1,"128":1}}],["removed",{"2":{"50":3,"57":5,"127":1}}],["remove",{"2":{"39":1,"50":33,"52":1,"55":2,"56":5,"58":5,"60":2,"144":2,"156":1,"157":3,"159":4}}],["removing",{"2":{"6":3,"50":1,"57":1,"156":1,"157":1,"158":1}}],["remainingnode",{"2":{"127":3}}],["remaining",{"2":{"50":1,"68":1,"96":2,"157":1}}],["remain",{"2":{"1":1,"6":9,"135":1,"155":2}}],["resolution",{"2":{"169":1}}],["resolved",{"2":{"127":1}}],["reset",{"2":{"50":1}}],["resize",{"2":{"18":1,"19":1,"50":2}}],["resampled",{"2":{"6":1,"152":1}}],["respectivly",{"2":{"102":1}}],["respectively",{"2":{"50":1,"135":1,"168":1}}],["respect",{"2":{"6":2,"58":1,"59":1,"96":6}}],["rest",{"2":{"6":1,"46":2,"60":1}}],["resulting",{"2":{"55":1,"61":1,"127":1,"174":1}}],["results",{"2":{"3":2,"6":2,"59":1,"85":1,"102":1,"135":2,"137":1,"157":25,"168":3}}],["result",{"2":{"1":2,"3":5,"4":5,"6":13,"24":1,"39":2,"42":1,"52":1,"59":15,"65":2,"71":1,"81":1,"84":1,"99":1,"115":1,"135":2,"151":3,"159":6}}],["recieves",{"2":{"135":2}}],["recucing",{"2":{"135":1}}],["recursive",{"2":{"133":1}}],["recursively",{"2":{"4":1,"6":1,"133":1,"145":1}}],["recalculate",{"2":{"134":1}}],["recent",{"2":{"50":1,"57":1,"59":1,"61":1}}],["rect",{"2":{"38":5,"41":3,"51":3,"64":7}}],["rectangle",{"2":{"38":2,"41":2,"45":2,"51":2,"52":1,"64":2,"150":5,"151":8,"174":2}}],["recommended",{"2":{"27":1}}],["reconstructing",{"2":{"155":1}}],["reconstructed",{"2":{"23":1}}],["reconstruct",{"2":{"0":2,"1":1,"6":3,"23":1,"130":2,"135":29}}],["replace",{"2":{"50":1,"127":2,"157":1}}],["replaced",{"2":{"27":1}}],["repl",{"2":{"43":1,"148":1,"151":1}}],["repeat",{"2":{"49":1,"50":3,"68":6}}],["repeating",{"2":{"39":1,"61":1}}],["repeated",{"2":{"4":3,"6":3,"9":1,"42":2,"46":1,"50":2,"61":2,"65":2,"68":4,"96":1}}],["represented",{"2":{"174":1}}],["represent",{"2":{"22":1,"46":1,"50":4,"68":1}}],["representing",{"2":{"6":1,"57":1,"59":1,"61":1,"64":1,"68":1,"175":1}}],["represents",{"2":{"6":1,"140":2,"141":1}}],["reprojects",{"2":{"147":1}}],["reprojection",{"0":{"147":1},"1":{"148":1}}],["reproject",{"2":{"0":1,"1":4,"36":2,"128":1,"147":6,"148":2}}],["re",{"2":{"1":1,"6":1,"15":1,"22":1,"160":1,"167":1,"169":1}}],["retreivable",{"2":{"1":1,"147":1}}],["returnval",{"2":{"96":9}}],["returntype",{"2":{"24":1}}],["returning",{"2":{"23":1,"43":1,"57":2}}],["return",{"0":{"27":1},"2":{"1":1,"3":18,"4":2,"6":37,"18":3,"19":3,"28":2,"35":1,"39":5,"42":5,"43":1,"46":20,"49":4,"50":36,"52":12,"55":12,"56":5,"57":4,"58":4,"59":18,"60":6,"61":9,"65":8,"68":30,"71":1,"77":2,"78":2,"81":1,"84":1,"85":18,"88":2,"94":2,"95":2,"96":71,"98":1,"99":1,"102":28,"105":1,"107":2,"111":2,"112":2,"115":1,"121":2,"122":2,"125":10,"127":12,"135":26,"136":1,"138":4,"140":6,"141":2,"144":2,"146":2,"147":1,"152":4,"155":3,"156":1,"157":5,"158":3,"159":7,"160":2,"161":2,"165":3,"166":8}}],["returned",{"2":{"1":1,"6":10,"27":2,"28":1,"50":3,"55":1,"56":2,"58":2,"59":2,"60":2,"127":1,"130":1,"135":2,"147":1,"155":1,"164":1}}],["returns",{"2":{"1":1,"3":5,"4":4,"5":3,"6":23,"23":1,"27":2,"39":2,"42":1,"46":6,"49":3,"50":4,"52":6,"55":1,"56":1,"59":1,"60":1,"65":8,"67":1,"71":1,"80":2,"81":1,"83":2,"84":1,"87":1,"96":4,"99":1,"102":2,"115":1,"127":2,"135":2,"152":1,"161":1,"173":1}}],["rebuilt",{"2":{"1":1,"6":2,"130":1,"135":2}}],["rebuild",{"2":{"0":2,"6":4,"130":4,"133":1,"135":10,"152":1,"155":2}}],["psa",{"2":{"135":2}}],["pb",{"2":{"85":2}}],["p0",{"2":{"65":9}}],["p3",{"2":{"50":8,"158":4}}],["ptm",{"2":{"125":3}}],["ptj",{"2":{"125":5}}],["pti",{"2":{"125":3}}],["ptrait",{"2":{"65":2}}],["pts",{"2":{"50":22,"55":7}}],["pt",{"2":{"50":114,"55":2,"59":26,"96":8,"157":4}}],["pt2",{"2":{"50":14,"59":2}}],["pt1",{"2":{"50":18,"59":2}}],["pn",{"2":{"107":3}}],["pn2",{"2":{"50":4}}],["pn1",{"2":{"50":4}}],["pfirst",{"2":{"39":3}}],["pu",{"2":{"174":2}}],["purpose",{"2":{"135":1}}],["pure",{"2":{"127":1}}],["purely",{"2":{"6":1,"23":1,"151":1}}],["push",{"2":{"50":15,"55":5,"56":2,"58":2,"59":2,"60":4,"61":5,"127":3,"138":1,"152":3,"157":3}}],["pull",{"2":{"32":1}}],["public",{"2":{"29":1}}],["pick",{"2":{"169":2}}],["piece",{"2":{"50":6,"144":6}}],["pieces",{"2":{"50":12,"55":1,"57":2,"60":4,"96":1,"144":9}}],["pi",{"2":{"18":2}}],["pixels",{"2":{"127":1}}],["pixel",{"2":{"6":2,"127":7}}],["pythagorean",{"2":{"65":1}}],["py",{"2":{"18":2,"19":2}}],["px",{"2":{"18":2,"19":2}}],["peucker",{"2":{"153":2,"155":3,"157":2}}],["peaks",{"2":{"127":2}}],["peculiarities",{"0":{"26":1},"1":{"27":1,"28":1,"29":1}}],["petroleum",{"2":{"16":1}}],["people",{"2":{"9":1}}],["perimeter",{"2":{"13":1}}],["performed",{"2":{"174":1}}],["performs",{"2":{"46":1,"152":1}}],["perform",{"2":{"45":1,"46":2,"50":1,"128":1,"173":3,"174":2,"176":1}}],["performing",{"2":{"6":3,"28":1,"46":1,"56":1,"58":1,"60":1,"174":1}}],["performance",{"2":{"4":1,"6":2,"27":1,"127":1,"142":1,"145":1,"155":1,"172":1}}],["per",{"2":{"5":2,"6":2,"45":1,"46":2,"50":5,"127":1,"135":4,"152":1}}],["pl",{"2":{"174":2}}],["plt",{"2":{"168":1}}],["please",{"2":{"50":1}}],["plan",{"2":{"149":1}}],["plane",{"2":{"46":1}}],["place",{"2":{"59":1,"173":1}}],["placement",{"2":{"50":1}}],["plate",{"2":{"12":1}}],["plottable",{"2":{"127":1}}],["plotted",{"2":{"48":1}}],["plotting",{"0":{"168":1},"2":{"6":1,"16":1,"127":1,"149":1,"152":1,"167":1,"168":4,"169":1}}],["plots",{"2":{"45":2}}],["plot",{"0":{"169":1},"2":{"18":1,"45":3,"67":1,"101":1,"127":1,"151":2,"155":4,"167":2,"168":9,"169":5,"170":1,"172":1,"174":1}}],["plus",{"2":{"5":1,"6":1,"46":1}}],["p2y",{"2":{"166":3}}],["p2x",{"2":{"166":3}}],["p2box",{"2":{"45":1}}],["p2",{"2":{"3":2,"4":2,"6":6,"20":12,"39":9,"42":12,"50":18,"52":19,"60":2,"65":15,"68":11,"71":2,"83":2,"96":12,"102":2,"125":3,"150":1,"158":4,"166":3,"168":2}}],["p1y",{"2":{"166":3}}],["p1x",{"2":{"166":3}}],["p1",{"2":{"3":3,"4":2,"6":7,"20":12,"39":8,"42":21,"45":4,"50":9,"52":25,"54":1,"60":2,"65":15,"68":14,"70":5,"71":3,"83":5,"96":4,"102":2,"107":3,"125":3,"158":4,"166":3,"168":1}}],["practice",{"2":{"170":1}}],["pred",{"2":{"173":2,"174":1,"175":2,"176":1}}],["predicate",{"2":{"7":1,"85":1,"173":3,"174":1,"176":5}}],["predicates",{"0":{"17":1,"20":1,"176":1},"1":{"18":1,"19":1,"20":1,"21":1},"2":{"7":4,"17":1,"36":1,"50":5,"59":4,"62":3,"96":1,"173":1,"175":1}}],["pretty",{"2":{"147":1}}],["prettytime",{"2":{"18":2}}],["prevent",{"2":{"57":2,"59":2,"61":2}}],["prev^2",{"2":{"42":2}}],["prev",{"2":{"42":14,"50":69,"125":4}}],["previously",{"2":{"150":1}}],["previous",{"2":{"24":1,"42":1,"135":1,"156":3}}],["preparations",{"2":{"25":1}}],["prepared",{"2":{"25":1,"127":2}}],["prepare",{"0":{"25":1},"2":{"22":1,"25":1}}],["precision",{"2":{"11":1}}],["preserve",{"2":{"155":4,"157":3}}],["preserving",{"2":{"153":1}}],["presentation",{"2":{"6":1,"46":1}}],["present",{"2":{"6":1,"165":1}}],["presence",{"2":{"6":1,"165":1}}],["prescribes",{"2":{"25":1}}],["press",{"2":{"6":1,"46":1}}],["pre",{"2":{"6":1,"60":1,"155":1,"157":2}}],["prefilter",{"2":{"6":1,"155":7}}],["protters",{"2":{"135":2}}],["progressively",{"2":{"133":1}}],["program",{"2":{"22":1}}],["programming",{"2":{"22":1}}],["promote",{"2":{"46":5}}],["property",{"2":{"135":2}}],["properties=gi",{"2":{"135":1}}],["properties=namedtuple",{"2":{"135":1}}],["properties=",{"2":{"127":1}}],["properties",{"2":{"6":1,"135":9,"155":1,"159":1}}],["propagate",{"2":{"46":16,"65":4}}],["prod",{"2":{"42":4}}],["product",{"2":{"42":1}}],["probably",{"2":{"39":1,"135":1}}],["process",{"2":{"73":3,"74":3,"75":3,"76":1,"85":1,"90":3,"91":3,"92":2,"93":1,"96":11,"107":1,"108":3,"109":1,"110":1,"117":3,"118":3,"119":3,"120":1,"135":2,"157":1}}],["processed",{"2":{"50":6}}],["processors",{"2":{"36":1,"71":2,"88":2,"105":2,"115":2}}],["processor",{"2":{"36":1}}],["processing",{"2":{"28":1}}],["profile",{"2":{"9":1}}],["provides",{"2":{"169":1}}],["providers",{"2":{"137":1,"143":1}}],["provide",{"0":{"28":1},"2":{"6":6,"38":1,"41":1,"44":1,"48":1,"51":1,"54":1,"56":2,"58":2,"60":2,"64":1,"67":1,"70":1,"80":1,"83":1,"87":1,"96":2,"98":1,"101":1,"104":1,"114":1,"127":1,"159":1}}],["provided",{"2":{"4":1,"6":3,"11":1,"50":1,"65":1,"68":1,"143":1,"151":2,"165":1}}],["projjson",{"2":{"16":1}}],["projecting",{"2":{"169":1}}],["projection",{"2":{"65":2,"167":1,"169":1}}],["projected",{"0":{"14":1},"2":{"14":1}}],["project",{"2":{"9":1}}],["projects",{"2":{"9":1}}],["proj",{"2":{"1":2,"6":3,"15":1,"16":3,"147":2,"148":4,"150":1,"151":6,"167":1}}],["prints",{"2":{"148":1}}],["printstyled",{"2":{"43":1,"148":1,"151":1}}],["println",{"2":{"43":1,"148":1,"151":1,"155":2}}],["print",{"2":{"43":2,"148":2,"151":2}}],["primitives",{"2":{"36":1}}],["primitive",{"0":{"128":1},"1":{"129":1,"130":1,"131":1,"132":1,"133":1,"134":1,"135":1},"2":{"34":1}}],["primarily",{"2":{"6":1,"32":2,"163":1}}],["primary",{"2":{"3":2,"6":3,"71":1,"115":1,"155":1}}],["priority",{"2":{"1":1,"147":1}}],["pay",{"2":{"135":1}}],["paper",{"2":{"96":2}}],["pa",{"2":{"85":2}}],["paths",{"2":{"164":1}}],["pathof",{"2":{"155":2}}],["path",{"2":{"38":3,"169":2}}],["padding",{"2":{"6":2}}],["parquet",{"2":{"172":3}}],["parent",{"2":{"164":1}}],["parse",{"2":{"96":1,"102":1}}],["part",{"2":{"52":2,"61":2,"96":3,"134":1}}],["partition",{"2":{"135":4}}],["partialsort",{"2":{"159":1}}],["partial",{"2":{"52":4}}],["partially",{"2":{"50":2,"61":2}}],["particularly",{"2":{"46":1}}],["particular",{"2":{"35":1,"42":1,"127":1,"169":2}}],["parallel",{"2":{"96":1,"125":1}}],["paradigm",{"0":{"34":1}}],["paradigms",{"0":{"22":1},"1":{"23":1,"24":1,"25":1},"2":{"22":2,"25":1}}],["parameters",{"2":{"6":1,"135":1,"163":2}}],["parameter",{"2":{"6":2,"163":3}}],["params",{"2":{"6":2,"165":10}}],["parlance",{"2":{"5":1,"6":1,"46":1}}],["passes",{"2":{"52":2,"96":1}}],["passed",{"2":{"1":2,"6":7,"127":1,"130":1,"135":2,"147":1,"151":2,"160":1,"165":2,"176":1}}],["passable",{"2":{"46":18}}],["passing",{"2":{"23":1,"135":1,"153":1}}],["pass",{"2":{"5":1,"6":4,"23":1,"46":1,"81":1,"84":1,"96":2,"99":1,"151":1,"152":1,"155":1,"164":1}}],["pairs",{"2":{"59":1,"168":1}}],["pair",{"2":{"3":2,"6":2,"52":1,"102":2,"135":3}}],["packages",{"2":{"6":1,"32":1,"130":1,"135":1,"136":1,"162":1,"167":3,"169":1,"172":1}}],["package",{"2":{"1":2,"27":1,"32":2,"43":1,"127":1,"147":3,"148":1,"151":1,"169":1,"172":2}}],["page",{"2":{"0":1,"9":1,"34":1,"36":1,"39":1,"42":1,"43":1,"45":1,"46":1,"49":1,"50":1,"52":1,"55":1,"57":1,"59":1,"61":1,"62":1,"65":1,"68":1,"78":1,"81":1,"84":1,"85":1,"95":1,"96":1,"99":1,"102":1,"112":1,"122":1,"125":1,"126":1,"127":1,"135":1,"138":1,"141":1,"144":1,"145":1,"146":1,"148":1,"152":1,"159":1,"160":1,"161":1,"165":1,"166":1}}],["p",{"2":{"1":5,"6":5,"18":13,"19":12,"20":2,"38":1,"41":1,"48":1,"50":5,"51":1,"52":5,"57":2,"60":2,"64":3,"67":1,"70":1,"80":1,"83":1,"85":4,"87":1,"96":20,"98":1,"101":1,"104":1,"114":1,"125":4,"127":3,"128":3,"135":3,"146":7,"150":1,"154":1,"155":1,"159":3,"160":9,"161":7,"166":11,"173":1,"174":1}}],["poylgon",{"2":{"59":1,"61":1,"96":1}}],["potential",{"2":{"52":1}}],["potentially",{"2":{"6":2,"50":1,"141":2,"144":2}}],["powerful",{"2":{"16":1}}],["post",{"2":{"157":2}}],["postitive",{"2":{"64":1}}],["postive",{"2":{"38":1}}],["possibly",{"2":{"135":1}}],["possiblenodes",{"2":{"127":2}}],["possible",{"2":{"6":3,"56":1,"58":1,"60":1,"127":1,"135":2}}],["possibility",{"2":{"133":1}}],["possibilities",{"2":{"59":1}}],["position=",{"2":{"155":1}}],["position",{"2":{"6":1,"125":1,"150":1}}],["positive",{"2":{"4":4,"6":4,"38":2,"39":1,"64":2,"65":3,"152":1,"159":1}}],["polgons",{"2":{"127":1}}],["polgontrait",{"2":{"1":1,"6":1}}],["polar",{"2":{"6":1,"151":1}}],["polynodes",{"2":{"50":7,"56":1,"58":1,"60":1}}],["polynode",{"2":{"50":36}}],["polypoints",{"2":{"46":46}}],["polyogns",{"2":{"127":1}}],["polyogn",{"2":{"42":1}}],["polygns",{"2":{"50":1}}],["polygin",{"2":{"4":1,"6":1,"42":1}}],["polygon3",{"2":{"168":2,"169":1}}],["polygon2",{"2":{"168":6}}],["polygon1",{"2":{"168":4}}],["polygonization",{"2":{"127":1}}],["polygonizing",{"0":{"127":1}}],["polygonized",{"2":{"127":1}}],["polygonize",{"2":{"0":1,"6":6,"9":1,"36":1,"127":31}}],["polygon`",{"2":{"46":3}}],["polygons",{"0":{"76":1,"110":1,"120":1,"142":1},"1":{"143":1,"144":1},"2":{"3":4,"4":3,"5":1,"6":18,"9":1,"28":5,"30":1,"36":1,"39":5,"44":1,"46":2,"48":1,"49":1,"50":13,"52":1,"55":2,"56":9,"57":5,"58":3,"59":8,"60":6,"61":19,"64":1,"65":1,"68":5,"76":1,"102":5,"120":1,"125":1,"127":18,"133":1,"137":2,"141":3,"142":2,"143":2,"144":10,"153":1,"155":1,"168":3,"169":1,"174":5,"175":3}}],["polygontrait",{"2":{"1":1,"3":4,"4":6,"6":14,"20":3,"28":1,"39":3,"42":2,"46":3,"49":2,"50":2,"52":2,"55":1,"56":5,"57":5,"58":3,"59":5,"60":4,"61":8,"65":2,"68":10,"73":2,"74":1,"75":1,"76":3,"77":1,"85":4,"90":2,"91":2,"92":1,"93":2,"94":1,"102":8,"107":2,"108":1,"109":1,"110":3,"111":1,"117":2,"118":1,"119":1,"120":3,"121":1,"128":1,"133":2,"135":1,"138":2,"140":2,"141":1,"144":2,"155":2,"166":1}}],["polygon",{"0":{"50":1,"53":1,"56":1,"57":1,"59":1,"60":1,"61":1,"93":1},"1":{"54":1,"55":1},"2":{"0":1,"1":4,"3":4,"4":20,"5":9,"6":62,"9":2,"11":3,"20":4,"25":1,"28":1,"30":3,"38":2,"39":5,"41":1,"42":3,"44":5,"45":16,"46":57,"48":2,"49":4,"50":39,"51":3,"52":4,"54":3,"55":10,"56":5,"57":7,"58":5,"59":5,"60":6,"61":33,"64":3,"65":14,"68":12,"71":1,"73":3,"74":3,"75":4,"76":8,"85":1,"90":3,"91":4,"92":4,"93":4,"96":66,"102":4,"105":1,"107":3,"108":4,"109":5,"110":7,"115":1,"117":3,"118":4,"119":4,"120":8,"125":5,"127":4,"135":1,"136":4,"137":8,"138":5,"139":1,"141":4,"142":3,"143":12,"144":7,"150":1,"151":4,"154":1,"155":9,"160":3,"166":6,"168":12,"169":5,"170":7,"171":2,"174":6}}],["polys",{"2":{"6":2,"50":39,"54":3,"55":10,"56":14,"57":14,"58":9,"59":6,"60":14,"61":28,"144":26}}],["polys1",{"2":{"3":2,"6":2,"102":6}}],["polys2",{"2":{"3":2,"6":2,"102":6}}],["poly",{"2":{"3":2,"6":16,"20":2,"38":1,"39":6,"41":1,"45":2,"46":3,"48":1,"50":107,"51":2,"52":4,"54":4,"55":20,"56":22,"57":12,"58":15,"59":10,"60":19,"61":79,"64":1,"65":3,"68":4,"85":10,"96":21,"102":8,"125":5,"127":5,"144":18,"150":2,"154":2,"155":8,"166":8,"168":2,"174":5}}],["poly2",{"2":{"3":3,"4":2,"6":7,"56":2,"68":2,"96":19,"102":7}}],["poly1",{"2":{"3":3,"4":2,"6":7,"56":2,"68":2,"96":14,"102":7}}],["pointwise",{"0":{"160":1},"2":{"147":1}}],["point1",{"2":{"65":4}}],["point`",{"2":{"59":1}}],["pointedgeside",{"2":{"50":1}}],["point₂",{"2":{"49":13}}],["point₁",{"2":{"49":13}}],["point3s",{"2":{"46":10}}],["point3f",{"2":{"45":1}}],["pointrait",{"2":{"6":1}}],["point2f",{"2":{"45":4,"46":2,"64":1}}],["point2",{"2":{"6":2,"46":5,"65":4}}],["pointtrait",{"2":{"1":1,"4":4,"6":9,"23":1,"39":1,"42":2,"46":3,"52":1,"58":2,"65":17,"68":8,"73":6,"77":1,"90":6,"94":1,"107":6,"111":1,"117":6,"121":1,"128":2,"133":1,"135":21,"140":2,"141":1,"145":1,"146":2,"155":2,"160":2,"161":2,"163":2,"166":1}}],["point",{"0":{"90":1,"107":1},"2":{"1":4,"3":10,"4":37,"5":7,"6":83,"9":2,"25":1,"39":3,"42":12,"44":3,"45":1,"46":126,"49":6,"50":97,"52":50,"55":13,"57":9,"58":1,"59":71,"61":9,"64":17,"65":73,"68":27,"70":1,"71":2,"73":8,"81":3,"85":21,"88":2,"90":10,"96":138,"98":1,"101":2,"102":21,"104":1,"105":3,"107":10,"108":1,"110":1,"115":4,"117":11,"125":1,"127":3,"135":1,"136":1,"137":2,"141":2,"142":1,"144":2,"147":1,"149":1,"155":2,"156":3,"157":9,"158":1,"160":2,"166":4,"168":111,"169":7,"170":8,"174":2}}],["points2",{"2":{"3":1,"6":1,"102":3}}],["points1",{"2":{"3":1,"6":1,"102":3}}],["points",{"0":{"73":1,"117":1},"2":{"0":1,"1":3,"3":1,"4":11,"5":1,"6":52,"9":3,"18":1,"38":3,"39":3,"42":2,"45":8,"46":32,"49":1,"50":55,"52":5,"55":3,"56":5,"57":1,"58":8,"59":28,"60":4,"61":1,"64":2,"65":8,"67":2,"68":13,"71":6,"73":3,"74":4,"80":1,"88":6,"90":1,"91":7,"92":3,"96":10,"102":5,"105":5,"107":1,"108":2,"109":4,"110":3,"114":1,"115":5,"117":3,"118":3,"119":3,"120":1,"124":1,"127":3,"135":1,"145":2,"147":1,"150":2,"151":2,"155":11,"156":11,"157":26,"158":10,"159":33,"160":2,"161":2,"166":25,"168":8,"169":1,"173":1,"174":11}}],["pointorientation",{"2":{"0":1,"6":2,"96":2}}],["my",{"2":{"175":1,"176":2}}],["moore",{"2":{"127":1}}],["moved",{"2":{"50":1,"147":1}}],["move",{"2":{"49":1,"96":1}}],["mode",{"2":{"176":3}}],["model",{"2":{"173":1}}],["modify",{"2":{"168":1}}],["modified",{"2":{"135":2}}],["module",{"2":{"147":1,"152":1}}],["modules",{"2":{"6":1,"46":1}}],["mod1",{"2":{"46":5}}],["mod",{"2":{"46":1,"50":1}}],["most",{"2":{"30":2,"32":1,"50":1,"57":1,"59":1,"61":1,"96":1,"155":1,"172":2}}],["monotone",{"2":{"25":1}}],["moment",{"2":{"6":1,"150":1,"152":1}}],["more",{"2":{"6":3,"7":1,"9":1,"10":1,"11":1,"16":1,"28":1,"34":1,"50":1,"56":1,"58":1,"60":1,"96":1,"102":1,"135":4,"138":1,"148":1,"150":1,"152":1,"168":2,"173":1}}],["mistakenly",{"2":{"142":1}}],["missing",{"2":{"130":6,"131":2,"150":4}}],["missed",{"2":{"127":1}}],["mid",{"2":{"52":2,"96":3}}],["midpoint",{"2":{"50":2}}],["middle",{"2":{"50":2}}],["mining",{"2":{"175":1}}],["minimal",{"2":{"175":1}}],["minimize",{"2":{"59":1}}],["minimum",{"2":{"4":7,"6":12,"51":1,"52":2,"65":12,"155":1,"156":1,"158":1}}],["mind",{"2":{"150":1,"174":1}}],["minmax",{"2":{"59":4}}],["min",{"2":{"52":1,"59":16,"65":15,"155":1,"157":3,"158":1,"159":28}}],["minus",{"2":{"38":1}}],["minpoints=0",{"2":{"127":1}}],["minpoints",{"2":{"6":2}}],["might",{"2":{"6":3,"32":1,"39":1,"56":1,"58":1,"59":1,"60":1,"139":1,"157":1}}],["mixed",{"2":{"6":4,"155":1}}],["m",{"2":{"5":1,"6":1,"20":10,"46":2,"52":6,"125":2,"169":1}}],["mp",{"2":{"85":2}}],["mp1",{"2":{"4":2,"6":2,"68":7}}],["mp2",{"2":{"4":2,"6":2,"68":8}}],["manner",{"2":{"173":1}}],["manipulate",{"2":{"172":1}}],["manually",{"2":{"136":1}}],["many",{"2":{"4":1,"5":1,"6":2,"28":1,"46":1,"50":1,"55":1,"57":1,"59":2,"61":1,"68":1,"137":1,"145":1}}],["mason",{"2":{"135":2}}],["mag",{"2":{"42":4}}],["making",{"2":{"50":1,"127":1,"133":1,"143":1,"168":1,"170":2}}],["makie",{"2":{"18":1,"19":1,"38":1,"41":1,"45":3,"48":1,"51":1,"54":4,"64":1,"67":1,"70":1,"80":1,"83":1,"87":1,"98":1,"101":1,"104":1,"114":1,"127":3,"154":1,"155":1}}],["makevalid",{"2":{"155":2}}],["makes",{"2":{"39":1,"50":1,"65":1,"135":1,"137":1,"142":1,"143":1}}],["make",{"2":{"9":1,"32":1,"42":1,"50":3,"59":1,"65":1,"102":1,"127":2,"133":1,"138":1,"150":1,"159":1,"162":1,"168":2,"170":1}}],["markersize",{"2":{"168":2}}],["marker",{"2":{"168":2}}],["marked",{"2":{"50":6,"57":1,"59":1,"61":1}}],["marking",{"2":{"57":2,"59":2,"61":2}}],["mark",{"2":{"50":2}}],["marks",{"2":{"50":1}}],["markup",{"2":{"16":1}}],["markdown",{"2":{"16":1,"31":1}}],["mainly",{"2":{"46":1,"64":1,"128":1}}],["maintain",{"2":{"39":1}}],["main",{"0":{"33":1},"1":{"34":1,"35":1},"2":{"7":1,"50":1,"127":1,"135":1,"151":1}}],["mapped",{"2":{"172":1}}],["maptasks",{"2":{"135":6}}],["mapreducetasks",{"2":{"135":5}}],["mapreduce",{"2":{"57":1,"127":2,"135":8}}],["mapinfo",{"2":{"16":1}}],["map",{"0":{"169":1},"2":{"6":1,"18":1,"23":3,"24":1,"34":1,"46":1,"50":1,"59":1,"102":2,"127":17,"135":24,"138":1,"155":1,"163":1,"167":1,"169":1,"170":1,"172":1}}],["matlab",{"2":{"54":1}}],["materializer`",{"2":{"135":1}}],["materializer",{"2":{"27":1,"135":1}}],["mathrm",{"2":{"46":1}}],["mathematical",{"2":{"12":1}}],["mathematically",{"2":{"6":1,"125":1}}],["math",{"2":{"7":1}}],["matches",{"2":{"68":1,"127":1}}],["match",{"2":{"6":1,"68":12,"102":3,"127":1,"130":1,"135":2}}],["matching",{"2":{"3":1,"6":1,"27":1,"68":3,"102":1,"133":2}}],["matrix",{"2":{"6":1,"19":2,"46":1}}],["maximal",{"2":{"59":1}}],["maximum",{"2":{"3":1,"6":4,"19":1,"51":1,"52":4,"85":1,"127":1,"151":1,"152":1,"157":4}}],["max",{"2":{"6":9,"42":2,"52":1,"127":1,"135":2,"150":5,"151":8,"152":7,"157":36,"159":1}}],["made",{"2":{"6":2,"49":1,"50":1,"59":1,"109":1,"133":1,"141":1,"144":1,"158":1}}],["maybe",{"2":{"6":1,"96":4,"130":1,"135":6}}],["may",{"2":{"1":1,"6":5,"28":2,"29":1,"46":2,"50":1,"59":1,"125":1,"126":1,"133":1,"135":4,"142":1,"143":1,"151":1,"163":1}}],["mercator",{"2":{"169":1}}],["merge",{"2":{"135":1}}],["measure",{"2":{"135":1,"149":1}}],["meaning",{"2":{"3":3,"4":1,"6":4,"15":1,"29":1,"39":1,"43":1,"102":4,"125":1}}],["means",{"2":{"3":1,"6":2,"13":1,"38":1,"39":1,"43":1,"70":1,"96":3,"101":1,"102":1,"125":1,"133":1}}],["mean",{"2":{"0":1,"6":5,"12":1,"22":1,"45":2,"46":5,"135":1}}],["meanvalue",{"2":{"0":1,"5":2,"6":3,"44":1,"45":2,"46":15}}],["meets",{"2":{"96":9,"102":1,"157":1}}],["meet",{"2":{"59":3,"70":1,"71":1,"88":1,"96":7,"105":1,"115":1}}],["memory",{"2":{"46":1,"170":1}}],["mesh",{"2":{"45":1,"135":1}}],["message",{"2":{"6":1,"165":1}}],["me",{"0":{"28":1}}],["mentioned",{"2":{"24":1}}],["mentions",{"2":{"6":1,"165":1}}],["menu",{"2":{"19":3}}],["median",{"2":{"18":4,"135":1}}],["mechanics",{"2":{"6":1,"46":1}}],["met",{"2":{"96":44}}],["meters",{"2":{"6":4,"150":1,"151":4,"169":1}}],["methoderror",{"2":{"36":3}}],["methods",{"0":{"2":1,"3":1,"4":1,"6":1},"1":{"3":1,"4":1},"2":{"1":1,"6":9,"9":1,"32":1,"36":26,"46":3,"71":1,"88":1,"105":1,"115":1,"127":1,"130":1,"133":1,"135":2,"150":1,"155":2,"160":1,"163":1,"168":1}}],["method",{"0":{"148":1},"2":{"1":1,"4":1,"5":10,"6":96,"29":1,"39":1,"42":1,"43":2,"46":37,"49":1,"52":1,"59":1,"61":1,"65":4,"68":1,"71":2,"88":2,"102":1,"105":2,"115":2,"127":1,"135":5,"147":1,"148":2,"150":2,"151":9,"152":14,"153":2,"164":1,"165":3,"173":1,"176":1}}],["mutation",{"2":{"171":1}}],["mutlipolygon",{"2":{"4":1,"6":1,"49":1}}],["muladd",{"2":{"46":2}}],["multifloats",{"2":{"18":1,"19":1,"20":1}}],["multifloat",{"2":{"7":1}}],["multilinestringtrait",{"2":{"140":1}}],["multilinestring",{"2":{"6":1,"135":1,"166":2}}],["multi",{"0":{"77":1,"78":1,"94":1,"95":1,"111":1,"112":1,"121":1,"122":1},"2":{"4":2,"6":3,"39":1,"42":1,"52":1,"68":2,"77":1,"78":1,"94":1,"95":1,"111":1,"112":1,"121":1,"122":1}}],["multicurves",{"2":{"39":1,"52":1}}],["multicurve",{"2":{"4":1,"6":1,"39":1}}],["multigeometry",{"2":{"4":2,"6":2,"65":2}}],["multiplication",{"2":{"152":1}}],["multiplied",{"2":{"46":3}}],["multiple",{"2":{"4":1,"6":1,"46":1,"96":1,"145":1,"159":1,"168":1,"172":1}}],["multiply",{"2":{"1":1,"6":1,"160":1}}],["multipolys",{"2":{"61":3}}],["multipoly`",{"2":{"56":2,"58":2,"60":2}}],["multipoly",{"2":{"6":9,"20":3,"56":1,"57":27,"58":1,"59":26,"60":1,"61":24,"144":21,"155":9}}],["multipolygon`",{"2":{"127":1}}],["multipolygons",{"2":{"3":1,"4":1,"6":11,"49":1,"56":3,"58":3,"59":3,"60":3,"64":1,"68":1,"102":2,"143":1,"168":1,"169":1}}],["multipolygon",{"2":{"3":2,"4":5,"6":16,"39":2,"48":1,"56":1,"57":7,"58":1,"59":5,"60":1,"61":6,"68":4,"102":2,"127":7,"135":1,"141":2,"142":7,"143":8,"144":2,"155":3,"168":8,"169":1}}],["multipolygontrait",{"2":{"1":1,"3":4,"4":2,"6":7,"28":1,"57":4,"59":4,"61":4,"68":6,"77":1,"78":1,"94":1,"95":1,"102":8,"111":1,"112":1,"121":1,"122":1,"135":1,"140":1,"144":4}}],["multipoint",{"2":{"4":5,"6":5,"39":1,"68":5,"85":6,"135":4,"155":1,"168":5}}],["multipoints",{"2":{"3":2,"4":1,"6":3,"39":1,"52":1,"68":2,"102":2,"155":1,"168":1}}],["multipointtrait",{"2":{"1":1,"3":2,"4":4,"6":8,"39":1,"42":2,"52":1,"68":8,"77":1,"78":1,"85":4,"94":1,"95":1,"102":4,"111":1,"112":1,"121":1,"122":1,"133":1,"140":1,"155":2,"166":1}}],["multithreading",{"2":{"1":2,"4":1,"6":5,"132":1}}],["must",{"2":{"1":1,"3":8,"4":2,"5":1,"6":23,"9":1,"42":1,"43":1,"46":5,"50":2,"52":3,"55":1,"59":2,"68":5,"71":1,"81":2,"83":1,"84":1,"88":1,"96":13,"102":1,"104":1,"105":1,"115":2,"127":1,"130":1,"135":1,"139":1,"140":3,"141":1,"147":1,"151":1,"152":1,"155":1,"159":4,"165":1}}],["much",{"2":{"0":1,"6":3,"56":1,"58":1,"60":1}}],["mdash",{"2":{"1":4,"3":9,"4":8,"5":3,"6":87,"130":3,"140":1,"141":4}}],["df",{"2":{"171":3,"172":4,"174":10,"175":12}}],["dp",{"2":{"155":3}}],["dy",{"2":{"125":2,"152":3}}],["dy2",{"2":{"125":2}}],["dy1",{"2":{"85":10,"125":2}}],["dyc",{"2":{"85":2}}],["dxlbe",{"2":{"169":1}}],["dx",{"2":{"125":2,"152":3}}],["dx2",{"2":{"125":2}}],["dx1",{"2":{"85":10,"125":2}}],["dxc",{"2":{"85":2}}],["drop",{"2":{"61":1,"144":1,"152":1}}],["driven",{"2":{"32":1}}],["driving",{"2":{"32":1}}],["duplicated",{"2":{"59":2}}],["during",{"2":{"50":1}}],["due",{"2":{"49":1,"50":1,"59":3}}],["datas",{"2":{"176":1}}],["datasets",{"2":{"169":1,"173":1,"174":1}}],["dataset",{"2":{"169":1,"173":1}}],["datainterpolations",{"2":{"149":1}}],["dataframes",{"2":{"171":3,"174":2,"175":1}}],["dataframe",{"2":{"34":1,"171":1,"173":1,"174":5,"175":2}}],["data",{"0":{"127":1,"172":1},"2":{"28":1,"32":1,"127":2,"155":10,"167":1,"169":2,"170":2,"171":2,"172":6,"174":1}}],["dataaspect",{"2":{"18":1,"19":1,"38":1,"41":1,"45":2,"48":1,"51":1,"64":2,"127":2,"150":1,"155":1}}],["database",{"2":{"16":1}}],["dashboard",{"0":{"19":1},"2":{"18":1,"19":1}}],["d",{"2":{"1":2,"5":1,"6":1,"46":1,"147":1,"157":3}}],["deu",{"2":{"175":2}}],["demonstrates",{"2":{"174":1}}],["densify",{"2":{"151":3}}],["densifying",{"2":{"151":1}}],["densifies",{"2":{"149":1}}],["denoted",{"2":{"96":1}}],["denotes",{"2":{"50":1}}],["debug",{"2":{"140":1}}],["debugging",{"2":{"46":1,"50":1}}],["de",{"2":{"96":2,"173":1}}],["derivation",{"2":{"59":1}}],["dealing",{"2":{"52":1}}],["delete",{"2":{"85":1,"102":1,"127":1,"157":1}}],["deleteat",{"2":{"50":6,"157":1,"159":2}}],["delayed",{"2":{"50":10,"57":2,"59":2,"61":2}}],["delay",{"2":{"50":14,"56":2,"57":2,"58":2,"59":2,"60":2,"61":2}}],["depend",{"2":{"50":2}}],["depends",{"2":{"50":1,"55":1}}],["depending",{"2":{"1":1,"6":1,"28":1,"59":1,"135":1}}],["depth",{"2":{"46":2}}],["desktop",{"2":{"172":1}}],["dest",{"2":{"169":2}}],["destinaton",{"2":{"169":1}}],["destination",{"2":{"169":4}}],["desired",{"2":{"60":1,"172":1}}],["despite",{"2":{"42":1}}],["describe",{"0":{"15":1},"2":{"15":1,"16":1,"22":1}}],["described",{"2":{"6":1,"46":1,"49":1,"50":1}}],["descriptions",{"2":{"12":1}}],["deconstruct",{"2":{"128":1}}],["decomposition",{"2":{"23":1,"128":1}}],["decomposing",{"2":{"23":1}}],["decompose",{"2":{"23":2,"34":1,"46":4,"136":1}}],["decide",{"2":{"127":1}}],["decision",{"2":{"29":1}}],["decrementing",{"2":{"127":1}}],["decrease",{"2":{"49":1}}],["decreaseing",{"2":{"6":1,"155":1}}],["degeneracies",{"2":{"9":1}}],["degenerate",{"2":{"6":1,"46":1,"55":2}}],["degrees",{"2":{"6":1,"41":1,"125":1,"151":1}}],["defauly",{"2":{"57":1}}],["default",{"2":{"1":2,"4":5,"6":13,"12":1,"39":2,"42":1,"52":1,"56":1,"57":1,"58":1,"59":5,"60":1,"61":2,"65":2,"127":5,"130":1,"135":2,"147":2,"155":2}}],["defaults",{"2":{"1":6,"4":2,"6":14,"132":3,"135":1}}],["defines",{"2":{"50":1,"128":1,"139":1,"162":1}}],["define",{"2":{"15":1,"45":1,"59":2,"67":1,"127":2,"128":1,"133":1,"135":1,"162":1,"176":2}}],["defined",{"2":{"4":1,"5":1,"6":3,"7":1,"27":1,"42":2,"46":1,"51":1,"52":4,"59":4,"65":2,"124":1,"135":1,"152":1,"162":1}}],["defining",{"2":{"12":1}}],["definitions",{"2":{"30":1,"165":1}}],["definition",{"2":{"4":1,"6":3,"15":1,"68":5,"70":1,"152":1}}],["defintion",{"2":{"4":3,"6":3,"68":3}}],["deeper",{"2":{"1":1,"6":1,"134":1,"135":2}}],["detrimental",{"2":{"142":1}}],["details",{"2":{"130":3,"131":1,"150":2}}],["detection",{"2":{"127":1}}],["determined",{"2":{"50":1,"52":1}}],["determine",{"2":{"50":10,"52":3,"56":2,"58":2,"59":9,"60":2,"71":1,"88":1,"96":9,"102":1,"105":1,"115":1,"157":3,"173":1}}],["determines",{"2":{"39":1,"50":3,"59":1,"96":10}}],["determinant",{"2":{"6":1,"46":1}}],["det",{"2":{"0":1,"6":2,"46":4}}],["dirname",{"2":{"155":4}}],["dirty",{"2":{"154":1}}],["directive",{"2":{"135":1}}],["direction",{"2":{"6":1,"30":1,"50":1,"68":5,"127":3}}],["directly",{"2":{"6":1,"127":1,"151":1}}],["dig",{"2":{"135":1}}],["dict",{"2":{"127":5}}],["didn",{"2":{"61":1,"96":1,"164":1}}],["dizzying",{"2":{"15":1}}],["division",{"2":{"45":1}}],["div",{"2":{"6":2}}],["div>",{"2":{"6":2}}],["ditance",{"2":{"4":1,"6":1,"65":1}}],["dimensional",{"2":{"5":1,"6":1,"38":1,"46":1}}],["dimensions",{"2":{"3":1,"6":1,"102":2}}],["dimension",{"2":{"1":1,"3":4,"6":4,"85":2,"101":1,"102":4,"147":1}}],["discouraged",{"2":{"170":1}}],["discussion",{"2":{"30":1,"32":1,"55":1}}],["disagree",{"2":{"39":1}}],["distributed",{"2":{"174":2}}],["distinct",{"2":{"59":1,"127":1}}],["distinguish",{"2":{"30":1}}],["dist",{"2":{"59":40,"65":19,"96":2,"151":8,"157":40}}],["distance`",{"2":{"151":3,"152":1,"165":1}}],["distances",{"2":{"59":1,"64":1,"151":1,"156":5}}],["distance",{"0":{"63":2,"64":2},"1":{"64":2,"65":2},"2":{"0":4,"4":26,"6":47,"36":1,"43":3,"46":13,"52":3,"59":32,"63":2,"64":17,"65":92,"96":1,"128":1,"149":1,"150":5,"151":13,"152":14,"155":1,"156":3,"157":6,"158":1,"176":2}}],["disparate",{"2":{"32":1}}],["dispatches",{"2":{"6":1,"39":1,"42":1,"46":1,"49":1,"52":1,"65":1,"68":1,"71":1,"88":1,"102":1,"105":1,"115":1}}],["dispatch",{"2":{"4":1,"6":5,"29":1,"46":1,"68":1,"130":1,"135":2,"163":1,"165":1}}],["displaying",{"2":{"169":1}}],["display",{"2":{"18":1,"45":1,"169":1}}],["disjoint",{"0":{"86":1,"87":1,"90":1,"91":1,"92":1,"93":1,"94":1},"1":{"87":1,"88":1},"2":{"0":2,"3":5,"6":7,"28":1,"36":1,"61":2,"86":1,"87":3,"88":11,"89":6,"90":15,"91":18,"92":10,"93":5,"94":4,"95":2,"96":16,"99":3,"141":2,"142":2,"144":7,"173":1}}],["diffs",{"2":{"42":4}}],["diff",{"2":{"6":2,"42":17,"56":5,"57":3,"102":3,"144":8}}],["differs",{"2":{"169":1}}],["differ",{"2":{"4":1,"6":1,"65":1}}],["differently",{"2":{"4":3,"6":4,"39":2,"42":1,"52":1}}],["different",{"2":{"3":1,"4":4,"6":6,"25":1,"28":1,"30":1,"39":4,"42":1,"50":3,"52":1,"59":2,"102":3,"127":1,"133":1,"135":1,"142":2,"169":2,"172":1}}],["differences",{"0":{"57":1},"2":{"59":1,"157":1}}],["difference",{"0":{"56":1},"2":{"0":1,"6":7,"11":1,"28":1,"36":1,"50":3,"56":12,"57":14,"59":1,"60":1,"61":3,"141":1,"144":1,"151":1}}],["diffintersectingpolygons",{"2":{"0":1,"6":1,"141":1,"144":4}}],["doi",{"2":{"56":2,"58":2,"60":2,"96":1}}],["doing",{"2":{"22":1,"27":1,"135":1,"170":1}}],["dot",{"2":{"42":2,"46":1}}],["doable",{"2":{"9":1}}],["documenter",{"2":{"130":3,"131":1,"150":2}}],["documentation",{"0":{"0":1},"1":{"1":1,"2":1,"3":1,"4":1,"5":1,"6":1},"2":{"0":1,"45":1}}],["docstring",{"2":{"130":6,"131":2,"150":4}}],["docstrings",{"0":{"129":1},"1":{"130":1},"2":{"7":1}}],["docs",{"2":{"16":1,"127":1}}],["doc",{"2":{"9":1,"10":1}}],["does",{"0":{"27":1},"2":{"7":1,"13":1,"24":1,"48":1,"59":2,"70":3,"80":1,"96":1}}],["doesn",{"2":{"4":1,"6":2,"39":1,"55":1,"68":1,"151":1,"165":1,"175":1}}],["download",{"2":{"155":1,"169":1}}],["down",{"2":{"6":1,"23":1,"34":1,"46":1,"135":1}}],["doublets",{"2":{"175":2}}],["double",{"2":{"158":4}}],["doubled",{"2":{"6":1,"158":1}}],["douglas",{"2":{"153":2,"155":2,"157":1}}],["douglaspeucker",{"0":{"157":1},"2":{"0":1,"6":5,"153":1,"155":5,"157":6}}],["done",{"0":{"10":1},"2":{"18":1,"19":1,"96":2,"127":1,"128":1,"142":1,"168":1,"173":1}}],["don",{"2":{"4":2,"6":3,"50":4,"56":1,"61":1,"68":6,"91":1,"96":1,"104":1,"108":1,"127":2,"135":3,"152":1,"165":1}}],["do",{"0":{"9":1,"28":1,"31":1,"62":1},"2":{"1":1,"6":2,"15":1,"19":1,"28":1,"36":1,"39":2,"42":1,"43":1,"46":2,"49":1,"52":1,"55":1,"61":3,"65":2,"67":1,"68":1,"83":1,"91":2,"92":1,"93":2,"96":1,"127":4,"128":1,"135":9,"137":1,"138":1,"143":1,"146":2,"148":1,"151":1,"155":1,"160":2,"161":2,"169":2,"170":2,"171":3,"174":1,"175":1}}],["automatically",{"2":{"169":1}}],["autmoatically",{"2":{"102":1}}],["ay",{"2":{"125":2}}],["azimuth",{"2":{"125":2}}],["a``",{"2":{"57":2}}],["a`",{"2":{"57":7,"59":3,"61":2}}],["a2y",{"2":{"59":4}}],["a2x",{"2":{"59":4}}],["a2",{"2":{"45":4,"59":54,"102":6}}],["a1y",{"2":{"59":7}}],["a1x",{"2":{"59":7}}],["a1",{"2":{"45":2,"50":9,"59":66,"102":6}}],["away",{"2":{"43":1,"85":1,"176":1}}],["america",{"2":{"155":1}}],["am",{"2":{"96":1}}],["ambiguity",{"2":{"65":2,"135":5}}],["amounts",{"2":{"172":1}}],["amount",{"2":{"38":1,"51":1}}],["amp",{"2":{"6":1,"9":1}}],["against",{"2":{"68":1,"96":2,"151":1,"155":1}}],["again",{"2":{"59":1,"135":1}}],["agree",{"2":{"30":1}}],["agnostic",{"2":{"30":1}}],["axes",{"2":{"127":6}}],["ax",{"2":{"18":3,"19":3,"125":2,"168":5}}],["axislegend",{"2":{"150":1,"154":1}}],["axis",{"2":{"18":2,"19":1,"38":1,"41":1,"45":4,"48":1,"51":1,"64":1,"127":2,"150":1,"155":1}}],["axs",{"2":{"18":2}}],["a>",{"2":{"6":2}}],["adaptivity",{"0":{"62":1}}],["adaptive",{"2":{"7":1,"18":3,"19":2,"62":1}}],["adapted",{"2":{"56":1,"58":1,"60":1,"125":1}}],["adjust",{"2":{"59":1}}],["adjusting",{"2":{"16":1}}],["adjacent",{"2":{"50":1,"57":1,"59":1,"61":1}}],["advance",{"2":{"49":2}}],["advised",{"2":{"6":1,"163":1}}],["administrative",{"2":{"175":1}}],["admin",{"2":{"11":1,"155":2}}],["adm0",{"2":{"11":7}}],["additional",{"2":{"172":1}}],["additionally",{"2":{"50":3,"68":1}}],["addition",{"2":{"45":1,"61":1}}],["adding",{"2":{"4":1,"6":4,"7":1,"61":2,"127":1,"145":1,"149":1,"151":2,"152":1}}],["added",{"2":{"6":1,"42":1,"50":6,"52":1,"61":2,"130":1,"135":1,"144":2,"157":1}}],["add",{"2":{"3":1,"6":1,"7":2,"43":1,"46":1,"50":16,"52":1,"55":4,"56":3,"58":1,"59":2,"60":2,"61":9,"85":1,"127":4,"135":1,"149":1,"151":1,"157":10,"164":1,"169":1,"171":2,"173":1}}],["availible",{"2":{"49":1}}],["available",{"0":{"141":1},"2":{"6":3,"36":1,"140":3,"149":1,"150":1,"152":1,"155":1,"159":1,"163":1}}],["average",{"2":{"44":3,"49":4,"59":1}}],["avoid",{"2":{"5":1,"6":7,"46":1,"56":1,"58":1,"59":1,"60":1,"61":1,"127":2,"135":5,"152":1,"156":1,"157":1,"158":1,"168":3}}],["achieve",{"2":{"142":1}}],["across",{"2":{"133":1}}],["acos",{"2":{"42":1}}],["activate",{"2":{"150":1}}],["action",{"2":{"25":2}}],["actions",{"2":{"25":2}}],["actual",{"2":{"10":1,"46":1,"125":1,"138":1,"147":1,"151":1}}],["actually",{"2":{"9":1,"46":4,"59":1,"61":3,"96":1,"127":1,"172":1}}],["actuall",{"2":{"1":1,"6":1,"160":1}}],["access",{"2":{"169":1}}],["accessed",{"2":{"165":1}}],["acceptable",{"2":{"96":1}}],["accept",{"2":{"6":1,"165":1}}],["according",{"2":{"137":1,"142":1,"143":1,"174":1}}],["accordingly",{"2":{"50":1}}],["account",{"2":{"56":1,"58":1}}],["accurary",{"2":{"59":1}}],["accuratearithmetic",{"2":{"11":2}}],["accurate",{"0":{"11":1},"2":{"11":3,"150":1}}],["accumulators",{"2":{"46":1}}],["accumulator",{"2":{"46":1}}],["accumulate",{"2":{"39":1,"49":3}}],["accumulation",{"0":{"11":1},"2":{"46":1}}],["after",{"2":{"6":8,"42":1,"50":3,"135":1,"155":2}}],["ab",{"2":{"50":3,"56":1,"58":1,"59":5,"60":1}}],["able",{"2":{"25":1,"59":1}}],["ability",{"2":{"22":1}}],["about",{"2":{"6":1,"29":2,"35":1,"46":2,"96":1,"136":1}}],["above",{"2":{"4":1,"6":1,"42":1,"49":1,"50":1,"59":1,"61":1,"140":1}}],["abs",{"2":{"39":4,"42":1,"49":1,"52":2,"85":8,"102":2,"127":1,"158":1,"176":1}}],["absolute",{"2":{"4":1,"6":1,"38":1,"39":2}}],["abstractpolygon",{"2":{"135":1}}],["abstractpolygontrait",{"2":{"65":1}}],["abstractpoint",{"2":{"135":1}}],["abstractface",{"2":{"135":1}}],["abstractfloat",{"2":{"36":1,"39":2,"42":1,"50":1,"52":2,"55":1,"56":1,"58":1,"59":1,"60":1,"65":8}}],["abstractrange",{"2":{"127":6}}],["abstractmesh",{"2":{"135":1}}],["abstractmulticurvetrait",{"2":{"77":1,"78":1,"94":1,"95":1,"111":1,"112":1,"121":1,"122":1}}],["abstractmatrix",{"2":{"6":5,"127":13}}],["abstractcurvetrait",{"2":{"39":1,"42":1,"52":1,"73":1,"76":1,"77":1,"85":1,"90":1,"94":1,"107":1,"110":1,"111":1,"117":1,"120":1,"121":1,"125":1,"155":2,"166":3}}],["abstractarrays",{"2":{"133":1}}],["abstractarray",{"2":{"6":1,"130":1,"135":6,"166":2}}],["abstract",{"2":{"6":3,"46":3,"139":1,"140":4,"141":1,"155":3,"164":1}}],["abstractvector",{"2":{"5":1,"6":1,"46":26,"127":8}}],["abstractgeometrytrait`",{"2":{"140":1}}],["abstractgeometrytrait",{"2":{"6":3,"39":2,"52":1,"65":1,"78":1,"95":1,"112":1,"122":1,"130":1,"133":1,"140":4,"141":2,"166":5}}],["abstractgeometry",{"2":{"3":4,"6":4,"81":2,"84":2,"135":1}}],["abstracttrait",{"2":{"1":2,"3":2,"6":8,"55":1,"57":2,"59":4,"61":2,"102":4,"128":1,"130":2,"135":9,"163":3}}],["abstractbarycentriccoordinatemethod",{"2":{"0":1,"5":1,"6":7,"46":18}}],["attribute",{"2":{"172":1}}],["attributed",{"2":{"171":1}}],["attributes",{"0":{"171":1},"2":{"167":1,"171":3}}],["attempts",{"2":{"96":1}}],["attach",{"2":{"1":2,"4":1,"6":5,"132":1}}],["atomic",{"2":{"7":1}}],["at",{"2":{"3":4,"5":1,"6":6,"9":1,"23":1,"25":1,"29":1,"38":1,"39":1,"42":2,"45":1,"46":2,"50":4,"52":2,"59":8,"61":2,"96":17,"102":6,"104":1,"105":1,"108":3,"109":2,"110":2,"111":1,"112":1,"115":1,"121":1,"125":1,"133":1,"135":1,"150":1,"152":1,"157":1,"159":1,"169":1,"170":2}}],["arbitrarily",{"2":{"133":1}}],["arbitrary",{"2":{"44":1,"128":1,"168":1}}],["around",{"2":{"45":1,"46":2,"55":1,"64":1,"68":1,"127":1,"155":1,"174":1}}],["article",{"2":{"30":1}}],["articles",{"2":{"30":1}}],["argmin",{"2":{"159":1}}],["argtypes",{"2":{"43":2,"148":1,"151":1}}],["args",{"2":{"18":2}}],["argumenterror",{"2":{"61":1,"127":1,"135":5}}],["argument",{"2":{"4":5,"6":10,"39":2,"42":1,"49":1,"52":1,"56":1,"58":1,"60":1,"65":2,"135":2,"165":2,"169":1,"170":1}}],["arguments",{"2":{"1":1,"3":1,"6":5,"50":1,"71":2,"88":1,"105":1,"115":1,"147":1,"151":2,"152":1,"165":1}}],["arithmetic",{"2":{"11":1}}],["archgdal",{"2":{"28":1}}],["arc",{"2":{"6":1,"151":1}}],["array",{"2":{"4":1,"6":2,"15":1,"39":1,"52":1,"127":5,"135":7,"156":1,"159":1}}],["arrays",{"2":{"1":1,"6":2,"27":1,"127":1,"135":2}}],["aren",{"2":{"4":3,"6":5,"55":1,"57":1,"59":2,"61":4,"68":3,"141":2,"144":2}}],["are",{"2":{"1":1,"3":4,"4":18,"5":2,"6":50,"9":2,"12":1,"14":1,"15":2,"25":2,"27":3,"29":1,"30":3,"32":1,"38":1,"39":2,"41":1,"42":8,"44":6,"46":11,"48":1,"49":3,"50":31,"52":6,"55":3,"56":3,"57":15,"58":2,"59":16,"60":5,"61":9,"64":1,"65":1,"67":3,"68":26,"71":7,"73":1,"74":3,"75":3,"76":1,"78":1,"80":1,"87":1,"88":5,"90":1,"91":1,"92":1,"94":1,"95":1,"96":12,"102":7,"105":5,"107":1,"109":2,"114":1,"115":5,"117":1,"118":3,"119":3,"120":1,"122":1,"125":1,"126":1,"127":14,"130":1,"133":1,"135":4,"136":1,"137":1,"138":1,"140":1,"141":3,"142":1,"143":1,"144":2,"145":1,"150":1,"151":1,"152":1,"155":4,"157":1,"159":2,"161":1,"162":2,"163":1,"165":1,"168":1,"171":2,"172":2,"173":3,"174":6,"175":1,"176":1}}],["area2",{"2":{"49":4}}],["area1",{"2":{"49":4}}],["areas",{"2":{"4":2,"6":2,"39":3,"158":2}}],["area",{"0":{"37":2,"38":2},"1":{"38":2,"39":2},"2":{"0":5,"4":15,"6":25,"11":6,"36":1,"37":2,"38":9,"39":61,"47":1,"48":3,"49":49,"51":2,"52":44,"60":2,"61":1,"102":1,"128":1,"141":2,"144":2,"155":2,"158":4,"169":1}}],["ask",{"2":{"28":1}}],["aspect",{"2":{"18":1,"19":1,"38":1,"41":1,"45":2,"48":1,"51":1,"64":2,"127":2,"150":1,"155":1}}],["assign",{"2":{"167":1}}],["assigned",{"2":{"50":1,"127":7,"174":1}}],["assets",{"2":{"169":1}}],["assetpath",{"2":{"169":1}}],["assemble",{"2":{"138":1}}],["assert",{"2":{"46":23,"49":1,"50":1,"55":1,"57":1,"59":1,"152":1,"166":1}}],["associativity",{"2":{"24":1}}],["associated",{"0":{"1":1},"2":{"12":1,"44":2}}],["assumed",{"2":{"13":1,"39":1,"68":1,"96":1}}],["assume",{"2":{"12":1,"102":2,"135":3,"137":1,"144":1}}],["assumes",{"2":{"6":1,"30":1,"50":1,"65":1,"151":1,"159":1}}],["as",{"2":{"1":8,"3":18,"4":6,"5":1,"6":79,"7":1,"11":2,"14":1,"15":1,"18":3,"19":3,"20":3,"22":2,"23":2,"25":1,"27":1,"28":2,"29":1,"32":1,"38":2,"39":3,"41":2,"42":4,"43":3,"44":4,"45":1,"46":4,"48":2,"49":1,"50":15,"51":2,"52":5,"54":3,"55":5,"56":8,"57":2,"58":7,"59":8,"60":7,"61":5,"64":3,"65":1,"67":2,"68":2,"70":3,"71":3,"80":2,"81":2,"83":2,"84":2,"85":2,"87":2,"88":3,"96":7,"98":2,"99":2,"101":2,"102":2,"104":2,"105":3,"107":1,"114":2,"115":3,"125":8,"127":3,"128":3,"130":1,"133":2,"134":2,"135":15,"137":2,"138":2,"140":1,"141":1,"143":2,"145":1,"147":3,"149":2,"150":2,"151":3,"153":2,"154":2,"155":7,"157":2,"160":3,"163":2,"164":2,"165":2,"166":2,"167":3,"168":2,"169":1,"170":1,"172":3,"173":2,"174":3,"175":2}}],["alone",{"2":{"135":1}}],["along",{"2":{"4":4,"6":5,"50":3,"52":2,"59":4,"68":4,"96":1}}],["although",{"2":{"118":1,"119":1}}],["alternate",{"2":{"50":1}}],["alternative",{"2":{"50":1}}],["already",{"2":{"68":1,"96":2,"157":1}}],["almost",{"2":{"59":1}}],["alg=nothing",{"2":{"155":1}}],["alg`",{"2":{"155":1}}],["alg",{"2":{"6":4,"155":21,"156":3,"157":8,"158":3,"159":7,"165":9}}],["algorithms",{"2":{"6":3,"30":1,"137":1,"152":1,"153":1,"155":4,"157":1,"159":1}}],["algorithm",{"0":{"156":1,"157":1,"158":1},"2":{"6":10,"45":1,"50":2,"52":1,"55":3,"56":1,"58":1,"60":1,"96":1,"153":1,"155":8,"156":1,"157":3,"158":1,"165":4}}],["allocations",{"2":{"5":1,"6":1,"46":1}}],["allow=",{"2":{"96":1}}],["allows",{"2":{"11":1,"23":1,"28":1,"29":1,"34":1,"71":2,"73":3,"74":3,"75":3,"76":1,"88":2,"90":3,"91":3,"92":2,"93":1,"105":1,"108":1,"109":1,"110":1,"115":3,"117":3,"118":3,"119":3,"120":1,"128":1,"153":1,"169":1,"171":1,"173":1}}],["allowed",{"2":{"6":1,"71":3,"88":3,"96":6,"105":5,"107":1,"108":2,"115":3,"155":1}}],["allow",{"2":{"1":1,"6":1,"28":1,"59":1,"71":7,"85":3,"88":7,"96":73,"105":10,"115":10,"160":1}}],["all",{"2":{"1":3,"3":2,"4":3,"6":14,"9":1,"11":7,"27":1,"32":1,"36":2,"39":3,"42":5,"46":1,"50":13,"52":3,"56":1,"57":3,"59":3,"61":5,"64":1,"68":2,"74":3,"75":3,"78":1,"80":1,"94":1,"95":1,"96":7,"102":4,"114":1,"122":1,"125":1,"126":1,"127":3,"130":1,"133":2,"134":1,"135":8,"138":1,"140":1,"142":1,"145":1,"146":1,"155":1,"160":2,"161":1,"162":1,"168":1,"170":1,"172":1,"173":1}}],["always",{"2":{"1":7,"4":6,"6":10,"32":1,"38":1,"39":4,"52":2,"64":1,"65":1,"68":1,"135":2,"147":4,"173":1}}],["also",{"2":{"1":2,"6":10,"28":1,"39":2,"42":1,"49":2,"50":3,"52":1,"56":1,"58":1,"59":2,"60":1,"64":1,"65":2,"68":3,"102":1,"127":1,"133":1,"135":1,"138":1,"141":3,"144":2,"148":1,"149":1,"150":1,"151":1,"153":1,"160":1,"163":1,"168":2,"171":1}}],["a",{"0":{"28":1,"169":1,"171":1},"2":{"1":13,"3":5,"4":79,"5":1,"6":194,"7":3,"9":1,"11":1,"12":2,"13":4,"15":2,"16":6,"20":2,"22":1,"23":6,"25":3,"27":3,"28":4,"29":2,"30":1,"31":1,"32":2,"34":2,"35":2,"38":11,"39":20,"41":3,"42":22,"43":2,"44":13,"45":4,"46":11,"48":5,"49":8,"50":281,"51":2,"52":17,"54":3,"55":4,"56":39,"57":30,"58":38,"59":91,"60":36,"61":45,"62":3,"64":15,"65":27,"67":2,"68":54,"70":1,"71":3,"73":5,"74":3,"75":2,"77":2,"78":2,"80":2,"83":2,"85":1,"87":1,"88":3,"90":4,"91":3,"92":1,"94":2,"95":2,"96":52,"98":2,"101":5,"102":27,"104":2,"105":4,"107":4,"108":2,"109":2,"110":1,"111":2,"112":2,"114":1,"115":3,"117":5,"118":2,"119":2,"121":2,"122":2,"124":1,"125":4,"127":79,"128":4,"130":2,"133":4,"135":34,"136":6,"137":2,"138":2,"139":5,"140":5,"141":9,"142":8,"144":6,"145":2,"146":3,"147":8,"148":3,"149":5,"150":4,"151":8,"152":10,"154":3,"155":5,"158":3,"159":1,"160":2,"161":1,"163":6,"164":1,"165":12,"166":2,"167":1,"168":21,"169":12,"170":5,"171":5,"172":11,"173":5,"174":8,"175":3,"176":3}}],["annotation",{"2":{"164":1}}],["angels",{"2":{"42":1}}],["angle",{"2":{"42":35,"125":1}}],["angles",{"0":{"40":1,"41":1},"1":{"41":1,"42":1},"2":{"0":2,"4":10,"6":10,"36":1,"40":1,"41":4,"42":42}}],["answers",{"2":{"142":1}}],["answer",{"2":{"6":3,"56":1,"58":1,"59":1,"60":1}}],["another",{"2":{"3":1,"6":1,"50":2,"59":1,"64":1,"70":1,"73":1,"75":1,"76":1,"80":1,"83":1,"87":1,"90":1,"91":1,"92":1,"93":1,"96":1,"98":1,"101":1,"102":1,"104":1,"107":1,"108":1,"109":1,"110":1,"114":1,"117":1,"118":1,"119":1,"120":1,"127":1,"147":1}}],["anonymous",{"2":{"1":1,"6":1,"160":1}}],["an",{"2":{"1":3,"4":11,"5":1,"6":27,"9":1,"16":1,"18":1,"19":1,"23":1,"25":1,"28":2,"38":1,"39":2,"41":1,"42":4,"43":2,"45":1,"46":3,"48":1,"50":15,"51":2,"52":2,"54":1,"55":1,"56":2,"57":5,"58":2,"59":9,"60":2,"61":2,"64":2,"65":5,"67":1,"68":1,"70":2,"73":2,"80":1,"83":1,"87":1,"96":13,"98":1,"101":1,"102":1,"104":1,"114":1,"117":2,"118":1,"119":1,"126":1,"127":3,"130":1,"133":1,"134":1,"135":8,"138":1,"145":1,"147":1,"151":1,"160":2,"165":3,"166":1,"168":2,"169":2,"171":1,"174":1}}],["anything",{"2":{"45":1,"96":1}}],["any",{"2":{"1":3,"3":1,"4":2,"6":19,"23":1,"29":1,"32":1,"34":1,"44":2,"49":1,"50":7,"52":1,"55":1,"57":1,"59":4,"61":1,"65":2,"72":2,"73":1,"76":1,"87":1,"89":2,"90":1,"91":2,"92":1,"93":2,"96":8,"102":2,"106":2,"116":2,"120":1,"127":2,"128":2,"130":1,"135":2,"138":1,"139":1,"140":3,"141":4,"144":4,"147":2,"149":1,"151":1,"152":1,"157":1,"166":1,"173":2,"174":2}}],["and",{"0":{"1":1,"25":1,"27":1,"29":1,"37":1,"57":1,"59":1,"61":1,"63":1,"168":1,"169":1,"171":1},"1":{"38":1,"39":1,"64":1,"65":1},"2":{"0":2,"1":8,"3":11,"4":18,"6":84,"7":1,"9":2,"12":1,"15":2,"16":1,"22":4,"23":4,"25":2,"27":1,"28":2,"29":3,"30":4,"31":1,"32":2,"34":2,"35":1,"36":1,"38":1,"39":7,"42":13,"43":1,"44":2,"45":2,"46":20,"47":2,"48":1,"49":29,"50":71,"51":2,"52":18,"54":1,"55":4,"56":4,"57":16,"58":4,"59":38,"60":6,"61":15,"64":2,"65":13,"67":2,"68":13,"70":2,"71":3,"74":3,"75":4,"76":1,"80":3,"81":2,"83":2,"84":2,"85":1,"88":3,"91":3,"92":1,"93":1,"96":36,"98":1,"101":2,"102":3,"105":2,"109":2,"110":2,"114":3,"115":4,"117":2,"118":3,"119":3,"120":1,"125":2,"127":16,"128":8,"130":1,"133":2,"134":3,"135":22,"136":1,"137":2,"138":1,"139":1,"140":4,"141":2,"142":1,"145":2,"146":2,"147":2,"150":1,"151":5,"152":4,"153":2,"154":1,"155":8,"157":8,"158":1,"159":1,"160":1,"163":1,"164":3,"165":4,"167":3,"168":9,"169":7,"170":2,"172":5,"173":2,"174":4,"175":2}}],["apart",{"2":{"144":1}}],["april",{"0":{"7":1}}],["appears",{"2":{"137":1}}],["append",{"2":{"42":1,"50":5,"56":1,"57":2,"59":2,"60":1,"61":5,"144":2}}],["approximately",{"2":{"150":1}}],["approximatly",{"2":{"50":1}}],["approach",{"2":{"24":1}}],["appropriately",{"2":{"174":1}}],["appropriate",{"2":{"6":1,"165":2}}],["applies",{"2":{"133":2}}],["applied",{"2":{"6":3,"25":1,"130":1,"135":2,"139":2,"140":2,"141":1}}],["application",{"2":{"1":1,"6":3,"135":1,"138":1,"140":3,"141":1,"144":2,"149":1,"152":1}}],["apply`",{"2":{"135":1}}],["applys",{"2":{"39":1,"52":1}}],["applyreduce",{"0":{"24":1},"2":{"0":2,"1":1,"6":1,"22":1,"24":2,"34":1,"39":1,"42":1,"49":2,"52":1,"65":2,"128":3,"130":1,"135":39,"164":1}}],["apply",{"0":{"1":1,"23":1,"27":1,"34":1,"133":1},"1":{"24":1},"2":{"0":2,"1":4,"6":7,"22":1,"23":5,"25":1,"27":1,"29":1,"34":3,"128":5,"130":1,"132":1,"133":4,"134":1,"135":56,"140":4,"141":1,"145":1,"146":3,"147":1,"151":1,"152":1,"155":2,"160":3,"161":2,"164":1}}],["apis",{"2":{"22":1}}],["api",{"0":{"0":1,"46":1},"1":{"1":1,"2":1,"3":1,"4":1,"5":1,"6":1},"2":{"0":1,"6":3,"29":1,"46":1,"151":1,"155":1,"165":1}}],["snapped",{"2":{"127":1}}],["s3",{"2":{"50":3}}],["scratch",{"2":{"172":1}}],["sciences",{"2":{"169":1}}],["scalefactor",{"2":{"151":3}}],["scattered",{"2":{"174":1}}],["scatter",{"2":{"48":1,"64":2,"67":2,"70":1,"80":2,"83":1,"87":2,"101":2,"114":2,"174":1}}],["schema",{"2":{"135":6}}],["scheme",{"2":{"49":1}}],["scenario",{"2":{"96":2}}],["scene",{"2":{"19":1}}],["square",{"2":{"65":1,"156":1,"157":1}}],["squared",{"2":{"6":2,"52":2,"65":12,"156":2,"157":7}}],["sqrt",{"2":{"42":2,"49":1,"65":3}}],["sgn",{"2":{"42":5}}],["smallest",{"2":{"42":2,"59":1}}],["skipmissing",{"2":{"127":1}}],["skipped",{"2":{"127":1}}],["skip",{"2":{"39":1,"96":14,"127":1,"159":4}}],["skygering",{"2":{"7":1}}],["sᵢ₋₁",{"2":{"46":25}}],["sᵢ₊₁",{"2":{"6":2,"46":41}}],["sᵢ",{"2":{"6":4,"46":46}}],["src",{"2":{"6":2}}],["syntax",{"2":{"171":1}}],["symdifference",{"2":{"126":1}}],["sym10100477",{"2":{"96":1}}],["symbol=",{"2":{"85":1}}],["symbol",{"2":{"6":1,"165":2}}],["systems",{"0":{"12":1},"1":{"13":1,"14":1,"15":1,"16":1},"2":{"12":2}}],["system",{"0":{"169":1,"170":1},"2":{"1":2,"16":1,"147":2,"167":2,"169":1}}],["switches",{"2":{"59":1,"61":1}}],["switch",{"2":{"50":1,"61":1,"164":1}}],["switching",{"2":{"6":1,"52":1}}],["swap",{"2":{"6":1,"61":1,"65":2,"146":1}}],["swapped",{"2":{"3":1,"6":1,"71":1,"81":1,"84":1,"85":1,"99":1,"102":1}}],["swapping",{"2":{"1":1,"6":1,"135":1}}],["s2",{"2":{"6":4,"13":1,"46":6,"50":3}}],["s1",{"2":{"6":3,"46":6,"50":3}}],["saving",{"0":{"172":1}}],["saved",{"2":{"68":1}}],["save",{"2":{"42":1,"167":1,"172":3}}],["samples",{"2":{"18":1}}],["sample",{"2":{"18":1}}],["same",{"2":{"3":2,"4":12,"6":23,"23":1,"39":1,"42":3,"50":15,"52":1,"55":1,"56":3,"58":1,"59":1,"60":1,"61":1,"64":1,"67":2,"68":30,"96":2,"101":1,"102":8,"130":1,"133":1,"135":6,"136":1,"141":2,"143":1,"144":2,"150":1,"168":1,"169":1,"172":1}}],["say",{"2":{"6":1,"46":1,"151":1}}],["span",{"2":{"174":1}}],["spatial",{"0":{"173":1},"1":{"174":1,"175":1,"176":1},"2":{"173":6,"174":3,"176":1}}],["spawn",{"2":{"135":5}}],["space",{"2":{"6":2,"12":2,"13":1,"32":1,"38":1,"42":1,"96":1,"151":1,"152":1}}],["sp",{"2":{"96":2}}],["split",{"2":{"55":1}}],["specialized",{"2":{"32":1}}],["special",{"2":{"13":1}}],["specify",{"2":{"6":1,"130":1,"135":1,"169":1,"170":1,"173":1}}],["specification",{"2":{"137":1,"140":1,"142":1,"143":1}}],["specifically",{"2":{"6":2,"30":1,"46":3,"153":1,"173":1}}],["specific",{"2":{"50":1,"71":1,"88":1,"105":1,"115":1,"135":5}}],["specified",{"2":{"3":1,"6":2,"50":1,"57":2,"59":2,"61":2,"102":1,"133":1,"155":1}}],["spherical",{"2":{"13":2}}],["sphere",{"2":{"13":1}}],["slow",{"2":{"175":1}}],["slower",{"2":{"6":1,"165":2}}],["slope2",{"2":{"125":2}}],["slope1",{"2":{"125":2}}],["slidergrid",{"2":{"19":1}}],["sliders",{"2":{"19":3}}],["slighly",{"2":{"4":1,"6":1,"39":1}}],["slightly",{"2":{"4":1,"6":1,"39":1}}],["suite",{"2":{"151":5,"155":13}}],["suggestion",{"2":{"148":1}}],["sun",{"2":{"96":1}}],["suppose",{"2":{"175":1,"176":1}}],["supports",{"2":{"45":1,"46":1,"172":1,"176":2}}],["support",{"2":{"43":1,"149":1,"176":1}}],["supported",{"2":{"28":1,"172":1}}],["supertype",{"2":{"6":1,"46":1}}],["surrounds",{"2":{"96":1}}],["survey",{"2":{"16":1}}],["sure",{"2":{"9":1,"42":1,"50":2,"65":1,"102":1,"159":1}}],["sukumar",{"2":{"6":1,"46":1}}],["such",{"2":{"4":1,"6":1,"13":1,"38":1,"54":1,"133":1,"145":1}}],["sum=1",{"2":{"46":1}}],["sum",{"2":{"4":2,"6":3,"11":6,"38":1,"39":2,"44":2,"46":8,"52":1,"65":2,"125":5,"159":1,"166":4}}],["sublevel",{"2":{"175":1}}],["subsequent",{"2":{"168":1}}],["substituted",{"2":{"1":1,"6":1,"135":1}}],["subgeom1",{"2":{"135":2}}],["subgeom",{"2":{"135":3}}],["subject",{"2":{"50":1}}],["subtype",{"2":{"135":1}}],["subtypes",{"2":{"6":2,"46":2}}],["subtracted",{"2":{"125":1}}],["subtitle",{"2":{"18":1,"45":2,"151":1,"155":2}}],["sub",{"2":{"4":6,"6":7,"39":3,"42":1,"52":1,"57":6,"59":3,"61":4,"65":2,"77":2,"78":2,"94":2,"95":2,"111":2,"112":2,"121":2,"122":2,"135":3,"142":4,"143":2,"144":4}}],["series",{"2":{"168":1}}],["services",{"2":{"16":1}}],["serve",{"2":{"6":1,"46":1}}],["searchsortedfirst",{"2":{"157":1}}],["seg2",{"2":{"125":2}}],["seg1",{"2":{"125":3}}],["seg",{"2":{"96":23,"102":9}}],["segmentation",{"2":{"150":1}}],["segments",{"2":{"28":1,"36":1,"41":2,"42":1,"48":1,"49":2,"50":3,"52":1,"59":6,"96":18,"151":1,"152":3}}],["segmentization",{"2":{"149":1}}],["segmentizing",{"2":{"6":3,"150":1,"151":2,"152":1}}],["segmentized",{"2":{"150":1}}],["segmentizes",{"2":{"149":1}}],["segmentizemethod",{"2":{"6":1,"151":3,"152":2}}],["segmentize",{"0":{"149":1},"1":{"150":1,"151":1,"152":1},"2":{"0":1,"6":4,"13":1,"36":1,"43":1,"128":1,"149":1,"150":5,"151":11,"152":13}}],["segment",{"2":{"4":4,"6":7,"42":1,"49":5,"50":6,"52":3,"54":1,"59":17,"65":2,"85":3,"96":43,"102":3,"125":2,"149":1,"151":2,"152":1}}],["seperates",{"2":{"96":1}}],["seperate",{"2":{"50":1,"59":1}}],["separately",{"2":{"46":1,"127":1}}],["separate",{"2":{"15":1,"127":1,"135":1,"164":1,"172":1,"174":1}}],["several",{"2":{"25":2,"30":2,"39":1,"136":1,"144":1}}],["sense",{"2":{"12":1,"39":1,"65":1}}],["section",{"2":{"96":3,"101":1}}],["sections",{"2":{"10":1}}],["seconds=1",{"2":{"151":3,"155":8}}],["secondisleft",{"2":{"127":4}}],["secondisstraight",{"2":{"127":7}}],["secondary",{"2":{"3":3,"6":3,"71":1,"81":1,"115":1}}],["second",{"2":{"3":8,"6":9,"50":1,"59":4,"68":1,"70":1,"71":1,"74":1,"75":1,"76":1,"80":2,"81":1,"84":2,"88":2,"96":2,"105":1,"114":1,"115":1,"118":1,"119":1,"120":2,"157":1,"170":1,"173":1}}],["self",{"2":{"9":2}}],["selected",{"2":{"127":1}}],["selectednode",{"2":{"127":3}}],["selection",{"2":{"19":1}}],["select",{"2":{"6":1,"163":1}}],["seem",{"2":{"32":1}}],["seems",{"2":{"15":1}}],["see",{"2":{"6":3,"7":1,"16":1,"34":1,"48":1,"65":1,"67":1,"70":1,"80":1,"87":1,"96":5,"98":1,"101":1,"104":1,"114":1,"127":2,"137":1,"138":1,"140":1,"141":3,"143":1,"144":2,"150":2,"157":1,"174":2}}],["setup=",{"2":{"71":1,"88":1,"105":1,"115":1}}],["sets",{"2":{"50":1}}],["setting",{"2":{"28":1}}],["set",{"0":{"28":1},"2":{"3":2,"4":7,"6":19,"12":1,"16":1,"28":1,"42":1,"44":2,"46":8,"50":3,"56":2,"58":2,"59":7,"60":2,"67":2,"68":10,"71":1,"85":1,"88":1,"96":2,"102":1,"105":1,"115":1,"125":1,"127":1,"141":2,"144":2,"157":2,"168":1,"172":1,"174":3}}],["sve",{"2":{"1":1,"6":1,"160":1}}],["svector",{"2":{"1":14,"6":14,"50":5,"56":1,"59":2,"61":6,"96":1,"127":1,"160":13,"168":6,"170":4}}],["solution",{"2":{"96":1}}],["solid",{"2":{"6":2}}],["south",{"2":{"52":7}}],["source",{"2":{"1":10,"3":19,"4":22,"5":3,"6":89,"85":2,"130":3,"140":1,"141":4,"147":3,"169":13,"170":1}}],["sort",{"2":{"50":4,"55":2,"59":2,"60":2,"96":1,"102":2,"127":1,"157":1}}],["sorted",{"2":{"25":1,"50":1,"157":7,"173":1}}],["someone",{"2":{"165":1}}],["something",{"0":{"62":1},"2":{"10":1}}],["some",{"2":{"3":1,"6":3,"9":1,"12":2,"16":1,"22":1,"30":1,"46":4,"68":1,"96":3,"102":1,"126":1,"127":1,"128":2,"133":2,"135":2,"139":1,"140":2,"141":1,"159":1,"162":2,"167":2,"173":1,"176":1}}],["so",{"2":{"1":1,"4":4,"6":10,"9":1,"22":1,"24":1,"32":1,"36":1,"45":1,"46":1,"50":1,"51":1,"59":1,"60":2,"61":2,"64":1,"65":1,"67":1,"68":4,"80":1,"87":1,"96":2,"98":1,"114":1,"127":3,"130":1,"135":6,"149":1,"150":1,"151":3,"152":1,"159":1,"160":1,"165":2,"169":1,"170":1}}],["step",{"2":{"50":7,"56":1,"57":3,"58":1,"59":3,"60":1,"61":3,"127":4,"166":1}}],["storing",{"2":{"172":1}}],["stored",{"2":{"50":2,"174":1}}],["stores",{"2":{"50":1}}],["store",{"2":{"46":1,"172":1}}],["stopping",{"2":{"157":2}}],["stops",{"2":{"133":1}}],["stop",{"2":{"23":2,"85":3,"96":4,"102":3}}],["style",{"2":{"6":2}}],["style=",{"2":{"6":2}}],["stay",{"2":{"61":1}}],["states",{"2":{"155":1}}],["state",{"2":{"60":1,"175":9}}],["status",{"2":{"50":31,"57":4,"59":5,"61":4,"127":1}}],["static",{"2":{"164":1}}],["staticarray",{"2":{"46":1}}],["staticarrays",{"2":{"36":1,"50":5,"56":1,"59":2,"61":6,"96":1,"127":1,"160":2}}],["staticarraysco",{"2":{"1":1,"6":1,"160":1}}],["staticarrayscore",{"2":{"1":10,"6":10,"46":1,"160":10,"168":6,"170":4}}],["statica",{"2":{"1":1,"6":1,"160":1}}],["statistics",{"2":{"18":2,"36":1}}],["stackoverflow",{"2":{"59":1}}],["stack",{"2":{"30":1,"55":1}}],["stability",{"2":{"28":1,"35":1}}],["stable",{"2":{"18":1,"29":1,"152":1}}],["standardized",{"2":{"96":1}}],["standardizing",{"2":{"15":1}}],["standards",{"2":{"31":1,"96":1}}],["standard",{"2":{"12":1}}],["stage",{"2":{"7":1}}],["started",{"2":{"50":1}}],["starting",{"2":{"49":2,"50":1,"52":1,"59":1,"144":4}}],["startvalue",{"2":{"19":4}}],["start",{"2":{"6":1,"23":1,"42":7,"46":1,"50":76,"52":17,"57":4,"59":4,"61":5,"68":1,"85":4,"96":44,"102":3,"117":1,"127":2,"136":1,"157":16,"168":1}}],["straightline",{"2":{"127":3}}],["straight",{"2":{"127":6}}],["strait",{"2":{"127":1}}],["structs",{"2":{"25":1,"140":1}}],["structures",{"2":{"128":1}}],["structured",{"2":{"16":1}}],["structure",{"2":{"6":2,"130":1,"135":1,"146":1}}],["struct",{"2":{"6":3,"46":2,"50":2,"138":1,"144":2,"151":2,"156":1,"157":1,"158":1,"163":3,"164":2,"165":4}}],["strings",{"2":{"6":1,"15":1,"16":2,"49":1,"59":1}}],["string",{"2":{"1":2,"15":1,"19":1,"48":1,"49":1,"147":2}}],["still",{"2":{"0":1,"39":1,"49":1,"50":3,"70":1,"157":1}}],["shp",{"2":{"172":1}}],["ships",{"2":{"169":1}}],["shifting",{"2":{"170":1}}],["shift",{"2":{"168":3}}],["shewchuck",{"2":{"7":1}}],["short",{"2":{"16":1,"135":1}}],["show",{"2":{"9":1,"11":1,"18":1,"19":1,"45":1,"169":1,"172":1,"173":2}}],["shoelace",{"2":{"4":1,"6":1,"39":2,"52":1}}],["shouldn",{"2":{"59":1}}],["should",{"2":{"1":1,"4":1,"6":14,"13":1,"22":1,"23":1,"25":2,"32":1,"39":1,"42":3,"49":1,"50":3,"51":1,"68":1,"96":4,"127":2,"130":1,"135":2,"137":1,"140":4,"141":2,"152":1,"155":2,"164":1}}],["sharing",{"2":{"87":1}}],["shares",{"2":{"59":1}}],["share",{"2":{"4":7,"6":8,"67":2,"68":8,"91":2,"92":1,"93":1,"102":1,"110":1}}],["shared",{"0":{"159":1},"2":{"3":1,"6":1,"50":2,"59":2,"102":3}}],["shapes",{"2":{"65":1,"172":7}}],["shape",{"2":{"48":1,"57":1,"59":1,"67":1,"143":1,"168":1}}],["shaped",{"2":{"45":1}}],["shapefiles",{"2":{"172":1}}],["shapefile",{"2":{"34":1,"172":4}}],["shallower",{"2":{"1":1,"6":1,"135":1}}],["sites",{"2":{"175":1}}],["sides",{"2":{"50":3,"137":1}}],["side",{"2":{"42":4,"50":26}}],["signals",{"2":{"134":1}}],["sign",{"2":{"18":2,"19":2,"39":2,"42":7,"125":3}}],["signed",{"0":{"37":1,"38":1,"63":1,"64":1},"1":{"38":1,"39":1,"64":1,"65":1},"2":{"0":4,"4":15,"6":18,"11":3,"37":1,"38":5,"39":23,"52":3,"63":1,"64":7,"65":19}}],["six",{"2":{"6":1,"155":1}}],["size=",{"2":{"169":1}}],["sizehint",{"2":{"50":2,"57":1,"152":1}}],["size",{"2":{"6":4,"18":2,"19":5,"45":1,"61":1,"127":2,"135":4,"155":1}}],["sin",{"2":{"168":3,"169":1,"170":2}}],["singed",{"2":{"65":1}}],["singular",{"2":{"59":1}}],["singlepoly",{"2":{"155":6}}],["single",{"2":{"4":6,"6":10,"28":1,"39":1,"42":2,"52":1,"68":5,"101":2,"127":2,"141":2,"142":1,"144":2,"168":3,"172":1}}],["since",{"2":{"1":1,"6":2,"39":1,"42":1,"49":1,"52":2,"60":1,"65":1,"68":1,"96":1,"102":2,"109":1,"147":1,"164":1,"165":2,"175":1}}],["simulation",{"2":{"28":1}}],["simultaneously",{"2":{"25":1}}],["simplication",{"2":{"155":1}}],["simplifier",{"2":{"155":4}}],["simplified",{"2":{"28":1,"154":1}}],["simplifies",{"2":{"6":3,"156":1,"157":1,"158":1}}],["simplification",{"0":{"153":1},"1":{"154":1,"155":1},"2":{"6":2,"153":2,"155":2}}],["simplifying",{"2":{"153":1}}],["simplify",{"0":{"156":1,"157":1,"158":1},"2":{"0":1,"6":15,"9":1,"36":1,"50":1,"128":1,"154":1,"155":41,"156":1,"157":2,"158":1}}],["simplifyalgs",{"2":{"159":1}}],["simplifyalg",{"2":{"0":1,"6":8,"155":5,"156":2,"157":2,"158":2}}],["simply",{"2":{"7":1,"12":1,"38":1,"43":1,"50":1,"59":1,"61":1,"81":1,"84":1,"99":1,"127":1,"139":1,"147":1,"148":1,"151":1,"168":1,"171":1}}],["simple",{"0":{"174":1},"2":{"6":2,"46":1,"128":3,"146":1,"147":1,"154":2,"155":2,"164":1}}],["simpler",{"2":{"6":1,"127":1}}],["similarly",{"2":{"128":1}}],["similar",{"2":{"1":1,"6":3,"16":1,"23":1,"32":1,"34":1,"43":1,"127":2,"135":1,"151":2,"152":1,"161":1}}],["s",{"0":{"35":1},"2":{"0":1,"6":9,"7":1,"9":1,"13":1,"23":1,"24":1,"30":1,"34":1,"38":1,"39":4,"42":1,"44":1,"45":2,"46":5,"48":3,"49":3,"50":3,"52":1,"54":1,"57":1,"59":2,"61":3,"65":1,"68":1,"83":2,"90":3,"91":4,"92":2,"96":9,"102":1,"110":1,"127":5,"128":2,"130":3,"131":1,"135":1,"138":1,"141":4,"142":1,"144":3,"150":4,"151":1,"153":1,"155":2,"159":4,"163":2,"164":1,"165":6,"168":6,"169":4,"170":4,"171":2,"172":5,"176":2}}],["fn",{"2":{"172":8}}],["fc",{"2":{"135":22,"155":3,"166":14}}],["fj",{"2":{"127":2}}],["f2",{"2":{"50":2}}],["f1",{"2":{"50":2}}],["f64",{"2":{"18":2,"19":2}}],["few",{"2":{"137":1}}],["fetch",{"2":{"135":2}}],["fetched",{"2":{"127":1}}],["feb",{"0":{"8":1},"1":{"9":1,"10":1}}],["featurecollection",{"2":{"6":2,"11":1,"23":1,"127":4,"135":7,"169":2}}],["featurecollectiontrait",{"2":{"1":1,"6":2,"130":1,"133":1,"135":14,"166":5}}],["features",{"0":{"72":1,"89":1,"106":1,"116":1},"2":{"1":1,"6":2,"11":1,"27":1,"127":3,"134":1,"135":19,"169":1}}],["featuretrait",{"2":{"1":2,"6":3,"72":4,"85":2,"89":4,"106":4,"116":4,"130":1,"133":3,"135":15,"166":5}}],["feature",{"2":{"1":6,"4":1,"6":10,"16":1,"23":2,"27":1,"39":1,"52":1,"127":2,"128":1,"134":1,"135":49,"155":2,"166":2,"172":1}}],["fra",{"2":{"175":2}}],["frame",{"2":{"171":1}}],["framework",{"2":{"128":4}}],["fracs",{"2":{"50":20,"55":1}}],["frac",{"2":{"46":1,"50":2,"59":17,"155":2}}],["fractional",{"2":{"50":1,"59":3}}],["fractions",{"2":{"50":1,"59":4}}],["fraction",{"2":{"6":4,"59":2,"65":1,"155":1}}],["front",{"2":{"42":1}}],["from",{"2":{"1":3,"3":4,"4":16,"6":29,"7":1,"11":1,"12":1,"15":1,"25":1,"27":1,"30":1,"36":1,"39":2,"43":1,"45":1,"46":4,"49":1,"50":6,"52":11,"55":1,"56":1,"57":3,"58":1,"59":11,"60":1,"61":6,"65":25,"88":2,"90":5,"91":4,"92":2,"93":1,"94":2,"96":6,"102":2,"125":2,"127":7,"130":3,"135":3,"144":1,"147":4,"149":1,"155":1,"156":1,"157":3,"158":1,"166":1,"167":1,"169":5,"172":1,"173":1,"174":1,"176":1}}],["footprint",{"2":{"170":1}}],["foldable",{"2":{"135":3}}],["follows",{"2":{"50":2,"71":1,"88":1,"105":1,"115":1,"127":1}}],["following",{"2":{"6":1,"30":1,"46":1,"54":1,"137":1,"143":1,"155":1,"173":1}}],["focusing",{"2":{"32":1}}],["foundational",{"2":{"22":1}}],["found",{"2":{"6":8,"52":1,"55":1,"56":2,"58":2,"59":1,"60":2,"68":1,"127":5,"133":3,"135":7,"152":1}}],["forward",{"2":{"59":1}}],["forwards",{"2":{"50":1,"57":1,"61":1}}],["form",{"2":{"23":1,"50":3,"59":8,"61":3,"135":1}}],["formats",{"2":{"167":1,"170":1,"172":3}}],["format",{"0":{"16":1},"2":{"55":1,"172":3}}],["formed",{"2":{"4":2,"6":3,"41":1,"42":4,"46":1,"50":8,"60":1,"61":1,"157":1}}],["formula",{"2":{"4":1,"6":1,"39":2,"52":1}}],["force",{"2":{"1":1,"135":1,"147":1,"155":1}}],["for",{"0":{"57":1,"59":1,"61":1},"2":{"0":2,"1":3,"3":1,"4":4,"5":3,"6":44,"7":4,"9":2,"18":5,"19":1,"23":1,"25":1,"27":1,"28":5,"32":3,"34":1,"36":1,"39":8,"42":5,"43":3,"44":1,"45":1,"46":19,"49":7,"50":35,"52":11,"55":5,"56":2,"57":3,"58":1,"59":7,"60":1,"61":9,"64":2,"65":7,"68":13,"71":3,"77":1,"78":1,"83":1,"85":6,"88":2,"94":1,"95":1,"96":22,"101":1,"102":11,"105":2,"111":1,"112":1,"115":3,"121":1,"122":1,"124":1,"125":5,"126":1,"127":13,"128":3,"130":6,"131":2,"135":6,"136":3,"137":2,"139":1,"140":5,"142":3,"143":1,"144":5,"145":1,"147":3,"149":4,"150":7,"151":6,"152":8,"153":4,"155":12,"156":2,"157":2,"158":1,"159":6,"163":1,"164":2,"165":5,"166":7,"167":1,"169":4,"170":1,"172":3,"173":1,"175":2,"176":1}}],["fi",{"2":{"127":2}}],["fill",{"2":{"50":1,"127":1,"152":3}}],["filled",{"2":{"50":5,"52":3,"64":1,"65":2,"96":16}}],["files",{"2":{"162":1,"172":2}}],["file",{"2":{"50":1,"71":3,"88":3,"105":3,"115":3,"126":1,"127":1,"128":1,"139":1,"147":1,"152":1,"153":1,"162":2,"167":1,"172":2}}],["filters",{"2":{"50":1}}],["filtering",{"2":{"6":1,"155":1}}],["filter",{"2":{"4":1,"6":2,"50":2,"135":3,"144":2,"145":1,"155":1}}],["fine",{"2":{"150":1}}],["final",{"2":{"61":1,"140":4,"151":1}}],["finally",{"2":{"45":2,"59":1,"127":1,"135":3,"172":1}}],["findmin",{"2":{"159":1}}],["findmax",{"2":{"155":1,"157":1}}],["findall",{"2":{"140":1}}],["finding",{"2":{"59":1}}],["findfirst",{"2":{"50":6,"55":2,"155":1}}],["findnext",{"2":{"50":3}}],["findlast",{"2":{"50":2}}],["findprev",{"2":{"50":2}}],["finds",{"2":{"50":1,"52":1}}],["find",{"2":{"30":1,"39":1,"42":6,"50":12,"52":3,"55":2,"56":4,"58":2,"59":8,"60":1,"65":3,"68":1,"96":7,"127":2,"157":5,"175":1}}],["finish",{"2":{"9":1}}],["fit",{"2":{"22":1}}],["field",{"2":{"18":2,"50":2}}],["figure",{"2":{"18":1,"19":1,"38":1,"45":2,"169":3}}],["fig",{"2":{"18":6,"19":6,"168":7,"169":4}}],["fix1",{"2":{"135":2,"152":1}}],["fixme",{"2":{"125":1}}],["fix2",{"2":{"50":2}}],["fixed",{"2":{"6":3,"56":1,"58":1,"60":1}}],["fix",{"0":{"25":1},"2":{"6":9,"9":3,"20":3,"22":1,"25":1,"56":1,"57":11,"58":1,"59":11,"60":1,"61":10,"137":1,"139":1,"140":1,"143":1}}],["firstisright",{"2":{"127":2}}],["firstisleft",{"2":{"127":4}}],["firstisstraight",{"2":{"127":4}}],["firstnode",{"2":{"127":9}}],["first",{"2":{"3":9,"6":10,"39":7,"42":14,"43":1,"45":1,"46":9,"49":1,"50":17,"52":2,"55":1,"56":2,"58":1,"59":5,"60":3,"65":8,"68":4,"70":1,"71":2,"74":1,"75":1,"76":1,"80":2,"81":2,"84":2,"88":3,"96":22,"102":1,"105":2,"107":1,"114":1,"115":2,"118":1,"119":1,"120":2,"125":1,"127":16,"135":6,"137":1,"152":3,"156":1,"157":2,"166":2,"167":1,"168":1,"169":1,"170":1,"173":1,"174":1}}],["fancy",{"2":{"168":1}}],["fancis",{"2":{"6":1,"46":1}}],["fair",{"2":{"150":1}}],["fail",{"2":{"1":1,"6":2,"135":6,"151":1}}],["fallback",{"2":{"135":1}}],["falses",{"2":{"50":2,"55":1,"56":1,"58":1}}],["false",{"0":{"29":1},"2":{"1":29,"3":7,"4":3,"6":55,"39":1,"42":2,"45":5,"50":26,"52":5,"55":1,"56":1,"57":3,"59":1,"60":4,"65":2,"67":2,"68":27,"71":8,"73":2,"74":4,"75":1,"76":1,"77":1,"78":1,"80":2,"83":2,"85":11,"88":9,"90":1,"91":4,"94":1,"95":1,"96":39,"102":22,"105":8,"107":3,"108":4,"109":1,"111":1,"112":1,"114":1,"115":7,"117":2,"118":4,"119":1,"120":1,"121":1,"122":1,"125":10,"127":5,"135":18,"137":16,"143":44,"144":4,"152":2,"155":1,"159":2,"160":20,"164":2,"166":2,"168":242,"169":12,"170":18,"173":1}}],["fashion",{"2":{"38":1}}],["faster",{"2":{"46":1,"135":1}}],["fast",{"2":{"17":1}}],["f",{"2":{"1":12,"6":25,"20":1,"23":3,"24":1,"27":2,"38":2,"41":1,"43":1,"45":4,"48":2,"50":19,"51":2,"54":2,"56":2,"57":2,"58":2,"59":2,"60":2,"61":2,"64":5,"67":2,"70":2,"80":2,"83":2,"87":2,"96":7,"98":2,"101":2,"104":2,"114":2,"127":30,"130":2,"133":2,"135":168,"148":1,"150":2,"151":1,"154":2,"155":1,"159":6,"160":6,"165":5,"166":16,"168":6,"170":2,"174":3}}],["fun",{"2":{"168":1}}],["fundamental",{"2":{"162":1}}],["func",{"2":{"18":5}}],["funcs",{"2":{"18":2,"19":3}}],["functionality",{"2":{"59":1,"128":1,"146":1,"147":1,"152":1,"165":1}}],["functionalities",{"2":{"50":1}}],["functionally",{"2":{"1":1,"6":1,"23":1,"34":1,"135":1}}],["function",{"2":{"1":8,"3":9,"4":9,"5":3,"6":12,"7":2,"9":1,"18":3,"19":2,"23":2,"34":1,"36":1,"39":3,"42":5,"46":13,"49":6,"50":18,"52":7,"54":2,"55":4,"56":3,"57":3,"58":2,"59":7,"60":2,"61":4,"62":1,"65":6,"67":1,"68":8,"70":1,"71":1,"77":1,"78":1,"80":1,"83":1,"85":5,"87":1,"88":1,"94":1,"95":1,"96":9,"98":1,"101":1,"102":7,"104":1,"105":1,"111":1,"112":1,"114":1,"115":1,"121":1,"122":1,"125":4,"126":3,"127":16,"130":3,"133":2,"135":29,"138":2,"140":7,"141":2,"144":2,"146":2,"147":1,"149":2,"151":2,"152":7,"155":3,"156":2,"157":3,"158":2,"159":7,"160":3,"161":1,"165":6,"166":12,"168":1,"173":1,"176":4}}],["functions",{"0":{"1":1,"57":1,"59":1,"61":1,"128":1,"130":1,"166":1},"1":{"129":1,"130":1,"131":1,"132":1,"133":1,"134":1,"135":1},"2":{"6":1,"9":3,"22":1,"30":1,"34":1,"39":1,"46":1,"49":1,"50":2,"52":1,"54":1,"96":1,"126":1,"128":2,"133":1,"140":2,"141":1}}],["fulfilled",{"2":{"157":1}}],["fully",{"2":{"6":1,"50":4,"55":1,"102":4}}],["full",{"0":{"0":1},"1":{"1":1,"2":1,"3":1,"4":1,"5":1,"6":1},"2":{"0":1,"52":5,"140":1,"175":4}}],["furthest",{"2":{"127":1}}],["further",{"2":{"48":1,"135":1}}],["furthermore",{"2":{"3":2,"6":5,"50":1,"56":1,"58":1,"60":1,"71":1,"115":1}}],["future",{"2":{"28":1,"65":1,"149":2}}],["flexijoins",{"2":{"173":1,"174":3,"175":1,"176":5}}],["flags",{"2":{"50":5}}],["flag",{"2":{"50":12,"55":1}}],["flat",{"2":{"6":1,"159":2,"166":1}}],["flattened",{"2":{"23":1}}],["flattening",{"2":{"6":4,"151":2}}],["flatten",{"2":{"0":2,"6":4,"11":3,"18":1,"23":1,"46":1,"50":2,"52":3,"58":1,"61":1,"85":1,"130":4,"135":27,"144":1}}],["floating",{"2":{"6":1,"50":1,"59":5,"127":2}}],["float",{"2":{"6":3,"56":1,"58":1,"60":1}}],["float64x2",{"2":{"18":6,"19":6,"20":2}}],["float64",{"2":{"1":6,"4":10,"6":30,"18":1,"39":6,"41":1,"42":3,"49":1,"52":4,"55":2,"56":2,"58":1,"59":3,"60":1,"65":12,"96":4,"102":2,"125":4,"137":6,"143":26,"150":2,"151":2,"152":1,"156":4,"157":9,"158":2,"159":6,"160":6,"161":1,"166":8,"168":190,"169":7,"170":10}}],["flipping",{"0":{"146":1},"2":{"146":1}}],["flipped",{"2":{"1":2,"6":2,"135":2}}],["flipaxis",{"2":{"45":1}}],["flip",{"2":{"0":1,"6":1,"36":1,"128":2,"135":1,"146":2}}],["wₜₒₜ",{"2":{"46":8}}],["wᵢ",{"2":{"46":18}}],["wt",{"2":{"46":3}}],["wglmakie",{"2":{"19":1}}],["wgs84",{"2":{"12":1,"169":1}}],["w",{"2":{"18":13,"19":7,"65":4,"127":1}}],["wrong",{"2":{"142":1,"159":1}}],["writing",{"2":{"172":1}}],["written",{"2":{"68":1}}],["write",{"2":{"7":1,"35":1,"127":1,"172":7}}],["wrap",{"2":{"4":1,"6":1,"15":1,"145":1,"151":1}}],["wrapped",{"2":{"27":1,"127":2,"133":1,"135":1}}],["wrapper",{"0":{"35":1},"2":{"35":1,"39":1,"42":1,"49":1,"52":1,"65":1,"68":1,"71":1,"88":1,"102":1,"105":1,"115":1}}],["wrappers`",{"2":{"135":1}}],["wrappers",{"2":{"1":10,"6":12,"27":1,"125":2,"127":1,"130":1,"137":8,"138":1,"143":22,"150":1,"151":1,"155":1,"160":10,"166":1,"168":121,"169":5,"170":9}}],["wrappergeometry`",{"2":{"147":1}}],["wrappergeometry",{"2":{"1":1}}],["wrapping",{"2":{"1":1,"6":1,"68":1,"147":1,"161":1}}],["west",{"2":{"52":8}}],["were",{"2":{"50":1,"127":1,"174":1}}],["welcome",{"2":{"32":1}}],["well",{"2":{"15":2,"22":1,"50":1,"52":1,"149":1,"153":1,"164":1}}],["web",{"2":{"16":1,"172":1}}],["we",{"0":{"62":2},"2":{"7":1,"11":1,"12":1,"18":1,"22":3,"24":1,"28":3,"29":1,"32":2,"38":2,"39":2,"42":1,"43":2,"45":4,"46":8,"49":1,"50":7,"52":4,"57":8,"58":2,"59":3,"61":1,"65":1,"67":1,"68":5,"70":1,"71":1,"80":1,"81":1,"84":1,"87":1,"88":1,"96":2,"98":3,"99":1,"101":1,"102":2,"104":1,"105":1,"114":1,"115":1,"126":1,"127":21,"133":1,"135":20,"136":1,"148":1,"149":2,"150":2,"151":3,"152":1,"155":5,"159":2,"162":1,"164":4,"165":1,"167":2,"168":4,"169":6,"170":4,"171":1,"172":3,"173":3,"174":7}}],["weighting",{"2":{"48":2,"49":1}}],["weights",{"2":{"44":4}}],["weight",{"2":{"6":5,"46":14,"49":1}}],["weighted",{"2":{"0":1,"6":2,"44":3,"46":4,"49":4}}],["walk",{"2":{"55":1}}],["wall2",{"2":{"52":7}}],["wall1",{"2":{"52":12}}],["walls",{"2":{"52":3}}],["wall",{"2":{"52":69}}],["wachspress",{"2":{"46":1}}],["wasincreasing",{"2":{"127":10}}],["wasn",{"2":{"50":1}}],["was",{"2":{"36":1,"39":1,"42":1,"43":1,"45":1,"46":4,"49":1,"50":1,"52":1,"55":1,"56":1,"57":3,"58":1,"59":2,"60":1,"61":3,"62":1,"65":1,"68":1,"78":1,"81":1,"84":1,"85":1,"95":1,"96":1,"99":1,"102":1,"112":1,"122":1,"125":1,"126":1,"127":1,"133":1,"135":1,"138":1,"141":1,"144":1,"145":1,"146":1,"148":1,"150":1,"152":1,"159":1,"160":1,"161":1,"165":2,"166":1}}],["wanted",{"2":{"176":1}}],["wants",{"2":{"135":1}}],["want",{"0":{"28":1,"62":1},"2":{"18":1,"23":1,"28":1,"46":1,"50":1,"125":1,"169":2,"171":1,"175":1,"176":1}}],["ways",{"0":{"15":1},"2":{"15":1,"142":1}}],["way",{"2":{"6":1,"15":1,"16":3,"22":1,"23":1,"29":1,"34":1,"44":1,"128":1,"139":1,"152":1,"163":1,"165":2,"171":1}}],["warn",{"2":{"127":2}}],["warned",{"2":{"6":1,"165":1}}],["warning",{"2":{"0":1,"5":1,"6":2,"29":1,"46":1,"135":1,"151":1,"162":1,"175":1}}],["won",{"2":{"28":1,"50":1,"135":1}}],["wouldn",{"2":{"59":1}}],["would",{"0":{"62":1},"2":{"6":3,"28":1,"56":1,"58":1,"59":1,"60":1,"127":1,"164":2,"169":1,"175":1,"176":1}}],["world",{"0":{"175":1},"2":{"173":1}}],["worrying",{"2":{"29":1}}],["words",{"2":{"3":1,"6":1,"80":1,"98":1,"104":1,"105":1}}],["works",{"2":{"147":1,"149":1}}],["workflow",{"2":{"85":1,"102":1}}],["workflows",{"2":{"28":1,"32":1}}],["working",{"2":{"3":1,"6":1,"85":1,"169":1}}],["work",{"2":{"1":3,"6":3,"9":1,"39":2,"42":1,"49":1,"52":2,"55":2,"65":1,"68":1,"96":1,"102":1,"125":1,"135":2,"147":1,"160":1,"175":1}}],["whole",{"2":{"96":1}}],["whose",{"2":{"3":1,"6":1,"85":1}}],["white",{"2":{"45":1}}],["while",{"2":{"42":1,"48":1,"49":1,"50":5,"59":2,"64":1,"68":1,"85":1,"96":1,"127":3,"144":1,"157":1,"159":2,"174":1}}],["whichever",{"2":{"6":1,"155":1}}],["which",{"2":{"1":1,"4":2,"5":1,"6":7,"7":1,"11":1,"12":1,"18":1,"19":1,"22":1,"23":4,"25":1,"28":2,"30":1,"38":1,"39":1,"43":1,"44":1,"45":2,"46":5,"50":11,"52":2,"59":2,"68":2,"96":3,"126":1,"127":3,"128":1,"135":1,"136":2,"137":1,"140":1,"142":1,"143":1,"148":1,"149":1,"150":1,"151":3,"152":2,"155":1,"157":2,"160":1,"163":1,"165":4,"172":3,"173":3,"174":6,"176":1}}],["what",{"0":{"27":1,"31":1,"35":1,"38":2,"41":1,"48":1,"51":1,"54":1,"64":2,"67":1,"70":1,"80":1,"83":1,"87":1,"98":1,"101":1,"104":1,"114":1,"133":1},"2":{"12":1,"18":1,"19":1,"29":1,"48":1,"125":1,"127":1,"150":1,"164":1,"169":1,"175":1}}],["whatever",{"2":{"1":1,"6":1,"27":1,"135":1}}],["whyatt",{"2":{"153":1}}],["why",{"0":{"27":1,"28":1},"2":{"9":1,"22":1,"35":1,"39":1}}],["wheel",{"2":{"22":1}}],["whether",{"2":{"1":4,"4":1,"6":10,"124":1,"125":1,"132":2,"136":1}}],["when",{"2":{"1":1,"4":2,"5":1,"6":5,"16":1,"23":1,"25":1,"28":2,"29":1,"39":1,"46":3,"49":1,"50":2,"57":5,"59":6,"61":7,"96":1,"127":1,"133":3,"135":1,"137":1,"140":1,"145":2,"155":1,"169":1,"170":2,"172":1,"176":1}}],["wherever",{"2":{"6":1,"161":1}}],["where",{"2":{"1":2,"4":5,"6":11,"25":1,"36":2,"39":12,"42":8,"44":2,"46":24,"49":8,"50":14,"52":8,"55":5,"56":2,"57":5,"58":3,"59":18,"60":2,"61":9,"65":25,"68":1,"96":9,"127":3,"135":52,"142":1,"147":1,"150":1,"161":1,"162":1,"163":5,"166":3,"168":4}}],["widely",{"2":{"172":1}}],["widths",{"2":{"19":1}}],["width",{"2":{"6":2}}],["wiki",{"2":{"96":1,"157":1}}],["wikipedia",{"2":{"96":1,"157":2}}],["wind",{"2":{"4":1,"6":2,"39":1,"68":1}}],["winding",{"0":{"30":1},"1":{"31":1},"2":{"4":2,"6":2,"30":3,"31":1,"39":3,"50":7,"68":1,"127":1}}],["without",{"2":{"1":2,"6":1,"22":1,"29":1,"50":1,"87":1,"102":1,"135":3,"147":1,"160":1}}],["with",{"0":{"57":1,"59":1,"61":1,"156":1,"157":1,"158":1,"170":1,"171":1},"2":{"1":5,"3":5,"4":7,"6":27,"11":1,"12":1,"25":1,"27":2,"28":1,"31":1,"39":7,"41":1,"42":2,"44":4,"45":1,"46":2,"49":1,"50":14,"52":6,"57":8,"58":5,"59":15,"60":1,"61":12,"64":1,"65":2,"71":1,"87":1,"91":1,"96":28,"98":1,"101":2,"102":5,"104":1,"105":1,"108":3,"109":2,"110":2,"120":1,"127":7,"128":1,"130":2,"133":1,"135":17,"137":1,"142":1,"145":1,"147":1,"149":1,"152":2,"155":2,"157":2,"158":1,"160":1,"164":1,"165":1,"167":1,"168":4,"169":6,"170":2,"171":2,"172":2,"173":1,"174":1,"175":1}}],["within",{"0":{"113":1,"114":1,"117":1,"118":1,"120":1,"121":1,"122":1},"1":{"114":1,"115":1},"2":{"0":2,"3":9,"4":3,"5":1,"6":13,"7":1,"9":1,"36":1,"39":1,"42":2,"44":3,"46":1,"49":1,"50":9,"51":2,"52":5,"57":1,"59":2,"60":1,"61":6,"64":1,"65":5,"70":2,"80":2,"81":3,"90":1,"96":9,"101":1,"102":9,"113":1,"114":6,"115":11,"116":6,"117":14,"118":15,"119":15,"120":7,"121":4,"122":4,"128":1,"173":1,"174":4,"175":2}}],["will",{"2":{"1":8,"4":7,"5":1,"6":43,"11":1,"23":3,"28":2,"29":1,"39":3,"42":4,"46":2,"49":1,"50":5,"52":1,"55":1,"56":4,"57":4,"58":4,"59":4,"60":4,"61":4,"64":2,"65":4,"68":1,"85":1,"125":1,"127":2,"130":2,"133":1,"134":2,"135":8,"137":1,"141":2,"142":1,"144":2,"147":3,"149":2,"151":3,"155":2,"157":1,"159":1,"160":2,"165":1,"169":1,"172":1,"173":2,"175":1,"176":1}}],["wip",{"2":{"0":1}}]],"serializationVersion":2}';export{e as default};
diff --git a/previews/PR170/assets/chunks/VPLocalSearchBox.PWzJNeoP.js b/previews/PR170/assets/chunks/VPLocalSearchBox.CnaCtEaV.js
similarity index 99%
rename from previews/PR170/assets/chunks/VPLocalSearchBox.PWzJNeoP.js
rename to previews/PR170/assets/chunks/VPLocalSearchBox.CnaCtEaV.js
index 674c8a47f..8d038cdb2 100644
--- a/previews/PR170/assets/chunks/VPLocalSearchBox.PWzJNeoP.js
+++ b/previews/PR170/assets/chunks/VPLocalSearchBox.CnaCtEaV.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.tAJTkgFA.js";import{u as rr,c as ar}from"./theme.CNzey4Fh.js";const nr={root:()=>Dt(()=>import("./@localSearchIndexroot.l_tXIx8n.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.tAJTkgFA.js";import{u as rr,c as ar}from"./theme.ehLKxvXo.js";const nr={root:()=>Dt(()=>import("./@localSearchIndexroot.BGE7MfCv.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/PR170/assets/chunks/theme.CNzey4Fh.js b/previews/PR170/assets/chunks/theme.ehLKxvXo.js
similarity index 99%
rename from previews/PR170/assets/chunks/theme.CNzey4Fh.js
rename to previews/PR170/assets/chunks/theme.ehLKxvXo.js
index 4de4c54d1..bac824b95 100644
--- a/previews/PR170/assets/chunks/theme.CNzey4Fh.js
+++ b/previews/PR170/assets/chunks/theme.ehLKxvXo.js
@@ -1,2 +1,2 @@
-const __vite__fileDeps=["assets/chunks/VPLocalSearchBox.PWzJNeoP.js","assets/chunks/framework.tAJTkgFA.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.tAJTkgFA.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.PWzJNeoP.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.CnaCtEaV.js","assets/chunks/framework.tAJTkgFA.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.tAJTkgFA.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.CnaCtEaV.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/PR170/assets/vmhwytx.3UVIT8DR.png b/previews/PR170/assets/ctcmkrr.3UVIT8DR.png
similarity index 100%
rename from previews/PR170/assets/vmhwytx.3UVIT8DR.png
rename to previews/PR170/assets/ctcmkrr.3UVIT8DR.png
diff --git a/previews/PR170/assets/dcezaav.COB7RfFG.png b/previews/PR170/assets/dcezaav.COB7RfFG.png
new file mode 100644
index 000000000..ca7e09ca1
Binary files /dev/null and b/previews/PR170/assets/dcezaav.COB7RfFG.png differ
diff --git a/previews/PR170/assets/bkgoccg._0R9BbFk.png b/previews/PR170/assets/dyiknxw._0R9BbFk.png
similarity index 100%
rename from previews/PR170/assets/bkgoccg._0R9BbFk.png
rename to previews/PR170/assets/dyiknxw._0R9BbFk.png
diff --git a/previews/PR170/assets/tksjfhp.Dz86q2IX.png b/previews/PR170/assets/efatnas.Dz86q2IX.png
similarity index 100%
rename from previews/PR170/assets/tksjfhp.Dz86q2IX.png
rename to previews/PR170/assets/efatnas.Dz86q2IX.png
diff --git a/previews/PR170/assets/ehisebf.CfOOSIYs.png b/previews/PR170/assets/ehisebf.CfOOSIYs.png
new file mode 100644
index 000000000..e4094a6ea
Binary files /dev/null and b/previews/PR170/assets/ehisebf.CfOOSIYs.png differ
diff --git a/previews/PR170/assets/experiments_predicates.md.Co6WoU8g.js b/previews/PR170/assets/experiments_predicates.md.BlEjNH3_.js
similarity index 99%
rename from previews/PR170/assets/experiments_predicates.md.Co6WoU8g.js
rename to previews/PR170/assets/experiments_predicates.md.BlEjNH3_.js
index 2253a44cf..d1c5cebb9 100644
--- a/previews/PR170/assets/experiments_predicates.md.Co6WoU8g.js
+++ b/previews/PR170/assets/experiments_predicates.md.BlEjNH3_.js
@@ -1,4 +1,4 @@
-import{_ as s,c as i,o as a,a6 as h}from"./chunks/framework.tAJTkgFA.js";const k="/GeometryOps.jl/previews/PR170/assets/hifjvje.DLUPL5Qf.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.tAJTkgFA.js";const k="/GeometryOps.jl/previews/PR170/assets/rxhzptx.CNzixeVT.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/PR170/assets/experiments_predicates.md.Co6WoU8g.lean.js b/previews/PR170/assets/experiments_predicates.md.BlEjNH3_.lean.js
similarity index 74%
rename from previews/PR170/assets/experiments_predicates.md.Co6WoU8g.lean.js
rename to previews/PR170/assets/experiments_predicates.md.BlEjNH3_.lean.js
index 63b07a01a..42bb56a09 100644
--- a/previews/PR170/assets/experiments_predicates.md.Co6WoU8g.lean.js
+++ b/previews/PR170/assets/experiments_predicates.md.BlEjNH3_.lean.js
@@ -1 +1 @@
-import{_ as s,c as i,o as a,a6 as h}from"./chunks/framework.tAJTkgFA.js";const k="/GeometryOps.jl/previews/PR170/assets/hifjvje.DLUPL5Qf.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.tAJTkgFA.js";const k="/GeometryOps.jl/previews/PR170/assets/rxhzptx.CNzixeVT.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/PR170/assets/explanations_crs.md.BbgG8R5r.js b/previews/PR170/assets/explanations_crs.md.BbgG8R5r.js
deleted file mode 100644
index 7c0854ab1..000000000
--- a/previews/PR170/assets/explanations_crs.md.BbgG8R5r.js
+++ /dev/null
@@ -1 +0,0 @@
-import{_ as e,c as a,o as t,a6 as o}from"./chunks/framework.tAJTkgFA.js";const u=JSON.parse('{"title":"Coordinate Reference Systems","description":"","frontmatter":{},"headers":[],"relativePath":"explanations/crs.md","filePath":"explanations/crs.md","lastUpdated":null}'),r={name:"explanations/crs.md"},s=o('

Coordinate Reference Systems

Coordinate Reference Systems are simply descriptions of what some set of coordinates really mean in reference to some standard.

In a mathematical sense, coordinate reference systems can be thought of defining a space, with associated transformations from and to latitude-longitude space (plate-carree, long-lat, WGS84) which is the default CRS we assume.

Geographic CRS

If a CRS is geographic, that means that it refers to coordinates on a sphere. Such coordinates should ideally be handled using a spherical geometry library like Google's s2. GeometryOps does not currently handle spherical geometry computations except in special cases (perimeter, GeodesicSegments in segmentize, GeodesicDistance).

A non-geographic CRS is assumed to be in Cartesian space.

Projected CRS

Projected CRS are generally treated as Cartesian.

Ways to describe CRS

Completely separate from the meaning of the CRS is the way you describe or define it. There are a dizzying array of ways to do this, but two easy ones are Proj strings and Well Known Text.

The geographic community seems to be standardizing on Well Known Text as the "best" CRS identifier. This is quite verbose, but is unambiguous and easy enough to read once you get the hang of it.

To indicate the type of CRS definition you're using, you can wrap a string in its corresponding GeoFormatTypes type.

CRS format table

<!– TODO: convert this to a Markdown table–>

  • Proj-strings: a brief but powerful way to describe a set of known CRS + some transformations to them. Really useful when plotting and interactively adjusting CRS. See the Proj docs.

  • EPSG codes: a short way to refer to a known coordinate system in the database of the European Petroleum Survey Group. Example: EPSG:4236.

  • ESRI codes: similar to EPSG codes, but referring to CRS known to ESRI instead. Example: ESRI:12345

  • ProjJSON: a more structured way to express Proj-strings using JSON.

  • KML: key-markup language, an XML extension, used in web feature services

  • Mapinfo CoordSys:

',15),i=[s];function n(c,d,l,p,h,m){return t(),a("div",null,i)}const S=e(r,[["render",n]]);export{u as __pageData,S as default}; diff --git a/previews/PR170/assets/explanations_crs.md.Bg3je49G.js b/previews/PR170/assets/explanations_crs.md.Bg3je49G.js new file mode 100644 index 000000000..d78198cbb --- /dev/null +++ b/previews/PR170/assets/explanations_crs.md.Bg3je49G.js @@ -0,0 +1 @@ +import{_ as e,c as a,o as t,a6 as o}from"./chunks/framework.tAJTkgFA.js";const u=JSON.parse('{"title":"Coordinate Reference Systems","description":"","frontmatter":{},"headers":[],"relativePath":"explanations/crs.md","filePath":"explanations/crs.md","lastUpdated":null}'),r={name:"explanations/crs.md"},s=o('

Coordinate Reference Systems

Coordinate Reference Systems are simply descriptions of what some set of coordinates really mean in reference to some standard.

In a mathematical sense, coordinate reference systems can be thought of defining a space, with associated transformations from and to latitude-longitude space (plate-carree, long-lat, WGS84) which is the default CRS we assume.

Geographic CRS

If a CRS is geographic, that means that it refers to coordinates on a sphere. Such coordinates should ideally be handled using a spherical geometry library like Google's s2. GeometryOps does not currently handle spherical geometry computations except in special cases (perimeter, GeodesicSegments in segmentize, GeodesicDistance).

A non-geographic CRS is assumed to be in Cartesian space.

Projected CRS

Projected CRS are generally treated as Cartesian.

Ways to describe CRS

Completely separate from the meaning of the CRS is the way you describe or define it. There are a dizzying array of ways to do this, but two easy ones are Proj strings and Well Known Text.

The geographic community seems to be standardizing on Well Known Text as the "best" CRS identifier. This is quite verbose, but is unambiguous and easy enough to read once you get the hang of it.

To indicate the type of CRS definition you're using, you can wrap a string in its corresponding GeoFormatTypes type.

CRS format table

<!– TODO: convert this to a Markdown table–>

  • Proj-strings: a brief but powerful way to describe a set of known CRS + some transformations to them. Really useful when plotting and interactively adjusting CRS. See the Proj docs.

  • EPSG codes: a short way to refer to a known coordinate system in the database of the European Petroleum Survey Group. Example: EPSG:4236.

  • ESRI codes: similar to EPSG codes, but referring to CRS known to ESRI instead. Example: ESRI:12345

  • ProjJSON: a more structured way to express Proj-strings using JSON.

  • KML: key-markup language, an XML extension, used in web feature services

  • Mapinfo CoordSys:

',15),i=[s];function n(c,d,l,p,h,m){return t(),a("div",null,i)}const S=e(r,[["render",n]]);export{u as __pageData,S as default}; diff --git a/previews/PR170/assets/explanations_crs.md.BbgG8R5r.lean.js b/previews/PR170/assets/explanations_crs.md.Bg3je49G.lean.js similarity index 100% rename from previews/PR170/assets/explanations_crs.md.BbgG8R5r.lean.js rename to previews/PR170/assets/explanations_crs.md.Bg3je49G.lean.js diff --git a/previews/PR170/assets/mimdahq.CULn5saZ.png b/previews/PR170/assets/gpehorr.CULn5saZ.png similarity index 100% rename from previews/PR170/assets/mimdahq.CULn5saZ.png rename to previews/PR170/assets/gpehorr.CULn5saZ.png diff --git a/previews/PR170/assets/ggxdkro.BEFUMtlf.png b/previews/PR170/assets/heuwczr.BEFUMtlf.png similarity index 100% rename from previews/PR170/assets/ggxdkro.BEFUMtlf.png rename to previews/PR170/assets/heuwczr.BEFUMtlf.png diff --git a/previews/PR170/assets/hifjvje.DLUPL5Qf.png b/previews/PR170/assets/hifjvje.DLUPL5Qf.png deleted file mode 100644 index a7e67b663..000000000 Binary files a/previews/PR170/assets/hifjvje.DLUPL5Qf.png and /dev/null differ diff --git a/previews/PR170/assets/kuuhyio.DFgr-JEI.png b/previews/PR170/assets/hxckyuz.DFgr-JEI.png similarity index 100% rename from previews/PR170/assets/kuuhyio.DFgr-JEI.png rename to previews/PR170/assets/hxckyuz.DFgr-JEI.png diff --git a/previews/PR170/assets/udkorgu.-VpeHhXX.png b/previews/PR170/assets/iepotga.-VpeHhXX.png similarity index 100% rename from previews/PR170/assets/udkorgu.-VpeHhXX.png rename to previews/PR170/assets/iepotga.-VpeHhXX.png diff --git a/previews/PR170/assets/pmwftng.DC3TvBOO.png b/previews/PR170/assets/ijvudpu.DC3TvBOO.png similarity index 100% rename from previews/PR170/assets/pmwftng.DC3TvBOO.png rename to previews/PR170/assets/ijvudpu.DC3TvBOO.png diff --git a/previews/PR170/assets/bvnppow.Dig-DWOQ.png b/previews/PR170/assets/ivyiabr.Dig-DWOQ.png similarity index 100% rename from previews/PR170/assets/bvnppow.Dig-DWOQ.png rename to previews/PR170/assets/ivyiabr.Dig-DWOQ.png diff --git a/previews/PR170/assets/ksxenlh.BohaNpVA.png b/previews/PR170/assets/ksxenlh.BohaNpVA.png new file mode 100644 index 000000000..afe5b1537 Binary files /dev/null and b/previews/PR170/assets/ksxenlh.BohaNpVA.png differ diff --git a/previews/PR170/assets/vckrand.DeeQUply.png b/previews/PR170/assets/kwuqsph.DeeQUply.png similarity index 100% rename from previews/PR170/assets/vckrand.DeeQUply.png rename to previews/PR170/assets/kwuqsph.DeeQUply.png diff --git a/previews/PR170/assets/ltotbyt.M8VZlAQ3.png b/previews/PR170/assets/ltotbyt.M8VZlAQ3.png deleted file mode 100644 index 6625967fd..000000000 Binary files a/previews/PR170/assets/ltotbyt.M8VZlAQ3.png and /dev/null differ diff --git a/previews/PR170/assets/frnkzmf.Cb0_DiYE.png b/previews/PR170/assets/lvdwjxf.Cb0_DiYE.png similarity index 100% rename from previews/PR170/assets/frnkzmf.Cb0_DiYE.png rename to previews/PR170/assets/lvdwjxf.Cb0_DiYE.png diff --git a/previews/PR170/assets/lcjokrc.BaZeu6ul.png b/previews/PR170/assets/mcsuqzm.BaZeu6ul.png similarity index 100% rename from previews/PR170/assets/lcjokrc.BaZeu6ul.png rename to previews/PR170/assets/mcsuqzm.BaZeu6ul.png diff --git a/previews/PR170/assets/pyucncc.DaovVbE6.png b/previews/PR170/assets/oasruoh.DaovVbE6.png similarity index 100% rename from previews/PR170/assets/pyucncc.DaovVbE6.png rename to previews/PR170/assets/oasruoh.DaovVbE6.png diff --git a/previews/PR170/assets/pmxevty.0OJvb21A.png b/previews/PR170/assets/oefmkjm.0OJvb21A.png similarity index 100% rename from previews/PR170/assets/pmxevty.0OJvb21A.png rename to previews/PR170/assets/oefmkjm.0OJvb21A.png diff --git a/previews/PR170/assets/ttfesim.DiwGEg2f.png b/previews/PR170/assets/oqhjlbm.DiwGEg2f.png similarity index 100% rename from previews/PR170/assets/ttfesim.DiwGEg2f.png rename to previews/PR170/assets/oqhjlbm.DiwGEg2f.png diff --git a/previews/PR170/assets/xvjthsh.BD0hVfse.png b/previews/PR170/assets/ouinuvx.BD0hVfse.png similarity index 100% rename from previews/PR170/assets/xvjthsh.BD0hVfse.png rename to previews/PR170/assets/ouinuvx.BD0hVfse.png diff --git a/previews/PR170/assets/upkdahb.CLtpJ5Wb.png b/previews/PR170/assets/pbzglwr.CLtpJ5Wb.png similarity index 100% rename from previews/PR170/assets/upkdahb.CLtpJ5Wb.png rename to previews/PR170/assets/pbzglwr.CLtpJ5Wb.png diff --git a/previews/PR170/assets/qgarevb.CRBcYDfZ.png b/previews/PR170/assets/qgarevb.CRBcYDfZ.png deleted file mode 100644 index 34031e72c..000000000 Binary files a/previews/PR170/assets/qgarevb.CRBcYDfZ.png and /dev/null differ diff --git a/previews/PR170/assets/rbhtzvc.Csv1tzdB.png b/previews/PR170/assets/rbhtzvc.Csv1tzdB.png deleted file mode 100644 index 2464cc203..000000000 Binary files a/previews/PR170/assets/rbhtzvc.Csv1tzdB.png and /dev/null differ diff --git a/previews/PR170/assets/rxhzptx.CNzixeVT.png b/previews/PR170/assets/rxhzptx.CNzixeVT.png new file mode 100644 index 000000000..fad0437e5 Binary files /dev/null and b/previews/PR170/assets/rxhzptx.CNzixeVT.png differ diff --git a/previews/PR170/assets/skyoztq.CwvGqWMy.png b/previews/PR170/assets/skyoztq.CwvGqWMy.png deleted file mode 100644 index 649d4201e..000000000 Binary files a/previews/PR170/assets/skyoztq.CwvGqWMy.png and /dev/null differ diff --git a/previews/PR170/assets/source_methods_angles.md.Ds3BBjsd.js b/previews/PR170/assets/source_methods_angles.md.C-ukMcyb.js similarity index 99% rename from previews/PR170/assets/source_methods_angles.md.Ds3BBjsd.js rename to previews/PR170/assets/source_methods_angles.md.C-ukMcyb.js index 3276c13fe..28c10539c 100644 --- a/previews/PR170/assets/source_methods_angles.md.Ds3BBjsd.js +++ b/previews/PR170/assets/source_methods_angles.md.C-ukMcyb.js @@ -1,4 +1,4 @@ -import{_ as s,c as i,o as a,a6 as n}from"./chunks/framework.tAJTkgFA.js";const h="/GeometryOps.jl/previews/PR170/assets/bvnppow.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.tAJTkgFA.js";const h="/GeometryOps.jl/previews/PR170/assets/ivyiabr.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/PR170/assets/source_methods_angles.md.Ds3BBjsd.lean.js b/previews/PR170/assets/source_methods_angles.md.C-ukMcyb.lean.js
similarity index 87%
rename from previews/PR170/assets/source_methods_angles.md.Ds3BBjsd.lean.js
rename to previews/PR170/assets/source_methods_angles.md.C-ukMcyb.lean.js
index 437d05125..88c580990 100644
--- a/previews/PR170/assets/source_methods_angles.md.Ds3BBjsd.lean.js
+++ b/previews/PR170/assets/source_methods_angles.md.C-ukMcyb.lean.js
@@ -1 +1 @@
-import{_ as s,c as i,o as a,a6 as n}from"./chunks/framework.tAJTkgFA.js";const h="/GeometryOps.jl/previews/PR170/assets/bvnppow.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.tAJTkgFA.js";const h="/GeometryOps.jl/previews/PR170/assets/ivyiabr.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/PR170/assets/source_methods_area.md.BdicAGZg.js b/previews/PR170/assets/source_methods_area.md.BajsIGNf.js
similarity index 99%
rename from previews/PR170/assets/source_methods_area.md.BdicAGZg.js
rename to previews/PR170/assets/source_methods_area.md.BajsIGNf.js
index 7ca79e132..53d3383ea 100644
--- a/previews/PR170/assets/source_methods_area.md.BdicAGZg.js
+++ b/previews/PR170/assets/source_methods_area.md.BajsIGNf.js
@@ -1,4 +1,4 @@
-import{_ as s,c as i,o as a,a6 as n}from"./chunks/framework.tAJTkgFA.js";const h="/GeometryOps.jl/previews/PR170/assets/bvnppow.Dig-DWOQ.png",t="/GeometryOps.jl/previews/PR170/assets/mimdahq.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.tAJTkgFA.js";const h="/GeometryOps.jl/previews/PR170/assets/ivyiabr.Dig-DWOQ.png",t="/GeometryOps.jl/previews/PR170/assets/gpehorr.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/PR170/assets/source_methods_area.md.BdicAGZg.lean.js b/previews/PR170/assets/source_methods_area.md.BajsIGNf.lean.js
similarity index 77%
rename from previews/PR170/assets/source_methods_area.md.BdicAGZg.lean.js
rename to previews/PR170/assets/source_methods_area.md.BajsIGNf.lean.js
index 008ecfbf7..21a614c1f 100644
--- a/previews/PR170/assets/source_methods_area.md.BdicAGZg.lean.js
+++ b/previews/PR170/assets/source_methods_area.md.BajsIGNf.lean.js
@@ -1 +1 @@
-import{_ as s,c as i,o as a,a6 as n}from"./chunks/framework.tAJTkgFA.js";const h="/GeometryOps.jl/previews/PR170/assets/bvnppow.Dig-DWOQ.png",t="/GeometryOps.jl/previews/PR170/assets/mimdahq.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.tAJTkgFA.js";const h="/GeometryOps.jl/previews/PR170/assets/ivyiabr.Dig-DWOQ.png",t="/GeometryOps.jl/previews/PR170/assets/gpehorr.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/PR170/assets/source_methods_centroid.md.BkQoTxy7.js b/previews/PR170/assets/source_methods_centroid.md.DD1BtxGS.js
similarity index 99%
rename from previews/PR170/assets/source_methods_centroid.md.BkQoTxy7.js
rename to previews/PR170/assets/source_methods_centroid.md.DD1BtxGS.js
index 7be618293..e22e7d218 100644
--- a/previews/PR170/assets/source_methods_centroid.md.BkQoTxy7.js
+++ b/previews/PR170/assets/source_methods_centroid.md.DD1BtxGS.js
@@ -1,4 +1,4 @@
-import{_ as s,c as i,o as a,a6 as n}from"./chunks/framework.tAJTkgFA.js";const h="/GeometryOps.jl/previews/PR170/assets/xvjthsh.BD0hVfse.png",t="/GeometryOps.jl/previews/PR170/assets/rrmgrov.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.tAJTkgFA.js";const h="/GeometryOps.jl/previews/PR170/assets/ouinuvx.BD0hVfse.png",t="/GeometryOps.jl/previews/PR170/assets/yxswimy.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 GeoInterface as GI
 using Makie
 using CairoMakie
diff --git a/previews/PR170/assets/source_methods_centroid.md.BkQoTxy7.lean.js b/previews/PR170/assets/source_methods_centroid.md.DD1BtxGS.lean.js
similarity index 77%
rename from previews/PR170/assets/source_methods_centroid.md.BkQoTxy7.lean.js
rename to previews/PR170/assets/source_methods_centroid.md.DD1BtxGS.lean.js
index d800e5ce6..ff5a80f53 100644
--- a/previews/PR170/assets/source_methods_centroid.md.BkQoTxy7.lean.js
+++ b/previews/PR170/assets/source_methods_centroid.md.DD1BtxGS.lean.js
@@ -1 +1 @@
-import{_ as s,c as i,o as a,a6 as n}from"./chunks/framework.tAJTkgFA.js";const h="/GeometryOps.jl/previews/PR170/assets/xvjthsh.BD0hVfse.png",t="/GeometryOps.jl/previews/PR170/assets/rrmgrov.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.tAJTkgFA.js";const h="/GeometryOps.jl/previews/PR170/assets/ouinuvx.BD0hVfse.png",t="/GeometryOps.jl/previews/PR170/assets/yxswimy.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};
diff --git a/previews/PR170/assets/source_methods_clipping_coverage.md.GMOVGFzn.js b/previews/PR170/assets/source_methods_clipping_coverage.md.bxbFWiet.js
similarity index 99%
rename from previews/PR170/assets/source_methods_clipping_coverage.md.GMOVGFzn.js
rename to previews/PR170/assets/source_methods_clipping_coverage.md.bxbFWiet.js
index 19c74790e..497b8501f 100644
--- a/previews/PR170/assets/source_methods_clipping_coverage.md.GMOVGFzn.js
+++ b/previews/PR170/assets/source_methods_clipping_coverage.md.bxbFWiet.js
@@ -1,4 +1,4 @@
-import{_ as s,c as i,o as a,a6 as n}from"./chunks/framework.tAJTkgFA.js";const h="/GeometryOps.jl/previews/PR170/assets/frnkzmf.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.tAJTkgFA.js";const h="/GeometryOps.jl/previews/PR170/assets/lvdwjxf.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/PR170/assets/source_methods_clipping_coverage.md.GMOVGFzn.lean.js b/previews/PR170/assets/source_methods_clipping_coverage.md.bxbFWiet.lean.js
similarity index 87%
rename from previews/PR170/assets/source_methods_clipping_coverage.md.GMOVGFzn.lean.js
rename to previews/PR170/assets/source_methods_clipping_coverage.md.bxbFWiet.lean.js
index d117ef812..5ea8db2e2 100644
--- a/previews/PR170/assets/source_methods_clipping_coverage.md.GMOVGFzn.lean.js
+++ b/previews/PR170/assets/source_methods_clipping_coverage.md.bxbFWiet.lean.js
@@ -1 +1 @@
-import{_ as s,c as i,o as a,a6 as n}from"./chunks/framework.tAJTkgFA.js";const h="/GeometryOps.jl/previews/PR170/assets/frnkzmf.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.tAJTkgFA.js";const h="/GeometryOps.jl/previews/PR170/assets/lvdwjxf.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/PR170/assets/source_methods_clipping_cut.md.5Kcu8m7g.js b/previews/PR170/assets/source_methods_clipping_cut.md.BW7QMBqL.js
similarity index 99%
rename from previews/PR170/assets/source_methods_clipping_cut.md.5Kcu8m7g.js
rename to previews/PR170/assets/source_methods_clipping_cut.md.BW7QMBqL.js
index ba9ea8a44..db27dd3a9 100644
--- a/previews/PR170/assets/source_methods_clipping_cut.md.5Kcu8m7g.js
+++ b/previews/PR170/assets/source_methods_clipping_cut.md.BW7QMBqL.js
@@ -1,4 +1,4 @@
-import{_ as s,c as i,o as a,a6 as n}from"./chunks/framework.tAJTkgFA.js";const h="/GeometryOps.jl/previews/PR170/assets/udkorgu.-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.tAJTkgFA.js";const h="/GeometryOps.jl/previews/PR170/assets/iepotga.-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/PR170/assets/source_methods_clipping_cut.md.5Kcu8m7g.lean.js b/previews/PR170/assets/source_methods_clipping_cut.md.BW7QMBqL.lean.js
similarity index 87%
rename from previews/PR170/assets/source_methods_clipping_cut.md.5Kcu8m7g.lean.js
rename to previews/PR170/assets/source_methods_clipping_cut.md.BW7QMBqL.lean.js
index 7a85be0b8..8a6422718 100644
--- a/previews/PR170/assets/source_methods_clipping_cut.md.5Kcu8m7g.lean.js
+++ b/previews/PR170/assets/source_methods_clipping_cut.md.BW7QMBqL.lean.js
@@ -1 +1 @@
-import{_ as s,c as i,o as a,a6 as n}from"./chunks/framework.tAJTkgFA.js";const h="/GeometryOps.jl/previews/PR170/assets/udkorgu.-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.tAJTkgFA.js";const h="/GeometryOps.jl/previews/PR170/assets/iepotga.-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/PR170/assets/source_methods_distance.md.CJLhZxjV.js b/previews/PR170/assets/source_methods_distance.md.DbeUXjZG.js
similarity index 99%
rename from previews/PR170/assets/source_methods_distance.md.CJLhZxjV.js
rename to previews/PR170/assets/source_methods_distance.md.DbeUXjZG.js
index 04d42a6cc..e0a0d482c 100644
--- a/previews/PR170/assets/source_methods_distance.md.CJLhZxjV.js
+++ b/previews/PR170/assets/source_methods_distance.md.DbeUXjZG.js
@@ -1,4 +1,4 @@
-import{_ as s,c as i,o as a,a6 as n}from"./chunks/framework.tAJTkgFA.js";const h="/GeometryOps.jl/previews/PR170/assets/ttfesim.DiwGEg2f.png",t="/GeometryOps.jl/previews/PR170/assets/vwdkqpn.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.tAJTkgFA.js";const h="/GeometryOps.jl/previews/PR170/assets/oqhjlbm.DiwGEg2f.png",t="/GeometryOps.jl/previews/PR170/assets/wfnrews.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/PR170/assets/source_methods_distance.md.CJLhZxjV.lean.js b/previews/PR170/assets/source_methods_distance.md.DbeUXjZG.lean.js
similarity index 78%
rename from previews/PR170/assets/source_methods_distance.md.CJLhZxjV.lean.js
rename to previews/PR170/assets/source_methods_distance.md.DbeUXjZG.lean.js
index e803cbfed..688d61cd2 100644
--- a/previews/PR170/assets/source_methods_distance.md.CJLhZxjV.lean.js
+++ b/previews/PR170/assets/source_methods_distance.md.DbeUXjZG.lean.js
@@ -1 +1 @@
-import{_ as s,c as i,o as a,a6 as n}from"./chunks/framework.tAJTkgFA.js";const h="/GeometryOps.jl/previews/PR170/assets/ttfesim.DiwGEg2f.png",t="/GeometryOps.jl/previews/PR170/assets/vwdkqpn.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.tAJTkgFA.js";const h="/GeometryOps.jl/previews/PR170/assets/oqhjlbm.DiwGEg2f.png",t="/GeometryOps.jl/previews/PR170/assets/wfnrews.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/PR170/assets/source_methods_equals.md.CSXw6sgX.js b/previews/PR170/assets/source_methods_equals.md.Y-sRzdcs.js
similarity index 99%
rename from previews/PR170/assets/source_methods_equals.md.CSXw6sgX.js
rename to previews/PR170/assets/source_methods_equals.md.Y-sRzdcs.js
index af304f473..30adfe1e0 100644
--- a/previews/PR170/assets/source_methods_equals.md.CSXw6sgX.js
+++ b/previews/PR170/assets/source_methods_equals.md.Y-sRzdcs.js
@@ -1,4 +1,4 @@
-import{_ as s,c as i,o as a,a6 as n}from"./chunks/framework.tAJTkgFA.js";const l="/GeometryOps.jl/previews/PR170/assets/nxwtzqa.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.tAJTkgFA.js";const l="/GeometryOps.jl/previews/PR170/assets/szwqgdi.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/PR170/assets/source_methods_equals.md.CSXw6sgX.lean.js b/previews/PR170/assets/source_methods_equals.md.Y-sRzdcs.lean.js
similarity index 87%
rename from previews/PR170/assets/source_methods_equals.md.CSXw6sgX.lean.js
rename to previews/PR170/assets/source_methods_equals.md.Y-sRzdcs.lean.js
index a2857c085..f07309570 100644
--- a/previews/PR170/assets/source_methods_equals.md.CSXw6sgX.lean.js
+++ b/previews/PR170/assets/source_methods_equals.md.Y-sRzdcs.lean.js
@@ -1 +1 @@
-import{_ as s,c as i,o as a,a6 as n}from"./chunks/framework.tAJTkgFA.js";const l="/GeometryOps.jl/previews/PR170/assets/nxwtzqa.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.tAJTkgFA.js";const l="/GeometryOps.jl/previews/PR170/assets/szwqgdi.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/PR170/assets/source_methods_geom_relations_contains.md.fptFvP4o.js b/previews/PR170/assets/source_methods_geom_relations_contains.md.CSrxM-fC.js
similarity index 99%
rename from previews/PR170/assets/source_methods_geom_relations_contains.md.fptFvP4o.js
rename to previews/PR170/assets/source_methods_geom_relations_contains.md.CSrxM-fC.js
index e0cde5ab6..c1965ea85 100644
--- a/previews/PR170/assets/source_methods_geom_relations_contains.md.fptFvP4o.js
+++ b/previews/PR170/assets/source_methods_geom_relations_contains.md.CSrxM-fC.js
@@ -1,4 +1,4 @@
-import{_ as s,c as i,o as a,a6 as n}from"./chunks/framework.tAJTkgFA.js";const t="/GeometryOps.jl/previews/PR170/assets/bkgoccg._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.tAJTkgFA.js";const t="/GeometryOps.jl/previews/PR170/assets/dyiknxw._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/PR170/assets/source_methods_geom_relations_contains.md.fptFvP4o.lean.js b/previews/PR170/assets/source_methods_geom_relations_contains.md.CSrxM-fC.lean.js
similarity index 88%
rename from previews/PR170/assets/source_methods_geom_relations_contains.md.fptFvP4o.lean.js
rename to previews/PR170/assets/source_methods_geom_relations_contains.md.CSrxM-fC.lean.js
index 210946c12..fd296bd9d 100644
--- a/previews/PR170/assets/source_methods_geom_relations_contains.md.fptFvP4o.lean.js
+++ b/previews/PR170/assets/source_methods_geom_relations_contains.md.CSrxM-fC.lean.js
@@ -1 +1 @@
-import{_ as s,c as i,o as a,a6 as n}from"./chunks/framework.tAJTkgFA.js";const t="/GeometryOps.jl/previews/PR170/assets/bkgoccg._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.tAJTkgFA.js";const t="/GeometryOps.jl/previews/PR170/assets/dyiknxw._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/PR170/assets/source_methods_geom_relations_coveredby.md.BwfN4xiW.js b/previews/PR170/assets/source_methods_geom_relations_coveredby.md.DQGH4Z_V.js
similarity index 99%
rename from previews/PR170/assets/source_methods_geom_relations_coveredby.md.BwfN4xiW.js
rename to previews/PR170/assets/source_methods_geom_relations_coveredby.md.DQGH4Z_V.js
index 1d6f644a3..1922cdcfa 100644
--- a/previews/PR170/assets/source_methods_geom_relations_coveredby.md.BwfN4xiW.js
+++ b/previews/PR170/assets/source_methods_geom_relations_coveredby.md.DQGH4Z_V.js
@@ -1,4 +1,4 @@
-import{_ as s,c as i,o as a,a6 as n}from"./chunks/framework.tAJTkgFA.js";const e="/GeometryOps.jl/previews/PR170/assets/pmwftng.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.tAJTkgFA.js";const e="/GeometryOps.jl/previews/PR170/assets/ijvudpu.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/PR170/assets/source_methods_geom_relations_coveredby.md.BwfN4xiW.lean.js b/previews/PR170/assets/source_methods_geom_relations_coveredby.md.DQGH4Z_V.lean.js
similarity index 88%
rename from previews/PR170/assets/source_methods_geom_relations_coveredby.md.BwfN4xiW.lean.js
rename to previews/PR170/assets/source_methods_geom_relations_coveredby.md.DQGH4Z_V.lean.js
index c7dd78bc5..4a754f182 100644
--- a/previews/PR170/assets/source_methods_geom_relations_coveredby.md.BwfN4xiW.lean.js
+++ b/previews/PR170/assets/source_methods_geom_relations_coveredby.md.DQGH4Z_V.lean.js
@@ -1 +1 @@
-import{_ as s,c as i,o as a,a6 as n}from"./chunks/framework.tAJTkgFA.js";const e="/GeometryOps.jl/previews/PR170/assets/pmwftng.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.tAJTkgFA.js";const e="/GeometryOps.jl/previews/PR170/assets/ijvudpu.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/PR170/assets/source_methods_geom_relations_covers.md.3RFX6-6E.js b/previews/PR170/assets/source_methods_geom_relations_covers.md.B4glNt7k.js
similarity index 99%
rename from previews/PR170/assets/source_methods_geom_relations_covers.md.3RFX6-6E.js
rename to previews/PR170/assets/source_methods_geom_relations_covers.md.B4glNt7k.js
index 6703d35d4..df14fd8a6 100644
--- a/previews/PR170/assets/source_methods_geom_relations_covers.md.3RFX6-6E.js
+++ b/previews/PR170/assets/source_methods_geom_relations_covers.md.B4glNt7k.js
@@ -1,4 +1,4 @@
-import{_ as s,c as i,o as a,a6 as e}from"./chunks/framework.tAJTkgFA.js";const n="/GeometryOps.jl/previews/PR170/assets/pmwftng.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.tAJTkgFA.js";const n="/GeometryOps.jl/previews/PR170/assets/ijvudpu.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/PR170/assets/source_methods_geom_relations_covers.md.3RFX6-6E.lean.js b/previews/PR170/assets/source_methods_geom_relations_covers.md.B4glNt7k.lean.js
similarity index 88%
rename from previews/PR170/assets/source_methods_geom_relations_covers.md.3RFX6-6E.lean.js
rename to previews/PR170/assets/source_methods_geom_relations_covers.md.B4glNt7k.lean.js
index 491ea0fc2..b2225d5db 100644
--- a/previews/PR170/assets/source_methods_geom_relations_covers.md.3RFX6-6E.lean.js
+++ b/previews/PR170/assets/source_methods_geom_relations_covers.md.B4glNt7k.lean.js
@@ -1 +1 @@
-import{_ as s,c as i,o as a,a6 as e}from"./chunks/framework.tAJTkgFA.js";const n="/GeometryOps.jl/previews/PR170/assets/pmwftng.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.tAJTkgFA.js";const n="/GeometryOps.jl/previews/PR170/assets/ijvudpu.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/PR170/assets/source_methods_geom_relations_disjoint.md.E3EsB2_f.js b/previews/PR170/assets/source_methods_geom_relations_disjoint.md.B042KWTl.js
similarity index 99%
rename from previews/PR170/assets/source_methods_geom_relations_disjoint.md.E3EsB2_f.js
rename to previews/PR170/assets/source_methods_geom_relations_disjoint.md.B042KWTl.js
index c1c260f1f..ace0e79ca 100644
--- a/previews/PR170/assets/source_methods_geom_relations_disjoint.md.E3EsB2_f.js
+++ b/previews/PR170/assets/source_methods_geom_relations_disjoint.md.B042KWTl.js
@@ -1,4 +1,4 @@
-import{_ as s,c as i,o as a,a6 as n}from"./chunks/framework.tAJTkgFA.js";const t="/GeometryOps.jl/previews/PR170/assets/khoevfd.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.tAJTkgFA.js";const t="/GeometryOps.jl/previews/PR170/assets/adjnqig.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/PR170/assets/source_methods_geom_relations_disjoint.md.E3EsB2_f.lean.js b/previews/PR170/assets/source_methods_geom_relations_disjoint.md.B042KWTl.lean.js
similarity index 88%
rename from previews/PR170/assets/source_methods_geom_relations_disjoint.md.E3EsB2_f.lean.js
rename to previews/PR170/assets/source_methods_geom_relations_disjoint.md.B042KWTl.lean.js
index c553d14e8..6eb766830 100644
--- a/previews/PR170/assets/source_methods_geom_relations_disjoint.md.E3EsB2_f.lean.js
+++ b/previews/PR170/assets/source_methods_geom_relations_disjoint.md.B042KWTl.lean.js
@@ -1 +1 @@
-import{_ as s,c as i,o as a,a6 as n}from"./chunks/framework.tAJTkgFA.js";const t="/GeometryOps.jl/previews/PR170/assets/khoevfd.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.tAJTkgFA.js";const t="/GeometryOps.jl/previews/PR170/assets/adjnqig.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/PR170/assets/source_methods_geom_relations_intersects.md.EYKaOfjo.js b/previews/PR170/assets/source_methods_geom_relations_intersects.md.BU3YHiVc.js
similarity index 99%
rename from previews/PR170/assets/source_methods_geom_relations_intersects.md.EYKaOfjo.js
rename to previews/PR170/assets/source_methods_geom_relations_intersects.md.BU3YHiVc.js
index 1c86b0aed..b83e7a852 100644
--- a/previews/PR170/assets/source_methods_geom_relations_intersects.md.EYKaOfjo.js
+++ b/previews/PR170/assets/source_methods_geom_relations_intersects.md.BU3YHiVc.js
@@ -1,4 +1,4 @@
-import{_ as s,c as i,o as a,a6 as e}from"./chunks/framework.tAJTkgFA.js";const n="/GeometryOps.jl/previews/PR170/assets/vckrand.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.tAJTkgFA.js";const n="/GeometryOps.jl/previews/PR170/assets/kwuqsph.DeeQUply.png",y=JSON.parse('{"title":"Intersection checks","description":"","frontmatter":{},"headers":[],"relativePath":"source/methods/geom_relations/intersects.md","filePath":"source/methods/geom_relations/intersects.md","lastUpdated":null}'),t={name:"source/methods/geom_relations/intersects.md"},p=e(`

Intersection checks

julia
export intersects

What is intersects?

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

To provide an example, consider these two lines:

julia
import GeometryOps as GO
 import GeoInterface as GI
 using Makie
 using CairoMakie
diff --git a/previews/PR170/assets/source_methods_geom_relations_intersects.md.EYKaOfjo.lean.js b/previews/PR170/assets/source_methods_geom_relations_intersects.md.BU3YHiVc.lean.js
similarity index 88%
rename from previews/PR170/assets/source_methods_geom_relations_intersects.md.EYKaOfjo.lean.js
rename to previews/PR170/assets/source_methods_geom_relations_intersects.md.BU3YHiVc.lean.js
index f0ac95b4a..9f0cb8da2 100644
--- a/previews/PR170/assets/source_methods_geom_relations_intersects.md.EYKaOfjo.lean.js
+++ b/previews/PR170/assets/source_methods_geom_relations_intersects.md.BU3YHiVc.lean.js
@@ -1 +1 @@
-import{_ as s,c as i,o as a,a6 as e}from"./chunks/framework.tAJTkgFA.js";const n="/GeometryOps.jl/previews/PR170/assets/vckrand.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.tAJTkgFA.js";const n="/GeometryOps.jl/previews/PR170/assets/kwuqsph.DeeQUply.png",y=JSON.parse('{"title":"Intersection checks","description":"","frontmatter":{},"headers":[],"relativePath":"source/methods/geom_relations/intersects.md","filePath":"source/methods/geom_relations/intersects.md","lastUpdated":null}'),t={name:"source/methods/geom_relations/intersects.md"},p=e("",18),l=[p];function h(k,r,o,d,c,g){return a(),i("div",null,l)}const F=s(t,[["render",h]]);export{y as __pageData,F as default};
diff --git a/previews/PR170/assets/source_methods_geom_relations_overlaps.md.BCMGMNEL.js b/previews/PR170/assets/source_methods_geom_relations_overlaps.md.BbKWOCbq.js
similarity index 99%
rename from previews/PR170/assets/source_methods_geom_relations_overlaps.md.BCMGMNEL.js
rename to previews/PR170/assets/source_methods_geom_relations_overlaps.md.BbKWOCbq.js
index fa8f9ae3e..8b5700281 100644
--- a/previews/PR170/assets/source_methods_geom_relations_overlaps.md.BCMGMNEL.js
+++ b/previews/PR170/assets/source_methods_geom_relations_overlaps.md.BbKWOCbq.js
@@ -1,4 +1,4 @@
-import{_ as s,c as i,o as a,a6 as n}from"./chunks/framework.tAJTkgFA.js";const l="/GeometryOps.jl/previews/PR170/assets/nxwtzqa.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.tAJTkgFA.js";const l="/GeometryOps.jl/previews/PR170/assets/szwqgdi.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/PR170/assets/source_methods_geom_relations_overlaps.md.BCMGMNEL.lean.js b/previews/PR170/assets/source_methods_geom_relations_overlaps.md.BbKWOCbq.lean.js
similarity index 88%
rename from previews/PR170/assets/source_methods_geom_relations_overlaps.md.BCMGMNEL.lean.js
rename to previews/PR170/assets/source_methods_geom_relations_overlaps.md.BbKWOCbq.lean.js
index 781b3e23b..6669ea85f 100644
--- a/previews/PR170/assets/source_methods_geom_relations_overlaps.md.BCMGMNEL.lean.js
+++ b/previews/PR170/assets/source_methods_geom_relations_overlaps.md.BbKWOCbq.lean.js
@@ -1 +1 @@
-import{_ as s,c as i,o as a,a6 as n}from"./chunks/framework.tAJTkgFA.js";const l="/GeometryOps.jl/previews/PR170/assets/nxwtzqa.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.tAJTkgFA.js";const l="/GeometryOps.jl/previews/PR170/assets/szwqgdi.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/PR170/assets/source_methods_geom_relations_touches.md.BTOUp7xR.js b/previews/PR170/assets/source_methods_geom_relations_touches.md.4kfqtXDF.js
similarity index 99%
rename from previews/PR170/assets/source_methods_geom_relations_touches.md.BTOUp7xR.js
rename to previews/PR170/assets/source_methods_geom_relations_touches.md.4kfqtXDF.js
index 6396b7e31..5fe25b98d 100644
--- a/previews/PR170/assets/source_methods_geom_relations_touches.md.BTOUp7xR.js
+++ b/previews/PR170/assets/source_methods_geom_relations_touches.md.4kfqtXDF.js
@@ -1,4 +1,4 @@
-import{_ as s,c as i,o as a,a6 as n}from"./chunks/framework.tAJTkgFA.js";const t="/GeometryOps.jl/previews/PR170/assets/ggxdkro.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.tAJTkgFA.js";const t="/GeometryOps.jl/previews/PR170/assets/heuwczr.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/PR170/assets/source_methods_geom_relations_touches.md.BTOUp7xR.lean.js b/previews/PR170/assets/source_methods_geom_relations_touches.md.4kfqtXDF.lean.js
similarity index 88%
rename from previews/PR170/assets/source_methods_geom_relations_touches.md.BTOUp7xR.lean.js
rename to previews/PR170/assets/source_methods_geom_relations_touches.md.4kfqtXDF.lean.js
index 4c7eee495..dd18e5098 100644
--- a/previews/PR170/assets/source_methods_geom_relations_touches.md.BTOUp7xR.lean.js
+++ b/previews/PR170/assets/source_methods_geom_relations_touches.md.4kfqtXDF.lean.js
@@ -1 +1 @@
-import{_ as s,c as i,o as a,a6 as n}from"./chunks/framework.tAJTkgFA.js";const t="/GeometryOps.jl/previews/PR170/assets/ggxdkro.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.tAJTkgFA.js";const t="/GeometryOps.jl/previews/PR170/assets/heuwczr.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/PR170/assets/source_methods_geom_relations_within.md.DHBx4VCa.js b/previews/PR170/assets/source_methods_geom_relations_within.md.SQGMvbny.js
similarity index 99%
rename from previews/PR170/assets/source_methods_geom_relations_within.md.DHBx4VCa.js
rename to previews/PR170/assets/source_methods_geom_relations_within.md.SQGMvbny.js
index df2dabe63..c612d5e9e 100644
--- a/previews/PR170/assets/source_methods_geom_relations_within.md.DHBx4VCa.js
+++ b/previews/PR170/assets/source_methods_geom_relations_within.md.SQGMvbny.js
@@ -1,4 +1,4 @@
-import{_ as s,c as i,o as a,a6 as n}from"./chunks/framework.tAJTkgFA.js";const h="/GeometryOps.jl/previews/PR170/assets/bkgoccg._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.tAJTkgFA.js";const h="/GeometryOps.jl/previews/PR170/assets/dyiknxw._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/PR170/assets/source_methods_geom_relations_within.md.DHBx4VCa.lean.js b/previews/PR170/assets/source_methods_geom_relations_within.md.SQGMvbny.lean.js
similarity index 88%
rename from previews/PR170/assets/source_methods_geom_relations_within.md.DHBx4VCa.lean.js
rename to previews/PR170/assets/source_methods_geom_relations_within.md.SQGMvbny.lean.js
index c3e41e824..6be6fb2fc 100644
--- a/previews/PR170/assets/source_methods_geom_relations_within.md.DHBx4VCa.lean.js
+++ b/previews/PR170/assets/source_methods_geom_relations_within.md.SQGMvbny.lean.js
@@ -1 +1 @@
-import{_ as s,c as i,o as a,a6 as n}from"./chunks/framework.tAJTkgFA.js";const h="/GeometryOps.jl/previews/PR170/assets/bkgoccg._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.tAJTkgFA.js";const h="/GeometryOps.jl/previews/PR170/assets/dyiknxw._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/PR170/assets/source_transformations_segmentize.md.MfRz0wvU.js b/previews/PR170/assets/source_transformations_segmentize.md.DunGH4uP.js
similarity index 99%
rename from previews/PR170/assets/source_transformations_segmentize.md.MfRz0wvU.js
rename to previews/PR170/assets/source_transformations_segmentize.md.DunGH4uP.js
index 741308b3b..9e6ffc495 100644
--- a/previews/PR170/assets/source_transformations_segmentize.md.MfRz0wvU.js
+++ b/previews/PR170/assets/source_transformations_segmentize.md.DunGH4uP.js
@@ -1,4 +1,4 @@
-import{_ as s,c as i,o as a,a6 as n}from"./chunks/framework.tAJTkgFA.js";const h="/GeometryOps.jl/previews/PR170/assets/qleekya.BOOG5oTW.png",t="/GeometryOps.jl/previews/PR170/assets/skyoztq.CwvGqWMy.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.tAJTkgFA.js";const h="/GeometryOps.jl/previews/PR170/assets/vgabczt.BOOG5oTW.png",t="/GeometryOps.jl/previews/PR170/assets/ksxenlh.BohaNpVA.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/PR170/assets/source_transformations_segmentize.md.MfRz0wvU.lean.js b/previews/PR170/assets/source_transformations_segmentize.md.DunGH4uP.lean.js
similarity index 67%
rename from previews/PR170/assets/source_transformations_segmentize.md.MfRz0wvU.lean.js
rename to previews/PR170/assets/source_transformations_segmentize.md.DunGH4uP.lean.js
index 7d74ac017..a1591893a 100644
--- a/previews/PR170/assets/source_transformations_segmentize.md.MfRz0wvU.lean.js
+++ b/previews/PR170/assets/source_transformations_segmentize.md.DunGH4uP.lean.js
@@ -1 +1 @@
-import{_ as s,c as i,o as a,a6 as n}from"./chunks/framework.tAJTkgFA.js";const h="/GeometryOps.jl/previews/PR170/assets/qleekya.BOOG5oTW.png",t="/GeometryOps.jl/previews/PR170/assets/skyoztq.CwvGqWMy.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.tAJTkgFA.js";const h="/GeometryOps.jl/previews/PR170/assets/vgabczt.BOOG5oTW.png",t="/GeometryOps.jl/previews/PR170/assets/ksxenlh.BohaNpVA.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/PR170/assets/source_transformations_simplify.md.6spVeui9.js b/previews/PR170/assets/source_transformations_simplify.md.B7jXsBIt.js
similarity index 99%
rename from previews/PR170/assets/source_transformations_simplify.md.6spVeui9.js
rename to previews/PR170/assets/source_transformations_simplify.md.B7jXsBIt.js
index 48a9def16..9df81155c 100644
--- a/previews/PR170/assets/source_transformations_simplify.md.6spVeui9.js
+++ b/previews/PR170/assets/source_transformations_simplify.md.B7jXsBIt.js
@@ -1,4 +1,4 @@
-import{_ as s,c as i,o as a,a6 as n}from"./chunks/framework.tAJTkgFA.js";const h="/GeometryOps.jl/previews/PR170/assets/fcpurtm.Bglvb-jp.png",l="/GeometryOps.jl/previews/PR170/assets/uutztun.B94PsR1K.png",k="/GeometryOps.jl/previews/PR170/assets/qgarevb.CRBcYDfZ.png",t="/GeometryOps.jl/previews/PR170/assets/ltotbyt.M8VZlAQ3.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.tAJTkgFA.js";const h="/GeometryOps.jl/previews/PR170/assets/xqbpsup.Bglvb-jp.png",l="/GeometryOps.jl/previews/PR170/assets/tcaozqo.B94PsR1K.png",k="/GeometryOps.jl/previews/PR170/assets/tubtupe.DCcFLi7R.png",t="/GeometryOps.jl/previews/PR170/assets/vgzusxb.BKQ3OVwl.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/PR170/assets/source_transformations_simplify.md.6spVeui9.lean.js b/previews/PR170/assets/source_transformations_simplify.md.B7jXsBIt.lean.js
similarity index 56%
rename from previews/PR170/assets/source_transformations_simplify.md.6spVeui9.lean.js
rename to previews/PR170/assets/source_transformations_simplify.md.B7jXsBIt.lean.js
index 5f2229553..a50043cd4 100644
--- a/previews/PR170/assets/source_transformations_simplify.md.6spVeui9.lean.js
+++ b/previews/PR170/assets/source_transformations_simplify.md.B7jXsBIt.lean.js
@@ -1 +1 @@
-import{_ as s,c as i,o as a,a6 as n}from"./chunks/framework.tAJTkgFA.js";const h="/GeometryOps.jl/previews/PR170/assets/fcpurtm.Bglvb-jp.png",l="/GeometryOps.jl/previews/PR170/assets/uutztun.B94PsR1K.png",k="/GeometryOps.jl/previews/PR170/assets/qgarevb.CRBcYDfZ.png",t="/GeometryOps.jl/previews/PR170/assets/ltotbyt.M8VZlAQ3.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.tAJTkgFA.js";const h="/GeometryOps.jl/previews/PR170/assets/xqbpsup.Bglvb-jp.png",l="/GeometryOps.jl/previews/PR170/assets/tcaozqo.B94PsR1K.png",k="/GeometryOps.jl/previews/PR170/assets/tubtupe.DCcFLi7R.png",t="/GeometryOps.jl/previews/PR170/assets/vgzusxb.BKQ3OVwl.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/PR170/assets/nxwtzqa.CgiryX2p.png b/previews/PR170/assets/szwqgdi.CgiryX2p.png
similarity index 100%
rename from previews/PR170/assets/nxwtzqa.CgiryX2p.png
rename to previews/PR170/assets/szwqgdi.CgiryX2p.png
diff --git a/previews/PR170/assets/uutztun.B94PsR1K.png b/previews/PR170/assets/tcaozqo.B94PsR1K.png
similarity index 100%
rename from previews/PR170/assets/uutztun.B94PsR1K.png
rename to previews/PR170/assets/tcaozqo.B94PsR1K.png
diff --git a/previews/PR170/assets/hvsodld.yuGUdylf.png b/previews/PR170/assets/tlhuyhd.yuGUdylf.png
similarity index 100%
rename from previews/PR170/assets/hvsodld.yuGUdylf.png
rename to previews/PR170/assets/tlhuyhd.yuGUdylf.png
diff --git a/previews/PR170/assets/tubtupe.DCcFLi7R.png b/previews/PR170/assets/tubtupe.DCcFLi7R.png
new file mode 100644
index 000000000..7b65932dd
Binary files /dev/null and b/previews/PR170/assets/tubtupe.DCcFLi7R.png differ
diff --git a/previews/PR170/assets/tutorials_creating_geometry.md.6DyjoJNi.lean.js b/previews/PR170/assets/tutorials_creating_geometry.md.6DyjoJNi.lean.js
deleted file mode 100644
index ea9f82c4d..000000000
--- a/previews/PR170/assets/tutorials_creating_geometry.md.6DyjoJNi.lean.js
+++ /dev/null
@@ -1 +0,0 @@
-import{_ as s,c as i,o as a,a6 as e}from"./chunks/framework.tAJTkgFA.js";const t="/GeometryOps.jl/previews/PR170/assets/tksjfhp.Dz86q2IX.png",n="/GeometryOps.jl/previews/PR170/assets/gtsfnjd.Cx40vhB3.png",l="/GeometryOps.jl/previews/PR170/assets/pmxevty.0OJvb21A.png",p="/GeometryOps.jl/previews/PR170/assets/pyucncc.DaovVbE6.png",h="/GeometryOps.jl/previews/PR170/assets/lcjokrc.BaZeu6ul.png",o="/GeometryOps.jl/previews/PR170/assets/kuuhyio.DFgr-JEI.png",k="/GeometryOps.jl/previews/PR170/assets/hvsodld.yuGUdylf.png",r="/GeometryOps.jl/previews/PR170/assets/gcdvyae.CXhMGpE5.png",g="/GeometryOps.jl/previews/PR170/assets/gpgtkil.lu4jwpi-.png",d="/GeometryOps.jl/previews/PR170/assets/onllxiw.DwqDxlAG.png",E="/GeometryOps.jl/previews/PR170/assets/upkdahb.CLtpJ5Wb.png",D=JSON.parse('{"title":"Creating Geometry","description":"","frontmatter":{},"headers":[],"relativePath":"tutorials/creating_geometry.md","filePath":"tutorials/creating_geometry.md","lastUpdated":null}'),c={name:"tutorials/creating_geometry.md"},y=e("",120),F=[y];function u(f,C,m,b,v,G){return a(),i("div",null,F)}const P=s(c,[["render",u]]);export{D as __pageData,P as default};
diff --git a/previews/PR170/assets/tutorials_creating_geometry.md.6DyjoJNi.js b/previews/PR170/assets/tutorials_creating_geometry.md.DDUjAPqz.js
similarity index 99%
rename from previews/PR170/assets/tutorials_creating_geometry.md.6DyjoJNi.js
rename to previews/PR170/assets/tutorials_creating_geometry.md.DDUjAPqz.js
index 6efebdbed..d5c349569 100644
--- a/previews/PR170/assets/tutorials_creating_geometry.md.6DyjoJNi.js
+++ b/previews/PR170/assets/tutorials_creating_geometry.md.DDUjAPqz.js
@@ -1,4 +1,4 @@
-import{_ as s,c as i,o as a,a6 as e}from"./chunks/framework.tAJTkgFA.js";const t="/GeometryOps.jl/previews/PR170/assets/tksjfhp.Dz86q2IX.png",n="/GeometryOps.jl/previews/PR170/assets/gtsfnjd.Cx40vhB3.png",l="/GeometryOps.jl/previews/PR170/assets/pmxevty.0OJvb21A.png",p="/GeometryOps.jl/previews/PR170/assets/pyucncc.DaovVbE6.png",h="/GeometryOps.jl/previews/PR170/assets/lcjokrc.BaZeu6ul.png",o="/GeometryOps.jl/previews/PR170/assets/kuuhyio.DFgr-JEI.png",k="/GeometryOps.jl/previews/PR170/assets/hvsodld.yuGUdylf.png",r="/GeometryOps.jl/previews/PR170/assets/gcdvyae.CXhMGpE5.png",g="/GeometryOps.jl/previews/PR170/assets/gpgtkil.lu4jwpi-.png",d="/GeometryOps.jl/previews/PR170/assets/onllxiw.DwqDxlAG.png",E="/GeometryOps.jl/previews/PR170/assets/upkdahb.CLtpJ5Wb.png",D=JSON.parse('{"title":"Creating Geometry","description":"","frontmatter":{},"headers":[],"relativePath":"tutorials/creating_geometry.md","filePath":"tutorials/creating_geometry.md","lastUpdated":null}'),c={name:"tutorials/creating_geometry.md"},y=e(`

Creating Geometry

In this tutorial, we're going to:

  1. Create and plot geometries

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

  3. Create geospatial geometries with embedded coordinate reference system information

  4. Assign attributes to geospatial geometries

  5. Save geospatial geometries to common geospatial file formats

First, we load some required packages.

julia
# Geospatial packages from Julia
+import{_ as s,c as i,o as a,a6 as e}from"./chunks/framework.tAJTkgFA.js";const t="/GeometryOps.jl/previews/PR170/assets/efatnas.Dz86q2IX.png",n="/GeometryOps.jl/previews/PR170/assets/uhzdqot.Cx40vhB3.png",l="/GeometryOps.jl/previews/PR170/assets/oefmkjm.0OJvb21A.png",p="/GeometryOps.jl/previews/PR170/assets/oasruoh.DaovVbE6.png",h="/GeometryOps.jl/previews/PR170/assets/mcsuqzm.BaZeu6ul.png",o="/GeometryOps.jl/previews/PR170/assets/hxckyuz.DFgr-JEI.png",k="/GeometryOps.jl/previews/PR170/assets/tlhuyhd.yuGUdylf.png",r="/GeometryOps.jl/previews/PR170/assets/wdvbfdc.CXhMGpE5.png",g="/GeometryOps.jl/previews/PR170/assets/wbxncfa.lu4jwpi-.png",d="/GeometryOps.jl/previews/PR170/assets/utoyiry.DwqDxlAG.png",E="/GeometryOps.jl/previews/PR170/assets/pbzglwr.CLtpJ5Wb.png",D=JSON.parse('{"title":"Creating Geometry","description":"","frontmatter":{},"headers":[],"relativePath":"tutorials/creating_geometry.md","filePath":"tutorials/creating_geometry.md","lastUpdated":null}'),c={name:"tutorials/creating_geometry.md"},y=e(`

Creating Geometry

In this tutorial, we're going to:

  1. Create and plot geometries

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

  3. Create geospatial geometries with embedded coordinate reference system information

  4. Assign attributes to geospatial geometries

  5. Save geospatial geometries to common geospatial file formats

First, we load some required packages.

julia
# Geospatial packages from Julia
 import GeoInterface as GI
 import GeometryOps as GO
 import GeoFormatTypes as GFT
diff --git a/previews/PR170/assets/tutorials_creating_geometry.md.DDUjAPqz.lean.js b/previews/PR170/assets/tutorials_creating_geometry.md.DDUjAPqz.lean.js
new file mode 100644
index 000000000..96c651e72
--- /dev/null
+++ b/previews/PR170/assets/tutorials_creating_geometry.md.DDUjAPqz.lean.js
@@ -0,0 +1 @@
+import{_ as s,c as i,o as a,a6 as e}from"./chunks/framework.tAJTkgFA.js";const t="/GeometryOps.jl/previews/PR170/assets/efatnas.Dz86q2IX.png",n="/GeometryOps.jl/previews/PR170/assets/uhzdqot.Cx40vhB3.png",l="/GeometryOps.jl/previews/PR170/assets/oefmkjm.0OJvb21A.png",p="/GeometryOps.jl/previews/PR170/assets/oasruoh.DaovVbE6.png",h="/GeometryOps.jl/previews/PR170/assets/mcsuqzm.BaZeu6ul.png",o="/GeometryOps.jl/previews/PR170/assets/hxckyuz.DFgr-JEI.png",k="/GeometryOps.jl/previews/PR170/assets/tlhuyhd.yuGUdylf.png",r="/GeometryOps.jl/previews/PR170/assets/wdvbfdc.CXhMGpE5.png",g="/GeometryOps.jl/previews/PR170/assets/wbxncfa.lu4jwpi-.png",d="/GeometryOps.jl/previews/PR170/assets/utoyiry.DwqDxlAG.png",E="/GeometryOps.jl/previews/PR170/assets/pbzglwr.CLtpJ5Wb.png",D=JSON.parse('{"title":"Creating Geometry","description":"","frontmatter":{},"headers":[],"relativePath":"tutorials/creating_geometry.md","filePath":"tutorials/creating_geometry.md","lastUpdated":null}'),c={name:"tutorials/creating_geometry.md"},y=e("",120),F=[y];function u(f,C,m,b,v,G){return a(),i("div",null,F)}const P=s(c,[["render",u]]);export{D as __pageData,P as default};
diff --git a/previews/PR170/assets/tutorials_spatial_joins.md.COzV79O0.js b/previews/PR170/assets/tutorials_spatial_joins.md.DgTYz-bG.js
similarity index 99%
rename from previews/PR170/assets/tutorials_spatial_joins.md.COzV79O0.js
rename to previews/PR170/assets/tutorials_spatial_joins.md.DgTYz-bG.js
index 65b781de4..bea25bfda 100644
--- a/previews/PR170/assets/tutorials_spatial_joins.md.COzV79O0.js
+++ b/previews/PR170/assets/tutorials_spatial_joins.md.DgTYz-bG.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.tAJTkgFA.js";const e="/GeometryOps.jl/previews/PR170/assets/vmhwytx.3UVIT8DR.png",l="/GeometryOps.jl/previews/PR170/assets/rbhtzvc.Csv1tzdB.png",p="/GeometryOps.jl/previews/PR170/assets/wyflpff.DoVI3w7E.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.tAJTkgFA.js";const e="/GeometryOps.jl/previews/PR170/assets/ctcmkrr.3UVIT8DR.png",l="/GeometryOps.jl/previews/PR170/assets/dcezaav.COB7RfFG.png",p="/GeometryOps.jl/previews/PR170/assets/ehisebf.CfOOSIYs.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
@@ -39,4 +39,4 @@ import{_ as h,c as a,j as s,a as i,a6 as n,o as t}from"./chunks/framework.tAJTkg
     ::FlexiJoins.Mode.NestedLoopFast, 
     ::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).

`,37);function T(_,b,f,D,w,Q){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}; +) = true

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

`,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/PR170/assets/tutorials_spatial_joins.md.COzV79O0.lean.js b/previews/PR170/assets/tutorials_spatial_joins.md.DgTYz-bG.lean.js similarity index 89% rename from previews/PR170/assets/tutorials_spatial_joins.md.COzV79O0.lean.js rename to previews/PR170/assets/tutorials_spatial_joins.md.DgTYz-bG.lean.js index 222a24b28..7f603ef67 100644 --- a/previews/PR170/assets/tutorials_spatial_joins.md.COzV79O0.lean.js +++ b/previews/PR170/assets/tutorials_spatial_joins.md.DgTYz-bG.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.tAJTkgFA.js";const e="/GeometryOps.jl/previews/PR170/assets/vmhwytx.3UVIT8DR.png",l="/GeometryOps.jl/previews/PR170/assets/rbhtzvc.Csv1tzdB.png",p="/GeometryOps.jl/previews/PR170/assets/wyflpff.DoVI3w7E.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,w,Q){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.tAJTkgFA.js";const e="/GeometryOps.jl/previews/PR170/assets/ctcmkrr.3UVIT8DR.png",l="/GeometryOps.jl/previews/PR170/assets/dcezaav.COB7RfFG.png",p="/GeometryOps.jl/previews/PR170/assets/ehisebf.CfOOSIYs.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/PR170/assets/gtsfnjd.Cx40vhB3.png b/previews/PR170/assets/uhzdqot.Cx40vhB3.png similarity index 100% rename from previews/PR170/assets/gtsfnjd.Cx40vhB3.png rename to previews/PR170/assets/uhzdqot.Cx40vhB3.png diff --git a/previews/PR170/assets/onllxiw.DwqDxlAG.png b/previews/PR170/assets/utoyiry.DwqDxlAG.png similarity index 100% rename from previews/PR170/assets/onllxiw.DwqDxlAG.png rename to previews/PR170/assets/utoyiry.DwqDxlAG.png diff --git a/previews/PR170/assets/qleekya.BOOG5oTW.png b/previews/PR170/assets/vgabczt.BOOG5oTW.png similarity index 100% rename from previews/PR170/assets/qleekya.BOOG5oTW.png rename to previews/PR170/assets/vgabczt.BOOG5oTW.png diff --git a/previews/PR170/assets/vgzusxb.BKQ3OVwl.png b/previews/PR170/assets/vgzusxb.BKQ3OVwl.png new file mode 100644 index 000000000..8ed08eb50 Binary files /dev/null and b/previews/PR170/assets/vgzusxb.BKQ3OVwl.png differ diff --git a/previews/PR170/assets/gpgtkil.lu4jwpi-.png b/previews/PR170/assets/wbxncfa.lu4jwpi-.png similarity index 100% rename from previews/PR170/assets/gpgtkil.lu4jwpi-.png rename to previews/PR170/assets/wbxncfa.lu4jwpi-.png diff --git a/previews/PR170/assets/gcdvyae.CXhMGpE5.png b/previews/PR170/assets/wdvbfdc.CXhMGpE5.png similarity index 100% rename from previews/PR170/assets/gcdvyae.CXhMGpE5.png rename to previews/PR170/assets/wdvbfdc.CXhMGpE5.png diff --git a/previews/PR170/assets/vwdkqpn.BwdbZIFa.png b/previews/PR170/assets/wfnrews.BwdbZIFa.png similarity index 100% rename from previews/PR170/assets/vwdkqpn.BwdbZIFa.png rename to previews/PR170/assets/wfnrews.BwdbZIFa.png diff --git a/previews/PR170/assets/wyflpff.DoVI3w7E.png b/previews/PR170/assets/wyflpff.DoVI3w7E.png deleted file mode 100644 index fcdfec817..000000000 Binary files a/previews/PR170/assets/wyflpff.DoVI3w7E.png and /dev/null differ diff --git a/previews/PR170/assets/fcpurtm.Bglvb-jp.png b/previews/PR170/assets/xqbpsup.Bglvb-jp.png similarity index 100% rename from previews/PR170/assets/fcpurtm.Bglvb-jp.png rename to previews/PR170/assets/xqbpsup.Bglvb-jp.png diff --git a/previews/PR170/assets/rrmgrov.DHcwB147.png b/previews/PR170/assets/yxswimy.DHcwB147.png similarity index 100% rename from previews/PR170/assets/rrmgrov.DHcwB147.png rename to previews/PR170/assets/yxswimy.DHcwB147.png diff --git a/previews/PR170/call_notes.html b/previews/PR170/call_notes.html index 84ab96a1e..925d425d4 100644 --- a/previews/PR170/call_notes.html +++ b/previews/PR170/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/PR170/experiments/accurate_accumulators.html b/previews/PR170/experiments/accurate_accumulators.html index 97b5e51e4..123e80969 100644 --- a/previews/PR170/experiments/accurate_accumulators.html +++ b/previews/PR170/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/PR170/experiments/predicates.html b/previews/PR170/experiments/predicates.html index ba21696b7..eda6fff6d 100644 --- a/previews/PR170/experiments/predicates.html +++ b/previews/PR170/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/PR170/explanations/crs.html b/previews/PR170/explanations/crs.html index a28585a49..3140463b8 100644 --- a/previews/PR170/explanations/crs.html +++ b/previews/PR170/explanations/crs.html @@ -8,18 +8,18 @@ - + - - + + -
Skip to content

Coordinate Reference Systems

Coordinate Reference Systems are simply descriptions of what some set of coordinates really mean in reference to some standard.

In a mathematical sense, coordinate reference systems can be thought of defining a space, with associated transformations from and to latitude-longitude space (plate-carree, long-lat, WGS84) which is the default CRS we assume.

Geographic CRS

If a CRS is geographic, that means that it refers to coordinates on a sphere. Such coordinates should ideally be handled using a spherical geometry library like Google's s2. GeometryOps does not currently handle spherical geometry computations except in special cases (perimeter, GeodesicSegments in segmentize, GeodesicDistance).

A non-geographic CRS is assumed to be in Cartesian space.

Projected CRS

Projected CRS are generally treated as Cartesian.

Ways to describe CRS

Completely separate from the meaning of the CRS is the way you describe or define it. There are a dizzying array of ways to do this, but two easy ones are Proj strings and Well Known Text.

The geographic community seems to be standardizing on Well Known Text as the "best" CRS identifier. This is quite verbose, but is unambiguous and easy enough to read once you get the hang of it.

To indicate the type of CRS definition you're using, you can wrap a string in its corresponding GeoFormatTypes type.

CRS format table

<!– TODO: convert this to a Markdown table–>

  • Proj-strings: a brief but powerful way to describe a set of known CRS + some transformations to them. Really useful when plotting and interactively adjusting CRS. See the Proj docs.

  • EPSG codes: a short way to refer to a known coordinate system in the database of the European Petroleum Survey Group. Example: EPSG:4236.

  • ESRI codes: similar to EPSG codes, but referring to CRS known to ESRI instead. Example: ESRI:12345

  • ProjJSON: a more structured way to express Proj-strings using JSON.

  • KML: key-markup language, an XML extension, used in web feature services

  • Mapinfo CoordSys:

- +
Skip to content

Coordinate Reference Systems

Coordinate Reference Systems are simply descriptions of what some set of coordinates really mean in reference to some standard.

In a mathematical sense, coordinate reference systems can be thought of defining a space, with associated transformations from and to latitude-longitude space (plate-carree, long-lat, WGS84) which is the default CRS we assume.

Geographic CRS

If a CRS is geographic, that means that it refers to coordinates on a sphere. Such coordinates should ideally be handled using a spherical geometry library like Google's s2. GeometryOps does not currently handle spherical geometry computations except in special cases (perimeter, GeodesicSegments in segmentize, GeodesicDistance).

A non-geographic CRS is assumed to be in Cartesian space.

Projected CRS

Projected CRS are generally treated as Cartesian.

Ways to describe CRS

Completely separate from the meaning of the CRS is the way you describe or define it. There are a dizzying array of ways to do this, but two easy ones are Proj strings and Well Known Text.

The geographic community seems to be standardizing on Well Known Text as the "best" CRS identifier. This is quite verbose, but is unambiguous and easy enough to read once you get the hang of it.

To indicate the type of CRS definition you're using, you can wrap a string in its corresponding GeoFormatTypes type.

CRS format table

<!– TODO: convert this to a Markdown table–>

  • Proj-strings: a brief but powerful way to describe a set of known CRS + some transformations to them. Really useful when plotting and interactively adjusting CRS. See the Proj docs.

  • EPSG codes: a short way to refer to a known coordinate system in the database of the European Petroleum Survey Group. Example: EPSG:4236.

  • ESRI codes: similar to EPSG codes, but referring to CRS known to ESRI instead. Example: ESRI:12345

  • ProjJSON: a more structured way to express Proj-strings using JSON.

  • KML: key-markup language, an XML extension, used in web feature services

  • Mapinfo CoordSys:

+ \ No newline at end of file diff --git a/previews/PR170/explanations/paradigms.html b/previews/PR170/explanations/paradigms.html index 2506e648e..d222bf92a 100644 --- a/previews/PR170/explanations/paradigms.html +++ b/previews/PR170/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/PR170/explanations/peculiarities.html b/previews/PR170/explanations/peculiarities.html index ac3fc7974..279ca3b50 100644 --- a/previews/PR170/explanations/peculiarities.html +++ b/previews/PR170/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/PR170/explanations/winding_order.html b/previews/PR170/explanations/winding_order.html index 1bf4967a0..86eb08606 100644 --- a/previews/PR170/explanations/winding_order.html +++ b/previews/PR170/explanations/winding_order.html @@ -8,10 +8,10 @@ - + - + @@ -19,7 +19,7 @@
Skip to content

Winding order

Winding order refers specifically to the "direction" that a polygon's rings go in. This has several different and conflicting definitions, which you can find some discussion of in the following articles:

GeometryOps assumes that polygon exteriors are clockwise and interiors are counterclockwise. However, most algorithms are agnostic to winding order, and instead rely on the GeoInterface getexterior and gethole functions to distinguish holes from exteriors. Notably, most GIS implementations agree that polygons can have only one exterior but several holes.

What other libraries do

TODO: Markdown table with a bunch of libraries/standards, their winding orders, and references.

- + \ No newline at end of file diff --git a/previews/PR170/hashmap.json b/previews/PR170/hashmap.json index f60761286..a7759925f 100644 --- a/previews/PR170/hashmap.json +++ b/previews/PR170/hashmap.json @@ -1 +1 @@ -{"explanations_crs.md":"BbgG8R5r","introduction.md":"ldPC4gRr","source_methods_buffer.md":"D5lOPcDf","experiments_accurate_accumulators.md":"DaVvC28d","explanations_peculiarities.md":"CpyHN-YX","index.md":"CJFwhPmf","source_geometryops.md":"Cv1gKKcP","explanations_winding_order.md":"Bp5K5Tx6","call_notes.md":"DIBFiq6p","tutorials_spatial_joins.md":"COzV79O0","source_methods_geom_relations_covers.md":"3RFX6-6E","source_methods_equals.md":"CSXw6sgX","source_methods_distance.md":"CJLhZxjV","source_methods_geom_relations_crosses.md":"D_2j1jy8","source_methods_geom_relations_contains.md":"fptFvP4o","source_methods_geom_relations_coveredby.md":"BwfN4xiW","source_methods_geom_relations_intersects.md":"EYKaOfjo","source_methods_orientation.md":"DWYo3o4T","source_methods_geom_relations_disjoint.md":"E3EsB2_f","source_methods_geom_relations_within.md":"DHBx4VCa","source_methods_angles.md":"Ds3BBjsd","explanations_paradigms.md":"BWQaNqpG","source_methods_centroid.md":"BkQoTxy7","experiments_predicates.md":"Co6WoU8g","source_methods_area.md":"BdicAGZg","source_transformations_tuples.md":"0xGBoKVJ","source_utils.md":"BF_xyo5a","source_types.md":"B2itWnw9","source_transformations_transform.md":"B7FqLWgX","source_not_implemented_yet.md":"DG5nQNE3","source_transformations_correction_closed_ring.md":"CuPPnHOA","source_transformations_correction_geometry_correction.md":"Bz67K7s0","source_primitives.md":"Dfh_8LOZ","source_methods_clipping_predicates.md":"Dz6jR-4W","api.md":"szlKOsdg","source_methods_clipping_coverage.md":"GMOVGFzn","source_methods_clipping_difference.md":"CqUV9HsV","source_methods_clipping_cut.md":"5Kcu8m7g","source_methods_geom_relations_geom_geom_processors.md":"Cq3INhHv","source_methods_geom_relations_overlaps.md":"BCMGMNEL","source_methods_geom_relations_touches.md":"BTOUp7xR","source_methods_polygonize.md":"CVpHZQ06","source_methods_clipping_intersection.md":"LwQy-OdW","source_transformations_correction_intersecting_polygons.md":"C7YfID_q","tutorials_creating_geometry.md":"6DyjoJNi","source_methods_barycentric.md":"p9un0sNS","source_methods_clipping_union.md":"DOpbFU7V","source_transformations_simplify.md":"6spVeui9","source_transformations_flip.md":"B7-gHgr_","source_transformations_extent.md":"CkOgqkL7","source_transformations_reproject.md":"S0davljO","source_methods_clipping_clipping_processor.md":"C_H8AIsD","source_transformations_segmentize.md":"MfRz0wvU"} +{"call_notes.md":"DIBFiq6p","experiments_accurate_accumulators.md":"DaVvC28d","explanations_winding_order.md":"Bp5K5Tx6","explanations_crs.md":"Bg3je49G","explanations_peculiarities.md":"CpyHN-YX","source_methods_angles.md":"C-ukMcyb","source_methods_area.md":"BajsIGNf","source_geometryops.md":"Cv1gKKcP","index.md":"CJFwhPmf","source_methods_clipping_clipping_processor.md":"C_H8AIsD","source_methods_clipping_cut.md":"BW7QMBqL","api.md":"Ce4ecVT9","source_methods_geom_relations_covers.md":"B4glNt7k","source_methods_clipping_predicates.md":"Dz6jR-4W","source_methods_buffer.md":"D5lOPcDf","source_methods_clipping_union.md":"DOpbFU7V","introduction.md":"ldPC4gRr","source_methods_geom_relations_intersects.md":"BU3YHiVc","source_methods_orientation.md":"DWYo3o4T","source_transformations_segmentize.md":"DunGH4uP","source_transformations_correction_closed_ring.md":"CuPPnHOA","source_methods_geom_relations_geom_geom_processors.md":"Cq3INhHv","source_methods_clipping_coverage.md":"bxbFWiet","source_methods_clipping_difference.md":"CqUV9HsV","source_methods_clipping_intersection.md":"LwQy-OdW","explanations_paradigms.md":"BWQaNqpG","tutorials_spatial_joins.md":"DgTYz-bG","source_utils.md":"BF_xyo5a","source_methods_geom_relations_coveredby.md":"DQGH4Z_V","source_methods_barycentric.md":"p9un0sNS","tutorials_creating_geometry.md":"DDUjAPqz","source_transformations_correction_intersecting_polygons.md":"C7YfID_q","source_methods_geom_relations_touches.md":"4kfqtXDF","source_transformations_tuples.md":"0xGBoKVJ","source_methods_geom_relations_crosses.md":"D_2j1jy8","source_types.md":"B2itWnw9","source_methods_geom_relations_contains.md":"CSrxM-fC","source_methods_geom_relations_within.md":"SQGMvbny","source_transformations_reproject.md":"S0davljO","source_methods_equals.md":"Y-sRzdcs","source_transformations_simplify.md":"B7jXsBIt","source_transformations_correction_geometry_correction.md":"Bz67K7s0","source_transformations_flip.md":"B7-gHgr_","source_methods_geom_relations_overlaps.md":"BbKWOCbq","source_methods_geom_relations_disjoint.md":"B042KWTl","source_transformations_extent.md":"CkOgqkL7","source_methods_distance.md":"DbeUXjZG","experiments_predicates.md":"BlEjNH3_","source_transformations_transform.md":"B7FqLWgX","source_not_implemented_yet.md":"DG5nQNE3","source_methods_polygonize.md":"CVpHZQ06","source_methods_centroid.md":"DD1BtxGS","source_primitives.md":"Dfh_8LOZ"} diff --git a/previews/PR170/index.html b/previews/PR170/index.html index f232507fe..0a0ba58fa 100644 --- a/previews/PR170/index.html +++ b/previews/PR170/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/PR170/introduction.html b/previews/PR170/introduction.html index 8190eb1c9..4d0c39653 100644 --- a/previews/PR170/introduction.html +++ b/previews/PR170/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/PR170/source/GeometryOps.html b/previews/PR170/source/GeometryOps.html index c540f3d99..956a82d06 100644 --- a/previews/PR170/source/GeometryOps.html +++ b/previews/PR170/source/GeometryOps.html @@ -8,10 +8,10 @@ - + - + @@ -90,7 +90,7 @@ end end

This page was generated using Literate.jl.

- + \ No newline at end of file diff --git a/previews/PR170/source/methods/angles.html b/previews/PR170/source/methods/angles.html index 259d92e4d..dac2c6019 100644 --- a/previews/PR170/source/methods/angles.html +++ b/previews/PR170/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/PR170/source/methods/area.html b/previews/PR170/source/methods/area.html index dc6510149..d3efe4696 100644 --- a/previews/PR170/source/methods/area.html +++ b/previews/PR170/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/PR170/source/methods/barycentric.html b/previews/PR170/source/methods/barycentric.html index 7f8ff841d..de9260706 100644 --- a/previews/PR170/source/methods/barycentric.html +++ b/previews/PR170/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/PR170/source/methods/buffer.html b/previews/PR170/source/methods/buffer.html index edc5d20ad..3dfa30206 100644 --- a/previews/PR170/source/methods/buffer.html +++ b/previews/PR170/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/PR170/source/methods/centroid.html b/previews/PR170/source/methods/centroid.html index 0f87c40a8..21b3175e4 100644 --- a/previews/PR170/source/methods/centroid.html +++ b/previews/PR170/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/PR170/source/methods/clipping/clipping_processor.html b/previews/PR170/source/methods/clipping/clipping_processor.html index e394a1556..3c00f88e8 100644 --- a/previews/PR170/source/methods/clipping/clipping_processor.html +++ b/previews/PR170/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/PR170/source/methods/clipping/coverage.html b/previews/PR170/source/methods/clipping/coverage.html index 375245c8c..5a9c8eb0a 100644 --- a/previews/PR170/source/methods/clipping/coverage.html +++ b/previews/PR170/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/PR170/source/methods/clipping/cut.html b/previews/PR170/source/methods/clipping/cut.html index edb6fe49f..4a9c0c733 100644 --- a/previews/PR170/source/methods/clipping/cut.html +++ b/previews/PR170/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/PR170/source/methods/clipping/difference.html b/previews/PR170/source/methods/clipping/difference.html index 48120cf78..1c99e694b 100644 --- a/previews/PR170/source/methods/clipping/difference.html +++ b/previews/PR170/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/PR170/source/methods/clipping/intersection.html b/previews/PR170/source/methods/clipping/intersection.html index 55422c2e1..6a48b72d2 100644 --- a/previews/PR170/source/methods/clipping/intersection.html +++ b/previews/PR170/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/PR170/source/methods/clipping/predicates.html b/previews/PR170/source/methods/clipping/predicates.html index ace551d4c..c8f5f9566 100644 --- a/previews/PR170/source/methods/clipping/predicates.html +++ b/previews/PR170/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/PR170/source/methods/clipping/union.html b/previews/PR170/source/methods/clipping/union.html index 6bd0186a0..87e086ba7 100644 --- a/previews/PR170/source/methods/clipping/union.html +++ b/previews/PR170/source/methods/clipping/union.html @@ -8,10 +8,10 @@ - + - + @@ -268,7 +268,7 @@ throw(ArgumentError("Union between $trait_a and $trait_b with target $Target isn't implemented yet.")) return nothing end

This page was generated using Literate.jl.

- + \ No newline at end of file diff --git a/previews/PR170/source/methods/distance.html b/previews/PR170/source/methods/distance.html index 0a91a7a7c..6633217e7 100644 --- a/previews/PR170/source/methods/distance.html +++ b/previews/PR170/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/PR170/source/methods/equals.html b/previews/PR170/source/methods/equals.html index 95b588315..59c188f78 100644 --- a/previews/PR170/source/methods/equals.html +++ b/previews/PR170/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/PR170/source/methods/geom_relations/contains.html b/previews/PR170/source/methods/geom_relations/contains.html index b65e3a46a..9b3c952fd 100644 --- a/previews/PR170/source/methods/geom_relations/contains.html +++ b/previews/PR170/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/PR170/source/methods/geom_relations/coveredby.html b/previews/PR170/source/methods/geom_relations/coveredby.html index 4b1d3792a..5354b4a1b 100644 --- a/previews/PR170/source/methods/geom_relations/coveredby.html +++ b/previews/PR170/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/PR170/source/methods/geom_relations/covers.html b/previews/PR170/source/methods/geom_relations/covers.html index eb91e12a7..7b62ae9ea 100644 --- a/previews/PR170/source/methods/geom_relations/covers.html +++ b/previews/PR170/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/PR170/source/methods/geom_relations/crosses.html b/previews/PR170/source/methods/geom_relations/crosses.html index e366d59db..a1d7fac80 100644 --- a/previews/PR170/source/methods/geom_relations/crosses.html +++ b/previews/PR170/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/PR170/source/methods/geom_relations/disjoint.html b/previews/PR170/source/methods/geom_relations/disjoint.html index bc118804f..d96990272 100644 --- a/previews/PR170/source/methods/geom_relations/disjoint.html +++ b/previews/PR170/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/PR170/source/methods/geom_relations/geom_geom_processors.html b/previews/PR170/source/methods/geom_relations/geom_geom_processors.html index b0dc0484a..6baece419 100644 --- a/previews/PR170/source/methods/geom_relations/geom_geom_processors.html +++ b/previews/PR170/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/PR170/source/methods/geom_relations/intersects.html b/previews/PR170/source/methods/geom_relations/intersects.html index fda7700aa..854b224af 100644 --- a/previews/PR170/source/methods/geom_relations/intersects.html +++ b/previews/PR170/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/PR170/source/methods/geom_relations/overlaps.html b/previews/PR170/source/methods/geom_relations/overlaps.html index a21b3be23..253602f9b 100644 --- a/previews/PR170/source/methods/geom_relations/overlaps.html +++ b/previews/PR170/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/PR170/source/methods/geom_relations/touches.html b/previews/PR170/source/methods/geom_relations/touches.html index d7f9fdae8..1b875ebc2 100644 --- a/previews/PR170/source/methods/geom_relations/touches.html +++ b/previews/PR170/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/PR170/source/methods/geom_relations/within.html b/previews/PR170/source/methods/geom_relations/within.html index 316df3ab2..67dd8dd53 100644 --- a/previews/PR170/source/methods/geom_relations/within.html +++ b/previews/PR170/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/PR170/source/methods/orientation.html b/previews/PR170/source/methods/orientation.html index 8583f363e..be4cb3119 100644 --- a/previews/PR170/source/methods/orientation.html +++ b/previews/PR170/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/PR170/source/methods/polygonize.html b/previews/PR170/source/methods/polygonize.html index c8f5248a5..ae0e33120 100644 --- a/previews/PR170/source/methods/polygonize.html +++ b/previews/PR170/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/PR170/source/not_implemented_yet.html b/previews/PR170/source/not_implemented_yet.html index c7d2971ac..c562d7e67 100644 --- a/previews/PR170/source/not_implemented_yet.html +++ b/previews/PR170/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/PR170/source/primitives.html b/previews/PR170/source/primitives.html index 55e3a8fe4..f6596cd94 100644 --- a/previews/PR170/source/primitives.html +++ b/previews/PR170/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/PR170/source/transformations/correction/closed_ring.html b/previews/PR170/source/transformations/correction/closed_ring.html index 225d51869..9d8224454 100644 --- a/previews/PR170/source/transformations/correction/closed_ring.html +++ b/previews/PR170/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/PR170/source/transformations/correction/geometry_correction.html b/previews/PR170/source/transformations/correction/geometry_correction.html index e11c1fd98..3aae2bdcd 100644 --- a/previews/PR170/source/transformations/correction/geometry_correction.html +++ b/previews/PR170/source/transformations/correction/geometry_correction.html @@ -8,10 +8,10 @@ - + - + @@ -49,7 +49,7 @@ end return final_geometry end

Available corrections

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

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

It can be called on any geometry correction as usual.

See also GeometryCorrection.

source


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

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

source


# GeometryOps.GeometryCorrectionType.
julia
abstract type GeometryCorrection

This abstract type represents a geometry correction.

Interface

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

source


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

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

See also GeometryCorrection.

source



This page was generated using Literate.jl.

- + \ No newline at end of file diff --git a/previews/PR170/source/transformations/correction/intersecting_polygons.html b/previews/PR170/source/transformations/correction/intersecting_polygons.html index 0b7461e00..f9bd73cfb 100644 --- a/previews/PR170/source/transformations/correction/intersecting_polygons.html +++ b/previews/PR170/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/PR170/source/transformations/extent.html b/previews/PR170/source/transformations/extent.html index 1c9af80ac..0cd3ab55d 100644 --- a/previews/PR170/source/transformations/extent.html +++ b/previews/PR170/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/PR170/source/transformations/flip.html b/previews/PR170/source/transformations/flip.html index 1cd6b35fe..1771c0f83 100644 --- a/previews/PR170/source/transformations/flip.html +++ b/previews/PR170/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/PR170/source/transformations/reproject.html b/previews/PR170/source/transformations/reproject.html index 6b7a6be37..3b48556e1 100644 --- a/previews/PR170/source/transformations/reproject.html +++ b/previews/PR170/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/PR170/source/transformations/segmentize.html b/previews/PR170/source/transformations/segmentize.html index 22ec9b26a..063b0eb9e 100644 --- a/previews/PR170/source/transformations/segmentize.html +++ b/previews/PR170/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/PR170/source/transformations/simplify.html b/previews/PR170/source/transformations/simplify.html index fe54d0a83..330d5043e 100644 --- a/previews/PR170/source/transformations/simplify.html +++ b/previews/PR170/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/PR170/source/transformations/transform.html b/previews/PR170/source/transformations/transform.html index a36a40e69..924110cd4 100644 --- a/previews/PR170/source/transformations/transform.html +++ b/previews/PR170/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/PR170/source/transformations/tuples.html b/previews/PR170/source/transformations/tuples.html index 69ad70665..34692e50d 100644 --- a/previews/PR170/source/transformations/tuples.html +++ b/previews/PR170/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/PR170/source/types.html b/previews/PR170/source/types.html index c9b8bb44e..10aa48459 100644 --- a/previews/PR170/source/types.html +++ b/previews/PR170/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/PR170/source/utils.html b/previews/PR170/source/utils.html index a4575a96d..2a6776ea0 100644 --- a/previews/PR170/source/utils.html +++ b/previews/PR170/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/PR170/tutorials/creating_geometry.html b/previews/PR170/tutorials/creating_geometry.html index f5e8f11ad..7cfa5dc08 100644 --- a/previews/PR170/tutorials/creating_geometry.html +++ b/previews/PR170/tutorials/creating_geometry.html @@ -8,11 +8,11 @@ - + - - + + @@ -28,37 +28,37 @@ import Proj # Plotting using CairoMakie -using GeoMakie

Creating and plotting geometries

Let's start by making a single Point.

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

Now, let's plot our point.

julia
fig, ax, plt = plot(point)

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

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

Creating and plotting geometries

Let's start by making a single Point.

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

Now, let's plot our point.

julia
fig, ax, plt = plot(point)

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

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

Points can be combined into a single MultiPoint geometry.

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

Points can be combined into a single MultiPoint geometry.

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

Let's create a LineString connecting two points.

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

Let's create a LineString connecting two points.

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

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

julia
r = 2;
+fig

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

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

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

A LinearRing is composed of a series of points.

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

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

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

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

julia
xoffset = 0.;
+fig

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

A LinearRing is composed of a series of points.

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

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

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

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

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

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

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

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

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

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

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

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

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

Polygons can also be grouped together as a MultiPolygon.

julia
r = 5;
+fig

Polygons can also be grouped together as a MultiPolygon.

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

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

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

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

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

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

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

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

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

julia
land_path = GeoMakie.assetpath("ne_110m_land.geojson")
"/home/runner/.julia/packages/GeoMakie/DxLbe/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].

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

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

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

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

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

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

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

julia
land_path = GeoMakie.assetpath("ne_110m_land.geojson")
"/home/runner/.julia/packages/GeoMakie/DxLbe/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

Create geospatial geometries with embedded coordinate reference system information

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

Let's do this for a new Polygon

julia
r = 3;
+fig

Create geospatial geometries with embedded coordinate reference system information

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

Let's do this for a new Polygon

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

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

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

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

- + \ No newline at end of file diff --git a/previews/PR170/tutorials/spatial_joins.html b/previews/PR170/tutorials/spatial_joins.html index 8370bb130..65d5bd2f6 100644 --- a/previews/PR170/tutorials/spatial_joins.html +++ b/previews/PR170/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