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

Implement common data enhancements as transformations #14

Open
mpictor opened this issue Nov 6, 2011 · 1 comment
Open

Implement common data enhancements as transformations #14

mpictor opened this issue Nov 6, 2011 · 1 comment

Comments

@mpictor
Copy link

mpictor commented Nov 6, 2011

Implement common data enhancements as transformations, so that they can be easily applied to the original data set when it is updated.

For example - City A uploads crime data, where one field is IN ALL CAPS. User B painstakingly rewrites this field as lowercase, except for the first letter. City A appends newer data. Now, part of the data is Pretty and part of it is UGLY. Unless User B goes back and updates the data again, it will be in mixed formats - and that would be an abomination.

If there was a way to specify the desired transformation, it could be automatically applied every time the data was uploaded (assuming the uploader approved the transformation).

Specifying a transform:

  • choose from a drop-down menu of common options
  • submit a code fragment that will be applied to each entry

(Forgive me if this feature exists or is in the works - I saw the video on CfA and this idea popped into my head)

Keep up the good work!

@max-mapper
Copy link
Owner

@mpictor this is getting closer to reality now that transformations happen on the server side (so i can support transforming whenever data changes on the server now)

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

No branches or pull requests

2 participants