Michael Sumner

Results 776 comments of Michael Sumner
trafficstars

Seems like https://nationalmap.gov.au/about.html by terria.io is the latest and greatest central source, it's mostly new to me

not much to offer here but fwiw, fasterize doesn't just do the rasterizing but also the materializing of pixels and it's not seperable in its current form, and it doesn't...

I don't think it's too challenging, I started (naively) but haven't gotten back to it: https://lists.osgeo.org/pipermail/gdal-dev/2024-April/058950.html I actually feel that gdal2tiles.py is a little bit old-style now and could do...

I think specifying tile size is a good default, check that it's a valid value - a reasonable fallback is to treat each row as a tile and that's probably...

How big is kernel? Are you possibly asking for a radius in metres in a longlat context?

When I get a dodsC URL I sub "/dodsC/" for "/fileServer/" and prepend it with "/vsicurl/" for use with GDAL. Happy to try out sources that you're trying to use,...

That's why the need for the "/vsicurl/" at the start. (If it's still downloading holus please provide an example Id like to explore). You can achieve similar with (non-gdal) netcdf...

I see the same error on windows ( on windows R/GDAL/netcdf has good support via CRAN sometimes, but historically patchy, and I haven't otherwise used GDAL there in a long...

I build for singularity like this from docker hub, fwiw: ``` module load singularity/4.1.0-slurm singularity pull --force --dir $MYSOFTWARE/sif_lib docker://project/image:main ``` then I launch it using a script provided here...