nd
nd copied to clipboard
Framework for the analysis of n-dimensional, multivariate Earth Observation data
It could be useful to add a suite of command line tools: - `nd-align` — equivalent to `nd.warp.align`, align a number of input datasets. - `nd-warp` — equivalent to `nd.warp.reproject`,...
Getting the following error/warning when importing module: `proj_create: init=epsg:/init=IGNF: syntax not supported in non-PROJ4 emulation mode`
Most of the remote sensing data has standardized variable names. The library should be able to infer the data source and type from the variable names, convert between different representations...
OpenCV is currently needed for lots of things in `nd.visualize`. Might consider replacing this with a lighter weight dependency or making it an optional dependency only required when calling the...