Skip to content
Started 4 yr 6 mo ago
Took 2 min 42 sec

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

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

Started by user Grigory Pomadchin

Revision: 7871e015129ae4a1ccfd06a23544a6de9ac68c6e
Repository: https://github.com/locationtech/geotrellis
  • origin/3.0