Releases: Serapieum-of-alex/pyramids
Releases · Serapieum-of-alex/pyramids
0.4.2
- fix a bug in plotting the dataset without specifying the band
- fix a bug in passing or not passing the band index in the case of multi-band rasters
- change the bounds in the to_dataset method to total_bounds to get the bbox of the whole geometries in the gdf
- add convert_longitude method to convert longitude to range between -180 and 180
0.4.1
- adjust all spatial operation functions to work with multi-band rasters.
- use gdal exceptions to capture runtime error of not finding the the file.
- add cluster method to dataset class.
- time_stamp attribute returns None if there is no time_stamp.
- restructure the no_data_value related functions.
- plot function can plot rgb imagr for multi-band rasters.
- to_file detect the driver type from the extension in the path.
0.4.0
- Restructure the whole package to two main objects Dataset and FeatureCollection
- Add class for multiple Dataset "DataCube".
- Link both Dataset and FeatureCollection to convert between raster and vector data types.
- Remove rasterio and netcdf from dependencies and depend only on gdal.
- Test read rasters/netcdf from virtual file systems (aws, compressed)
- Add dunder methods for all classes.
- add plotting functionality and cleopatra (plotting package) as an optional package.
- remove loops and replace it with ufunc from numpy.
0.3.3
0.3.2
0.3.1
- add pyarrow to use parquet data type for saving dataframes and geodataframes
- add H3 indexing package, and add new module indexing with functions to convert geometries to indeces back and forth.
- fix bug in calculating pivot point of the netcdf file
- rasterToDataFrame function will create geometries of the cells only based on the add_geometry parameter.
0.3.0
- add array module to deal with any array operations.
- add openDataset, getEPSG create SpatialReference, and setNoDataValue utility function, getCellCoords, ...
- add rasterToPolygon, PolygonToRaster, rasterToGeoDataFrame, conversion between ogr DataSource and GeoDataFrame.