nationalparkservice / DPchecker

DPchecker (Data Package checker) is a package with a series of functions for NPS data package authors and reviewers to check for internal consistency among data/meta data and with the data package standards
https://nationalparkservice.github.io/DPchecker/
Other
4 stars 1 forks source link

update test_missing data; bug fixes #133

Closed RobLBaker closed 8 months ago

RobLBaker commented 8 months ago

update test_missing_data() to include the parameter "detail_level", defaults to "files" but can be set to "columns" for closer data inspection.

Fix bug in test_date_range() that was adding UTC to temporalCoverage

RobLBaker commented 8 months ago

closes #132