JavaScript widget that compares your DwC row to that in GBIF, highlighting issues GBIF has found.
GBIF provides a page for each occurrence record. That page includes a table that show original and inferred data, and a column of remarks that may reflect data-quality issues. You can see an example here. This widget replicates this comparsion in simple widget. It is smart enough to know when your local version has diverged from the version on GBIF, and adjusts itself accordingly.
The code is application agnostic. It can be used in web or other applications and on your own machine locally through your web-browser.
npm install
npm run dev
Navigate to the Local host in your browser.