Bachechi Open Space trails and features

An inventory of features and trails throughout the Bernalillo County Bachechi Open Space (located near the Rio Grande in northwest Albuquerque) for use by the open space manager.

Project highlights

  • Developed data model for the feature service in ArcGIS Online.
  • Collected data via Field Maps using an Eos Arrow Gold+ GNSS survey-grade receiver.
  • Used ArcGIS Pro to perform analysis and produce 48×36 cartographic map from data in the feature service.
  • Wrote an Arcade expression to customize the label classes for the trail lines and areas.

Map layout

Scripting

Wrote Arcade label class expressions for the trail lines and phase areas.

Trails

"Trail " + $feature.Trail + TextFormatting.NewLine + TEXT($feature.TrailLength, '#,###') + " ft"

Areas

"<FNT size = '24'>" + $feature.PhaseNum + "</FNT>" + TextFormatting.NewLine + TEXT(round(number($feature.GeodesicArea), 0), '###,###') + " sq ft" + TextFormatting.NewLine + TEXT($feature.Acres, '#,###.00') + " acres"