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

Do not convert endpoints from CSV to JSON #6

Open
abyrd opened this issue Dec 2, 2014 · 1 comment
Open

Do not convert endpoints from CSV to JSON #6

abyrd opened this issue Dec 2, 2014 · 1 comment
Assignees

Comments

@abyrd
Copy link
Member

abyrd commented Dec 2, 2014

The currently workflow involves running a script that generates random endpoints in CSV, then another one that ingests the endpoints from CSV and outputs them unchanged to JSON. The final profiling script then consumes the JSON.

There does not seem to be any need for these multiple transformations -- the profiler script should just load the CSV directly, or the endpoints should be saved to JSON from the beginning. Given the tabular nature of endpoint lists, CSV seems like a good option.

@abyrd abyrd self-assigned this Dec 2, 2014
@abyrd
Copy link
Member Author

abyrd commented Dec 3, 2014

One good reason to use CSV for endpoints: you can plot it easily in QGIS to verify correctness.

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

1 participant