Releases
0.9.0-RC1
Upgraded to GeoTrellis 3.1.0. This includes a number of breaking changes enumerated as a part of the PR's change log. These include:
Add Int
type parameter to Grid
Add Int
type parameter to CellGrid
Add Int
type parameter to GridBounds
... or TileBounds
Use GridBounds.toGridType
to coerce from Int
to Long
type parameter
Update imports for layers, particularly geotrellis.spark.tiling
to geotrellis.layer
Update imports for geotrellis.spark.io
to geotrellis.spark.store...
Removed FixedRasterExtent
Removed org.locationtech.rasterframes.util.Shims
Change Extent.jtsGeom
to Extent.toPolygon
Change TileLayerMetadata.gridBounds
to TileLayerMetadata.tileBounds
Add geotrellis-gdal
dependency
Remove any conversions between JTS geometry and old geotrellis.vector
geometry
Changed org.locationtech.rasterframes.encoders.StandardEncoders.crsEncoder
to crsSparkEncoder
Change (cols, rows)
dimension destructuring to Dimensions(cols, rows)
Revisit use of Tile
equality since it's more strict
Update reference.conf
to use geotrellis.raster.gdal
namespace.
Replace all uses of TileDimensions
with geotrellis.raster.Dimensions[Int]
.
You can’t perform that action at this time.