Skip to content

Releases: python-rasters/rasters

removing `pygeos` dependency and separating class definitions into modules

28 Sep 22:11
3580ceb
Compare
Choose a tag to compare

restoring the `CoordinateArray` class

19 Sep 01:57
88e4acc
Compare
Choose a tag to compare
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`

16 Aug 21:35
f6a7c76
Compare
Choose a tag to compare
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__`

16 Aug 19:40
f007298
Compare
Choose a tag to compare
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

15 Aug 06:01
2689a31
Compare
Choose a tag to compare
Merge pull request #9 from gregory-halverson/main

fixed reprojection of multi-band rasters

fixing multi-band raster plotting

15 Aug 01:42
80901c5
Compare
Choose a tag to compare
Merge pull request #8 from gregory-halverson/main

fixing multi-band raster plotting

fixing rendering of integer rasters

19 Jul 22:16
3befdab
Compare
Choose a tag to compare
Merge pull request #7 from gregory-halverson-jpl/main

fixing rendering of integer rasters

K-D Tree Serialization and Deserialization

21 Jun 23:02
64575b6
Compare
Choose a tag to compare

The KDTree class can now save to file with the .save method and load from file with the KDTree.load class method.

fixing imports

20 Jun 22:34
f656b4d
Compare
Choose a tag to compare
Merge pull request #5 from gregory-halverson-jpl/main

fixing imports

fixing vector data layers

20 Jun 20:21
75f4f9a
Compare
Choose a tag to compare

adjusting to breaking changes made by the shapely package