CPAD_2020a_SuperUnits
Data license: Creative Commons Attribution · Data source: GreenInfo Network · About: simonw/calands-datasette
4 rows where MNG_AGENCY = 671
This data as json, geojson, copyable, CSV (advanced)
Suggested facets: ACCESS_TYP
id ▼ | ACCESS_TYP | PARK_NAME | PARK_URL | SUID_NMA | MNG_AG_ID | MNG_AGENCY | MNG_AG_LEV | MNG_AG_TYP | AGNCY_WEB | LAYER | ACRES | LABEL_NAME | YR_EST | geometry |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
1867 | Unknown Access 4 | Bear River | 15929 | 2127 | Sacramento and San Joaquin Drainage District 671 | Special District 4 | Flood District 9 | Special District 4 | 185.757 | Bear River | <Binary: 1,191 bytes> | |||
3712 | Unknown Access 4 | Dry Creek | 18279 | 2127 | Sacramento and San Joaquin Drainage District 671 | Special District 4 | Flood District 9 | Special District 4 | 15.594 | Dry Creek | <Binary: 452 bytes> | |||
4195 | Unknown Access 4 | Feather River | 18860 | 2127 | Sacramento and San Joaquin Drainage District 671 | Special District 4 | Flood District 9 | Special District 4 | 734.001 | Feather River | <Binary: 2,951 bytes> | |||
4651 | Open Access 1 | Gomes Lake | 19387 | 2127 | Sacramento and San Joaquin Drainage District 671 | Special District 4 | Flood District 9 | Special District 4 | 42.286 | Gomes Lake | <Binary: 1,224 bytes> |
Advanced export
JSON shape: default, array, newline-delimited, object
CREATE TABLE [CPAD_2020a_SuperUnits] ( [id] INTEGER PRIMARY KEY, [ACCESS_TYP] INTEGER, [PARK_NAME] TEXT, [PARK_URL] TEXT, [SUID_NMA] INTEGER, [MNG_AG_ID] INTEGER, [MNG_AGENCY] INTEGER, [MNG_AG_LEV] INTEGER, [MNG_AG_TYP] INTEGER, [AGNCY_WEB] TEXT, [LAYER] INTEGER, [ACRES] FLOAT, [LABEL_NAME] TEXT, [YR_EST] INTEGER , "geometry" GEOMETRY, FOREIGN KEY([ACCESS_TYP]) REFERENCES [ACCESS_TYP]([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([LAYER]) REFERENCES [LAYER]([id]) ); CREATE INDEX [idx_CPAD_2020a_SuperUnits_LAYER] ON [CPAD_2020a_SuperUnits] ([LAYER]); CREATE INDEX [idx_CPAD_2020a_SuperUnits_MNG_AG_TYP] ON [CPAD_2020a_SuperUnits] ([MNG_AG_TYP]); CREATE INDEX [idx_CPAD_2020a_SuperUnits_MNG_AG_LEV] ON [CPAD_2020a_SuperUnits] ([MNG_AG_LEV]); CREATE INDEX [idx_CPAD_2020a_SuperUnits_MNG_AGENCY] ON [CPAD_2020a_SuperUnits] ([MNG_AGENCY]); CREATE INDEX [idx_CPAD_2020a_SuperUnits_ACCESS_TYP] ON [CPAD_2020a_SuperUnits] ([ACCESS_TYP]);