-
Notifications
You must be signed in to change notification settings - Fork 24
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Checking pixellimit for r.import commands (#491)
* started implementation for querying pixellimit for r.import commands * continued implementation of pixel limit check for rimport commands * considered resampling/reprojection for raster size + cleanup of created vrt * linting * markdown formating * add tests for pixellimit check * improved check in test + added fix for determining the estimated resolution of raster * Update tests/test_raster_import_pixellimit.py Co-authored-by: Markus Neteler <[email protected]> * Update tests/test_raster_import_pixellimit.py Co-authored-by: Markus Neteler <[email protected]> * Update tests/test_raster_import_pixellimit.py Co-authored-by: Carmen Tawalika <[email protected]> * Update tests/test_raster_import_pixellimit.py Co-authored-by: Carmen Tawalika <[email protected]> * Update src/actinia_core/processing/actinia_processing/ephemeral_processing.py Co-authored-by: Carmen Tawalika <[email protected]> * add test for importer --------- Co-authored-by: Markus Neteler <[email protected]> Co-authored-by: Carmen Tawalika <[email protected]>
- Loading branch information
1 parent
6fa50df
commit a01244a
Showing
6 changed files
with
382 additions
and
23 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
Oops, something went wrong.