Skip to content

Latest commit

 

History

History
33 lines (25 loc) · 1.86 KB

README.md

File metadata and controls

33 lines (25 loc) · 1.86 KB

Waarnemingen.be - Non-native animal and plant occurrences in Flanders and the Brussels Capital Region, Belgium

This repository is about the datasets Non-native animal occurrences and Non-native plant occurrences derived from https://waarnemingen.be. Natuurpunt manages and validates the source data, INBO provides technical support in publishing these to GBIF.

Useful links

Workflow

Data are published automatically on a weekly basis. The IPT is set to auto-publication and will read the latest data directly from a Natuurpunt server. This repo is only for periodic validation and reporting data quality issues.

Repo structure

The repository structure is based on Cookiecutter Data Science and the Checklist recipe. Files and directories indicated with GENERATED should not be edited manually.

├── README.md              : Description of this repository
├── LICENSE                : Repository license
├── .gitignore             : Files and directories to be ignored by git
│
├── data
│   ├── raw                : Darwin Core data as published on the IPT
│   └── interim            : Interim exports of the validation script GENERATED
│
├── specification          : Specification for the data (used for validation)
│
└── notebooks              : Scripts to validate the data