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

Next version #14

Merged
merged 51 commits into from
Nov 25, 2024
Merged

Next version #14

merged 51 commits into from
Nov 25, 2024

Conversation

hansvancalster
Copy link
Collaborator

Branch to collect contributions for new version of the package.

Closes #13

falkmielke and others added 30 commits October 11, 2024 10:32
- dhmv api support
- adjusted roxygen
- more assertions
- version constraint
- case-insensitive wcs
- dhmv api support
- adjusted roxygen
- more assertions
- version constraint
- case-insensitive wcs
+ rebased to follow the latest dev by @hansvancalster on parallel
branches
+ incorporated review suggestions
+ modified `unpack_mht()`: the function will now return the tif path
+ additional vignette paragraph: using DHMV `v2.0.1`
@hansvancalster
Copy link
Collaborator Author

@falkmielke I will ask you to review this branch, but it is more a pro-forma question since most of the stuff here is already reviewed in the other branch. The only substantial addition is a small change in the unpack_mht function to also detect geoTIFF with different type of byte order.

@florisvdh would you like to review too? Or do you perhaps have something in mind to contribute? This would be a good time.

Copy link
Contributor

@falkmielke falkmielke left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I could successfully install the next-version branch locally, vignettes build as expected, outcomes look fine. I have also looked at all code changes, seems good. Thank you for bringing together the new version!

For the archives: I have kept notes to better test the geoTIFF extraction (not tested now) as examples roll over my desk; I assume it worked for your cases. I also added to my todo list to create unit tests for the different wcs services, where we query known outcomes. In particular, you mentioned a strict CRS 31370 requirement, which I will double check once I understand more about that.
Since the package works, and we practically only use 31370, these extras are not urgent. But let me know if we should keep track via an issue.

KMI query failed when remote-installing `next-release`
Wrapped in a tryCatch to ensure building of vignettes.
Copy link
Member

@florisvdh florisvdh left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This review (more or less) adds to the review of PR #12.

@falkmielke I've read the spatial_dhmv_query vignette. Pleasant reading, relatively easy to follow, well done! 🌞

I locally tested the get_coverage_wcs() example in the vignette, with success!

Only minor comments added.

A minor general one is my advice to put each sentence of a paragraph in another line. Hugo will stitch those lines into one paragraph in HTML, as would Pandoc. It minimizes git diffs and it will also make review comments easier to interpret afterwards. No need to implement it here as far as I'm concerned, just saying!

Don't forget to rebuild the documentation (Rd files) after making updates in the roxygen comment section.

vignettes/spatial_dhmv_query.Rmd Show resolved Hide resolved
vignettes/spatial_dhmv_query.Rmd Outdated Show resolved Hide resolved
vignettes/spatial_dhmv_query.Rmd Show resolved Hide resolved
vignettes/spatial_dhmv_query.Rmd Show resolved Hide resolved
vignettes/spatial_dhmv_query.Rmd Outdated Show resolved Hide resolved
vignettes/spatial_dhmv_query.Rmd Show resolved Hide resolved
vignettes/spatial_dhmv_query.Rmd Outdated Show resolved Hide resolved
vignettes/spatial_dhmv_query.Rmd Outdated Show resolved Hide resolved
R/get_coverage_wcs.R Outdated Show resolved Hide resolved
R/get_coverage_wcs.R Outdated Show resolved Hide resolved
@hansvancalster hansvancalster merged commit 3ffd737 into main Nov 25, 2024
7 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.

wfs_wcs vignette fails to knit
3 participants