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

variables in csv is not same variables in JSON #7

Open
GalaxyNight-day opened this issue Oct 19, 2013 · 3 comments
Open

variables in csv is not same variables in JSON #7

GalaxyNight-day opened this issue Oct 19, 2013 · 3 comments

Comments

@GalaxyNight-day
Copy link
Member

For example,
csv file have Src variable but it seems JSON file does not have variable called Src,
I thought we have to reproduce same output with current dataset. I wonder which variable in Json is equivalent to Src.

@teresita
Copy link

I can't find where, but I remember reading that our new output might differ slightly due to the change in data source. Just grab what you can match up; Src seems to be unimportant anyway

@GalaxyNight-day
Copy link
Member Author

I figured it out! (except Version)

Src in dataset from CSV is equal to net in dataset from JSON.
Eqid in dataset from CSV is equal to code in dataset from JSON.
time in dataset from CSV is equal to time in dataset from JSON.
Lat in dataset from CSV is equal to longitude in dataset from JSON.
Lon in dataset from CSV is equal to longitude in dataset from JSON.
Depth in dataset from CSV is equal to depth in dataset from JSON.
nst in dataset from CSV is equal to nst in dataset from JSON.
region in dataset from CSV is equal to place in dataset from JSON.

@aculich
Copy link
Member

aculich commented Oct 21, 2013

@taywon Thanks for sharing this mapping between the column names of the old and new data sets!

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

No branches or pull requests

3 participants