kartoza / miniSASS

miniSASS website for GroundTruth
http://kartoza.github.io/miniSASS/
GNU General Public License v3.0
2 stars 9 forks source link

Empty cell should be blank #1101

Open amyburness opened 1 month ago

amyburness commented 1 month ago

Where nothing has been recorded for all the anecdotal fields (i.e., water clarity, water temperature, etc.) it is returning -9999 or None. These cells should just be blank if nothing was recorded.

We should check if this is correct.

zamuzakki commented 1 month ago

@amyburness Current implementation is: When we create observation, if the value is empty, we set it to -9999. Should we also change this behavior or make it blank just when we download the CSV?

zamuzakki commented 1 month ago

For now, I've set the CSV output when it's None or -9999 to blank

amyburness commented 1 month ago

@zamuzakki Correct that is what the client wants for it to be blank and no -9999