Michael Sumner

Results 936 comments of Michael Sumner

Ok, this is horrific but looks promising. ```R #a

You can use `dbConnect` with GDB - `lazysf()` is a frontend - but fwiw it's not a "real database" from GDAL's perspective, it works through virtual translation, so GDAL's specials...

note that non-DB drivers will keep the geometry column whether it's in the query or not GPKG drops 'geom' as it's not selected, but SHP keeps it, I don't have...

I went and made this PR into a package, so you can either use that or crib the DBI stuff from it when you're ready: https://github.com/mdsumner/lazysf If I get more...

I actually just added 'general' branch which now includes an AWS source to ceramic, the one used by elevatr. The fastest way to merge is via VRT and use of...

One thing I'm hoping to do is allow the *assignment* of the CRS to a collection series, it seems that none of our data-library NetCDF files have this recognized by...

Oh nice, thanks!

Straight extent comparison with raster should be fast enough, but is the geometry of that rectangle sufficient to describe the region? You can trim to candidate extents by direct xmin/xmax/ymin/ymax...

I get this: ``` scenes

I can fix with col_types over ride