Andrew Gene Brown

Results 162 comments of Andrew Gene Brown

Some notes on my issues with GDAL binaries on a limited privilege CCE machine RE: #201. I was encountering permission errors running the GDAL binaries in my custom conda environment...

OK. So, I figured out a few more things about /vsicurl/... URLs on GDAL 3.2.1. Here is the latest gist that can download SoilGrids grids for arbitrary extents at the...

This can become the lead issue for these issues. The Great Flattening. #3, #6. #9, #31, #32, #46, #47, #48, #52, #58, #60, #84, #120, #131 Most of these are...

Also #89 addresses the "coordinate" aspect of the Flattening.

A note that `fetchOSD()` should be updated to use standard taxonomic column names in site table

`INNER JOIN` is appropriate here if we do not want to return NULL values for components that lack data populated for child geomorph/pm tables. LEFT JOIN will give a full...

Related PR for `sharpshootR::SoilTaxonomyDendrogram()`: https://github.com/ncss-tech/sharpshootR/pull/45 Related issue in SoilTaxonomy: https://github.com/ncss-tech/SoilTaxonomy/issues/38

Have those columns always existed by those names in fetchOSD? I was a bit surprised to seem them in there

Yeah, I dug back and you are right, and they were the original names used in SoilTaxonomy. I mis-remembered what had been changed there. EDIT: some functions like isValidST used...

And changing all that stuff to properly resolve #242 is probably a milestone for soilDB 3.0 -- as changing column names that are frequently used will wreak all sorts of...