Releases
0.9.0-RC2
Compare
Sorry, something went wrong.
No results found
Upgraded to GeoTrellis 3.2.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].
Formally abandoned support for Python 2. Python 2 is dead. Long live Python 2.
Introduction of type hints in Python API.
You can’t perform that action at this time.