Releases: python-rasters/rasters
Releases · python-rasters/rasters
removing `pygeos` dependency and separating class definitions into modules
v1.3.0 Update README.md
restoring the `CoordinateArray` class
Merge pull request #14 from gregory-halverson-jpl/main restoring `CoordinateArray` class
fixing search of row/col index for given spatial point for swath geometry in `RasterGeolocation.index_point`
Merge pull request #11 from gregory-halverson-jpl/main fixing search of row/col index for given spatial point for swath geometry in `RasterGeolocation.index_point`
adding `.wkt` property to vector classes and displaying it with `__repr__`
Merge pull request #10 from gregory-halverson-jpl/main adding `.wkt` property to vector classes and displaying it with `__repr__`
fixed reprojection of multi-band rasters
Merge pull request #9 from gregory-halverson/main fixed reprojection of multi-band rasters
fixing multi-band raster plotting
Merge pull request #8 from gregory-halverson/main fixing multi-band raster plotting
fixing rendering of integer rasters
Merge pull request #7 from gregory-halverson-jpl/main fixing rendering of integer rasters
K-D Tree Serialization and Deserialization
The KDTree
class can now save to file with the .save
method and load from file with the KDTree.load
class method.
fixing imports
Merge pull request #5 from gregory-halverson-jpl/main fixing imports
fixing vector data layers
adjusting to breaking changes made by the shapely
package