-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* 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 add `cell_size` and `top_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` to `top_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 the `dataset` 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` to `top_left_corner` * flush data to disk in the `_create_gtiff_from_array` if path is given * rename the `pivot_point` parameter in the `write_array` method to `top_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`, and `get_band_by_color` * all the create methods assign the access property properly. * add xml code block in all docstring * add examples to `add_band` and `create` 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 the `bounds` 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 the `copy` dataset * fix docstring issues * correct docstring in `read_array` * add `band` parameter to the `extract` method * add `band` parameter to the `extract` 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`, and `get_cell_polygons` * add examples to `lat`, `lon`, `x`, and `y` * 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
- Loading branch information
Showing
64 changed files
with
9,600 additions
and
2,760 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,14 @@ | ||
name: docs | ||
channels: | ||
- conda-forge | ||
dependencies: | ||
- pyramids | ||
- numpy >=2.0.0 | ||
- numpydoc==1.1.0 | ||
- typing-extensions==3.10.* | ||
- gdal==3.9.0 | ||
- pip: | ||
- pydata_sphinx_theme>=0.15.2 | ||
- sphinxcontrib-napoleon | ||
- nbsphinx | ||
- graphviz | ||
- ../. |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,17 +1,17 @@ | ||
channels: | ||
- conda-forge | ||
dependencies: | ||
- python >=3.11 | ||
- numpy >=1.25.2 | ||
- hpc >=0.1.3 | ||
- pip >=23.3.1 | ||
- gdal ==3.8.4 | ||
- numpy >=2.0.0 | ||
- hpc >=0.1.4 | ||
- pip >=24.0.0 | ||
- gdal ==3.9.0 | ||
- pandas >=2.1.0 | ||
- geopandas >=0.14.1 | ||
- Shapely >=2.0.2 | ||
- pyproj >=3.6.1 | ||
- cleopatra >=0.4.0 | ||
- cleopatra >=0.4.2 | ||
- PyYAML >=6.0.1 | ||
- loguru >=0.7.2 | ||
- pytest >=7.4.3 | ||
- pytest-cov >=4.1.0 | ||
- pytest >=8.2.2 | ||
- pytest-cov >=5.0.0 | ||
- nbval >=0.11.0 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,16 +1,16 @@ | ||
channels: | ||
- conda-forge | ||
dependencies: | ||
- python >=3.11 | ||
- numpy >=1.25.2 | ||
- hpc >=0.1.3 | ||
- pip >=23.3.1 | ||
- gdal ==3.8.4 | ||
- numpy >=2.0.0 | ||
- hpc >=0.1.4 | ||
- pip >=24.0.0 | ||
- gdal ==3.9.0 | ||
- pandas >=2.1.0 | ||
- geopandas >=0.14.1 | ||
- Shapely >=2.0.2 | ||
- pyproj >=3.6.1 | ||
- PyYAML >=6.0.1 | ||
- loguru >=0.7.2 | ||
- pytest >=7.4.3 | ||
- pytest-cov >=4.1.0 | ||
- pytest >=8.2.2 | ||
- pytest-cov >=5.0.0 | ||
- nbval >=0.11.0 |
Oops, something went wrong.