Skip to content

Basic data processing library aiming to normalize similar values ​​in a known format.

License

Notifications You must be signed in to change notification settings

jotegui/narwhal-processor

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

narwhal-processor

narwhal-processor is a processing library that normalizes data of a known type. Current and proposed data types that can be normalized include date, country name, continent, state and province, coordinates, numeric range (altitude, depth) and scientific name.

Comments, contributions, reviews and help are welcomed.

Note

This library is still young and under active development. Some parts may change based on the reviews, comments and usage. Do not hesitate to enter an Issue if you have any problems or questions.

Goal

The goal of this library is to provide a set of processing functions trough a common Java interface that supports JavaBeans. This will ease the integration of the library in various biodiversity projects by providing a uniform way to access processing functions.

Documentation and Usage

See our wiki for all the information.

Dependencies

To include JSR-310 into your Maven local repo

mvn install:install-file -DgroupId=threeten -DartifactId=threeten -Dversion=0.6.3 -Dpackaging=jar -Dfile=lib/threeten/threeten/0.6.3/threeten-0.6.3.jar

Build

mvn package

Tests

Unit tests

mvn test

About

Basic data processing library aiming to normalize similar values ​​in a known format.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published