Baltimore City Qualified Census Tracts
City of Baltimore
@usgov.city_of_baltimore_baltimore_city_qualified_census_tracts_ca738
City of Baltimore
@usgov.city_of_baltimore_baltimore_city_qualified_census_tracts_ca738
Qualified Census Tract geometries within Baltimore City Limits. Based on data from HUD published September 2024.
Change Log
2022-2-15:
- Added FY2022 data
- Metadata added
- Columns renamed to a standard format
- Agency names reformatted with Workday conventions
2024-8-27:
update the dataset and metadata to reflect the current data and description
Data Dictionary
| field_name | description | data_type | range_of_possible_values | example_values | searchable |
|---|---|---|---|---|---|
| Census Tract 2010 | The ID of the US census tract from 2010 Census results. Only Qualified Census tracts are included | Text | IDs of QCT's in Baltimore city range from 24510030100 to 24510280500, but not by regular intervals since only tracts designated QCT are listed. The values are not integers, they are numerical IDs. | 24510070200 | No |
| geometry | Multi-polygon shapes for each census tract | These are shape polygons, thus don't have a single value or expected range | No | ||
| Organization: City of Baltimore | |||||
| Last updated: 2024-06-08T09:09:57.224132 | |||||
| Tags: census, geographic, housing-development |
CREATE TABLE table_1 (
"objectid" BIGINT,
"census_tract" BIGINT,
"county" VARCHAR,
"qualifiedc" VARCHAR,
"globalid" VARCHAR,
"shape_area" DOUBLE -- Shape, Area,
"shape_length" DOUBLE -- Shape, Length
);Anyone who has the link will be able to view this.