Project Information
City of Austin
@usgov.city_of_austin_project_information_c2a98
City of Austin
@usgov.city_of_austin_project_information_c2a98
The Project Information dataset displays detailed project information such as location, type of work, and estimated cost for projects scheduled for letting within the designated two consecutive fiscal years.
Its contents are refreshed hourly with data from TxDOT’s transportation program management system, TXDOTCONNECT.
Project Information dataset includes data in current fiscal year plus 3 years forward.
Organization: City of Austin
Last updated: 2025-09-25T13:46:01.045798
Tags: bid, bidder, ccsj, city, contract-information, estimated-cost, fiscal-year, highway, letting, location, project-classification, project-description, project-estimate, txdotconnect, type-of-work
CREATE TABLE table_1 (
"a_b_estimate_amount" DOUBLE,
"bid_received_until_date_and_time" VARCHAR,
"bidder_pre_qualification_waiver_flag" BOOLEAN,
"city" VARCHAR,
"construction_manager" VARCHAR,
"construction_manager_email" VARCHAR,
"contract_limits_from" VARCHAR,
"contract_limits_to" VARCHAR,
"contract_number" DOUBLE,
"control_section" VARCHAR,
"control_section_job_csj" VARCHAR -- CONTROL SECTION JOB (CSJ),
"controlling_project_id_ccsj" VARCHAR -- CONTROLLING PROJECT ID (CCSJ),
"county" VARCHAR,
"dbe_goal_percent" DOUBLE,
"district_division" VARCHAR -- DISTRICT/ DIVISION,
"district_division_cstr_performance_end_date" VARCHAR,
"environmental_clear_to_let_date" VARCHAR,
"environmental_clearance_type" VARCHAR,
"federal_project_number" VARCHAR,
"highway" VARCHAR,
"latitude_line_begin" DOUBLE -- LATITUDE (LINE) BEGIN,
"latitude_line_end" DOUBLE -- LATITUDE (LINE) END,
"let_type_description" VARCHAR,
"letting_status_description" VARCHAR,
"local_agency_contact" VARCHAR,
"local_agency_email" VARCHAR,
"local_agency_name" VARCHAR,
"longitude_line_begin" DOUBLE -- LONGITUDE (LINE) BEGIN,
"longitude_line_end" DOUBLE -- LONGITUDE (LINE) END,
"maximum_number_of_working_days" DOUBLE,
"most_restrictive_proposed_class" VARCHAR,
"mpo_description" VARCHAR,
"oversight_description" VARCHAR,
"project_actual_let_date" VARCHAR,
"project_approved_let_date" VARCHAR,
"project_classification" VARCHAR,
"project_description" VARCHAR,
"project_estimate_low_bid" DOUBLE -- PROJECT ESTIMATE / LOW BID,
"project_estimated_let_date" VARCHAR,
"project_id" VARCHAR,
"project_limits_from" VARCHAR,
"project_limits_to" VARCHAR,
"project_name" VARCHAR,
"project_stage" VARCHAR,
"project_status" VARCHAR,
"project_sub_type_description" VARCHAR,
"project_type" VARCHAR,
"proposal_guarantee_amount" DOUBLE,
"proposed_main_line_type" VARCHAR,
"proposed_mainlane_length" DOUBLE,
"right_of_way_csj" VARCHAR,
"right_of_way_project_id" VARCHAR,
"sealed_engineer_s_estimate_total_contract" DOUBLE,
"sealed_engineer_s_estimate_project" DOUBLE,
"sequence_number" DOUBLE,
"short_description" VARCHAR,
"spec_book_year" DOUBLE,
"state_project_number" VARCHAR,
"tip_year" DOUBLE,
"type_of_work" VARCHAR,
"working_day_type_ccsj" VARCHAR -- WORKING DAY TYPE (CCSJ)
);
Anyone who has the link will be able to view this.