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

Change focus to ballparks #28

Closed
cageyjames opened this issue Mar 12, 2020 · 3 comments
Closed

Change focus to ballparks #28

cageyjames opened this issue Mar 12, 2020 · 3 comments
Assignees

Comments

@cageyjames
Copy link
Owner

Right now each point is of a team. This isn't incorrect but it does cause issue where two teams share a stadium (you get two points in same location). A stadium does not need a team to exist but currently this is the case.

We need to pivot the data so that each point is just the stadium and then list the teams under each stadium.

@cageyjames cageyjames self-assigned this Mar 12, 2020
@cageyjames
Copy link
Owner Author

I'm over thinking this. What we need is a GeoJSON file of the stadiums. Then a unique ID that links to another JSON table with the teams (if any, or multiple) that play in that stadium. This then fixed the Issue #29 with the history of teams.

@cageyjames
Copy link
Owner Author

@cageyjames
Copy link
Owner Author

See current ballparks.json for new format and structure. I am leaving legacy-ballparks.geojson as a reference until the new dataset is complete.

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