Skip to content

Commit 70c85f3

Browse files
author
Philip (flip) Kromer
committed
build, book, build!
1 parent f92cac3 commit 70c85f3

File tree

3 files changed

+15
-6
lines changed

3 files changed

+15
-6
lines changed

11a-geodata-intro.asciidoc

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -61,10 +61,14 @@ But when you want to map against the nearest object -- which might be a three-mi
6161
Let's start off in the best way possible: with a tool for turning lots of data into manageable insight.
6262

6363

64-
image::images/11a-france-uk-calais.png[The territories of France and the UK are close by in Europe]
65-
image::images/11a-france-uk-caribbean.png[...and also in the Caribbean]
64+
.The territories of France and the UK are close by in Europe
65+
image::images/11a-france-uk-calais.png[height=120]
6666

67-
image::images/11a-south_africa-lesotho.png[South Africa contains Lesotho... Politics trumps Topology]
67+
.And also in the Caribbean
68+
image::images/11a-france-uk-caribbean.png[height=120]
69+
70+
.South Africa contains Lesotho: Politics trumps Topology
71+
image::images/11a-south_africa-lesotho.png[height=150]
6872

6973

7074

11b-spatial_aggregation-points.asciidoc

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,9 +133,10 @@ image::images/11-f-quad_decompositions/11-sphere_distance-all-ortho.png[Two circ
133133
.Everything is greatly easier on the Equator because everything is a Great Circle
134134
image::images/11-f-quad_decompositions/11-sphere_distance-0-bbox-ortho.png[Everything is greatly easier on the Equator because everything is a Great Circle]
135135

136-
136+
.The point of westmost longitude is _not_ parallel to the center
137137
image::images/11-f-quad_decompositions/11-sphere_distance-65-toosmall-ortho.png[The point of westmost longitude is _not_ parallel to the center]
138138

139+
.Gridline is tangent at the actual westmost longitude
139140
image::images/11-f-quad_decompositions/11-sphere_distance-65-bbox-ortho.png[Gridline is tangent at the actual westmost longitude]
140141

141142

@@ -177,6 +178,7 @@ There are still other details to attend to -- the box could cross over the antim
177178

178179
// 1400 km radius: Boston-Chicago or Paris-Warsaw; 2800 km diameter: SF-St Louis
179180

181+
.Min/Max Longitudes are not at the same latitude as the center
180182
image::images/11-circle_of_constant_distance.png[Min/Max Longitudes are not at the same latitude as the center]
181183

182184

11c-spatial_aggregations_on_regions.asciidoc

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,7 @@ Joining that to the 2.3 million rows of crop production data produces big data f
5252
5353
Instead of breaking down
5454
55+
.Variable Level of Detail prevents Inefficient Tiny Tiles
5556
image::images/11-f-quad_decompositions/11-quaddecomp-world-mercator.png[Variable Level of Detail prevents Inefficient Tiny Tiles]
5657
5758
The QuadDecompose UDF accepts an outer and an inner zoom level.
@@ -76,9 +77,11 @@ Our Reindeer friends, with their ample free time and bizarre sense of humor, som
7677
7778
We can apply our spatial analysis tools to its simple geometry and help the investigators make a data-backed decision. Here is a map of the grounds.
7879
79-
image::images/images/11-f-quad_decompositions/spatial_manor-rooms_peeps_grid.png[Spatial Manor - Rooms (and underlying ZL-3 grid)]
80+
.Spatial Manor - Rooms (and underlying ZL-3 grid)
81+
image::images/11-f-quad_decompositions/spatial_manor-rooms_peeps_grid.png[Spatial Manor - Rooms (and underlying ZL-3 grid)]
8082
81-
image::images/images/11-f-quad_decompositions/spatial_manor-quadkeys.png[Spatial Manor - Decomposed]
83+
.Spatial Manor - Decomposed
84+
image::images/11-f-quad_decompositions/spatial_manor-quadkeys.png[Spatial Manor - Decomposed]
8285
8386
8487

0 commit comments

Comments
 (0)