https://github.com/speciesfilegroup/gbifference
Widget that compares your DwC row to that in GBIF, highlighting issues GBIF has found.
https://github.com/speciesfilegroup/gbifference
Last synced: about 1 year ago
JSON representation
Widget that compares your DwC row to that in GBIF, highlighting issues GBIF has found.
- Host: GitHub
- URL: https://github.com/speciesfilegroup/gbifference
- Owner: SpeciesFileGroup
- Created: 2022-10-27T14:16:55.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-12-16T03:25:05.000Z (over 3 years ago)
- Last Synced: 2025-03-05T08:51:38.333Z (over 1 year ago)
- Language: TypeScript
- Size: 21 MB
- Stars: 1
- Watchers: 9
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# gbifference
JavaScript widget that compares your DwC row to that in GBIF, highlighting issues GBIF has found.
## Overview
[GBIF](https://www.gbif.org/) 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](https://www.gbif.org/occurrence/3111547444). 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.
## Quick start
```
npm install
npm run dev
```
Navigate to the Local host in your browser.
## Implementation
### Package
### CDN
### Native Javascript