Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add proximity computation CLI function #437

Closed
wants to merge 8 commits into from

Conversation

nmaarnio
Copy link
Collaborator

No description provided.

nmaarnio and others added 8 commits May 2, 2024 11:56
…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.
…ote-tracking branch 'upstream/master' into 384-optimize-distance-computation
1) renamed _distance_to_anomaly_gdal_ComputeProximity to _distance_to_anomaly_gdal_compute_proximity
2) enabled toggle_gdal_exceptions globaly in the distance_to_anomaly.py
3) Removed unused code form python notebook
4) Added all the parameters in a single variable in test_distance_to_anomaly_gdal_compute_proximity_expeccted_check
…nto add_proximity_computation_CLI_function
@nmaarnio nmaarnio closed this Oct 22, 2024
@nmaarnio nmaarnio deleted the add_proximity_computation_CLI_function branch October 22, 2024 09:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants