← All datasets

Free full dataset

USACE Waterway Lock Inventory — Free

The complete 234-row physical lock inventory is available free on Hugging Face.

Snapshot coverage

Records: 234 lock records; 56 fields

Coverage: 26 states and 60 waterways; age reference year 2024

Format: Complete public CSV; all 234 rows and 56 fields

Package uploaded: 2026-03-31

Listing reviewed: 2026-09-18

The upload and review dates do not extend the source coverage. This is a dated snapshot; future updates are not included.

Download the full inventory

The public file contains the entire inventory. No paid purchase is required.

Get all 234 rows free

New annual update subscriptions are unavailable. Existing customers can use their purchase download links or contact support.

Known limitations

  • This is a physical inventory, not traffic, throughput, delay or performance history.
  • age_years was calculated relative to 2024; it is not a current age field.
  • The public CSV already includes every row and all 56 fields. No paid dataset purchase is needed.

Files in the existing snapshot

Row counts are per table and should not be added as independent events. Expand a file to see its delivered Parquet field names and types.

usace_waterway_locks.parquet — 234 rows · 56 fields
FieldType
objectidint64
lock_idint64
ndc_codestring
region_codestring
river_codestring
lock_codestring
chamber_codestring
num_chambersint64
has_lpms_databool
nav_structure_namestring
chamber_namestring
chb1string
structure_typestring
lock_namestring
status_codestring
waterwaystring
river_miledouble
bank_sidestring
lift_ftint64
chamber_length_ftint64
chamber_usable_length_ftint64
chamber_width_ftint64
chamber_usable_width_ftint64
upper_approach_depth_ftint64
lower_approach_depth_ftint64
upper_miter_sill_depth_ftint64
lower_miter_sill_depth_ftint64
year_openedint64
gate_typestring
gatestring
channel_length_milesint64
channel_depth_upper_ftint64
channel_depth_lower_ftint64
channel_width_upper_ftint64
channel_width_lower_ftint64
waterway_projectstring
has_mooringbool
multi_structurestring
divisionstring
districtstring
statestring
maint1string
oper1string
owner1string
townstring
countystring
mooring_rstring
se_anno_cad_datastring
longitudedouble
latitudedouble
statusstring
regionstring
gate_type_labelstring
chamber_volume_indexint64
capacity_tierstring
age_yearsint64

Inspect the public CSV

import pandas as pd

df = pd.read_csv(
    "https://huggingface.co/datasets/claritystorm/usace-waterway-lock-performance/resolve/main/sample_1000.csv"
)
print(df.shape)
print(df.columns.tolist())
print(df.head())

This CSV contains the full inventory. License details are on the Hugging Face card.

Source: government source portal · Dataset changelog