Include rasterio for geotiff and wmts plotting #1059
Conversation
|
Hello @fso42! Thanks for updating this PR.
Comment last updated at 2025-01-09 16:22:50 UTC |
avaframe/tests/data/testSim1/releaseTest1_test_AF_0.888_entres_dfa_ppr.asc
Show resolved
Hide resolved
- add basemap to plot; rename ascUtils to rasterUtils - start inclusion of geotiff; working commit, squash - add cropshape option in plotAll - add alr tif
- rework new remesh to reproduce old remeshing
- update reference remesh file for pytest test_geoTrans
- remove unecessary code and test
-> if raster is found with correct size, it already returns. There is no need for an overwrite then
- Fixes deriveParameterSet pytests - make search for sim and comp file (standard test) tif compatible - add pytest-mock to runTestSinglePython.yml action - This commit also updates the Code Climate action to version 9.0.0. - add check if CRS is none if online background flag is true - error BREAKING CHANGES: Removed the `plotASCwithWmts` function and the `plotPeaksWithMap.py` file. This functionality is no longer required. Improve input file handling: adds 'raster' option to getAndCheckInputFiles add getInput pytests
This commit readds the `ascUtils` module, which provides functionality for reading and writing ASCII grid files. All functions include deprecation warnings, directing users to the `rasterUtils` module for replacements.
|
Code Climate has analyzed commit 342a0b5 and detected 11 issues on this pull request. Here's the issue category breakdown:
The test coverage on the diff in this pull request is 72.7% (50% is the threshold). This pull request will bring the total coverage in the repository to 69.3%. View more on Code Climate. |
BEWARE: This PR leads to (minor) differences in the standard tests! This is due to the new remeshing and new file format! We will update the benchmarks in the next release and attach the report there.
TODOS: