Big Sur Trail Network for Gaia

Big Sur and the Ventana Wilderness have a trail condition problem that most navigation tools aren’t built for. The Santa Lucia Mountains sit at the intersection of California’s fire seasons and its most intense winter storm patterns. Fire sweeps through — the 2020 Dolan Fire burned over 124,000 acres across the Ventana Wilderness alone — and then the atmospheric rivers hit the burned slopes and bring debris flows, log crossings, and washouts. Routes that were open last season are frequently impassable the next. The trail network at any given time is a mix of maintained trails, overgrown social paths, official reroutes, and segments that have simply stopped existing.

I’ve been hiking in Big Sur for over a decade and have run into this problem repeatedly. On a trip through the Santa Lucia Wilderness, a trail marked as open on every map turned into an hour of miserable Greenbark Ceanothus bushwhacking before the route simply stopped. The Condor Trail, which traverses much of this range, is particularly susceptible — sections through the core Ventana are some of the most condition-dependent miles in California backpacking.

BigSurTrailMap.net

For over a decade, Jack Glendening has maintained BigSurTrailMap.net — the best running conditions database for the entire Big Sur trail network. It’s updated regularly after storms and fire events, color-codes every trail segment by current passability, and has become the de facto condition reference for anyone hiking seriously in the Ventana Wilderness.

The problem for Gaia GPS users is that the data exists as a KMZ file (a zipped Google Earth format) with its own color-coding scheme. You can open it in Google Earth or import it into Gaia, but the color information — which is the entire point — doesn’t survive the import intact. The tracks come in, but you lose the condition codes that tell you which ones are open and which are impassable.

Jack has also set up a tile server for campsites and streams, which is worth enabling separately. Setup instructions are on his site.

The Color-Coded GPX

I wrote a Python script that runs every Sunday on my server. It downloads the latest KMZ from BigSurTrailMap.net, parses the KML inside it to extract trail coordinates and condition codes, and converts those codes to Gaia GPS’s GPX color extension format. The result is a GPX file with around 520 track segments, each color-coded to match the current trail condition.

The color mapping in Gaia:

Color in GaiaCondition
🟢 GreenGood — open and passable
🟡 YellowUse caution — some issues, route requires attention
🟠 OrangeDifficult — significant route problems, passable with effort
🔴 RedImpassable — do not attempt
🟣 PurpleExcellent condition
⬛ BlackUnknown / abandoned / route lost

Download the GPX

The file below is updated every Sunday. If you’re planning a trip more than a week out, re-download it closer to your start date.

How to Import Into Gaia GPS

The import process works through the Gaia GPS website — you can’t do this from the mobile app directly.

  1. Download the GPX file above to your computer
  2. Go to gaiagps.com and log in
  3. Click Import in the left sidebar and select the downloaded GPX file
  4. Gaia will create a folder containing ~520 tracks, one per trail segment
  5. Open the Gaia GPS app on your phone — the tracks will sync automatically
  6. In the app, toggle the folder on or off as a layer from your track list

Set the track opacity to around 70% so the condition colors are visible over whatever base map you’re using. The color-coded trails overlay cleanly on both the USFS topo and satellite imagery.

Updating When Conditions Change

When trail conditions update significantly — after a major storm or fire event — re-download the GPX and replace the folder in Gaia:

  1. In the Gaia GPS app or website, find the existing Big Sur trail folder and delete it
  2. Download the new GPX from the link above
  3. Import it following the same steps as the initial setup

The Sunday update cadence means the file generally reflects conditions from within the past week. In rapidly changing conditions (active fire season, post-storm), check BigSurTrailMap.net directly for the most current information before relying on the GPX.

A Word of Caution

In February 2024, a bug in the color-coding logic marked “lost” trails with the wrong condition code. I used the file for a Big Sur trip and ended up doing several hours of unsafe bushwhacking in terrain that the GPX had indicated was passable. That bug has been fixed, but the point stands: this is a derived data source. The colors reflect what BigSurTrailMap.net reported at the time of the last Sunday update, processed through a script that could have errors.

Before any serious trip into the Ventana, check BigSurTrailMap.net directly and compare the current state of the site with what the GPX is showing you. If there’s a discrepancy, trust the source.

Contact me if you find errors or the GPX stops updating.