Patrick

Results 9 issues of Patrick

When implementing a base generic function for an S4 class in a package, the function definition of the generic has to be located in the same R script (file) as...

Pinging @mdsumner and @dblodgett for information and possible feedback. **Time in `stars`** `stars` currently uses a combination of `POSIXct`, `Date` and `PCICt` to represent the time dimension in raster data...

This is a PR for integrating `CFtime` into `stars` to manage "time" dimensions of NetCDF files (and any others that provide the required metadata). This is a very comprehensive "patch"...

This is a new PR after updating code to address issues with #690. This PR has been synched with the main branch minutes ago. I have made a few updates...

In https://github.com/r-spatial/stars/issues/700#issuecomment-2316793857 opening the file generates the GDAL error that the latitude grid is not evenly spaced. Looking at the raw latitude values that is indeed the case: ``` unique(abs(diff(diff(hu[["lat"]]$values))))...

When using the `returns` tag in the documentation of an R6 method, the text is rendered in the "Value" section of the class description (and not the method description). `returns`...

In an `R6` class I have a method that is complex enough to warrant an elaborate documentation. In the `@details` section of the method I am adding a top-level section...

In the specification, codecs are described like this (`bytes`): > Defines an ``array -> bytes`` codec that encodes arrays of fixed-size numeric data types as a sequence of bytes in...

I have been digging around in GeoZarr lately and I have found many things that I like. At the same time, I am also quite concerned about what I see...