Nate Miller (he/him)

Results 5 issues of Nate Miller (he/him)

I have used coord_proj() without an issue until today when I found that I get the following error. `Error in zero_range(from) : x must be length 1 or 2` It...

bug

Is there a means or can there be a means of using coord_proj on a map that has been recentered (using maptools, nowrapRecenter)? I often need maps where paths cross...

I'm trying to understand why if I project a bounding box into a new CRS and then use the resulting extents (`xmin`, `ymin`, `xmax`, `ymax`) to regenerate a bounding box...

I am trying set up a container based on a script and then have that script run on start-up using the CMD_RScript command. I can build the container, but when...

currently get_raster uses a single date_range parameter. This could be replaced by two parameters (start_date, end_date) which could be concatenated together within the function. This requires passing these two parameters...