Edzer Pebesma

Results 708 comments of Edzer Pebesma

I will propose something along these lines; happy to receive comments! ## title Analyzing large amounts of imagery with openEO, openEO Platform, R, stars, and gdalcubes. ## duration: 2 hours...

The workshop I propose does not focus on stars, but on the problem of analyzing large image collections from an R perspective.

`sf` can read and write vector data through * GDAL, which includes a number of spatial database drivers, including PostGIS * DBI, which also has a PostGIS driver (code provided...

> So that means, in short, that no spatial package in R that relies on GDAL can actually write PostGIS rasters. No, I said that the driver supports CreateCopy, and...

> However, following @rhijmans' answer, it's a no go with `terra`. I don't think we can conclude that now. Robert's example tries to write to a file, but he should...

@goergen95 : fantastic reprex!

@mpadge great, a lot of work went into that! Reviewing it is also a lot of work; here's a first shot at it: * 6.8.1 a spherical geometry is two-dimensional...

> SP2.4a Software should not permit coordinate reference systems to be defined on the basis of so-called "PROJ4-strings" alone. > Any further suggestions for improvement? I would replace "defined on...

I agree that writing `OGC:CRS84` instead of `EPSG:4326` with long-lat data is a good idea, as it makes axis order unambiguous and is authority compliant. I don't agree that "GDAL...