diff --git a/censusweb/api/templates/bulkdata.html b/censusweb/api/templates/bulkdata.html index 7338c5a..f249d71 100644 --- a/censusweb/api/templates/bulkdata.html +++ b/censusweb/api/templates/bulkdata.html @@ -24,7 +24,7 @@

Download Bulk Census Data

- The first several columns in each of these data files are selected values from the "geographic headers" files. For details, consult chapter 6 ("Data Dictionary") of the SF1 Technical Documentation. The remaining columns (the specific data for each table) are named according to the table name and field number. Comparative values from the 2000 census have the same column header followed by ".2000", e.g. the total population for a geography, from table P1, field 1, has a header P001001 and the 2000 comparable value is P001001.2000. Note that for convenience, each file repeats the total population count (POP100, POP100.2000) and housing unit count (HU100,HU100.2000) for the covered geography. The exact codes for these column headers are logically equivalent to those in the SF1 technical documentation, but sometimes vary by the number of padding characters. + The first several columns in each of these data files are selected values from the "geographic headers" files. For details, consult chapter 6 ("Data Dictionary") of the SF1 Technical Documentation. The remaining columns (the specific data for each table) are named according to the table name and field number. Comparative values from the 2000 census have the same column header followed by ".2000", e.g. the total population for a geography, from table P1, field 1, has a header P001001 and the 2000 comparable value is P001001.2000. Note that for convenience, each file repeats the total population count (POP100, POP100.2000) and housing unit count (HU100,HU100.2000) for the covered geography. The exact codes for these column headers are logically equivalent to those in the SF1 technical documentation, but sometimes vary by the number of padding characters.

Instead of the form, you can build your own download URLs using this simple pattern: {{ settings.API_URL }}/SS/all_LLL_in_SS.TT.csv with the following substitutions: