Initial commit: 276 AVA boundaries as KML + GeoJSON
This commit is contained in:
64
output/kml/alisos_canyon.kml
Normal file
64
output/kml/alisos_canyon.kml
Normal file
@ -0,0 +1,64 @@
|
||||
<?xml version="1.0" encoding="utf-8" ?>
|
||||
<kml xmlns="http://www.opengis.net/kml/2.2">
|
||||
<Document id="root_doc">
|
||||
<Schema name="alisos_canyon" id="alisos_canyon">
|
||||
<SimpleField name="ava_id" type="string"></SimpleField>
|
||||
<SimpleField name="aka" type="string"></SimpleField>
|
||||
<SimpleField name="created" type="string"></SimpleField>
|
||||
<SimpleField name="removed" type="string"></SimpleField>
|
||||
<SimpleField name="county" type="string"></SimpleField>
|
||||
<SimpleField name="state" type="string"></SimpleField>
|
||||
<SimpleField name="within" type="string"></SimpleField>
|
||||
<SimpleField name="contains" type="string"></SimpleField>
|
||||
<SimpleField name="petitioner" type="string"></SimpleField>
|
||||
<SimpleField name="cfr_author" type="string"></SimpleField>
|
||||
<SimpleField name="cfr_index" type="string"></SimpleField>
|
||||
<SimpleField name="cfr_revision_history" type="string"></SimpleField>
|
||||
<SimpleField name="approved_maps" type="string"></SimpleField>
|
||||
<SimpleField name="boundary_description" type="string"></SimpleField>
|
||||
<SimpleField name="used_maps" type="string"></SimpleField>
|
||||
<SimpleField name="valid_start" type="string"></SimpleField>
|
||||
<SimpleField name="valid_end" type="string"></SimpleField>
|
||||
<SimpleField name="lcsh" type="string"></SimpleField>
|
||||
<SimpleField name="sameas" type="string"></SimpleField>
|
||||
</Schema>
|
||||
<Folder><name>alisos_canyon</name>
|
||||
<Placemark>
|
||||
<name>Alisos Canyon</name>
|
||||
<Style><LineStyle><color>ff0000ff</color></LineStyle><PolyStyle><fill>0</fill></PolyStyle></Style>
|
||||
<ExtendedData><SchemaData schemaUrl="#alisos_canyon">
|
||||
<SimpleData name="ava_id">alisos_canyon</SimpleData>
|
||||
<SimpleData name="created">2020/07/28</SimpleData>
|
||||
<SimpleData name="county">Santa Barbara</SimpleData>
|
||||
<SimpleData name="state">CA</SimpleData>
|
||||
<SimpleData name="within">Central Coast</SimpleData>
|
||||
<SimpleData name="petitioner">Wesley D. Hagen</SimpleData>
|
||||
<SimpleData name="cfr_author">Mary G. Ryan</SimpleData>
|
||||
<SimpleData name="cfr_index">9.270</SimpleData>
|
||||
<SimpleData name="cfr_revision_history">[T.D. TTB 1611, 85 FR 52273, Aug. 25, 2020]</SimpleData>
|
||||
<SimpleData name="approved_maps">(1) Foxen Canyon, CA, 1995; and
|
||||
|
||||
(2) Zaca Creek, Calif., 1959.</SimpleData>
|
||||
<SimpleData name="boundary_description">Boundary. The Alisos Canyon viticultural area is located in Santa Barbara County, California. The boundary of the Alisos Canyon viticultural area is as described below:
|
||||
|
||||
(1) The beginning point is on the Foxen Canyon map at an unnamed hilltop with a marked elevation of 1,137 feet, located west of the Cañada de los Coches in the La Laguna Grant. From the beginning point, proceed east in a straight line for 3.71 miles to the intersection of two unnamed, unimproved roads north of Rancho San Juan; then
|
||||
|
||||
(2) Proceed east-southeast in a straight line for approximately 1.2 miles to an unnamed hilltop with a marked elevation of 1,424 feet in the La Laguna Grant; then
|
||||
|
||||
(3) Proceed southwest in a straight line for approximately 1.7 miles, crossing onto the Zaca Creek map, to a point designated “Oil,” adjacent to the north fork of San Antonio Creek and the intersection of three unnamed light-duty roads in the Cañada del Comasa, La Laguna Grant; then
|
||||
|
||||
(4) Proceed west-southwest in a straight line for approximately 1.56 miles to the intersection of the north fork of San Antonio Creek and the 800-foot elevation contour in the Cañada del Comasa, La Laguna Grant; then
|
||||
|
||||
(5) Proceed west in a straight line 1.95 miles to an unnamed rectangular structure northeast of the terminus of an unnamed, unimproved road north of U.S. Highway 101 and BM 684 in the La Laguna Grant; then
|
||||
|
||||
(6) Proceed northwesterly in a straight line 0.32 mile to the intersection of Alisos Canyon Road and an unnamed, unimproved road east of the Cañada de los Coches in the La Laguna Grant; then
|
||||
|
||||
(7) Proceed north-northwest in a straight line for 1.68 miles, crossing onto the Foxen Canyon map, to an unnamed hilltop with a marked elevation of 997 feet in the La Laguna Grant; then
|
||||
|
||||
(8) Proceed northeast in a straight line for 0.5 mile to return to the beginning point.</SimpleData>
|
||||
<SimpleData name="used_maps">(1) "Foxen Canyon, CA" 1995, Scale 1:24000; and (2) "Zaca Creek, CA" 1959, Scale 1:24000.</SimpleData>
|
||||
</SchemaData></ExtendedData>
|
||||
<Polygon><outerBoundaryIs><LinearRing><coordinates>-120.238482783566,34.7668651288099 -120.244012709184,34.7613247222144 -120.232531200114,34.7387341819335 -120.231599176254,34.7339614201077 -120.197120004174,34.7348062336019 -120.17092884459,34.7405514223971 -120.153580406125,34.7608683965255 -120.173262071698,34.7671553712975 -120.238482783566,34.7668651288099</coordinates></LinearRing></outerBoundaryIs></Polygon>
|
||||
</Placemark>
|
||||
</Folder>
|
||||
</Document></kml>
|
||||
Reference in New Issue
Block a user