Skip to content
Failed

Changes

Summary

  1. Fix clipping logic during polygon layer query (details)
  2. Add WKT imports for tests (details)
  3. Added convenience method to get bin labels paired with their counts. (details)
  4. Add SparseEuclideanDistance construction (details)
  5. Moved demonstration "test" to doc-examples (details)
  6. Move to com.networknt Json Schema validator (details)
  7. Added documentation for Delaunay triangulations and friends to user (details)
  8. Fix small error (details)
Commit 6090cf8033115b201bcb314b132ec3be5e26eecb by Eugene Cheipesh
Fix clipping logic during polygon layer query

Signed-off-by: Eugene Cheipesh <echeipesh@gmail.com>
The file was modified spark/src/main/scala/geotrellis/spark/io/LayerFilter.scala (diff)
The file was modified spark/src/test/scala/geotrellis/spark/io/LayerQuerySpec.scala (diff)
The file was addedspark/src/test/resources/wkt/huc10-conestoga.wkt
Commit be8ed30a4c570f01f31f6c9e921b21074b2f7912 by Eugene Cheipesh
Add WKT imports for tests
The file was modified spark/src/test/scala/geotrellis/spark/io/LayerQuerySpec.scala (diff)
Commit 7437b0e00d0552995f011efc84d1917c310a3c3a by Simeon Fitch
Added convenience method to get bin labels paired with their counts.

Signed-off-by: Simeon H.K. fitch <fitch@astraea.io>
The file was modified raster/src/main/scala/geotrellis/raster/histogram/Histogram.scala (diff)
The file was modified raster-test/src/test/scala/geotrellis/raster/histogram/HistogramSpec.scala (diff)
Commit 8040807b4dfe0d0383370fd2eb635340abbc5bb4 by Justin Polchlopek
Add SparseEuclideanDistance construction

Signed-off-by: jpolchlo <jpolchlopek@azavea.com>
The file was modified spark/src/main/scala/geotrellis/spark/distance/EuclideanDistance.scala (diff)
The file was modified spark/src/test/scala/geotrellis/spark/distance/EuclideanDistanceSpec.scala (diff)
Commit bb60a91c64a2e675aff69464c05a0faff0b89d73 by Justin Polchlopek
Moved demonstration "test" to doc-examples

Signed-off-by: jpolchlo <jpolchlopek@azavea.com>
The file was modified spark/src/test/scala/geotrellis/spark/distance/EuclideanDistanceSpec.scala (diff)
The file was addeddoc-examples/src/main/scala/geotrellis/doc/examples/spark/EuclideanDistanceExamples.scala
Commit e7323585bec1ede2d86bf8cc18647817b1a4881b by Grigory Pomadchin
Move to com.networknt Json Schema validator

Signed-off-by: Grisha Pomadchin <gr.pomadchin@gmail.com>
The file was modified spark-etl/src/main/scala/geotrellis/spark/etl/config/BaseEtlConf.scala (diff)
The file was modified spark-etl/build.sbt (diff)
The file was modified spark-etl/src/main/resources/input-schema.json (diff)
The file was modified spark-etl/src/main/scala/geotrellis/spark/etl/config/ConfigParse.scala (diff)
The file was modified project/Dependencies.scala (diff)
Commit 3b8b8bfc938e07003441068503b7219ade594bb3 by Justin Polchlopek
Added documentation for Delaunay triangulations and friends to user guide

Signed-off-by: jpolchlo <jpolchlopek@azavea.com>
The file was modified docs/guide/vectors.rst (diff)
The file was addeddocs/guide/images/bad-ed.png
The file was addeddocs/guide/images/noStitch-cropped.png
The file was addeddocs/guide/images/ed-excerpt.png
The file was addeddocs/guide/images/withStitch-cropped.png
The file was modified vector-test/src/test/scala/spec/geotrellis/vector/triangulation/StitchedDelaunaySpec.scala (diff)
The file was modified vector/src/main/scala/geotrellis/vector/mesh/HalfEdgeTable.scala (diff)
The file was addeddocs/guide/images/tin-to-dem.png
The file was addeddocs/guide/images/euclidean-distance.png
Commit 75aa06f89c23059db4b69080ea845616310e0f94 by Justin Polchlopek
Fix small error

Signed-off-by: jpolchlo <jpolchlopek@azavea.com>
The file was modified docs/guide/vectors.rst (diff)