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

wbt_* base argument #113

Merged
merged 3 commits into from
Jun 18, 2023
Merged

wbt_* base argument #113

merged 3 commits into from
Jun 18, 2023

Conversation

brownag
Copy link
Member

@brownag brownag commented Jun 18, 2023

  • Fix for file paths passed to optional base argument of wbt_resample(); thanks to @Pentaonia for reporting

    • Also fixed are: wbt_vector_lines_to_raster(), wbt_vector_points_to_raster(), wbt_vector_polygons_to_raster(), wbt_block_maximum_gridding(), wbt_block_minimum_gridding(), wbt_heat_map(), wbt_idw_interpolation(), wbt_natural_neighbour_interpolation(), wbt_nearest_neighbour_gridding(), wbt_radial_basis_function_interpolation(), wbt_tin_gridding()

will close #112

 - need to treat these as file paths with `wbt_file_path()`
@codecov-commenter
Copy link

codecov-commenter commented Jun 18, 2023

Codecov Report

Merging #113 (949511d) into master (46656ce) will not change coverage.
The diff coverage is 0.00%.

❗ Current head 949511d differs from pull request most recent head 1e3b712. Consider uploading reports for the commit 1e3b712 to get more accurate results

❗ Your organization is not using the GitHub App Integration. As a result you may experience degraded service beginning May 15th. Please install the Github App Integration for your organization. Read more.

@@          Coverage Diff           @@
##           master    #113   +/-   ##
======================================
  Coverage    8.87%   8.87%           
======================================
  Files          21      21           
  Lines        8374    8374           
======================================
  Hits          743     743           
  Misses       7631    7631           
Impacted Files Coverage Δ
R/data_tools.R 0.00% <0.00%> (ø)
R/gis_analysis.R 0.00% <0.00%> (ø)
R/image_analysis.R 0.00% <0.00%> (ø)

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

…ontours_from_points(), and wbt_contours_from_raster()
@brownag brownag merged commit 7991c3c into opengeos:master Jun 18, 2023
5 checks passed
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.

Bug: Found and resolved a bug in "wbt_resample()"
2 participants