I’m a bit at the crossroads as to how to organize this data and in what format. I’m 1000% sure I am going to have one GeoJSON file of stadiums and their locations. I’m also 1000% sure I’ll have a second file with the team names. And I’m 1000% sure I will be linking the teams to the stadiums, so I have that one-to-many relationship that I need to have. (so, I’m 3000% sure I’m doing it this way) but I guess I store the teams as JSON and then allow people to do the link. I could put the data in shapefiles or GeoPackages but then it wouldn’t be GeoJSON ballparks would it? A friend suggested that I use CSV instead of JSON for the teams and that is possible. It would be easy enough to accomplish and it would allow for easier editing of the data. But I’m not sold. What I’ll probably do is just do it once and then see what a bad mistake I made and then revisit this revisit in 5 years.
What is crazy is that this project is over 7 years old!