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

gdal cleanup #516

Merged
merged 3 commits into from
Sep 10, 2023
Merged

gdal cleanup #516

merged 3 commits into from
Sep 10, 2023

Conversation

rafaqz
Copy link
Owner

@rafaqz rafaqz commented Sep 9, 2023

Turned out fixing #509 was best done by generalising a bunch of duplicated gdal related code, which also turned out to be pretty messy.

So this is mostly a "cleaning up gdal code" PR that also happens to fix the bug generated by the chaotic state it was in.

Closes #509

@codecov-commenter
Copy link

codecov-commenter commented Sep 9, 2023

Codecov Report

Merging #516 (d905edd) into main (54ab1bb) will increase coverage by 0.09%.
The diff coverage is 94.54%.

@@            Coverage Diff             @@
##             main     #516      +/-   ##
==========================================
+ Coverage   80.33%   80.43%   +0.09%     
==========================================
  Files          50       50              
  Lines        4175     4170       -5     
==========================================
  Hits         3354     3354              
+ Misses        821      816       -5     
Files Changed Coverage Δ
ext/RastersMakieExt/plotrecipes.jl 0.00% <0.00%> (ø)
src/Rasters.jl 100.00% <ø> (ø)
src/sources/sources.jl 65.00% <ø> (ø)
ext/RastersArchGDALExt/gdal_source.jl 89.56% <95.74%> (+0.71%) ⬆️
ext/RastersArchGDALExt/resample.jl 94.73% <100.00%> (+3.50%) ⬆️
ext/RastersArchGDALExt/warp.jl 96.00% <100.00%> (-0.43%) ⬇️
ext/RastersNCDatasetsExt/ncdatasets_source.jl 88.69% <100.00%> (+0.04%) ⬆️
src/sources/grd.jl 96.63% <100.00%> (ø)
src/utils.jl 81.05% <100.00%> (+0.22%) ⬆️

📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more

@rafaqz rafaqz merged commit 16f2384 into main Sep 10, 2023
9 checks passed
@rafaqz rafaqz deleted the gdal_cleanup branch September 10, 2023 00:39
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.

Resampling throws UndefVarError: T not defined
2 participants