Michael Sumner

Results 295 issues of Michael Sumner

message: ``` Warning message: In warp_in_memory_gdal_cpp(x, source_WKT = source_wkt, target_WKT = projection, : no valid projection in source, specified output projection will have no effect (only the extent and dimension...

use this kind of junk in various places, need to tidy up the pattern and perhaps reuse a function? ![image](https://user-images.githubusercontent.com/4107631/166088803-b2f25632-4536-414f-aa7d-4e16eeb3eb16.png) band = 0 is being used to stand for "any...

so, on Windows and mac atm we can't hit /vsicurl/netcdf and get the SDS names (why ....) affects gdalio example: https://github.com/hypertidy/gdalio/issues/18 ```R vapour::vapour_sds_names("/vsicurl/https://www.ncei.noaa.gov/data/sea-surface-temperature-optimum-interpolation/v2.1/access/avhrr/201809/oisst-avhrr-v02r01.20180929.nc") $datasource [1] "/vsicurl/https://www.ncei.noaa.gov/data/sea-surface-temperature-optimum-interpolation/v2.1/access/avhrr/201809/oisst-avhrr-v02r01.20180929.nc" $subdataset [1] "/vsicurl/https://www.ncei.noaa.gov/data/sea-surface-temperature-optimum-interpolation/v2.1/access/avhrr/201809/oisst-avhrr-v02r01.20180929.nc" ```...

need to explain what it is, where it works, what limits are etc. > if you have a file that doesn't have a CRS for example, you just gdal_translate bad_nocrs.tif...

shown in valgrind output currently on CRAN, run in valgrind with https://github.com/paleolimbot/docker-images/tree/main/r-debug#paleolimbotr-debug ``` apt-get update apt-get upgrade apt install libgdal-dev # git clone https://github.com/hypertidy/vapour.git #R install sysreqs and do devtools::install_dev_deps()...

- [ ] gdal_raster_io doesn't apply scale/offset - [ ] currently, scaling overrides the _int type request - [ ] allow user set "scale = TRUE" - [ ] defaults:...

why does this happen when the VRT is written out via CreateCopy? ```C++ int nBand = 1; GDALDriver *poDriver = (GDALDriver *) GDALGetDriverByName( "VRT" ); GDALDataset *poSrcDS, *poVRTDS; poSrcDS =...

a list of 4-element vectors was a mistake, needs to come out in normal R column wise form new function, or break the old?

This works as a standalone ./configure no need for configure.ac/autoconf ``` # Anticonf (tm) script by Jeroen Ooms (2019) # Modified for vapour MDSumner 2019-09-24 # This script will query...

... and maybe refactor it to return a character vector not a list ... perhaps create vapour_sds_chr() for that and retire this use case (though this could be templated ......