data_kitten icon indicating copy to clipboard operation
data_kitten copied to clipboard

Get dataset metadata in a consistent format - no matter what you throw at it

Results 20 data_kitten issues
Sort by recently updated
recently updated
newest added

Might be useful if Data Kitten supported the CSW protocol defined by the OGC. See notes at: http://gdsc.nlr.nl/gdsc/en/software/excat/manual/the_csw_protocol It might be useful to support the format directly. Here's a dataset...

enhancement

Data package support is currently dependent on the git origin (to load file), but presumably the package could also be loaded from the file system (by specifying a file system...

enhancement

Agents extracted from Linked Data/RDFa currently require look for name, homepage, mbox properties, but a graph may only have the URI of the publisher. The Agent class should extract that...

bug

The git origin code performs its checkouts into a tmp directory relative to the location of the source code. This seems to be fine if you're using data kitten via...

bug

The code has various URIs for a dataset: - access_url -- which is the url given by the user, however the data might ultimately be loaded from a different location...

question

Is there any background to the decision to use mixins rather than sub-classes to handle the different ways that dataset metadata could be published? Using a factory method to instantiate...

question

It looks like the metadata method on the CKAN publishing format makes the same request each time it is called. Is there any reason this couldn't be cached on the...

Bumps [rspec](https://github.com/rspec/rspec-metagem) from 3.11.0 to 3.13.0. Commits 317fc0b v3.13.0 cfb135a v3.12.0 f4393df Version 3.11.0 See full diff in compare view [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=rspec&package-manager=bundler&previous-version=3.11.0&new-version=3.13.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) You can trigger a rebase of this...

dependencies