-
Notifications
You must be signed in to change notification settings - Fork 16
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Improved efficiency wrf_remove_urban (#71)
* Improved efficiency wrf_remove_urban * Correct selection of tiles when near borders * add tqdm for progress bar monitoring? * Optimize wrf remove urban * Using kdtree instead of brute force to search for N nearest neighbours to replace urban pixels with surrounding natural landscape. Added option to specify area size where the nearest grid points are searched (for optimization). Adapted tests. Removed ununsed functions. * Removed unnecessary function and added annotation * add type annotation * Set dkd to _, because we don't access it. Added some comments * Added documentation of searching area for NPIX_NLC * fix typo, simplify kd tree variable unpacking * update JOSS with readme info * Update JOSS/paper.md * update JOSS pdf Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: matthiasdemuzere <mdemuzere@gmail.com> Co-authored-by: Jonas Kittner <jonas.kittner@rub.de> Co-authored-by: dargueso <dargueso@uib.es>
- Loading branch information
1 parent
33d4747
commit 8e9e85d
Showing
6 changed files
with
122 additions
and
114 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
Binary file not shown.
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