Michael Sumner

Results 931 comments of Michael Sumner

I got this to work in a way that suprised me a bit, thanks for the example! (I can't speak on @rhijmans behalf about terra but I can navigate the...

ah no, it's entirely standard, rectlinear x and y and grid_mapping: ``` double transverse_mercator ; transverse_mercator:crs_wkt = "PROJCRS[\"WGS 84 / UTM zone 18N\",BASEGEOGCRS[\"WGS 84\",DATUM[\"World Geodetic System 1984\",ELLIPSOID[\"WGS 84\",6378137,298.257223563,LENGTHUNIT[\"metre\",1]]],PRIMEM[\"Greenwich\",0,ANGLEUNIT[\"degree\",0.0174532925199433]],ID[\"EPSG\",4326]],CONVERSION[\"UTM zone 18N\",METHOD[\"Transverse...

a bit better ```R coords

I started again (maybelook at earlier attempt) ```R library(silicate) library(wk) x

> The gds_env stacks are described at https://darribas.org/gds_env/stacks/. The great thing about that container is that it first pulls Python stack from conda-forge and then builds R stack from source...

my crufty dockerfiles basically take from rocker and from the ci builds done by GDAL itself, I wanted "layering" but the fact is I use my monolithic R and Python...

fwiw, I probably don't need bleeding edge GDAL every day, and I see Pangeo docker is now at GDAL 3.9.0 which is excellent (and a bit surprising). I should probably...

Sorry I totally missed this. Have I done it? I created `CODECOV_TOKEN` on https://app.codecov.io/ but not sure if I have to set it here too? Just add an env-var?

I don't find it at all intuitive, whether I need to create an environment or just add a repo secret. I added it as a Repository Secret

fwiw, I wrote a version in R that almost feature complete and parallelizes well https://github.com/hypertidy/filearchy I think it would be probably easier to rewrite gdal2tiles ~this script~ from scratch, and...