openalea / mtg

Multiscale Tree Graph datastructure and interfaces
https://mtg.rtfd.io
Other
12 stars 17 forks source link

Raise an error when column name does not match to features #10

Open pradal opened 6 years ago

pradal commented 6 years ago

The MTG reader fail strongly when some column names are not defined in the header (FEATURE). The reader seems to shift the columns by non considering the unknow property names.

Please raise an error when this is the case. Then the header can be fixed easily.