Skip to content
Javier Otegui edited this page Dec 11, 2016 · 1 revision

VertNet's de-duplication service

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.

Location, methods and versions

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

Other project repositories

License

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.