72 datasets found
  1. l

    2020 Census Block Groups

    • data.lacounty.gov
    • geohub.lacity.org
    • +2more
    Updated Mar 22, 2021
    Share
    FacebookFacebook
    TwitterTwitter
    Email
    Click to copy link
    Link copied
    Close
    Cite
    County of Los Angeles (2021). 2020 Census Block Groups [Dataset]. https://data.lacounty.gov/datasets/2020-census-block-groups
    Explore at:
    Dataset updated
    Mar 22, 2021
    Dataset authored and provided by
    County of Los Angeles
    Area covered
    Description

    A Block Group usually covers a contiguous area. Each census tract contains at least one BG, and BGs are uniquely numbered within the census tract. Within the standard census geography hierarchy, BGs never cross state, county, or census tract boundaries but may cross the boundaries of any other geographic entity. There are little more number of Census Block Groups within Los Angeles County in 2020 Census TIGER/Line Shapefiles, compared in 2010.BGs are generally define to contain between 600 to 3,000 people and 240 and 1,200 housing units. BGs are the smallest geographic unit for which the Census Bureau tabulates sample data. Created/Updated: Updated on September 2023, to merged Long Beach Breakwater land-based block group silver polygons into bigger block group 9903000 as per 2022 TIGER Line Shapefiles, and to update Santa Catalina Islands and San Clemente Islands block group boundary based on DPW City boundaries (except 5990002 tract in Avalon). Updated on Sep 2022 and Dec 2022, to align tract boundary along city boundaries.Created on March 2021.How This Data is Created? This geographic file was downloaded from Census Bureau website: https://www2.census.gov/geo/tiger/TIGER2020PL/STATE/06_CALIFORNIA/06037/ on February, 2021 and customized for LA County. Data Fields:1. BG20 (BLKGRPCE20): 7 digit census tracts and block group number, 2. CT20 (TRACTCE20): 6-digit census tract number, 3. Label (NAMELSAD20): Block group number label

  2. H

    2022 Social Vulnerability by US Census Block Group

    • dataverse.harvard.edu
    Updated Mar 7, 2025
    + more versions
    Share
    FacebookFacebook
    TwitterTwitter
    Email
    Click to copy link
    Link copied
    Close
    Cite
    Michael Bryan (2025). 2022 Social Vulnerability by US Census Block Group [Dataset]. http://doi.org/10.7910/DVN/ARBHPK
    Explore at:
    CroissantCroissant is a format for machine-learning datasets. Learn more about this at mlcommons.org/croissant.
    Dataset updated
    Mar 7, 2025
    Dataset provided by
    Harvard Dataverse
    Authors
    Michael Bryan
    License

    CC0 1.0 Universal Public Domain Dedicationhttps://creativecommons.org/publicdomain/zero/1.0/
    License information was derived automatically

    Description

    blockgroupvulnerability OPPORTUNITY The US Centers for Disease Control (CDC) publishes a set of percentiles that compare US geographies by vulnerability across household, socioeconomic, racial/ethnic and housing themes. These Social Vulnerability Indexes (SVI) were originally intended to to help public health officials and emergency response planners identify communities that will need support around an event. They are generally valuable for any public interest that wants to relate themselves to needy communities by geography. The SVI publication and its basis variables are provided at the Census tract level of geographic detail. The Census' American Community Survey is available down the to the block group level, however. Recasting the SVI methods at this lower level of geography allows it to be tied to thousands of other demographic variables available. Because the SVI relies on ACS variables only available at the tract level, a projection model needs to applied to approximate its results using blockgroup level ACS variables. The blockgroupvulnerability dataset casts a prediction for the CDCs logic for a new contribution to the Open Environments blockgroup series available on Harvard's dataverse platform. DATA The CDC's annual SVI publication starts with 23 simple derivations using 50 ACS Census variables. Next the SVI process ranks census geographies to calculate a rank for each, where Percentile Rank = (Rank-1) / (N-1). The SVI themes are then calculated at the tract level as a percentile rank of a sum of the percentile ranks of the first level ACS derived variables. Finally, the overall ranking is taken as the sum of the theme percentile rankings. The SVI data publication is keyed by geography (7 cols) where ultimately the Census Tract FIPS code is 2 State + 3 County + 4 Tract + 2 Tract Decimals eg, 56043000301 is 56 Wyoming, 043 Washakie County, Tract 3.01 republishes Census demographics called 'adjunct variables' including area, population, households and housing units from the ACS daytime population taken from LandScan 2020 estimates derives 23 SVI variables from 50 ACS 5 Year variables with each having an estimate (E_), estimate precentage (EP_), margin of error (M_), margin percentage (MP_) and flag variable (F_) for those greater than 90% or less than 10% provides the final 4 themes and a composite SVI percentile annually vars = ['ST', 'STATE', 'ST_ABBR', 'STCNTY', 'COUNTY', 'FIPS', 'LOCATION'] +\ ['SNGPNT','LIMENG','DISABL','AGE65','AGE17','NOVEH','MUNIT','MOBILE','GROUPQ','CROWD','UNINSUR','UNEMP','POV150','NOHSDP','HBURD','TWOMORE','OTHERRACE','NHPI','MINRTY','HISP','ASIAN','AIAN','AFAM','NOINT'] +\ ['TOTAL','THEME1','THEME2','THEME3','THEME4'] + \ ['AREA_SQMI', 'TOTPOP', 'DAYPOP', 'HU', 'HH'] knowns = vars + \ # Estimates, the result of calc against ACS vars [('E_'+v) for v in vars] + \ # Flag 0,1 whether this geog is in 90 percentile rank (its vulnerable) [('F_'+v) for v in vars] +\ # Margine of error for ACS calcs [('M_'+v) for v in vars] + \ # Margine of error for ACS calcs, as percentage [('MP_'+v) for v in vars] +\ # Estimates of ACS calcs, as percentage [('EP_'+v) for v in vars] + \ # Estimated percentile ranks [('EPL_'+v) for v in vars] + \ # Sum across var percentile ranks [('SPL_'+v) for v in vars]+ \ # Percentile rank of the sum of percentile ranks [('RPL_'+v) for v in vars] [c for c in svitract.columns if c not in knowns] The SVI themes range over [0,1] but the CDC uses -999 as an NA value; this is set for ~800 or 1% of tracts which have no total poulation. The themes are numbered: Socioeconomic Status – RPL_THEME1 Household Characteristics – RPL_THEME2 Racial & Ethnic Minority Status – RPL_THEME3 Housing Type & Transportation – RPL_THEME4 The themes with their variables and ACS sources are as follows: Unlike Census data, the CDC ranks Puerto Rico and Tribal tracts separately from the US otherwise. Theme SVI Variable ACS Table ACS Variables Socioeconomic E_UNINSUR S2701 S2701_C04_001E Socioeconomic E_UNEMP DP03 DP03_0005E Socioeconomic E_POV150 S1701 S1701_C01_040E Socioeconomic E_NOHSDP B06009 B06009_002E Socioeconomic E_HBURD S2503 S2503_C01_028E + S2503_C01_032E + S2503_C01_036E + S2503_C01_040E Household E_SNGPNT B11012 B11012_010E + B11012_015E Household E_LIMENG B16005 B16005_007E + B16005_008E + B16005_012E + B16005_013E + B16005_017E + B16005_018E + B16005_022E + B16005_023E + B16005_029E + B16005_030E + B16005_034E + B16005_035E + B16005_039E + B16005_040E + B16005_044E + B16005_045E Household E_DISABL DP02 DP02_0072E Household E_AGE65 S0101 S0101_C01_030E Household E_AGE17 B09001 B09001_001E Racial & Ethnic E_TWOMORE DP05 DP05_0083E Racial & Ethnic E_OTHERRACE DP05 DP05_0082E Racial & Ethnic E_NHPI DP05 DP05_0081E Racial & Ethnic E_MINRTY DP05 DP05_0071E + DP05_0078E + DP05_0079E + DP05_0080E + DP05_0081E + DP05_0082E + DP05_0083E Racial & Ethnic E_HISP DP05 DP05_0071E Racial & Ethnic E_ASIAN DP05 DP05_0080E Racial & Ethnic E_AIAN DP05 DP05_0079E Racial & Ethnic...

  3. a

    Census Block Group Boundaries 2010

    • indianamapold-inmap.hub.arcgis.com
    • indianamap.org
    Updated Apr 28, 2023
    + more versions
    Share
    FacebookFacebook
    TwitterTwitter
    Email
    Click to copy link
    Link copied
    Close
    Cite
    IndianaMap (2023). Census Block Group Boundaries 2010 [Dataset]. https://indianamapold-inmap.hub.arcgis.com/datasets/census-block-group-boundaries-2010
    Explore at:
    Dataset updated
    Apr 28, 2023
    Dataset authored and provided by
    IndianaMap
    License

    MIT Licensehttps://opensource.org/licenses/MIT
    License information was derived automatically

    Area covered
    Description

    Standard block groups are clusters of blocks within the same census tract that have the same first digit of their 4-character census block number (e.g., Blocks 3001, 3002, 3003 to 3999 in census tract 1210.02 belong to block group 3). Current block groups do not always maintain these same block number to block group relationships due to boundary and feature changes that occur throughout the decade. For example, block 3001 might move due to a change in the census tract boundary. Even if the block is no longer in block group 3, the block number (3001) will not change. However, the GEOID for that block, identifying block group 3, would remain the same in the attribute information in the TIGER/Line shapefiles because block GEOIDs are always built using the decennial geographic codes. Block groups delineated for the 2020 Census generally contain 600 to 3,000 people. Local participants delineated most block groups as part of the Census Bureau's PSAP. The Census Bureau delineated block groups only where a local or tribal government declined to participate or where the Census Bureau could not identify a potential local participant. A block group usually covers a contiguous area. Each census tract contains one or more block groups and block groups have unique numbers within census tract. Within the standard census geographic hierarchy, block groups never cross county or census tract boundaries, but may cross the boundaries of county subdivisions, places, urban areas, voting districts, congressional districts, and AIANNH areas. Block groups have a valid range of zero (0) through nine (9). Block groups beginning with a zero generally are in coastal and Great Lakes water and territorial seas. Rather than extending a census tract boundary into the Great Lakes or out to the 3-mile territorial sea limit, the Census Bureau delineated some census tract boundaries along the shoreline or just offshore.

  4. 2023 Cartographic Boundary File (KML), Tribal Census Tract for United...

    • catalog.data.gov
    Updated May 16, 2024
    + more versions
    Share
    FacebookFacebook
    TwitterTwitter
    Email
    Click to copy link
    Link copied
    Close
    Cite
    U.S. Department of Commerce, U.S. Census Bureau, Geography Division (Point of Contact) (2024). 2023 Cartographic Boundary File (KML), Tribal Census Tract for United States, 1:500,000 [Dataset]. https://catalog.data.gov/dataset/2023-cartographic-boundary-file-kml-tribal-census-tract-for-united-states-1-500000
    Explore at:
    Dataset updated
    May 16, 2024
    Dataset provided by
    United States Census Bureauhttp://census.gov/
    Area covered
    United States
    Description

    The 2023 cartographic boundary KMLs are simplified representations of selected geographic areas from the U.S. Census Bureau's Master Address File / Topologically Integrated Geographic Encoding and Referencing (MAF/TIGER) Database (MTDB). These boundary files are specifically designed for small-scale thematic mapping. When possible, generalization is performed with the intent to maintain the hierarchical relationships among geographies and to maintain the alignment of geographies within a file set for a given year. Geographic areas may not align with the same areas from another year. Some geographies are available as nation-based files while others are available only as state-based files. A tribal census tract is a relatively permanent statistical subdivision of a federally recognized American Indian reservation and/or off-reservation trust land, delineated by the American Indian tribal government and/or the Census Bureau for the purpose of presenting demographic data. For the 2010 Census and beyond, tribal census tracts are defined independently of the standard county-based census tract delineation. For federally recognized American Indian Tribes with reservations and/or off-reservation trust lands with a population less than 2,400, a single tribal census tract is defined. Qualifying areas with a population greater than 2,400 could define additional tribal census tracts within their area. The tribal census tract codes for the 2020 Census are six characters long with a leading "T" alphabetic character followed by a five-digit numeric code, for example, T01000, which translates as tribal census tract 10. Tribal block groups nest within tribal census tracts. Since individual tabulation blocks are defined within the standard State-county-census tract geographic hierarchy, a tribal census tract can contain seemingly duplicate block numbers, thus tribal census tracts cannot be used to uniquely identify census tabulation blocks for the 2020 Census. The generalized boundaries of tribal census tracts are based on those delineated through the Participant Statistical Areas Program (PSAP) for the 2020 Census.

  5. Series Information for Tribal Block Group National TIGER/Line Shapefiles,...

    • catalog.data.gov
    Updated Dec 15, 2023
    + more versions
    Share
    FacebookFacebook
    TwitterTwitter
    Email
    Click to copy link
    Link copied
    Close
    Cite
    U.S. Department of Commerce, U.S. Census Bureau, Geography Division, Geospatial Products Branch (Point of Contact) (2023). Series Information for Tribal Block Group National TIGER/Line Shapefiles, Current [Dataset]. https://catalog.data.gov/dataset/series-information-for-tribal-block-group-national-tiger-line-shapefiles-current
    Explore at:
    Dataset updated
    Dec 15, 2023
    Dataset provided by
    United States Census Bureauhttp://census.gov/
    Description

    This is a series-level metadata record. The TIGER/Line shapefiles and related database files (.dbf) are an extract of selected geographic and cartographic information from the U.S. Census Bureau's Master Address File / Topologically Integrated Geographic Encoding and Referencing (MAF/TIGER) Database (MTDB). The MTDB represents a seamless national file with no overlaps or gaps between parts, however, each TIGER/Line shapefile is designed to stand alone as an independent data set, or they can be combined to cover the entire nation. A tribal block group is a cluster of census tabulation blocks within a single tribal census tract delineated by American Indian tribal participants or the Census Bureau for the purpose of presenting demographic data on their reservation and/or off-reservation trust land. The tribal block groups are defined independently of the standard county-based block group delineation. For federally recognized American Indian Tribes with reservations and/or off-reservation trust lands with a population less than 1,200, a single tribal block group is defined. Qualifying reservations and/or off-reservation trust lands with a population greater than 1,200 could define additional tribal block groups within their area without regard to the standard block group configuration. Tribal block groups do not necessarily contain tabulation blocks always beginning with the same number and could contain seemingly duplicate block numbers. Tabulation block numbers are still assigned by using standard block groups, not the tribal block groups. To better identify tribal block groups, the letter code range A through K (except I, which could be confused with a number 1) is used uniquely within each tribal census tract. The boundaries of tribal block groups are those delineated through the Participant Statistical Areas Program (PSAP) for the 2020 Census.

  6. d

    Census Data

    • catalog.data.gov
    • datadiscoverystudio.org
    • +3more
    Updated Mar 1, 2024
    Share
    FacebookFacebook
    TwitterTwitter
    Email
    Click to copy link
    Link copied
    Close
    Cite
    U.S. Bureau of the Census (2024). Census Data [Dataset]. https://catalog.data.gov/dataset/census-data
    Explore at:
    Dataset updated
    Mar 1, 2024
    Dataset provided by
    U.S. Bureau of the Census
    Description

    The Bureau of the Census has released Census 2000 Summary File 1 (SF1) 100-Percent data. The file includes the following population items: sex, age, race, Hispanic or Latino origin, household relationship, and household and family characteristics. Housing items include occupancy status and tenure (whether the unit is owner or renter occupied). SF1 does not include information on incomes, poverty status, overcrowded housing or age of housing. These topics will be covered in Summary File 3. Data are available for states, counties, county subdivisions, places, census tracts, block groups, and, where applicable, American Indian and Alaskan Native Areas and Hawaiian Home Lands. The SF1 data are available on the Bureau's web site and may be retrieved from American FactFinder as tables, lists, or maps. Users may also download a set of compressed ASCII files for each state via the Bureau's FTP server. There are over 8000 data items available for each geographic area. The full listing of these data items is available here as a downloadable compressed data base file named TABLES.ZIP. The uncompressed is in FoxPro data base file (dbf) format and may be imported to ACCESS, EXCEL, and other software formats. While all of this information is useful, the Office of Community Planning and Development has downloaded selected information for all states and areas and is making this information available on the CPD web pages. The tables and data items selected are those items used in the CDBG and HOME allocation formulas plus topics most pertinent to the Comprehensive Housing Affordability Strategy (CHAS), the Consolidated Plan, and similar overall economic and community development plans. The information is contained in five compressed (zipped) dbf tables for each state. When uncompressed the tables are ready for use with FoxPro and they can be imported into ACCESS, EXCEL, and other spreadsheet, GIS and database software. The data are at the block group summary level. The first two characters of the file name are the state abbreviation. The next two letters are BG for block group. Each record is labeled with the code and name of the city and county in which it is located so that the data can be summarized to higher-level geography. The last part of the file name describes the contents . The GEO file contains standard Census Bureau geographic identifiers for each block group, such as the metropolitan area code and congressional district code. The only data included in this table is total population and total housing units. POP1 and POP2 contain selected population variables and selected housing items are in the HU file. The MA05 table data is only for use by State CDBG grantees for the reporting of the racial composition of beneficiaries of Area Benefit activities. The complete package for a state consists of the dictionary file named TABLES, and the five data files for the state. The logical record number (LOGRECNO) links the records across tables.

  7. a

    Population Density in the US 2020 Census

    • hub.arcgis.com
    • data-bgky.hub.arcgis.com
    Updated Jun 20, 2024
    Share
    FacebookFacebook
    TwitterTwitter
    Email
    Click to copy link
    Link copied
    Close
    Cite
    University of South Florida GIS (2024). Population Density in the US 2020 Census [Dataset]. https://hub.arcgis.com/maps/58e4ee07a0e24e28949903511506a8e4
    Explore at:
    Dataset updated
    Jun 20, 2024
    Dataset authored and provided by
    University of South Florida GIS
    Area covered
    Description

    This map shows population density of the United States. Areas in darker magenta have much higher population per square mile than areas in orange or yellow. Data is from the U.S. Census Bureau’s 2020 Census Demographic and Housing Characteristics. The map's layers contain total population counts by sex, age, and race groups for Nation, State, County, Census Tract, and Block Group in the United States and Puerto Rico. From the Census:"Population density allows for broad comparison of settlement intensity across geographic areas. In the U.S., population density is typically expressed as the number of people per square mile of land area. The U.S. value is calculated by dividing the total U.S. population (316 million in 2013) by the total U.S. land area (3.5 million square miles).When comparing population density values for different geographic areas, then, it is helpful to keep in mind that the values are most useful for small areas, such as neighborhoods. For larger areas (especially at the state or country scale), overall population density values are less likely to provide a meaningful measure of the density levels at which people actually live, but can be useful for comparing settlement intensity across geographies of similar scale." SourceAbout the dataYou can use this map as is and you can also modify it to use other attributes included in its layers. This map's layers contain total population counts by sex, age, and race groups data from the 2020 Census Demographic and Housing Characteristics. This is shown by Nation, State, County, Census Tract, Block Group boundaries. Each geography layer contains a common set of Census counts based on available attributes from the U.S. Census Bureau. There are also additional calculated attributes related to this topic, which can be mapped or used within analysis.Vintage of boundaries and attributes: 2020 Demographic and Housing Characteristics Table(s): P1, H1, H3, P2, P3, P5, P12, P13, P17, PCT12 (Not all lines of these DHC tables are available in this feature layer.)Data downloaded from: U.S. Census Bureau’s data.census.gov siteDate the Data was Downloaded: May 25, 2023Geography Levels included: Nation, State, County, Census Tract, Block GroupNational Figures: included in Nation layer The United States Census Bureau Demographic and Housing Characteristics: 2020 Census Results 2020 Census Data Quality Geography & 2020 Census Technical Documentation Data Table Guide: includes the final list of tables, lowest level of geography by table and table shells for the Demographic Profile and Demographic and Housing Characteristics.News & Updates This map is ready to be used in ArcGIS Pro, ArcGIS Online and its configurable apps, Story Maps, dashboards, Notebooks, Python, custom apps, and mobile apps. Data can also be exported for offline workflows. Please cite the U.S. Census Bureau when using this data. Data Processing Notes: These 2020 Census boundaries come from the US Census TIGER geodatabases. These are Census boundaries with water and/or coastlines erased for cartographic and mapping purposes. For Census tracts and block groups, the water cutouts are derived from a subset of the 2020 Areal Hydrography boundaries offered by TIGER. Water bodies and rivers which are 50 million square meters or larger (mid to large sized water bodies) are erased from the tract and block group boundaries, as well as additional important features. For state and county boundaries, the water and coastlines are derived from the coastlines of the 2020 500k TIGER Cartographic Boundary Shapefiles. These are erased to more accurately portray the coastlines and Great Lakes. The original AWATER and ALAND fields are unchanged and available as attributes within the data table (units are square meters).  The layer contains all US states, Washington D.C., and Puerto Rico. Census tracts with no population that occur in areas of water, such as oceans, are removed from this data service (Census Tracts beginning with 99). Block groups that fall within the same criteria (Block Group denoted as 0 with no area land) have also been removed.Percentages and derived counts, are calculated values (that can be identified by the "_calc_" stub in the field name). Field alias names were created based on the Table Shells file available from the Data Table Guide for the Demographic Profile and Demographic and Housing Characteristics. Not all lines of all tables listed above are included in this layer. Duplicative counts were dropped. For example, P0030001 was dropped, as it is duplicative of P0010001.To protect the privacy and confidentiality of respondents, their data has been protected using differential privacy techniques by the U.S. Census Bureau.

  8. Tribal Block Groups

    • hub.arcgis.com
    • gisnation-sdi.hub.arcgis.com
    • +2more
    Updated Jun 25, 2021
    + more versions
    Share
    FacebookFacebook
    TwitterTwitter
    Email
    Click to copy link
    Link copied
    Close
    Cite
    Esri U.S. Federal Datasets (2021). Tribal Block Groups [Dataset]. https://hub.arcgis.com/maps/fedmaps::tribal-block-groups
    Explore at:
    Dataset updated
    Jun 25, 2021
    Dataset provided by
    Esrihttp://esri.com/
    Authors
    Esri U.S. Federal Datasets
    License

    Attribution 4.0 (CC BY 4.0)https://creativecommons.org/licenses/by/4.0/
    License information was derived automatically

    Area covered
    Description

    Tribal Block GroupsThis feature layer, utilizing National Geospatial Data Asset (NGDA) data from the U.S. Census Bureau (USCB), depicts American Indian tribal block groups. Per the USCB, "a tribal block group is a cluster of census tabulation blocks within a single tribal census tract delineated by American Indian tribal participants or the Census Bureau for the purpose of presenting demographic data on their reservation and/or off-reservation trust land. The tribal block groups are defined independently of the standard county-based block group delineation. For federally recognized American Indian Tribes with reservations and/or off-reservation trust lands with a population less than 1,200, a single tribal block group is defined. Qualifying reservations and/or off-reservation trust lands with a population greater than 1,200 could define additional tribal block groups within their area without regard to the standard block group configuration."Tribal Block Groups in the SouthwestData currency: This cached Esri federal service is checked weekly for updates from its enterprise federal source (Tribal Block Groups) and will support mapping, analysis, data exports and OGC API – Feature access.NGDAID: 94 (Series Information for Tribal Block Group National TIGER/Line Shapefiles, Current)OGC API Features Link: (Tribal Block Groups - OGC Features) copy this link to embed it in OGC Compliant viewersFor more information, please visit: 2020 Census Participant Statistical Areas Program (PSAP)For feedback please contact: Esri_US_Federal_Data@esri.comNGDA Data SetThis data set is part of the NGDA Governmental Units, and Administrative and Statistical Boundaries Theme Community. Per the Federal Geospatial Data Committee (FGDC), this theme is defined as the "boundaries that delineate geographic areas for uses such as governance and the general provision of services (e.g., states, American Indian reservations, counties, cities, towns, etc.), administration and/or for a specific purpose (e.g., congressional districts, school districts, fire districts, Alaska Native Regional Corporations, etc.), and/or provision of statistical data (census tracts, census blocks, metropolitan and micropolitan statistical areas, etc.). Boundaries for these various types of geographic areas are either defined through a documented legal description or through criteria and guidelines. Other boundaries may include international limits, those of federal land ownership, the extent of administrative regions for various federal agencies, as well as the jurisdictional offshore limits of U.S. sovereignty. Boundaries associated solely with natural resources and/or cultural entities are excluded from this theme and are included in the appropriate subject themes."For other NGDA Content: Esri Federal Datasets

  9. San Francisco Bay Region 2010 Census Block Groups

    • opendata.mtc.ca.gov
    • hub.arcgis.com
    • +1more
    Updated Jul 8, 2019
    + more versions
    Share
    FacebookFacebook
    TwitterTwitter
    Email
    Click to copy link
    Link copied
    Close
    Cite
    MTC/ABAG (2019). San Francisco Bay Region 2010 Census Block Groups [Dataset]. https://opendata.mtc.ca.gov/items/2aa2d1e0536146e3a9cd1a4599685c8b
    Explore at:
    Dataset updated
    Jul 8, 2019
    Dataset provided by
    Metropolitan Transportation Commission
    Authors
    MTC/ABAG
    License

    MIT Licensehttps://opensource.org/licenses/MIT
    License information was derived automatically

    Area covered
    Description

    2010 Census block groups for the San Francisco Bay Region. Features were extracted from California 2018 TIGER/Line shapefile by the Metropolitan Transportation Commission.Standard block groups are clusters of blocks within the same census tract that have the same first digit of their 4-character census block number. For example, blocks 3001, 3002, 3003… 3999 in census tract 1210.02 belong to Block Group 3. Due to boundary and feature changes that occur throughout the decade, current block groups do not always maintain these same block number to block group relationships. For example, block 3001 might move due to a change in the census tract boundary. Even if the block is no longer in block group 3, the block number (3001) will not change. However, the identification string (blkgrpid) for that block, identifying block group 3, would remain the same in the attribute information in the TIGER/Line Shapefiles because block identification strings are always built using the decennial geographic codes.Block groups delineated for the 2010 Census generally contain between 600 and 3,000 people. Local participants delineated most block groups as part of the Census Bureau's Participant Statistical Areas Program (PSAP). The Census Bureau delineated block groups only where a local or tribal government declined to participate or where the Census Bureau could not identify a potential local participant.A block group usually covers a contiguous area. Each census tract contains at least one block group and block groups are uniquely numbered within census tract. Within the standard census geographic hierarchy, block groups never cross county or census tract boundaries, but may cross the boundaries of county subdivisions, places, urban areas, voting districts, congressional districts, and American Indian, Alaska Native, and Native Hawaiian areas.Block groups have a valid range of 0 through 9. Block groups beginning with a zero generally are in coastal and Great Lakes water and territorial seas. Rather than extending a census tract boundary into the Great Lakes or out to the 3-mile territorial sea limit, the Census Bureau delineated some census tract boundaries along the shoreline or just offshore.

  10. H

    2023 Cartographic Boundaries by US Census Block Group

    • dataverse.harvard.edu
    Updated Mar 10, 2025
    Share
    FacebookFacebook
    TwitterTwitter
    Email
    Click to copy link
    Link copied
    Close
    Cite
    Michael Bryan (2025). 2023 Cartographic Boundaries by US Census Block Group [Dataset]. http://doi.org/10.7910/DVN/6WFVZB
    Explore at:
    CroissantCroissant is a format for machine-learning datasets. Learn more about this at mlcommons.org/croissant.
    Dataset updated
    Mar 10, 2025
    Dataset provided by
    Harvard Dataverse
    Authors
    Michael Bryan
    License

    CC0 1.0 Universal Public Domain Dedicationhttps://creativecommons.org/publicdomain/zero/1.0/
    License information was derived automatically

    Description

    blockgroupcartographics Opportunity This publication re-shares the TIGER/Line dataset from the US Census Bureau to supplement the other datasets available in Open Environment's Block Group Dataverse. This share is valuable for two reasons. First, the original publication uses geodatabase file format, which requires GIS software to open and interpret. This publication uses CSV formats for access with simpler tools. Second, many models based on the U.S. Census data benefit from a measure of population density. That is, population counts divided by the land area of the geography. In this case, the ALAND variable is only available from TIGER/Line. The 2023blockgroupdemographics dataset, then, is dependent upon this publication for land and water area within block group. Dataset details -- The dataset offers 242,336 rows, one for each block group. |Variable|Description| |---|---| |GEO_ID|The fully qualified block group geographic identifier| |STATEFP|US State FIPS code, 2 digits| |COUNTYFP|US County FIPS code, 3 digits| |TRACTCE|Census tract identifier, 6 digits| |BLKGRPCE|Census block group identifier, 6 digits| |GEOID|The block group GEO ID starting with the state code| |GEOIDFQ|The block group GEO ID starting with the country codes| |NAMELSAD|Legal/statistical area description| |MTFCC|5 digit MAF/TIGER Feature Class Code, see https://www.census.gov/library/reference/code-lists/mt-feature-class-codes.html| |FUNCSTAT|Functional status code, see https://www.census.gov/library/reference/code-lists/functional-status-codes.html| |ALAND|Land area of the block group geography| |AWATER|Water area of the block group geography| |INTPTLAT|Latitude of the block group's centroid| |INTPTLON|Longitude of the block group's centroid| |geometry|Provides the point and polygon shape as a text string.| Additional Caveats It is import to note, analytically, the following: The Census revises Block Group shapes with each decennial census survey. As a result, merging datasets from different decades will result in data loss. Shapes that have the same GEO_ID may have different land area. New geographies and geographies no longer available can be expected then. All questions or feedback is most welcome by email at support@openenvironments.com Citations U.S. Census Bureau, “TIGER/Line Shapefiles", https://www.census.gov/geographies/mapping-files/time-series/geo/tiger-line-file.html, 2023 U.S. Census Bureau, “TIGER/Line Shapefiles FTP Archives",https://www2.census.gov/geo/tiger/TIGER2023/BG/ Python Package Index - PyPI. Python Software Foundation. "A simple wrapper for the United States Census Bureau’s API.". Retrieved from https://pypi.org/project/census/ Kelsey Jordahl, Joris Van den Bossche, Martin Fleischmann, Jacob Wasserman, James McBride, Jeffrey Gerard, … François Leblanc. (2020, July 15). geopandas/geopandas: v0.8.1 (Version v0.8.1). Zenodo. http://doi.org/10.5281/zenodo.3946761

  11. 2016_tbg

    • data.wu.ac.at
    Updated Sep 9, 2016
    + more versions
    Share
    FacebookFacebook
    TwitterTwitter
    Email
    Click to copy link
    Link copied
    Close
    Cite
    US Census Bureau, Department of Commerce (2016). 2016_tbg [Dataset]. https://data.wu.ac.at/schema/data_gov/MjM4MDBjNzgtMDlmOC00YjgyLWFkZTEtMWZhNTlhNzIzNWM2
    Explore at:
    Dataset updated
    Sep 9, 2016
    Dataset provided by
    United States Census Bureauhttp://census.gov/
    Description

    A tribal block group is a cluster of census tabulation blocks within a single tribal census tract delineated by American Indian tribal participants or the Census Bureau for the purpose of presenting demographic data on their reservation and/or off-reservation trust land. The tribal block groups are defined independently of the standard county-based block group delineation. For federally recognized American Indian Tribes with reservations and/or off-reservation trust lands with a population less than 1,200, a single tribal block group is defined. Qualifying reservations and/or off-reservation trust lands with a population greater than 1,200 could define additional tribal block groups within their area without regard to the standard block group configuration. Tribal block groups do not necessarily contain tabulation blocks always beginning with the same number and could contain seemingly duplicate block numbers. Tabulation block numbers are still assigned by using standard block groups, not the tribal block groups. To better identify tribal block groups, the letter code range A through K (except I, which could be confused with a number 1) is used uniquely within each tribal census tract.

    The boundaries of tribal block groups and tribal census tracts are those delineated through the Tribal Statistical Areas Program (TSAP) for the 2010 Census.

  12. 2022 Cartographic Boundary File (KML), Current Tribal Census Tract for...

    • catalog.data.gov
    Updated Dec 14, 2023
    Share
    FacebookFacebook
    TwitterTwitter
    Email
    Click to copy link
    Link copied
    Close
    Cite
    U.S. Department of Commerce, U.S. Census Bureau, Geography Division, Customer Engagement Branch (Point of Contact) (2023). 2022 Cartographic Boundary File (KML), Current Tribal Census Tract for United States, 1:500,000 [Dataset]. https://catalog.data.gov/dataset/2022-cartographic-boundary-file-kml-current-tribal-census-tract-for-united-states-1-500000
    Explore at:
    Dataset updated
    Dec 14, 2023
    Dataset provided by
    United States Census Bureauhttp://census.gov/
    Area covered
    United States
    Description

    The 2022 cartographic boundary KMLs are simplified representations of selected geographic areas from the U.S. Census Bureau's Master Address File / Topologically Integrated Geographic Encoding and Referencing (MAF/TIGER) Database (MTDB). These boundary files are specifically designed for small-scale thematic mapping. When possible, generalization is performed with the intent to maintain the hierarchical relationships among geographies and to maintain the alignment of geographies within a file set for a given year. Geographic areas may not align with the same areas from another year. Some geographies are available as nation-based files while others are available only as state-based files. A tribal census tract is a relatively permanent statistical subdivision of a federally recognized American Indian reservation and/or off-reservation trust land, delineated by the American Indian tribal government and/or the Census Bureau for the purpose of presenting demographic data. For the 2010 Census and beyond, tribal census tracts are defined independently of the standard county-based census tract delineation. For federally recognized American Indian Tribes with reservations and/or off-reservation trust lands with a population less than 2,400, a single tribal census tract is defined. Qualifying areas with a population greater than 2,400 could define additional tribal census tracts within their area. The tribal census tract codes for the 2020 Census are six characters long with a leading "T" alphabetic character followed by a five-digit numeric code, for example, T01000, which translates as tribal census tract 10. Tribal block groups nest within tribal census tracts. Since individual tabulation blocks are defined within the standard State-county-census tract geographic hierarchy, a tribal census tract can contain seemingly duplicate block numbers, thus tribal census tracts cannot be used to uniquely identify census tabulation blocks for the 2020 Census. The generalized boundaries of tribal census tracts are based on those delineated through the Participant Statistical Areas Program (PSAP) for the 2020 Census.

  13. 2020 Cartographic Boundary File (SHP), Current Tribal Block Group for United...

    • datasets.ai
    • catalog.data.gov
    33, 55, 57
    + more versions
    Share
    FacebookFacebook
    TwitterTwitter
    Email
    Click to copy link
    Link copied
    Close
    Cite
    U.S. Census Bureau, Department of Commerce, 2020 Cartographic Boundary File (SHP), Current Tribal Block Group for United States, 1:500,000 [Dataset]. https://datasets.ai/datasets/2020-cartographic-boundary-file-shp-current-tribal-block-group-for-united-states-1-500000
    Explore at:
    33, 55, 57Available download formats
    Dataset provided by
    United States Census Bureauhttp://census.gov/
    Authors
    U.S. Census Bureau, Department of Commerce
    Area covered
    United States
    Description

    The 2020 cartographic boundary shapefiles are simplified representations of selected geographic areas from the U.S. Census Bureau's Master Address File / Topologically Integrated Geographic Encoding and Referencing (MAF/TIGER) Database (MTDB). These boundary files are specifically designed for small-scale thematic mapping. When possible, generalization is performed with the intent to maintain the hierarchical relationships among geographies and to maintain the alignment of geographies within a file set for a given year. Geographic areas may not align with the same areas from another year. Some geographies are available as nation-based files while others are available only as state-based files.

    A tribal block group is a cluster of census tabulation blocks within a single tribal census tract delineated by American Indian tribal participants or the Census Bureau for the purpose of presenting demographic data on their reservation and/or off-reservation trust land. The tribal block groups are defined independently of the standard county-based block group delineation. For federally recognized American Indian Tribes with reservations and/or off-reservation trust lands with a population less than 1,200, a single tribal block group is defined. Qualifying reservations and/or off-reservation trust lands with a population greater than 1,200 could define additional tribal block groups within their area without regard to the standard block group configuration. Tribal block groups do not necessarily contain tabulation blocks always beginning with the same number and could contain seemingly duplicate block numbers. Tabulation block numbers are still assigned by using standard block groups, not the tribal block groups. To better identify tribal block groups, the letter code range A through K (except I, which could be confused with a number 1) is used uniquely within each tribal census tract.

    The generalized boundaries of tribal block groups are based on those delineated through the Participant Statistical Areas Program (PSAP) for the 2020 Census.

  14. TIGER/Line Shapefile, 2013, Series Information File for the Current Tribal...

    • data.wu.ac.at
    • data.amerigeoss.org
    tgrshp (compressed)
    Updated Dec 5, 2014
    Share
    FacebookFacebook
    TwitterTwitter
    Email
    Click to copy link
    Link copied
    Close
    Cite
    US Census Bureau, Department of Commerce (2014). TIGER/Line Shapefile, 2013, Series Information File for the Current Tribal Block Group National Shapefile [Dataset]. https://data.wu.ac.at/schema/data_gov/ZjRkODM1MjgtOGEyOC00MGRlLWI0MWItOGNhYjFjNGQ0YmQ2
    Explore at:
    tgrshp (compressed)Available download formats
    Dataset updated
    Dec 5, 2014
    Dataset provided by
    United States Census Bureauhttp://census.gov/
    License

    U.S. Government Workshttps://www.usa.gov/government-works
    License information was derived automatically

    Area covered
    8cda236e0f2d9bc1b7139f29372c68d280dc812c
    Description

    The TIGER/Line shapefiles and related database files (.dbf) are an extract of selected geographic and cartographic information from the U.S. Census Bureau's Master Address File / Topologically Integrated Geographic Encoding and Referencing (MAF/TIGER) Database (MTDB). The MTDB represents a seamless national file with no overlaps or gaps between parts, however, each TIGER/Line shapefile is designed to stand alone as an independent data set, or they can be combined to cover the entire nation.

       A tribal block group is a cluster of census tabulation blocks within a single tribal census tract delineated by American Indian tribal participants or the
       Census Bureau for the purpose of presenting demographic data on their reservation and/or off-reservation trust land. The tribal block groups are defined
       independently of the standard county-based block group delineation. For federally recognized American Indian Tribes with reservations and/or off-reservation
       trust lands with a population less than 1,200, a single tribal block group is defined. Qualifying reservations and/or off-reservation trust lands with a
       population greater than 1,200 could define additional tribal block groups within their area without regard to the standard block group configuration. Tribal
       block groups do not necessarily contain tabulation blocks always beginning with the same number and could contain seemingly duplicate block numbers.
       Tabulation block numbers are still assigned by using standard block groups, not the tribal block groups. To better identify tribal block groups, the letter
       code range A through K (except I, which could be confused with a number 1) is used uniquely within each tribal census tract.
    
       The boundaries of tribal block groups and tribal census tracts are those delineated through the Tribal Statistical Areas Program (TSAP) for the 2010 Census.
    
  15. 2023 Cartographic Boundary File (SHP), Tribal Census Tract for United...

    • catalog.data.gov
    • datasets.ai
    Updated May 16, 2024
    + more versions
    Share
    FacebookFacebook
    TwitterTwitter
    Email
    Click to copy link
    Link copied
    Close
    Cite
    U.S. Department of Commerce, U.S. Census Bureau, Geography Division (Point of Contact) (2024). 2023 Cartographic Boundary File (SHP), Tribal Census Tract for United States, 1:500,000 [Dataset]. https://catalog.data.gov/dataset/2023-cartographic-boundary-file-shp-tribal-census-tract-for-united-states-1-500000
    Explore at:
    Dataset updated
    May 16, 2024
    Dataset provided by
    United States Census Bureauhttp://census.gov/
    Area covered
    United States
    Description

    The 2023 cartographic boundary shapefiles are simplified representations of selected geographic areas from the U.S. Census Bureau's Master Address File / Topologically Integrated Geographic Encoding and Referencing (MAF/TIGER) Database (MTDB). These boundary files are specifically designed for small-scale thematic mapping. When possible, generalization is performed with the intent to maintain the hierarchical relationships among geographies and to maintain the alignment of geographies within a file set for a given year. Geographic areas may not align with the same areas from another year. Some geographies are available as nation-based files while others are available only as state-based files. A tribal census tract is a relatively permanent statistical subdivision of a federally recognized American Indian reservation and/or off-reservation trust land, delineated by the American Indian tribal government and/or the Census Bureau for the purpose of presenting demographic data. For the 2010 Census and beyond, tribal census tracts are defined independently of the standard county-based census tract delineation. For federally recognized American Indian Tribes with reservations and/or off-reservation trust lands with a population less than 2,400, a single tribal census tract is defined. Qualifying areas with a population greater than 2,400 could define additional tribal census tracts within their area. The tribal census tract codes for the 2020 Census are six characters long with a leading "T" alphabetic character followed by a five-digit numeric code, for example, T01000, which translates as tribal census tract 10. Tribal block groups nest within tribal census tracts. Since individual tabulation blocks are defined within the standard State-county-census tract geographic hierarchy, a tribal census tract can contain seemingly duplicate block numbers, thus tribal census tracts cannot be used to uniquely identify census tabulation blocks for the 2020 Census. The generalized boundaries of tribal census tracts are based on those delineated through the Participant Statistical Areas Program (PSAP) for the 2020 Census.

  16. g

    Census - Tribal Block Groups

    • data.geospatialhub.org
    • hub.arcgis.com
    • +3more
    Updated Aug 17, 2017
    + more versions
    Share
    FacebookFacebook
    TwitterTwitter
    Email
    Click to copy link
    Link copied
    Close
    Cite
    WyomingGeoHub (2017). Census - Tribal Block Groups [Dataset]. https://data.geospatialhub.org/items/8ab1ac3236fc4be8a7121b62c4af8d68
    Explore at:
    Dataset updated
    Aug 17, 2017
    Dataset authored and provided by
    WyomingGeoHub
    Area covered
    Description

    The TIGER/Line shapefiles and related database files (.dbf) are an extract of selected geographic and cartographic information from the U.S. Census Bureau's Master Address File / Topologically Integrated Geographic Encoding and Referencing (MAF/TIGER) Database (MTDB). The MTDB represents a seamless national file with no overlaps or gaps between parts, however, each TIGER/Line shapefile is designed to stand alone as an independent data set, or they can be combined to cover the entire nation. A tribal block group is a cluster of census tabulation blocks within a single tribal census tract delineated by American Indian tribal participants or the Census Bureau for the purpose of presenting demographic data on their reservation and/or off-reservation trust land. The tribal block groups are defined independently of the standard county-based block group delineation. For federally recognized American Indian Tribes with reservations and/or off-reservation trust lands with a population less than 1,200, a single tribal block group is defined. Qualifying reservations and/or off-reservation trust lands with a population greater than 1,200 could define additional tribal block groups within their area without regard to the standard block group configuration. Tribal block groups do not necessarily contain tabulation blocks always beginning with the same number and could contain seemingly duplicate block numbers. Tabulation block numbers are still assigned by using standard block groups, not the tribal block groups. To better identify tribal block groups, the letter code range A through K (except I, which could be confused with a number 1) is used uniquely within each tribal census tract.
    The boundaries of tribal block groups and tribal census tracts are those delineated through the Tribal Statistical Areas Program (TSAP) for the 2010 Census.

  17. d

    TIGER/Line Shapefile, 2016, nation, U.S., Current Tribal Block Group...

    • catalog.data.gov
    Updated Jan 13, 2021
    Share
    FacebookFacebook
    TwitterTwitter
    Email
    Click to copy link
    Link copied
    Close
    Cite
    (2021). TIGER/Line Shapefile, 2016, nation, U.S., Current Tribal Block Group National [Dataset]. https://catalog.data.gov/dataset/tiger-line-shapefile-2016-nation-u-s-current-tribal-block-group-national
    Explore at:
    Dataset updated
    Jan 13, 2021
    Area covered
    United States
    Description

    The TIGER/Line shapefiles and related database files (.dbf) are an extract of selected geographic and cartographic information from the U.S. Census Bureau's Master Address File / Topologically Integrated Geographic Encoding and Referencing (MAF/TIGER) Database (MTDB). The MTDB represents a seamless national file with no overlaps or gaps between parts, however, each TIGER/Line shapefile is designed to stand alone as an independent data set, or they can be combined to cover the entire nation. A tribal block group is a cluster of census tabulation blocks within a single tribal census tract delineated by American Indian tribal participants or the Census Bureau for the purpose of presenting demographic data on their reservation and/or off-reservation trust land. The tribal block groups are defined independently of the standard county-based block group delineation. For federally recognized American Indian Tribes with reservations and/or off-reservation trust lands with a population less than 1,200, a single tribal block group is defined. Qualifying reservations and/or off-reservation trust lands with a population greater than 1,200 could define additional tribal block groups within their area without regard to the standard block group configuration. Tribal block groups do not necessarily contain tabulation blocks always beginning with the same number and could contain seemingly duplicate block numbers. Tabulation block numbers are still assigned by using standard block groups, not the tribal block groups. To better identify tribal block groups, the letter code range A through K (except I, which could be confused with a number 1) is used uniquely within each tribal census tract. The boundaries of tribal block groups and tribal census tracts are those delineated through the Tribal Statistical Areas Program (TSAP) for the 2010 Census.

  18. TIGER/Line Shapefile, 2015, nation, U.S., Current Tribal Census Tract...

    • data.wu.ac.at
    • datasets.ai
    • +1more
    html, pdf, wms, xml +1
    Updated Nov 10, 2016
    Share
    FacebookFacebook
    TwitterTwitter
    Email
    Click to copy link
    Link copied
    Close
    Cite
    US Census Bureau, Department of Commerce (2016). TIGER/Line Shapefile, 2015, nation, U.S., Current Tribal Census Tract National Shapefile [Dataset]. https://data.wu.ac.at/odso/data_gov/OGY0YWQ5MDQtMGY1ZC00MzM4LTlmYmItNWQ0NDU3YmJiYmRl
    Explore at:
    wms, zip, pdf, html, xmlAvailable download formats
    Dataset updated
    Nov 10, 2016
    Dataset provided by
    United States Census Bureauhttp://census.gov/
    United States Department of Commercehttp://www.commerce.gov/
    License

    U.S. Government Workshttps://www.usa.gov/government-works
    License information was derived automatically

    Area covered
    United States, dadf176dada3837e9a1c671baa9ef7cc4395c965
    Description

    The TIGER/Line shapefiles and related database files (.dbf) are an extract of selected geographic and cartographic information from the U.S. Census Bureau's Master Address File / Topologically Integrated Geographic Encoding and Referencing (MAF/TIGER) Database (MTDB). The MTDB represents a seamless national file with no overlaps or gaps between parts, however, each TIGER/Line shapefile is designed to stand alone as an independent data set, or they can be combined to cover the entire nation.

          A tribal census tract is a relatively permanent statistical subdivision of a federally recognized American Indian reservation and/or off-reservation
          trust land, delineated by the American Indian tribal government and/or the Census Bureau for the purpose of presenting demographic data. For the 2010
          Census, tribal census tracts are defined independently of the standard county-based census tract delineation. For federally recognized American Indian
          Tribes with reservations and/or off-reservation trust lands with a population less than 2,400, a single tribal census tract is defined. Qualifying areas
          with a population greater than 2,400 could define additional tribal census tracts within their area. The tribal census tract codes for the 2010 Census
          are six characters long with a leading "T" alphabetic character followed by a five-digit numeric code, for example, T01000, which translates as tribal
          census tract 10. Tribal block groups nest within tribal census tracts. Since individual tabulation blocks are defined within the standard
          State-county-census tract geographic hierarchy, a tribal census tract can contain seemingly duplicate block numbers, thus tribal census tracts cannot be
          used to uniquely identify census tabulation blocks for the 2010 Census. 
    
          The boundaries of tribal census tracts are those delineated through the Tribal Statistical Areas Program (TSAP) for the 2010 Census.
    
  19. d

    Shapefile Zip File. Invalid URL provided in original metadata, see the @id...

    • datadiscoverystudio.org
    tgrshp (compressed)
    Updated 2016
    + more versions
    Share
    FacebookFacebook
    TwitterTwitter
    Email
    Click to copy link
    Link copied
    Close
    Cite
    (2016). Shapefile Zip File. Invalid URL provided in original metadata, see the @id string [Dataset]. http://datadiscoverystudio.org/geoportal/rest/metadata/item/229c594ee14740599e2e40751ea31f6d/html
    Explore at:
    tgrshp (compressed)Available download formats
    Dataset updated
    2016
    Area covered
    United States,
    Description

    The TIGER/Line shapefiles and related database files (.dbf) are an extract of selected geographic and cartographic information from the U.S. Census Bureau's Master Address File / Topologically Integrated Geographic Encoding and Referencing (MAF/TIGER) Database (MTDB). The MTDB represents a seamless national file with no overlaps or gaps between parts, however, each TIGER/Line shapefile is designed to stand alone as an independent data set, or they can be combined to cover the entire nation. A tribal census tract is a relatively permanent statistical subdivision of a federally recognized American Indian reservation and/or off-reservation trust land, delineated by the American Indian tribal government and/or the Census Bureau for the purpose of presenting demographic data. For the 2010 Census, tribal census tracts are defined independently of the standard county-based census tract delineation. For federally recognized American Indian Tribes with reservations and/or off-reservation trust lands with a population less than 2,400, a single tribal census tract is defined. Qualifying areas with a population greater than 2,400 could define additional tribal census tracts within their area. The tribal census tract codes for the 2010 Census are six characters long with a leading 'T 'alphabetic character followed by a five-digit numeric code, for example, T01000, which translates as tribal census tract 10. Tribal block groups nest within tribal census tracts. Since individual tabulation blocks are defined within the standard State-county-census tract geographic hierarchy, a tribal census tract can contain seemingly duplicate block numbers, thus tribal census tracts cannot be used to uniquely identify census tabulation blocks for the 2010 Census. The boundaries of tribal census tracts are those delineated through the Tribal Statistical Areas Program (TSAP) for the 2010 Census.

  20. g

    TIGER/Line Shapefile, 2018, nation, U.S., Current Tribal Census Tract...

    • gimi9.com
    Share
    FacebookFacebook
    TwitterTwitter
    Email
    Click to copy link
    Link copied
    Close
    Cite
    TIGER/Line Shapefile, 2018, nation, U.S., Current Tribal Census Tract National | gimi9.com [Dataset]. https://gimi9.com/dataset/data-gov_tiger-line-shapefile-2018-nation-u-s-current-tribal-census-tract-national/
    Explore at:
    License

    CC0 1.0 Universal Public Domain Dedicationhttps://creativecommons.org/publicdomain/zero/1.0/
    License information was derived automatically

    Area covered
    United States
    Description

    The TIGER/Line shapefiles and related database files (.dbf) are an extract of selected geographic and cartographic information from the U.S. Census Bureau's Master Address File / Topologically Integrated Geographic Encoding and Referencing (MAF/TIGER) Database (MTDB). The MTDB represents a seamless national file with no overlaps or gaps between parts, however, each TIGER/Line shapefile is designed to stand alone as an independent data set, or they can be combined to cover the entire nation. A tribal census tract is a relatively permanent statistical subdivision of a federally recognized American Indian reservation and/or off-reservation trust land, delineated by the American Indian tribal government and/or the Census Bureau for the purpose of presenting demographic data. For the 2010 Census, tribal census tracts are defined independently of the standard county-based census tract delineation. For federally recognized American Indian Tribes with reservations and/or off-reservation trust lands with a population less than 2,400, a single tribal census tract is defined. Qualifying areas with a population greater than 2,400 could define additional tribal census tracts within their area. The tribal census tract codes for the 2010 Census are six characters long with a leading "T" alphabetic character followed by a five-digit numeric code, for example, T01000, which translates as tribal census tract 10. Tribal block groups nest within tribal census tracts. Since individual tabulation blocks are defined within the standard State-county-census tract geographic hierarchy, a tribal census tract can contain seemingly duplicate block numbers, thus tribal census tracts cannot be used to uniquely identify census tabulation blocks for the 2010 Census. The boundaries of tribal census tracts are those delineated through the Tribal Statistical Areas Program (TSAP) for the 2010 Census.

