Pylusat

Latest version: v0.5.8

Safety actively analyzes 638699 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 2 of 4

0.5.2

2021-05-29

Fixed

- `zonal_stats_raster` - fixed issues with the function when raster projection
and GeoDataFrame projection are not the same by fixing the backend class
`RasterManager`

Updated

- Updated the license

0.5.1

2021-05-28

Improved

- Change test framework to `pytest` to work with GitHub Actions for continuous
integration (CI).

Updated

- Change `RasterManager` and `distance.to_cell` from using `gdal` methods to
`rasterio` methods.

0.5.0

2021-05-24

Added

- test for `zonal_stats_raster`
- `RasterManager` - This class is similar to the `GeoDataFrameManager` in
`pylusat.base`. It manages the basic properties and methods of a raster
dataset, such as `wkt`, `srs`, `reproject()`, `to_array()`.

Removed

- `utils.read_raster` - This function is replaced by the method in
`RasterManager`.

Improved

- `zonal_stats_raster` - This function now will compare the spatial reference
system of the `zone_gdf` and the `raster`. If they are not the same, the
function will attempt to `Warp` (reproject) the raster to match the spatial
reference of `zone_gdf`.

0.4.0

2021-04-26

Added

- `utils.gridify` - This new function creates a grid based on the input
GeoDataFrame.

0.3.4

2021-04-24

Updated

- `distance.to_cell` - return null when no value specified presented in the
target raster

0.3.3

2021-03-29

Fixed

- `density.of_line` - fix a bug in buffering reporting "invalid GeoDataFrame"

Page 2 of 4

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.