-
Notifications
You must be signed in to change notification settings - Fork 2
/
datapackage.yaml
43 lines (43 loc) · 1.04 KB
/
datapackage.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
name: threatened-species
title: Threatened Species
sources:
- title: IUCN Red List of Threatened Animal Species
path: https://www.iucnredlist.org/
resources:
- name: threatened-species
type: table
path: data/threatened-species.csv
scheme: file
format: csv
mediaType: text/csv
encoding: utf-8
schema:
fields:
- name: taxonid
type: integer
- name: kingdom_name
type: string
- name: phylum_name
type: string
- name: class_name
type: string
- name: order_name
type: string
- name: family_name
type: string
- name: genus_name
type: string
- name: scientific_name
type: string
- name: taxonomic_authority
type: string
- name: infra_rank
type: any
- name: infra_name
type: any
- name: population
type: any
- name: category
type: string
- name: main_common_name
type: string