Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add user meaning plugin #44

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Add user meaning plugin #44

wants to merge 1 commit into from

Conversation

Tristramg
Copy link

A very common pattern is to map constant values to a more significant meaning.

This plugin allows to define a JSON that gives the mapping for multiple columns in one iteration.

Copy link

@ghost ghost left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Approved with comments


# We read the addresses from the input dataset
# And write the coordinates in the output dataset
input_name = get_input_names_for_role('input')[0]
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this is a bit of a nitpick (and doesn't seem to be done elsewhere in codebase), but it might be a good idea to switch key strings to variables. Although, I guess this is all only important depending on how parameter keys to a plugin are versioned. Anyways, just a suggestion but feel free to ignore

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant