Skip to content

Commit

Permalink
Merge pull request #1464 from henrykironde/biotsql
Browse files Browse the repository at this point in the history
Update biotimesql latin-1 encoding
  • Loading branch information
ha0ye committed Apr 9, 2020
2 parents f442803 + b618bdc commit 8ab2ca4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions scripts/biotimesql.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,13 +27,13 @@ def __init__(self, **kwargs):
self.urls = {
"sql_file": "https://zenodo.org/record/2602708/files/BioTIMESQL02_04_2018.sql?download=1",
}
self.version = "1.0.1"
self.version = "1.0.2"
self.ref = "https://zenodo.org/record/1095628#.WskN7dPwYyn"
self.citation = "Dornelas M, Antão LH, Moyes F, et al. BioTIME: A database of biodiversity time series for the Anthropocene. Global Ecology & Biogeography. 2018; 00:1 - 26. https://doi.org/10.1111/geb.12729."
self.description = "The BioTIME database has species identities and abundances in ecological assemblages through time."
self.keywords = ["Time series", "Anthropocene", "Global"]
self.licenses = [{"name": "CC BY 4.0"}]
self.encoding = "latin1"
self.encoding = "latin-1"

if parse_version(VERSION) <= parse_version("2.0.0"):
self.shortname = self.name
Expand Down
2 changes: 1 addition & 1 deletion version.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ bioclim.json,1.3.0
biodiversity_response.json,1.0.2
biomass_allometry_db.py,1.4.4
biotime.json,1.1.1
biotimesql.py,1.0.1
biotimesql.py,1.0.2
bird_migration_data.json,1.0.2
bird_size.json,1.2.3
breast_cancer_wi.json,1.2.2
Expand Down

0 comments on commit 8ab2ca4

Please sign in to comment.