Initial commit: 276 AVA boundaries as KML + GeoJSON

This commit is contained in:
2026-02-15 11:19:18 -06:00
commit 2a51bad93b
554 changed files with 27135 additions and 0 deletions

View File

@ -0,0 +1,8 @@
{
"type": "FeatureCollection",
"name": "guenoc_valley",
"crs": { "type": "name", "properties": { "name": "urn:ogc:def:crs:OGC:1.3:CRS84" } },
"features": [
{ "type": "Feature", "properties": { "ava_id": "guenoc_valley", "name": "Guenoc Valley", "aka": null, "created": "1981-12-21", "removed": null, "county": "Lake", "state": "CA", "within": "North Coast", "contains": null, "petitioner": null, "cfr_author": "Roger Bowling", "cfr_index": "9.26", "cfr_revision_history": "[T.D. ATF-95, 46 FR 56786, Nov. 19, 1981]", "approved_maps": "(1) “Middletown Quadrangle, California-Lake Co.,” 7.5 minute series; (2) “Jericho Valley Quadrangle, California,” 7.5 minute series; (3) “Detert Reservoir Quadrangle, California,” 7.5 minute series; and (4) “Aetna Springs Quadrangle, California,” 7.5 minute series.", "boundary_description": "The Guenoc Valley viticultural area is located within Lake County, California. The beginning point of the boundary is Station 20 of Denton's Survey of Guenoc Rancho, presently marked by a 112 inch galvanized pipe located atop Jim Davis Peak. On the approved maps, Jim Davis Peak is the unnamed peak (elevation 1,455 feet) located on the western boundary of Section 35, Township 11 North, Range 6 West. From this beginning point the boundary runs:\n\n(1) South 07°4934″ East, 9,822.57 feet to the USGS triangulation station “Guenoc;”\n\n(2) Then, South 29°1431″ West, 10,325.08 feet;\n\n(3) Then, South 00°00 West, 2,100.00 feet;\n\n(4) Then, North 90°00 West, 4,150.00 feet;\n\n(5) Then, North 24°2311″ West, 16,469.36 feet;\n\n(6) Then, North 75°4720″ East, 7,943.08 feet; and\n\n(7) Then, North 60°4700″ East, 7,970.24 feet to the beginning point.", "used_maps": "none; digitized using GuenocValley.R file", "valid_start": null, "valid_end": null, "lcsh": null, "sameas": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.49, 38.766 ], [ -122.497334814996663, 38.771755326365216 ], [ -122.521732529057729, 38.761076208017045 ], [ -122.548734589605061, 38.755725339561472 ], [ -122.52489024727879, 38.714542621287478 ], [ -122.51034649001754, 38.714543525792436 ], [ -122.502986998321617, 38.714543757400321 ], [ -122.48531108473756, 38.739281663920977 ], [ -122.49, 38.766 ] ] ] } }
]
}