Skip to content

Latest commit

 

History

History
29 lines (20 loc) · 802 Bytes

README.md

File metadata and controls

29 lines (20 loc) · 802 Bytes

darwinsheet

Generate DwC spreadsheet templates

Based on code by umeldt from https://github.com/umeldt/darwinsheet
The rest is written by paalge (Pål Ellingsen)

This project contains python3 code for generating Darwing core xlsx templates in addition to Nansen Legacy templates. It also contains a check of such a sheet.

The config.yaml file specifies what is required.

The files.py file contains a dictornary that defines stricter limitations on the Darwin Core terms, enabling content checking of variables

Requirements

Webserver with cgi enables The python3 code requires:

  • numpy
  • pandas
  • rdflib
  • xlrd
  • xlsxwriter
  • yaml

Running

To run the code, the top folder needs to be put in the cgi folder on your webserver.