Releases: Serapieum-of-alex/pyramids
0.7.0
Dataset/Add-Documentation (#92)
-
reformat files
-
test notebooks
-
update hooks
-
update update dataset notebook
-
add nbval to test notebooks
-
remove conda configs from pypi workflow
-
test notebooks as part of conda workflow
-
activate shell
-
update notebooks
-
update workflow
-
add python to run the test
-
activate environment
-
remove the setup python to use only the conda env
-
remove the separate setup python and add install the package itself
-
ignore one of the cells
-
ignore one of the cells
-
add doc string to set_attribute_table, get_Attribute_table, create methods
-
add example to add_band
-
test add_band inplace while in read_only access
-
correct indentation errors in dataset.rst file
-
test trying to add id array as a band
-
test trying to add different dimension array ad a new band
-
fix error in correct_wrap_cutline_error with multi-band datasets
-
remove the _crop_with_polygon_by_rasterizing method
-
remove the type from the abstract_Dataset.create_from_array
-
if the mask dataset has multiple bands, use the first band as a mask
-
rename tests
-
add documentations to the crop method
-
add hint on the multi-band mask dataset
-
remove the rows and columns if they are all full of no_data_value when cropping with a dataset
-
test cropping dataset using a multi-band dataset
-
add docstring to the stats method
-
add docstring to
create_from_array
and addcell_size
andtop_left_corner
parameter -
test the geo/top_left_corner cases of the create_from_array method
-
update docstrings
-
add examples to the
read_array
method -
rename
pivot_point
totop_left_corner
-
clean un-needed commented code
-
add examples to get_block_arrangement
-
fix returned dtype from from the dtypes
-
remove the id as it differs in linux
-
ad docstring for
plot
-
add example to
dataset_like
-
the
dataset_like
method returns thedataset
object even if the path is given -
test
dataset_like
for multi-band -
correct typos and docstring
-
update the new name for the
pivot_point
totop_left_corner
-
flush data to disk in the
_create_gtiff_from_array
if path is given -
rename the
pivot_point
parameter in thewrite_array
method totop_left_corner
-
use the coello geotiff file in set_crs test
-
test the
epsg
property -
add docstring
-
fix docstring for
write_array
-
add examples and modify docstring
-
the
to_file
method initialize the dataset to refer to the saved dataset on disk -
use neighbor instead of neighbour
-
use neighbor instead of neighbour
-
add examples for
to_crs
-
add examples to footprint
-
fix docstring for the
block_size
-
fix typo in comments
-
fix docstring for the
apply
-
fix docstring for the
apply
-
add example for the
align
method -
flush data at the end of the
to_file
method -
the
_window
function iterate over rows instead of columns -
add examples for the
to_feature_collection
method -
reformat
-
test
_nearest_neighbour
-
rerun notebook
-
reformat
-
add pictures for docs
-
add pictures for docs
-
add doctest result files to gitignore
-
add examples for thr
get_tiles
method -
remove
pyramids
from the docs/environment.yml to correctly install the package from the repo -
add geopandas to doc/environment.yml
-
install pyramids in the .readthedocs.py file
-
add gdal to docs dependencies
-
install numpy as part of the docs/environment.yml
-
install the package itself using conda
-
install the package itself using conda
-
update dependencies
-
update dependencies
-
add test for
cluster
method -
add example for
cluster
-
add image to the
get_tile
example -
correct the example of the
footprint
method -
reformat
-
add example to
cluster2
-
correct versions
-
fix missing indentation issue in docstring
-
add examples to all methods related to the overviews
-
update notebooks
-
add examples for the
get_histogram
method -
clean file
-
fix error in the
color_table
property -
mark the
color_table
test as plot test -
add example to
color_table
-
add hook to check doctest
-
add examples to the
band_color
, andget_band_by_color
-
all the create methods assign the access property properly.
-
add xml code block in all docstring
-
add examples to
add_band
andcreate
methods -
reformat
-
change the path to the image in the docstring
-
change the path to the image
-
change all images paths
-
fix errors in the docstring
-
crop images and fix docstring
-
fix docstring
-
fix docstring
-
fix docstring
-
fix docstring
-
add examples to
map_to_array_coordinates
-
convert the
array_to_map_coordinates
to normal method -
add examples to the
bbox
and thebounds
properties -
rename the top_left_coords to top_left_corner
-
add inplace parameter to the method
change_no_data_value
-
test inplace=False
-
put a warning in the
change_no_data_value
method -
correct the warning statment
-
re indent the image in
cluster
method -
add graphviz as a system package in the readthedocs file
-
add graphviz as a system package in the readthedocs file
-
update readthedoc config file
-
correct the graphviz setting in the readthedoc file
-
correct docstring issues
-
remvove the sphinxcontrib-graphviz from doc dependencies
-
add graphviz as a normal package
-
add type hints
-
correct docstring issues
-
fix docsting issues
-
correct the warning directive
-
change the warning clause.
-
add examples for the
color_table
-
add
close
method and add examples to thecopy
dataset -
fix docstring issues
-
correct docstring in
read_array
-
add
band
parameter to theextract
method -
add
band
parameter to theextract
method -
test
close
method -
fix docstring
-
add examples for the
overlay
method -
remove
driver
from the fill method -
add images to the
resample
method -
fix docstring
-
add inplace to the
fill
method -
add examples to
get_cell_points
,get_cell_coords
, andget_cell_polygons
-
add examples to
lat
,lon
,x
, andy
-
add images to the docstring
-
crop images
-
add see also section in the docstring
-
fix the xml code block
-
fix indentation
-
add south america notebook
-
add missing south-america-mswep_1979010100.tif.aux.xml missing file
-
update history file
-
fix docstring
-
fix docstring
-
update history file
-
update version to 0.7.0
-
update history fille
0.6.0
0.5.6
dataset/dataset/create-overviews (#77)
- create
create_overviews
,recreate_overview
,read_overview_array
methods, andoverview_count
attribute to
handle overviews. - The
plot
method takes an extra parametersoverviews
andoverview_index
to enable plotting overviews instead
of the real values in the bands.
0.5.5
0.5.4
0.5.3
dataset/crop/feature/crop-all-within-polygon (#71)
-
add touch parameter to the crop method
-
correct typo in the 'nearest neibour'
-
add inplace parameter to the crop method
-
add inplace parameter to the crop method
-
correct typos
-
add mask parameter to the stats method
-
refactor files
-
update check list files
0.5.2
0.5.1
0.5.0
Dataset
- The dtype attribure is not initialized in the init, but initialized when using the dtype property.
- Create band_names setter method.
- add gdal_dtype, numpy_dtype, and dtype arrtibute to change between the dtype (data type general name), and the coresponding data type in numpy and gdal.
- Create color_table attribure, getter & setter property to set a symbology (assign color to different values in each band).
- The read_array method returns array with the same type as the dtype of the first band in the raster.
- add a setter method to the band_names property.
- The methods (create_driver_from_scratch, get_band_names) is converted to private method.
- The no_data_value check the dtype before setting any value.
- The convert_longitude used the gdal.Wrap method instead of making the calculation step by step.
- The to_polygon is converted to _band_to_polygon private method used in the clusters method.
- The to_geodataframe is converted to to_feature_collection. change the backend of the function to use the crop function is a vector mask is given.
- the to_crs takes an extra parameter "inplace".
- The locate_points is converted to map_to_array_coordinates.
- Create array_to_map_coordinates to translate the array indices into real map coordinates.
DataCube
- rename the read_separate_files to read_multiple_files, and enable it to use regex strigs to filter files in a given directory.
- rename read_dataset to open_datacube.
- rename the data attribute to values
FeatureCollection
- Add a pivot_point attribure to return the top left corner/first coordinates of the polygon.
- Add a layers_count property to return the number of layers in the file.
- Add a layer_names property to return the layers names.
- Add a column property to return column names.
- Add the file_name property to store the file name.
- Add the dtypes property to retrieve the data types of the columns in the file.
- Rename bounds to total_bounds.
- The _gdf_to_ds can convert the GeoDataFrame to a ogr.DataSource and to a gdal.Dataset.
- The create_point method returns a shapely point object or a GeoDataFrame if an epsg number is given.
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