This repository was archived by the owner on Jan 18, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 6
CSV Files
Kelvin edited this page Nov 5, 2020
·
1 revision
All products with the exception of the Tiles Product ran through the command line will produce a CSV file, while products ran through the Python Script can optionally produce a flattened CSV file containing the same fields as the returned object. The flattened CSV will expand all lists into new lines, and dictionaries into columns. The valid_fsid
column will only appear if at least one input was invalid.
Key | Example |
---|---|
fsid | 31003 |
valid_id | True |
fips | 31003 |
name | Antelope County |
isCoastal | false |
city | [{'fsid': 3106890, 'name': 'Brunswick'}, {'fsid': 3109445, 'name': 'Clearwater'}, ...] |
zcta | [{'fsid': 68636, 'name': '68636'}, {'fsid': 68720, 'name': '68720'}, ...] |
cd | [{'fsid': 3103, 'name': 'Nebraska Congressional District 3'}] |
state | {'fsid': 31, 'name': 'Nebraska'} |
geometry | See Geometry |
fsid | name | isCoastal | city_fips | city_name | zipCode | fips | cd_fips | cd_name | state_fips | state_name | latitude | longitude |
---|---|---|---|---|---|---|---|---|---|---|---|---|
31003 | Antelope County | FALSE | 3106890 | Brunswick | 68636 | 31003 | 3103 | Nebraska Congressional District 3 | 31 | Nebraska | 42.1769 | -98.0667 |
31003 | Antelope County | FALSE | 3106890 | Brunswick | 68720 | 31003 | 3103 | Nebraska Congressional District 3 | 31 | Nebraska | 42.1769 | -98.0667 |
31003 | Antelope County | FALSE | 3106890 | Brunswick | 68726 | 31003 | 3103 | Nebraska Congressional District 3 | 31 | Nebraska | 42.1769 | -98.0667 |
31003 | Antelope County | FALSE | 3106890 | Brunswick | 68729 | 31003 | 3103 | Nebraska Congressional District 3 | 31 | Nebraska | 42.1769 | -98.0667 |
31003 | Antelope County | FALSE | 3106890 | Brunswick | 68735 | 31003 | 3103 | Nebraska Congressional District 3 | 31 | Nebraska | 42.1769 | -98.0667 |
31003 | Antelope County | FALSE | 3106890 | Brunswick | 68756 | 31003 | 3103 | Nebraska Congressional District 3 | 31 | Nebraska | 42.1769 | -98.0667 |
31003 | Antelope County | FALSE | 3106890 | Brunswick | 68761 | 31003 | 3103 | Nebraska Congressional District 3 | 31 | Nebraska | 42.1769 | -98.0667 |
31003 | Antelope County | FALSE | 3106890 | Brunswick | 68764 | 31003 | 3103 | Nebraska Congressional District 3 | 31 | Nebraska | 42.1769 | -98.0667 |
31003 | Antelope County | FALSE | 3106890 | Brunswick | 68769 | 31003 | 3103 | Nebraska Congressional District 3 | 31 | Nebraska | 42.1769 | -98.0667 |
31003 | Antelope County | FALSE | 3106890 | Brunswick | 68773 | 31003 | 3103 | Nebraska Congressional District 3 | 31 | Nebraska | 42.1769 | -98.0667 |
31003 | Antelope County | FALSE | 3106890 | Brunswick | 68781 | 31003 | 3103 | Nebraska Congressional District 3 | 31 | Nebraska | 42.1769 | -98.0667 |
31003 | Antelope County | FALSE | 3109445 | Clearwater | 68636 | 31003 | 3103 | Nebraska Congressional District 3 | 31 | Nebraska | 42.1769 | -98.0667 |
31003 | Antelope County | FALSE | 3109445 | Clearwater | 68720 | 31003 | 3103 | Nebraska Congressional District 3 | 31 | Nebraska | 42.1769 | -98.0667 |
... | ... | ... | ... | ... | ... | ... | ... | ... | ... | ... | ... | ... |
-
Installation
-
Usage
-
Products
-
Update