Merged
Conversation
Made a new template for suggesting new tools.
…tive data. Updates to docstring.
…on-user-facing functions.
…ce_to_anomaly_gdal_ComputeProximity for reduced run time The earlier functions namely distance_to_anomaly and distance_to_anomaly_gdal are slower as compared to the newly added function. The new function 'distance_to_anomaly_gdal_ComputeProximity' is atleast 97% more efficient than the old Distance_to_anomaly function and is about 75% more efficient than the distance_to_anomaly_gdal function. The output was tested on 5 different raster files and there was no difference in the output file of the three function found.
… reduced run time.
…ics raster, rename CLI parameter from input_file to input_raster
* ci: enable conda tests * ci: attempt fixing Windows test, enable Mac test * ci: only enable conda ubuntu test for now
…scriptive_statistics_raster Add band parameter to descriptive statistics raster
--------- Co-authored-by: mipeso <mikasorvoja1@gmail.com>
Handle savepath printing in method saving_output_files
This was done to import GDAL only when needed and not everytime misc utils are imported
…gdal_proximity' by default Older distance computation that uses Numba is still available and used if 'gdal_proximity' cannot be used. Separated Numba tool to its own module to avoid circular import
Fiona 1.10 was problematic with the tight constraints for other packages
…s tools Added the tool itself, tests, docs and a notebook. Additionally, .vscode/launch.json was added to gitignore and a small test data set added. --------- Co-authored-by: Omkar <omkar.kolekar@student.tu-freiberg.de> Co-authored-by: Niko Aarnio <113038549+nmaarnio@users.noreply.github.com>
* Add checks and extend description in the Points to raster and Generate negatives tools * Some cosmetic changes * Added tests for Points to raster and Random sampling --------- Co-authored-by: Omkar <omkar.kolekar@student.tu-freiberg.de> Co-authored-by: Niko Aarnio <113038549+nmaarnio@users.noreply.github.com>
… add other available resampling methods
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.