Skip to content

SIOS-Svalbard/darwinsheet

 
 

Repository files navigation

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>=1.0.6
  • yaml

Running

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

About

Generate DwC spreadsheet templates

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 91.8%
  • HTML 8.2%