hypertidy / dsn

Data Source Name Helpers for Use With GDAL
https://hypertidy.github.io/dsn/
Other
6 stars 0 forks source link

add "dimension" to mem() args #10

Open mdsumner opened 8 months ago

mdsumner commented 8 months ago

we need this to avoid having to matrix-ise the values, see the example here:

https://gist.github.com/mdsumner/a4b41c3a3584bc3c5d517d130b3c9e39?permalink_comment_id=4986910#gistcomment-4986910

image

the data is in the right order, it doesn't need to be an array, but we need to tell DATAPOINTER what the dimensions are (can't just be flat because it could be lower resolution than the array being georeferenced)