Pylusat

Latest version: v0.5.8

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

Scan your dependencies

Page 1 of 4

0.5.8

2023-06-15

Updated

- `gridify`: The function now covers the input GeoDataFrame's extent based on
a (minimum) bounding box whose horizontal and vertical spans can be divided
by the cell size (`cell_x` and `cell_y`) without remainder.
Previously, the extent of the output grid is exactly the same as the input
GeoDataFrame's extent.

0.5.7

2022-10-20

Updated

- `RasterManager`: The class can take both a file path and a
`rasterio.io.DatasetReader` as input.
- `combine`: Reflects the change in `RasterManager`.

0.5.6

2022-10-02

Added

- Add _Examples_ to docstrings, which can be rendered by Sphinx's `autodoc`.

0.5.5

2022-09-02

Fixed

- `RasterManager`: In `match_extent` method, `dtype` of the output was fixed as
'int32' previously.
Changed to use the `dtype` of the `RasterManager`.

0.5.4

2022-08-26

Added

- `combine` function to the `geotools` module.

Updated

- `RasterManager`
- Added a `match_extent` method that can match the union of
the extent of the `self` and the other raster.
- `rescale` now returns `MemoryFile` of _Rasterio_.
- `gridify` has been moved from `utils` module to `geotools` module.

0.5.3

2022-07-20

Updated

- `RasterManager` - Added a `rescale` method that can change the resolution to
a specified cell size.

Improved

- `RasterManager` - Instantiate `RasterManager` object by passing a `rasterio`
dataset, which allows to chain multiple operations, e.g., `reproject_vrt` and
`rescale`.

Added

- Tests for `RasterManager` class.

Page 1 of 4

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.