Real Estate Across The United States (REXUS) Inventory (Building)
General Services Administration
@usgov.gsa_gov_real_estate_across_the_united_states_rexus_inv_13651e12
General Services Administration
@usgov.gsa_gov_real_estate_across_the_united_states_rexus_inv_13651e12
Real Estate Across the United States (REXUS) is the primary tool used by PBS to track and manage the government's real property assets and to store inventory data, building data, customer data, and lease information. STAR manages aspects of real property space management, including identification of all building space and daily management of 22,000 assignments for all property to its client Federal agencies. This data set contains PBS building inventory that consists of both owned and leased buildings with active and excess status.
Organization: General Services Administration
Last updated: 2025-09-03T23:53:51.731295
Tags: building, gsa, owned, property, real-estate, real-property
CREATE TABLE data_gov_bldg_rexus (
"location_code" VARCHAR,
"region_code" BIGINT,
"bldg_address1" VARCHAR,
"bldg_address2" VARCHAR,
"bldg_city" VARCHAR,
"bldg_county" VARCHAR,
"bldg_state" VARCHAR,
"bldg_zip" BIGINT,
"congressional_district" VARCHAR,
"bldg_status" VARCHAR,
"property_type" VARCHAR,
"bldg_ansi_usable" BIGINT,
"total_parking_spaces" BIGINT,
"owned_leased" VARCHAR,
"construction_date" TIMESTAMP,
"historical_type" VARCHAR,
"historical_status" VARCHAR,
"aba_accessibility_flag" VARCHAR
);Anyone who has the link will be able to view this.