-
Notifications
You must be signed in to change notification settings - Fork 0
Home
This repository contains the code for VertNet's record de-duplication service.
The de-duplication service is an API accessed using HTTP that enables discovery and removal of several types of duplicated information in biodiversity data sets.
Currently, the service can be accessed via this base URL:
http://dedupe.vertnet-portal.appspot.com/api/{version}/{method}
The following methods are currently available
Method | Latest version | Documentation |
---|---|---|
dedupe |
v0 (alpha) |
https://www.github.com/VertNet/dedupe/wiki/Dedupe-API |
- VertNet web portal: https://github.com/VertNet/portal-web
- VertNet API: https://github.com/VertNet/api
- Harvesting: https://github.com/VertNet/gulo
- Indexing: https://github.com/VertNet/dwc-indexer
- Toolkit: https://github.com/VertNet/toolkit
- Georeferencing calculator: https://github.com/VertNet/georefcalculator
- Geospatial Quality API: https://github.com/VertNet/api-geospatial
- Usage Statistics Generation: https://github.com/VertNet/usagestats
- BigQuery: https://github.com/VertNet/bigquery
This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.
This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
You should have received a copy of the GNU General Public License along with this program. If not, see here.
This repository is part of the VertNet project.
For more information, please check out the project's home page and GitHub organization page