Releases: geomarker-io/codec
Releases · geomarker-io/codec
CoDEC 1.0.0
What's Changed
version 1.0.0 by @cole-brokamp in #84
- use fr, update codec_check, drivetime standalone
- check_* functions can also take a tibble or list
- use vroom to test read csv file (this prevents the addition of the "col_types" attribute to the tibble)
- add crime risk data
- simplify specs documentation; update version
- don't use articles
- add shiny app
Full Changelog: v0.7.2...v1.0.0
codec 0.7.2
What's Changed
- remove messages in codec_data; fixes #78 by @cole-brokamp in #81
Full Changelog: v0.7.1...v0.7.2
codec 0.7.1
What's Changed
- remove geometry column when geometry = FALSE by @erikarasnick in #80
Full Changelog: v0.7.0...v0.7.1
codec 0.7.0
What's Changed
- add codec_data function; closes #43 by @cole-brokamp in #51
- codec checks for empty fields by @erikarasnick in #58
- documentation updates; closes #59 by @cole-brokamp in #60
- add descriptions to all core datasets by @erikarasnick in #62
- data catalog available with download buttons by @cole-brokamp and @andrew-vancil in #63, #67, and #73
- check for name attribute before attempting to write tdr csv; closes #47 by @cole-brokamp in #77
- codec_data gains geography and geometry options by @erikarasnick in #72
Full Changelog: v0.6.0...v0.7.0
codec: 0.6.0
What's Changed
- Data doc by @erikarasnick in #42
- intro to codec vignette by @cole-brokamp in #41
- codec colors by @cole-brokamp in #46
- CODECtools -> CoDEC by @cole-brokamp in #48
- Data by @cole-brokamp in #50
Full Changelog: v0.5.0...v0.6.0
CODECtools: 0.5.0
What's Changed
- add support for reading a tabular-data-resource from a URL or folder
- change specifications to not accept
census_tract_id
andcensus_tract_vintage
; instead, use one column (e.g.,census_tract_id_2010
) - use
year
and optionallymonth
columns for temporal definitions - add
check_codec_tdr_csv
and friends for checking a tdr against the CODEC specifications - internally, reformat specifications code so check documentation refers to it
- fixed bug for for unknown column classes
Full Changelog: v0.4.1...v0.5.0
CODECtools: 0.4.1
- restore ability to
read_tdr_csv()
with a folder name; also supports base URLs that represent a "folder"
Full Changelog: v0.4.0...v0.4.1
CODECtools: 0.4.0
- added
glimpse_tdr
helper function - internal changes of code structure and tests
Full Changelog: v0.3.0...v0.4.0
CODECtools: 0.3.0
What's Changed
- check metadata by @erikarasnick in #22
- change read_tdr_csv() to take file path to tdr file instead of folder path by @cole-brokamp in #24
- This also expands the ability of read_tdr_csv() to take URLs of tabular-data-resource.yaml (e.g. from github releases):
lndcvr <-
read_tdr_csv( "https://github.com/geomarker-io/hamilton_landcover/releases/download/v0.1.0/tabular-data-resource.yaml")
- This makes read_tdr() unnecessary and was deleted.
- Also deleted experimental functions around releasing and reading CODEC data from AWS S3.
- Fixes bug where data.frames without a schema could produce an empty "schema" row when using glimpse_attr()
- Fix bug where schema would not be added to columns using read_tdr_csv()
New Contributors
- @erikarasnick made their first contribution in #22
Full Changelog: v0.2.0...v0.3.0
CODECtools 0.2.0
What's Changed
- versioning CODEC data by @cole-brokamp in #17
- adds experimental helper release function
- add AWS S3 VerionId automatically when releasing to s3
- can't get uploading assets to GH releases working...
- changed metdata specifications for versioning
- adds experimental helper release function
Full Changelog: v0.1.0...v0.2.0