stateofindiasbirds / soib_2023

SoIB version 2 code
MIT License
1 stars 5 forks source link

Make mapping file more explicit #15

Open rikudoukarthik opened 5 months ago

rikudoukarthik commented 5 months ago

In the mapping file (SoIB_mapping_202x.csv), we should stop using "" and "X" in columns. These cause issues during import, being read as NA.

More generally, ensure all logical variables have logical values and all factors are read as factors. These then require many code changes wherever these variables are called, so best to keep this for the next "major" SoIB version.