Share
FacebookFacebook
TwitterTwitter
Email
Click to copy link
Link copied
Close
Cite
County of Los Angeles (2021). 2020 Census Block Groups [Dataset]. https://data.lacounty.gov/datasets/2020-census-block-groups

2020 Census Block Groups

Explore at:
24 scholarly articles cite this dataset (View in Google Scholar)
Dataset updated
Mar 22, 2021
Dataset authored and provided by
County of Los Angeles
Area covered
Description

A Block Group usually covers a contiguous area. Each census tract contains at least one BG, and BGs are uniquely numbered within the census tract. Within the standard census geography hierarchy, BGs never cross state, county, or census tract boundaries but may cross the boundaries of any other geographic entity. There are little more number of Census Block Groups within Los Angeles County in 2020 Census TIGER/Line Shapefiles, compared in 2010.BGs are generally define to contain between 600 to 3,000 people and 240 and 1,200 housing units. BGs are the smallest geographic unit for which the Census Bureau tabulates sample data. Created/Updated: Updated on September 2023, to merged Long Beach Breakwater land-based block group silver polygons into bigger block group 9903000 as per 2022 TIGER Line Shapefiles, and to update Santa Catalina Islands and San Clemente Islands block group boundary based on DPW City boundaries (except 5990002 tract in Avalon). Updated on Sep 2022 and Dec 2022, to align tract boundary along city boundaries.Created on March 2021.How This Data is Created? This geographic file was downloaded from Census Bureau website: https://www2.census.gov/geo/tiger/TIGER2020PL/STATE/06_CALIFORNIA/06037/ on February, 2021 and customized for LA County. Data Fields:1. BG20 (BLKGRPCE20): 7 digit census tracts and block group number, 2. CT20 (TRACTCE20): 6-digit census tract number, 3. Label (NAMELSAD20): Block group number label

Search
Clear search
Close search
Google apps
Main menu