Robert Hijmans
Robert Hijmans
I want to give it a try. Could you provide a small example input data set with expected output?
I have now implemented two algorithms in `luna::pansharpen`. Depending on how develops that may be a good place for it, but otherwise it can go back to `terra`. I think...
@helix123 : you can add a `.Rbuildignore` (edited after bbolker's comment) file to avoid adding the revdep folder to the build. However, you cannot build a package when revdepcheck is...
terra uses CreateCopy for formats that cannot be created directly; but that path does not seem to work for the PostGISRaster driver. ``` library(terra) r
Edzer is right, of course, about needing a database connection rather than a filename. So please try that with terra. It may not work because terra tries to interpret the...
You can query parts of a raster with, for example, `terra::crop` and `terra::extract`. You can also use `terra::window` to set an area of interest. Similar approaches can also be used...
It is helpful, except, I think, for the statement that one should "specify the CRS by using the EPSG code, but do so without using a proj4string". That is not...
> If we use them as CRS, they get +datum=WGS84 attached which may happen to be what you want If you set up your own CRS parameters, changes are that...
My main point was that saying that the general principle is to > specify the CRS by using the EPSG code, but do so without using a proj4string. seems extreme...
I agree that using lon/lat can be very good for some types of data analysis, but that is a different discussion. There are many instances in which someone would reasonably...