ucd-cws / PISCES

Software for tracking and analyzing fish species range data
Other
0 stars 2 forks source link

Generate species matrix QC data for non-fish groups #119

Closed nickrsan closed 9 years ago

nickrsan commented 9 years ago

Original report by AndyB (Bitbucket: AndyB, GitHub: AndyB).


The generate species matrix does not work for non-fish groups while using the default SQL. I think that it might be due to the QC data check box or a reference to collections since neither of the groups that did not work (herps, inverts) had any data in QC data collections. The output matrix contains zeros for all values. Writing a custom database query ("select Zone_ID from Observations where Species_ID = ? and Presence_Type in (1,3,9)" was successful.

nickrsan commented 9 years ago

Original comment by Nicholas Santos (Bitbucket: nickrsan, GitHub: nickrsan).


Andy, does this work if you uncheck the QC Data checkbox?

nickrsan commented 9 years ago

Original comment by AndyB (Bitbucket: AndyB, GitHub: AndyB).


QC box was unchecked previously. Issue no longer exists. Updates to tool interface fixed problem.