0.6.3 • Published 28 days ago

@larsgw/formica v0.6.3

Weekly downloads
-
License
MIT
Repository
github
Last release
28 days ago

Formica

Formica is an SDK and a collection of tools for the data in the Library of Identification Resources.

Install

Install globally:

npm install --global @larsgw/formica

Run locally:

npx --package @larsgw/formica -- ...

CLI

  • loir-validate-catalog [./catalog.csv ./authors.csv ./places.csv ./publishers.csv]: Validate the CSV files containing metadata (schema).
  • loir-validate-resources [./B1234.txt]: Validate the .txt files containing information on the taxonomic scope of keys (documentation).
  • loir-resources-process [./resources]: Interactive tool to convert the aforementioned .txt files to Darwin Core archives (documentation), and link the taxa to GBIF and Catalogue of Life identifiers. Use the -u or --update flag in a Git repo to update existing Darwin Core files while keeping the identifiers stable (in most cases).
  • loir-resources-index [./resources]: Create indices of the Darwin Core archives.

API

const Formica = require('@larsgw/formica')

// Load catalog data
const catalog = Formica.catalog.loadData(`...`, 'catalog')
0.6.3

28 days ago

0.6.2

1 month ago

0.6.1

2 months ago

0.6.0

4 months ago

0.3.0

9 months ago

0.2.1

9 months ago

0.2.0

9 months ago

0.5.0

7 months ago

0.4.1

8 months ago

0.4.0

8 months ago

0.3.1

8 months ago

0.5.2

5 months ago

0.4.3

7 months ago

0.5.1

6 months ago

0.4.2

7 months ago

0.1.1

1 year ago

0.1.0

1 year ago