# USA Soccer Maps and data of the USA soccer teams ### MLS [![MLS Logos Map](https://github.com/gavinr/usa-soccer/raw/master/images/mls.png)](https://maps.gavinr.com/usa-soccer-logos) ### NWSL [![NWSL Logos Map](https://github.com/gavinr/usa-soccer/raw/master/images/nwsl.png)](https://maps.gavinr.com/usa-soccer-logos?nwsl) ### USL [![USL Logos Map](https://github.com/gavinr/usa-soccer/raw/master/images/usl.png)](https://maps.gavinr.com/usa-soccer-logos?usl) ### All teams (points) [![All teams (points) map](https://github.com/gavinr/usa-soccer/raw/master/images/all.png)](https://maps.gavinr.com/usa-soccer) More info on the maps: [gavinr.com/maps/usa-soccer](https://gavinr.com/maps/usa-soccer/) If working in ArcGIS, see the [ArcGIS Online Items and Maps](https://www.arcgis.com/home/search.html?restrict=false&sortField=relevance&sortOrder=desc&searchTerm=tags%3Ausa%2Csoccer+owner%3Agavinrehkemper) for these datasets. ## Data * **MLS** ([CSV](https://github.com/gavinr/usa-soccer/blob/master/mls.csv), [GeoJSON](https://github.com/gavinr/usa-soccer/blob/master/mls.geojson)) * Summary: Current [Major League Soccer](https://en.wikipedia.org/wiki/Major_League_Soccer#Teams) league teams, meta data, and locations (latitude/longitude of stadium location) * API: * CSV: `https://cdn.jsdelivr.net/gh/gavinr/usa-soccer@master/mls.csv` * GeoJSON: `https://cdn.jsdelivr.net/gh/gavinr/usa-soccer@master/mls.geojson` * **NWSL** ([CSV](https://github.com/gavinr/usa-soccer/blob/master/nwsl.csv), [GeoJSON](https://github.com/gavinr/usa-soccer/blob/master/nwsl.geojson)) * Summary: Current [National Women's Soccer League](https://en.wikipedia.org/wiki/National_Women%27s_Soccer_League#Teams) league teams meta data, and locations (latitude/longitude of stadium location) * API: * CSV: `https://cdn.jsdelivr.net/gh/gavinr/usa-soccer@master/nwsl.csv` * GeoJSON: `https://cdn.jsdelivr.net/gh/gavinr/usa-soccer@master/nwsl.geojson` * **USL** ([CSV](https://github.com/gavinr/usa-soccer/blob/master/usl.csv), [GeoJSON](https://github.com/gavinr/usa-soccer/blob/master/usl.geojson)) * Summary: Current [USL Championship](https://en.wikipedia.org/wiki/USL_Championship#Clubs) league teams, meta data, and locations (latitude/longitude of stadium location) * API: * CSV: `https://cdn.jsdelivr.net/gh/gavinr/usa-soccer@master/usl.csv` * GeoJSON: `https://cdn.jsdelivr.net/gh/gavinr/usa-soccer@master/usl.geojson` ## Source * The data comes from Wikipedia. ## Contributing and Usage * Everyone is welcome to contribute or use this data.