EcoJulia / SpatialEcology.jl

Julia framework for spatial ecology - data types and utilities
Other
58 stars 7 forks source link

Argument for specifying input data format #47

Open mkborregaard opened 4 years ago

mkborregaard commented 4 years ago

Right now Assemblage and to some degree ComMatrix accepts the input in a long range of formats, and tries to guess the format from the data. Instead the constructors should accept an "input format" argument explicitly specifying how the input data is formatted, with a beefy docstring. This should make inadvertent errors much clearer. Add a verbose kwarg with default true that specifies how the input data was interpreted.