Wild & Scenic River Proximity Screener - Section 7 Flag avatar

Wild & Scenic River Proximity Screener - Section 7 Flag

Pricing

from $4.40 / 1,000 results

Go to Apify Store
Wild & Scenic River Proximity Screener - Section 7 Flag

Wild & Scenic River Proximity Screener - Section 7 Flag

Wild & Scenic River proximity API: per lat/lon site, nearest designated Wild & Scenic River corridor - name, classification (Wild/Scenic/Recreational), managing agency and distance - plus a WSR Act Section 7 free-flow flag. USFS open data. For hydro, dredge, NEPA and land due-diligence.

Pricing

from $4.40 / 1,000 results

Rating

0.0

(0)

Developer

Kyle Maloney

Kyle Maloney

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

3 days ago

Last modified

Share

Wild & Scenic River Proximity Screener — Section 7 Flag

Batch coordinate screener for proximity to designated National Wild & Scenic Rivers (WSR). Give it a list of sites (lat/lon) and it returns, for each site, the nearest designated Wild & Scenic River corridor — river name, segment classification (Wild / Scenic / Recreational), managing/administering agency, and the nearest-distance — plus a wsr_section7_flag that fires when a designated river lies within your search radius.

Under Section 7 of the Wild & Scenic Rivers Act, a federally assisted water-resources project — a dam, diversion, bank stabilization, FERC hydro license, bridge, or dredge-and-fill — that is on or directly affecting a designated river requires a free-flow determination. This actor is a fast first-pass screen for that exposure across a whole portfolio of sites.

Data is the multi-agency USFS Enterprise Data Warehouse National Wild & Scenic River Segments service (USFS / NPS / BLM / FWS, public domain). There are 200+ designated rivers across 39 states and Puerto Rico.

Who it's for

  • Hydropower / energy / water-resources developers — FERC licensing and dam/diversion siting where a WSR designation can bar or complicate a project.
  • Dredge-and-fill / marine / infrastructure contractors — Section 404 / Section 7 exposure screening.
  • NEPA & environmental consultants — batch pre-screen candidate sites for WSR conflicts before a full review.
  • Land, recreation, real-estate & conservation — flag parcels adjacent to a protected free-flowing river.
  • AI agents & data pipelines — a clean, chainable geospatial due-diligence tool.

Example input

{
"assets": [
{ "lat": 42.65, "lon": -123.58, "label": "Rogue River, OR", "radius": 5000 },
{ "lat": 39.7392, "lon": -104.9903, "label": "Denver, CO", "radius": 5000 }
],
"radiusMeters": 5000,
"maxResults": 500
}

Each asset is { lat, lon, label?, radius? } (radius in meters, optional per-asset override). "lat,lon" strings and [lat, lon] arrays are also accepted. One dataset row (one billed result) is produced per asset.

Verified sample run

A real 6-site run (2026-07-21, 5000 m radius) returned 6 rows and 0 errors:

AssetNearest riverClassAgencyDistanceSection 7 flag
Rogue River, ORRogue Wild and Scenic RiverWildUSFS + BLM0.2596 mitrue
Salmon River, IDSalmon Wild and Scenic RiverWildUSFS0.3321 mitrue
Rio Grande, NMRio Grande Wild and Scenic RiverWildUSFS + BLM0.5811 mitrue
Upper Delaware River, NY/PADelaware Wild and Scenic RiverScenicUpper Delaware Scenic and Recreational River, NPS0.3477 mitrue
Chattooga River, GA/SCChattooga Wild and Scenic RiverWildUSFS0.0981 mitrue
Denver, CO (control)no river within radiusfalse

The control point returned a clean, billed "no WSR conflict" row rather than an error. This exact run is published as the actor's example task, so you can open it and re-run it as-is.

Output fields

FieldDescription
asset_label, asset_lat, asset_lonThe screened site.
search_radius_metersRadius used for this asset.
nearest_river_name / nearest_river_shortnameNearest designated Wild & Scenic River within the radius.
nearest_segment_classificationWild / Scenic / Recreational classification of the nearest segment.
nearest_segment_agencyAdministering agency code of the nearest segment (BLM, USFS, NPS, FWS).
administering_agenciesManaging/administering agencies for the whole corridor.
nearest_distance_miles / nearest_distance_kmNearest-point-on-line distance to the corridor.
nearest_river_stateState of the nearest segment.
nearest_river_orvsOutstandingly Remarkable Values (fish, scenery, recreation, etc.).
nearest_segment_begin / nearest_segment_endReach endpoints of the nearest segment.
on_designated_riverTrue when the site sits essentially on the corridor.
rivers_within_radius, segments_within_radiusCounts within the radius.
classifications_within_radiusDistinct classifications present (Wild > Scenic > Recreational).
wsr_section7_flagTrue when a designated river is within the radius (Section 7 screening flag).
error, checked_at, source_urlDiagnostics + provenance.

Use as an MCP tool

This actor is callable by AI agents (Claude, Cursor, etc.) via mcp.apify.com. The field-level output descriptions make it a clean, chainable geospatial due-diligence tool: feed it candidate coordinates and it returns a structured Wild & Scenic River proximity + Section 7 verdict per site.

FAQ

Is this legal advice or a permit determination? No. wsr_section7_flag is an advisory proximity screen. A formal Section 7(a) free-flow determination is made by the administering agency.

How is distance measured? Nearest-point-on-line (point-to-segment) distance from your coordinate to the river corridor polyline, in miles and kilometers.

What counts as "within range"? Any designated Wild & Scenic River corridor within your radius (meters). Default 5000 m (~3.1 miles); up to ~50 miles.

Which rivers are covered? All congressionally / secretarially designated National Wild & Scenic Rivers in the USFS multi-agency dataset (USFS, NPS, BLM, FWS) — 200+ rivers across 39 states + Puerto Rico.

What if a site has no river nearby? You still get a billed row with wsr_section7_flag: false and null river fields — a clean "no WSR conflict" record.

This actor is part of a family of single-coordinate federal due-diligence screeners that all take the same assets[]{lat,lon,label} input shape, so you can run several over the same site list and join the results per site.

Pricing

Pay-per-result: one billed row per screened asset. Empty/no-conflict sites still return a row.

Source: USFS EDW National Wild & Scenic River Segments MapServer (layers 0 corridor + 1 segments). Public-domain federal data. This tool is informational and not a substitute for an agency determination.