Skip to content

Changes

#58 (Oct 18, 2019, 1:41:04 PM)

  1. Update sonatype publish scripts [skip ci] (#3130) — github / githubweb

#57 (Oct 17, 2019, 6:53:14 PM)

  1. Update README.md — github / githubweb
  2. Created the tiling project — jacob Bouffard / githubweb
  3. Add Debugging Behavior — James McClain / githubweb
  4. Add `scatter` Parameter — James McClain / githubweb
  5. Update Unit Tests — James McClain / githubweb
  6. Improve Meters/Pixel Calculation — James McClain / githubweb
  7. Update Changelog — James McClain / githubweb
  8. Fix Changelog [skip ci] — James McClain / githubweb
  9. Add a CQ application process — Grigory Pomadchin / githubweb
  10. Address comments — Grigory Pomadchin / githubweb
  11. Made grammer and spelling fixes to the CQ doc — jacob Bouffard / githubweb
  12. Easy Importing for the Raster Package (#2891) — Eugene Cheipesh / githubweb
  13. AWS SDK v2 (#2911) — Grigory Pomadchin / githubweb
  14. Fix map{X|Y}ToGrid function behavior that could give a bit incorrect — github / githubweb
  15. Migrating to GeoTrellis 3.0 Guide - Simplified Imports (#2949) — Eugene Cheipesh / githubweb
  16. Fix test, release and publish scripts (#2957) — github / githubweb
  17. Fix COG layer update bug related to COGLayerMetadata zoomRanges ordering — Grigory Pomadchin / githubweb
  18. Use original ZoomRanges on COG layer update (#2956) — Grigory Pomadchin / githubweb
  19. Bump travis hbase to 2.1.5 — Andrew Fink / githubweb
  20. Remove geotrellis-spark-etl project — Eugene Cheipesh / githubweb
  21. Read file length just once (#2993) — Grigory Pomadchin / githubweb
  22. Update DeflateCompression.scala (#2970) — Eugene Cheipesh / githubweb
  23. Update hbase test version — Eugene Cheipesh / githubweb
  24. Fix incorrect Deflate compressor usage (#2997) — github / githubweb
  25. Create geotrellis.layer — Eugene Cheipesh / githubweb
  26. Create geotrellis.store package — Eugene Cheipesh / githubweb
  27. Rename geotrellis.spark.io.geomesa to geotrellis.spark.store.geomesa — Eugene Cheipesh / githubweb
  28. Rename geotrellis.spark.io.geowave to geotrellis.spark.store.geowave — Eugene Cheipesh / githubweb
  29. Split geotrellis.spark.io.accumulo to geotrellis.store.accumulo and — Eugene Cheipesh / githubweb
  30. Split geotrellis.spark.io.hbase into geotrellis.store.hbase and — Eugene Cheipesh / githubweb
  31. Split geotrellis.spark.io.s3 into geotrellis.store.s3 and — Eugene Cheipesh / githubweb
  32. Split geotrellis.spark.io.cassandra into geotrellis.store.cassandra and — Eugene Cheipesh / githubweb
  33. Fix build — Eugene Cheipesh / githubweb
  34. Fixed ArrayTile equality bug (#2991) — Grigory Pomadchin / githubweb
  35. Change GeoWave resolvers (#3000) — github / githubweb
  36. Created RangeReader SPI for the file, hadoop, http, and s3 backends — jacob Bouffard / githubweb
  37. Fix locationtech deployment scripts, remove unsued code (#3001) — github / githubweb
  38. Refactor GeoTrellis Polygonal Summary API — Andrew Fink / githubweb
  39. Throw errors inside IO (#3003) — Grigory Pomadchin / githubweb
  40. Implement new Spark PolygonalSummary API — Andrew Fink / githubweb
  41. Add polygonal summary user guide documentation — Andrew Fink / githubweb
  42. Remove code coverage — Andrew Fink / githubweb
  43. Add ASL2 header — github / githubweb
  44. Replace spray with circe (#3006) — Grigory Pomadchin / githubweb
  45. Replace mergable with semigroup — Nathan Zimmerman / githubweb
  46. Introduce some amount of fudge into MGRS tests (#3010) — Grigory Pomadchin / githubweb
  47. Fix incorrect imports optimization — Grigory Pomadchin / githubweb
  48. refactor blocking threadpool usage — Grigory Pomadchin / githubweb
  49. Pass execution context everywhere instead of a threads number — Grigory Pomadchin / githubweb
  50. Add headers — Grigory Pomadchin / githubweb
  51. Include feature id in MVT protobuf serialization — Andrew Fink / githubweb
  52. Use by-name params instead of functions everywhere — Grigory Pomadchin / githubweb
  53. Add note about the expected behavior of extent reprojection — Nathan Zimmerman / githubweb
  54. Name the default threadpool, move ThreadPoolConfig into the same object — Grigory Pomadchin / githubweb
  55. Add sparse stitch methods to StitchCollectionMethods — Andrew Fink / githubweb
  56. Duplicate stitch collection methods into RDD land — Andrew Fink / githubweb
  57. Add tests for GridExtent::createAlignedGridExtent — Justin Polchlopek / githubweb
  58. Use JTS geometries in vector package (#2932) — Eugene Cheipesh / githubweb
  59. Use semi-auto decoder for TileLayerMetadata — Andrew Fink / githubweb
  60. S3RangeReader totalLength Improvment (#3025) — Grigory Pomadchin / githubweb
  61. Fix Schema json encoding/decoding — Andrew Fink / githubweb
  62. Add dynamic ZFactor for slope calculation (#3014) — Grigory Pomadchin / githubweb
  63. Update ZFactor class too use native JTS instead of outdated wrappers — Grigory Pomadchin / githubweb
  64. FileRangeReader Improved URI Handeling (#3034) — Eugene Cheipesh / githubweb
  65. Depend on a fixed proj4 — Grigory Pomadchin / githubweb
  66. (docs) minor typo and structure fixes in core-concepts.rst — Stefaan Lippens / githubweb
  67. Fix copy-paste error (#3046) — Grigory Pomadchin / githubweb
  68. Slack off tolerance in isWhole test (#3045) — Grigory Pomadchin / githubweb
  69. README: updated some "Getting Started" versions (#3050) — Grigory Pomadchin / githubweb
  70. Add LocationTech resolvers to proj4 module — Eugene Cheipesh / githubweb
  71. Update common resolver settings — Eugene Cheipesh / githubweb
  72. geotools project shouldn't override resolvers — Eugene Cheipesh / githubweb
  73. Allow implicit conversions on SaveToS3 Array[Byte] — Andrew Fink / githubweb
  74. Fix build for local development against maven projectss — Eugene Cheipesh / githubweb
  75. Fix incorrect test case — Eugene Cheipesh / githubweb
  76. Fix SaveToS3 methods serialization (#3060) — github / githubweb
  77. Fix a bad EPSG code reading function (#3062) — github / githubweb
  78. Add RasterSources API (#3053) — github / githubweb
  79. Move GDAL tests into GDAL test set 1 (#3068) — github / githubweb
  80. Backport np helper functions to geotrellis.util.np (#3067) — Grigory Pomadchin / githubweb
  81. Changed the ProjectionSpec to test VectorTile reading/writing of — Grigory Pomadchin / githubweb
  82. Fixes #3070 — Simeon Fitch / githubweb
  83. Fix #2791: HttpRangeReader swallows 404s — Andrew Fink / githubweb
  84. Add note to CHANGELOG — Andrew Fink / githubweb
  85. Clean up WKT <--> EPSG conversion methods — Andrew Fink / githubweb
  86. CRS.fromWKT now returns Option[CRS] — Andrew Fink / githubweb
  87. Update CHANGELOG — Andrew Fink / githubweb
  88. Bugfix: WKTParser correctly handles strings with newlines — Andrew Fink / githubweb
  89. Fix full stream read on the input stream close — Grigory Pomadchin / githubweb
  90. Make S3SparkLayerProvider Serializable — Grigory Pomadchin / githubweb
  91. Add a toSpatial operation to our collections API (#3082) — github / githubweb
  92. Fix TIFFTagsReader to skip unsupported tags — Grigory Pomadchin / githubweb
  93. Add a human readable exception to avoid the inifinte recursion stack in — Grigory Pomadchin / githubweb
  94. Use * instead of ? (#3084) — github / githubweb
  95. Proj4J 1.1.0 — github / githubweb
  96. Replace getByteReader with RangeReader calls — Andrew Fink / githubweb
  97. Use new RangeReader for each read call — Andrew Fink / githubweb
  98. Add absolute URI tests for FileRangeReaderProvider — Andrew Fink / githubweb
  99. Fix HttpRangeReaderProvider processing non-http URLs — Andrew Fink / githubweb
  100. Add script to start S3 test container — Andrew Fink / githubweb
  101. Fix windowed reproject window construction — Nathan Zimmerman / githubweb
  102. Remove unnecessary CellGrid constraints (#3094) — github / githubweb
  103. Fix null exceptions in S3Layer classes — Andrew Fink / githubweb
  104. Fix Tiled TIFF BitCellType Segments conversion (#3102) — github / githubweb
  105. updated computeResolution in IterativeCostDistance to match Iterative — Grigory Pomadchin / githubweb
  106. Switch to log4s (#3116) — Grigory Pomadchin / githubweb
  107. Bump HBase version up (#3119) — github / githubweb
  108. Refactor ResampleGrid names and type parameter (#3121) — Eugene Cheipesh / githubweb
  109. Update GDALRasterSummarySpec.scala — github / githubweb
  110. Fix scaladoc deployment to latest folder on master branch merges (#3104) — Eugene Cheipesh / githubweb
  111. RasterSource.resolutions becomes List[CellSize] (#3124) — Grigory Pomadchin / githubweb
  112. The segment size should be padded to fit spzce allocated in bytes — github / githubweb
  113. Rasters FeatureExtraction (#3117) — github / githubweb
  114. Add Circe codecs for GeoTiffInfo and related classes (#3128) — Grigory Pomadchin / githubweb
  115. Update README and Documentation for GeoTrellis 3.0 (#3111) — Grigory Pomadchin / githubweb

#55 (Apr 26, 2019, 3:46:41 PM)

  1. Remove slick from locationtech deploy script — Grigory Pomadchin / githubweb
  2. Version 3.0.0-M1 — Grigory Pomadchin / githubweb
  3. Version 3.0.0-M1.1 — Grigory Pomadchin / githubweb
  4. Version 3.0.0-M2 — Grigory Pomadchin / githubweb
  5. Version 3.0.0-M3-SNAPSHOT — Grigory Pomadchin / githubweb
  6. Version 3.0-M3 — Grigory Pomadchin / githubweb

#53 (Apr 26, 2019, 1:14:07 PM)

  1. Get the static DefaultAWSCredentialsProviderChain instance rather than — Grigory Pomadchin / githubweb
  2. Fixes #2907. — Grigory Pomadchin / githubweb
  3. Bump geotrellis version up — Grigory Pomadchin / githubweb
  4. Update changelog — Grigory Pomadchin / githubweb

#47 (Apr 18, 2019, 10:45:40 AM)

  1. Fix hbase & add a proper changelog — Grigory Pomadchin / githubweb

#42 (Apr 8, 2019, 5:02:44 PM)

  1. GridExtent regressions (#2894) — Eugene Cheipesh / githubweb
  2. Version 3.0.0-M3-SNAPSHOT — Eugene Cheipesh / githubweb

#38 (Apr 8, 2019, 2:13:54 PM)

  1. Version 3.0.0-M2 — Eugene Cheipesh / githubweb

#37 (Apr 8, 2019, 1:50:02 PM)

  1. Simplified the vector.io.wkt, vector.io.wkb, and the vector.io.json — Eugene Cheipesh / githubweb
  2. Version 3.0.0-M1.1 — Eugene Cheipesh / githubweb

#29 (Oct 19, 2018, 4:30:37 PM)

  1. Version 2.1.0 — Eugene Cheipesh / githubweb
  2. LocationTech release — Eugene Cheipesh / githubweb

#28 (Oct 19, 2018, 2:17:55 PM)

  1. Update HBase URIs and version (#2816) — Eugene Cheipesh / githubweb
  2. Bump cats-effect to 1.0 — Eugene Cheipesh / githubweb

#26 (Oct 12, 2018, 12:55:33 PM)

  1. Use Timer as necessary for IO (#2814) — Eugene Cheipesh / githubweb
  2. 2.1.0-SNAPSHOT — Eugene Cheipesh / githubweb

#25 (Oct 12, 2018, 10:06:33 AM)

  1. Remove doc-examples from root project — Eugene Cheipesh / githubweb
  2. Added JPEG decompression (#2762) — Eugene Cheipesh / githubweb

#19 (Oct 2, 2018, 6:55:40 PM)

  1. Add SparkSession into TestEnvironment — Eugene Cheipesh / githubweb

#18 (Oct 2, 2018, 6:55:09 PM)

  1. Update Changelog for 2.1.0 [ci skip] — Eugene Cheipesh / githubweb

#15 (Jan 3, 2018, 3:55:22 PM)

  1. Enable SNAPSHOT builds — Eugene Cheipesh / githubweb

#14 (Jan 3, 2018, 3:45:51 PM)

  1. Version 1.2.1 — Eugene Cheipesh / githubweb
  2. Fix for area of vectorizer that can throw topology exceptions. — Eugene Cheipesh / githubweb
  3. Fix out of bound segment when reading overbuffered geotiff windows — Eugene Cheipesh / githubweb
  4. Changelog for PR 2530 [skip-ci] — Eugene Cheipesh / githubweb
  5. Avoid `ListBuffer.prepend` — Eugene Cheipesh / githubweb
  6. Avoid `{List,Array}Buffer.append` — Eugene Cheipesh / githubweb
  7. Fix Tile.flipHorizontal for floating point tiles — Eugene Cheipesh / githubweb

#13 (Dec 13, 2017, 2:38:20 AM)

  1. Use LOCATIONTECH_RELEASE environment variable in build — Eugene Cheipesh / githubweb

#12 (Dec 13, 2017, 2:30:49 AM)

  1. Version 1.2 — Eugene Cheipesh / githubweb

#3 (Jun 5, 2017, 11:34:55 AM)

  1. Fix clipping logic during polygon layer query — Eugene Cheipesh / githubweb
  2. Add WKT imports for tests — Eugene Cheipesh / githubweb
  3. Added convenience method to get bin labels paired with their counts. — Simeon Fitch / githubweb
  4. Add SparseEuclideanDistance construction — Justin Polchlopek / githubweb
  5. Moved demonstration "test" to doc-examples — Justin Polchlopek / githubweb
  6. Move to com.networknt Json Schema validator — Grigory Pomadchin / githubweb
  7. Added documentation for Delaunay triangulations and friends to user — Justin Polchlopek / githubweb
  8. Fix small error — Justin Polchlopek / githubweb

#2 (Dec 31, 1969, 7:00:00 PM)

  1. Allow EuclideanDistanceTile to use arbitrary CellTypes — Justin Polchlopek / githubweb
  2. Do not produce Tiles for cells which contain no data — Justin Polchlopek / githubweb