Skip to content

Releases: geomarker-io/codec

CoDEC 1.0.1

22 Jan 20:45
dcf756b
Compare
Choose a tag to compare

deprecate crime risk measures

CoDEC 1.0.0

08 Nov 22:18
b77958e
Compare
Choose a tag to compare

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

08 Aug 19:27
8ed62cc
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.7.1...v0.7.2

codec 0.7.1

08 Aug 13:39
93bb1f9
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.7.0...v0.7.1

codec 0.7.0

29 Jul 02:01
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.6.0...v0.7.0

codec: 0.6.0

10 Apr 20:08
8a84bf4
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.5.0...v0.6.0

CODECtools: 0.5.0

27 Feb 14:49
Compare
Choose a tag to compare

What's Changed

  • add support for reading a tabular-data-resource from a URL or folder
  • change specifications to not accept census_tract_id and census_tract_vintage; instead, use one column (e.g., census_tract_id_2010)
  • use year and optionally month 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

12 Jan 23:52
Compare
Choose a tag to compare
  • 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

11 Jan 04:24
Compare
Choose a tag to compare
  • added glimpse_tdr helper function
  • internal changes of code structure and tests

Full Changelog: v0.3.0...v0.4.0

CODECtools: 0.3.0

11 Jan 02:57
Compare
Choose a tag to compare

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

Full Changelog: v0.2.0...v0.3.0