units_with_maps
Data license: Creative Commons Attribution · Data source: GreenInfo Network · About: simonw/calands-datasette
4 rows where ACCESS_TYP = 1, AGNCY_WEB = "http://www.myrecreationdistrict.com" and DES_TP = 3
This data as json, copyable, CSV (advanced)
These facets timed out: MNG_AGENCY, MNG_AG_TYP, DES_TP
ACCESS_TYP 1
- Open Access · 4 ✖
Link | rowid ▼ | id | map | ACCESS_TYP | UNIT_ID | UNIT_NAME | SUID_NMA | AGNCY_ID | AGNCY_NAME | AGNCY_LEV | AGNCY_TYP | AGNCY_WEB | LAYER | MNG_AG_ID | MNG_AGENCY | MNG_AG_LEV | MNG_AG_TYP | PARK_URL | COUNTY | ACRES | LABEL_NAME | YR_EST | DES_TP | GAP_STS |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
3355 | 3355 | 3354 | {"type": "Polygon", "coordinates": [[[-116.36064, 33.7325], [-116.36064, 33.73492], [-116.35884, 33.73445], [-116.35656, 33.73376], [-116.35647, 33.73315], [-116.35647, 33.73251], [-116.36064, 33.7325]]]} | Open Access 1 | 24277 | Cook Fields Sports Complex | 17615 | 2216 | Desert Recreation District 286 | Special District 4 | Recreation/Parks District 4 | http://www.myrecreationdistrict.com | Special District 4 | 2216 | Desert Recreation District 282 | Special District 4 | Recreation/Parks District 4 | Riverside 10 | 19.46 | Cook Fields Sports Complex | 0 | Local Recreation Area 3 | 4 | |
3358 | 3358 | 3357 | {"type": "Polygon", "coordinates": [[[-116.07594, 33.57297], [-116.07593, 33.5744], [-116.0754, 33.57439], [-116.07538, 33.57444], [-116.07467, 33.57442], [-116.07467, 33.573], [-116.07472, 33.57296], [-116.07594, 33.57297]]]} | Open Access 1 | 24269 | Mecca Community Center and Park | 22102 | 2216 | Desert Recreation District 286 | Special District 4 | Recreation/Parks District 4 | http://www.myrecreationdistrict.com | Special District 4 | 2216 | Desert Recreation District 282 | Special District 4 | Recreation/Parks District 4 | Riverside 10 | 4.682 | Mecca Community Ctr. and Park | 0 | Local Recreation Area 3 | 4 | |
16657 | 16657 | 16656 | {"type": "Polygon", "coordinates": [[[-116.19033, 33.67452], [-116.19033, 33.67636], [-116.19023, 33.67636], [-116.19023, 33.6764], [-116.19033, 33.67641], [-116.19032, 33.67751], [-116.1899, 33.67751], [-116.18989, 33.67761], [-116.18861, 33.6776], [-116.18862, 33.67642], [-116.18777, 33.67642], [-116.18776, 33.67815], [-116.18595, 33.67815], [-116.18597, 33.67638], [-116.18705, 33.67637], [-116.18705, 33.67459], [-116.18814, 33.67458], [-116.18815, 33.67451], [-116.19033, 33.67452]], [[-116.18991, 33.67643], [-116.18948, 33.67642], [-116.18947, 33.67702], [-116.1899, 33.67702], [-116.18991, 33.67643]]]} | Open Access 1 | 24266 | Coachella Community Center and Bagdouma Park | 17452 | 2216 | Desert Recreation District 286 | Special District 4 | Recreation/Parks District 4 | http://www.myrecreationdistrict.com | Special District 4 | 2216 | Desert Recreation District 282 | Special District 4 | Recreation/Parks District 4 | Riverside 10 | 28.13 | Coachella Community Ctr. and Bagdouma Park | 0 | Local Recreation Area 3 | 4 | |
16820 | 16820 | 16819 | {"type": "Polygon", "coordinates": [[[-116.39674, 33.81656], [-116.39673, 33.81715], [-116.3961, 33.81716], [-116.39604, 33.8172], [-116.39598, 33.81717], [-116.39589, 33.81715], [-116.39567, 33.81718], [-116.39469, 33.81719], [-116.39469, 33.8165], [-116.39665, 33.81649], [-116.39674, 33.81656]]]} | Open Access 1 | 24280 | Thousand Palms Community Center and Park | 26326 | 2216 | Desert Recreation District 286 | Special District 4 | Recreation/Parks District 4 | http://www.myrecreationdistrict.com | Special District 4 | 2216 | Desert Recreation District 282 | Special District 4 | Recreation/Parks District 4 | Riverside 10 | 3.528 | Thousand Palms Community Ctr. and Park | 0 | Local Recreation Area 3 | 4 |
Advanced export
JSON shape: default, array, newline-delimited
CREATE TABLE units_with_maps( id INT, map, ACCESS_TYP INT, UNIT_ID INT, UNIT_NAME TEXT, SUID_NMA INT, AGNCY_ID INT, AGNCY_NAME INT, AGNCY_LEV INT, AGNCY_TYP INT, AGNCY_WEB TEXT, LAYER INT, MNG_AG_ID INT, MNG_AGENCY INT, MNG_AG_LEV INT, MNG_AG_TYP INT, PARK_URL TEXT, COUNTY INT, ACRES REAL, LABEL_NAME TEXT, YR_EST INT, DES_TP INT, GAP_STS TEXT, FOREIGN KEY([ACCESS_TYP]) REFERENCES [ACCESS_TYP]([id]), FOREIGN KEY([AGNCY_NAME]) REFERENCES [AGNCY_NAME]([id]), FOREIGN KEY([AGNCY_LEV]) REFERENCES [AGNCY_LEV]([id]), FOREIGN KEY([AGNCY_TYP]) REFERENCES [AGNCY_TYP]([id]), FOREIGN KEY([LAYER]) REFERENCES [LAYER]([id]), FOREIGN KEY([MNG_AGENCY]) REFERENCES [MNG_AGENCY]([id]), FOREIGN KEY([MNG_AG_LEV]) REFERENCES [MNG_AG_LEV]([id]), FOREIGN KEY([MNG_AG_TYP]) REFERENCES [MNG_AG_TYP]([id]), FOREIGN KEY([COUNTY]) REFERENCES [COUNTY]([id]), FOREIGN KEY([DES_TP]) REFERENCES [DES_TP]([id]) ); CREATE INDEX [idx_units_with_maps_DES_TP] ON [units_with_maps] ([DES_TP]); CREATE INDEX [idx_units_with_maps_COUNTY] ON [units_with_maps] ([COUNTY]); CREATE INDEX [idx_units_with_maps_MNG_AG_TYP] ON [units_with_maps] ([MNG_AG_TYP]); CREATE INDEX [idx_units_with_maps_MNG_AG_LEV] ON [units_with_maps] ([MNG_AG_LEV]); CREATE INDEX [idx_units_with_maps_MNG_AGENCY] ON [units_with_maps] ([MNG_AGENCY]); CREATE INDEX [idx_units_with_maps_LAYER] ON [units_with_maps] ([LAYER]); CREATE INDEX [idx_units_with_maps_AGNCY_TYP] ON [units_with_maps] ([AGNCY_TYP]); CREATE INDEX [idx_units_with_maps_AGNCY_LEV] ON [units_with_maps] ([AGNCY_LEV]); CREATE INDEX [idx_units_with_maps_AGNCY_NAME] ON [units_with_maps] ([AGNCY_NAME]); CREATE INDEX [idx_units_with_maps_ACCESS_TYP] ON [units_with_maps] ([ACCESS_TYP]);