ebv_create_taxonomy: change 'ebv_spatial_*' to 'ebv_geospatial_*'
ebv_create_taxonomy: if entity names are NA in the CSV throw error
Minor changes
ebv_create_taxonomy: update help page regarding taxonomy-key
changed package maintainer
ebvcube 0.5.1
Minor changes
ebv_create(_taxonomy): allocate space in cubes during creation, not in in ebv_add_data
Bug fixes
ebv_create_taxonomy: remove bug in max_char_entity (remove NA)
ebv_i_utils: remove NA from the char-vectors (taxonomy)
ebv_i_datacubepath: error if scenario or metric are NA
ebv_add_data: fillvalue definition was missing
ebvcube 0.5.0
Major changes
ebv_create_taxonomy:
renamed entity_list and entity_levels to entity_taxonomy_table and entity_taxonomy_levels (ebv_properties still reads the old naming for now)
remove lsid and replace by taxonomy_key, add attribute to variable which refers to the name of the entity_taxonomy_key of the authority of the taxonomic backbone (long_name)
ebv_properties:
read either from entity_list and entity_levels or entity_taxonomy_table and entity_taxonomy_levels
read both: lsid and entity_taxonomy_key
Bug fixes
set ignore_RAM to TRUE for the tests
ebvcube 0.4.0
Major changes
renamed metadata terms: 'ebv_spatial_scope' to 'ebv_geospatial_scope' and 'ebv_spatial_description' to 'ebv_geospatial_description'
ebv_create(_taxonomy): add date_metadata_modified and date_modified
added new metadata terms: publisher_url, creator_url
Minor changes
ebv_download: add doi (now available in API)
ebv_properties: add time_coverage_start and time_coverage_end + date_metadata_modified and date_modified
add new test-data, update tests regarding updated metadata terms and JSONs
Bug fixes
ebv_create_taxonomy: remove rhdf5-Na.OK attribute from entity_list
DelayedArray errors on ubuntu dev
ebvcube 0.3.3
Bug fixes
update EBV Data Portal website URL
ebvcube 0.3.2
Bug fixes
add read-only flag to test-file (test-ebv_utils.R)