OpenRefine / OpenRefine/OpenRefine

Store quantities with precision values

Open
#1,271 4 comments 1 reaction 0 assignees View on GitHub

Nobody has claimed this yet.

import Module: Frontend Type: Feature Request
Dominant language
Java
Stars
12k
Forks
2.2k
Avg merge
1d 14h
Merged PRs (30d)
27

Description

In #1158 @thadguidry mentioned that it would be nice to store the precision of floating-point values in OpenRefine. That would definitely be useful for Wikidata integration as Wikibase stores precisions for all the quantities it holds.

This is a non-trivial change as it involves:

  • changing the model to allow for these precisions to be stored
  • updating the importers and the value conversion mechanisms to produce these precisions
  • updating the exporters whose format would benefit from this feature

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Start by reading issue #1158 and mapping how OpenRefine models floating-point values. Then inspect the model, importers, value conversion mechanisms, and exporters named here. Done means precisions can be stored, produced during import and conversion, and emitted by formats that support them.

Written by the indexing model from the issue text.

Assessment

Tech stack
java
Domain
data
Issue type
Feature
Difficulty
5/5
Estimated time
Over a week
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
25/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.