Vermont-EPSCoR / Macroinvertebrates

Macroinvertebrates Mobile App - Qt Version
MIT License
2 stars 0 forks source link

Sync/Parsing is Generating Weird Results #6

Closed MorganRodgers closed 8 years ago

MorganRodgers commented 8 years ago

There're some invertebrates that are getting no family/genus/order set. Others have their image set but imageIsUpToDate isn't set.

MorganRodgers commented 8 years ago

It looks the like the data is bad in general. Some invertebrates have multiple STOP statements in their text sections, there's quite a bit of missing data.

pclemins commented 8 years ago

Family / Genus / Order being empty is fine as long as one is set...

But, the multiple STOP statements, we should fix. If we can quickly write to log those templates with multiple stop statements, we can send that to Declan to fix...

MorganRodgers commented 8 years ago

I wrote a validator this morning and wasn't able to find examples of multiple STOP statements. Between that and it being acceptable to have one or more of Family, Genus, Order empty this is a non-issue.