Skip to content

Instantly share code, notes, and snippets.

@ceteri
Created September 6, 2012 22:28
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ceteri/3660888 to your computer and use it in GitHub Desktop.
Save ceteri/3660888 to your computer and use it in GitHub Desktop.
CMU Workshop on Cascading plus City of Palo Alto Open Data
bash-3.2$ java -version
java version "1.6.0_33"
Java(TM) SE Runtime Environment (build 1.6.0_33-b03-424-11M3720)
Java HotSpot(TM) 64-Bit Server VM (build 20.8-b03-424, mixed mode)
bash-3.2$ hadoop -version
Warning: $HADOOP_HOME is deprecated.
java version "1.6.0_33"
Java(TM) SE Runtime Environment (build 1.6.0_33-b03-424-11M3720)
Java HotSpot(TM) 64-Bit Server VM (build 20.8-b03-424, mixed mode)
bash-3.2$ gradle -version
------------------------------------------------------------
Gradle 1.0
------------------------------------------------------------
Gradle build time: Tuesday, June 12, 2012 12:56:21 AM UTC
Groovy: 1.8.6
Ant: Apache Ant(TM) version 1.8.2 compiled on December 20 2010
Ivy: 2.2.0
JVM: 1.6.0_33 (Apple Inc. 20.8-b03-424)
OS: Mac OS X 10.7.4 x86_64
bash-3.2$ gradle clean jar:clean
:compileJava
:processResources UP-TO-DATE
:classes
:jar
BUILD SUCCESSFUL
Total time: 4.119 secs
bash-3.2$ hadoop jar ./build/libs/copa.jar data/copa.csv data/meta_tree.tsv data/meta_road.tsv data/gps.csv output/trap output/tsv output/tree output/road output/park output/shade output/reco
Warning: $HADOOP_HOME is deprecated.
12/09/07 00:15:55 INFO util.HadoopUtil: resolving application jar from found main method on: copa.Main
12/09/07 00:15:55 INFO planner.HadoopPlanner: using application jar: /Users/ceteri/src/concur/CoPA/./build/libs/copa.jar
12/09/07 00:15:55 INFO property.AppProps: using app.id: 1CB4263C7DD96B888C1F9B186456D3E3
2012-09-07 00:15:55.563 java[90320:1903] Unable to load realm info from SCDynamicStore
12/09/07 00:15:55 WARN util.NativeCodeLoader: Unable to load native-hadoop library for your platform... using builtin-java classes where applicable
12/09/07 00:15:55 WARN snappy.LoadSnappy: Snappy native library not loaded
12/09/07 00:15:55 INFO mapred.FileInputFormat: Total input paths to process : 1
12/09/07 00:15:55 INFO mapred.FileInputFormat: Total input paths to process : 1
12/09/07 00:15:55 INFO mapred.FileInputFormat: Total input paths to process : 1
12/09/07 00:15:55 INFO planner.FlowPlanner: found checkpoint: tsv, using tap: Hfs["TextDelimited[[UNKNOWN]->[ALL]]"]["output/tsv"]"]
12/09/07 00:15:55 INFO planner.FlowPlanner: found checkpoint: shade, using tap: Hfs["TextDelimited[[UNKNOWN]->[ALL]]"]["output/shade"]"]
12/09/07 00:15:56 INFO util.Version: Concurrent, Inc - Cascading 2.0.1
12/09/07 00:15:56 INFO flow.Flow: [copa] starting
12/09/07 00:15:56 INFO flow.Flow: [copa] source: Hfs["TextDelimited[['species', 'wikipedia', 'calflora', 'min_height', 'max_height']->[ALL]]"]["data/meta_tree.tsv"]"]
12/09/07 00:15:56 INFO flow.Flow: [copa] source: Hfs["TextDelimited[['date', 'uuid', 'lat', 'lng', 'alt', 'speed', 'heading', 'elapsed', 'distance']->[ALL]]"]["data/gps.csv"]"]
12/09/07 00:15:56 INFO flow.Flow: [copa] source: Hfs["TextDelimited[['pavement_type', 'albedo_new', 'albedo_worn']->[ALL]]"]["data/meta_road.tsv"]"]
12/09/07 00:15:56 INFO flow.Flow: [copa] source: Hfs["TextLine[['line']->[ALL]]"]["data/copa.csv"]"]
12/09/07 00:15:56 INFO flow.Flow: [copa] sink: Hfs["TextDelimited[[UNKNOWN]->['blurb', 'misc', 'geo', 'kind']]"]["output/park"]"]
12/09/07 00:15:56 INFO flow.Flow: [copa] sink: Hfs["TextDelimited[[UNKNOWN]->['road_name', 'year_construct', 'traffic_count', 'traffic_index', 'traffic_class', 'paving_length', 'paving_width', 'paving_area', 'surface_type', 'bike_lane', 'bus_route', 'truck_route', 'albedo', 'lat0', 'lng0', 'alt0', 'lat1', 'lng1', 'alt1', 'lat_mid', 'lng_mid', 'slope', 'intercept', 'road_geohash']]"]["output/road"]"]
12/09/07 00:15:56 INFO flow.Flow: [copa] sink: Hfs["TextDelimited[[UNKNOWN]->['tree_name', 'priv', 'tree_id', 'situs', 'tree_site', 'species', 'wikipedia', 'calflora', 'min_height', 'max_height', 'tree_lat', 'tree_lng', 'tree_alt', 'tree_geohash']]"]["output/tree"]"]
12/09/07 00:15:56 INFO flow.Flow: [copa] sink: Hfs["TextDelimited[[UNKNOWN]->['date', 'uuid', 'lat', 'lng', 'alt', 'speed', 'heading', 'elapsed', 'distance', 'gps_geohash', 'road_name', 'year_construct', 'traffic_count', 'traffic_index', 'traffic_class', 'paving_length', 'paving_width', 'paving_area', 'surface_type', 'bike_lane', 'bus_route', 'truck_route', 'albedo', 'lat0', 'lng0', 'alt0', 'lat1', 'lng1', 'alt1', 'slope', 'intercept', 'tree_name', 'priv', 'tree_id', 'situs', 'tree_site', 'species', 'wikipedia', 'calflora', 'min_height', 'max_height', 'tree_lat', 'tree_lng', 'tree_alt', 'tree_dist', 'tree_geohash']]"]["output/reco"]"]
12/09/07 00:15:56 INFO flow.Flow: [copa] parallel execution is enabled: false
12/09/07 00:15:56 INFO flow.Flow: [copa] starting jobs: 6
12/09/07 00:15:56 INFO flow.Flow: [copa] allocating threads: 1
12/09/07 00:15:56 INFO flow.FlowStep: [copa] starting step: (2/6) output/tsv
12/09/07 00:15:56 INFO mapred.FileInputFormat: Total input paths to process : 1
12/09/07 00:15:56 INFO flow.FlowStep: [copa] submitted hadoop job: job_local_0001
12/09/07 00:15:56 INFO mapred.Task: Using ResourceCalculatorPlugin : null
12/09/07 00:15:56 INFO io.MultiInputSplit: current split input path: file:/Users/ceteri/src/concur/CoPA/data/copa.csv
12/09/07 00:15:56 INFO mapred.MapTask: numReduceTasks: 0
12/09/07 00:15:56 INFO hadoop.FlowMapper: sourcing from: Hfs["TextLine[['line']->[ALL]]"]["data/copa.csv"]"]
12/09/07 00:15:56 INFO hadoop.FlowMapper: sinking to: Hfs["TextDelimited[['blurb', 'misc', 'geo', 'kind']]"]["output/tsv"]"]
12/09/07 00:15:56 INFO hadoop.FlowMapper: trapping to: Hfs["TextDelimited[[UNKNOWN]->[ALL]]"]["output/trap"]"]
12/09/07 00:15:56 INFO util.Hadoop18TapUtil: setting up task: 'attempt_local_0001_m_000000_0' - file:/Users/ceteri/src/concur/CoPA/output/trap/_temporary/_attempt_local_0001_m_000000_0
12/09/07 00:15:56 WARN stream.TrapHandler: exception trap on branch: 'gis', for fields: [{1}:'line'] tuple: ['Geographic_Information,,,']
cascading.operation.OperationException: could not match pattern: [^"(.*)","(.*)","(.*)","(.*)"$] with value: [Geographic_Information,,,]
at cascading.operation.regex.RegexParser.operate(RegexParser.java:142)
at cascading.flow.stream.FunctionEachStage.receive(FunctionEachStage.java:86)
at cascading.flow.stream.FunctionEachStage.receive(FunctionEachStage.java:38)
at cascading.flow.stream.SourceStage.map(SourceStage.java:102)
at cascading.flow.stream.SourceStage.run(SourceStage.java:58)
at cascading.flow.hadoop.FlowMapper.run(FlowMapper.java:124)
at org.apache.hadoop.mapred.MapTask.runOldMapper(MapTask.java:436)
at org.apache.hadoop.mapred.MapTask.run(MapTask.java:372)
at org.apache.hadoop.mapred.LocalJobRunner$Job.run(LocalJobRunner.java:212)
12/09/07 00:15:56 WARN stream.TrapHandler: exception trap on branch: 'gis', for fields: [{1}:'line'] tuple: ['']
cascading.operation.OperationException: could not match pattern: [^"(.*)","(.*)","(.*)","(.*)"$] with value: []
at cascading.operation.regex.RegexParser.operate(RegexParser.java:142)
at cascading.flow.stream.FunctionEachStage.receive(FunctionEachStage.java:86)
at cascading.flow.stream.FunctionEachStage.receive(FunctionEachStage.java:38)
at cascading.flow.stream.SourceStage.map(SourceStage.java:102)
at cascading.flow.stream.SourceStage.run(SourceStage.java:58)
at cascading.flow.hadoop.FlowMapper.run(FlowMapper.java:124)
at org.apache.hadoop.mapred.MapTask.runOldMapper(MapTask.java:436)
at org.apache.hadoop.mapred.MapTask.run(MapTask.java:372)
at org.apache.hadoop.mapred.LocalJobRunner$Job.run(LocalJobRunner.java:212)
12/09/07 00:15:56 WARN stream.TrapHandler: exception trap on branch: 'gis', for fields: [{1}:'line'] tuple: ['']
cascading.operation.OperationException: could not match pattern: [^"(.*)","(.*)","(.*)","(.*)"$] with value: []
at cascading.operation.regex.RegexParser.operate(RegexParser.java:142)
at cascading.flow.stream.FunctionEachStage.receive(FunctionEachStage.java:86)
at cascading.flow.stream.FunctionEachStage.receive(FunctionEachStage.java:38)
at cascading.flow.stream.SourceStage.map(SourceStage.java:102)
at cascading.flow.stream.SourceStage.run(SourceStage.java:58)
at cascading.flow.hadoop.FlowMapper.run(FlowMapper.java:124)
at org.apache.hadoop.mapred.MapTask.runOldMapper(MapTask.java:436)
at org.apache.hadoop.mapred.MapTask.run(MapTask.java:372)
at org.apache.hadoop.mapred.LocalJobRunner$Job.run(LocalJobRunner.java:212)
12/09/07 00:15:56 WARN stream.TrapHandler: exception trap on branch: 'gis', for fields: [{1}:'line'] tuple: ['']
cascading.operation.OperationException: could not match pattern: [^"(.*)","(.*)","(.*)","(.*)"$] with value: []
at cascading.operation.regex.RegexParser.operate(RegexParser.java:142)
at cascading.flow.stream.FunctionEachStage.receive(FunctionEachStage.java:86)
at cascading.flow.stream.FunctionEachStage.receive(FunctionEachStage.java:38)
at cascading.flow.stream.SourceStage.map(SourceStage.java:102)
at cascading.flow.stream.SourceStage.run(SourceStage.java:58)
at cascading.flow.hadoop.FlowMapper.run(FlowMapper.java:124)
at org.apache.hadoop.mapred.MapTask.runOldMapper(MapTask.java:436)
at org.apache.hadoop.mapred.MapTask.run(MapTask.java:372)
at org.apache.hadoop.mapred.LocalJobRunner$Job.run(LocalJobRunner.java:212)
12/09/07 00:15:56 WARN stream.TrapHandler: exception trap on branch: 'gis', for fields: [{1}:'line'] tuple: ['']
cascading.operation.OperationException: could not match pattern: [^"(.*)","(.*)","(.*)","(.*)"$] with value: []
at cascading.operation.regex.RegexParser.operate(RegexParser.java:142)
at cascading.flow.stream.FunctionEachStage.receive(FunctionEachStage.java:86)
at cascading.flow.stream.FunctionEachStage.receive(FunctionEachStage.java:38)
at cascading.flow.stream.SourceStage.map(SourceStage.java:102)
at cascading.flow.stream.SourceStage.run(SourceStage.java:58)
at cascading.flow.hadoop.FlowMapper.run(FlowMapper.java:124)
at org.apache.hadoop.mapred.MapTask.runOldMapper(MapTask.java:436)
at org.apache.hadoop.mapred.MapTask.run(MapTask.java:372)
at org.apache.hadoop.mapred.LocalJobRunner$Job.run(LocalJobRunner.java:212)
12/09/07 00:15:56 WARN stream.TrapHandler: exception trap on branch: 'gis', for fields: [{1}:'line'] tuple: ['']
cascading.operation.OperationException: could not match pattern: [^"(.*)","(.*)","(.*)","(.*)"$] with value: []
at cascading.operation.regex.RegexParser.operate(RegexParser.java:142)
at cascading.flow.stream.FunctionEachStage.receive(FunctionEachStage.java:86)
at cascading.flow.stream.FunctionEachStage.receive(FunctionEachStage.java:38)
at cascading.flow.stream.SourceStage.map(SourceStage.java:102)
at cascading.flow.stream.SourceStage.run(SourceStage.java:58)
at cascading.flow.hadoop.FlowMapper.run(FlowMapper.java:124)
at org.apache.hadoop.mapred.MapTask.runOldMapper(MapTask.java:436)
at org.apache.hadoop.mapred.MapTask.run(MapTask.java:372)
at org.apache.hadoop.mapred.LocalJobRunner$Job.run(LocalJobRunner.java:212)
12/09/07 00:15:56 WARN stream.TrapHandler: exception trap on branch: 'gis', for fields: [{1}:'line'] tuple: ['']
cascading.operation.OperationException: could not match pattern: [^"(.*)","(.*)","(.*)","(.*)"$] with value: []
at cascading.operation.regex.RegexParser.operate(RegexParser.java:142)
at cascading.flow.stream.FunctionEachStage.receive(FunctionEachStage.java:86)
at cascading.flow.stream.FunctionEachStage.receive(FunctionEachStage.java:38)
at cascading.flow.stream.SourceStage.map(SourceStage.java:102)
at cascading.flow.stream.SourceStage.run(SourceStage.java:58)
at cascading.flow.hadoop.FlowMapper.run(FlowMapper.java:124)
at org.apache.hadoop.mapred.MapTask.runOldMapper(MapTask.java:436)
at org.apache.hadoop.mapred.MapTask.run(MapTask.java:372)
at org.apache.hadoop.mapred.LocalJobRunner$Job.run(LocalJobRunner.java:212)
12/09/07 00:15:56 WARN stream.TrapHandler: exception trap on branch: 'gis', for fields: [{1}:'line'] tuple: ['']
cascading.operation.OperationException: could not match pattern: [^"(.*)","(.*)","(.*)","(.*)"$] with value: []
at cascading.operation.regex.RegexParser.operate(RegexParser.java:142)
at cascading.flow.stream.FunctionEachStage.receive(FunctionEachStage.java:86)
at cascading.flow.stream.FunctionEachStage.receive(FunctionEachStage.java:38)
at cascading.flow.stream.SourceStage.map(SourceStage.java:102)
at cascading.flow.stream.SourceStage.run(SourceStage.java:58)
at cascading.flow.hadoop.FlowMapper.run(FlowMapper.java:124)
at org.apache.hadoop.mapred.MapTask.runOldMapper(MapTask.java:436)
at org.apache.hadoop.mapred.MapTask.run(MapTask.java:372)
at org.apache.hadoop.mapred.LocalJobRunner$Job.run(LocalJobRunner.java:212)
12/09/07 00:15:56 WARN stream.TrapHandler: exception trap on branch: 'gis', for fields: [{1}:'line'] tuple: ['']
cascading.operation.OperationException: could not match pattern: [^"(.*)","(.*)","(.*)","(.*)"$] with value: []
at cascading.operation.regex.RegexParser.operate(RegexParser.java:142)
at cascading.flow.stream.FunctionEachStage.receive(FunctionEachStage.java:86)
at cascading.flow.stream.FunctionEachStage.receive(FunctionEachStage.java:38)
at cascading.flow.stream.SourceStage.map(SourceStage.java:102)
at cascading.flow.stream.SourceStage.run(SourceStage.java:58)
at cascading.flow.hadoop.FlowMapper.run(FlowMapper.java:124)
at org.apache.hadoop.mapred.MapTask.runOldMapper(MapTask.java:436)
at org.apache.hadoop.mapred.MapTask.run(MapTask.java:372)
at org.apache.hadoop.mapred.LocalJobRunner$Job.run(LocalJobRunner.java:212)
12/09/07 00:15:56 WARN stream.TrapHandler: exception trap on branch: 'gis', for fields: [{1}:'line'] tuple: ['']
cascading.operation.OperationException: could not match pattern: [^"(.*)","(.*)","(.*)","(.*)"$] with value: []
at cascading.operation.regex.RegexParser.operate(RegexParser.java:142)
at cascading.flow.stream.FunctionEachStage.receive(FunctionEachStage.java:86)
at cascading.flow.stream.FunctionEachStage.receive(FunctionEachStage.java:38)
at cascading.flow.stream.SourceStage.map(SourceStage.java:102)
at cascading.flow.stream.SourceStage.run(SourceStage.java:58)
at cascading.flow.hadoop.FlowMapper.run(FlowMapper.java:124)
at org.apache.hadoop.mapred.MapTask.runOldMapper(MapTask.java:436)
at org.apache.hadoop.mapred.MapTask.run(MapTask.java:372)
at org.apache.hadoop.mapred.LocalJobRunner$Job.run(LocalJobRunner.java:212)
12/09/07 00:15:56 WARN stream.TrapHandler: exception trap on branch: 'gis', for fields: [{1}:'line'] tuple: ['']
cascading.operation.OperationException: could not match pattern: [^"(.*)","(.*)","(.*)","(.*)"$] with value: []
at cascading.operation.regex.RegexParser.operate(RegexParser.java:142)
at cascading.flow.stream.FunctionEachStage.receive(FunctionEachStage.java:86)
at cascading.flow.stream.FunctionEachStage.receive(FunctionEachStage.java:38)
at cascading.flow.stream.SourceStage.map(SourceStage.java:102)
at cascading.flow.stream.SourceStage.run(SourceStage.java:58)
at cascading.flow.hadoop.FlowMapper.run(FlowMapper.java:124)
at org.apache.hadoop.mapred.MapTask.runOldMapper(MapTask.java:436)
at org.apache.hadoop.mapred.MapTask.run(MapTask.java:372)
at org.apache.hadoop.mapred.LocalJobRunner$Job.run(LocalJobRunner.java:212)
12/09/07 00:15:56 WARN stream.TrapHandler: exception trap on branch: 'gis', for fields: [{1}:'line'] tuple: ['']
cascading.operation.OperationException: could not match pattern: [^"(.*)","(.*)","(.*)","(.*)"$] with value: []
at cascading.operation.regex.RegexParser.operate(RegexParser.java:142)
at cascading.flow.stream.FunctionEachStage.receive(FunctionEachStage.java:86)
at cascading.flow.stream.FunctionEachStage.receive(FunctionEachStage.java:38)
at cascading.flow.stream.SourceStage.map(SourceStage.java:102)
at cascading.flow.stream.SourceStage.run(SourceStage.java:58)
at cascading.flow.hadoop.FlowMapper.run(FlowMapper.java:124)
at org.apache.hadoop.mapred.MapTask.runOldMapper(MapTask.java:436)
at org.apache.hadoop.mapred.MapTask.run(MapTask.java:372)
at org.apache.hadoop.mapred.LocalJobRunner$Job.run(LocalJobRunner.java:212)
12/09/07 00:15:56 WARN stream.TrapHandler: exception trap on branch: 'gis', for fields: [{1}:'line'] tuple: ['']
cascading.operation.OperationException: could not match pattern: [^"(.*)","(.*)","(.*)","(.*)"$] with value: []
at cascading.operation.regex.RegexParser.operate(RegexParser.java:142)
at cascading.flow.stream.FunctionEachStage.receive(FunctionEachStage.java:86)
at cascading.flow.stream.FunctionEachStage.receive(FunctionEachStage.java:38)
at cascading.flow.stream.SourceStage.map(SourceStage.java:102)
at cascading.flow.stream.SourceStage.run(SourceStage.java:58)
at cascading.flow.hadoop.FlowMapper.run(FlowMapper.java:124)
at org.apache.hadoop.mapred.MapTask.runOldMapper(MapTask.java:436)
at org.apache.hadoop.mapred.MapTask.run(MapTask.java:372)
at org.apache.hadoop.mapred.LocalJobRunner$Job.run(LocalJobRunner.java:212)
12/09/07 00:15:56 WARN stream.TrapHandler: exception trap on branch: 'gis', for fields: [{1}:'line'] tuple: ['']
cascading.operation.OperationException: could not match pattern: [^"(.*)","(.*)","(.*)","(.*)"$] with value: []
at cascading.operation.regex.RegexParser.operate(RegexParser.java:142)
at cascading.flow.stream.FunctionEachStage.receive(FunctionEachStage.java:86)
at cascading.flow.stream.FunctionEachStage.receive(FunctionEachStage.java:38)
at cascading.flow.stream.SourceStage.map(SourceStage.java:102)
at cascading.flow.stream.SourceStage.run(SourceStage.java:58)
at cascading.flow.hadoop.FlowMapper.run(FlowMapper.java:124)
at org.apache.hadoop.mapred.MapTask.runOldMapper(MapTask.java:436)
at org.apache.hadoop.mapred.MapTask.run(MapTask.java:372)
at org.apache.hadoop.mapred.LocalJobRunner$Job.run(LocalJobRunner.java:212)
12/09/07 00:15:56 WARN stream.TrapHandler: exception trap on branch: 'gis', for fields: [{1}:'line'] tuple: ['']
cascading.operation.OperationException: could not match pattern: [^"(.*)","(.*)","(.*)","(.*)"$] with value: []
at cascading.operation.regex.RegexParser.operate(RegexParser.java:142)
at cascading.flow.stream.FunctionEachStage.receive(FunctionEachStage.java:86)
at cascading.flow.stream.FunctionEachStage.receive(FunctionEachStage.java:38)
at cascading.flow.stream.SourceStage.map(SourceStage.java:102)
at cascading.flow.stream.SourceStage.run(SourceStage.java:58)
at cascading.flow.hadoop.FlowMapper.run(FlowMapper.java:124)
at org.apache.hadoop.mapred.MapTask.runOldMapper(MapTask.java:436)
at org.apache.hadoop.mapred.MapTask.run(MapTask.java:372)
at org.apache.hadoop.mapred.LocalJobRunner$Job.run(LocalJobRunner.java:212)
12/09/07 00:15:56 WARN stream.TrapHandler: exception trap on branch: 'gis', for fields: [{1}:'line'] tuple: ['']
cascading.operation.OperationException: could not match pattern: [^"(.*)","(.*)","(.*)","(.*)"$] with value: []
at cascading.operation.regex.RegexParser.operate(RegexParser.java:142)
at cascading.flow.stream.FunctionEachStage.receive(FunctionEachStage.java:86)
at cascading.flow.stream.FunctionEachStage.receive(FunctionEachStage.java:38)
at cascading.flow.stream.SourceStage.map(SourceStage.java:102)
at cascading.flow.stream.SourceStage.run(SourceStage.java:58)
at cascading.flow.hadoop.FlowMapper.run(FlowMapper.java:124)
at org.apache.hadoop.mapred.MapTask.runOldMapper(MapTask.java:436)
at org.apache.hadoop.mapred.MapTask.run(MapTask.java:372)
at org.apache.hadoop.mapred.LocalJobRunner$Job.run(LocalJobRunner.java:212)
12/09/07 00:15:56 WARN stream.TrapHandler: exception trap on branch: 'gis', for fields: [{1}:'line'] tuple: ['']
cascading.operation.OperationException: could not match pattern: [^"(.*)","(.*)","(.*)","(.*)"$] with value: []
at cascading.operation.regex.RegexParser.operate(RegexParser.java:142)
at cascading.flow.stream.FunctionEachStage.receive(FunctionEachStage.java:86)
at cascading.flow.stream.FunctionEachStage.receive(FunctionEachStage.java:38)
at cascading.flow.stream.SourceStage.map(SourceStage.java:102)
at cascading.flow.stream.SourceStage.run(SourceStage.java:58)
at cascading.flow.hadoop.FlowMapper.run(FlowMapper.java:124)
at org.apache.hadoop.mapred.MapTask.runOldMapper(MapTask.java:436)
at org.apache.hadoop.mapred.MapTask.run(MapTask.java:372)
at org.apache.hadoop.mapred.LocalJobRunner$Job.run(LocalJobRunner.java:212)
12/09/07 00:15:56 WARN stream.TrapHandler: exception trap on branch: 'gis', for fields: [{1}:'line'] tuple: ['']
cascading.operation.OperationException: could not match pattern: [^"(.*)","(.*)","(.*)","(.*)"$] with value: []
at cascading.operation.regex.RegexParser.operate(RegexParser.java:142)
at cascading.flow.stream.FunctionEachStage.receive(FunctionEachStage.java:86)
at cascading.flow.stream.FunctionEachStage.receive(FunctionEachStage.java:38)
at cascading.flow.stream.SourceStage.map(SourceStage.java:102)
at cascading.flow.stream.SourceStage.run(SourceStage.java:58)
at cascading.flow.hadoop.FlowMapper.run(FlowMapper.java:124)
at org.apache.hadoop.mapred.MapTask.runOldMapper(MapTask.java:436)
at org.apache.hadoop.mapred.MapTask.run(MapTask.java:372)
at org.apache.hadoop.mapred.LocalJobRunner$Job.run(LocalJobRunner.java:212)
12/09/07 00:15:56 WARN stream.TrapHandler: exception trap on branch: 'gis', for fields: [{1}:'line'] tuple: ['']
cascading.operation.OperationException: could not match pattern: [^"(.*)","(.*)","(.*)","(.*)"$] with value: []
at cascading.operation.regex.RegexParser.operate(RegexParser.java:142)
at cascading.flow.stream.FunctionEachStage.receive(FunctionEachStage.java:86)
at cascading.flow.stream.FunctionEachStage.receive(FunctionEachStage.java:38)
at cascading.flow.stream.SourceStage.map(SourceStage.java:102)
at cascading.flow.stream.SourceStage.run(SourceStage.java:58)
at cascading.flow.hadoop.FlowMapper.run(FlowMapper.java:124)
at org.apache.hadoop.mapred.MapTask.runOldMapper(MapTask.java:436)
at org.apache.hadoop.mapred.MapTask.run(MapTask.java:372)
at org.apache.hadoop.mapred.LocalJobRunner$Job.run(LocalJobRunner.java:212)
12/09/07 00:15:56 WARN stream.TrapHandler: exception trap on branch: 'gis', for fields: [{1}:'line'] tuple: ['']
cascading.operation.OperationException: could not match pattern: [^"(.*)","(.*)","(.*)","(.*)"$] with value: []
at cascading.operation.regex.RegexParser.operate(RegexParser.java:142)
at cascading.flow.stream.FunctionEachStage.receive(FunctionEachStage.java:86)
at cascading.flow.stream.FunctionEachStage.receive(FunctionEachStage.java:38)
at cascading.flow.stream.SourceStage.map(SourceStage.java:102)
at cascading.flow.stream.SourceStage.run(SourceStage.java:58)
at cascading.flow.hadoop.FlowMapper.run(FlowMapper.java:124)
at org.apache.hadoop.mapred.MapTask.runOldMapper(MapTask.java:436)
at org.apache.hadoop.mapred.MapTask.run(MapTask.java:372)
at org.apache.hadoop.mapred.LocalJobRunner$Job.run(LocalJobRunner.java:212)
12/09/07 00:15:57 WARN stream.TrapHandler: exception trap on branch: 'gis', for fields: [{1}:'line'] tuple: ['']
cascading.operation.OperationException: could not match pattern: [^"(.*)","(.*)","(.*)","(.*)"$] with value: []
at cascading.operation.regex.RegexParser.operate(RegexParser.java:142)
at cascading.flow.stream.FunctionEachStage.receive(FunctionEachStage.java:86)
at cascading.flow.stream.FunctionEachStage.receive(FunctionEachStage.java:38)
at cascading.flow.stream.SourceStage.map(SourceStage.java:102)
at cascading.flow.stream.SourceStage.run(SourceStage.java:58)
at cascading.flow.hadoop.FlowMapper.run(FlowMapper.java:124)
at org.apache.hadoop.mapred.MapTask.runOldMapper(MapTask.java:436)
at org.apache.hadoop.mapred.MapTask.run(MapTask.java:372)
at org.apache.hadoop.mapred.LocalJobRunner$Job.run(LocalJobRunner.java:212)
12/09/07 00:15:57 WARN stream.TrapHandler: exception trap on branch: 'gis', for fields: [{1}:'line'] tuple: ['']
cascading.operation.OperationException: could not match pattern: [^"(.*)","(.*)","(.*)","(.*)"$] with value: []
at cascading.operation.regex.RegexParser.operate(RegexParser.java:142)
at cascading.flow.stream.FunctionEachStage.receive(FunctionEachStage.java:86)
at cascading.flow.stream.FunctionEachStage.receive(FunctionEachStage.java:38)
at cascading.flow.stream.SourceStage.map(SourceStage.java:102)
at cascading.flow.stream.SourceStage.run(SourceStage.java:58)
at cascading.flow.hadoop.FlowMapper.run(FlowMapper.java:124)
at org.apache.hadoop.mapred.MapTask.runOldMapper(MapTask.java:436)
at org.apache.hadoop.mapred.MapTask.run(MapTask.java:372)
at org.apache.hadoop.mapred.LocalJobRunner$Job.run(LocalJobRunner.java:212)
12/09/07 00:15:57 WARN stream.TrapHandler: exception trap on branch: 'gis', for fields: [{1}:'line'] tuple: ['']
cascading.operation.OperationException: could not match pattern: [^"(.*)","(.*)","(.*)","(.*)"$] with value: []
at cascading.operation.regex.RegexParser.operate(RegexParser.java:142)
at cascading.flow.stream.FunctionEachStage.receive(FunctionEachStage.java:86)
at cascading.flow.stream.FunctionEachStage.receive(FunctionEachStage.java:38)
at cascading.flow.stream.SourceStage.map(SourceStage.java:102)
at cascading.flow.stream.SourceStage.run(SourceStage.java:58)
at cascading.flow.hadoop.FlowMapper.run(FlowMapper.java:124)
at org.apache.hadoop.mapred.MapTask.runOldMapper(MapTask.java:436)
at org.apache.hadoop.mapred.MapTask.run(MapTask.java:372)
at org.apache.hadoop.mapred.LocalJobRunner$Job.run(LocalJobRunner.java:212)
12/09/07 00:15:57 WARN stream.TrapHandler: exception trap on branch: 'gis', for fields: [{1}:'line'] tuple: ['']
cascading.operation.OperationException: could not match pattern: [^"(.*)","(.*)","(.*)","(.*)"$] with value: []
at cascading.operation.regex.RegexParser.operate(RegexParser.java:142)
at cascading.flow.stream.FunctionEachStage.receive(FunctionEachStage.java:86)
at cascading.flow.stream.FunctionEachStage.receive(FunctionEachStage.java:38)
at cascading.flow.stream.SourceStage.map(SourceStage.java:102)
at cascading.flow.stream.SourceStage.run(SourceStage.java:58)
at cascading.flow.hadoop.FlowMapper.run(FlowMapper.java:124)
at org.apache.hadoop.mapred.MapTask.runOldMapper(MapTask.java:436)
at org.apache.hadoop.mapred.MapTask.run(MapTask.java:372)
at org.apache.hadoop.mapred.LocalJobRunner$Job.run(LocalJobRunner.java:212)
12/09/07 00:15:57 WARN stream.TrapHandler: exception trap on branch: 'gis', for fields: [{1}:'line'] tuple: ['']
cascading.operation.OperationException: could not match pattern: [^"(.*)","(.*)","(.*)","(.*)"$] with value: []
at cascading.operation.regex.RegexParser.operate(RegexParser.java:142)
at cascading.flow.stream.FunctionEachStage.receive(FunctionEachStage.java:86)
at cascading.flow.stream.FunctionEachStage.receive(FunctionEachStage.java:38)
at cascading.flow.stream.SourceStage.map(SourceStage.java:102)
at cascading.flow.stream.SourceStage.run(SourceStage.java:58)
at cascading.flow.hadoop.FlowMapper.run(FlowMapper.java:124)
at org.apache.hadoop.mapred.MapTask.runOldMapper(MapTask.java:436)
at org.apache.hadoop.mapred.MapTask.run(MapTask.java:372)
at org.apache.hadoop.mapred.LocalJobRunner$Job.run(LocalJobRunner.java:212)
12/09/07 00:15:57 WARN stream.TrapHandler: exception trap on branch: 'gis', for fields: [{1}:'line'] tuple: ['']
cascading.operation.OperationException: could not match pattern: [^"(.*)","(.*)","(.*)","(.*)"$] with value: []
at cascading.operation.regex.RegexParser.operate(RegexParser.java:142)
at cascading.flow.stream.FunctionEachStage.receive(FunctionEachStage.java:86)
at cascading.flow.stream.FunctionEachStage.receive(FunctionEachStage.java:38)
at cascading.flow.stream.SourceStage.map(SourceStage.java:102)
at cascading.flow.stream.SourceStage.run(SourceStage.java:58)
at cascading.flow.hadoop.FlowMapper.run(FlowMapper.java:124)
at org.apache.hadoop.mapred.MapTask.runOldMapper(MapTask.java:436)
at org.apache.hadoop.mapred.MapTask.run(MapTask.java:372)
at org.apache.hadoop.mapred.LocalJobRunner$Job.run(LocalJobRunner.java:212)
12/09/07 00:15:57 WARN stream.TrapHandler: exception trap on branch: 'gis', for fields: [{1}:'line'] tuple: ['']
cascading.operation.OperationException: could not match pattern: [^"(.*)","(.*)","(.*)","(.*)"$] with value: []
at cascading.operation.regex.RegexParser.operate(RegexParser.java:142)
at cascading.flow.stream.FunctionEachStage.receive(FunctionEachStage.java:86)
at cascading.flow.stream.FunctionEachStage.receive(FunctionEachStage.java:38)
at cascading.flow.stream.SourceStage.map(SourceStage.java:102)
at cascading.flow.stream.SourceStage.run(SourceStage.java:58)
at cascading.flow.hadoop.FlowMapper.run(FlowMapper.java:124)
at org.apache.hadoop.mapred.MapTask.runOldMapper(MapTask.java:436)
at org.apache.hadoop.mapred.MapTask.run(MapTask.java:372)
at org.apache.hadoop.mapred.LocalJobRunner$Job.run(LocalJobRunner.java:212)
12/09/07 00:15:57 WARN stream.TrapHandler: exception trap on branch: 'gis', for fields: [{1}:'line'] tuple: ['']
cascading.operation.OperationException: could not match pattern: [^"(.*)","(.*)","(.*)","(.*)"$] with value: []
at cascading.operation.regex.RegexParser.operate(RegexParser.java:142)
at cascading.flow.stream.FunctionEachStage.receive(FunctionEachStage.java:86)
at cascading.flow.stream.FunctionEachStage.receive(FunctionEachStage.java:38)
at cascading.flow.stream.SourceStage.map(SourceStage.java:102)
at cascading.flow.stream.SourceStage.run(SourceStage.java:58)
at cascading.flow.hadoop.FlowMapper.run(FlowMapper.java:124)
at org.apache.hadoop.mapred.MapTask.runOldMapper(MapTask.java:436)
at org.apache.hadoop.mapred.MapTask.run(MapTask.java:372)
at org.apache.hadoop.mapred.LocalJobRunner$Job.run(LocalJobRunner.java:212)
12/09/07 00:15:57 WARN stream.TrapHandler: exception trap on branch: 'gis', for fields: [{1}:'line'] tuple: ['']
cascading.operation.OperationException: could not match pattern: [^"(.*)","(.*)","(.*)","(.*)"$] with value: []
at cascading.operation.regex.RegexParser.operate(RegexParser.java:142)
at cascading.flow.stream.FunctionEachStage.receive(FunctionEachStage.java:86)
at cascading.flow.stream.FunctionEachStage.receive(FunctionEachStage.java:38)
at cascading.flow.stream.SourceStage.map(SourceStage.java:102)
at cascading.flow.stream.SourceStage.run(SourceStage.java:58)
at cascading.flow.hadoop.FlowMapper.run(FlowMapper.java:124)
at org.apache.hadoop.mapred.MapTask.runOldMapper(MapTask.java:436)
at org.apache.hadoop.mapred.MapTask.run(MapTask.java:372)
at org.apache.hadoop.mapred.LocalJobRunner$Job.run(LocalJobRunner.java:212)
12/09/07 00:15:57 WARN stream.TrapHandler: exception trap on branch: 'gis', for fields: [{1}:'line'] tuple: ['']
cascading.operation.OperationException: could not match pattern: [^"(.*)","(.*)","(.*)","(.*)"$] with value: []
at cascading.operation.regex.RegexParser.operate(RegexParser.java:142)
at cascading.flow.stream.FunctionEachStage.receive(FunctionEachStage.java:86)
at cascading.flow.stream.FunctionEachStage.receive(FunctionEachStage.java:38)
at cascading.flow.stream.SourceStage.map(SourceStage.java:102)
at cascading.flow.stream.SourceStage.run(SourceStage.java:58)
at cascading.flow.hadoop.FlowMapper.run(FlowMapper.java:124)
at org.apache.hadoop.mapred.MapTask.runOldMapper(MapTask.java:436)
at org.apache.hadoop.mapred.MapTask.run(MapTask.java:372)
at org.apache.hadoop.mapred.LocalJobRunner$Job.run(LocalJobRunner.java:212)
12/09/07 00:15:57 WARN stream.TrapHandler: exception trap on branch: 'gis', for fields: [{1}:'line'] tuple: ['']
cascading.operation.OperationException: could not match pattern: [^"(.*)","(.*)","(.*)","(.*)"$] with value: []
at cascading.operation.regex.RegexParser.operate(RegexParser.java:142)
at cascading.flow.stream.FunctionEachStage.receive(FunctionEachStage.java:86)
at cascading.flow.stream.FunctionEachStage.receive(FunctionEachStage.java:38)
at cascading.flow.stream.SourceStage.map(SourceStage.java:102)
at cascading.flow.stream.SourceStage.run(SourceStage.java:58)
at cascading.flow.hadoop.FlowMapper.run(FlowMapper.java:124)
at org.apache.hadoop.mapred.MapTask.runOldMapper(MapTask.java:436)
at org.apache.hadoop.mapred.MapTask.run(MapTask.java:372)
at org.apache.hadoop.mapred.LocalJobRunner$Job.run(LocalJobRunner.java:212)
12/09/07 00:15:57 WARN stream.TrapHandler: exception trap on branch: 'gis', for fields: [{1}:'line'] tuple: ['']
cascading.operation.OperationException: could not match pattern: [^"(.*)","(.*)","(.*)","(.*)"$] with value: []
at cascading.operation.regex.RegexParser.operate(RegexParser.java:142)
at cascading.flow.stream.FunctionEachStage.receive(FunctionEachStage.java:86)
at cascading.flow.stream.FunctionEachStage.receive(FunctionEachStage.java:38)
at cascading.flow.stream.SourceStage.map(SourceStage.java:102)
at cascading.flow.stream.SourceStage.run(SourceStage.java:58)
at cascading.flow.hadoop.FlowMapper.run(FlowMapper.java:124)
at org.apache.hadoop.mapred.MapTask.runOldMapper(MapTask.java:436)
at org.apache.hadoop.mapred.MapTask.run(MapTask.java:372)
at org.apache.hadoop.mapred.LocalJobRunner$Job.run(LocalJobRunner.java:212)
12/09/07 00:15:57 WARN stream.TrapHandler: exception trap on branch: 'gis', for fields: [{1}:'line'] tuple: ['']
cascading.operation.OperationException: could not match pattern: [^"(.*)","(.*)","(.*)","(.*)"$] with value: []
at cascading.operation.regex.RegexParser.operate(RegexParser.java:142)
at cascading.flow.stream.FunctionEachStage.receive(FunctionEachStage.java:86)
at cascading.flow.stream.FunctionEachStage.receive(FunctionEachStage.java:38)
at cascading.flow.stream.SourceStage.map(SourceStage.java:102)
at cascading.flow.stream.SourceStage.run(SourceStage.java:58)
at cascading.flow.hadoop.FlowMapper.run(FlowMapper.java:124)
at org.apache.hadoop.mapred.MapTask.runOldMapper(MapTask.java:436)
at org.apache.hadoop.mapred.MapTask.run(MapTask.java:372)
at org.apache.hadoop.mapred.LocalJobRunner$Job.run(LocalJobRunner.java:212)
12/09/07 00:15:57 INFO io.TapOutputCollector: closing tap collector for: output/trap/part-m-00002-00000
12/09/07 00:15:57 INFO util.Hadoop18TapUtil: committing task: 'attempt_local_0001_m_000000_0' - file:/Users/ceteri/src/concur/CoPA/output/trap/_temporary/_attempt_local_0001_m_000000_0
12/09/07 00:15:57 INFO util.Hadoop18TapUtil: saved output of task 'attempt_local_0001_m_000000_0' to file:/Users/ceteri/src/concur/CoPA/output/trap
12/09/07 00:15:57 INFO mapred.Task: Task:attempt_local_0001_m_000000_0 is done. And is in the process of commiting
12/09/07 00:15:57 INFO mapred.LocalJobRunner:
12/09/07 00:15:57 INFO mapred.Task: Task attempt_local_0001_m_000000_0 is allowed to commit now
12/09/07 00:15:57 INFO mapred.FileOutputCommitter: Saved output of task 'attempt_local_0001_m_000000_0' to file:/Users/ceteri/src/concur/CoPA/output/tsv
12/09/07 00:15:59 INFO mapred.LocalJobRunner: file:/Users/ceteri/src/concur/CoPA/data/copa.csv:0+8653855
12/09/07 00:15:59 INFO mapred.Task: Task 'attempt_local_0001_m_000000_0' done.
12/09/07 00:16:01 INFO flow.FlowStep: [copa] starting step: (6/6) output/park
12/09/07 00:16:01 INFO mapred.FileInputFormat: Total input paths to process : 1
12/09/07 00:16:01 INFO flow.FlowStep: [copa] submitted hadoop job: job_local_0002
12/09/07 00:16:01 INFO mapred.Task: Using ResourceCalculatorPlugin : null
12/09/07 00:16:01 INFO io.MultiInputSplit: current split input path: file:/Users/ceteri/src/concur/CoPA/output/tsv/part-00000
12/09/07 00:16:01 INFO mapred.MapTask: numReduceTasks: 0
12/09/07 00:16:01 INFO hadoop.FlowMapper: sourcing from: Hfs["TextDelimited[['blurb', 'misc', 'geo', 'kind']]"]["output/tsv"]"]
12/09/07 00:16:01 INFO hadoop.FlowMapper: sinking to: Hfs["TextDelimited[[UNKNOWN]->['blurb', 'misc', 'geo', 'kind']]"]["output/park"]"]
12/09/07 00:16:01 INFO mapred.Task: Task:attempt_local_0002_m_000000_0 is done. And is in the process of commiting
12/09/07 00:16:01 INFO mapred.LocalJobRunner:
12/09/07 00:16:01 INFO mapred.Task: Task attempt_local_0002_m_000000_0 is allowed to commit now
12/09/07 00:16:01 INFO mapred.FileOutputCommitter: Saved output of task 'attempt_local_0002_m_000000_0' to file:/Users/ceteri/src/concur/CoPA/output/park
12/09/07 00:16:04 INFO mapred.LocalJobRunner: file:/Users/ceteri/src/concur/CoPA/output/tsv/part-00000:0+8600953
12/09/07 00:16:04 INFO mapred.Task: Task 'attempt_local_0002_m_000000_0' done.
12/09/07 00:16:06 INFO flow.FlowStep: [copa] starting step: (4/6) output/shade
12/09/07 00:16:06 INFO mapred.FileInputFormat: Total input paths to process : 1
12/09/07 00:16:06 INFO flow.FlowStep: [copa] submitted hadoop job: job_local_0003
12/09/07 00:16:06 INFO mapred.Task: Using ResourceCalculatorPlugin : null
12/09/07 00:16:06 INFO io.MultiInputSplit: current split input path: file:/Users/ceteri/src/concur/CoPA/output/tsv/part-00000
12/09/07 00:16:06 INFO mapred.MapTask: numReduceTasks: 1
12/09/07 00:16:06 INFO mapred.MapTask: io.sort.mb = 100
12/09/07 00:16:06 INFO mapred.MapTask: data buffer = 79691776/99614720
12/09/07 00:16:06 INFO mapred.MapTask: record buffer = 262144/327680
12/09/07 00:16:06 INFO hadoop.FlowMapper: sourcing from: Hfs["TextDelimited[['blurb', 'misc', 'geo', 'kind']]"]["output/tsv"]"]
12/09/07 00:16:06 INFO hadoop.FlowMapper: sourcing from: Hfs["TextDelimited[['pavement_type', 'albedo_new', 'albedo_worn']->[ALL]]"]["data/meta_road.tsv"]"]
12/09/07 00:16:06 INFO hadoop.FlowMapper: sourcing from: Hfs["TextDelimited[['species', 'wikipedia', 'calflora', 'min_height', 'max_height']->[ALL]]"]["data/meta_tree.tsv"]"]
12/09/07 00:16:06 INFO hadoop.FlowMapper: sinking to: CoGroup(shade*tree*meta_tree)[by:shade:[{1}:'road_geohash']tree*meta_tree:[{1}:'tree_geohash']]
12/09/07 00:16:06 INFO collect.SpillableTupleList: attempting to load codec: org.apache.hadoop.io.compress.GzipCodec
12/09/07 00:16:06 INFO collect.SpillableTupleList: found codec: org.apache.hadoop.io.compress.GzipCodec
12/09/07 00:16:06 INFO collect.SpillableTupleList: attempting to load codec: org.apache.hadoop.io.compress.GzipCodec
12/09/07 00:16:06 INFO collect.SpillableTupleList: found codec: org.apache.hadoop.io.compress.GzipCodec
12/09/07 00:16:06 INFO mapred.FileInputFormat: Total input paths to process : 1
12/09/07 00:16:06 INFO mapred.FileInputFormat: Total input paths to process : 1
12/09/07 00:16:09 INFO collect.SpillableTupleList: attempting to load codec: org.apache.hadoop.io.compress.GzipCodec
12/09/07 00:16:09 INFO collect.SpillableTupleList: found codec: org.apache.hadoop.io.compress.GzipCodec
12/09/07 00:16:09 INFO collect.SpillableTupleList: attempting to load codec: org.apache.hadoop.io.compress.GzipCodec
12/09/07 00:16:09 INFO collect.SpillableTupleList: found codec: org.apache.hadoop.io.compress.GzipCodec
12/09/07 00:16:09 INFO mapred.MapTask: Starting flush of map output
12/09/07 00:16:09 INFO mapred.MapTask: Finished spill 0
12/09/07 00:16:09 INFO mapred.Task: Task:attempt_local_0003_m_000000_0 is done. And is in the process of commiting
12/09/07 00:16:12 INFO mapred.LocalJobRunner: file:/Users/ceteri/src/concur/CoPA/output/tsv/part-00000:0+8600953
12/09/07 00:16:12 INFO mapred.LocalJobRunner: file:/Users/ceteri/src/concur/CoPA/output/tsv/part-00000:0+8600953
12/09/07 00:16:12 INFO mapred.Task: Task 'attempt_local_0003_m_000000_0' done.
12/09/07 00:16:12 INFO mapred.Task: Using ResourceCalculatorPlugin : null
12/09/07 00:16:12 INFO mapred.LocalJobRunner:
12/09/07 00:16:12 INFO mapred.Merger: Merging 1 sorted segments
12/09/07 00:16:12 INFO mapred.Merger: Down to the last merge-pass, with 1 segments left of total size: 5443524 bytes
12/09/07 00:16:12 INFO mapred.LocalJobRunner:
12/09/07 00:16:12 INFO hadoop.FlowReducer: sourcing from: CoGroup(shade*tree*meta_tree)[by:shade:[{1}:'road_geohash']tree*meta_tree:[{1}:'tree_geohash']]
12/09/07 00:16:12 INFO hadoop.FlowReducer: sinking to: Hfs["TextDelimited[['road_name', 'year_construct', 'traffic_count', 'traffic_index', 'traffic_class', 'paving_length', 'paving_width', 'paving_area', 'surface_type', 'bike_lane', 'bus_route', 'truck_route', 'albedo', 'lat0', 'lng0', 'alt0', 'lat1', 'lng1', 'alt1', 'slope', 'intercept', 'tree_name', 'priv', 'tree_id', 'situs', 'tree_site', 'species', 'wikipedia', 'calflora', 'min_height', 'max_height', 'tree_lat', 'tree_lng', 'tree_alt', 'tree_dist', 'tree_geohash']]"]["output/shade"]"]
12/09/07 00:16:12 INFO collect.SpillableTupleList: attempting to load codec: org.apache.hadoop.io.compress.GzipCodec
12/09/07 00:16:12 INFO collect.SpillableTupleList: found codec: org.apache.hadoop.io.compress.GzipCodec
12/09/07 00:16:15 INFO mapred.Task: Task:attempt_local_0003_r_000000_0 is done. And is in the process of commiting
12/09/07 00:16:15 INFO mapred.LocalJobRunner:
12/09/07 00:16:15 INFO mapred.Task: Task attempt_local_0003_r_000000_0 is allowed to commit now
12/09/07 00:16:15 INFO mapred.FileOutputCommitter: Saved output of task 'attempt_local_0003_r_000000_0' to file:/Users/ceteri/src/concur/CoPA/output/shade
12/09/07 00:16:15 INFO mapred.LocalJobRunner: reduce > reduce
12/09/07 00:16:15 INFO mapred.Task: Task 'attempt_local_0003_r_000000_0' done.
12/09/07 00:16:16 INFO flow.FlowStep: [copa] starting step: (3/6) output/tree
12/09/07 00:16:16 INFO mapred.FileInputFormat: Total input paths to process : 1
12/09/07 00:16:16 INFO flow.FlowStep: [copa] submitted hadoop job: job_local_0004
12/09/07 00:16:16 INFO mapred.Task: Using ResourceCalculatorPlugin : null
12/09/07 00:16:16 INFO io.MultiInputSplit: current split input path: file:/Users/ceteri/src/concur/CoPA/output/tsv/part-00000
12/09/07 00:16:16 INFO mapred.MapTask: numReduceTasks: 0
12/09/07 00:16:16 INFO hadoop.FlowMapper: sourcing from: Hfs["TextDelimited[['blurb', 'misc', 'geo', 'kind']]"]["output/tsv"]"]
12/09/07 00:16:16 INFO hadoop.FlowMapper: sourcing from: Hfs["TextDelimited[['species', 'wikipedia', 'calflora', 'min_height', 'max_height']->[ALL]]"]["data/meta_tree.tsv"]"]
12/09/07 00:16:16 INFO hadoop.FlowMapper: sinking to: Hfs["TextDelimited[[UNKNOWN]->['tree_name', 'priv', 'tree_id', 'situs', 'tree_site', 'species', 'wikipedia', 'calflora', 'min_height', 'max_height', 'tree_lat', 'tree_lng', 'tree_alt', 'tree_geohash']]"]["output/tree"]"]
12/09/07 00:16:16 INFO collect.SpillableTupleList: attempting to load codec: org.apache.hadoop.io.compress.GzipCodec
12/09/07 00:16:16 INFO collect.SpillableTupleList: found codec: org.apache.hadoop.io.compress.GzipCodec
12/09/07 00:16:16 INFO mapred.FileInputFormat: Total input paths to process : 1
12/09/07 00:16:16 INFO collect.SpillableTupleList: attempting to load codec: org.apache.hadoop.io.compress.GzipCodec
12/09/07 00:16:16 INFO collect.SpillableTupleList: found codec: org.apache.hadoop.io.compress.GzipCodec
12/09/07 00:16:16 INFO mapred.Task: Task:attempt_local_0004_m_000000_0 is done. And is in the process of commiting
12/09/07 00:16:16 INFO mapred.LocalJobRunner:
12/09/07 00:16:16 INFO mapred.Task: Task attempt_local_0004_m_000000_0 is allowed to commit now
12/09/07 00:16:16 INFO mapred.FileOutputCommitter: Saved output of task 'attempt_local_0004_m_000000_0' to file:/Users/ceteri/src/concur/CoPA/output/tree
12/09/07 00:16:19 INFO mapred.LocalJobRunner: file:/Users/ceteri/src/concur/CoPA/output/tsv/part-00000:0+8600953
12/09/07 00:16:19 INFO mapred.Task: Task 'attempt_local_0004_m_000000_0' done.
12/09/07 00:16:21 INFO flow.FlowStep: [copa] starting step: (1/6) output/reco
12/09/07 00:16:21 INFO mapred.FileInputFormat: Total input paths to process : 1
12/09/07 00:16:21 INFO mapred.FileInputFormat: Total input paths to process : 1
12/09/07 00:16:21 INFO flow.FlowStep: [copa] submitted hadoop job: job_local_0005
12/09/07 00:16:21 INFO mapred.Task: Using ResourceCalculatorPlugin : null
12/09/07 00:16:21 INFO io.MultiInputSplit: current split input path: file:/Users/ceteri/src/concur/CoPA/output/shade/part-00000
12/09/07 00:16:21 INFO mapred.MapTask: numReduceTasks: 1
12/09/07 00:16:21 INFO mapred.MapTask: io.sort.mb = 100
12/09/07 00:16:21 INFO mapred.MapTask: data buffer = 79691776/99614720
12/09/07 00:16:21 INFO mapred.MapTask: record buffer = 262144/327680
12/09/07 00:16:21 INFO hadoop.FlowMapper: sourcing from: Hfs["TextDelimited[['road_name', 'year_construct', 'traffic_count', 'traffic_index', 'traffic_class', 'paving_length', 'paving_width', 'paving_area', 'surface_type', 'bike_lane', 'bus_route', 'truck_route', 'albedo', 'lat0', 'lng0', 'alt0', 'lat1', 'lng1', 'alt1', 'slope', 'intercept', 'tree_name', 'priv', 'tree_id', 'situs', 'tree_site', 'species', 'wikipedia', 'calflora', 'min_height', 'max_height', 'tree_lat', 'tree_lng', 'tree_alt', 'tree_dist', 'tree_geohash']]"]["output/shade"]"]
12/09/07 00:16:21 INFO hadoop.FlowMapper: sinking to: CoGroup(reco*shade)[by:reco:[{1}:'gps_geohash']shade:[{1}:'tree_geohash']]
12/09/07 00:16:22 INFO mapred.MapTask: Starting flush of map output
12/09/07 00:16:23 INFO mapred.MapTask: Finished spill 0
12/09/07 00:16:23 INFO mapred.Task: Task:attempt_local_0005_m_000000_0 is done. And is in the process of commiting
12/09/07 00:16:24 INFO mapred.LocalJobRunner: file:/Users/ceteri/src/concur/CoPA/output/shade/part-00000:0+33554432
12/09/07 00:16:24 INFO mapred.Task: Task 'attempt_local_0005_m_000000_0' done.
12/09/07 00:16:24 INFO mapred.Task: Using ResourceCalculatorPlugin : null
12/09/07 00:16:24 INFO io.MultiInputSplit: current split input path: file:/Users/ceteri/src/concur/CoPA/output/shade/part-00000
12/09/07 00:16:24 INFO mapred.MapTask: numReduceTasks: 1
12/09/07 00:16:24 INFO mapred.MapTask: io.sort.mb = 100
12/09/07 00:16:24 INFO mapred.MapTask: data buffer = 79691776/99614720
12/09/07 00:16:24 INFO mapred.MapTask: record buffer = 262144/327680
12/09/07 00:16:24 INFO hadoop.FlowMapper: sourcing from: Hfs["TextDelimited[['road_name', 'year_construct', 'traffic_count', 'traffic_index', 'traffic_class', 'paving_length', 'paving_width', 'paving_area', 'surface_type', 'bike_lane', 'bus_route', 'truck_route', 'albedo', 'lat0', 'lng0', 'alt0', 'lat1', 'lng1', 'alt1', 'slope', 'intercept', 'tree_name', 'priv', 'tree_id', 'situs', 'tree_site', 'species', 'wikipedia', 'calflora', 'min_height', 'max_height', 'tree_lat', 'tree_lng', 'tree_alt', 'tree_dist', 'tree_geohash']]"]["output/shade"]"]
12/09/07 00:16:24 INFO hadoop.FlowMapper: sinking to: CoGroup(reco*shade)[by:reco:[{1}:'gps_geohash']shade:[{1}:'tree_geohash']]
12/09/07 00:16:26 INFO mapred.MapTask: Starting flush of map output
12/09/07 00:16:26 INFO mapred.MapTask: Finished spill 0
12/09/07 00:16:26 INFO mapred.Task: Task:attempt_local_0005_m_000001_0 is done. And is in the process of commiting
12/09/07 00:16:27 INFO mapred.LocalJobRunner: file:/Users/ceteri/src/concur/CoPA/output/shade/part-00000:33554432+32811445
12/09/07 00:16:27 INFO mapred.Task: Task 'attempt_local_0005_m_000001_0' done.
12/09/07 00:16:27 INFO mapred.Task: Using ResourceCalculatorPlugin : null
12/09/07 00:16:27 INFO io.MultiInputSplit: current split input path: file:/Users/ceteri/src/concur/CoPA/data/gps.csv
12/09/07 00:16:27 INFO mapred.MapTask: numReduceTasks: 1
12/09/07 00:16:27 INFO mapred.MapTask: io.sort.mb = 100
12/09/07 00:16:27 INFO mapred.MapTask: data buffer = 79691776/99614720
12/09/07 00:16:27 INFO mapred.MapTask: record buffer = 262144/327680
12/09/07 00:16:27 INFO hadoop.FlowMapper: sourcing from: Hfs["TextDelimited[['date', 'uuid', 'lat', 'lng', 'alt', 'speed', 'heading', 'elapsed', 'distance']->[ALL]]"]["data/gps.csv"]"]
12/09/07 00:16:27 INFO hadoop.FlowMapper: sinking to: CoGroup(reco*shade)[by:reco:[{1}:'gps_geohash']shade:[{1}:'tree_geohash']]
12/09/07 00:16:27 INFO mapred.MapTask: Starting flush of map output
12/09/07 00:16:27 INFO mapred.MapTask: Finished spill 0
12/09/07 00:16:27 INFO mapred.Task: Task:attempt_local_0005_m_000002_0 is done. And is in the process of commiting
12/09/07 00:16:30 INFO mapred.LocalJobRunner: file:/Users/ceteri/src/concur/CoPA/data/gps.csv:0+27991
12/09/07 00:16:30 INFO mapred.Task: Task 'attempt_local_0005_m_000002_0' done.
12/09/07 00:16:30 INFO mapred.Task: Using ResourceCalculatorPlugin : null
12/09/07 00:16:30 INFO mapred.LocalJobRunner:
12/09/07 00:16:30 INFO mapred.Merger: Merging 3 sorted segments
12/09/07 00:16:30 INFO mapred.Merger: Down to the last merge-pass, with 3 segments left of total size: 86280993 bytes
12/09/07 00:16:30 INFO mapred.LocalJobRunner:
12/09/07 00:16:30 INFO hadoop.FlowReducer: sourcing from: CoGroup(reco*shade)[by:reco:[{1}:'gps_geohash']shade:[{1}:'tree_geohash']]
12/09/07 00:16:30 INFO hadoop.FlowReducer: sinking to: Hfs["TextDelimited[[UNKNOWN]->['date', 'uuid', 'lat', 'lng', 'alt', 'speed', 'heading', 'elapsed', 'distance', 'gps_geohash', 'road_name', 'year_construct', 'traffic_count', 'traffic_index', 'traffic_class', 'paving_length', 'paving_width', 'paving_area', 'surface_type', 'bike_lane', 'bus_route', 'truck_route', 'albedo', 'lat0', 'lng0', 'alt0', 'lat1', 'lng1', 'alt1', 'slope', 'intercept', 'tree_name', 'priv', 'tree_id', 'situs', 'tree_site', 'species', 'wikipedia', 'calflora', 'min_height', 'max_height', 'tree_lat', 'tree_lng', 'tree_alt', 'tree_dist', 'tree_geohash']]"]["output/reco"]"]
12/09/07 00:16:30 INFO collect.SpillableTupleList: attempting to load codec: org.apache.hadoop.io.compress.GzipCodec
12/09/07 00:16:30 INFO collect.SpillableTupleList: found codec: org.apache.hadoop.io.compress.GzipCodec
12/09/07 00:16:31 INFO hadoop.HadoopCoGroupClosure: spilling group: [{1}:'tree_geohash'], on grouping: ['9q9hv5'], num times: 1, with reason: met threshold: 10000
12/09/07 00:16:31 INFO hadoop.HadoopCoGroupClosure: mem on spill (mb), free: 133, total: 196, max: 991
12/09/07 00:16:31 INFO hadoop.HadoopCoGroupClosure: spilling 10000 tuples in list to file number 1
12/09/07 00:16:31 INFO compress.CodecPool: Got brand-new compressor
12/09/07 00:16:32 INFO compress.CodecPool: Got brand-new decompressor
12/09/07 00:16:32 INFO hadoop.HadoopCoGroupClosure: spilling group: [{1}:'tree_geohash'], on grouping: ['9q9jh0'], num times: 1, with reason: met threshold: 10000
12/09/07 00:16:32 INFO hadoop.HadoopCoGroupClosure: mem on spill (mb), free: 135, total: 196, max: 991
12/09/07 00:16:32 INFO hadoop.HadoopCoGroupClosure: spilling 10000 tuples in list to file number 1
12/09/07 00:16:32 INFO compress.CodecPool: Got brand-new compressor
12/09/07 00:16:33 INFO compress.CodecPool: Got brand-new decompressor
12/09/07 00:16:34 INFO compress.CodecPool: Got brand-new decompressor
12/09/07 00:16:35 INFO compress.CodecPool: Got brand-new decompressor
12/09/07 00:16:36 INFO mapred.LocalJobRunner: reduce > reduce
12/09/07 00:16:36 INFO compress.CodecPool: Got brand-new decompressor
12/09/07 00:16:37 INFO compress.CodecPool: Got brand-new decompressor
12/09/07 00:16:38 INFO compress.CodecPool: Got brand-new decompressor
12/09/07 00:16:39 INFO compress.CodecPool: Got brand-new decompressor
12/09/07 00:16:39 INFO mapred.LocalJobRunner: reduce > reduce
12/09/07 00:16:40 INFO compress.CodecPool: Got brand-new decompressor
12/09/07 00:16:40 INFO compress.CodecPool: Got brand-new decompressor
12/09/07 00:16:41 INFO compress.CodecPool: Got brand-new decompressor
12/09/07 00:16:42 INFO mapred.LocalJobRunner: reduce > reduce
12/09/07 00:16:42 INFO compress.CodecPool: Got brand-new decompressor
12/09/07 00:16:43 INFO compress.CodecPool: Got brand-new decompressor
12/09/07 00:16:44 INFO compress.CodecPool: Got brand-new decompressor
12/09/07 00:16:45 INFO compress.CodecPool: Got brand-new decompressor
12/09/07 00:16:45 INFO mapred.LocalJobRunner: reduce > reduce
12/09/07 00:16:46 INFO compress.CodecPool: Got brand-new decompressor
12/09/07 00:16:46 INFO compress.CodecPool: Got brand-new decompressor
12/09/07 00:16:47 INFO compress.CodecPool: Got brand-new decompressor
12/09/07 00:16:48 INFO mapred.LocalJobRunner: reduce > reduce
12/09/07 00:16:48 INFO compress.CodecPool: Got brand-new decompressor
12/09/07 00:16:49 INFO compress.CodecPool: Got brand-new decompressor
12/09/07 00:16:50 INFO compress.CodecPool: Got brand-new decompressor
12/09/07 00:16:51 INFO compress.CodecPool: Got brand-new decompressor
12/09/07 00:16:51 INFO mapred.LocalJobRunner: reduce > reduce
12/09/07 00:16:52 INFO compress.CodecPool: Got brand-new decompressor
12/09/07 00:16:52 INFO compress.CodecPool: Got brand-new decompressor
12/09/07 00:16:53 INFO compress.CodecPool: Got brand-new decompressor
12/09/07 00:16:54 INFO mapred.LocalJobRunner: reduce > reduce
12/09/07 00:16:54 INFO compress.CodecPool: Got brand-new decompressor
12/09/07 00:16:55 INFO compress.CodecPool: Got brand-new decompressor
12/09/07 00:16:56 INFO compress.CodecPool: Got brand-new decompressor
12/09/07 00:16:57 INFO compress.CodecPool: Got brand-new decompressor
12/09/07 00:16:57 INFO mapred.LocalJobRunner: reduce > reduce
12/09/07 00:16:58 INFO compress.CodecPool: Got brand-new decompressor
12/09/07 00:16:58 INFO compress.CodecPool: Got brand-new decompressor
12/09/07 00:16:59 INFO compress.CodecPool: Got brand-new decompressor
12/09/07 00:17:00 INFO mapred.LocalJobRunner: reduce > reduce
12/09/07 00:17:00 INFO compress.CodecPool: Got brand-new decompressor
12/09/07 00:17:01 INFO compress.CodecPool: Got brand-new decompressor
12/09/07 00:17:02 INFO mapred.Task: Task:attempt_local_0005_r_000000_0 is done. And is in the process of commiting
12/09/07 00:17:02 INFO mapred.LocalJobRunner: reduce > reduce
12/09/07 00:17:02 INFO mapred.Task: Task attempt_local_0005_r_000000_0 is allowed to commit now
12/09/07 00:17:02 INFO mapred.FileOutputCommitter: Saved output of task 'attempt_local_0005_r_000000_0' to file:/Users/ceteri/src/concur/CoPA/output/reco
12/09/07 00:17:03 INFO mapred.LocalJobRunner: reduce > reduce
12/09/07 00:17:03 INFO mapred.LocalJobRunner: reduce > reduce
12/09/07 00:17:03 INFO mapred.Task: Task 'attempt_local_0005_r_000000_0' done.
12/09/07 00:17:06 INFO flow.FlowStep: [copa] starting step: (5/6) output/road
12/09/07 00:17:06 INFO mapred.FileInputFormat: Total input paths to process : 1
12/09/07 00:17:06 INFO flow.FlowStep: [copa] submitted hadoop job: job_local_0006
12/09/07 00:17:06 INFO mapred.Task: Using ResourceCalculatorPlugin : null
12/09/07 00:17:06 INFO io.MultiInputSplit: current split input path: file:/Users/ceteri/src/concur/CoPA/output/tsv/part-00000
12/09/07 00:17:06 INFO mapred.MapTask: numReduceTasks: 0
12/09/07 00:17:06 INFO hadoop.FlowMapper: sourcing from: Hfs["TextDelimited[['blurb', 'misc', 'geo', 'kind']]"]["output/tsv"]"]
12/09/07 00:17:06 INFO hadoop.FlowMapper: sourcing from: Hfs["TextDelimited[['pavement_type', 'albedo_new', 'albedo_worn']->[ALL]]"]["data/meta_road.tsv"]"]
12/09/07 00:17:06 INFO hadoop.FlowMapper: sinking to: Hfs["TextDelimited[[UNKNOWN]->['road_name', 'year_construct', 'traffic_count', 'traffic_index', 'traffic_class', 'paving_length', 'paving_width', 'paving_area', 'surface_type', 'bike_lane', 'bus_route', 'truck_route', 'albedo', 'lat0', 'lng0', 'alt0', 'lat1', 'lng1', 'alt1', 'lat_mid', 'lng_mid', 'slope', 'intercept', 'road_geohash']]"]["output/road"]"]
12/09/07 00:17:06 INFO collect.SpillableTupleList: attempting to load codec: org.apache.hadoop.io.compress.GzipCodec
12/09/07 00:17:06 INFO collect.SpillableTupleList: found codec: org.apache.hadoop.io.compress.GzipCodec
12/09/07 00:17:06 INFO mapred.FileInputFormat: Total input paths to process : 1
12/09/07 00:17:08 INFO collect.SpillableTupleList: attempting to load codec: org.apache.hadoop.io.compress.GzipCodec
12/09/07 00:17:08 INFO collect.SpillableTupleList: found codec: org.apache.hadoop.io.compress.GzipCodec
12/09/07 00:17:08 INFO mapred.Task: Task:attempt_local_0006_m_000000_0 is done. And is in the process of commiting
12/09/07 00:17:08 INFO mapred.LocalJobRunner:
12/09/07 00:17:08 INFO mapred.Task: Task attempt_local_0006_m_000000_0 is allowed to commit now
12/09/07 00:17:08 INFO mapred.FileOutputCommitter: Saved output of task 'attempt_local_0006_m_000000_0' to file:/Users/ceteri/src/concur/CoPA/output/road
12/09/07 00:17:09 INFO mapred.LocalJobRunner: file:/Users/ceteri/src/concur/CoPA/output/tsv/part-00000:0+8600953
12/09/07 00:17:09 INFO mapred.Task: Task 'attempt_local_0006_m_000000_0' done.
12/09/07 00:17:11 INFO util.Hadoop18TapUtil: deleting temp path output/tsv/_temporary
12/09/07 00:17:11 INFO util.Hadoop18TapUtil: deleting temp path output/trap/_temporary
12/09/07 00:17:11 INFO util.Hadoop18TapUtil: deleting temp path output/park/_temporary
12/09/07 00:17:11 INFO util.Hadoop18TapUtil: deleting temp path output/shade/_temporary
12/09/07 00:17:11 INFO util.Hadoop18TapUtil: deleting temp path output/tree/_temporary
12/09/07 00:17:11 INFO util.Hadoop18TapUtil: deleting temp path output/reco/_temporary
12/09/07 00:17:11 INFO util.Hadoop18TapUtil: deleting temp path output/road/_temporary
date uuid lat lng alt speed heading elapsed distance gps_geohash road_name year_construct traffic_count traffic_index traffic_class paving_length paving_width paving_area surface_type bike_lane bus_route truck_route albedo lat0 lng0 alt0 lat1 lng1 alt1 slope intercept tree_name priv tree_id situs tree_site species wikipedia calflora min_height max_height tree_lat tree_lng tree_alt tree_dist tree_geohash
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234
2767.006343007088 3794.757231572936 9q9hv6 Alma Street from San Antonio Avenue to City Limit 1957 12500 arterials & major streets arterial 415 80 33200 asphalt concrete 0 0 0 0.12 37.4087614342585 -122.108515047674 0.0 37.4086607918998 -122.108352585257 0.0 -0.6194808655175482 -38.235127154537146 Tree: 926 site 3 at 4243 ALMA ST, on ALMA ST 98 from pl -1 926 4243 3 fraxinus velutina http://en.wikipedia.org/wiki/Fraxinus_velutina http://www.calflora.org/cgi-bin/species_query.cgi?where-calrecnum=3616 10 10 37.4096451293862 -122.110052971379 0.0 5.8673224012205214E-5 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234
2767.006343007088 3794.757231572936 9q9hv6 Alma Street from San Antonio Avenue to City Limit 1957 12500 arterials & major streets arterial 415 80 33200 asphalt concrete 0 0 0 0.12 37.4087614342585 -122.108515047674 0.0 37.4086607918998 -122.108352585257 0.0 -0.6194808655175482 -38.235127154537146 Tree: 925 site 2 at 4243 ALMA ST, on ALMA ST 58 from pl -1 925 4243 2 fraxinus velutina http://en.wikipedia.org/wiki/Fraxinus_velutina http://www.calflora.org/cgi-bin/species_query.cgi?where-calrecnum=3616 10 10 37.4097134909807 -122.110160779208 0.0 5.733286471162101E-5 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234
2767.006343007088 3794.757231572936 9q9hv6 Alma Street from San Antonio Avenue to City Limit 1957 12500 arterials & major streets arterial 415 80 33200 asphalt concrete 0 0 0 0.12 37.4087614342585 -122.108515047674 0.0 37.4086607918998 -122.108352585257 0.0 -0.6194808655175482 -38.235127154537146 Tree: 924 site 1 at 4243 ALMA ST, on ALMA ST 15 from pl -1 924 4243 1 fraxinus velutina http://en.wikipedia.org/wiki/Fraxinus_velutina http://www.calflora.org/cgi-bin/species_query.cgi?where-calrecnum=3616 10 10 37.4097869795839 -122.110276672845 0.0 5.589218902804043E-5 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234
2767.006343007088 3794.757231572936 9q9hv6 Alma Street from San Antonio Avenue to City Limit 1957 12500 arterials & major streets arterial 415 80 33200 asphalt concrete 0 0 0 0.12 37.4087614342585 -122.108515047674 0.0 37.4086607918998 -122.108352585257 0.0 -0.6194808655175482 -38.235127154537146 Tree: 923 site 1 at 4221 ALMA ST, on ALMA ST 34 from pl -1 923 4221 1 fraxinus velutina http://en.wikipedia.org/wiki/Fraxinus_velutina http://www.calflora.org/cgi-bin/species_query.cgi?where-calrecnum=3616 10 10 37.4101200636757 -122.110828865829 0.0 6.353365186807793E-5 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234
2767.006343007088 3794.757231572936 9q9hv6 Alma Street from San Antonio Avenue to City Limit 1957 12500 arterials & major streets arterial 415 80 33200 asphalt concrete 0 0 0 0.12 37.4087614342585 -122.108515047674 0.0 37.4086607918998 -122.108352585257 0.0 -0.6194808655175482 -38.235127154537146 Tree: 919 site 5 at 4181 ALMA ST, on ALMA ST 203 from pl -1 919 4181 5 fraxinus velutina http://en.wikipedia.org/wiki/Fraxinus_velutina http://www.calflora.org/cgi-bin/species_query.cgi?where-calrecnum=3616 10 10 37.4110899832346 -122.112363767066 0.0 4.731576856266042E-5 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234
2767.006343007088 3794.757231572936 9q9hv6 Alma Street from San Antonio Avenue to City Limit 1957 12500 arterials & major streets arterial 415 80 33200 asphalt concrete 0 0 0 0.12 37.4087614342585 -122.108515047674 0.0 37.4086607918998 -122.108352585257 0.0 -0.6194808655175482 -38.235127154537146 Tree: 918 site 4 at 4181 ALMA ST, on ALMA ST 154 from pl -1 918 4181 4 fraxinus velutina http://en.wikipedia.org/wiki/Fraxinus_velutina http://www.calflora.org/cgi-bin/species_query.cgi?where-calrecnum=3616 10 10 37.4111658928771 -122.11248438921 0.0 4.630709710931855E-5 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234
bash-3.2$
This file has been truncated, but you can view the full file.
date uuid lat lng alt speed heading elapsed distance gps_geohash road_name year_construct traffic_count traffic_index traffic_class paving_length paving_width paving_area surface_type bike_lane bus_route truck_route albedo lat0 lng0 alt0 lat1 lng1 alt1 slope intercept tree_name priv tree_id situs tree_site species wikipedia calflora min_height max_height tree_lat tree_lng tree_alt tree_dist tree_geohash
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 Alma Street from San Antonio Avenue to City Limit 1957 12500 arterials & major streets arterial 415 80 33200 asphalt concrete 0 0 0 0.12 37.4087614342585 -122.108515047674 0.0 37.4086607918998 -122.108352585257 0.0 -0.6194808655175482 -38.235127154537146 Tree: 926 site 3 at 4243 ALMA ST, on ALMA ST 98 from pl -1 926 4243 3 fraxinus velutina http://en.wikipedia.org/wiki/Fraxinus_velutina http://www.calflora.org/cgi-bin/species_query.cgi?where-calrecnum=3616 10 10 37.4096451293862 -122.110052971379 0.0 5.8673224012205214E-5 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 Alma Street from San Antonio Avenue to City Limit 1957 12500 arterials & major streets arterial 415 80 33200 asphalt concrete 0 0 0 0.12 37.4087614342585 -122.108515047674 0.0 37.4086607918998 -122.108352585257 0.0 -0.6194808655175482 -38.235127154537146 Tree: 925 site 2 at 4243 ALMA ST, on ALMA ST 58 from pl -1 925 4243 2 fraxinus velutina http://en.wikipedia.org/wiki/Fraxinus_velutina http://www.calflora.org/cgi-bin/species_query.cgi?where-calrecnum=3616 10 10 37.4097134909807 -122.110160779208 0.0 5.733286471162101E-5 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 Alma Street from San Antonio Avenue to City Limit 1957 12500 arterials & major streets arterial 415 80 33200 asphalt concrete 0 0 0 0.12 37.4087614342585 -122.108515047674 0.0 37.4086607918998 -122.108352585257 0.0 -0.6194808655175482 -38.235127154537146 Tree: 924 site 1 at 4243 ALMA ST, on ALMA ST 15 from pl -1 924 4243 1 fraxinus velutina http://en.wikipedia.org/wiki/Fraxinus_velutina http://www.calflora.org/cgi-bin/species_query.cgi?where-calrecnum=3616 10 10 37.4097869795839 -122.110276672845 0.0 5.589218902804043E-5 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 Alma Street from San Antonio Avenue to City Limit 1957 12500 arterials & major streets arterial 415 80 33200 asphalt concrete 0 0 0 0.12 37.4087614342585 -122.108515047674 0.0 37.4086607918998 -122.108352585257 0.0 -0.6194808655175482 -38.235127154537146 Tree: 923 site 1 at 4221 ALMA ST, on ALMA ST 34 from pl -1 923 4221 1 fraxinus velutina http://en.wikipedia.org/wiki/Fraxinus_velutina http://www.calflora.org/cgi-bin/species_query.cgi?where-calrecnum=3616 10 10 37.4101200636757 -122.110828865829 0.0 6.353365186807793E-5 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 Alma Street from San Antonio Avenue to City Limit 1957 12500 arterials & major streets arterial 415 80 33200 asphalt concrete 0 0 0 0.12 37.4087614342585 -122.108515047674 0.0 37.4086607918998 -122.108352585257 0.0 -0.6194808655175482 -38.235127154537146 Tree: 919 site 5 at 4181 ALMA ST, on ALMA ST 203 from pl -1 919 4181 5 fraxinus velutina http://en.wikipedia.org/wiki/Fraxinus_velutina http://www.calflora.org/cgi-bin/species_query.cgi?where-calrecnum=3616 10 10 37.4110899832346 -122.112363767066 0.0 4.731576856266042E-5 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 Alma Street from San Antonio Avenue to City Limit 1957 12500 arterials & major streets arterial 415 80 33200 asphalt concrete 0 0 0 0.12 37.4087614342585 -122.108515047674 0.0 37.4086607918998 -122.108352585257 0.0 -0.6194808655175482 -38.235127154537146 Tree: 918 site 4 at 4181 ALMA ST, on ALMA ST 154 from pl -1 918 4181 4 fraxinus velutina http://en.wikipedia.org/wiki/Fraxinus_velutina http://www.calflora.org/cgi-bin/species_query.cgi?where-calrecnum=3616 10 10 37.4111658928771 -122.11248438921 0.0 4.630709710931855E-5 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 Alma Street from San Antonio Avenue to City Limit 1957 12500 arterials & major streets arterial 415 80 33200 asphalt concrete 0 0 0 0.12 37.4087614342585 -122.108515047674 0.0 37.4086607918998 -122.108352585257 0.0 -0.6194808655175482 -38.235127154537146 Tree: 917 site 3 at 4181 ALMA ST, on ALMA ST 105 from pl -1 917 4181 3 fraxinus velutina http://en.wikipedia.org/wiki/Fraxinus_velutina http://www.calflora.org/cgi-bin/species_query.cgi?where-calrecnum=3616 10 10 37.4112547809895 -122.11262509498 0.0 4.4841881086273216E-5 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 Alma Street from San Antonio Avenue to City Limit 1957 12500 arterials & major streets arterial 415 80 33200 asphalt concrete 0 0 0 0.12 37.4087614342585 -122.108515047674 0.0 37.4086607918998 -122.108352585257 0.0 -0.6194808655175482 -38.235127154537146 Tree: 916 site 2 at 4181 ALMA ST, on ALMA ST 61 from pl -1 916 4181 2 fraxinus velutina http://en.wikipedia.org/wiki/Fraxinus_velutina http://www.calflora.org/cgi-bin/species_query.cgi?where-calrecnum=3616 10 10 37.4113239358546 -122.112732107044 0.0 4.240809580365891E-5 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 Alma Street from San Antonio Avenue to City Limit 1957 12500 arterials & major streets arterial 415 80 33200 asphalt concrete 0 0 0 0.12 37.4087614342585 -122.108515047674 0.0 37.4086607918998 -122.108352585257 0.0 -0.6194808655175482 -38.235127154537146 Tree: 905 site 7 at 4111 ALMA ST, on ALMA ST 367 from pl -1 905 4111 7 fraxinus velutina http://en.wikipedia.org/wiki/Fraxinus_velutina http://www.calflora.org/cgi-bin/species_query.cgi?where-calrecnum=3616 10 10 37.4114933130279 -122.112985249683 0.0 3.173070697871633E-5 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 Alma Street from San Antonio Avenue to City Limit 1957 12500 arterials & major streets arterial 415 80 33200 asphalt concrete 0 0 0 0.12 37.4087614342585 -122.108515047674 0.0 37.4086607918998 -122.108352585257 0.0 -0.6194808655175482 -38.235127154537146 Tree: 906 site 1 at 4161 ALMA ST, on ALMA ST 20 from pl -1 906 4161 1 fraxinus velutina http://en.wikipedia.org/wiki/Fraxinus_velutina http://www.calflora.org/cgi-bin/species_query.cgi?where-calrecnum=3616 10 10 37.4110525965859 -122.112308379546 0.0 4.992994581795099E-5 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 Alma Street from San Antonio Avenue to City Limit 1957 12500 arterials & major streets arterial 415 80 33200 asphalt concrete 0 0 0 0.12 37.4087614342585 -122.108515047674 0.0 37.4086607918998 -122.108352585257 0.0 -0.6194808655175482 -38.235127154537146 Tree: 909 site 4 at 4161 ALMA ST, on ALMA ST 156 from pl -1 909 4161 4 fraxinus velutina http://en.wikipedia.org/wiki/Fraxinus_velutina http://www.calflora.org/cgi-bin/species_query.cgi?where-calrecnum=3616 10 10 37.4108194070582 -122.111944383537 0.0 5.647653827098372E-5 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 Alma Street from San Antonio Avenue to City Limit 1957 12500 arterials & major streets arterial 415 80 33200 asphalt concrete 0 0 0 0.12 37.4087614342585 -122.108515047674 0.0 37.4086607918998 -122.108352585257 0.0 -0.6194808655175482 -38.235127154537146 Tree: 910 site 5 at 4161 ALMA ST, on ALMA ST 197 from pl -1 910 4161 5 fraxinus velutina http://en.wikipedia.org/wiki/Fraxinus_velutina http://www.calflora.org/cgi-bin/species_query.cgi?where-calrecnum=3616 10 10 37.4107462580174 -122.111831193507 0.0 5.905232770379495E-5 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 Alma Street from San Antonio Avenue to City Limit 1957 12500 arterials & major streets arterial 415 80 33200 asphalt concrete 0 0 0 0.12 37.4087614342585 -122.108515047674 0.0 37.4086607918998 -122.108352585257 0.0 -0.6194808655175482 -38.235127154537146 Tree: 911 site 6 at 4161 ALMA ST, on ALMA ST 244 from pl -1 911 4161 6 fraxinus velutina http://en.wikipedia.org/wiki/Fraxinus_velutina http://www.calflora.org/cgi-bin/species_query.cgi?where-calrecnum=3616 10 10 37.4106643575087 -122.111701303598 0.0 6.027323784125982E-5 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 Alma Street from San Antonio Avenue to City Limit 1957 12500 arterials & major streets arterial 415 80 33200 asphalt concrete 0 0 0 0.12 37.4087614342585 -122.108515047674 0.0 37.4086607918998 -122.108352585257 0.0 -0.6194808655175482 -38.235127154537146 Tree: 912 site 7 at 4161 ALMA ST, on ALMA ST 293 from pl -1 912 4161 7 fraxinus velutina http://en.wikipedia.org/wiki/Fraxinus_velutina http://www.calflora.org/cgi-bin/species_query.cgi?where-calrecnum=3616 10 10 37.4105824568557 -122.111571413974 0.0 6.149442075379505E-5 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 Alma Street from San Antonio Avenue to City Limit 1957 12500 arterials & major streets arterial 415 80 33200 asphalt concrete 0 0 0 0.12 37.4087614342585 -122.108515047674 0.0 37.4086607918998 -122.108352585257 0.0 -0.6194808655175482 -38.235127154537146 Tree: 915 site 1 at 4181 ALMA ST, on ALMA ST 14 from pl -1 915 4181 1 fraxinus velutina http://en.wikipedia.org/wiki/Fraxinus_velutina http://www.calflora.org/cgi-bin/species_query.cgi?where-calrecnum=3616 10 10 37.4114000790744 -122.112849933477 0.0 3.972858049578235E-5 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 Alma Street from San Antonio Avenue to City Limit 1957 12500 arterials & major streets arterial 415 80 33200 asphalt concrete 0 0 0 0.12 37.4087614342585 -122.108515047674 0.0 37.4086607918998 -122.108352585257 0.0 -0.6194808655175482 -38.235127154537146 Tree: 914 site 9 at 4161 ALMA ST, on ALMA ST 387 from pl -1 914 4161 9 fraxinus velutina http://en.wikipedia.org/wiki/Fraxinus_velutina http://www.calflora.org/cgi-bin/species_query.cgi?where-calrecnum=3616 10 10 37.4104229452077 -122.11132774908 0.0 6.877630197531977E-5 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 Alma Street from San Antonio Avenue to City Limit 1957 12500 arterials & major streets arterial 415 80 33200 asphalt concrete 0 0 0 0.12 37.4087614342585 -122.108515047674 0.0 37.4086607918998 -122.108352585257 0.0 -0.6194808655175482 -38.235127154537146 Tree: 913 site 8 at 4161 ALMA ST, on ALMA ST 340 from pl -1 913 4161 8 fraxinus velutina http://en.wikipedia.org/wiki/Fraxinus_velutina http://www.calflora.org/cgi-bin/species_query.cgi?where-calrecnum=3616 10 10 37.410500322135 -122.111444321069 0.0 6.438739521777289E-5 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 Alma Street from San Antonio Avenue to City Limit 1957 12500 arterials & major streets arterial 415 80 33200 asphalt concrete 0 0 0 0.12 37.4087614342585 -122.108515047674 0.0 37.4086607918998 -122.108352585257 0.0 -0.6194808655175482 -38.235127154537146 Tree: 907 site 2 at 4161 ALMA ST, on ALMA ST 70 from pl -1 907 4161 2 fraxinus velutina http://en.wikipedia.org/wiki/Fraxinus_velutina http://www.calflora.org/cgi-bin/species_query.cgi?where-calrecnum=3616 10 10 37.4109664692294 -122.112175105575 0.0 5.296198282368908E-5 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 Alma Street from San Antonio Avenue to City Limit 1957 12500 arterials & major streets arterial 415 80 33200 asphalt concrete 0 0 0 0.12 37.4087614342585 -122.108515047674 0.0 37.4086607918998 -122.108352585257 0.0 -0.6194808655175482 -38.235127154537146 Tree: 908 site 3 at 4161 ALMA ST, on ALMA ST 113 from pl -1 908 4161 3 fraxinus velutina http://en.wikipedia.org/wiki/Fraxinus_velutina http://www.calflora.org/cgi-bin/species_query.cgi?where-calrecnum=3616 10 10 37.4109020091126 -122.112065884642 0.0 5.024152482279275E-5 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 Alma Street from San Antonio Avenue to City Limit 1957 12500 arterials & major streets arterial 415 80 33200 asphalt concrete 0 0 0 0.12 37.4087614342585 -122.108515047674 0.0 37.4086607918998 -122.108352585257 0.0 -0.6194808655175482 -38.235127154537146 Tree: 927 site 1 at 4245 ALMA ST, on ALMA ST 73 from pl -1 927 4245 1 juglans nigra http://en.wikipedia.org/wiki/Juglans_nigra NULL 30 40 37.4094069392663 -122.109604220859 0.0 2.4837328328529244E-5 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 Alma Street from San Antonio Avenue to City Limit 1957 12500 arterials & major streets arterial 415 80 33200 asphalt concrete 0 0 0 0.12 37.4088688914345 -122.10881530702 0.0 37.4087949483293 -122.108619039804 0.0 -0.37674710380868454 -8.595273624994846 Tree: 926 site 3 at 4243 ALMA ST, on ALMA ST 98 from pl -1 926 4243 3 fraxinus velutina http://en.wikipedia.org/wiki/Fraxinus_velutina http://www.calflora.org/cgi-bin/species_query.cgi?where-calrecnum=3616 10 10 37.4096451293862 -122.110052971379 0.0 2.9004968096348494E-4 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 Alma Street from San Antonio Avenue to City Limit 1957 12500 arterials & major streets arterial 415 80 33200 asphalt concrete 0 0 0 0.12 37.4088688914345 -122.10881530702 0.0 37.4087949483293 -122.108619039804 0.0 -0.37674710380868454 -8.595273624994846 Tree: 925 site 2 at 4243 ALMA ST, on ALMA ST 58 from pl -1 925 4243 2 fraxinus velutina http://en.wikipedia.org/wiki/Fraxinus_velutina http://www.calflora.org/cgi-bin/species_query.cgi?where-calrecnum=3616 10 10 37.4097134909807 -122.110160779208 0.0 3.1601347780313915E-4 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 Alma Street from San Antonio Avenue to City Limit 1957 12500 arterials & major streets arterial 415 80 33200 asphalt concrete 0 0 0 0.12 37.4088688914345 -122.10881530702 0.0 37.4087949483293 -122.108619039804 0.0 -0.37674710380868454 -8.595273624994846 Tree: 924 site 1 at 4243 ALMA ST, on ALMA ST 15 from pl -1 924 4243 1 fraxinus velutina http://en.wikipedia.org/wiki/Fraxinus_velutina http://www.calflora.org/cgi-bin/species_query.cgi?where-calrecnum=3616 10 10 37.4097869795839 -122.110276672845 0.0 3.4392437778159383E-4 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 Alma Street from San Antonio Avenue to City Limit 1957 12500 arterials & major streets arterial 415 80 33200 asphalt concrete 0 0 0 0.12 37.4088688914345 -122.10881530702 0.0 37.4087949483293 -122.108619039804 0.0 -0.37674710380868454 -8.595273624994846 Tree: 923 site 1 at 4221 ALMA ST, on ALMA ST 34 from pl -1 923 4221 1 fraxinus velutina http://en.wikipedia.org/wiki/Fraxinus_velutina http://www.calflora.org/cgi-bin/species_query.cgi?where-calrecnum=3616 10 10 37.4101200636757 -122.110828865829 0.0 4.609421667108058E-4 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 Alma Street from San Antonio Avenue to City Limit 1957 12500 arterials & major streets arterial 415 80 33200 asphalt concrete 0 0 0 0.12 37.4088688914345 -122.10881530702 0.0 37.4087949483293 -122.108619039804 0.0 -0.37674710380868454 -8.595273624994846 Tree: 919 site 5 at 4181 ALMA ST, on ALMA ST 203 from pl -1 919 4181 5 fraxinus velutina http://en.wikipedia.org/wiki/Fraxinus_velutina http://www.calflora.org/cgi-bin/species_query.cgi?where-calrecnum=3616 10 10 37.4110899832346 -122.112363767066 0.0 8.274445096087661E-4 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 Alma Street from San Antonio Avenue to City Limit 1957 12500 arterials & major streets arterial 415 80 33200 asphalt concrete 0 0 0 0.12 37.4088688914345 -122.10881530702 0.0 37.4087949483293 -122.108619039804 0.0 -0.37674710380868454 -8.595273624994846 Tree: 918 site 4 at 4181 ALMA ST, on ALMA ST 154 from pl -1 918 4181 4 fraxinus velutina http://en.wikipedia.org/wiki/Fraxinus_velutina http://www.calflora.org/cgi-bin/species_query.cgi?where-calrecnum=3616 10 10 37.4111658928771 -122.11248438921 0.0 8.559539299892575E-4 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 Alma Street from San Antonio Avenue to City Limit 1957 12500 arterials & major streets arterial 415 80 33200 asphalt concrete 0 0 0 0.12 37.4088688914345 -122.10881530702 0.0 37.4087949483293 -122.108619039804 0.0 -0.37674710380868454 -8.595273624994846 Tree: 917 site 3 at 4181 ALMA ST, on ALMA ST 105 from pl -1 917 4181 3 fraxinus velutina http://en.wikipedia.org/wiki/Fraxinus_velutina http://www.calflora.org/cgi-bin/species_query.cgi?where-calrecnum=3616 10 10 37.4112547809895 -122.11262509498 0.0 8.895278695084561E-4 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 Alma Street from San Antonio Avenue to City Limit 1957 12500 arterials & major streets arterial 415 80 33200 asphalt concrete 0 0 0 0.12 37.4088688914345 -122.10881530702 0.0 37.4087949483293 -122.108619039804 0.0 -0.37674710380868454 -8.595273624994846 Tree: 916 site 2 at 4181 ALMA ST, on ALMA ST 61 from pl -1 916 4181 2 fraxinus velutina http://en.wikipedia.org/wiki/Fraxinus_velutina http://www.calflora.org/cgi-bin/species_query.cgi?where-calrecnum=3616 10 10 37.4113239358546 -122.112732107044 0.0 9.165145535252806E-4 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 Alma Street from San Antonio Avenue to City Limit 1957 12500 arterials & major streets arterial 415 80 33200 asphalt concrete 0 0 0 0.12 37.4088688914345 -122.10881530702 0.0 37.4087949483293 -122.108619039804 0.0 -0.37674710380868454 -8.595273624994846 Tree: 905 site 7 at 4111 ALMA ST, on ALMA ST 367 from pl -1 905 4111 7 fraxinus velutina http://en.wikipedia.org/wiki/Fraxinus_velutina http://www.calflora.org/cgi-bin/species_query.cgi?where-calrecnum=3616 10 10 37.4114933130279 -122.112985249683 0.0 9.857690609675082E-4 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 Alma Street from San Antonio Avenue to City Limit 1957 12500 arterials & major streets arterial 415 80 33200 asphalt concrete 0 0 0 0.12 37.4088688914345 -122.10881530702 0.0 37.4087949483293 -122.108619039804 0.0 -0.37674710380868454 -8.595273624994846 Tree: 906 site 1 at 4161 ALMA ST, on ALMA ST 20 from pl -1 906 4161 1 fraxinus velutina http://en.wikipedia.org/wiki/Fraxinus_velutina http://www.calflora.org/cgi-bin/species_query.cgi?where-calrecnum=3616 10 10 37.4110525965859 -122.112308379546 0.0 8.11985660219736E-4 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 Alma Street from San Antonio Avenue to City Limit 1957 12500 arterials & major streets arterial 415 80 33200 asphalt concrete 0 0 0 0.12 37.4088688914345 -122.10881530702 0.0 37.4087949483293 -122.108619039804 0.0 -0.37674710380868454 -8.595273624994846 Tree: 909 site 4 at 4161 ALMA ST, on ALMA ST 156 from pl -1 909 4161 4 fraxinus velutina http://en.wikipedia.org/wiki/Fraxinus_velutina http://www.calflora.org/cgi-bin/species_query.cgi?where-calrecnum=3616 10 10 37.4108194070582 -122.111944383537 0.0 7.220982168637866E-4 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 Alma Street from San Antonio Avenue to City Limit 1957 12500 arterials & major streets arterial 415 80 33200 asphalt concrete 0 0 0 0.12 37.4088688914345 -122.10881530702 0.0 37.4087949483293 -122.108619039804 0.0 -0.37674710380868454 -8.595273624994846 Tree: 910 site 5 at 4161 ALMA ST, on ALMA ST 197 from pl -1 910 4161 5 fraxinus velutina http://en.wikipedia.org/wiki/Fraxinus_velutina http://www.calflora.org/cgi-bin/species_query.cgi?where-calrecnum=3616 10 10 37.4107462580174 -122.111831193507 0.0 6.935519022516814E-4 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 Alma Street from San Antonio Avenue to City Limit 1957 12500 arterials & major streets arterial 415 80 33200 asphalt concrete 0 0 0 0.12 37.4088688914345 -122.10881530702 0.0 37.4087949483293 -122.108619039804 0.0 -0.37674710380868454 -8.595273624994846 Tree: 911 site 6 at 4161 ALMA ST, on ALMA ST 244 from pl -1 911 4161 6 fraxinus velutina http://en.wikipedia.org/wiki/Fraxinus_velutina http://www.calflora.org/cgi-bin/species_query.cgi?where-calrecnum=3616 10 10 37.4106643575087 -122.111701303598 0.0 6.627036955149406E-4 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 Alma Street from San Antonio Avenue to City Limit 1957 12500 arterials & major streets arterial 415 80 33200 asphalt concrete 0 0 0 0.12 37.4088688914345 -122.10881530702 0.0 37.4087949483293 -122.108619039804 0.0 -0.37674710380868454 -8.595273624994846 Tree: 912 site 7 at 4161 ALMA ST, on ALMA ST 293 from pl -1 912 4161 7 fraxinus velutina http://en.wikipedia.org/wiki/Fraxinus_velutina http://www.calflora.org/cgi-bin/species_query.cgi?where-calrecnum=3616 10 10 37.4105824568557 -122.111571413974 0.0 6.318552532571726E-4 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 Alma Street from San Antonio Avenue to City Limit 1957 12500 arterials & major streets arterial 415 80 33200 asphalt concrete 0 0 0 0.12 37.4088688914345 -122.10881530702 0.0 37.4087949483293 -122.108619039804 0.0 -0.37674710380868454 -8.595273624994846 Tree: 915 site 1 at 4181 ALMA ST, on ALMA ST 14 from pl -1 915 4181 1 fraxinus velutina http://en.wikipedia.org/wiki/Fraxinus_velutina http://www.calflora.org/cgi-bin/species_query.cgi?where-calrecnum=3616 10 10 37.4114000790744 -122.112849933477 0.0 9.462281991151786E-4 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 Alma Street from San Antonio Avenue to City Limit 1957 12500 arterials & major streets arterial 415 80 33200 asphalt concrete 0 0 0 0.12 37.4088688914345 -122.10881530702 0.0 37.4087949483293 -122.108619039804 0.0 -0.37674710380868454 -8.595273624994846 Tree: 914 site 9 at 4161 ALMA ST, on ALMA ST 387 from pl -1 914 4161 9 fraxinus velutina http://en.wikipedia.org/wiki/Fraxinus_velutina http://www.calflora.org/cgi-bin/species_query.cgi?where-calrecnum=3616 10 10 37.4104229452077 -122.11132774908 0.0 5.684913718290767E-4 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 Alma Street from San Antonio Avenue to City Limit 1957 12500 arterials & major streets arterial 415 80 33200 asphalt concrete 0 0 0 0.12 37.4088688914345 -122.10881530702 0.0 37.4087949483293 -122.108619039804 0.0 -0.37674710380868454 -8.595273624994846 Tree: 913 site 8 at 4161 ALMA ST, on ALMA ST 340 from pl -1 913 4161 8 fraxinus velutina http://en.wikipedia.org/wiki/Fraxinus_velutina http://www.calflora.org/cgi-bin/species_query.cgi?where-calrecnum=3616 10 10 37.410500322135 -122.111444321069 0.0 5.998017715166562E-4 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 Alma Street from San Antonio Avenue to City Limit 1957 12500 arterials & major streets arterial 415 80 33200 asphalt concrete 0 0 0 0.12 37.4088688914345 -122.10881530702 0.0 37.4087949483293 -122.108619039804 0.0 -0.37674710380868454 -8.595273624994846 Tree: 907 site 2 at 4161 ALMA ST, on ALMA ST 70 from pl -1 907 4161 2 fraxinus velutina http://en.wikipedia.org/wiki/Fraxinus_velutina http://www.calflora.org/cgi-bin/species_query.cgi?where-calrecnum=3616 10 10 37.4109664692294 -122.112175105575 0.0 7.783750818377887E-4 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 Alma Street from San Antonio Avenue to City Limit 1957 12500 arterials & major streets arterial 415 80 33200 asphalt concrete 0 0 0 0.12 37.4088688914345 -122.10881530702 0.0 37.4087949483293 -122.108619039804 0.0 -0.37674710380868454 -8.595273624994846 Tree: 908 site 3 at 4161 ALMA ST, on ALMA ST 113 from pl -1 908 4161 3 fraxinus velutina http://en.wikipedia.org/wiki/Fraxinus_velutina http://www.calflora.org/cgi-bin/species_query.cgi?where-calrecnum=3616 10 10 37.4109020091126 -122.112065884642 0.0 7.565604498791034E-4 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 Alma Street from San Antonio Avenue to City Limit 1957 12500 arterials & major streets arterial 415 80 33200 asphalt concrete 0 0 0 0.12 37.4088688914345 -122.10881530702 0.0 37.4087949483293 -122.108619039804 0.0 -0.37674710380868454 -8.595273624994846 Tree: 927 site 1 at 4245 ALMA ST, on ALMA ST 73 from pl -1 927 4245 1 juglans nigra http://en.wikipedia.org/wiki/Juglans_nigra NULL 30 40 37.4094069392663 -122.109604220859 0.0 2.2536347479665492E-4 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 Ponce Drive from Hemlock Court to End 1965 300 residential dead end local residential 627 24 15048 asphalt concrete 0 0 0 0.12 37.4094916918825 -122.108820759073 0.0 37.4094980552721 -122.108812948616 0.0 0.8147269242004428 136.89483564666523 Tree: 926 site 3 at 4243 ALMA ST, on ALMA ST 98 from pl -1 926 4243 3 fraxinus velutina http://en.wikipedia.org/wiki/Fraxinus_velutina http://www.calflora.org/cgi-bin/species_query.cgi?where-calrecnum=3616 10 10 37.4096451293862 -122.110052971379 0.0 8.972599633201589E-4 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 Ponce Drive from Hemlock Court to End 1965 300 residential dead end local residential 627 24 15048 asphalt concrete 0 0 0 0.12 37.4094916918825 -122.108820759073 0.0 37.4094980552721 -122.108812948616 0.0 0.8147269242004428 136.89483564666523 Tree: 927 site 1 at 4245 ALMA ST, on ALMA ST 73 from pl -1 927 4245 1 juglans nigra http://en.wikipedia.org/wiki/Juglans_nigra NULL 30 40 37.4094069392663 -122.109604220859 0.0 4.2915351341569135E-4 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 Ponce Drive from Hemlock Court to End 1965 300 residential dead end local residential 627 24 15048 asphalt concrete 0 0 0 0.12 37.4094858957163 -122.108829235071 0.0 37.4094916918825 -122.108820759073 0.0 0.68383288889333 120.91151935091722 Tree: 926 site 3 at 4243 ALMA ST, on ALMA ST 98 from pl -1 926 4243 3 fraxinus velutina http://en.wikipedia.org/wiki/Fraxinus_velutina http://www.calflora.org/cgi-bin/species_query.cgi?where-calrecnum=3616 10 10 37.4096451293862 -122.110052971379 0.0 8.222041911594932E-4 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 Ponce Drive from Hemlock Court to End 1965 300 residential dead end local residential 627 24 15048 asphalt concrete 0 0 0 0.12 37.4094858957163 -122.108829235071 0.0 37.4094916918825 -122.108820759073 0.0 0.68383288889333 120.91151935091722 Tree: 925 site 2 at 4243 ALMA ST, on ALMA ST 58 from pl -1 925 4243 2 fraxinus velutina http://en.wikipedia.org/wiki/Fraxinus_velutina http://www.calflora.org/cgi-bin/species_query.cgi?where-calrecnum=3616 10 10 37.4097134909807 -122.110160779208 0.0 9.394878956509229E-4 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 Ponce Drive from Hemlock Court to End 1965 300 residential dead end local residential 627 24 15048 asphalt concrete 0 0 0 0.12 37.4094858957163 -122.108829235071 0.0 37.4094916918825 -122.108820759073 0.0 0.68383288889333 120.91151935091722 Tree: 927 site 1 at 4245 ALMA ST, on ALMA ST 73 from pl -1 927 4245 1 juglans nigra http://en.wikipedia.org/wiki/Juglans_nigra NULL 30 40 37.4094069392663 -122.109604220859 0.0 3.722826473025878E-4 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 Ponce Drive from Hemlock Court to End 1965 300 residential dead end local residential 627 24 15048 asphalt concrete 0 0 0 0.12 37.4094807108858 -122.108838312102 0.0 37.4094858957163 -122.108829235071 0.0 0.571203348523715 107.15845803909936 Tree: 926 site 3 at 4243 ALMA ST, on ALMA ST 98 from pl -1 926 4243 3 fraxinus velutina http://en.wikipedia.org/wiki/Fraxinus_velutina http://www.calflora.org/cgi-bin/species_query.cgi?where-calrecnum=3616 10 10 37.4096451293862 -122.110052971379 0.0 7.452297658683988E-4 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 Ponce Drive from Hemlock Court to End 1965 300 residential dead end local residential 627 24 15048 asphalt concrete 0 0 0 0.12 37.4094807108858 -122.108838312102 0.0 37.4094858957163 -122.108829235071 0.0 0.571203348523715 107.15845803909936 Tree: 925 site 2 at 4243 ALMA ST, on ALMA ST 58 from pl -1 925 4243 2 fraxinus velutina http://en.wikipedia.org/wiki/Fraxinus_velutina http://www.calflora.org/cgi-bin/species_query.cgi?where-calrecnum=3616 10 10 37.4097134909807 -122.110160779208 0.0 8.580617768929786E-4 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 Ponce Drive from Hemlock Court to End 1965 300 residential dead end local residential 627 24 15048 asphalt concrete 0 0 0 0.12 37.4094807108858 -122.108838312102 0.0 37.4094858957163 -122.108829235071 0.0 0.571203348523715 107.15845803909936 Tree: 924 site 1 at 4243 ALMA ST, on ALMA ST 15 from pl -1 924 4243 1 fraxinus velutina http://en.wikipedia.org/wiki/Fraxinus_velutina http://www.calflora.org/cgi-bin/species_query.cgi?where-calrecnum=3616 10 10 37.4097869795839 -122.110276672845 0.0 9.793562020009138E-4 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 Ponce Drive from Hemlock Court to End 1965 300 residential dead end local residential 627 24 15048 asphalt concrete 0 0 0 0.12 37.4094807108858 -122.108838312102 0.0 37.4094858957163 -122.108829235071 0.0 0.571203348523715 107.15845803909936 Tree: 927 site 1 at 4245 ALMA ST, on ALMA ST 73 from pl -1 927 4245 1 juglans nigra http://en.wikipedia.org/wiki/Juglans_nigra NULL 30 40 37.4094069392663 -122.109604220859 0.0 3.1582631939267275E-4 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 Ponce Drive from Hemlock Court to End 1965 300 residential dead end local residential 627 24 15048 asphalt concrete 0 0 0 0.12 37.4094761768506 -122.108847921086 0.0 37.4094807108858 -122.108838312102 0.0 0.47185375667143176 95.02699479123558 Tree: 926 site 3 at 4243 ALMA ST, on ALMA ST 98 from pl -1 926 4243 3 fraxinus velutina http://en.wikipedia.org/wiki/Fraxinus_velutina http://www.calflora.org/cgi-bin/species_query.cgi?where-calrecnum=3616 10 10 37.4096451293862 -122.110052971379 0.0 6.670325407686709E-4 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 Ponce Drive from Hemlock Court to End 1965 300 residential dead end local residential 627 24 15048 asphalt concrete 0 0 0 0.12 37.4094761768506 -122.108847921086 0.0 37.4094807108858 -122.108838312102 0.0 0.47185375667143176 95.02699479123558 Tree: 925 site 2 at 4243 ALMA ST, on ALMA ST 58 from pl -1 925 4243 2 fraxinus velutina http://en.wikipedia.org/wiki/Fraxinus_velutina http://www.calflora.org/cgi-bin/species_query.cgi?where-calrecnum=3616 10 10 37.4097134909807 -122.110160779208 0.0 7.748624592085702E-4 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 Ponce Drive from Hemlock Court to End 1965 300 residential dead end local residential 627 24 15048 asphalt concrete 0 0 0 0.12 37.4094761768506 -122.108847921086 0.0 37.4094807108858 -122.108838312102 0.0 0.47185375667143176 95.02699479123558 Tree: 924 site 1 at 4243 ALMA ST, on ALMA ST 15 from pl -1 924 4243 1 fraxinus velutina http://en.wikipedia.org/wiki/Fraxinus_velutina http://www.calflora.org/cgi-bin/species_query.cgi?where-calrecnum=3616 10 10 37.4097869795839 -122.110276672845 0.0 8.907796154958538E-4 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 Ponce Drive from Hemlock Court to End 1965 300 residential dead end local residential 627 24 15048 asphalt concrete 0 0 0 0.12 37.4094761768506 -122.108847921086 0.0 37.4094807108858 -122.108838312102 0.0 0.47185375667143176 95.02699479123558 Tree: 927 site 1 at 4245 ALMA ST, on ALMA ST 73 from pl -1 927 4245 1 juglans nigra http://en.wikipedia.org/wiki/Juglans_nigra NULL 30 40 37.4094069392663 -122.109604220859 0.0 2.601217888097068E-4 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 N. San Antonio Avenue from Briarwood Way to Mackay Drive 1960 1500 residential local local residential 487 40 19480 asphalt concrete 0 0 0 0.12 37.4103622493836 -122.107695504988 0.0 37.4103702144367 -122.107680121627 0.0 0.5177706678777311 100.63414530401187 Tree: 926 site 3 at 4243 ALMA ST, on ALMA ST 98 from pl -1 926 4243 3 fraxinus velutina http://en.wikipedia.org/wiki/Fraxinus_velutina http://www.calflora.org/cgi-bin/species_query.cgi?where-calrecnum=3616 10 10 37.4096451293862 -122.110052971379 0.0 4.471271448202833E-4 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 N. San Antonio Avenue from Briarwood Way to Mackay Drive 1960 1500 residential local local residential 487 40 19480 asphalt concrete 0 0 0 0.12 37.4103622493836 -122.107695504988 0.0 37.4103702144367 -122.107680121627 0.0 0.5177706678777311 100.63414530401187 Tree: 925 site 2 at 4243 ALMA ST, on ALMA ST 58 from pl -1 925 4243 2 fraxinus velutina http://en.wikipedia.org/wiki/Fraxinus_velutina http://www.calflora.org/cgi-bin/species_query.cgi?where-calrecnum=3616 10 10 37.4097134909807 -122.110160779208 0.0 5.574033619513831E-4 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 N. San Antonio Avenue from Briarwood Way to Mackay Drive 1960 1500 residential local local residential 487 40 19480 asphalt concrete 0 0 0 0.12 37.4103622493836 -122.107695504988 0.0 37.4103702144367 -122.107680121627 0.0 0.5177706678777311 100.63414530401187 Tree: 924 site 1 at 4243 ALMA ST, on ALMA ST 15 from pl -1 924 4243 1 fraxinus velutina http://en.wikipedia.org/wiki/Fraxinus_velutina http://www.calflora.org/cgi-bin/species_query.cgi?where-calrecnum=3616 10 10 37.4097869795839 -122.110276672845 0.0 6.759502984379808E-4 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 N. San Antonio Avenue from Briarwood Way to Mackay Drive 1960 1500 residential local local residential 487 40 19480 asphalt concrete 0 0 0 0.12 37.4103622493836 -122.107695504988 0.0 37.4103702144367 -122.107680121627 0.0 0.5177706678777311 100.63414530401187 Tree: 927 site 1 at 4245 ALMA ST, on ALMA ST 73 from pl -1 927 4245 1 juglans nigra http://en.wikipedia.org/wiki/Juglans_nigra NULL 30 40 37.4094069392663 -122.109604220859 0.0 2.927552231216558E-5 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 N. San Antonio Avenue from Briarwood Way to Mackay Drive 1960 1500 residential local local residential 487 40 19480 asphalt concrete 0 0 0 0.12 37.4103553841287 -122.10771170008 0.0 37.4103622493836 -122.107695504988 0.0 0.423909595729357 89.1729860863465 Tree: 926 site 3 at 4243 ALMA ST, on ALMA ST 98 from pl -1 926 4243 3 fraxinus velutina http://en.wikipedia.org/wiki/Fraxinus_velutina http://www.calflora.org/cgi-bin/species_query.cgi?where-calrecnum=3616 10 10 37.4096451293862 -122.110052971379 0.0 2.5984929895350587E-4 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 N. San Antonio Avenue from Briarwood Way to Mackay Drive 1960 1500 residential local local residential 487 40 19480 asphalt concrete 0 0 0 0.12 37.4103553841287 -122.10771170008 0.0 37.4103622493836 -122.107695504988 0.0 0.423909595729357 89.1729860863465 Tree: 925 site 2 at 4243 ALMA ST, on ALMA ST 58 from pl -1 925 4243 2 fraxinus velutina http://en.wikipedia.org/wiki/Fraxinus_velutina http://www.calflora.org/cgi-bin/species_query.cgi?where-calrecnum=3616 10 10 37.4097134909807 -122.110160779208 0.0 3.6486559904166607E-4 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 N. San Antonio Avenue from Briarwood Way to Mackay Drive 1960 1500 residential local local residential 487 40 19480 asphalt concrete 0 0 0 0.12 37.4103553841287 -122.10771170008 0.0 37.4103622493836 -122.107695504988 0.0 0.423909595729357 89.1729860863465 Tree: 924 site 1 at 4243 ALMA ST, on ALMA ST 15 from pl -1 924 4243 1 fraxinus velutina http://en.wikipedia.org/wiki/Fraxinus_velutina http://www.calflora.org/cgi-bin/species_query.cgi?where-calrecnum=3616 10 10 37.4097869795839 -122.110276672845 0.0 4.777581057258601E-4 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 N. San Antonio Avenue from Briarwood Way to Mackay Drive 1960 1500 residential local local residential 487 40 19480 asphalt concrete 0 0 0 0.12 37.4103553841287 -122.10771170008 0.0 37.4103622493836 -122.107695504988 0.0 0.423909595729357 89.1729860863465 Tree: 923 site 1 at 4221 ALMA ST, on ALMA ST 34 from pl -1 923 4221 1 fraxinus velutina http://en.wikipedia.org/wiki/Fraxinus_velutina http://www.calflora.org/cgi-bin/species_query.cgi?where-calrecnum=3616 10 10 37.4101200636757 -122.110828865829 0.0 9.999414133268756E-4 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 N. San Antonio Avenue from Briarwood Way to Mackay Drive 1960 1500 residential local local residential 487 40 19480 asphalt concrete 0 0 0 0.12 37.4103553841287 -122.10771170008 0.0 37.4103622493836 -122.107695504988 0.0 0.423909595729357 89.1729860863465 Tree: 927 site 1 at 4245 ALMA ST, on ALMA ST 73 from pl -1 927 4245 1 juglans nigra http://en.wikipedia.org/wiki/Juglans_nigra NULL 30 40 37.4094069392663 -122.109604220859 0.0 1.3459332205358737E-4 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 Ponce Drive from Hemlock Court to End 1965 300 residential dead end local residential 627 24 15048 asphalt concrete 0 0 0 0.12 37.4094723281172 -122.108857988892 0.0 37.4094761768506 -122.108847921086 0.0 0.38228124437401173 84.08939850920032 Tree: 926 site 3 at 4243 ALMA ST, on ALMA ST 98 from pl -1 926 4243 3 fraxinus velutina http://en.wikipedia.org/wiki/Fraxinus_velutina http://www.calflora.org/cgi-bin/species_query.cgi?where-calrecnum=3616 10 10 37.4096451293862 -122.110052971379 0.0 5.881123985048796E-4 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 Ponce Drive from Hemlock Court to End 1965 300 residential dead end local residential 627 24 15048 asphalt concrete 0 0 0 0.12 37.4094723281172 -122.108857988892 0.0 37.4094761768506 -122.108847921086 0.0 0.38228124437401173 84.08939850920032 Tree: 925 site 2 at 4243 ALMA ST, on ALMA ST 58 from pl -1 925 4243 2 fraxinus velutina http://en.wikipedia.org/wiki/Fraxinus_velutina http://www.calflora.org/cgi-bin/species_query.cgi?where-calrecnum=3616 10 10 37.4097134909807 -122.110160779208 0.0 6.904631141664824E-4 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 Ponce Drive from Hemlock Court to End 1965 300 residential dead end local residential 627 24 15048 asphalt concrete 0 0 0 0.12 37.4094723281172 -122.108857988892 0.0 37.4094761768506 -122.108847921086 0.0 0.38228124437401173 84.08939850920032 Tree: 924 site 1 at 4243 ALMA ST, on ALMA ST 15 from pl -1 924 4243 1 fraxinus velutina http://en.wikipedia.org/wiki/Fraxinus_velutina http://www.calflora.org/cgi-bin/species_query.cgi?where-calrecnum=3616 10 10 37.4097869795839 -122.110276672845 0.0 8.004901087586562E-4 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 Ponce Drive from Hemlock Court to End 1965 300 residential dead end local residential 627 24 15048 asphalt concrete 0 0 0 0.12 37.4094723281172 -122.108857988892 0.0 37.4094761768506 -122.108847921086 0.0 0.38228124437401173 84.08939850920032 Tree: 927 site 1 at 4245 ALMA ST, on ALMA ST 73 from pl -1 927 4245 1 juglans nigra http://en.wikipedia.org/wiki/Juglans_nigra NULL 30 40 37.4094069392663 -122.109604220859 0.0 2.0538575551350417E-4 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 Ponce Drive from Hemlock Court to End 1965 300 residential dead end local residential 627 24 15048 asphalt concrete 0 0 0 0.12 37.4094691939768 -122.108868438898 0.0 37.4094723281172 -122.108857988892 0.0 0.2999175693386198 74.0320642108604 Tree: 926 site 3 at 4243 ALMA ST, on ALMA ST 98 from pl -1 926 4243 3 fraxinus velutina http://en.wikipedia.org/wiki/Fraxinus_velutina http://www.calflora.org/cgi-bin/species_query.cgi?where-calrecnum=3616 10 10 37.4096451293862 -122.110052971379 0.0 5.088064815419705E-4 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 Ponce Drive from Hemlock Court to End 1965 300 residential dead end local residential 627 24 15048 asphalt concrete 0 0 0 0.12 37.4094691939768 -122.108868438898 0.0 37.4094723281172 -122.108857988892 0.0 0.2999175693386198 74.0320642108604 Tree: 925 site 2 at 4243 ALMA ST, on ALMA ST 58 from pl -1 925 4243 2 fraxinus velutina http://en.wikipedia.org/wiki/Fraxinus_velutina http://www.calflora.org/cgi-bin/species_query.cgi?where-calrecnum=3616 10 10 37.4097134909807 -122.110160779208 0.0 6.052570414236453E-4 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 Ponce Drive from Hemlock Court to End 1965 300 residential dead end local residential 627 24 15048 asphalt concrete 0 0 0 0.12 37.4094691939768 -122.108868438898 0.0 37.4094723281172 -122.108857988892 0.0 0.2999175693386198 74.0320642108604 Tree: 924 site 1 at 4243 ALMA ST, on ALMA ST 15 from pl -1 924 4243 1 fraxinus velutina http://en.wikipedia.org/wiki/Fraxinus_velutina http://www.calflora.org/cgi-bin/species_query.cgi?where-calrecnum=3616 10 10 37.4097869795839 -122.110276672845 0.0 7.089413504933374E-4 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 Ponce Drive from Hemlock Court to End 1965 300 residential dead end local residential 627 24 15048 asphalt concrete 0 0 0 0.12 37.4094691939768 -122.108868438898 0.0 37.4094723281172 -122.108857988892 0.0 0.2999175693386198 74.0320642108604 Tree: 927 site 1 at 4245 ALMA ST, on ALMA ST 73 from pl -1 927 4245 1 juglans nigra http://en.wikipedia.org/wiki/Juglans_nigra NULL 30 40 37.4094069392663 -122.109604220859 0.0 1.5174154169781128E-4 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 Ponce Drive from Hemlock Court to End 1965 300 residential dead end local residential 627 24 15048 asphalt concrete 0 0 0 0.12 37.409466798282 -122.108879191574 0.0 37.4094691939768 -122.108868438898 0.0 0.22279986850023573 64.61530902487586 Tree: 926 site 3 at 4243 ALMA ST, on ALMA ST 98 from pl -1 926 4243 3 fraxinus velutina http://en.wikipedia.org/wiki/Fraxinus_velutina http://www.calflora.org/cgi-bin/species_query.cgi?where-calrecnum=3616 10 10 37.4096451293862 -122.110052971379 0.0 4.293224085398161E-4 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 Ponce Drive from Hemlock Court to End 1965 300 residential dead end local residential 627 24 15048 asphalt concrete 0 0 0 0.12 37.409466798282 -122.108879191574 0.0 37.4094691939768 -122.108868438898 0.0 0.22279986850023573 64.61530902487586 Tree: 925 site 2 at 4243 ALMA ST, on ALMA ST 58 from pl -1 925 4243 2 fraxinus velutina http://en.wikipedia.org/wiki/Fraxinus_velutina http://www.calflora.org/cgi-bin/species_query.cgi?where-calrecnum=3616 10 10 37.4097134909807 -122.110160779208 0.0 5.194926623164104E-4 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 Ponce Drive from Hemlock Court to End 1965 300 residential dead end local residential 627 24 15048 asphalt concrete 0 0 0 0.12 37.409466798282 -122.108879191574 0.0 37.4094691939768 -122.108868438898 0.0 0.22279986850023573 64.61530902487586 Tree: 924 site 1 at 4243 ALMA ST, on ALMA ST 15 from pl -1 924 4243 1 fraxinus velutina http://en.wikipedia.org/wiki/Fraxinus_velutina http://www.calflora.org/cgi-bin/species_query.cgi?where-calrecnum=3616 10 10 37.4097869795839 -122.110276672845 0.0 6.16425624891461E-4 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 Ponce Drive from Hemlock Court to End 1965 300 residential dead end local residential 627 24 15048 asphalt concrete 0 0 0 0.12 37.409466798282 -122.108879191574 0.0 37.4094691939768 -122.108868438898 0.0 0.22279986850023573 64.61530902487586 Tree: 927 site 1 at 4245 ALMA ST, on ALMA ST 73 from pl -1 927 4245 1 juglans nigra http://en.wikipedia.org/wiki/Juglans_nigra NULL 30 40 37.4094069392663 -122.109604220859 0.0 9.924402045286205E-5 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 N. San Antonio Avenue from Briarwood Way to Mackay Drive 1960 1500 residential local local residential 487 40 19480 asphalt concrete 0 0 0 0.12 37.4103496709206 -122.107728583648 0.0 37.4103553841287 -122.10771170008 0.0 0.3383886687192349 78.7302213866709 Tree: 926 site 3 at 4243 ALMA ST, on ALMA ST 98 from pl -1 926 4243 3 fraxinus velutina http://en.wikipedia.org/wiki/Fraxinus_velutina http://www.calflora.org/cgi-bin/species_query.cgi?where-calrecnum=3616 10 10 37.4096451293862 -122.110052971379 0.0 7.767810321330231E-5 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 N. San Antonio Avenue from Briarwood Way to Mackay Drive 1960 1500 residential local local residential 487 40 19480 asphalt concrete 0 0 0 0.12 37.4103496709206 -122.107728583648 0.0 37.4103553841287 -122.10771170008 0.0 0.3383886687192349 78.7302213866709 Tree: 925 site 2 at 4243 ALMA ST, on ALMA ST 58 from pl -1 925 4243 2 fraxinus velutina http://en.wikipedia.org/wiki/Fraxinus_velutina http://www.calflora.org/cgi-bin/species_query.cgi?where-calrecnum=3616 10 10 37.4097134909807 -122.110160779208 0.0 1.7698883091437026E-4 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 N. San Antonio Avenue from Briarwood Way to Mackay Drive 1960 1500 residential local local residential 487 40 19480 asphalt concrete 0 0 0 0.12 37.4103496709206 -122.107728583648 0.0 37.4103553841287 -122.10771170008 0.0 0.3383886687192349 78.7302213866709 Tree: 924 site 1 at 4243 ALMA ST, on ALMA ST 15 from pl -1 924 4243 1 fraxinus velutina http://en.wikipedia.org/wiki/Fraxinus_velutina http://www.calflora.org/cgi-bin/species_query.cgi?where-calrecnum=3616 10 10 37.4097869795839 -122.110276672845 0.0 2.837478289272517E-4 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 N. San Antonio Avenue from Briarwood Way to Mackay Drive 1960 1500 residential local local residential 487 40 19480 asphalt concrete 0 0 0 0.12 37.4103496709206 -122.107728583648 0.0 37.4103553841287 -122.10771170008 0.0 0.3383886687192349 78.7302213866709 Tree: 923 site 1 at 4221 ALMA ST, on ALMA ST 34 from pl -1 923 4221 1 fraxinus velutina http://en.wikipedia.org/wiki/Fraxinus_velutina http://www.calflora.org/cgi-bin/species_query.cgi?where-calrecnum=3616 10 10 37.4101200636757 -122.110828865829 0.0 7.762541412558283E-4 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 N. San Antonio Avenue from Briarwood Way to Mackay Drive 1960 1500 residential local local residential 487 40 19480 asphalt concrete 0 0 0 0.12 37.4103496709206 -122.107728583648 0.0 37.4103553841287 -122.10771170008 0.0 0.3383886687192349 78.7302213866709 Tree: 927 site 1 at 4245 ALMA ST, on ALMA ST 73 from pl -1 927 4245 1 juglans nigra http://en.wikipedia.org/wiki/Juglans_nigra NULL 30 40 37.4094069392663 -122.109604220859 0.0 2.9178428270254286E-4 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 N. San Antonio Avenue from Briarwood Way to Mackay Drive 1960 1500 residential local local residential 487 40 19480 asphalt concrete 0 0 0 0.12 37.4103451532398 -122.107746027198 0.0 37.4103496709206 -122.107728583648 0.0 0.2589886117379207 69.03486077927042 Tree: 926 site 3 at 4243 ALMA ST, on ALMA ST 98 from pl -1 926 4243 3 fraxinus velutina http://en.wikipedia.org/wiki/Fraxinus_velutina http://www.calflora.org/cgi-bin/species_query.cgi?where-calrecnum=3616 10 10 37.4096451293862 -122.110052971379 0.0 9.92761381359577E-5 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 N. San Antonio Avenue from Briarwood Way to Mackay Drive 1960 1500 residential local local residential 487 40 19480 asphalt concrete 0 0 0 0.12 37.4103451532398 -122.107746027198 0.0 37.4103496709206 -122.107728583648 0.0 0.2589886117379207 69.03486077927042 Tree: 925 site 2 at 4243 ALMA ST, on ALMA ST 58 from pl -1 925 4243 2 fraxinus velutina http://en.wikipedia.org/wiki/Fraxinus_velutina http://www.calflora.org/cgi-bin/species_query.cgi?where-calrecnum=3616 10 10 37.4097134909807 -122.110160779208 0.0 6.068760088279576E-6 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 N. San Antonio Avenue from Briarwood Way to Mackay Drive 1960 1500 residential local local residential 487 40 19480 asphalt concrete 0 0 0 0.12 37.4103451532398 -122.107746027198 0.0 37.4103496709206 -122.107728583648 0.0 0.2589886117379207 69.03486077927042 Tree: 924 site 1 at 4243 ALMA ST, on ALMA ST 15 from pl -1 924 4243 1 fraxinus velutina http://en.wikipedia.org/wiki/Fraxinus_velutina http://www.calflora.org/cgi-bin/species_query.cgi?where-calrecnum=3616 10 10 37.4097869795839 -122.110276672845 0.0 9.412911933330507E-5 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 N. San Antonio Avenue from Briarwood Way to Mackay Drive 1960 1500 residential local local residential 487 40 19480 asphalt concrete 0 0 0 0.12 37.4103451532398 -122.107746027198 0.0 37.4103496709206 -122.107728583648 0.0 0.2589886117379207 69.03486077927042 Tree: 923 site 1 at 4221 ALMA ST, on ALMA ST 34 from pl -1 923 4221 1 fraxinus velutina http://en.wikipedia.org/wiki/Fraxinus_velutina http://www.calflora.org/cgi-bin/species_query.cgi?where-calrecnum=3616 10 10 37.4101200636757 -122.110828865829 0.0 5.550186515359853E-4 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 N. San Antonio Avenue from Briarwood Way to Mackay Drive 1960 1500 residential local local residential 487 40 19480 asphalt concrete 0 0 0 0.12 37.4103451532398 -122.107746027198 0.0 37.4103496709206 -122.107728583648 0.0 0.2589886117379207 69.03486077927042 Tree: 914 site 9 at 4161 ALMA ST, on ALMA ST 387 from pl -1 914 4161 9 fraxinus velutina http://en.wikipedia.org/wiki/Fraxinus_velutina http://www.calflora.org/cgi-bin/species_query.cgi?where-calrecnum=3616 10 10 37.4104229452077 -122.11132774908 0.0 9.733046405274488E-4 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 N. San Antonio Avenue from Briarwood Way to Mackay Drive 1960 1500 residential local local residential 487 40 19480 asphalt concrete 0 0 0 0.12 37.4103451532398 -122.107746027198 0.0 37.4103496709206 -122.107728583648 0.0 0.2589886117379207 69.03486077927042 Tree: 927 site 1 at 4245 ALMA ST, on ALMA ST 73 from pl -1 927 4245 1 juglans nigra http://en.wikipedia.org/wiki/Juglans_nigra NULL 30 40 37.4094069392663 -122.109604220859 0.0 4.423678150356626E-4 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 N. San Antonio Avenue from Briarwood Way to Mackay Drive 1960 1500 residential local local residential 487 40 19480 asphalt concrete 0 0 0 0.12 37.4103418654685 -122.107763897977 0.0 37.4103451532398 -122.107746027198 0.0 0.1839747053836335 59.8750817536531 Tree: 926 site 3 at 4243 ALMA ST, on ALMA ST 98 from pl -1 926 4243 3 fraxinus velutina http://en.wikipedia.org/wiki/Fraxinus_velutina http://www.calflora.org/cgi-bin/species_query.cgi?where-calrecnum=3616 10 10 37.4096451293862 -122.110052971379 0.0 2.710554835914969E-4 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 N. San Antonio Avenue from Briarwood Way to Mackay Drive 1960 1500 residential local local residential 487 40 19480 asphalt concrete 0 0 0 0.12 37.4103418654685 -122.107763897977 0.0 37.4103451532398 -122.107746027198 0.0 0.1839747053836335 59.8750817536531 Tree: 925 site 2 at 4243 ALMA ST, on ALMA ST 58 from pl -1 925 4243 2 fraxinus velutina http://en.wikipedia.org/wiki/Fraxinus_velutina http://www.calflora.org/cgi-bin/species_query.cgi?where-calrecnum=3616 10 10 37.4097134909807 -122.110160779208 0.0 1.843156878390884E-4 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 N. San Antonio Avenue from Briarwood Way to Mackay Drive 1960 1500 residential local local residential 487 40 19480 asphalt concrete 0 0 0 0.12 37.4103418654685 -122.107763897977 0.0 37.4103451532398 -122.107746027198 0.0 0.1839747053836335 59.8750817536531 Tree: 924 site 1 at 4243 ALMA ST, on ALMA ST 15 from pl -1 924 4243 1 fraxinus velutina http://en.wikipedia.org/wiki/Fraxinus_velutina http://www.calflora.org/cgi-bin/species_query.cgi?where-calrecnum=3616 10 10 37.4097869795839 -122.110276672845 0.0 9.107047650982798E-5 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 N. San Antonio Avenue from Briarwood Way to Mackay Drive 1960 1500 residential local local residential 487 40 19480 asphalt concrete 0 0 0 0.12 37.4103418654685 -122.107763897977 0.0 37.4103451532398 -122.107746027198 0.0 0.1839747053836335 59.8750817536531 Tree: 923 site 1 at 4221 ALMA ST, on ALMA ST 34 from pl -1 923 4221 1 fraxinus velutina http://en.wikipedia.org/wiki/Fraxinus_velutina http://www.calflora.org/cgi-bin/species_query.cgi?where-calrecnum=3616 10 10 37.4101200636757 -122.110828865829 0.0 3.3642864445195046E-4 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 N. San Antonio Avenue from Briarwood Way to Mackay Drive 1960 1500 residential local local residential 487 40 19480 asphalt concrete 0 0 0 0.12 37.4103418654685 -122.107763897977 0.0 37.4103451532398 -122.107746027198 0.0 0.1839747053836335 59.8750817536531 Tree: 912 site 7 at 4161 ALMA ST, on ALMA ST 293 from pl -1 912 4161 7 fraxinus velutina http://en.wikipedia.org/wiki/Fraxinus_velutina http://www.calflora.org/cgi-bin/species_query.cgi?where-calrecnum=3616 10 10 37.4105824568557 -122.111571413974 0.0 9.255450431402348E-4 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 N. San Antonio Avenue from Briarwood Way to Mackay Drive 1960 1500 residential local local residential 487 40 19480 asphalt concrete 0 0 0 0.12 37.4103418654685 -122.107763897977 0.0 37.4103451532398 -122.107746027198 0.0 0.1839747053836335 59.8750817536531 Tree: 914 site 9 at 4161 ALMA ST, on ALMA ST 387 from pl -1 914 4161 9 fraxinus velutina http://en.wikipedia.org/wiki/Fraxinus_velutina http://www.calflora.org/cgi-bin/species_query.cgi?where-calrecnum=3616 10 10 37.4104229452077 -122.11132774908 0.0 7.245779521994729E-4 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 N. San Antonio Avenue from Briarwood Way to Mackay Drive 1960 1500 residential local local residential 487 40 19480 asphalt concrete 0 0 0 0.12 37.4103418654685 -122.107763897977 0.0 37.4103451532398 -122.107746027198 0.0 0.1839747053836335 59.8750817536531 Tree: 913 site 8 at 4161 ALMA ST, on ALMA ST 340 from pl -1 913 4161 8 fraxinus velutina http://en.wikipedia.org/wiki/Fraxinus_velutina http://www.calflora.org/cgi-bin/species_query.cgi?where-calrecnum=3616 10 10 37.410500322135 -122.111444321069 0.0 8.217700485673341E-4 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 N. San Antonio Avenue from Briarwood Way to Mackay Drive 1960 1500 residential local local residential 487 40 19480 asphalt concrete 0 0 0 0.12 37.4103418654685 -122.107763897977 0.0 37.4103451532398 -122.107746027198 0.0 0.1839747053836335 59.8750817536531 Tree: 927 site 1 at 4245 ALMA ST, on ALMA ST 73 from pl -1 927 4245 1 juglans nigra http://en.wikipedia.org/wiki/Juglans_nigra NULL 30 40 37.4094069392663 -122.109604220859 0.0 5.865102228549333E-4 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 N. San Antonio Avenue from Briarwood Way to Mackay Drive 1960 1500 residential local local residential 487 40 19480 asphalt concrete 0 0 0 0.12 37.4103398326284 -122.107782059976 0.0 37.4103418654685 -122.107763897977 0.0 0.11192821339323569 51.077645720012114 Tree: 926 site 3 at 4243 ALMA ST, on ALMA ST 98 from pl -1 926 4243 3 fraxinus velutina http://en.wikipedia.org/wiki/Fraxinus_velutina http://www.calflora.org/cgi-bin/species_query.cgi?where-calrecnum=3616 10 10 37.4096451293862 -122.110052971379 0.0 4.377904187916476E-4 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 N. San Antonio Avenue from Briarwood Way to Mackay Drive 1960 1500 residential local local residential 487 40 19480 asphalt concrete 0 0 0 0.12 37.4103398326284 -122.107782059976 0.0 37.4103418654685 -122.107763897977 0.0 0.11192821339323569 51.077645720012114 Tree: 925 site 2 at 4243 ALMA ST, on ALMA ST 58 from pl -1 925 4243 2 fraxinus velutina http://en.wikipedia.org/wiki/Fraxinus_velutina http://www.calflora.org/cgi-bin/species_query.cgi?where-calrecnum=3616 10 10 37.4097134909807 -122.110160779208 0.0 3.578612018633908E-4 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 N. San Antonio Avenue from Briarwood Way to Mackay Drive 1960 1500 residential local local residential 487 40 19480 asphalt concrete 0 0 0 0.12 37.4103398326284 -122.107782059976 0.0 37.4103418654685 -122.107763897977 0.0 0.11192821339323569 51.077645720012114 Tree: 924 site 1 at 4243 ALMA ST, on ALMA ST 15 from pl -1 924 4243 1 fraxinus velutina http://en.wikipedia.org/wiki/Fraxinus_velutina http://www.calflora.org/cgi-bin/species_query.cgi?where-calrecnum=3616 10 10 37.4097869795839 -122.110276672845 0.0 2.7193737930448E-4 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 N. San Antonio Avenue from Briarwood Way to Mackay Drive 1960 1500 residential local local residential 487 40 19480 asphalt concrete 0 0 0 0.12 37.4103398326284 -122.107782059976 0.0 37.4103418654685 -122.107763897977 0.0 0.11192821339323569 51.077645720012114 Tree: 923 site 1 at 4221 ALMA ST, on ALMA ST 34 from pl -1 923 4221 1 fraxinus velutina http://en.wikipedia.org/wiki/Fraxinus_velutina http://www.calflora.org/cgi-bin/species_query.cgi?where-calrecnum=3616 10 10 37.4101200636757 -122.110828865829 0.0 1.2050211166360834E-4 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 N. San Antonio Avenue from Briarwood Way to Mackay Drive 1960 1500 residential local local residential 487 40 19480 asphalt concrete 0 0 0 0.12 37.4103398326284 -122.107782059976 0.0 37.4103418654685 -122.107763897977 0.0 0.11192821339323569 51.077645720012114 Tree: 909 site 4 at 4161 ALMA ST, on ALMA ST 156 from pl -1 909 4161 4 fraxinus velutina http://en.wikipedia.org/wiki/Fraxinus_velutina http://www.calflora.org/cgi-bin/species_query.cgi?where-calrecnum=3616 10 10 37.4108194070582 -122.111944383537 0.0 9.395886404097437E-4 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 N. San Antonio Avenue from Briarwood Way to Mackay Drive 1960 1500 residential local local residential 487 40 19480 asphalt concrete 0 0 0 0.12 37.4103398326284 -122.107782059976 0.0 37.4103418654685 -122.107763897977 0.0 0.11192821339323569 51.077645720012114 Tree: 910 site 5 at 4161 ALMA ST, on ALMA ST 197 from pl -1 910 4161 5 fraxinus velutina http://en.wikipedia.org/wiki/Fraxinus_velutina http://www.calflora.org/cgi-bin/species_query.cgi?where-calrecnum=3616 10 10 37.4107462580174 -122.111831193507 0.0 8.543030050157964E-4 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 N. San Antonio Avenue from Briarwood Way to Mackay Drive 1960 1500 residential local local residential 487 40 19480 asphalt concrete 0 0 0 0.12 37.4103398326284 -122.107782059976 0.0 37.4103418654685 -122.107763897977 0.0 0.11192821339323569 51.077645720012114 Tree: 911 site 6 at 4161 ALMA ST, on ALMA ST 244 from pl -1 911 4161 6 fraxinus velutina http://en.wikipedia.org/wiki/Fraxinus_velutina http://www.calflora.org/cgi-bin/species_query.cgi?where-calrecnum=3616 10 10 37.4106643575087 -122.111701303598 0.0 7.584626228469671E-4 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 N. San Antonio Avenue from Briarwood Way to Mackay Drive 1960 1500 residential local local residential 487 40 19480 asphalt concrete 0 0 0 0.12 37.4103398326284 -122.107782059976 0.0 37.4103418654685 -122.107763897977 0.0 0.11192821339323569 51.077645720012114 Tree: 912 site 7 at 4161 ALMA ST, on ALMA ST 293 from pl -1 912 4161 7 fraxinus velutina http://en.wikipedia.org/wiki/Fraxinus_velutina http://www.calflora.org/cgi-bin/species_query.cgi?where-calrecnum=3616 10 10 37.4105824568557 -122.111571413974 0.0 6.626221289819709E-4 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 N. San Antonio Avenue from Briarwood Way to Mackay Drive 1960 1500 residential local local residential 487 40 19480 asphalt concrete 0 0 0 0.12 37.4103398326284 -122.107782059976 0.0 37.4103418654685 -122.107763897977 0.0 0.11192821339323569 51.077645720012114 Tree: 914 site 9 at 4161 ALMA ST, on ALMA ST 387 from pl -1 914 4161 9 fraxinus velutina http://en.wikipedia.org/wiki/Fraxinus_velutina http://www.calflora.org/cgi-bin/species_query.cgi?where-calrecnum=3616 10 10 37.4104229452077 -122.11132774908 0.0 4.7699663677211533E-4 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 N. San Antonio Avenue from Briarwood Way to Mackay Drive 1960 1500 residential local local residential 487 40 19480 asphalt concrete 0 0 0 0.12 37.4103398326284 -122.107782059976 0.0 37.4103418654685 -122.107763897977 0.0 0.11192821339323569 51.077645720012114 Tree: 913 site 8 at 4161 ALMA ST, on ALMA ST 340 from pl -1 913 4161 8 fraxinus velutina http://en.wikipedia.org/wiki/Fraxinus_velutina http://www.calflora.org/cgi-bin/species_query.cgi?where-calrecnum=3616 10 10 37.410500322135 -122.111444321069 0.0 5.668601091522771E-4 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 N. San Antonio Avenue from Briarwood Way to Mackay Drive 1960 1500 residential local local residential 487 40 19480 asphalt concrete 0 0 0 0.12 37.4103398326284 -122.107782059976 0.0 37.4103418654685 -122.107763897977 0.0 0.11192821339323569 51.077645720012114 Tree: 927 site 1 at 4245 ALMA ST, on ALMA ST 73 from pl -1 927 4245 1 juglans nigra http://en.wikipedia.org/wiki/Juglans_nigra NULL 30 40 37.4094069392663 -122.109604220859 0.0 7.244185431373971E-4 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 N. San Antonio Avenue from Briarwood Way to Mackay Drive 1960 1500 residential local local residential 487 40 19480 asphalt concrete 0 0 0 0.12 37.4103390701906 -122.107800374973 0.0 37.4103398326284 -122.107782059976 0.0 0.04162915234473112 42.493583294480366 Tree: 926 site 3 at 4243 ALMA ST, on ALMA ST 98 from pl -1 926 4243 3 fraxinus velutina http://en.wikipedia.org/wiki/Fraxinus_velutina http://www.calflora.org/cgi-bin/species_query.cgi?where-calrecnum=3616 10 10 37.4096451293862 -122.110052971379 0.0 5.996477596733694E-4 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 N. San Antonio Avenue from Briarwood Way to Mackay Drive 1960 1500 residential local local residential 487 40 19480 asphalt concrete 0 0 0 0.12 37.4103390701906 -122.107800374973 0.0 37.4103398326284 -122.107782059976 0.0 0.04162915234473112 42.493583294480366 Tree: 925 site 2 at 4243 ALMA ST, on ALMA ST 58 from pl -1 925 4243 2 fraxinus velutina http://en.wikipedia.org/wiki/Fraxinus_velutina http://www.calflora.org/cgi-bin/species_query.cgi?where-calrecnum=3616 10 10 37.4097134909807 -122.110160779208 0.0 5.268612583403248E-4 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 N. San Antonio Avenue from Briarwood Way to Mackay Drive 1960 1500 residential local local residential 487 40 19480 asphalt concrete 0 0 0 0.12 37.4103390701906 -122.107800374973 0.0 37.4103398326284 -122.107782059976 0.0 0.04162915234473112 42.493583294480366 Tree: 924 site 1 at 4243 ALMA ST, on ALMA ST 15 from pl -1 924 4243 1 fraxinus velutina http://en.wikipedia.org/wiki/Fraxinus_velutina http://www.calflora.org/cgi-bin/species_query.cgi?where-calrecnum=3616 10 10 37.4097869795839 -122.110276672845 0.0 4.486158710166136E-4 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 N. San Antonio Avenue from Briarwood Way to Mackay Drive 1960 1500 residential local local residential 487 40 19480 asphalt concrete 0 0 0 0.12 37.4103390701906 -122.107800374973 0.0 37.4103398326284 -122.107782059976 0.0 0.04162915234473112 42.493583294480366 Tree: 923 site 1 at 4221 ALMA ST, on ALMA ST 34 from pl -1 923 4221 1 fraxinus velutina http://en.wikipedia.org/wiki/Fraxinus_velutina http://www.calflora.org/cgi-bin/species_query.cgi?where-calrecnum=3616 10 10 37.4101200636757 -122.110828865829 0.0 9.285258637461427E-5 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 N. San Antonio Avenue from Briarwood Way to Mackay Drive 1960 1500 residential local local residential 487 40 19480 asphalt concrete 0 0 0 0.12 37.4103390701906 -122.107800374973 0.0 37.4103398326284 -122.107782059976 0.0 0.04162915234473112 42.493583294480366 Tree: 919 site 5 at 4181 ALMA ST, on ALMA ST 203 from pl -1 919 4181 5 fraxinus velutina http://en.wikipedia.org/wiki/Fraxinus_velutina http://www.calflora.org/cgi-bin/species_query.cgi?where-calrecnum=3616 10 10 37.4110899832346 -122.112363767066 0.0 9.400689779143045E-4 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 N. San Antonio Avenue from Briarwood Way to Mackay Drive 1960 1500 residential local local residential 487 40 19480 asphalt concrete 0 0 0 0.12 37.4103390701906 -122.107800374973 0.0 37.4103398326284 -122.107782059976 0.0 0.04162915234473112 42.493583294480366 Tree: 906 site 1 at 4161 ALMA ST, on ALMA ST 20 from pl -1 906 4161 1 fraxinus velutina http://en.wikipedia.org/wiki/Fraxinus_velutina http://www.calflora.org/cgi-bin/species_query.cgi?where-calrecnum=3616 10 10 37.4110525965859 -122.112308379546 0.0 9.004109422358081E-4 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 N. San Antonio Avenue from Briarwood Way to Mackay Drive 1960 1500 residential local local residential 487 40 19480 asphalt concrete 0 0 0 0.12 37.4103390701906 -122.107800374973 0.0 37.4103398326284 -122.107782059976 0.0 0.04162915234473112 42.493583294480366 Tree: 909 site 4 at 4161 ALMA ST, on ALMA ST 156 from pl -1 909 4161 4 fraxinus velutina http://en.wikipedia.org/wiki/Fraxinus_velutina http://www.calflora.org/cgi-bin/species_query.cgi?where-calrecnum=3616 10 10 37.4108194070582 -122.111944383537 0.0 6.522834769146864E-4 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 N. San Antonio Avenue from Briarwood Way to Mackay Drive 1960 1500 residential local local residential 487 40 19480 asphalt concrete 0 0 0 0.12 37.4103390701906 -122.107800374973 0.0 37.4103398326284 -122.107782059976 0.0 0.04162915234473112 42.493583294480366 Tree: 910 site 5 at 4161 ALMA ST, on ALMA ST 197 from pl -1 910 4161 5 fraxinus velutina http://en.wikipedia.org/wiki/Fraxinus_velutina http://www.calflora.org/cgi-bin/species_query.cgi?where-calrecnum=3616 10 10 37.4107462580174 -122.111831193507 0.0 5.744898096138537E-4 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 N. San Antonio Avenue from Briarwood Way to Mackay Drive 1960 1500 residential local local residential 487 40 19480 asphalt concrete 0 0 0 0.12 37.4103390701906 -122.107800374973 0.0 37.4103398326284 -122.107782059976 0.0 0.04162915234473112 42.493583294480366 Tree: 911 site 6 at 4161 ALMA ST, on ALMA ST 244 from pl -1 911 4161 6 fraxinus velutina http://en.wikipedia.org/wiki/Fraxinus_velutina http://www.calflora.org/cgi-bin/species_query.cgi?where-calrecnum=3616 10 10 37.4106643575087 -122.111701303598 0.0 4.8725764745627203E-4 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 N. San Antonio Avenue from Briarwood Way to Mackay Drive 1960 1500 residential local local residential 487 40 19480 asphalt concrete 0 0 0 0.12 37.4103390701906 -122.107800374973 0.0 37.4103398326284 -122.107782059976 0.0 0.04162915234473112 42.493583294480366 Tree: 912 site 7 at 4161 ALMA ST, on ALMA ST 293 from pl -1 912 4161 7 fraxinus velutina http://en.wikipedia.org/wiki/Fraxinus_velutina http://www.calflora.org/cgi-bin/species_query.cgi?where-calrecnum=3616 10 10 37.4105824568557 -122.111571413974 0.0 4.0002535298233686E-4 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 N. San Antonio Avenue from Briarwood Way to Mackay Drive 1960 1500 residential local local residential 487 40 19480 asphalt concrete 0 0 0 0.12 37.4103390701906 -122.107800374973 0.0 37.4103398326284 -122.107782059976 0.0 0.04162915234473112 42.493583294480366 Tree: 914 site 9 at 4161 ALMA ST, on ALMA ST 387 from pl -1 914 4161 9 fraxinus velutina http://en.wikipedia.org/wiki/Fraxinus_velutina http://www.calflora.org/cgi-bin/species_query.cgi?where-calrecnum=3616 10 10 37.4104229452077 -122.11132774908 0.0 2.3051695627360045E-4 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 N. San Antonio Avenue from Briarwood Way to Mackay Drive 1960 1500 residential local local residential 487 40 19480 asphalt concrete 0 0 0 0.12 37.4103390701906 -122.107800374973 0.0 37.4103398326284 -122.107782059976 0.0 0.04162915234473112 42.493583294480366 Tree: 913 site 8 at 4161 ALMA ST, on ALMA ST 340 from pl -1 913 4161 8 fraxinus velutina http://en.wikipedia.org/wiki/Fraxinus_velutina http://www.calflora.org/cgi-bin/species_query.cgi?where-calrecnum=3616 10 10 37.410500322135 -122.111444321069 0.0 3.1267551764905464E-4 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 N. San Antonio Avenue from Briarwood Way to Mackay Drive 1960 1500 residential local local residential 487 40 19480 asphalt concrete 0 0 0 0.12 37.4103390701906 -122.107800374973 0.0 37.4103398326284 -122.107782059976 0.0 0.04162915234473112 42.493583294480366 Tree: 907 site 2 at 4161 ALMA ST, on ALMA ST 70 from pl -1 907 4161 2 fraxinus velutina http://en.wikipedia.org/wiki/Fraxinus_velutina http://www.calflora.org/cgi-bin/species_query.cgi?where-calrecnum=3616 10 10 37.4109664692294 -122.112175105575 0.0 8.088148363414279E-4 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 N. San Antonio Avenue from Briarwood Way to Mackay Drive 1960 1500 residential local local residential 487 40 19480 asphalt concrete 0 0 0 0.12 37.4103390701906 -122.107800374973 0.0 37.4103398326284 -122.107782059976 0.0 0.04162915234473112 42.493583294480366 Tree: 908 site 3 at 4161 ALMA ST, on ALMA ST 113 from pl -1 908 4161 3 fraxinus velutina http://en.wikipedia.org/wiki/Fraxinus_velutina http://www.calflora.org/cgi-bin/species_query.cgi?where-calrecnum=3616 10 10 37.4109020091126 -122.112065884642 0.0 7.398676610797414E-4 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 N. San Antonio Avenue from Briarwood Way to Mackay Drive 1960 1500 residential local local residential 487 40 19480 asphalt concrete 0 0 0 0.12 37.4103390701906 -122.107800374973 0.0 37.4103398326284 -122.107782059976 0.0 0.04162915234473112 42.493583294480366 Tree: 927 site 1 at 4245 ALMA ST, on ALMA ST 73 from pl -1 927 4245 1 juglans nigra http://en.wikipedia.org/wiki/Juglans_nigra NULL 30 40 37.4094069392663 -122.109604220859 0.0 8.562966950591169E-4 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 N. San Antonio Avenue from Briarwood Way to Mackay Drive 1960 1500 residential local local residential 487 40 19480 asphalt concrete 0 0 0 0.12 37.4103395839576 -122.107818703582 0.0 37.4103390701906 -122.107800374973 0.0 -0.028030877774941405 33.98755024251279 Tree: 926 site 3 at 4243 ALMA ST, on ALMA ST 98 from pl -1 926 4243 3 fraxinus velutina http://en.wikipedia.org/wiki/Fraxinus_velutina http://www.calflora.org/cgi-bin/species_query.cgi?where-calrecnum=3616 10 10 37.4096451293862 -122.110052971379 0.0 7.56785802619664E-4 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 N. San Antonio Avenue from Briarwood Way to Mackay Drive 1960 1500 residential local local residential 487 40 19480 asphalt concrete 0 0 0 0.12 37.4103395839576 -122.107818703582 0.0 37.4103390701906 -122.107800374973 0.0 -0.028030877774941405 33.98755024251279 Tree: 925 site 2 at 4243 ALMA ST, on ALMA ST 58 from pl -1 925 4243 2 fraxinus velutina http://en.wikipedia.org/wiki/Fraxinus_velutina http://www.calflora.org/cgi-bin/species_query.cgi?where-calrecnum=3616 10 10 37.4097134909807 -122.110160779208 0.0 6.91471810740385E-4 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 N. San Antonio Avenue from Briarwood Way to Mackay Drive 1960 1500 residential local local residential 487 40 19480 asphalt concrete 0 0 0 0.12 37.4103395839576 -122.107818703582 0.0 37.4103390701906 -122.107800374973 0.0 -0.028030877774941405 33.98755024251279 Tree: 924 site 1 at 4243 ALMA ST, on ALMA ST 15 from pl -1 924 4243 1 fraxinus velutina http://en.wikipedia.org/wiki/Fraxinus_velutina http://www.calflora.org/cgi-bin/species_query.cgi?where-calrecnum=3616 10 10 37.4097869795839 -122.110276672845 0.0 6.212593865116829E-4 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 N. San Antonio Avenue from Briarwood Way to Mackay Drive 1960 1500 residential local local residential 487 40 19480 asphalt concrete 0 0 0 0.12 37.4103395839576 -122.107818703582 0.0 37.4103390701906 -122.107800374973 0.0 -0.028030877774941405 33.98755024251279 Tree: 923 site 1 at 4221 ALMA ST, on ALMA ST 34 from pl -1 923 4221 1 fraxinus velutina http://en.wikipedia.org/wiki/Fraxinus_velutina http://www.calflora.org/cgi-bin/species_query.cgi?where-calrecnum=3616 10 10 37.4101200636757 -122.110828865829 0.0 3.037784514244949E-4 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 N. San Antonio Avenue from Briarwood Way to Mackay Drive 1960 1500 residential local local residential 487 40 19480 asphalt concrete 0 0 0 0.12 37.4103395839576 -122.107818703582 0.0 37.4103390701906 -122.107800374973 0.0 -0.028030877774941405 33.98755024251279 Tree: 919 site 5 at 4181 ALMA ST, on ALMA ST 203 from pl -1 919 4181 5 fraxinus velutina http://en.wikipedia.org/wiki/Fraxinus_velutina http://www.calflora.org/cgi-bin/species_query.cgi?where-calrecnum=3616 10 10 37.4110899832346 -122.112363767066 0.0 6.227525483301421E-4 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 N. San Antonio Avenue from Briarwood Way to Mackay Drive 1960 1500 residential local local residential 487 40 19480 asphalt concrete 0 0 0 0.12 37.4103395839576 -122.107818703582 0.0 37.4103390701906 -122.107800374973 0.0 -0.028030877774941405 33.98755024251279 Tree: 918 site 4 at 4181 ALMA ST, on ALMA ST 154 from pl -1 918 4181 4 fraxinus velutina http://en.wikipedia.org/wiki/Fraxinus_velutina http://www.calflora.org/cgi-bin/species_query.cgi?where-calrecnum=3616 10 10 37.4111658928771 -122.11248438921 0.0 6.952525691222055E-4 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 N. San Antonio Avenue from Briarwood Way to Mackay Drive 1960 1500 residential local local residential 487 40 19480 asphalt concrete 0 0 0 0.12 37.4103395839576 -122.107818703582 0.0 37.4103390701906 -122.107800374973 0.0 -0.028030877774941405 33.98755024251279 Tree: 917 site 3 at 4181 ALMA ST, on ALMA ST 105 from pl -1 917 4181 3 fraxinus velutina http://en.wikipedia.org/wiki/Fraxinus_velutina http://www.calflora.org/cgi-bin/species_query.cgi?where-calrecnum=3616 10 10 37.4112547809895 -122.11262509498 0.0 7.801632233978308E-4 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 N. San Antonio Avenue from Briarwood Way to Mackay Drive 1960 1500 residential local local residential 487 40 19480 asphalt concrete 0 0 0 0.12 37.4103395839576 -122.107818703582 0.0 37.4103390701906 -122.107800374973 0.0 -0.028030877774941405 33.98755024251279 Tree: 916 site 2 at 4181 ALMA ST, on ALMA ST 61 from pl -1 916 4181 2 fraxinus velutina http://en.wikipedia.org/wiki/Fraxinus_velutina http://www.calflora.org/cgi-bin/species_query.cgi?where-calrecnum=3616 10 10 37.4113239358546 -122.112732107044 0.0 8.462924716383106E-4 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 N. San Antonio Avenue from Briarwood Way to Mackay Drive 1960 1500 residential local local residential 487 40 19480 asphalt concrete 0 0 0 0.12 37.4103395839576 -122.107818703582 0.0 37.4103390701906 -122.107800374973 0.0 -0.028030877774941405 33.98755024251279 Tree: 906 site 1 at 4161 ALMA ST, on ALMA ST 20 from pl -1 906 4161 1 fraxinus velutina http://en.wikipedia.org/wiki/Fraxinus_velutina http://www.calflora.org/cgi-bin/species_query.cgi?where-calrecnum=3616 10 10 37.4110525965859 -122.112308379546 0.0 5.869325300971591E-4 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 N. San Antonio Avenue from Briarwood Way to Mackay Drive 1960 1500 residential local local residential 487 40 19480 asphalt concrete 0 0 0 0.12 37.4103395839576 -122.107818703582 0.0 37.4103390701906 -122.107800374973 0.0 -0.028030877774941405 33.98755024251279 Tree: 909 site 4 at 4161 ALMA ST, on ALMA ST 156 from pl -1 909 4161 4 fraxinus velutina http://en.wikipedia.org/wiki/Fraxinus_velutina http://www.calflora.org/cgi-bin/species_query.cgi?where-calrecnum=3616 10 10 37.4108194070582 -122.111944383537 0.0 3.640336820094326E-4 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 N. San Antonio Avenue from Briarwood Way to Mackay Drive 1960 1500 residential local local residential 487 40 19480 asphalt concrete 0 0 0 0.12 37.4103395839576 -122.107818703582 0.0 37.4103390701906 -122.107800374973 0.0 -0.028030877774941405 33.98755024251279 Tree: 910 site 5 at 4161 ALMA ST, on ALMA ST 197 from pl -1 910 4161 5 fraxinus velutina http://en.wikipedia.org/wiki/Fraxinus_velutina http://www.calflora.org/cgi-bin/species_query.cgi?where-calrecnum=3616 10 10 37.4107462580174 -122.111831193507 0.0 2.940849321259243E-4 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 N. San Antonio Avenue from Briarwood Way to Mackay Drive 1960 1500 residential local local residential 487 40 19480 asphalt concrete 0 0 0 0.12 37.4103395839576 -122.107818703582 0.0 37.4103390701906 -122.107800374973 0.0 -0.028030877774941405 33.98755024251279 Tree: 911 site 6 at 4161 ALMA ST, on ALMA ST 244 from pl -1 911 4161 6 fraxinus velutina http://en.wikipedia.org/wiki/Fraxinus_velutina http://www.calflora.org/cgi-bin/species_query.cgi?where-calrecnum=3616 10 10 37.4106643575087 -122.111701303598 0.0 2.1585607894060945E-4 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 N. San Antonio Avenue from Briarwood Way to Mackay Drive 1960 1500 residential local local residential 487 40 19480 asphalt concrete 0 0 0 0.12 37.4103395839576 -122.107818703582 0.0 37.4103390701906 -122.107800374973 0.0 -0.028030877774941405 33.98755024251279 Tree: 912 site 7 at 4161 ALMA ST, on ALMA ST 293 from pl -1 912 4161 7 fraxinus velutina http://en.wikipedia.org/wiki/Fraxinus_velutina http://www.calflora.org/cgi-bin/species_query.cgi?where-calrecnum=3616 10 10 37.4105824568557 -122.111571413974 0.0 1.3762707352446443E-4 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 N. San Antonio Avenue from Briarwood Way to Mackay Drive 1960 1500 residential local local residential 487 40 19480 asphalt concrete 0 0 0 0.12 37.4103395839576 -122.107818703582 0.0 37.4103390701906 -122.107800374973 0.0 -0.028030877774941405 33.98755024251279 Tree: 915 site 1 at 4181 ALMA ST, on ALMA ST 14 from pl -1 915 4181 1 fraxinus velutina http://en.wikipedia.org/wiki/Fraxinus_velutina http://www.calflora.org/cgi-bin/species_query.cgi?where-calrecnum=3616 10 10 37.4114000790744 -122.112849933477 0.0 9.191043134884986E-4 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 N. San Antonio Avenue from Briarwood Way to Mackay Drive 1960 1500 residential local local residential 487 40 19480 asphalt concrete 0 0 0 0.12 37.4103395839576 -122.107818703582 0.0 37.4103390701906 -122.107800374973 0.0 -0.028030877774941405 33.98755024251279 Tree: 914 site 9 at 4161 ALMA ST, on ALMA ST 387 from pl -1 914 4161 9 fraxinus velutina http://en.wikipedia.org/wiki/Fraxinus_velutina http://www.calflora.org/cgi-bin/species_query.cgi?where-calrecnum=3616 10 10 37.4104229452077 -122.11132774908 0.0 1.4994485710419856E-5 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 N. San Antonio Avenue from Briarwood Way to Mackay Drive 1960 1500 residential local local residential 487 40 19480 asphalt concrete 0 0 0 0.12 37.4103395839576 -122.107818703582 0.0 37.4103390701906 -122.107800374973 0.0 -0.028030877774941405 33.98755024251279 Tree: 913 site 8 at 4161 ALMA ST, on ALMA ST 340 from pl -1 913 4161 8 fraxinus velutina http://en.wikipedia.org/wiki/Fraxinus_velutina http://www.calflora.org/cgi-bin/species_query.cgi?where-calrecnum=3616 10 10 37.410500322135 -122.111444321069 0.0 5.9085728600270944E-5 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 N. San Antonio Avenue from Briarwood Way to Mackay Drive 1960 1500 residential local local residential 487 40 19480 asphalt concrete 0 0 0 0.12 37.4103395839576 -122.107818703582 0.0 37.4103390701906 -122.107800374973 0.0 -0.028030877774941405 33.98755024251279 Tree: 907 site 2 at 4161 ALMA ST, on ALMA ST 70 from pl -1 907 4161 2 fraxinus velutina http://en.wikipedia.org/wiki/Fraxinus_velutina http://www.calflora.org/cgi-bin/species_query.cgi?where-calrecnum=3616 10 10 37.4109664692294 -122.112175105575 0.0 5.045733097001069E-4 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 N. San Antonio Avenue from Briarwood Way to Mackay Drive 1960 1500 residential local local residential 487 40 19480 asphalt concrete 0 0 0 0.12 37.4103395839576 -122.107818703582 0.0 37.4103390701906 -122.107800374973 0.0 -0.028030877774941405 33.98755024251279 Tree: 908 site 3 at 4161 ALMA ST, on ALMA ST 113 from pl -1 908 4161 3 fraxinus velutina http://en.wikipedia.org/wiki/Fraxinus_velutina http://www.calflora.org/cgi-bin/species_query.cgi?where-calrecnum=3616 10 10 37.4109020091126 -122.112065884642 0.0 4.4319885866188704E-4 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 N. San Antonio Avenue from Briarwood Way to Mackay Drive 1960 1500 residential local local residential 487 40 19480 asphalt concrete 0 0 0 0.12 37.4103395839576 -122.107818703582 0.0 37.4103390701906 -122.107800374973 0.0 -0.028030877774941405 33.98755024251279 Tree: 927 site 1 at 4245 ALMA ST, on ALMA ST 73 from pl -1 927 4245 1 juglans nigra http://en.wikipedia.org/wiki/Juglans_nigra NULL 30 40 37.4094069392663 -122.109604220859 0.0 9.823084689642252E-4 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 N. San Antonio Avenue from Briarwood Way to Mackay Drive 1960 1500 residential local local residential 487 40 19480 asphalt concrete 0 0 0 0.12 37.4103413700194 -122.10783690631 0.0 37.4103395839576 -122.107818703582 0.0 -0.09812055651890797 25.429052457452215 Tree: 926 site 3 at 4243 ALMA ST, on ALMA ST 98 from pl -1 926 4243 3 fraxinus velutina http://en.wikipedia.org/wiki/Fraxinus_velutina http://www.calflora.org/cgi-bin/species_query.cgi?where-calrecnum=3616 10 10 37.4096451293862 -122.110052971379 0.0 9.093153741938318E-4 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 N. San Antonio Avenue from Briarwood Way to Mackay Drive 1960 1500 residential local local residential 487 40 19480 asphalt concrete 0 0 0 0.12 37.4103413700194 -122.10783690631 0.0 37.4103395839576 -122.107818703582 0.0 -0.09812055651890797 25.429052457452215 Tree: 925 site 2 at 4243 ALMA ST, on ALMA ST 58 from pl -1 925 4243 2 fraxinus velutina http://en.wikipedia.org/wiki/Fraxinus_velutina http://www.calflora.org/cgi-bin/species_query.cgi?where-calrecnum=3616 10 10 37.4097134909807 -122.110160779208 0.0 8.518081104727208E-4 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 N. San Antonio Avenue from Briarwood Way to Mackay Drive 1960 1500 residential local local residential 487 40 19480 asphalt concrete 0 0 0 0.12 37.4103413700194 -122.10783690631 0.0 37.4103395839576 -122.107818703582 0.0 -0.09812055651890797 25.429052457452215 Tree: 924 site 1 at 4243 ALMA ST, on ALMA ST 15 from pl -1 924 4243 1 fraxinus velutina http://en.wikipedia.org/wiki/Fraxinus_velutina http://www.calflora.org/cgi-bin/species_query.cgi?where-calrecnum=3616 10 10 37.4097869795839 -122.110276672845 0.0 7.899879339009295E-4 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 N. San Antonio Avenue from Briarwood Way to Mackay Drive 1960 1500 residential local local residential 487 40 19480 asphalt concrete 0 0 0 0.12 37.4103413700194 -122.10783690631 0.0 37.4103395839576 -122.107818703582 0.0 -0.09812055651890797 25.429052457452215 Tree: 923 site 1 at 4221 ALMA ST, on ALMA ST 34 from pl -1 923 4221 1 fraxinus velutina http://en.wikipedia.org/wiki/Fraxinus_velutina http://www.calflora.org/cgi-bin/species_query.cgi?where-calrecnum=3616 10 10 37.4101200636757 -122.110828865829 0.0 5.124182951208962E-4 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 N. San Antonio Avenue from Briarwood Way to Mackay Drive 1960 1500 residential local local residential 487 40 19480 asphalt concrete 0 0 0 0.12 37.4103413700194 -122.10783690631 0.0 37.4103395839576 -122.107818703582 0.0 -0.09812055651890797 25.429052457452215 Tree: 919 site 5 at 4181 ALMA ST, on ALMA ST 203 from pl -1 919 4181 5 fraxinus velutina http://en.wikipedia.org/wiki/Fraxinus_velutina http://www.calflora.org/cgi-bin/species_query.cgi?where-calrecnum=3616 10 10 37.4110899832346 -122.112363767066 0.0 3.0298011989206703E-4 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 N. San Antonio Avenue from Briarwood Way to Mackay Drive 1960 1500 residential local local residential 487 40 19480 asphalt concrete 0 0 0 0.12 37.4103413700194 -122.10783690631 0.0 37.4103395839576 -122.107818703582 0.0 -0.09812055651890797 25.429052457452215 Tree: 918 site 4 at 4181 ALMA ST, on ALMA ST 154 from pl -1 918 4181 4 fraxinus velutina http://en.wikipedia.org/wiki/Fraxinus_velutina http://www.calflora.org/cgi-bin/species_query.cgi?where-calrecnum=3616 10 10 37.4111658928771 -122.11248438921 0.0 3.6674801850094266E-4 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 N. San Antonio Avenue from Briarwood Way to Mackay Drive 1960 1500 residential local local residential 487 40 19480 asphalt concrete 0 0 0 0.12 37.4103413700194 -122.10783690631 0.0 37.4103395839576 -122.107818703582 0.0 -0.09812055651890797 25.429052457452215 Tree: 917 site 3 at 4181 ALMA ST, on ALMA ST 105 from pl -1 917 4181 3 fraxinus velutina http://en.wikipedia.org/wiki/Fraxinus_velutina http://www.calflora.org/cgi-bin/species_query.cgi?where-calrecnum=3616 10 10 37.4112547809895 -122.11262509498 0.0 4.4147116018489234E-4 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 N. San Antonio Avenue from Briarwood Way to Mackay Drive 1960 1500 residential local local residential 487 40 19480 asphalt concrete 0 0 0 0.12 37.4103413700194 -122.10783690631 0.0 37.4103395839576 -122.107818703582 0.0 -0.09812055651890797 25.429052457452215 Tree: 916 site 2 at 4181 ALMA ST, on ALMA ST 61 from pl -1 916 4181 2 fraxinus velutina http://en.wikipedia.org/wiki/Fraxinus_velutina http://www.calflora.org/cgi-bin/species_query.cgi?where-calrecnum=3616 10 10 37.4113239358546 -122.112732107044 0.0 4.998456109211707E-4 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 N. San Antonio Avenue from Briarwood Way to Mackay Drive 1960 1500 residential local local residential 487 40 19480 asphalt concrete 0 0 0 0.12 37.4103413700194 -122.10783690631 0.0 37.4103395839576 -122.107818703582 0.0 -0.09812055651890797 25.429052457452215 Tree: 905 site 7 at 4111 ALMA ST, on ALMA ST 367 from pl -1 905 4111 7 fraxinus velutina http://en.wikipedia.org/wiki/Fraxinus_velutina http://www.calflora.org/cgi-bin/species_query.cgi?where-calrecnum=3616 10 10 37.4114933130279 -122.112985249683 0.0 6.436934882611351E-4 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 N. San Antonio Avenue from Briarwood Way to Mackay Drive 1960 1500 residential local local residential 487 40 19480 asphalt concrete 0 0 0 0.12 37.4103413700194 -122.10783690631 0.0 37.4103395839576 -122.107818703582 0.0 -0.09812055651890797 25.429052457452215 Tree: 906 site 1 at 4161 ALMA ST, on ALMA ST 20 from pl -1 906 4161 1 fraxinus velutina http://en.wikipedia.org/wiki/Fraxinus_velutina http://www.calflora.org/cgi-bin/species_query.cgi?where-calrecnum=3616 10 10 37.4110525965859 -122.112308379546 0.0 2.711808348904732E-4 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 N. San Antonio Avenue from Briarwood Way to Mackay Drive 1960 1500 residential local local residential 487 40 19480 asphalt concrete 0 0 0 0.12 37.4103413700194 -122.10783690631 0.0 37.4103395839576 -122.107818703582 0.0 -0.09812055651890797 25.429052457452215 Tree: 909 site 4 at 4161 ALMA ST, on ALMA ST 156 from pl -1 909 4161 4 fraxinus velutina http://en.wikipedia.org/wiki/Fraxinus_velutina http://www.calflora.org/cgi-bin/species_query.cgi?where-calrecnum=3616 10 10 37.4108194070582 -122.111944383537 0.0 7.4650593537335E-5 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 N. San Antonio Avenue from Briarwood Way to Mackay Drive 1960 1500 residential local local residential 487 40 19480 asphalt concrete 0 0 0 0.12 37.4103413700194 -122.10783690631 0.0 37.4103395839576 -122.107818703582 0.0 -0.09812055651890797 25.429052457452215 Tree: 910 site 5 at 4161 ALMA ST, on ALMA ST 197 from pl -1 910 4161 5 fraxinus velutina http://en.wikipedia.org/wiki/Fraxinus_velutina http://www.calflora.org/cgi-bin/species_query.cgi?where-calrecnum=3616 10 10 37.4107462580174 -122.111831193507 0.0 1.2904344914694867E-5 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 N. San Antonio Avenue from Briarwood Way to Mackay Drive 1960 1500 residential local local residential 487 40 19480 asphalt concrete 0 0 0 0.12 37.4103413700194 -122.10783690631 0.0 37.4103395839576 -122.107818703582 0.0 -0.09812055651890797 25.429052457452215 Tree: 911 site 6 at 4161 ALMA ST, on ALMA ST 244 from pl -1 911 4161 6 fraxinus velutina http://en.wikipedia.org/wiki/Fraxinus_velutina http://www.calflora.org/cgi-bin/species_query.cgi?where-calrecnum=3616 10 10 37.4106643575087 -122.111701303598 0.0 5.592077538470955E-5 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 N. San Antonio Avenue from Briarwood Way to Mackay Drive 1960 1500 residential local local residential 487 40 19480 asphalt concrete 0 0 0 0.12 37.4103413700194 -122.10783690631 0.0 37.4103395839576 -122.107818703582 0.0 -0.09812055651890797 25.429052457452215 Tree: 912 site 7 at 4161 ALMA ST, on ALMA ST 293 from pl -1 912 4161 7 fraxinus velutina http://en.wikipedia.org/wiki/Fraxinus_velutina http://www.calflora.org/cgi-bin/species_query.cgi?where-calrecnum=3616 10 10 37.4105824568557 -122.111571413974 0.0 1.2474606712478686E-4 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 N. San Antonio Avenue from Briarwood Way to Mackay Drive 1960 1500 residential local local residential 487 40 19480 asphalt concrete 0 0 0 0.12 37.4103413700194 -122.10783690631 0.0 37.4103395839576 -122.107818703582 0.0 -0.09812055651890797 25.429052457452215 Tree: 915 site 1 at 4181 ALMA ST, on ALMA ST 14 from pl -1 915 4181 1 fraxinus velutina http://en.wikipedia.org/wiki/Fraxinus_velutina http://www.calflora.org/cgi-bin/species_query.cgi?where-calrecnum=3616 10 10 37.4114000790744 -122.112849933477 0.0 5.641189761507381E-4 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 N. San Antonio Avenue from Briarwood Way to Mackay Drive 1960 1500 residential local local residential 487 40 19480 asphalt concrete 0 0 0 0.12 37.4103413700194 -122.10783690631 0.0 37.4103395839576 -122.107818703582 0.0 -0.09812055651890797 25.429052457452215 Tree: 914 site 9 at 4161 ALMA ST, on ALMA ST 387 from pl -1 914 4161 9 fraxinus velutina http://en.wikipedia.org/wiki/Fraxinus_velutina http://www.calflora.org/cgi-bin/species_query.cgi?where-calrecnum=3616 10 10 37.4104229452077 -122.11132774908 0.0 2.5970108687557654E-4 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 N. San Antonio Avenue from Briarwood Way to Mackay Drive 1960 1500 residential local local residential 487 40 19480 asphalt concrete 0 0 0 0.12 37.4103413700194 -122.10783690631 0.0 37.4103395839576 -122.107818703582 0.0 -0.09812055651890797 25.429052457452215 Tree: 913 site 8 at 4161 ALMA ST, on ALMA ST 340 from pl -1 913 4161 8 fraxinus velutina http://en.wikipedia.org/wiki/Fraxinus_velutina http://www.calflora.org/cgi-bin/species_query.cgi?where-calrecnum=3616 10 10 37.410500322135 -122.111444321069 0.0 1.940774119754425E-4 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 N. San Antonio Avenue from Briarwood Way to Mackay Drive 1960 1500 residential local local residential 487 40 19480 asphalt concrete 0 0 0 0.12 37.4103413700194 -122.10783690631 0.0 37.4103395839576 -122.107818703582 0.0 -0.09812055651890797 25.429052457452215 Tree: 907 site 2 at 4161 ALMA ST, on ALMA ST 70 from pl -1 907 4161 2 fraxinus velutina http://en.wikipedia.org/wiki/Fraxinus_velutina http://www.calflora.org/cgi-bin/species_query.cgi?where-calrecnum=3616 10 10 37.4109664692294 -122.112175105575 0.0 1.9847952741864616E-4 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 N. San Antonio Avenue from Briarwood Way to Mackay Drive 1960 1500 residential local local residential 487 40 19480 asphalt concrete 0 0 0 0.12 37.4103413700194 -122.10783690631 0.0 37.4103395839576 -122.107818703582 0.0 -0.09812055651890797 25.429052457452215 Tree: 908 site 3 at 4161 ALMA ST, on ALMA ST 113 from pl -1 908 4161 3 fraxinus velutina http://en.wikipedia.org/wiki/Fraxinus_velutina http://www.calflora.org/cgi-bin/species_query.cgi?where-calrecnum=3616 10 10 37.4109020091126 -122.112065884642 0.0 1.449930867858631E-4 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 N. San Antonio Avenue from Briarwood Way to Mackay Drive 1960 1500 residential local local residential 487 40 19480 asphalt concrete 0 0 0 0.12 37.410344414783 -122.107854844625 0.0 37.4103413700194 -122.10783690631 0.0 -0.1697352062076493 16.684342493156866 Tree: 924 site 1 at 4243 ALMA ST, on ALMA ST 15 from pl -1 924 4243 1 fraxinus velutina http://en.wikipedia.org/wiki/Fraxinus_velutina http://www.calflora.org/cgi-bin/species_query.cgi?where-calrecnum=3616 10 10 37.4097869795839 -122.110276672845 0.0 9.54847775776967E-4 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 N. San Antonio Avenue from Briarwood Way to Mackay Drive 1960 1500 residential local local residential 487 40 19480 asphalt concrete 0 0 0 0.12 37.410344414783 -122.107854844625 0.0 37.4103413700194 -122.10783690631 0.0 -0.1697352062076493 16.684342493156866 Tree: 923 site 1 at 4221 ALMA ST, on ALMA ST 34 from pl -1 923 4221 1 fraxinus velutina http://en.wikipedia.org/wiki/Fraxinus_velutina http://www.calflora.org/cgi-bin/species_query.cgi?where-calrecnum=3616 10 10 37.4101200636757 -122.110828865829 0.0 7.188654666474948E-4 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 N. San Antonio Avenue from Briarwood Way to Mackay Drive 1960 1500 residential local local residential 487 40 19480 asphalt concrete 0 0 0 0.12 37.410344414783 -122.107854844625 0.0 37.4103413700194 -122.10783690631 0.0 -0.1697352062076493 16.684342493156866 Tree: 919 site 5 at 4181 ALMA ST, on ALMA ST 203 from pl -1 919 4181 5 fraxinus velutina http://en.wikipedia.org/wiki/Fraxinus_velutina http://www.calflora.org/cgi-bin/species_query.cgi?where-calrecnum=3616 10 10 37.4110899832346 -122.112363767066 0.0 1.9475870458707717E-5 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 N. San Antonio Avenue from Briarwood Way to Mackay Drive 1960 1500 residential local local residential 487 40 19480 asphalt concrete 0 0 0 0.12 37.410344414783 -122.107854844625 0.0 37.4103413700194 -122.10783690631 0.0 -0.1697352062076493 16.684342493156866 Tree: 918 site 4 at 4181 ALMA ST, on ALMA ST 154 from pl -1 918 4181 4 fraxinus velutina http://en.wikipedia.org/wiki/Fraxinus_velutina http://www.calflora.org/cgi-bin/species_query.cgi?where-calrecnum=3616 10 10 37.4111658928771 -122.11248438921 0.0 3.517824418159001E-5 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 N. San Antonio Avenue from Briarwood Way to Mackay Drive 1960 1500 residential local local residential 487 40 19480 asphalt concrete 0 0 0 0.12 37.410344414783 -122.107854844625 0.0 37.4103413700194 -122.10783690631 0.0 -0.1697352062076493 16.684342493156866 Tree: 917 site 3 at 4181 ALMA ST, on ALMA ST 105 from pl -1 917 4181 3 fraxinus velutina http://en.wikipedia.org/wiki/Fraxinus_velutina http://www.calflora.org/cgi-bin/species_query.cgi?where-calrecnum=3616 10 10 37.4112547809895 -122.11262509498 0.0 9.926698929631801E-5 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 N. San Antonio Avenue from Briarwood Way to Mackay Drive 1960 1500 residential local local residential 487 40 19480 asphalt concrete 0 0 0 0.12 37.410344414783 -122.107854844625 0.0 37.4103413700194 -122.10783690631 0.0 -0.1697352062076493 16.684342493156866 Tree: 916 site 2 at 4181 ALMA ST, on ALMA ST 61 from pl -1 916 4181 2 fraxinus velutina http://en.wikipedia.org/wiki/Fraxinus_velutina http://www.calflora.org/cgi-bin/species_query.cgi?where-calrecnum=3616 10 10 37.4113239358546 -122.112732107044 0.0 1.4953911076128683E-4 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 N. San Antonio Avenue from Briarwood Way to Mackay Drive 1960 1500 residential local local residential 487 40 19480 asphalt concrete 0 0 0 0.12 37.410344414783 -122.107854844625 0.0 37.4103413700194 -122.10783690631 0.0 -0.1697352062076493 16.684342493156866 Tree: 905 site 7 at 4111 ALMA ST, on ALMA ST 367 from pl -1 905 4111 7 fraxinus velutina http://en.wikipedia.org/wiki/Fraxinus_velutina http://www.calflora.org/cgi-bin/species_query.cgi?where-calrecnum=3616 10 10 37.4114933130279 -122.112985249683 0.0 2.741665526315524E-4 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 N. San Antonio Avenue from Briarwood Way to Mackay Drive 1960 1500 residential local local residential 487 40 19480 asphalt concrete 0 0 0 0.12 37.410344414783 -122.107854844625 0.0 37.4103413700194 -122.10783690631 0.0 -0.1697352062076493 16.684342493156866 Tree: 906 site 1 at 4161 ALMA ST, on ALMA ST 20 from pl -1 906 4161 1 fraxinus velutina http://en.wikipedia.org/wiki/Fraxinus_velutina http://www.calflora.org/cgi-bin/species_query.cgi?where-calrecnum=3616 10 10 37.4110525965859 -122.112308379546 0.0 4.706668292671073E-5 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 N. San Antonio Avenue from Briarwood Way to Mackay Drive 1960 1500 residential local local residential 487 40 19480 asphalt concrete 0 0 0 0.12 37.410344414783 -122.107854844625 0.0 37.4103413700194 -122.10783690631 0.0 -0.1697352062076493 16.684342493156866 Tree: 909 site 4 at 4161 ALMA ST, on ALMA ST 156 from pl -1 909 4161 4 fraxinus velutina http://en.wikipedia.org/wiki/Fraxinus_velutina http://www.calflora.org/cgi-bin/species_query.cgi?where-calrecnum=3616 10 10 37.4108194070582 -122.111944383537 0.0 2.160562596784533E-4 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 N. San Antonio Avenue from Briarwood Way to Mackay Drive 1960 1500 residential local local residential 487 40 19480 asphalt concrete 0 0 0 0.12 37.410344414783 -122.107854844625 0.0 37.4103413700194 -122.10783690631 0.0 -0.1697352062076493 16.684342493156866 Tree: 910 site 5 at 4161 ALMA ST, on ALMA ST 197 from pl -1 910 4161 5 fraxinus velutina http://en.wikipedia.org/wiki/Fraxinus_velutina http://www.calflora.org/cgi-bin/species_query.cgi?where-calrecnum=3616 10 10 37.4107462580174 -122.111831193507 0.0 2.6923240306131306E-4 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 N. San Antonio Avenue from Briarwood Way to Mackay Drive 1960 1500 residential local local residential 487 40 19480 asphalt concrete 0 0 0 0.12 37.410344414783 -122.107854844625 0.0 37.4103413700194 -122.10783690631 0.0 -0.1697352062076493 16.684342493156866 Tree: 911 site 6 at 4161 ALMA ST, on ALMA ST 244 from pl -1 911 4161 6 fraxinus velutina http://en.wikipedia.org/wiki/Fraxinus_velutina http://www.calflora.org/cgi-bin/species_query.cgi?where-calrecnum=3616 10 10 37.4106643575087 -122.111701303598 0.0 3.282420222647634E-4 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 N. San Antonio Avenue from Briarwood Way to Mackay Drive 1960 1500 residential local local residential 487 40 19480 asphalt concrete 0 0 0 0.12 37.410344414783 -122.107854844625 0.0 37.4103413700194 -122.10783690631 0.0 -0.1697352062076493 16.684342493156866 Tree: 912 site 7 at 4161 ALMA ST, on ALMA ST 293 from pl -1 912 4161 7 fraxinus velutina http://en.wikipedia.org/wiki/Fraxinus_velutina http://www.calflora.org/cgi-bin/species_query.cgi?where-calrecnum=3616 10 10 37.4105824568557 -122.111571413974 0.0 3.8725183143262915E-4 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 N. San Antonio Avenue from Briarwood Way to Mackay Drive 1960 1500 residential local local residential 487 40 19480 asphalt concrete 0 0 0 0.12 37.410344414783 -122.107854844625 0.0 37.4103413700194 -122.10783690631 0.0 -0.1697352062076493 16.684342493156866 Tree: 915 site 1 at 4181 ALMA ST, on ALMA ST 14 from pl -1 915 4181 1 fraxinus velutina http://en.wikipedia.org/wiki/Fraxinus_velutina http://www.calflora.org/cgi-bin/species_query.cgi?where-calrecnum=3616 10 10 37.4114000790744 -122.112849933477 0.0 2.048913482221895E-4 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 N. San Antonio Avenue from Briarwood Way to Mackay Drive 1960 1500 residential local local residential 487 40 19480 asphalt concrete 0 0 0 0.12 37.410344414783 -122.107854844625 0.0 37.4103413700194 -122.10783690631 0.0 -0.1697352062076493 16.684342493156866 Tree: 914 site 9 at 4161 ALMA ST, on ALMA ST 387 from pl -1 914 4161 9 fraxinus velutina http://en.wikipedia.org/wiki/Fraxinus_velutina http://www.calflora.org/cgi-bin/species_query.cgi?where-calrecnum=3616 10 10 37.4104229452077 -122.11132774908 0.0 5.037388848324762E-4 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 N. San Antonio Avenue from Briarwood Way to Mackay Drive 1960 1500 residential local local residential 487 40 19480 asphalt concrete 0 0 0 0.12 37.410344414783 -122.107854844625 0.0 37.4103413700194 -122.10783690631 0.0 -0.1697352062076493 16.684342493156866 Tree: 913 site 8 at 4161 ALMA ST, on ALMA ST 340 from pl -1 913 4161 8 fraxinus velutina http://en.wikipedia.org/wiki/Fraxinus_velutina http://www.calflora.org/cgi-bin/species_query.cgi?where-calrecnum=3616 10 10 37.410500322135 -122.111444321069 0.0 4.4696041557680164E-4 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 N. San Antonio Avenue from Briarwood Way to Mackay Drive 1960 1500 residential local local residential 487 40 19480 asphalt concrete 0 0 0 0.12 37.410344414783 -122.107854844625 0.0 37.4103413700194 -122.10783690631 0.0 -0.1697352062076493 16.684342493156866 Tree: 907 site 2 at 4161 ALMA ST, on ALMA ST 70 from pl -1 907 4161 2 fraxinus velutina http://en.wikipedia.org/wiki/Fraxinus_velutina http://www.calflora.org/cgi-bin/species_query.cgi?where-calrecnum=3616 10 10 37.4109664692294 -122.112175105575 0.0 1.0967725203854292E-4 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 N. San Antonio Avenue from Briarwood Way to Mackay Drive 1960 1500 residential local local residential 487 40 19480 asphalt concrete 0 0 0 0.12 37.410344414783 -122.107854844625 0.0 37.4103413700194 -122.10783690631 0.0 -0.1697352062076493 16.684342493156866 Tree: 908 site 3 at 4161 ALMA ST, on ALMA ST 113 from pl -1 908 4161 3 fraxinus velutina http://en.wikipedia.org/wiki/Fraxinus_velutina http://www.calflora.org/cgi-bin/species_query.cgi?where-calrecnum=3616 10 10 37.4109020091126 -122.112065884642 0.0 1.549511900724097E-4 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 N. San Antonio Avenue from Briarwood Way to Mackay Drive 1960 1500 residential local local residential 487 40 19480 asphalt concrete 0 0 0 0.12 37.4103486950761 -122.107872382008 0.0 37.410344414783 -122.107854844625 0.0 -0.24406680885054904 7.607869947269318 Tree: 923 site 1 at 4221 ALMA ST, on ALMA ST 34 from pl -1 923 4221 1 fraxinus velutina http://en.wikipedia.org/wiki/Fraxinus_velutina http://www.calflora.org/cgi-bin/species_query.cgi?where-calrecnum=3616 10 10 37.4101200636757 -122.110828865829 0.0 9.231143444230538E-4 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 N. San Antonio Avenue from Briarwood Way to Mackay Drive 1960 1500 residential local local residential 487 40 19480 asphalt concrete 0 0 0 0.12 37.4103486950761 -122.107872382008 0.0 37.410344414783 -122.107854844625 0.0 -0.24406680885054904 7.607869947269318 Tree: 919 site 5 at 4181 ALMA ST, on ALMA ST 203 from pl -1 919 4181 5 fraxinus velutina http://en.wikipedia.org/wiki/Fraxinus_velutina http://www.calflora.org/cgi-bin/species_query.cgi?where-calrecnum=3616 10 10 37.4110899832346 -122.112363767066 0.0 3.447890966537941E-4 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 N. San Antonio Avenue from Briarwood Way to Mackay Drive 1960 1500 residential local local residential 487 40 19480 asphalt concrete 0 0 0 0.12 37.4103486950761 -122.107872382008 0.0 37.410344414783 -122.107854844625 0.0 -0.24406680885054904 7.607869947269318 Tree: 918 site 4 at 4181 ALMA ST, on ALMA ST 154 from pl -1 918 4181 4 fraxinus velutina http://en.wikipedia.org/wiki/Fraxinus_velutina http://www.calflora.org/cgi-bin/species_query.cgi?where-calrecnum=3616 10 10 37.4111658928771 -122.11248438921 0.0 2.9964446831163785E-4 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 N. San Antonio Avenue from Briarwood Way to Mackay Drive 1960 1500 residential local local residential 487 40 19480 asphalt concrete 0 0 0 0.12 37.4103486950761 -122.107872382008 0.0 37.410344414783 -122.107854844625 0.0 -0.24406680885054904 7.607869947269318 Tree: 917 site 3 at 4181 ALMA ST, on ALMA ST 105 from pl -1 917 4181 3 fraxinus velutina http://en.wikipedia.org/wiki/Fraxinus_velutina http://www.calflora.org/cgi-bin/species_query.cgi?where-calrecnum=3616 10 10 37.4112547809895 -122.11262509498 0.0 2.4665343591839453E-4 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 N. San Antonio Avenue from Briarwood Way to Mackay Drive 1960 1500 residential local local residential 487 40 19480 asphalt concrete 0 0 0 0.12 37.4103486950761 -122.107872382008 0.0 37.410344414783 -122.107854844625 0.0 -0.24406680885054904 7.607869947269318 Tree: 916 site 2 at 4181 ALMA ST, on ALMA ST 61 from pl -1 916 4181 2 fraxinus velutina http://en.wikipedia.org/wiki/Fraxinus_velutina http://www.calflora.org/cgi-bin/species_query.cgi?where-calrecnum=3616 10 10 37.4113239358546 -122.112732107044 0.0 2.0484391902062202E-4 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 N. San Antonio Avenue from Briarwood Way to Mackay Drive 1960 1500 residential local local residential 487 40 19480 asphalt concrete 0 0 0 0.12 37.4103486950761 -122.107872382008 0.0 37.410344414783 -122.107854844625 0.0 -0.24406680885054904 7.607869947269318 Tree: 905 site 7 at 4111 ALMA ST, on ALMA ST 367 from pl -1 905 4111 7 fraxinus velutina http://en.wikipedia.org/wiki/Fraxinus_velutina http://www.calflora.org/cgi-bin/species_query.cgi?where-calrecnum=3616 10 10 37.4114933130279 -122.112985249683 0.0 1.003186434305021E-4 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 N. San Antonio Avenue from Briarwood Way to Mackay Drive 1960 1500 residential local local residential 487 40 19480 asphalt concrete 0 0 0 0.12 37.4103486950761 -122.107872382008 0.0 37.410344414783 -122.107854844625 0.0 -0.24406680885054904 7.607869947269318 Tree: 906 site 1 at 4161 ALMA ST, on ALMA ST 20 from pl -1 906 4161 1 fraxinus velutina http://en.wikipedia.org/wiki/Fraxinus_velutina http://www.calflora.org/cgi-bin/species_query.cgi?where-calrecnum=3616 10 10 37.4110525965859 -122.112308379546 0.0 3.6797684865776093E-4 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 N. San Antonio Avenue from Briarwood Way to Mackay Drive 1960 1500 residential local local residential 487 40 19480 asphalt concrete 0 0 0 0.12 37.4103486950761 -122.107872382008 0.0 37.410344414783 -122.107854844625 0.0 -0.24406680885054904 7.607869947269318 Tree: 909 site 4 at 4161 ALMA ST, on ALMA ST 156 from pl -1 909 4161 4 fraxinus velutina http://en.wikipedia.org/wiki/Fraxinus_velutina http://www.calflora.org/cgi-bin/species_query.cgi?where-calrecnum=3616 10 10 37.4108194070582 -122.111944383537 0.0 5.082106796626203E-4 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 N. San Antonio Avenue from Briarwood Way to Mackay Drive 1960 1500 residential local local residential 487 40 19480 asphalt concrete 0 0 0 0.12 37.4103486950761 -122.107872382008 0.0 37.410344414783 -122.107854844625 0.0 -0.24406680885054904 7.607869947269318 Tree: 910 site 5 at 4161 ALMA ST, on ALMA ST 197 from pl -1 910 4161 5 fraxinus velutina http://en.wikipedia.org/wiki/Fraxinus_velutina http://www.calflora.org/cgi-bin/species_query.cgi?where-calrecnum=3616 10 10 37.4107462580174 -122.111831193507 0.0 5.524356342922342E-4 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 N. San Antonio Avenue from Briarwood Way to Mackay Drive 1960 1500 residential local local residential 487 40 19480 asphalt concrete 0 0 0 0.12 37.4103486950761 -122.107872382008 0.0 37.410344414783 -122.107854844625 0.0 -0.24406680885054904 7.607869947269318 Tree: 911 site 6 at 4161 ALMA ST, on ALMA ST 244 from pl -1 911 4161 6 fraxinus velutina http://en.wikipedia.org/wiki/Fraxinus_velutina http://www.calflora.org/cgi-bin/species_query.cgi?where-calrecnum=3616 10 10 37.4106643575087 -122.111701303598 0.0 6.012028397226133E-4 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 N. San Antonio Avenue from Briarwood Way to Mackay Drive 1960 1500 residential local local residential 487 40 19480 asphalt concrete 0 0 0 0.12 37.4103486950761 -122.107872382008 0.0 37.410344414783 -122.107854844625 0.0 -0.24406680885054904 7.607869947269318 Tree: 912 site 7 at 4161 ALMA ST, on ALMA ST 293 from pl -1 912 4161 7 fraxinus velutina http://en.wikipedia.org/wiki/Fraxinus_velutina http://www.calflora.org/cgi-bin/species_query.cgi?where-calrecnum=3616 10 10 37.4105824568557 -122.111571413974 0.0 6.499702529205476E-4 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 N. San Antonio Avenue from Briarwood Way to Mackay Drive 1960 1500 residential local local residential 487 40 19480 asphalt concrete 0 0 0 0.12 37.4103486950761 -122.107872382008 0.0 37.410344414783 -122.107854844625 0.0 -0.24406680885054904 7.607869947269318 Tree: 915 site 1 at 4181 ALMA ST, on ALMA ST 14 from pl -1 915 4181 1 fraxinus velutina http://en.wikipedia.org/wiki/Fraxinus_velutina http://www.calflora.org/cgi-bin/species_query.cgi?where-calrecnum=3616 10 10 37.4114000790744 -122.112849933477 0.0 1.5880949181636808E-4 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 N. San Antonio Avenue from Briarwood Way to Mackay Drive 1960 1500 residential local local residential 487 40 19480 asphalt concrete 0 0 0 0.12 37.4103486950761 -122.107872382008 0.0 37.410344414783 -122.107854844625 0.0 -0.24406680885054904 7.607869947269318 Tree: 914 site 9 at 4161 ALMA ST, on ALMA ST 387 from pl -1 914 4161 9 fraxinus velutina http://en.wikipedia.org/wiki/Fraxinus_velutina http://www.calflora.org/cgi-bin/species_query.cgi?where-calrecnum=3616 10 10 37.4104229452077 -122.11132774908 0.0 7.471585714885854E-4 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 N. San Antonio Avenue from Briarwood Way to Mackay Drive 1960 1500 residential local local residential 487 40 19480 asphalt concrete 0 0 0 0.12 37.4103486950761 -122.107872382008 0.0 37.410344414783 -122.107854844625 0.0 -0.24406680885054904 7.607869947269318 Tree: 913 site 8 at 4161 ALMA ST, on ALMA ST 340 from pl -1 913 4161 8 fraxinus velutina http://en.wikipedia.org/wiki/Fraxinus_velutina http://www.calflora.org/cgi-bin/species_query.cgi?where-calrecnum=3616 10 10 37.410500322135 -122.111444321069 0.0 6.996281803977386E-4 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 N. San Antonio Avenue from Briarwood Way to Mackay Drive 1960 1500 residential local local residential 487 40 19480 asphalt concrete 0 0 0 0.12 37.4103486950761 -122.107872382008 0.0 37.410344414783 -122.107854844625 0.0 -0.24406680885054904 7.607869947269318 Tree: 907 site 2 at 4161 ALMA ST, on ALMA ST 70 from pl -1 907 4161 2 fraxinus velutina http://en.wikipedia.org/wiki/Fraxinus_velutina http://www.calflora.org/cgi-bin/species_query.cgi?where-calrecnum=3616 10 10 37.4109664692294 -122.112175105575 0.0 4.2004798284195653E-4 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 N. San Antonio Avenue from Briarwood Way to Mackay Drive 1960 1500 residential local local residential 487 40 19480 asphalt concrete 0 0 0 0.12 37.4103486950761 -122.107872382008 0.0 37.410344414783 -122.107854844625 0.0 -0.24406680885054904 7.607869947269318 Tree: 908 site 3 at 4161 ALMA ST, on ALMA ST 113 from pl -1 908 4161 3 fraxinus velutina http://en.wikipedia.org/wiki/Fraxinus_velutina http://www.calflora.org/cgi-bin/species_query.cgi?where-calrecnum=3616 10 10 37.4109020091126 -122.112065884642 0.0 4.5677289085343023E-4 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 N. San Antonio Avenue from Briarwood Way to Mackay Drive 1960 1500 residential local local residential 487 40 19480 asphalt concrete 0 0 0 0.12 37.4103541783234 -122.107889384987 0.0 37.4103486950761 -122.107872382008 0.0 -0.3224874474946591 -1.9679073884012297 Tree: 919 site 5 at 4181 ALMA ST, on ALMA ST 203 from pl -1 919 4181 5 fraxinus velutina http://en.wikipedia.org/wiki/Fraxinus_velutina http://www.calflora.org/cgi-bin/species_query.cgi?where-calrecnum=3616 10 10 37.4110899832346 -122.112363767066 0.0 6.729973208176562E-4 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 N. San Antonio Avenue from Briarwood Way to Mackay Drive 1960 1500 residential local local residential 487 40 19480 asphalt concrete 0 0 0 0.12 37.4103541783234 -122.107889384987 0.0 37.4103486950761 -122.107872382008 0.0 -0.3224874474946591 -1.9679073884012297 Tree: 918 site 4 at 4181 ALMA ST, on ALMA ST 154 from pl -1 918 4181 4 fraxinus velutina http://en.wikipedia.org/wiki/Fraxinus_velutina http://www.calflora.org/cgi-bin/species_query.cgi?where-calrecnum=3616 10 10 37.4111658928771 -122.11248438921 0.0 6.377731355437518E-4 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 N. San Antonio Avenue from Briarwood Way to Mackay Drive 1960 1500 residential local local residential 487 40 19480 asphalt concrete 0 0 0 0.12 37.4103541783234 -122.107889384987 0.0 37.4103486950761 -122.107872382008 0.0 -0.3224874474946591 -1.9679073884012297 Tree: 917 site 3 at 4181 ALMA ST, on ALMA ST 105 from pl -1 917 4181 3 fraxinus velutina http://en.wikipedia.org/wiki/Fraxinus_velutina http://www.calflora.org/cgi-bin/species_query.cgi?where-calrecnum=3616 10 10 37.4112547809895 -122.11262509498 0.0 5.963610078049154E-4 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 N. San Antonio Avenue from Briarwood Way to Mackay Drive 1960 1500 residential local local residential 487 40 19480 asphalt concrete 0 0 0 0.12 37.4103541783234 -122.107889384987 0.0 37.4103486950761 -122.107872382008 0.0 -0.3224874474946591 -1.9679073884012297 Tree: 916 site 2 at 4181 ALMA ST, on ALMA ST 61 from pl -1 916 4181 2 fraxinus velutina http://en.wikipedia.org/wiki/Fraxinus_velutina http://www.calflora.org/cgi-bin/species_query.cgi?where-calrecnum=3616 10 10 37.4113239358546 -122.112732107044 0.0 5.63388338480296E-4 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 N. San Antonio Avenue from Briarwood Way to Mackay Drive 1960 1500 residential local local residential 487 40 19480 asphalt concrete 0 0 0 0.12 37.4103541783234 -122.107889384987 0.0 37.4103486950761 -122.107872382008 0.0 -0.3224874474946591 -1.9679073884012297 Tree: 905 site 7 at 4111 ALMA ST, on ALMA ST 367 from pl -1 905 4111 7 fraxinus velutina http://en.wikipedia.org/wiki/Fraxinus_velutina http://www.calflora.org/cgi-bin/species_query.cgi?where-calrecnum=3616 10 10 37.4114933130279 -122.112985249683 0.0 4.7988139027469877E-4 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 N. San Antonio Avenue from Briarwood Way to Mackay Drive 1960 1500 residential local local residential 487 40 19480 asphalt concrete 0 0 0 0.12 37.4103541783234 -122.107889384987 0.0 37.4103486950761 -122.107872382008 0.0 -0.3224874474946591 -1.9679073884012297 Tree: 906 site 1 at 4161 ALMA ST, on ALMA ST 20 from pl -1 906 4161 1 fraxinus velutina http://en.wikipedia.org/wiki/Fraxinus_velutina http://www.calflora.org/cgi-bin/species_query.cgi?where-calrecnum=3616 10 10 37.4110525965859 -122.112308379546 0.0 6.915798126114848E-4 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 N. San Antonio Avenue from Briarwood Way to Mackay Drive 1960 1500 residential local local residential 487 40 19480 asphalt concrete 0 0 0 0.12 37.4103541783234 -122.107889384987 0.0 37.4103486950761 -122.107872382008 0.0 -0.3224874474946591 -1.9679073884012297 Tree: 909 site 4 at 4161 ALMA ST, on ALMA ST 156 from pl -1 909 4161 4 fraxinus velutina http://en.wikipedia.org/wiki/Fraxinus_velutina http://www.calflora.org/cgi-bin/species_query.cgi?where-calrecnum=3616 10 10 37.4108194070582 -122.111944383537 0.0 8.017957952249991E-4 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 N. San Antonio Avenue from Briarwood Way to Mackay Drive 1960 1500 residential local local residential 487 40 19480 asphalt concrete 0 0 0 0.12 37.4103541783234 -122.107889384987 0.0 37.4103486950761 -122.107872382008 0.0 -0.3224874474946591 -1.9679073884012297 Tree: 910 site 5 at 4161 ALMA ST, on ALMA ST 197 from pl -1 910 4161 5 fraxinus velutina http://en.wikipedia.org/wiki/Fraxinus_velutina http://www.calflora.org/cgi-bin/species_query.cgi?where-calrecnum=3616 10 10 37.4107462580174 -122.111831193507 0.0 8.366737031031725E-4 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 N. San Antonio Avenue from Briarwood Way to Mackay Drive 1960 1500 residential local local residential 487 40 19480 asphalt concrete 0 0 0 0.12 37.4103541783234 -122.107889384987 0.0 37.4103486950761 -122.107872382008 0.0 -0.3224874474946591 -1.9679073884012297 Tree: 911 site 6 at 4161 ALMA ST, on ALMA ST 244 from pl -1 911 4161 6 fraxinus velutina http://en.wikipedia.org/wiki/Fraxinus_velutina http://www.calflora.org/cgi-bin/species_query.cgi?where-calrecnum=3616 10 10 37.4106643575087 -122.111701303598 0.0 8.747551175536893E-4 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 N. San Antonio Avenue from Briarwood Way to Mackay Drive 1960 1500 residential local local residential 487 40 19480 asphalt concrete 0 0 0 0.12 37.4103541783234 -122.107889384987 0.0 37.4103486950761 -122.107872382008 0.0 -0.3224874474946591 -1.9679073884012297 Tree: 912 site 7 at 4161 ALMA ST, on ALMA ST 293 from pl -1 912 4161 7 fraxinus velutina http://en.wikipedia.org/wiki/Fraxinus_velutina http://www.calflora.org/cgi-bin/species_query.cgi?where-calrecnum=3616 10 10 37.4105824568557 -122.111571413974 0.0 9.128367568296351E-4 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 N. San Antonio Avenue from Briarwood Way to Mackay Drive 1960 1500 residential local local residential 487 40 19480 asphalt concrete 0 0 0 0.12 37.4103541783234 -122.107889384987 0.0 37.4103486950761 -122.107872382008 0.0 -0.3224874474946591 -1.9679073884012297 Tree: 915 site 1 at 4181 ALMA ST, on ALMA ST 14 from pl -1 915 4181 1 fraxinus velutina http://en.wikipedia.org/wiki/Fraxinus_velutina http://www.calflora.org/cgi-bin/species_query.cgi?where-calrecnum=3616 10 10 37.4114000790744 -122.112849933477 0.0 5.270837831788392E-4 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 N. San Antonio Avenue from Briarwood Way to Mackay Drive 1960 1500 residential local local residential 487 40 19480 asphalt concrete 0 0 0 0.12 37.4103541783234 -122.107889384987 0.0 37.4103486950761 -122.107872382008 0.0 -0.3224874474946591 -1.9679073884012297 Tree: 914 site 9 at 4161 ALMA ST, on ALMA ST 387 from pl -1 914 4161 9 fraxinus velutina http://en.wikipedia.org/wiki/Fraxinus_velutina http://www.calflora.org/cgi-bin/species_query.cgi?where-calrecnum=3616 10 10 37.4104229452077 -122.11132774908 0.0 9.898632765620945E-4 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 N. San Antonio Avenue from Briarwood Way to Mackay Drive 1960 1500 residential local local residential 487 40 19480 asphalt concrete 0 0 0 0.12 37.4103541783234 -122.107889384987 0.0 37.4103486950761 -122.107872382008 0.0 -0.3224874474946591 -1.9679073884012297 Tree: 913 site 8 at 4161 ALMA ST, on ALMA ST 340 from pl -1 913 4161 8 fraxinus velutina http://en.wikipedia.org/wiki/Fraxinus_velutina http://www.calflora.org/cgi-bin/species_query.cgi?where-calrecnum=3616 10 10 37.410500322135 -122.111444321069 0.0 9.519995422224533E-4 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 N. San Antonio Avenue from Briarwood Way to Mackay Drive 1960 1500 residential local local residential 487 40 19480 asphalt concrete 0 0 0 0.12 37.4103541783234 -122.107889384987 0.0 37.4103486950761 -122.107872382008 0.0 -0.3224874474946591 -1.9679073884012297 Tree: 907 site 2 at 4161 ALMA ST, on ALMA ST 70 from pl -1 907 4161 2 fraxinus velutina http://en.wikipedia.org/wiki/Fraxinus_velutina http://www.calflora.org/cgi-bin/species_query.cgi?where-calrecnum=3616 10 10 37.4109664692294 -122.112175105575 0.0 7.326454195188146E-4 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 N. San Antonio Avenue from Briarwood Way to Mackay Drive 1960 1500 residential local local residential 487 40 19480 asphalt concrete 0 0 0 0.12 37.4103541783234 -122.107889384987 0.0 37.4103486950761 -122.107872382008 0.0 -0.3224874474946591 -1.9679073884012297 Tree: 908 site 3 at 4161 ALMA ST, on ALMA ST 113 from pl -1 908 4161 3 fraxinus velutina http://en.wikipedia.org/wiki/Fraxinus_velutina http://www.calflora.org/cgi-bin/species_query.cgi?where-calrecnum=3616 10 10 37.4109020091126 -122.112065884642 0.0 7.604719833183991E-4 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 N. San Antonio Avenue from Briarwood Way to Mackay Drive 1960 1500 residential local local residential 487 40 19480 asphalt concrete 0 0 0 0.12 37.4103608227942 -122.107905724161 0.0 37.4103541783234 -122.107889384987 0.0 -0.4066589169526242 -12.245907870346251 Tree: 918 site 4 at 4181 ALMA ST, on ALMA ST 154 from pl -1 918 4181 4 fraxinus velutina http://en.wikipedia.org/wiki/Fraxinus_velutina http://www.calflora.org/cgi-bin/species_query.cgi?where-calrecnum=3616 10 10 37.4111658928771 -122.11248438921 0.0 9.79028864004269E-4 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 N. San Antonio Avenue from Briarwood Way to Mackay Drive 1960 1500 residential local local residential 487 40 19480 asphalt concrete 0 0 0 0.12 37.4103608227942 -122.107905724161 0.0 37.4103541783234 -122.107889384987 0.0 -0.4066589169526242 -12.245907870346251 Tree: 917 site 3 at 4181 ALMA ST, on ALMA ST 105 from pl -1 917 4181 3 fraxinus velutina http://en.wikipedia.org/wiki/Fraxinus_velutina http://www.calflora.org/cgi-bin/species_query.cgi?where-calrecnum=3616 10 10 37.4112547809895 -122.11262509498 0.0 9.496929118621982E-4 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 N. San Antonio Avenue from Briarwood Way to Mackay Drive 1960 1500 residential local local residential 487 40 19480 asphalt concrete 0 0 0 0.12 37.4103608227942 -122.107905724161 0.0 37.4103541783234 -122.107889384987 0.0 -0.4066589169526242 -12.245907870346251 Tree: 916 site 2 at 4181 ALMA ST, on ALMA ST 61 from pl -1 916 4181 2 fraxinus velutina http://en.wikipedia.org/wiki/Fraxinus_velutina http://www.calflora.org/cgi-bin/species_query.cgi?where-calrecnum=3616 10 10 37.4113239358546 -122.112732107044 0.0 9.259440544369124E-4 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 N. San Antonio Avenue from Briarwood Way to Mackay Drive 1960 1500 residential local local residential 487 40 19480 asphalt concrete 0 0 0 0.12 37.4103608227942 -122.107905724161 0.0 37.4103541783234 -122.107889384987 0.0 -0.4066589169526242 -12.245907870346251 Tree: 905 site 7 at 4111 ALMA ST, on ALMA ST 367 from pl -1 905 4111 7 fraxinus velutina http://en.wikipedia.org/wiki/Fraxinus_velutina http://www.calflora.org/cgi-bin/species_query.cgi?where-calrecnum=3616 10 10 37.4114933130279 -122.112985249683 0.0 8.644035247636583E-4 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 N. San Antonio Avenue from Briarwood Way to Mackay Drive 1960 1500 residential local local residential 487 40 19480 asphalt concrete 0 0 0 0.12 37.4103608227942 -122.107905724161 0.0 37.4103541783234 -122.107889384987 0.0 -0.4066589169526242 -12.245907870346251 Tree: 915 site 1 at 4181 ALMA ST, on ALMA ST 14 from pl -1 915 4181 1 fraxinus velutina http://en.wikipedia.org/wiki/Fraxinus_velutina http://www.calflora.org/cgi-bin/species_query.cgi?where-calrecnum=3616 10 10 37.4114000790744 -122.112849933477 0.0 8.997954395499812E-4 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 N. San Antonio Avenue from Alma Street to Ponce Drive 2000 10144 residential local local business district 275 40 11000 asphalt concrete 0 0 0 0.12 37.4088688914345 -122.10881530702 0.0 37.4090424515179 -122.108656294741 0.0 1.0914885598089932 170.6892438508761 Tree: 927 site 1 at 4245 ALMA ST, on ALMA ST 73 from pl -1 927 4245 1 juglans nigra http://en.wikipedia.org/wiki/Juglans_nigra NULL 30 40 37.4094069392663 -122.109604220859 0.0 9.451593372461869E-4 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 N. San Antonio Avenue from Alma Street to Ponce Drive 2000 10144 residential local local business district 275 40 11000 asphalt concrete 0 0 0 0.12 37.4090424515179 -122.108656294741 0.0 37.4095306667629 -122.108214407349 0.0 1.1048408572814832 172.3196749536895 Tree: 927 site 1 at 4245 ALMA ST, on ALMA ST 73 from pl -1 927 4245 1 juglans nigra http://en.wikipedia.org/wiki/Juglans_nigra NULL 30 40 37.4094069392663 -122.109604220859 0.0 9.473912732520197E-4 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 N. San Antonio Avenue from Alma Street to Ponce Drive 2000 10144 residential local local business district 275 40 11000 asphalt concrete 0 0 0 0.12 37.4088944050732 -122.108590474863 0.0 37.4087614359636 -122.108515037977 0.0 -1.7626537445843466 -177.82626984136056 Tree: 926 site 3 at 4243 ALMA ST, on ALMA ST 98 from pl -1 926 4243 3 fraxinus velutina http://en.wikipedia.org/wiki/Fraxinus_velutina http://www.calflora.org/cgi-bin/species_query.cgi?where-calrecnum=3616 10 10 37.4096451293862 -122.110052971379 0.0 9.016017422629052E-4 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 N. San Antonio Avenue from Alma Street to Ponce Drive 2000 10144 residential local local business district 275 40 11000 asphalt concrete 0 0 0 0.12 37.4088944050732 -122.108590474863 0.0 37.4087614359636 -122.108515037977 0.0 -1.7626537445843466 -177.82626984136056 Tree: 925 site 2 at 4243 ALMA ST, on ALMA ST 58 from pl -1 925 4243 2 fraxinus velutina http://en.wikipedia.org/wiki/Fraxinus_velutina http://www.calflora.org/cgi-bin/species_query.cgi?where-calrecnum=3616 10 10 37.4097134909807 -122.110160779208 0.0 9.616375851090649E-4 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 N. San Antonio Avenue from Alma Street to Ponce Drive 2000 10144 residential local local business district 275 40 11000 asphalt concrete 0 0 0 0.12 37.4088944050732 -122.108590474863 0.0 37.4087614359636 -122.108515037977 0.0 -1.7626537445843466 -177.82626984136056 Tree: 927 site 1 at 4245 ALMA ST, on ALMA ST 73 from pl -1 927 4245 1 juglans nigra http://en.wikipedia.org/wiki/Juglans_nigra NULL 30 40 37.4094069392663 -122.109604220859 0.0 6.288234989316735E-4 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 N. San Antonio Avenue from Alma Street to Ponce Drive 2000 10144 residential local local business district 275 40 11000 asphalt concrete 0 0 0 0.12 37.4090424606261 -122.108656298314 0.0 37.4088944050732 -122.108590474863 0.0 -2.2492827504357 -237.24785183005315 Tree: 927 site 1 at 4245 ALMA ST, on ALMA ST 73 from pl -1 927 4245 1 juglans nigra http://en.wikipedia.org/wiki/Juglans_nigra NULL 30 40 37.4094069392663 -122.109604220859 0.0 7.181087930897988E-4 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 Ponce Drive from Hemlock Court to End 1965 300 residential dead end local residential 627 24 15048 asphalt concrete 0 0 0 0.12 37.4094651592653 -122.108890165086 0.0 37.409466798282 -122.108879191574 0.0 0.14936117955743608 55.64779302877196 Tree: 926 site 3 at 4243 ALMA ST, on ALMA ST 98 from pl -1 926 4243 3 fraxinus velutina http://en.wikipedia.org/wiki/Fraxinus_velutina http://www.calflora.org/cgi-bin/species_query.cgi?where-calrecnum=3616 10 10 37.4096451293862 -122.110052971379 0.0 3.497683111625233E-4 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 Ponce Drive from Hemlock Court to End 1965 300 residential dead end local residential 627 24 15048 asphalt concrete 0 0 0 0.12 37.4094651592653 -122.108890165086 0.0 37.409466798282 -122.108879191574 0.0 0.14936117955743608 55.64779302877196 Tree: 925 site 2 at 4243 ALMA ST, on ALMA ST 58 from pl -1 925 4243 2 fraxinus velutina http://en.wikipedia.org/wiki/Fraxinus_velutina http://www.calflora.org/cgi-bin/species_query.cgi?where-calrecnum=3616 10 10 37.4097134909807 -122.110160779208 0.0 4.3330554374008257E-4 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 Ponce Drive from Hemlock Court to End 1965 300 residential dead end local residential 627 24 15048 asphalt concrete 0 0 0 0.12 37.4094651592653 -122.108890165086 0.0 37.409466798282 -122.108879191574 0.0 0.14936117955743608 55.64779302877196 Tree: 924 site 1 at 4243 ALMA ST, on ALMA ST 15 from pl -1 924 4243 1 fraxinus velutina http://en.wikipedia.org/wiki/Fraxinus_velutina http://www.calflora.org/cgi-bin/species_query.cgi?where-calrecnum=3616 10 10 37.4097869795839 -122.110276672845 0.0 5.231079917101678E-4 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 Ponce Drive from Hemlock Court to End 1965 300 residential dead end local residential 627 24 15048 asphalt concrete 0 0 0 0.12 37.4094651592653 -122.108890165086 0.0 37.409466798282 -122.108879191574 0.0 0.14936117955743608 55.64779302877196 Tree: 923 site 1 at 4221 ALMA ST, on ALMA ST 34 from pl -1 923 4221 1 fraxinus velutina http://en.wikipedia.org/wiki/Fraxinus_velutina http://www.calflora.org/cgi-bin/species_query.cgi?where-calrecnum=3616 10 10 37.4101200636757 -122.110828865829 0.0 9.341091030928196E-4 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 Ponce Drive from Hemlock Court to End 1965 300 residential dead end local residential 627 24 15048 asphalt concrete 0 0 0 0.12 37.4094651592653 -122.108890165086 0.0 37.409466798282 -122.108879191574 0.0 0.14936117955743608 55.64779302877196 Tree: 927 site 1 at 4245 ALMA ST, on ALMA ST 73 from pl -1 927 4245 1 juglans nigra http://en.wikipedia.org/wiki/Juglans_nigra NULL 30 40 37.4094069392663 -122.109604220859 0.0 4.790085625264905E-5 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 Ponce Drive from Hemlock Court to End 1965 300 residential dead end local residential 627 24 15048 asphalt concrete 0 0 0 0.12 37.4094642894007 -122.108901275919 0.0 37.4094651592653 -122.108890165086 0.0 0.0782897735823556 46.96934252268261 Tree: 926 site 3 at 4243 ALMA ST, on ALMA ST 98 from pl -1 926 4243 3 fraxinus velutina http://en.wikipedia.org/wiki/Fraxinus_velutina http://www.calflora.org/cgi-bin/species_query.cgi?where-calrecnum=3616 10 10 37.4096451293862 -122.110052971379 0.0 2.7017922397316337E-4 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 Ponce Drive from Hemlock Court to End 1965 300 residential dead end local residential 627 24 15048 asphalt concrete 0 0 0 0.12 37.4094642894007 -122.108901275919 0.0 37.4094651592653 -122.108890165086 0.0 0.0782897735823556 46.96934252268261 Tree: 925 site 2 at 4243 ALMA ST, on ALMA ST 58 from pl -1 925 4243 2 fraxinus velutina http://en.wikipedia.org/wiki/Fraxinus_velutina http://www.calflora.org/cgi-bin/species_query.cgi?where-calrecnum=3616 10 10 37.4097134909807 -122.110160779208 0.0 3.467467751460747E-4 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 Ponce Drive from Hemlock Court to End 1965 300 residential dead end local residential 627 24 15048 asphalt concrete 0 0 0 0.12 37.4094642894007 -122.108901275919 0.0 37.4094651592653 -122.108890165086 0.0 0.0782897735823556 46.96934252268261 Tree: 924 site 1 at 4243 ALMA ST, on ALMA ST 15 from pl -1 924 4243 1 fraxinus velutina http://en.wikipedia.org/wiki/Fraxinus_velutina http://www.calflora.org/cgi-bin/species_query.cgi?where-calrecnum=3616 10 10 37.4097869795839 -122.110276672845 0.0 4.290567993520839E-4 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 Ponce Drive from Hemlock Court to End 1965 300 residential dead end local residential 627 24 15048 asphalt concrete 0 0 0 0.12 37.4094642894007 -122.108901275919 0.0 37.4094651592653 -122.108890165086 0.0 0.0782897735823556 46.96934252268261 Tree: 923 site 1 at 4221 ALMA ST, on ALMA ST 34 from pl -1 923 4221 1 fraxinus velutina http://en.wikipedia.org/wiki/Fraxinus_velutina http://www.calflora.org/cgi-bin/species_query.cgi?where-calrecnum=3616 10 10 37.4101200636757 -122.110828865829 0.0 8.042239573505351E-4 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 Ponce Drive from Hemlock Court to End 1965 300 residential dead end local residential 627 24 15048 asphalt concrete 0 0 0 0.12 37.4094642894007 -122.108901275919 0.0 37.4094651592653 -122.108890165086 0.0 0.0782897735823556 46.96934252268261 Tree: 927 site 1 at 4245 ALMA ST, on ALMA ST 73 from pl -1 927 4245 1 juglans nigra http://en.wikipedia.org/wiki/Juglans_nigra NULL 30 40 37.4094069392663 -122.109604220859 0.0 2.309666716834438E-6 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 Ponce Drive from Hemlock Court to End 1965 300 residential dead end local residential 627 24 15048 asphalt concrete 0 0 0 0.12 37.4094641953083 -122.108912439513 0.0 37.4094642894007 -122.108901275919 0.0 0.008428504258073283 38.438659683753436 Tree: 926 site 3 at 4243 ALMA ST, on ALMA ST 98 from pl -1 926 4243 3 fraxinus velutina http://en.wikipedia.org/wiki/Fraxinus_velutina http://www.calflora.org/cgi-bin/species_query.cgi?where-calrecnum=3616 10 10 37.4096451293862 -122.110052971379 0.0 1.905402877475731E-4 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 Ponce Drive from Hemlock Court to End 1965 300 residential dead end local residential 627 24 15048 asphalt concrete 0 0 0 0.12 37.4094641953083 -122.108912439513 0.0 37.4094642894007 -122.108901275919 0.0 0.008428504258073283 38.438659683753436 Tree: 925 site 2 at 4243 ALMA ST, on ALMA ST 58 from pl -1 925 4243 2 fraxinus velutina http://en.wikipedia.org/wiki/Fraxinus_velutina http://www.calflora.org/cgi-bin/species_query.cgi?where-calrecnum=3616 10 10 37.4097134909807 -122.110160779208 0.0 2.5980808065208916E-4 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 Ponce Drive from Hemlock Court to End 1965 300 residential dead end local residential 627 24 15048 asphalt concrete 0 0 0 0.12 37.4094641953083 -122.108912439513 0.0 37.4094642894007 -122.108901275919 0.0 0.008428504258073283 38.438659683753436 Tree: 924 site 1 at 4243 ALMA ST, on ALMA ST 15 from pl -1 924 4243 1 fraxinus velutina http://en.wikipedia.org/wiki/Fraxinus_velutina http://www.calflora.org/cgi-bin/species_query.cgi?where-calrecnum=3616 10 10 37.4097869795839 -122.110276672845 0.0 3.3427084900672436E-4 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 Ponce Drive from Hemlock Court to End 1965 300 residential dead end local residential 627 24 15048 asphalt concrete 0 0 0 0.12 37.4094641953083 -122.108912439513 0.0 37.4094642894007 -122.108901275919 0.0 0.008428504258073283 38.438659683753436 Tree: 923 site 1 at 4221 ALMA ST, on ALMA ST 34 from pl -1 923 4221 1 fraxinus velutina http://en.wikipedia.org/wiki/Fraxinus_velutina http://www.calflora.org/cgi-bin/species_query.cgi?where-calrecnum=3616 10 10 37.4101200636757 -122.110828865829 0.0 6.719971059541302E-4 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 Ponce Drive from Hemlock Court to End 1965 300 residential dead end local residential 627 24 15048 asphalt concrete 0 0 0 0.12 37.4094641953083 -122.108912439513 0.0 37.4094642894007 -122.108901275919 0.0 0.008428504258073283 38.438659683753436 Tree: 914 site 9 at 4161 ALMA ST, on ALMA ST 387 from pl -1 914 4161 9 fraxinus velutina http://en.wikipedia.org/wiki/Fraxinus_velutina http://www.calflora.org/cgi-bin/species_query.cgi?where-calrecnum=3616 10 10 37.4104229452077 -122.11132774908 0.0 9.790725704819957E-4 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 Ponce Drive from Hemlock Court to End 1965 300 residential dead end local residential 627 24 15048 asphalt concrete 0 0 0 0.12 37.4094641953083 -122.108912439513 0.0 37.4094642894007 -122.108901275919 0.0 0.008428504258073283 38.438659683753436 Tree: 927 site 1 at 4245 ALMA ST, on ALMA ST 73 from pl -1 927 4245 1 juglans nigra http://en.wikipedia.org/wiki/Juglans_nigra NULL 30 40 37.4094069392663 -122.109604220859 0.0 5.142353346124549E-5 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 Ponce Drive from Hemlock Court to End 1965 300 residential dead end local residential 627 24 15048 asphalt concrete 0 0 0 0.12 37.4094648777042 -122.108923570907 0.0 37.4094641953083 -122.108912439513 0.0 -0.06130372354263836 29.92373318502416 Tree: 926 site 3 at 4243 ALMA ST, on ALMA ST 98 from pl -1 926 4243 3 fraxinus velutina http://en.wikipedia.org/wiki/Fraxinus_velutina http://www.calflora.org/cgi-bin/species_query.cgi?where-calrecnum=3616 10 10 37.4096451293862 -122.110052971379 0.0 1.1080720808853537E-4 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 Ponce Drive from Hemlock Court to End 1965 300 residential dead end local residential 627 24 15048 asphalt concrete 0 0 0 0.12 37.4094648777042 -122.108923570907 0.0 37.4094641953083 -122.108912439513 0.0 -0.06130372354263836 29.92373318502416 Tree: 925 site 2 at 4243 ALMA ST, on ALMA ST 58 from pl -1 925 4243 2 fraxinus velutina http://en.wikipedia.org/wiki/Fraxinus_velutina http://www.calflora.org/cgi-bin/species_query.cgi?where-calrecnum=3616 10 10 37.4097134909807 -122.110160779208 0.0 1.7244406967971285E-4 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 Ponce Drive from Hemlock Court to End 1965 300 residential dead end local residential 627 24 15048 asphalt concrete 0 0 0 0.12 37.4094648777042 -122.108923570907 0.0 37.4094641953083 -122.108912439513 0.0 -0.06130372354263836 29.92373318502416 Tree: 924 site 1 at 4243 ALMA ST, on ALMA ST 15 from pl -1 924 4243 1 fraxinus velutina http://en.wikipedia.org/wiki/Fraxinus_velutina http://www.calflora.org/cgi-bin/species_query.cgi?where-calrecnum=3616 10 10 37.4097869795839 -122.110276672845 0.0 2.3870357169730792E-4 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 Ponce Drive from Hemlock Court to End 1965 300 residential dead end local residential 627 24 15048 asphalt concrete 0 0 0 0.12 37.4094648777042 -122.108923570907 0.0 37.4094641953083 -122.108912439513 0.0 -0.06130372354263836 29.92373318502416 Tree: 923 site 1 at 4221 ALMA ST, on ALMA ST 34 from pl -1 923 4221 1 fraxinus velutina http://en.wikipedia.org/wiki/Fraxinus_velutina http://www.calflora.org/cgi-bin/species_query.cgi?where-calrecnum=3616 10 10 37.4101200636757 -122.110828865829 0.0 5.373754773758665E-4 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 Ponce Drive from Hemlock Court to End 1965 300 residential dead end local residential 627 24 15048 asphalt concrete 0 0 0 0.12 37.4094648777042 -122.108923570907 0.0 37.4094641953083 -122.108912439513 0.0 -0.06130372354263836 29.92373318502416 Tree: 912 site 7 at 4161 ALMA ST, on ALMA ST 293 from pl -1 912 4161 7 fraxinus velutina http://en.wikipedia.org/wiki/Fraxinus_velutina http://www.calflora.org/cgi-bin/species_query.cgi?where-calrecnum=3616 10 10 37.4105824568557 -122.111571413974 0.0 9.534665587700398E-4 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 Ponce Drive from Hemlock Court to End 1965 300 residential dead end local residential 627 24 15048 asphalt concrete 0 0 0 0.12 37.4094648777042 -122.108923570907 0.0 37.4094641953083 -122.108912439513 0.0 -0.06130372354263836 29.92373318502416 Tree: 914 site 9 at 4161 ALMA ST, on ALMA ST 387 from pl -1 914 4161 9 fraxinus velutina http://en.wikipedia.org/wiki/Fraxinus_velutina http://www.calflora.org/cgi-bin/species_query.cgi?where-calrecnum=3616 10 10 37.4104229452077 -122.11132774908 0.0 8.091633780309382E-4 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 Ponce Drive from Hemlock Court to End 1965 300 residential dead end local residential 627 24 15048 asphalt concrete 0 0 0 0.12 37.4094648777042 -122.108923570907 0.0 37.4094641953083 -122.108912439513 0.0 -0.06130372354263836 29.92373318502416 Tree: 913 site 8 at 4161 ALMA ST, on ALMA ST 340 from pl -1 913 4161 8 fraxinus velutina http://en.wikipedia.org/wiki/Fraxinus_velutina http://www.calflora.org/cgi-bin/species_query.cgi?where-calrecnum=3616 10 10 37.410500322135 -122.111444321069 0.0 8.792624106520589E-4 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 Ponce Drive from Hemlock Court to End 1965 300 residential dead end local residential 627 24 15048 asphalt concrete 0 0 0 0.12 37.4094648777042 -122.108923570907 0.0 37.4094641953083 -122.108912439513 0.0 -0.06130372354263836 29.92373318502416 Tree: 927 site 1 at 4245 ALMA ST, on ALMA ST 73 from pl -1 927 4245 1 juglans nigra http://en.wikipedia.org/wiki/Juglans_nigra NULL 30 40 37.4094069392663 -122.109604220859 0.0 9.947806311924385E-5 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 Ponce Drive from Hemlock Court to End 1965 300 residential dead end local residential 627 24 15048 asphalt concrete 0 0 0 0.12 37.409466331395 -122.108934585384 0.0 37.4094648777042 -122.108923570907 0.0 -0.13198001124833203 21.29352777129418 Tree: 926 site 3 at 4243 ALMA ST, on ALMA ST 98 from pl -1 926 4243 3 fraxinus velutina http://en.wikipedia.org/wiki/Fraxinus_velutina http://www.calflora.org/cgi-bin/species_query.cgi?where-calrecnum=3616 10 10 37.4096451293862 -122.110052971379 0.0 3.0925218863019314E-5 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 Ponce Drive from Hemlock Court to End 1965 300 residential dead end local residential 627 24 15048 asphalt concrete 0 0 0 0.12 37.409466331395 -122.108934585384 0.0 37.4094648777042 -122.108923570907 0.0 -0.13198001124833203 21.29352777129418 Tree: 925 site 2 at 4243 ALMA ST, on ALMA ST 58 from pl -1 925 4243 2 fraxinus velutina http://en.wikipedia.org/wiki/Fraxinus_velutina http://www.calflora.org/cgi-bin/species_query.cgi?where-calrecnum=3616 10 10 37.4097134909807 -122.110160779208 0.0 8.459294116686519E-5 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 Ponce Drive from Hemlock Court to End 1965 300 residential dead end local residential 627 24 15048 asphalt concrete 0 0 0 0.12 37.409466331395 -122.108934585384 0.0 37.4094648777042 -122.108923570907 0.0 -0.13198001124833203 21.29352777129418 Tree: 924 site 1 at 4243 ALMA ST, on ALMA ST 15 from pl -1 924 4243 1 fraxinus velutina http://en.wikipedia.org/wiki/Fraxinus_velutina http://www.calflora.org/cgi-bin/species_query.cgi?where-calrecnum=3616 10 10 37.4097869795839 -122.110276672845 0.0 1.422856038145172E-4 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 Ponce Drive from Hemlock Court to End 1965 300 residential dead end local residential 627 24 15048 asphalt concrete 0 0 0 0.12 37.409466331395 -122.108934585384 0.0 37.4094648777042 -122.108923570907 0.0 -0.13198001124833203 21.29352777129418 Tree: 923 site 1 at 4221 ALMA ST, on ALMA ST 34 from pl -1 923 4221 1 fraxinus velutina http://en.wikipedia.org/wiki/Fraxinus_velutina http://www.calflora.org/cgi-bin/species_query.cgi?where-calrecnum=3616 10 10 37.4101200636757 -122.110828865829 0.0 4.0025421696632886E-4 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 Ponce Drive from Hemlock Court to End 1965 300 residential dead end local residential 627 24 15048 asphalt concrete 0 0 0 0.12 37.409466331395 -122.108934585384 0.0 37.4094648777042 -122.108923570907 0.0 -0.13198001124833203 21.29352777129418 Tree: 909 site 4 at 4161 ALMA ST, on ALMA ST 156 from pl -1 909 4161 4 fraxinus velutina http://en.wikipedia.org/wiki/Fraxinus_velutina http://www.calflora.org/cgi-bin/species_query.cgi?where-calrecnum=3616 10 10 37.4108194070582 -122.111944383537 0.0 9.476248916261792E-4 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 Ponce Drive from Hemlock Court to End 1965 300 residential dead end local residential 627 24 15048 asphalt concrete 0 0 0 0.12 37.409466331395 -122.108934585384 0.0 37.4094648777042 -122.108923570907 0.0 -0.13198001124833203 21.29352777129418 Tree: 910 site 5 at 4161 ALMA ST, on ALMA ST 197 from pl -1 910 4161 5 fraxinus velutina http://en.wikipedia.org/wiki/Fraxinus_velutina http://www.calflora.org/cgi-bin/species_query.cgi?where-calrecnum=3616 10 10 37.4107462580174 -122.111831193507 0.0 8.899151176801731E-4 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 Ponce Drive from Hemlock Court to End 1965 300 residential dead end local residential 627 24 15048 asphalt concrete 0 0 0 0.12 37.409466331395 -122.108934585384 0.0 37.4094648777042 -122.108923570907 0.0 -0.13198001124833203 21.29352777129418 Tree: 911 site 6 at 4161 ALMA ST, on ALMA ST 244 from pl -1 911 4161 6 fraxinus velutina http://en.wikipedia.org/wiki/Fraxinus_velutina http://www.calflora.org/cgi-bin/species_query.cgi?where-calrecnum=3616 10 10 37.4106643575087 -122.111701303598 0.0 8.257142155759143E-4 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 Ponce Drive from Hemlock Court to End 1965 300 residential dead end local residential 627 24 15048 asphalt concrete 0 0 0 0.12 37.409466331395 -122.108934585384 0.0 37.4094648777042 -122.108923570907 0.0 -0.13198001124833203 21.29352777129418 Tree: 912 site 7 at 4161 ALMA ST, on ALMA ST 293 from pl -1 912 4161 7 fraxinus velutina http://en.wikipedia.org/wiki/Fraxinus_velutina http://www.calflora.org/cgi-bin/species_query.cgi?where-calrecnum=3616 10 10 37.4105824568557 -122.111571413974 0.0 7.615131331118831E-4 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 Ponce Drive from Hemlock Court to End 1965 300 residential dead end local residential 627 24 15048 asphalt concrete 0 0 0 0.12 37.409466331395 -122.108934585384 0.0 37.4094648777042 -122.108923570907 0.0 -0.13198001124833203 21.29352777129418 Tree: 914 site 9 at 4161 ALMA ST, on ALMA ST 387 from pl -1 914 4161 9 fraxinus velutina http://en.wikipedia.org/wiki/Fraxinus_velutina http://www.calflora.org/cgi-bin/species_query.cgi?where-calrecnum=3616 10 10 37.4104229452077 -122.11132774908 0.0 6.352552587968467E-4 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 Ponce Drive from Hemlock Court to End 1965 300 residential dead end local residential 627 24 15048 asphalt concrete 0 0 0 0.12 37.409466331395 -122.108934585384 0.0 37.4094648777042 -122.108923570907 0.0 -0.13198001124833203 21.29352777129418 Tree: 913 site 8 at 4161 ALMA ST, on ALMA ST 340 from pl -1 913 4161 8 fraxinus velutina http://en.wikipedia.org/wiki/Fraxinus_velutina http://www.calflora.org/cgi-bin/species_query.cgi?where-calrecnum=3616 10 10 37.410500322135 -122.111444321069 0.0 6.967140576030882E-4 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 Ponce Drive from Hemlock Court to End 1965 300 residential dead end local residential 627 24 15048 asphalt concrete 0 0 0 0.12 37.409466331395 -122.108934585384 0.0 37.4094648777042 -122.108923570907 0.0 -0.13198001124833203 21.29352777129418 Tree: 927 site 1 at 4245 ALMA ST, on ALMA ST 73 from pl -1 927 4245 1 juglans nigra http://en.wikipedia.org/wiki/Juglans_nigra NULL 30 40 37.4094069392663 -122.109604220859 0.0 1.4650021126556487E-4 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 Ponce Drive from Hemlock Court to End 1965 300 residential dead end local residential 627 24 15048 asphalt concrete 0 0 0 0.12 37.4094685453172 -122.108945399118 0.0 37.409466331395 -122.108934585384 0.0 -0.20473244509574356 12.409805585693128 Tree: 926 site 3 at 4243 ALMA ST, on ALMA ST 98 from pl -1 926 4243 3 fraxinus velutina http://en.wikipedia.org/wiki/Fraxinus_velutina http://www.calflora.org/cgi-bin/species_query.cgi?where-calrecnum=3616 10 10 37.4096451293862 -122.110052971379 0.0 4.9152362290712194E-5 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 Ponce Drive from Hemlock Court to End 1965 300 residential dead end local residential 627 24 15048 asphalt concrete 0 0 0 0.12 37.4094685453172 -122.108945399118 0.0 37.409466331395 -122.108934585384 0.0 -0.20473244509574356 12.409805585693128 Tree: 925 site 2 at 4243 ALMA ST, on ALMA ST 58 from pl -1 925 4243 2 fraxinus velutina http://en.wikipedia.org/wiki/Fraxinus_velutina http://www.calflora.org/cgi-bin/species_query.cgi?where-calrecnum=3616 10 10 37.4097134909807 -122.110160779208 0.0 3.8031862315453465E-6 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 Ponce Drive from Hemlock Court to End 1965 300 residential dead end local residential 627 24 15048 asphalt concrete 0 0 0 0.12 37.4094685453172 -122.108945399118 0.0 37.409466331395 -122.108934585384 0.0 -0.20473244509574356 12.409805585693128 Tree: 924 site 1 at 4243 ALMA ST, on ALMA ST 15 from pl -1 924 4243 1 fraxinus velutina http://en.wikipedia.org/wiki/Fraxinus_velutina http://www.calflora.org/cgi-bin/species_query.cgi?where-calrecnum=3616 10 10 37.4097869795839 -122.110276672845 0.0 4.494702510319635E-5 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 Ponce Drive from Hemlock Court to End 1965 300 residential dead end local residential 627 24 15048 asphalt concrete 0 0 0 0.12 37.4094685453172 -122.108945399118 0.0 37.409466331395 -122.108934585384 0.0 -0.20473244509574356 12.409805585693128 Tree: 923 site 1 at 4221 ALMA ST, on ALMA ST 34 from pl -1 923 4221 1 fraxinus velutina http://en.wikipedia.org/wiki/Fraxinus_velutina http://www.calflora.org/cgi-bin/species_query.cgi?where-calrecnum=3616 10 10 37.4101200636757 -122.110828865829 0.0 2.6050801042405654E-4 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 Ponce Drive from Hemlock Court to End 1965 300 residential dead end local residential 627 24 15048 asphalt concrete 0 0 0 0.12 37.4094685453172 -122.108945399118 0.0 37.409466331395 -122.108934585384 0.0 -0.20473244509574356 12.409805585693128 Tree: 919 site 5 at 4181 ALMA ST, on ALMA ST 203 from pl -1 919 4181 5 fraxinus velutina http://en.wikipedia.org/wiki/Fraxinus_velutina http://www.calflora.org/cgi-bin/species_query.cgi?where-calrecnum=3616 10 10 37.4110899832346 -122.112363767066 0.0 9.028594722713377E-4 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 Ponce Drive from Hemlock Court to End 1965 300 residential dead end local residential 627 24 15048 asphalt concrete 0 0 0 0.12 37.4094685453172 -122.108945399118 0.0 37.409466331395 -122.108934585384 0.0 -0.20473244509574356 12.409805585693128 Tree: 918 site 4 at 4181 ALMA ST, on ALMA ST 154 from pl -1 918 4181 4 fraxinus velutina http://en.wikipedia.org/wiki/Fraxinus_velutina http://www.calflora.org/cgi-bin/species_query.cgi?where-calrecnum=3616 10 10 37.4111658928771 -122.11248438921 0.0 9.53033118424124E-4 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 Ponce Drive from Hemlock Court to End 1965 300 residential dead end local residential 627 24 15048 asphalt concrete 0 0 0 0.12 37.4094685453172 -122.108945399118 0.0 37.409466331395 -122.108934585384 0.0 -0.20473244509574356 12.409805585693128 Tree: 906 site 1 at 4161 ALMA ST, on ALMA ST 20 from pl -1 906 4161 1 fraxinus velutina http://en.wikipedia.org/wiki/Fraxinus_velutina http://www.calflora.org/cgi-bin/species_query.cgi?where-calrecnum=3616 10 10 37.4110525965859 -122.112308379546 0.0 8.773417488734373E-4 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 Ponce Drive from Hemlock Court to End 1965 300 residential dead end local residential 627 24 15048 asphalt concrete 0 0 0 0.12 37.4094685453172 -122.108945399118 0.0 37.409466331395 -122.108934585384 0.0 -0.20473244509574356 12.409805585693128 Tree: 909 site 4 at 4161 ALMA ST, on ALMA ST 156 from pl -1 909 4161 4 fraxinus velutina http://en.wikipedia.org/wiki/Fraxinus_velutina http://www.calflora.org/cgi-bin/species_query.cgi?where-calrecnum=3616 10 10 37.4108194070582 -122.111944383537 0.0 7.218983090032552E-4 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 Ponce Drive from Hemlock Court to End 1965 300 residential dead end local residential 627 24 15048 asphalt concrete 0 0 0 0.12 37.4094685453172 -122.108945399118 0.0 37.409466331395 -122.108934585384 0.0 -0.20473244509574356 12.409805585693128 Tree: 910 site 5 at 4161 ALMA ST, on ALMA ST 197 from pl -1 910 4161 5 fraxinus velutina http://en.wikipedia.org/wiki/Fraxinus_velutina http://www.calflora.org/cgi-bin/species_query.cgi?where-calrecnum=3616 10 10 37.4107462580174 -122.111831193507 0.0 6.729384917556567E-4 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 Ponce Drive from Hemlock Court to End 1965 300 residential dead end local residential 627 24 15048 asphalt concrete 0 0 0 0.12 37.4094685453172 -122.108945399118 0.0 37.409466331395 -122.108934585384 0.0 -0.20473244509574356 12.409805585693128 Tree: 911 site 6 at 4161 ALMA ST, on ALMA ST 244 from pl -1 911 4161 6 fraxinus velutina http://en.wikipedia.org/wiki/Fraxinus_velutina http://www.calflora.org/cgi-bin/species_query.cgi?where-calrecnum=3616 10 10 37.4106643575087 -122.111701303598 0.0 6.187545748785528E-4 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 Ponce Drive from Hemlock Court to End 1965 300 residential dead end local residential 627 24 15048 asphalt concrete 0 0 0 0.12 37.4094685453172 -122.108945399118 0.0 37.409466331395 -122.108934585384 0.0 -0.20473244509574356 12.409805585693128 Tree: 912 site 7 at 4161 ALMA ST, on ALMA ST 293 from pl -1 912 4161 7 fraxinus velutina http://en.wikipedia.org/wiki/Fraxinus_velutina http://www.calflora.org/cgi-bin/species_query.cgi?where-calrecnum=3616 10 10 37.4105824568557 -122.111571413974 0.0 5.645704594622144E-4 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 Ponce Drive from Hemlock Court to End 1965 300 residential dead end local residential 627 24 15048 asphalt concrete 0 0 0 0.12 37.4094685453172 -122.108945399118 0.0 37.409466331395 -122.108934585384 0.0 -0.20473244509574356 12.409805585693128 Tree: 914 site 9 at 4161 ALMA ST, on ALMA ST 387 from pl -1 914 4161 9 fraxinus velutina http://en.wikipedia.org/wiki/Fraxinus_velutina http://www.calflora.org/cgi-bin/species_query.cgi?where-calrecnum=3616 10 10 37.4104229452077 -122.11132774908 0.0 4.5717262699339036E-4 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 Ponce Drive from Hemlock Court to End 1965 300 residential dead end local residential 627 24 15048 asphalt concrete 0 0 0 0.12 37.4094685453172 -122.108945399118 0.0 37.409466331395 -122.108934585384 0.0 -0.20473244509574356 12.409805585693128 Tree: 913 site 8 at 4161 ALMA ST, on ALMA ST 340 from pl -1 913 4161 8 fraxinus velutina http://en.wikipedia.org/wiki/Fraxinus_velutina http://www.calflora.org/cgi-bin/species_query.cgi?where-calrecnum=3616 10 10 37.410500322135 -122.111444321069 0.0 5.0959608914239E-4 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 Ponce Drive from Hemlock Court to End 1965 300 residential dead end local residential 627 24 15048 asphalt concrete 0 0 0 0.12 37.4094685453172 -122.108945399118 0.0 37.409466331395 -122.108934585384 0.0 -0.20473244509574356 12.409805585693128 Tree: 907 site 2 at 4161 ALMA ST, on ALMA ST 70 from pl -1 907 4161 2 fraxinus velutina http://en.wikipedia.org/wiki/Fraxinus_velutina http://www.calflora.org/cgi-bin/species_query.cgi?where-calrecnum=3616 10 10 37.4109664692294 -122.112175105575 0.0 8.196956264878487E-4 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 Ponce Drive from Hemlock Court to End 1965 300 residential dead end local residential 627 24 15048 asphalt concrete 0 0 0 0.12 37.4094685453172 -122.108945399118 0.0 37.409466331395 -122.108934585384 0.0 -0.20473244509574356 12.409805585693128 Tree: 908 site 3 at 4161 ALMA ST, on ALMA ST 113 from pl -1 908 4161 3 fraxinus velutina http://en.wikipedia.org/wiki/Fraxinus_velutina http://www.calflora.org/cgi-bin/species_query.cgi?where-calrecnum=3616 10 10 37.4109020091126 -122.112065884642 0.0 7.784520751934872E-4 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 Ponce Drive from Hemlock Court to End 1965 300 residential dead end local residential 627 24 15048 asphalt concrete 0 0 0 0.12 37.4094685453172 -122.108945399118 0.0 37.409466331395 -122.108934585384 0.0 -0.20473244509574356 12.409805585693128 Tree: 927 site 1 at 4245 ALMA ST, on ALMA ST 73 from pl -1 927 4245 1 juglans nigra http://en.wikipedia.org/wiki/Juglans_nigra NULL 30 40 37.4094069392663 -122.109604220859 0.0 1.924953896252314E-4 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 Ponce Drive from Hemlock Court to End 1965 300 residential dead end local residential 627 24 15048 asphalt concrete 0 0 0 0.12 37.4094715026217 -122.108955929811 0.0 37.4094685453172 -122.108945399118 0.0 -0.2808271492136904 3.1179615153927216 Tree: 926 site 3 at 4243 ALMA ST, on ALMA ST 98 from pl -1 926 4243 3 fraxinus velutina http://en.wikipedia.org/wiki/Fraxinus_velutina http://www.calflora.org/cgi-bin/species_query.cgi?where-calrecnum=3616 10 10 37.4096451293862 -122.110052971379 0.0 1.2944488098672472E-4 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 Ponce Drive from Hemlock Court to End 1965 300 residential dead end local residential 627 24 15048 asphalt concrete 0 0 0 0.12 37.4094715026217 -122.108955929811 0.0 37.4094685453172 -122.108945399118 0.0 -0.2808271492136904 3.1179615153927216 Tree: 925 site 2 at 4243 ALMA ST, on ALMA ST 58 from pl -1 925 4243 2 fraxinus velutina http://en.wikipedia.org/wiki/Fraxinus_velutina http://www.calflora.org/cgi-bin/species_query.cgi?where-calrecnum=3616 10 10 37.4097134909807 -122.110160779208 0.0 9.277709831667058E-5 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 Ponce Drive from Hemlock Court to End 1965 300 residential dead end local residential 627 24 15048 asphalt concrete 0 0 0 0.12 37.4094715026217 -122.108955929811 0.0 37.4094685453172 -122.108945399118 0.0 -0.2808271492136904 3.1179615153927216 Tree: 924 site 1 at 4243 ALMA ST, on ALMA ST 15 from pl -1 924 4243 1 fraxinus velutina http://en.wikipedia.org/wiki/Fraxinus_velutina http://www.calflora.org/cgi-bin/species_query.cgi?where-calrecnum=3616 10 10 37.4097869795839 -122.110276672845 0.0 5.3359398404055E-5 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 Ponce Drive from Hemlock Court to End 1965 300 residential dead end local residential 627 24 15048 asphalt concrete 0 0 0 0.12 37.4094715026217 -122.108955929811 0.0 37.4094685453172 -122.108945399118 0.0 -0.2808271492136904 3.1179615153927216 Tree: 923 site 1 at 4221 ALMA ST, on ALMA ST 34 from pl -1 923 4221 1 fraxinus velutina http://en.wikipedia.org/wiki/Fraxinus_velutina http://www.calflora.org/cgi-bin/species_query.cgi?where-calrecnum=3616 10 10 37.4101200636757 -122.110828865829 0.0 1.1802415696293095E-4 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 Ponce Drive from Hemlock Court to End 1965 300 residential dead end local residential 627 24 15048 asphalt concrete 0 0 0 0.12 37.4094715026217 -122.108955929811 0.0 37.4094685453172 -122.108945399118 0.0 -0.2808271492136904 3.1179615153927216 Tree: 919 site 5 at 4181 ALMA ST, on ALMA ST 203 from pl -1 919 4181 5 fraxinus velutina http://en.wikipedia.org/wiki/Fraxinus_velutina http://www.calflora.org/cgi-bin/species_query.cgi?where-calrecnum=3616 10 10 37.4110899832346 -122.112363767066 0.0 6.368323422042425E-4 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 Ponce Drive from Hemlock Court to End 1965 300 residential dead end local residential 627 24 15048 asphalt concrete 0 0 0 0.12 37.4094715026217 -122.108955929811 0.0 37.4094685453172 -122.108945399118 0.0 -0.2808271492136904 3.1179615153927216 Tree: 918 site 4 at 4181 ALMA ST, on ALMA ST 154 from pl -1 918 4181 4 fraxinus velutina http://en.wikipedia.org/wiki/Fraxinus_velutina http://www.calflora.org/cgi-bin/species_query.cgi?where-calrecnum=3616 10 10 37.4111658928771 -122.11248438921 0.0 6.773024762027325E-4 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 Ponce Drive from Hemlock Court to End 1965 300 residential dead end local residential 627 24 15048 asphalt concrete 0 0 0 0.12 37.4094715026217 -122.108955929811 0.0 37.4094685453172 -122.108945399118 0.0 -0.2808271492136904 3.1179615153927216 Tree: 917 site 3 at 4181 ALMA ST, on ALMA ST 105 from pl -1 917 4181 3 fraxinus velutina http://en.wikipedia.org/wiki/Fraxinus_velutina http://www.calflora.org/cgi-bin/species_query.cgi?where-calrecnum=3616 10 10 37.4112547809895 -122.11262509498 0.0 7.248377468325033E-4 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 Ponce Drive from Hemlock Court to End 1965 300 residential dead end local residential 627 24 15048 asphalt concrete 0 0 0 0.12 37.4094715026217 -122.108955929811 0.0 37.4094685453172 -122.108945399118 0.0 -0.2808271492136904 3.1179615153927216 Tree: 916 site 2 at 4181 ALMA ST, on ALMA ST 61 from pl -1 916 4181 2 fraxinus velutina http://en.wikipedia.org/wiki/Fraxinus_velutina http://www.calflora.org/cgi-bin/species_query.cgi?where-calrecnum=3616 10 10 37.4113239358546 -122.112732107044 0.0 7.624844059261445E-4 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 Ponce Drive from Hemlock Court to End 1965 300 residential dead end local residential 627 24 15048 asphalt concrete 0 0 0 0.12 37.4094715026217 -122.108955929811 0.0 37.4094685453172 -122.108945399118 0.0 -0.2808271492136904 3.1179615153927216 Tree: 905 site 7 at 4111 ALMA ST, on ALMA ST 367 from pl -1 905 4111 7 fraxinus velutina http://en.wikipedia.org/wiki/Fraxinus_velutina http://www.calflora.org/cgi-bin/species_query.cgi?where-calrecnum=3616 10 10 37.4114933130279 -122.112985249683 0.0 8.571117163869381E-4 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 Ponce Drive from Hemlock Court to End 1965 300 residential dead end local residential 627 24 15048 asphalt concrete 0 0 0 0.12 37.4094715026217 -122.108955929811 0.0 37.4094685453172 -122.108945399118 0.0 -0.2808271492136904 3.1179615153927216 Tree: 906 site 1 at 4161 ALMA ST, on ALMA ST 20 from pl -1 906 4161 1 fraxinus velutina http://en.wikipedia.org/wiki/Fraxinus_velutina http://www.calflora.org/cgi-bin/species_query.cgi?where-calrecnum=3616 10 10 37.4110525965859 -122.112308379546 0.0 6.158131149249457E-4 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 Ponce Drive from Hemlock Court to End 1965 300 residential dead end local residential 627 24 15048 asphalt concrete 0 0 0 0.12 37.4094715026217 -122.108955929811 0.0 37.4094685453172 -122.108945399118 0.0 -0.2808271492136904 3.1179615153927216 Tree: 909 site 4 at 4161 ALMA ST, on ALMA ST 156 from pl -1 909 4161 4 fraxinus velutina http://en.wikipedia.org/wiki/Fraxinus_velutina http://www.calflora.org/cgi-bin/species_query.cgi?where-calrecnum=3616 10 10 37.4108194070582 -122.111944383537 0.0 4.897212521393603E-4 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 Ponce Drive from Hemlock Court to End 1965 300 residential dead end local residential 627 24 15048 asphalt concrete 0 0 0 0.12 37.4094715026217 -122.108955929811 0.0 37.4094685453172 -122.108945399118 0.0 -0.2808271492136904 3.1179615153927216 Tree: 910 site 5 at 4161 ALMA ST, on ALMA ST 197 from pl -1 910 4161 5 fraxinus velutina http://en.wikipedia.org/wiki/Fraxinus_velutina http://www.calflora.org/cgi-bin/species_query.cgi?where-calrecnum=3616 10 10 37.4107462580174 -122.111831193507 0.0 4.498994986743054E-4 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 Ponce Drive from Hemlock Court to End 1965 300 residential dead end local residential 627 24 15048 asphalt concrete 0 0 0 0.12 37.4094715026217 -122.108955929811 0.0 37.4094685453172 -122.108945399118 0.0 -0.2808271492136904 3.1179615153927216 Tree: 911 site 6 at 4161 ALMA ST, on ALMA ST 244 from pl -1 911 4161 6 fraxinus velutina http://en.wikipedia.org/wiki/Fraxinus_velutina http://www.calflora.org/cgi-bin/species_query.cgi?where-calrecnum=3616 10 10 37.4106643575087 -122.111701303598 0.0 4.0616732631989166E-4 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 Ponce Drive from Hemlock Court to End 1965 300 residential dead end local residential 627 24 15048 asphalt concrete 0 0 0 0.12 37.4094715026217 -122.108955929811 0.0 37.4094685453172 -122.108945399118 0.0 -0.2808271492136904 3.1179615153927216 Tree: 912 site 7 at 4161 ALMA ST, on ALMA ST 293 from pl -1 912 4161 7 fraxinus velutina http://en.wikipedia.org/wiki/Fraxinus_velutina http://www.calflora.org/cgi-bin/species_query.cgi?where-calrecnum=3616 10 10 37.4105824568557 -122.111571413974 0.0 3.624349379672268E-4 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 Ponce Drive from Hemlock Court to End 1965 300 residential dead end local residential 627 24 15048 asphalt concrete 0 0 0 0.12 37.4094715026217 -122.108955929811 0.0 37.4094685453172 -122.108945399118 0.0 -0.2808271492136904 3.1179615153927216 Tree: 915 site 1 at 4181 ALMA ST, on ALMA ST 14 from pl -1 915 4181 1 fraxinus velutina http://en.wikipedia.org/wiki/Fraxinus_velutina http://www.calflora.org/cgi-bin/species_query.cgi?where-calrecnum=3616 10 10 37.4114000790744 -122.112849933477 0.0 8.039352897149061E-4 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 Ponce Drive from Hemlock Court to End 1965 300 residential dead end local residential 627 24 15048 asphalt concrete 0 0 0 0.12 37.4094715026217 -122.108955929811 0.0 37.4094685453172 -122.108945399118 0.0 -0.2808271492136904 3.1179615153927216 Tree: 914 site 9 at 4161 ALMA ST, on ALMA ST 387 from pl -1 914 4161 9 fraxinus velutina http://en.wikipedia.org/wiki/Fraxinus_velutina http://www.calflora.org/cgi-bin/species_query.cgi?where-calrecnum=3616 10 10 37.4104229452077 -122.11132774908 0.0 2.747432490005171E-4 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 Ponce Drive from Hemlock Court to End 1965 300 residential dead end local residential 627 24 15048 asphalt concrete 0 0 0 0.12 37.4094715026217 -122.108955929811 0.0 37.4094685453172 -122.108945399118 0.0 -0.2808271492136904 3.1179615153927216 Tree: 913 site 8 at 4161 ALMA ST, on ALMA ST 340 from pl -1 913 4161 8 fraxinus velutina http://en.wikipedia.org/wiki/Fraxinus_velutina http://www.calflora.org/cgi-bin/species_query.cgi?where-calrecnum=3616 10 10 37.410500322135 -122.111444321069 0.0 3.1772105516903685E-4 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 Ponce Drive from Hemlock Court to End 1965 300 residential dead end local residential 627 24 15048 asphalt concrete 0 0 0 0.12 37.4094715026217 -122.108955929811 0.0 37.4094685453172 -122.108945399118 0.0 -0.2808271492136904 3.1179615153927216 Tree: 907 site 2 at 4161 ALMA ST, on ALMA ST 70 from pl -1 907 4161 2 fraxinus velutina http://en.wikipedia.org/wiki/Fraxinus_velutina http://www.calflora.org/cgi-bin/species_query.cgi?where-calrecnum=3616 10 10 37.4109664692294 -122.112175105575 0.0 5.689264584556019E-4 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 Ponce Drive from Hemlock Court to End 1965 300 residential dead end local residential 627 24 15048 asphalt concrete 0 0 0 0.12 37.4094715026217 -122.108955929811 0.0 37.4094685453172 -122.108945399118 0.0 -0.2808271492136904 3.1179615153927216 Tree: 908 site 3 at 4161 ALMA ST, on ALMA ST 113 from pl -1 908 4161 3 fraxinus velutina http://en.wikipedia.org/wiki/Fraxinus_velutina http://www.calflora.org/cgi-bin/species_query.cgi?where-calrecnum=3616 10 10 37.4109020091126 -122.112065884642 0.0 5.363969091488391E-4 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 Ponce Drive from Hemlock Court to End 1965 300 residential dead end local residential 627 24 15048 asphalt concrete 0 0 0 0.12 37.4094715026217 -122.108955929811 0.0 37.4094685453172 -122.108945399118 0.0 -0.2808271492136904 3.1179615153927216 Tree: 927 site 1 at 4245 ALMA ST, on ALMA ST 73 from pl -1 927 4245 1 juglans nigra http://en.wikipedia.org/wiki/Juglans_nigra NULL 30 40 37.4094069392663 -122.109604220859 0.0 2.3743616610355487E-4 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 Ponce Drive from Hemlock Court to End 1965 300 residential dead end local residential 627 24 15048 asphalt concrete 0 0 0 0.12 37.4094751808016 -122.108966097317 0.0 37.4094715026217 -122.108955929811 0.0 -0.36175832149843895 -6.764459434473586 Tree: 926 site 3 at 4243 ALMA ST, on ALMA ST 98 from pl -1 926 4243 3 fraxinus velutina http://en.wikipedia.org/wiki/Fraxinus_velutina http://www.calflora.org/cgi-bin/species_query.cgi?where-calrecnum=3616 10 10 37.4096451293862 -122.110052971379 0.0 2.0992313680771922E-4 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 Ponce Drive from Hemlock Court to End 1965 300 residential dead end local residential 627 24 15048 asphalt concrete 0 0 0 0.12 37.4094751808016 -122.108966097317 0.0 37.4094715026217 -122.108955929811 0.0 -0.36175832149843895 -6.764459434473586 Tree: 925 site 2 at 4243 ALMA ST, on ALMA ST 58 from pl -1 925 4243 2 fraxinus velutina http://en.wikipedia.org/wiki/Fraxinus_velutina http://www.calflora.org/cgi-bin/species_query.cgi?where-calrecnum=3616 10 10 37.4097134909807 -122.110160779208 0.0 1.8231304433242375E-4 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 Ponce Drive from Hemlock Court to End 1965 300 residential dead end local residential 627 24 15048 asphalt concrete 0 0 0 0.12 37.4094751808016 -122.108966097317 0.0 37.4094715026217 -122.108955929811 0.0 -0.36175832149843895 -6.764459434473586 Tree: 924 site 1 at 4243 ALMA ST, on ALMA ST 15 from pl -1 924 4243 1 fraxinus velutina http://en.wikipedia.org/wiki/Fraxinus_velutina http://www.calflora.org/cgi-bin/species_query.cgi?where-calrecnum=3616 10 10 37.4097869795839 -122.110276672845 0.0 1.5263237432124133E-4 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 Ponce Drive from Hemlock Court to End 1965 300 residential dead end local residential 627 24 15048 asphalt concrete 0 0 0 0.12 37.4094751808016 -122.108966097317 0.0 37.4094715026217 -122.108955929811 0.0 -0.36175832149843895 -6.764459434473586 Tree: 923 site 1 at 4221 ALMA ST, on ALMA ST 34 from pl -1 923 4221 1 fraxinus velutina http://en.wikipedia.org/wiki/Fraxinus_velutina http://www.calflora.org/cgi-bin/species_query.cgi?where-calrecnum=3616 10 10 37.4101200636757 -122.110828865829 0.0 2.7260204431557298E-5 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 Ponce Drive from Hemlock Court to End 1965 300 residential dead end local residential 627 24 15048 asphalt concrete 0 0 0 0.12 37.4094751808016 -122.108966097317 0.0 37.4094715026217 -122.108955929811 0.0 -0.36175832149843895 -6.764459434473586 Tree: 919 site 5 at 4181 ALMA ST, on ALMA ST 203 from pl -1 919 4181 5 fraxinus velutina http://en.wikipedia.org/wiki/Fraxinus_velutina http://www.calflora.org/cgi-bin/species_query.cgi?where-calrecnum=3616 10 10 37.4110899832346 -122.112363767066 0.0 3.626656788756373E-4 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 Ponce Drive from Hemlock Court to End 1965 300 residential dead end local residential 627 24 15048 asphalt concrete 0 0 0 0.12 37.4094751808016 -122.108966097317 0.0 37.4094715026217 -122.108955929811 0.0 -0.36175832149843895 -6.764459434473586 Tree: 918 site 4 at 4181 ALMA ST, on ALMA ST 154 from pl -1 918 4181 4 fraxinus velutina http://en.wikipedia.org/wiki/Fraxinus_velutina http://www.calflora.org/cgi-bin/species_query.cgi?where-calrecnum=3616 10 10 37.4111658928771 -122.11248438921 0.0 3.9301443896336686E-4 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 Ponce Drive from Hemlock Court to End 1965 300 residential dead end local residential 627 24 15048 asphalt concrete 0 0 0 0.12 37.4094751808016 -122.108966097317 0.0 37.4094715026217 -122.108955929811 0.0 -0.36175832149843895 -6.764459434473586 Tree: 917 site 3 at 4181 ALMA ST, on ALMA ST 105 from pl -1 917 4181 3 fraxinus velutina http://en.wikipedia.org/wiki/Fraxinus_velutina http://www.calflora.org/cgi-bin/species_query.cgi?where-calrecnum=3616 10 10 37.4112547809895 -122.11262509498 0.0 4.2873551988254773E-4 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 Ponce Drive from Hemlock Court to End 1965 300 residential dead end local residential 627 24 15048 asphalt concrete 0 0 0 0.12 37.4094751808016 -122.108966097317 0.0 37.4094715026217 -122.108955929811 0.0 -0.36175832149843895 -6.764459434473586 Tree: 916 site 2 at 4181 ALMA ST, on ALMA ST 61 from pl -1 916 4181 2 fraxinus velutina http://en.wikipedia.org/wiki/Fraxinus_velutina http://www.calflora.org/cgi-bin/species_query.cgi?where-calrecnum=3616 10 10 37.4113239358546 -122.112732107044 0.0 4.573622773324995E-4 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 Ponce Drive from Hemlock Court to End 1965 300 residential dead end local residential 627 24 15048 asphalt concrete 0 0 0 0.12 37.4094751808016 -122.108966097317 0.0 37.4094715026217 -122.108955929811 0.0 -0.36175832149843895 -6.764459434473586 Tree: 905 site 7 at 4111 ALMA ST, on ALMA ST 367 from pl -1 905 4111 7 fraxinus velutina http://en.wikipedia.org/wiki/Fraxinus_velutina http://www.calflora.org/cgi-bin/species_query.cgi?where-calrecnum=3616 10 10 37.4114933130279 -122.112985249683 0.0 5.305229069726801E-4 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 Ponce Drive from Hemlock Court to End 1965 300 residential dead end local residential 627 24 15048 asphalt concrete 0 0 0 0.12 37.4094751808016 -122.108966097317 0.0 37.4094715026217 -122.108955929811 0.0 -0.36175832149843895 -6.764459434473586 Tree: 906 site 1 at 4161 ALMA ST, on ALMA ST 20 from pl -1 906 4161 1 fraxinus velutina http://en.wikipedia.org/wiki/Fraxinus_velutina http://www.calflora.org/cgi-bin/species_query.cgi?where-calrecnum=3616 10 10 37.4110525965859 -122.112308379546 0.0 3.463506774231914E-4 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 Ponce Drive from Hemlock Court to End 1965 300 residential dead end local residential 627 24 15048 asphalt concrete 0 0 0 0.12 37.4094751808016 -122.108966097317 0.0 37.4094715026217 -122.108955929811 0.0 -0.36175832149843895 -6.764459434473586 Tree: 909 site 4 at 4161 ALMA ST, on ALMA ST 156 from pl -1 909 4161 4 fraxinus velutina http://en.wikipedia.org/wiki/Fraxinus_velutina http://www.calflora.org/cgi-bin/species_query.cgi?where-calrecnum=3616 10 10 37.4108194070582 -122.111944383537 0.0 2.508939163406542E-4 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 Ponce Drive from Hemlock Court to End 1965 300 residential dead end local residential 627 24 15048 asphalt concrete 0 0 0 0.12 37.4094751808016 -122.108966097317 0.0 37.4094715026217 -122.108955929811 0.0 -0.36175832149843895 -6.764459434473586 Tree: 910 site 5 at 4161 ALMA ST, on ALMA ST 197 from pl -1 910 4161 5 fraxinus velutina http://en.wikipedia.org/wiki/Fraxinus_velutina http://www.calflora.org/cgi-bin/species_query.cgi?where-calrecnum=3616 10 10 37.4107462580174 -122.111831193507 0.0 2.206128363652954E-4 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 Ponce Drive from Hemlock Court to End 1965 300 residential dead end local residential 627 24 15048 asphalt concrete 0 0 0 0.12 37.4094751808016 -122.108966097317 0.0 37.4094715026217 -122.108955929811 0.0 -0.36175832149843895 -6.764459434473586 Tree: 911 site 6 at 4161 ALMA ST, on ALMA ST 244 from pl -1 911 4161 6 fraxinus velutina http://en.wikipedia.org/wiki/Fraxinus_velutina http://www.calflora.org/cgi-bin/species_query.cgi?where-calrecnum=3616 10 10 37.4106643575087 -122.111701303598 0.0 1.8778324374367253E-4 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 Ponce Drive from Hemlock Court to End 1965 300 residential dead end local residential 627 24 15048 asphalt concrete 0 0 0 0.12 37.4094751808016 -122.108966097317 0.0 37.4094715026217 -122.108955929811 0.0 -0.36175832149843895 -6.764459434473586 Tree: 912 site 7 at 4161 ALMA ST, on ALMA ST 293 from pl -1 912 4161 7 fraxinus velutina http://en.wikipedia.org/wiki/Fraxinus_velutina http://www.calflora.org/cgi-bin/species_query.cgi?where-calrecnum=3616 10 10 37.4105824568557 -122.111571413974 0.0 1.549534184601459E-4 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 Ponce Drive from Hemlock Court to End 1965 300 residential dead end local residential 627 24 15048 asphalt concrete 0 0 0 0.12 37.4094751808016 -122.108966097317 0.0 37.4094715026217 -122.108955929811 0.0 -0.36175832149843895 -6.764459434473586 Tree: 915 site 1 at 4181 ALMA ST, on ALMA ST 14 from pl -1 915 4181 1 fraxinus velutina http://en.wikipedia.org/wiki/Fraxinus_velutina http://www.calflora.org/cgi-bin/species_query.cgi?where-calrecnum=3616 10 10 37.4114000790744 -122.112849933477 0.0 4.888817368360224E-4 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 Ponce Drive from Hemlock Court to End 1965 300 residential dead end local residential 627 24 15048 asphalt concrete 0 0 0 0.12 37.4094751808016 -122.108966097317 0.0 37.4094715026217 -122.108955929811 0.0 -0.36175832149843895 -6.764459434473586 Tree: 914 site 9 at 4161 ALMA ST, on ALMA ST 387 from pl -1 914 4161 9 fraxinus velutina http://en.wikipedia.org/wiki/Fraxinus_velutina http://www.calflora.org/cgi-bin/species_query.cgi?where-calrecnum=3616 10 10 37.4104229452077 -122.11132774908 0.0 8.784576157317778E-5 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 Ponce Drive from Hemlock Court to End 1965 300 residential dead end local residential 627 24 15048 asphalt concrete 0 0 0 0.12 37.4094751808016 -122.108966097317 0.0 37.4094715026217 -122.108955929811 0.0 -0.36175832149843895 -6.764459434473586 Tree: 913 site 8 at 4161 ALMA ST, on ALMA ST 340 from pl -1 913 4161 8 fraxinus velutina http://en.wikipedia.org/wiki/Fraxinus_velutina http://www.calflora.org/cgi-bin/species_query.cgi?where-calrecnum=3616 10 10 37.410500322135 -122.111444321069 0.0 1.209520897172071E-4 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 Ponce Drive from Hemlock Court to End 1965 300 residential dead end local residential 627 24 15048 asphalt concrete 0 0 0 0.12 37.4094751808016 -122.108966097317 0.0 37.4094715026217 -122.108955929811 0.0 -0.36175832149843895 -6.764459434473586 Tree: 907 site 2 at 4161 ALMA ST, on ALMA ST 70 from pl -1 907 4161 2 fraxinus velutina http://en.wikipedia.org/wiki/Fraxinus_velutina http://www.calflora.org/cgi-bin/species_query.cgi?where-calrecnum=3616 10 10 37.4109664692294 -122.112175105575 0.0 3.106975287820356E-4 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 Ponce Drive from Hemlock Court to End 1965 300 residential dead end local residential 627 24 15048 asphalt concrete 0 0 0 0.12 37.4094751808016 -122.108966097317 0.0 37.4094715026217 -122.108955929811 0.0 -0.36175832149843895 -6.764459434473586 Tree: 908 site 3 at 4161 ALMA ST, on ALMA ST 113 from pl -1 908 4161 3 fraxinus velutina http://en.wikipedia.org/wiki/Fraxinus_velutina http://www.calflora.org/cgi-bin/species_query.cgi?where-calrecnum=3616 10 10 37.4109020091126 -122.112065884642 0.0 2.872369409214197E-4 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 Ponce Drive from Hemlock Court to End 1965 300 residential dead end local residential 627 24 15048 asphalt concrete 0 0 0 0.12 37.4094751808016 -122.108966097317 0.0 37.4094715026217 -122.108955929811 0.0 -0.36175832149843895 -6.764459434473586 Tree: 927 site 1 at 4245 ALMA ST, on ALMA ST 73 from pl -1 927 4245 1 juglans nigra http://en.wikipedia.org/wiki/Juglans_nigra NULL 30 40 37.4094069392663 -122.109604220859 0.0 2.8125022365821926E-4 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 Ponce Drive from Hemlock Court to End 1965 300 residential dead end local residential 627 24 15048 asphalt concrete 0 0 0 0.12 37.409479551864 -122.108975824257 0.0 37.4094751808016 -122.108966097317 0.0 -0.4493769262943696 -17.46347667699409 Tree: 926 site 3 at 4243 ALMA ST, on ALMA ST 98 from pl -1 926 4243 3 fraxinus velutina http://en.wikipedia.org/wiki/Fraxinus_velutina http://www.calflora.org/cgi-bin/species_query.cgi?where-calrecnum=3616 10 10 37.4096451293862 -122.110052971379 0.0 2.9048509152446275E-4 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 Ponce Drive from Hemlock Court to End 1965 300 residential dead end local residential 627 24 15048 asphalt concrete 0 0 0 0.12 37.409479551864 -122.108975824257 0.0 37.4094751808016 -122.108966097317 0.0 -0.4493769262943696 -17.46347667699409 Tree: 925 site 2 at 4243 ALMA ST, on ALMA ST 58 from pl -1 925 4243 2 fraxinus velutina http://en.wikipedia.org/wiki/Fraxinus_velutina http://www.calflora.org/cgi-bin/species_query.cgi?where-calrecnum=3616 10 10 37.4097134909807 -122.110160779208 0.0 2.723197194111724E-4 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 Ponce Drive from Hemlock Court to End 1965 300 residential dead end local residential 627 24 15048 asphalt concrete 0 0 0 0.12 37.409479551864 -122.108975824257 0.0 37.4094751808016 -122.108966097317 0.0 -0.4493769262943696 -17.46347667699409 Tree: 924 site 1 at 4243 ALMA ST, on ALMA ST 15 from pl -1 924 4243 1 fraxinus velutina http://en.wikipedia.org/wiki/Fraxinus_velutina http://www.calflora.org/cgi-bin/species_query.cgi?where-calrecnum=3616 10 10 37.4097869795839 -122.110276672845 0.0 2.527921360558342E-4 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 Ponce Drive from Hemlock Court to End 1965 300 residential dead end local residential 627 24 15048 asphalt concrete 0 0 0 0.12 37.409479551864 -122.108975824257 0.0 37.4094751808016 -122.108966097317 0.0 -0.4493769262943696 -17.46347667699409 Tree: 923 site 1 at 4221 ALMA ST, on ALMA ST 34 from pl -1 923 4221 1 fraxinus velutina http://en.wikipedia.org/wiki/Fraxinus_velutina http://www.calflora.org/cgi-bin/species_query.cgi?where-calrecnum=3616 10 10 37.4101200636757 -122.110828865829 0.0 1.7531427763479084E-4 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 Ponce Drive from Hemlock Court to End 1965 300 residential dead end local residential 627 24 15048 asphalt concrete 0 0 0 0.12 37.409479551864 -122.108975824257 0.0 37.4094751808016 -122.108966097317 0.0 -0.4493769262943696 -17.46347667699409 Tree: 919 site 5 at 4181 ALMA ST, on ALMA ST 203 from pl -1 919 4181 5 fraxinus velutina http://en.wikipedia.org/wiki/Fraxinus_velutina http://www.calflora.org/cgi-bin/species_query.cgi?where-calrecnum=3616 10 10 37.4110899832346 -122.112363767066 0.0 8.023864988948939E-5 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 Ponce Drive from Hemlock Court to End 1965 300 residential dead end local residential 627 24 15048 asphalt concrete 0 0 0 0.12 37.409479551864 -122.108975824257 0.0 37.4094751808016 -122.108966097317 0.0 -0.4493769262943696 -17.46347667699409 Tree: 918 site 4 at 4181 ALMA ST, on ALMA ST 154 from pl -1 918 4181 4 fraxinus velutina http://en.wikipedia.org/wiki/Fraxinus_velutina http://www.calflora.org/cgi-bin/species_query.cgi?where-calrecnum=3616 10 10 37.4111658928771 -122.11248438921 0.0 1.0003636846061234E-4 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 Ponce Drive from Hemlock Court to End 1965 300 residential dead end local residential 627 24 15048 asphalt concrete 0 0 0 0.12 37.409479551864 -122.108975824257 0.0 37.4094751808016 -122.108966097317 0.0 -0.4493769262943696 -17.46347667699409 Tree: 917 site 3 at 4181 ALMA ST, on ALMA ST 105 from pl -1 917 4181 3 fraxinus velutina http://en.wikipedia.org/wiki/Fraxinus_velutina http://www.calflora.org/cgi-bin/species_query.cgi?where-calrecnum=3616 10 10 37.4112547809895 -122.11262509498 0.0 1.234400738492786E-4 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 Ponce Drive from Hemlock Court to End 1965 300 residential dead end local residential 627 24 15048 asphalt concrete 0 0 0 0.12 37.409479551864 -122.108975824257 0.0 37.4094751808016 -122.108966097317 0.0 -0.4493769262943696 -17.46347667699409 Tree: 916 site 2 at 4181 ALMA ST, on ALMA ST 61 from pl -1 916 4181 2 fraxinus velutina http://en.wikipedia.org/wiki/Fraxinus_velutina http://www.calflora.org/cgi-bin/species_query.cgi?where-calrecnum=3616 10 10 37.4113239358546 -122.112732107044 0.0 1.4265519280131806E-4 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 Ponce Drive from Hemlock Court to End 1965 300 residential dead end local residential 627 24 15048 asphalt concrete 0 0 0 0.12 37.409479551864 -122.108975824257 0.0 37.4094751808016 -122.108966097317 0.0 -0.4493769262943696 -17.46347667699409 Tree: 905 site 7 at 4111 ALMA ST, on ALMA ST 367 from pl -1 905 4111 7 fraxinus velutina http://en.wikipedia.org/wiki/Fraxinus_velutina http://www.calflora.org/cgi-bin/species_query.cgi?where-calrecnum=3616 10 10 37.4114933130279 -122.112985249683 0.0 1.9338873902124067E-4 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 Ponce Drive from Hemlock Court to End 1965 300 residential dead end local residential 627 24 15048 asphalt concrete 0 0 0 0.12 37.409479551864 -122.108975824257 0.0 37.4094751808016 -122.108966097317 0.0 -0.4493769262943696 -17.46347667699409 Tree: 906 site 1 at 4161 ALMA ST, on ALMA ST 20 from pl -1 906 4161 1 fraxinus velutina http://en.wikipedia.org/wiki/Fraxinus_velutina http://www.calflora.org/cgi-bin/species_query.cgi?where-calrecnum=3616 10 10 37.4110525965859 -122.112308379546 0.0 6.883991555078026E-5 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 Ponce Drive from Hemlock Court to End 1965 300 residential dead end local residential 627 24 15048 asphalt concrete 0 0 0 0.12 37.409479551864 -122.108975824257 0.0 37.4094751808016 -122.108966097317 0.0 -0.4493769262943696 -17.46347667699409 Tree: 909 site 4 at 4161 ALMA ST, on ALMA ST 156 from pl -1 909 4161 4 fraxinus velutina http://en.wikipedia.org/wiki/Fraxinus_velutina http://www.calflora.org/cgi-bin/species_query.cgi?where-calrecnum=3616 10 10 37.4108194070582 -122.111944383537 0.0 5.338856961127986E-6 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 Ponce Drive from Hemlock Court to End 1965 300 residential dead end local residential 627 24 15048 asphalt concrete 0 0 0 0.12 37.409479551864 -122.108975824257 0.0 37.4094751808016 -122.108966097317 0.0 -0.4493769262943696 -17.46347667699409 Tree: 910 site 5 at 4161 ALMA ST, on ALMA ST 197 from pl -1 910 4161 5 fraxinus velutina http://en.wikipedia.org/wiki/Fraxinus_velutina http://www.calflora.org/cgi-bin/species_query.cgi?where-calrecnum=3616 10 10 37.4107462580174 -122.111831193507 0.0 1.4987186851502377E-5 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 Ponce Drive from Hemlock Court to End 1965 300 residential dead end local residential 627 24 15048 asphalt concrete 0 0 0 0.12 37.409479551864 -122.108975824257 0.0 37.4094751808016 -122.108966097317 0.0 -0.4493769262943696 -17.46347667699409 Tree: 911 site 6 at 4161 ALMA ST, on ALMA ST 244 from pl -1 911 4161 6 fraxinus velutina http://en.wikipedia.org/wiki/Fraxinus_velutina http://www.calflora.org/cgi-bin/species_query.cgi?where-calrecnum=3616 10 10 37.4106643575087 -122.111701303598 0.0 3.6450595803819894E-5 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 Ponce Drive from Hemlock Court to End 1965 300 residential dead end local residential 627 24 15048 asphalt concrete 0 0 0 0.12 37.409479551864 -122.108975824257 0.0 37.4094751808016 -122.108966097317 0.0 -0.4493769262943696 -17.46347667699409 Tree: 912 site 7 at 4161 ALMA ST, on ALMA ST 293 from pl -1 912 4161 7 fraxinus velutina http://en.wikipedia.org/wiki/Fraxinus_velutina http://www.calflora.org/cgi-bin/species_query.cgi?where-calrecnum=3616 10 10 37.4105824568557 -122.111571413974 0.0 5.791425320271371E-5 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 Ponce Drive from Hemlock Court to End 1965 300 residential dead end local residential 627 24 15048 asphalt concrete 0 0 0 0.12 37.409479551864 -122.108975824257 0.0 37.4094751808016 -122.108966097317 0.0 -0.4493769262943696 -17.46347667699409 Tree: 915 site 1 at 4181 ALMA ST, on ALMA ST 14 from pl -1 915 4181 1 fraxinus velutina http://en.wikipedia.org/wiki/Fraxinus_velutina http://www.calflora.org/cgi-bin/species_query.cgi?where-calrecnum=3616 10 10 37.4114000790744 -122.112849933477 0.0 1.6381190476663068E-4 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 Ponce Drive from Hemlock Court to End 1965 300 residential dead end local residential 627 24 15048 asphalt concrete 0 0 0 0.12 37.409479551864 -122.108975824257 0.0 37.4094751808016 -122.108966097317 0.0 -0.4493769262943696 -17.46347667699409 Tree: 914 site 9 at 4161 ALMA ST, on ALMA ST 387 from pl -1 914 4161 9 fraxinus velutina http://en.wikipedia.org/wiki/Fraxinus_velutina http://www.calflora.org/cgi-bin/species_query.cgi?where-calrecnum=3616 10 10 37.4104229452077 -122.11132774908 0.0 1.0353396962642444E-4 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 Ponce Drive from Hemlock Court to End 1965 300 residential dead end local residential 627 24 15048 asphalt concrete 0 0 0 0.12 37.409479551864 -122.108975824257 0.0 37.4094751808016 -122.108966097317 0.0 -0.4493769262943696 -17.46347667699409 Tree: 913 site 8 at 4161 ALMA ST, on ALMA ST 340 from pl -1 913 4161 8 fraxinus velutina http://en.wikipedia.org/wiki/Fraxinus_velutina http://www.calflora.org/cgi-bin/species_query.cgi?where-calrecnum=3616 10 10 37.410500322135 -122.111444321069 0.0 8.073776446582769E-5 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 Ponce Drive from Hemlock Court to End 1965 300 residential dead end local residential 627 24 15048 asphalt concrete 0 0 0 0.12 37.409479551864 -122.108975824257 0.0 37.4094751808016 -122.108966097317 0.0 -0.4493769262943696 -17.46347667699409 Tree: 907 site 2 at 4161 ALMA ST, on ALMA ST 70 from pl -1 907 4161 2 fraxinus velutina http://en.wikipedia.org/wiki/Fraxinus_velutina http://www.calflora.org/cgi-bin/species_query.cgi?where-calrecnum=3616 10 10 37.4109664692294 -122.112175105575 0.0 4.49081546835284E-5 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 Ponce Drive from Hemlock Court to End 1965 300 residential dead end local residential 627 24 15048 asphalt concrete 0 0 0 0.12 37.409479551864 -122.108975824257 0.0 37.4094751808016 -122.108966097317 0.0 -0.4493769262943696 -17.46347667699409 Tree: 908 site 3 at 4161 ALMA ST, on ALMA ST 113 from pl -1 908 4161 3 fraxinus velutina http://en.wikipedia.org/wiki/Fraxinus_velutina http://www.calflora.org/cgi-bin/species_query.cgi?where-calrecnum=3616 10 10 37.4109020091126 -122.112065884642 0.0 3.0880673299556214E-5 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 Ponce Drive from Hemlock Court to End 1965 300 residential dead end local residential 627 24 15048 asphalt concrete 0 0 0 0.12 37.409479551864 -122.108975824257 0.0 37.4094751808016 -122.108966097317 0.0 -0.4493769262943696 -17.46347667699409 Tree: 927 site 1 at 4245 ALMA ST, on ALMA ST 73 from pl -1 927 4245 1 juglans nigra http://en.wikipedia.org/wiki/Juglans_nigra NULL 30 40 37.4094069392663 -122.109604220859 0.0 3.238071644657361E-4 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 Ponce Drive from Hemlock Court to End 1965 300 residential dead end local residential 627 24 15048 asphalt concrete 0 0 0 0.12 37.4094845825423 -122.108985036601 0.0 37.409479551864 -122.108975824257 0.0 -0.5460801612402219 -29.271809655124606 Tree: 926 site 3 at 4243 ALMA ST, on ALMA ST 98 from pl -1 926 4243 3 fraxinus velutina http://en.wikipedia.org/wiki/Fraxinus_velutina http://www.calflora.org/cgi-bin/species_query.cgi?where-calrecnum=3616 10 10 37.4096451293862 -122.110052971379 0.0 3.7092842077521054E-4 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 Ponce Drive from Hemlock Court to End 1965 300 residential dead end local residential 627 24 15048 asphalt concrete 0 0 0 0.12 37.4094845825423 -122.108985036601 0.0 37.409479551864 -122.108975824257 0.0 -0.5460801612402219 -29.271809655124606 Tree: 925 site 2 at 4243 ALMA ST, on ALMA ST 58 from pl -1 925 4243 2 fraxinus velutina http://en.wikipedia.org/wiki/Fraxinus_velutina http://www.calflora.org/cgi-bin/species_query.cgi?where-calrecnum=3616 10 10 37.4097134909807 -122.110160779208 0.0 3.6259949046460287E-4 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 Ponce Drive from Hemlock Court to End 1965 300 residential dead end local residential 627 24 15048 asphalt concrete 0 0 0 0.12 37.4094845825423 -122.108985036601 0.0 37.409479551864 -122.108975824257 0.0 -0.5460801612402219 -29.271809655124606 Tree: 924 site 1 at 4243 ALMA ST, on ALMA ST 15 from pl -1 924 4243 1 fraxinus velutina http://en.wikipedia.org/wiki/Fraxinus_velutina http://www.calflora.org/cgi-bin/species_query.cgi?where-calrecnum=3616 10 10 37.4097869795839 -122.110276672845 0.0 3.5364609355053304E-4 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 Ponce Drive from Hemlock Court to End 1965 300 residential dead end local residential 627 24 15048 asphalt concrete 0 0 0 0.12 37.4094845825423 -122.108985036601 0.0 37.409479551864 -122.108975824257 0.0 -0.5460801612402219 -29.271809655124606 Tree: 923 site 1 at 4221 ALMA ST, on ALMA ST 34 from pl -1 923 4221 1 fraxinus velutina http://en.wikipedia.org/wiki/Fraxinus_velutina http://www.calflora.org/cgi-bin/species_query.cgi?where-calrecnum=3616 10 10 37.4101200636757 -122.110828865829 0.0 3.2596239323369366E-4 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 Ponce Drive from Hemlock Court to End 1965 300 residential dead end local residential 627 24 15048 asphalt concrete 0 0 0 0.12 37.4094845825423 -122.108985036601 0.0 37.409479551864 -122.108975824257 0.0 -0.5460801612402219 -29.271809655124606 Tree: 919 site 5 at 4181 ALMA ST, on ALMA ST 203 from pl -1 919 4181 5 fraxinus velutina http://en.wikipedia.org/wiki/Fraxinus_velutina http://www.calflora.org/cgi-bin/species_query.cgi?where-calrecnum=3616 10 10 37.4110899832346 -122.112363767066 0.0 2.103384630035611E-4 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 Ponce Drive from Hemlock Court to End 1965 300 residential dead end local residential 627 24 15048 asphalt concrete 0 0 0 0.12 37.4094845825423 -122.108985036601 0.0 37.409479551864 -122.108975824257 0.0 -0.5460801612402219 -29.271809655124606 Tree: 918 site 4 at 4181 ALMA ST, on ALMA ST 154 from pl -1 918 4181 4 fraxinus velutina http://en.wikipedia.org/wiki/Fraxinus_velutina http://www.calflora.org/cgi-bin/species_query.cgi?where-calrecnum=3616 10 10 37.4111658928771 -122.11248438921 0.0 2.0152646187167518E-4 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 Ponce Drive from Hemlock Court to End 1965 300 residential dead end local residential 627 24 15048 asphalt concrete 0 0 0 0.12 37.4094845825423 -122.108985036601 0.0 37.409479551864 -122.108975824257 0.0 -0.5460801612402219 -29.271809655124606 Tree: 917 site 3 at 4181 ALMA ST, on ALMA ST 105 from pl -1 917 4181 3 fraxinus velutina http://en.wikipedia.org/wiki/Fraxinus_velutina http://www.calflora.org/cgi-bin/species_query.cgi?where-calrecnum=3616 10 10 37.4112547809895 -122.11262509498 0.0 1.909493014492132E-4 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 Ponce Drive from Hemlock Court to End 1965 300 residential dead end local residential 627 24 15048 asphalt concrete 0 0 0 0.12 37.4094845825423 -122.108985036601 0.0 37.409479551864 -122.108975824257 0.0 -0.5460801612402219 -29.271809655124606 Tree: 916 site 2 at 4181 ALMA ST, on ALMA ST 61 from pl -1 916 4181 2 fraxinus velutina http://en.wikipedia.org/wiki/Fraxinus_velutina http://www.calflora.org/cgi-bin/species_query.cgi?where-calrecnum=3616 10 10 37.4113239358546 -122.112732107044 0.0 1.815427551227878E-4 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 Ponce Drive from Hemlock Court to End 1965 300 residential dead end local residential 627 24 15048 asphalt concrete 0 0 0 0.12 37.4094845825423 -122.108985036601 0.0 37.409479551864 -122.108975824257 0.0 -0.5460801612402219 -29.271809655124606 Tree: 905 site 7 at 4111 ALMA ST, on ALMA ST 367 from pl -1 905 4111 7 fraxinus velutina http://en.wikipedia.org/wiki/Fraxinus_velutina http://www.calflora.org/cgi-bin/species_query.cgi?where-calrecnum=3616 10 10 37.4114933130279 -122.112985249683 0.0 1.542114001963308E-4 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 Ponce Drive from Hemlock Court to End 1965 300 residential dead end local residential 627 24 15048 asphalt concrete 0 0 0 0.12 37.4094845825423 -122.108985036601 0.0 37.409479551864 -122.108975824257 0.0 -0.5460801612402219 -29.271809655124606 Tree: 906 site 1 at 4161 ALMA ST, on ALMA ST 20 from pl -1 906 4161 1 fraxinus velutina http://en.wikipedia.org/wiki/Fraxinus_velutina http://www.calflora.org/cgi-bin/species_query.cgi?where-calrecnum=3616 10 10 37.4110525965859 -122.112308379546 0.0 2.16605535248646E-4 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 Ponce Drive from Hemlock Court to End 1965 300 residential dead end local residential 627 24 15048 asphalt concrete 0 0 0 0.12 37.4094845825423 -122.108985036601 0.0 37.409479551864 -122.108975824257 0.0 -0.5460801612402219 -29.271809655124606 Tree: 909 site 4 at 4161 ALMA ST, on ALMA ST 156 from pl -1 909 4161 4 fraxinus velutina http://en.wikipedia.org/wiki/Fraxinus_velutina http://www.calflora.org/cgi-bin/species_query.cgi?where-calrecnum=3616 10 10 37.4108194070582 -122.111944383537 0.0 2.4681346083810376E-4 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 Ponce Drive from Hemlock Court to End 1965 300 residential dead end local residential 627 24 15048 asphalt concrete 0 0 0 0.12 37.4094845825423 -122.108985036601 0.0 37.409479551864 -122.108975824257 0.0 -0.5460801612402219 -29.271809655124606 Tree: 910 site 5 at 4161 ALMA ST, on ALMA ST 197 from pl -1 910 4161 5 fraxinus velutina http://en.wikipedia.org/wiki/Fraxinus_velutina http://www.calflora.org/cgi-bin/species_query.cgi?where-calrecnum=3616 10 10 37.4107462580174 -122.111831193507 0.0 2.5676460776582447E-4 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 Ponce Drive from Hemlock Court to End 1965 300 residential dead end local residential 627 24 15048 asphalt concrete 0 0 0 0.12 37.4094845825423 -122.108985036601 0.0 37.409479551864 -122.108975824257 0.0 -0.5460801612402219 -29.271809655124606 Tree: 911 site 6 at 4161 ALMA ST, on ALMA ST 244 from pl -1 911 4161 6 fraxinus velutina http://en.wikipedia.org/wiki/Fraxinus_velutina http://www.calflora.org/cgi-bin/species_query.cgi?where-calrecnum=3616 10 10 37.4106643575087 -122.111701303598 0.0 2.6639276996703697E-4 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 Ponce Drive from Hemlock Court to End 1965 300 residential dead end local residential 627 24 15048 asphalt concrete 0 0 0 0.12 37.4094845825423 -122.108985036601 0.0 37.409479551864 -122.108975824257 0.0 -0.5460801612402219 -29.271809655124606 Tree: 912 site 7 at 4161 ALMA ST, on ALMA ST 293 from pl -1 912 4161 7 fraxinus velutina http://en.wikipedia.org/wiki/Fraxinus_velutina http://www.calflora.org/cgi-bin/species_query.cgi?where-calrecnum=3616 10 10 37.4105824568557 -122.111571413974 0.0 2.7602119540374445E-4 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 Ponce Drive from Hemlock Court to End 1965 300 residential dead end local residential 627 24 15048 asphalt concrete 0 0 0 0.12 37.4094845825423 -122.108985036601 0.0 37.409479551864 -122.108975824257 0.0 -0.5460801612402219 -29.271809655124606 Tree: 915 site 1 at 4181 ALMA ST, on ALMA ST 14 from pl -1 915 4181 1 fraxinus velutina http://en.wikipedia.org/wiki/Fraxinus_velutina http://www.calflora.org/cgi-bin/species_query.cgi?where-calrecnum=3616 10 10 37.4114000790744 -122.112849933477 0.0 1.7118583635748803E-4 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 Ponce Drive from Hemlock Court to End 1965 300 residential dead end local residential 627 24 15048 asphalt concrete 0 0 0 0.12 37.4094845825423 -122.108985036601 0.0 37.409479551864 -122.108975824257 0.0 -0.5460801612402219 -29.271809655124606 Tree: 914 site 9 at 4161 ALMA ST, on ALMA ST 387 from pl -1 914 4161 9 fraxinus velutina http://en.wikipedia.org/wiki/Fraxinus_velutina http://www.calflora.org/cgi-bin/species_query.cgi?where-calrecnum=3616 10 10 37.4104229452077 -122.11132774908 0.0 2.9923637617578186E-4 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 Ponce Drive from Hemlock Court to End 1965 300 residential dead end local residential 627 24 15048 asphalt concrete 0 0 0 0.12 37.4094845825423 -122.108985036601 0.0 37.409479551864 -122.108975824257 0.0 -0.5460801612402219 -29.271809655124606 Tree: 913 site 8 at 4161 ALMA ST, on ALMA ST 340 from pl -1 913 4161 8 fraxinus velutina http://en.wikipedia.org/wiki/Fraxinus_velutina http://www.calflora.org/cgi-bin/species_query.cgi?where-calrecnum=3616 10 10 37.410500322135 -122.111444321069 0.0 2.871954519935162E-4 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 Ponce Drive from Hemlock Court to End 1965 300 residential dead end local residential 627 24 15048 asphalt concrete 0 0 0 0.12 37.4094845825423 -122.108985036601 0.0 37.409479551864 -122.108975824257 0.0 -0.5460801612402219 -29.271809655124606 Tree: 907 site 2 at 4161 ALMA ST, on ALMA ST 70 from pl -1 907 4161 2 fraxinus velutina http://en.wikipedia.org/wiki/Fraxinus_velutina http://www.calflora.org/cgi-bin/species_query.cgi?where-calrecnum=3616 10 10 37.4109664692294 -122.112175105575 0.0 2.283215551575729E-4 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 Ponce Drive from Hemlock Court to End 1965 300 residential dead end local residential 627 24 15048 asphalt concrete 0 0 0 0.12 37.4094845825423 -122.108985036601 0.0 37.409479551864 -122.108975824257 0.0 -0.5460801612402219 -29.271809655124606 Tree: 908 site 3 at 4161 ALMA ST, on ALMA ST 113 from pl -1 908 4161 3 fraxinus velutina http://en.wikipedia.org/wiki/Fraxinus_velutina http://www.calflora.org/cgi-bin/species_query.cgi?where-calrecnum=3616 10 10 37.4109020091126 -122.112065884642 0.0 2.325490306374285E-4 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 Ponce Drive from Hemlock Court to End 1965 300 residential dead end local residential 627 24 15048 asphalt concrete 0 0 0 0.12 37.4094845825423 -122.108985036601 0.0 37.409479551864 -122.108975824257 0.0 -0.5460801612402219 -29.271809655124606 Tree: 927 site 1 at 4245 ALMA ST, on ALMA ST 73 from pl -1 927 4245 1 juglans nigra http://en.wikipedia.org/wiki/Juglans_nigra NULL 30 40 37.4094069392663 -122.109604220859 0.0 3.6490444973079464E-4 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 Ponce Drive from Hemlock Court to End 1965 300 residential dead end local residential 627 24 15048 asphalt concrete 0 0 0 0.12 37.4095437000529 -122.10908220221 0.0 37.4094845825423 -122.108985036601 0.0 -0.6084201108524753 -36.884077629509726 Tree: 926 site 3 at 4243 ALMA ST, on ALMA ST 98 from pl -1 926 4243 3 fraxinus velutina http://en.wikipedia.org/wiki/Fraxinus_velutina http://www.calflora.org/cgi-bin/species_query.cgi?where-calrecnum=3616 10 10 37.4096451293862 -122.110052971379 0.0 4.179303257074851E-4 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 Ponce Drive from Hemlock Court to End 1965 300 residential dead end local residential 627 24 15048 asphalt concrete 0 0 0 0.12 37.4095437000529 -122.10908220221 0.0 37.4094845825423 -122.108985036601 0.0 -0.6084201108524753 -36.884077629509726 Tree: 925 site 2 at 4243 ALMA ST, on ALMA ST 58 from pl -1 925 4243 2 fraxinus velutina http://en.wikipedia.org/wiki/Fraxinus_velutina http://www.calflora.org/cgi-bin/species_query.cgi?where-calrecnum=3616 10 10 37.4097134909807 -122.110160779208 0.0 4.155646381055899E-4 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 Ponce Drive from Hemlock Court to End 1965 300 residential dead end local residential 627 24 15048 asphalt concrete 0 0 0 0.12 37.4095437000529 -122.10908220221 0.0 37.4094845825423 -122.108985036601 0.0 -0.6084201108524753 -36.884077629509726 Tree: 924 site 1 at 4243 ALMA ST, on ALMA ST 15 from pl -1 924 4243 1 fraxinus velutina http://en.wikipedia.org/wiki/Fraxinus_velutina http://www.calflora.org/cgi-bin/species_query.cgi?where-calrecnum=3616 10 10 37.4097869795839 -122.110276672845 0.0 4.1302173343184446E-4 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 Ponce Drive from Hemlock Court to End 1965 300 residential dead end local residential 627 24 15048 asphalt concrete 0 0 0 0.12 37.4095437000529 -122.10908220221 0.0 37.4094845825423 -122.108985036601 0.0 -0.6084201108524753 -36.884077629509726 Tree: 923 site 1 at 4221 ALMA ST, on ALMA ST 34 from pl -1 923 4221 1 fraxinus velutina http://en.wikipedia.org/wiki/Fraxinus_velutina http://www.calflora.org/cgi-bin/species_query.cgi?where-calrecnum=3616 10 10 37.4101200636757 -122.110828865829 0.0 4.1548317263062303E-4 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 Ponce Drive from Hemlock Court to End 1965 300 residential dead end local residential 627 24 15048 asphalt concrete 0 0 0 0.12 37.4095437000529 -122.10908220221 0.0 37.4094845825423 -122.108985036601 0.0 -0.6084201108524753 -36.884077629509726 Tree: 919 site 5 at 4181 ALMA ST, on ALMA ST 203 from pl -1 919 4181 5 fraxinus velutina http://en.wikipedia.org/wiki/Fraxinus_velutina http://www.calflora.org/cgi-bin/species_query.cgi?where-calrecnum=3616 10 10 37.4110899832346 -122.112363767066 0.0 3.846814643663522E-4 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 Ponce Drive from Hemlock Court to End 1965 300 residential dead end local residential 627 24 15048 asphalt concrete 0 0 0 0.12 37.4095437000529 -122.10908220221 0.0 37.4094845825423 -122.108985036601 0.0 -0.6084201108524753 -36.884077629509726 Tree: 918 site 4 at 4181 ALMA ST, on ALMA ST 154 from pl -1 918 4181 4 fraxinus velutina http://en.wikipedia.org/wiki/Fraxinus_velutina http://www.calflora.org/cgi-bin/species_query.cgi?where-calrecnum=3616 10 10 37.4111658928771 -122.11248438921 0.0 3.825280189212072E-4 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 Ponce Drive from Hemlock Court to End 1965 300 residential dead end local residential 627 24 15048 asphalt concrete 0 0 0 0.12 37.4095437000529 -122.10908220221 0.0 37.4094845825423 -122.108985036601 0.0 -0.6084201108524753 -36.884077629509726 Tree: 917 site 3 at 4181 ALMA ST, on ALMA ST 105 from pl -1 917 4181 3 fraxinus velutina http://en.wikipedia.org/wiki/Fraxinus_velutina http://www.calflora.org/cgi-bin/species_query.cgi?where-calrecnum=3616 10 10 37.4112547809895 -122.11262509498 0.0 3.7972599688090045E-4 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 Ponce Drive from Hemlock Court to End 1965 300 residential dead end local residential 627 24 15048 asphalt concrete 0 0 0 0.12 37.4095437000529 -122.10908220221 0.0 37.4094845825423 -122.108985036601 0.0 -0.6084201108524753 -36.884077629509726 Tree: 916 site 2 at 4181 ALMA ST, on ALMA ST 61 from pl -1 916 4181 2 fraxinus velutina http://en.wikipedia.org/wiki/Fraxinus_velutina http://www.calflora.org/cgi-bin/species_query.cgi?where-calrecnum=3616 10 10 37.4113239358546 -122.112732107044 0.0 3.7626899685528297E-4 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 Ponce Drive from Hemlock Court to End 1965 300 residential dead end local residential 627 24 15048 asphalt concrete 0 0 0 0.12 37.4095437000529 -122.10908220221 0.0 37.4094845825423 -122.108985036601 0.0 -0.6084201108524753 -36.884077629509726 Tree: 905 site 7 at 4111 ALMA ST, on ALMA ST 367 from pl -1 905 4111 7 fraxinus velutina http://en.wikipedia.org/wiki/Fraxinus_velutina http://www.calflora.org/cgi-bin/species_query.cgi?where-calrecnum=3616 10 10 37.4114933130279 -122.112985249683 0.0 3.6314681532286826E-4 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 Ponce Drive from Hemlock Court to End 1965 300 residential dead end local residential 627 24 15048 asphalt concrete 0 0 0 0.12 37.4095437000529 -122.10908220221 0.0 37.4094845825423 -122.108985036601 0.0 -0.6084201108524753 -36.884077629509726 Tree: 906 site 1 at 4161 ALMA ST, on ALMA ST 20 from pl -1 906 4161 1 fraxinus velutina http://en.wikipedia.org/wiki/Fraxinus_velutina http://www.calflora.org/cgi-bin/species_query.cgi?where-calrecnum=3616 10 10 37.4110525965859 -122.112308379546 0.0 3.878319356540555E-4 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 Ponce Drive from Hemlock Court to End 1965 300 residential dead end local residential 627 24 15048 asphalt concrete 0 0 0 0.12 37.4095437000529 -122.10908220221 0.0 37.4094845825423 -122.108985036601 0.0 -0.6084201108524753 -36.884077629509726 Tree: 909 site 4 at 4161 ALMA ST, on ALMA ST 156 from pl -1 909 4161 4 fraxinus velutina http://en.wikipedia.org/wiki/Fraxinus_velutina http://www.calflora.org/cgi-bin/species_query.cgi?where-calrecnum=3616 10 10 37.4108194070582 -122.111944383537 0.0 3.978503783195335E-4 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 Ponce Drive from Hemlock Court to End 1965 300 residential dead end local residential 627 24 15048 asphalt concrete 0 0 0 0.12 37.4095437000529 -122.10908220221 0.0 37.4094845825423 -122.108985036601 0.0 -0.6084201108524753 -36.884077629509726 Tree: 910 site 5 at 4161 ALMA ST, on ALMA ST 197 from pl -1 910 4161 5 fraxinus velutina http://en.wikipedia.org/wiki/Fraxinus_velutina http://www.calflora.org/cgi-bin/species_query.cgi?where-calrecnum=3616 10 10 37.4107462580174 -122.111831193507 0.0 4.015084616014973E-4 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 Ponce Drive from Hemlock Court to End 1965 300 residential dead end local residential 627 24 15048 asphalt concrete 0 0 0 0.12 37.4095437000529 -122.10908220221 0.0 37.4094845825423 -122.108985036601 0.0 -0.6084201108524753 -36.884077629509726 Tree: 911 site 6 at 4161 ALMA ST, on ALMA ST 244 from pl -1 911 4161 6 fraxinus velutina http://en.wikipedia.org/wiki/Fraxinus_velutina http://www.calflora.org/cgi-bin/species_query.cgi?where-calrecnum=3616 10 10 37.4106643575087 -122.111701303598 0.0 4.0396276831662105E-4 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 Ponce Drive from Hemlock Court to End 1965 300 residential dead end local residential 627 24 15048 asphalt concrete 0 0 0 0.12 37.4095437000529 -122.10908220221 0.0 37.4094845825423 -122.108985036601 0.0 -0.6084201108524753 -36.884077629509726 Tree: 912 site 7 at 4161 ALMA ST, on ALMA ST 293 from pl -1 912 4161 7 fraxinus velutina http://en.wikipedia.org/wiki/Fraxinus_velutina http://www.calflora.org/cgi-bin/species_query.cgi?where-calrecnum=3616 10 10 37.4105824568557 -122.111571413974 0.0 4.0641734644808426E-4 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 Ponce Drive from Hemlock Court to End 1965 300 residential dead end local residential 627 24 15048 asphalt concrete 0 0 0 0.12 37.4095437000529 -122.10908220221 0.0 37.4094845825423 -122.108985036601 0.0 -0.6084201108524753 -36.884077629509726 Tree: 915 site 1 at 4181 ALMA ST, on ALMA ST 14 from pl -1 915 4181 1 fraxinus velutina http://en.wikipedia.org/wiki/Fraxinus_velutina http://www.calflora.org/cgi-bin/species_query.cgi?where-calrecnum=3616 10 10 37.4114000790744 -122.112849933477 0.0 3.7246286441897184E-4 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 Ponce Drive from Hemlock Court to End 1965 300 residential dead end local residential 627 24 15048 asphalt concrete 0 0 0 0.12 37.4095437000529 -122.10908220221 0.0 37.4094845825423 -122.108985036601 0.0 -0.6084201108524753 -36.884077629509726 Tree: 914 site 9 at 4161 ALMA ST, on ALMA ST 387 from pl -1 914 4161 9 fraxinus velutina http://en.wikipedia.org/wiki/Fraxinus_velutina http://www.calflora.org/cgi-bin/species_query.cgi?where-calrecnum=3616 10 10 37.4104229452077 -122.11132774908 0.0 4.1603767587213285E-4 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 Ponce Drive from Hemlock Court to End 1965 300 residential dead end local residential 627 24 15048 asphalt concrete 0 0 0 0.12 37.4095437000529 -122.10908220221 0.0 37.4094845825423 -122.108985036601 0.0 -0.6084201108524753 -36.884077629509726 Tree: 913 site 8 at 4161 ALMA ST, on ALMA ST 340 from pl -1 913 4161 8 fraxinus velutina http://en.wikipedia.org/wiki/Fraxinus_velutina http://www.calflora.org/cgi-bin/species_query.cgi?where-calrecnum=3616 10 10 37.410500322135 -122.111444321069 0.0 4.10525554459167E-4 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 Ponce Drive from Hemlock Court to End 1965 300 residential dead end local residential 627 24 15048 asphalt concrete 0 0 0 0.12 37.4095437000529 -122.10908220221 0.0 37.4094845825423 -122.108985036601 0.0 -0.6084201108524753 -36.884077629509726 Tree: 907 site 2 at 4161 ALMA ST, on ALMA ST 70 from pl -1 907 4161 2 fraxinus velutina http://en.wikipedia.org/wiki/Fraxinus_velutina http://www.calflora.org/cgi-bin/species_query.cgi?where-calrecnum=3616 10 10 37.4109664692294 -122.112175105575 0.0 3.921383000647546E-4 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 Ponce Drive from Hemlock Court to End 1965 300 residential dead end local residential 627 24 15048 asphalt concrete 0 0 0 0.12 37.4095437000529 -122.10908220221 0.0 37.4094845825423 -122.108985036601 0.0 -0.6084201108524753 -36.884077629509726 Tree: 908 site 3 at 4161 ALMA ST, on ALMA ST 113 from pl -1 908 4161 3 fraxinus velutina http://en.wikipedia.org/wiki/Fraxinus_velutina http://www.calflora.org/cgi-bin/species_query.cgi?where-calrecnum=3616 10 10 37.4109020091126 -122.112065884642 0.0 3.904364468592952E-4 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 Ponce Drive from Hemlock Court to End 1965 300 residential dead end local residential 627 24 15048 asphalt concrete 0 0 0 0.12 37.4095437000529 -122.10908220221 0.0 37.4094845825423 -122.108985036601 0.0 -0.6084201108524753 -36.884077629509726 Tree: 927 site 1 at 4245 ALMA ST, on ALMA ST 73 from pl -1 927 4245 1 juglans nigra http://en.wikipedia.org/wiki/Juglans_nigra NULL 30 40 37.4094069392663 -122.109604220859 0.0 3.8816749863785114E-4 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 Ponce Drive from Hemlock Court to End 1965 300 residential dead end local residential 627 24 15048 asphalt concrete 0 0 0 0.12 37.4095449842435 -122.109084033524 0.0 37.4095437000529 -122.10908220221 0.0 -0.7012399875077663 -48.21822757800965 Tree: 926 site 3 at 4243 ALMA ST, on ALMA ST 98 from pl -1 926 4243 3 fraxinus velutina http://en.wikipedia.org/wiki/Fraxinus_velutina http://www.calflora.org/cgi-bin/species_query.cgi?where-calrecnum=3616 10 10 37.4096451293862 -122.110052971379 0.0 4.7431508577279864E-4 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 Ponce Drive from Hemlock Court to End 1965 300 residential dead end local residential 627 24 15048 asphalt concrete 0 0 0 0.12 37.4095449842435 -122.109084033524 0.0 37.4095437000529 -122.10908220221 0.0 -0.7012399875077663 -48.21822757800965 Tree: 925 site 2 at 4243 ALMA ST, on ALMA ST 58 from pl -1 925 4243 2 fraxinus velutina http://en.wikipedia.org/wiki/Fraxinus_velutina http://www.calflora.org/cgi-bin/species_query.cgi?where-calrecnum=3616 10 10 37.4097134909807 -122.110160779208 0.0 4.8024087690351963E-4 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 Ponce Drive from Hemlock Court to End 1965 300 residential dead end local residential 627 24 15048 asphalt concrete 0 0 0 0.12 37.4095449842435 -122.109084033524 0.0 37.4095437000529 -122.10908220221 0.0 -0.7012399875077663 -48.21822757800965 Tree: 924 site 1 at 4243 ALMA ST, on ALMA ST 15 from pl -1 924 4243 1 fraxinus velutina http://en.wikipedia.org/wiki/Fraxinus_velutina http://www.calflora.org/cgi-bin/species_query.cgi?where-calrecnum=3616 10 10 37.4097869795839 -122.110276672845 0.0 4.866113199522998E-4 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 Ponce Drive from Hemlock Court to End 1965 300 residential dead end local residential 627 24 15048 asphalt concrete 0 0 0 0.12 37.4095449842435 -122.109084033524 0.0 37.4095437000529 -122.10908220221 0.0 -0.7012399875077663 -48.21822757800965 Tree: 923 site 1 at 4221 ALMA ST, on ALMA ST 34 from pl -1 923 4221 1 fraxinus velutina http://en.wikipedia.org/wiki/Fraxinus_velutina http://www.calflora.org/cgi-bin/species_query.cgi?where-calrecnum=3616 10 10 37.4101200636757 -122.110828865829 0.0 5.309351851805491E-4 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 Ponce Drive from Hemlock Court to End 1965 300 residential dead end local residential 627 24 15048 asphalt concrete 0 0 0 0.12 37.4095449842435 -122.109084033524 0.0 37.4095437000529 -122.10908220221 0.0 -0.7012399875077663 -48.21822757800965 Tree: 919 site 5 at 4181 ALMA ST, on ALMA ST 203 from pl -1 919 4181 5 fraxinus velutina http://en.wikipedia.org/wiki/Fraxinus_velutina http://www.calflora.org/cgi-bin/species_query.cgi?where-calrecnum=3616 10 10 37.4110899832346 -122.112363767066 0.0 6.18062608167471E-4 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 Ponce Drive from Hemlock Court to End 1965 300 residential dead end local residential 627 24 15048 asphalt concrete 0 0 0 0.12 37.4095449842435 -122.109084033524 0.0 37.4095437000529 -122.10908220221 0.0 -0.7012399875077663 -48.21822757800965 Tree: 918 site 4 at 4181 ALMA ST, on ALMA ST 154 from pl -1 918 4181 4 fraxinus velutina http://en.wikipedia.org/wiki/Fraxinus_velutina http://www.calflora.org/cgi-bin/species_query.cgi?where-calrecnum=3616 10 10 37.4111658928771 -122.11248438921 0.0 6.251656556188223E-4 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 Ponce Drive from Hemlock Court to End 1965 300 residential dead end local residential 627 24 15048 asphalt concrete 0 0 0 0.12 37.4095449842435 -122.109084033524 0.0 37.4095437000529 -122.10908220221 0.0 -0.7012399875077663 -48.21822757800965 Tree: 917 site 3 at 4181 ALMA ST, on ALMA ST 105 from pl -1 917 4181 3 fraxinus velutina http://en.wikipedia.org/wiki/Fraxinus_velutina http://www.calflora.org/cgi-bin/species_query.cgi?where-calrecnum=3616 10 10 37.4112547809895 -122.11262509498 0.0 6.331734038586786E-4 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 Ponce Drive from Hemlock Court to End 1965 300 residential dead end local residential 627 24 15048 asphalt concrete 0 0 0 0.12 37.4095449842435 -122.109084033524 0.0 37.4095437000529 -122.10908220221 0.0 -0.7012399875077663 -48.21822757800965 Tree: 916 site 2 at 4181 ALMA ST, on ALMA ST 61 from pl -1 916 4181 2 fraxinus velutina http://en.wikipedia.org/wiki/Fraxinus_velutina http://www.calflora.org/cgi-bin/species_query.cgi?where-calrecnum=3616 10 10 37.4113239358546 -122.112732107044 0.0 6.379928176655543E-4 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 Ponce Drive from Hemlock Court to End 1965 300 residential dead end local residential 627 24 15048 asphalt concrete 0 0 0 0.12 37.4095449842435 -122.109084033524 0.0 37.4095437000529 -122.10908220221 0.0 -0.7012399875077663 -48.21822757800965 Tree: 905 site 7 at 4111 ALMA ST, on ALMA ST 367 from pl -1 905 4111 7 fraxinus velutina http://en.wikipedia.org/wiki/Fraxinus_velutina http://www.calflora.org/cgi-bin/species_query.cgi?where-calrecnum=3616 10 10 37.4114933130279 -122.112985249683 0.0 6.446546705240119E-4 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 Ponce Drive from Hemlock Court to End 1965 300 residential dead end local residential 627 24 15048 asphalt concrete 0 0 0 0.12 37.4095449842435 -122.109084033524 0.0 37.4095437000529 -122.10908220221 0.0 -0.7012399875077663 -48.21822757800965 Tree: 906 site 1 at 4161 ALMA ST, on ALMA ST 20 from pl -1 906 4161 1 fraxinus velutina http://en.wikipedia.org/wiki/Fraxinus_velutina http://www.calflora.org/cgi-bin/species_query.cgi?where-calrecnum=3616 10 10 37.4110525965859 -122.112308379546 0.0 6.168727159806624E-4 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 Ponce Drive from Hemlock Court to End 1965 300 residential dead end local residential 627 24 15048 asphalt concrete 0 0 0 0.12 37.4095449842435 -122.109084033524 0.0 37.4095437000529 -122.10908220221 0.0 -0.7012399875077663 -48.21822757800965 Tree: 909 site 4 at 4161 ALMA ST, on ALMA ST 156 from pl -1 909 4161 4 fraxinus velutina http://en.wikipedia.org/wiki/Fraxinus_velutina http://www.calflora.org/cgi-bin/species_query.cgi?where-calrecnum=3616 10 10 37.4108194070582 -122.111944383537 0.0 5.988117827540945E-4 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 Ponce Drive from Hemlock Court to End 1965 300 residential dead end local residential 627 24 15048 asphalt concrete 0 0 0 0.12 37.4095449842435 -122.109084033524 0.0 37.4095437000529 -122.10908220221 0.0 -0.7012399875077663 -48.21822757800965 Tree: 910 site 5 at 4161 ALMA ST, on ALMA ST 197 from pl -1 910 4161 5 fraxinus velutina http://en.wikipedia.org/wiki/Fraxinus_velutina http://www.calflora.org/cgi-bin/species_query.cgi?where-calrecnum=3616 10 10 37.4107462580174 -122.111831193507 0.0 5.937155798473099E-4 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 Ponce Drive from Hemlock Court to End 1965 300 residential dead end local residential 627 24 15048 asphalt concrete 0 0 0 0.12 37.4095449842435 -122.109084033524 0.0 37.4095437000529 -122.10908220221 0.0 -0.7012399875077663 -48.21822757800965 Tree: 911 site 6 at 4161 ALMA ST, on ALMA ST 244 from pl -1 911 4161 6 fraxinus velutina http://en.wikipedia.org/wiki/Fraxinus_velutina http://www.calflora.org/cgi-bin/species_query.cgi?where-calrecnum=3616 10 10 37.4106643575087 -122.111701303598 0.0 5.86196554896505E-4 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 Ponce Drive from Hemlock Court to End 1965 300 residential dead end local residential 627 24 15048 asphalt concrete 0 0 0 0.12 37.4095449842435 -122.109084033524 0.0 37.4095437000529 -122.10908220221 0.0 -0.7012399875077663 -48.21822757800965 Tree: 912 site 7 at 4161 ALMA ST, on ALMA ST 293 from pl -1 912 4161 7 fraxinus velutina http://en.wikipedia.org/wiki/Fraxinus_velutina http://www.calflora.org/cgi-bin/species_query.cgi?where-calrecnum=3616 10 10 37.4105824568557 -122.111571413974 0.0 5.786778117328821E-4 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 Ponce Drive from Hemlock Court to End 1965 300 residential dead end local residential 627 24 15048 asphalt concrete 0 0 0 0.12 37.4095449842435 -122.109084033524 0.0 37.4095437000529 -122.10908220221 0.0 -0.7012399875077663 -48.21822757800965 Tree: 915 site 1 at 4181 ALMA ST, on ALMA ST 14 from pl -1 915 4181 1 fraxinus velutina http://en.wikipedia.org/wiki/Fraxinus_velutina http://www.calflora.org/cgi-bin/species_query.cgi?where-calrecnum=3616 10 10 37.4114000790744 -122.112849933477 0.0 6.432994832456278E-4 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 Ponce Drive from Hemlock Court to End 1965 300 residential dead end local residential 627 24 15048 asphalt concrete 0 0 0 0.12 37.4095449842435 -122.109084033524 0.0 37.4095437000529 -122.10908220221 0.0 -0.7012399875077663 -48.21822757800965 Tree: 914 site 9 at 4161 ALMA ST, on ALMA ST 387 from pl -1 914 4161 9 fraxinus velutina http://en.wikipedia.org/wiki/Fraxinus_velutina http://www.calflora.org/cgi-bin/species_query.cgi?where-calrecnum=3616 10 10 37.4104229452077 -122.11132774908 0.0 5.693800997693862E-4 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 Ponce Drive from Hemlock Court to End 1965 300 residential dead end local residential 627 24 15048 asphalt concrete 0 0 0 0.12 37.4095449842435 -122.109084033524 0.0 37.4095437000529 -122.10908220221 0.0 -0.7012399875077663 -48.21822757800965 Tree: 913 site 8 at 4161 ALMA ST, on ALMA ST 340 from pl -1 913 4161 8 fraxinus velutina http://en.wikipedia.org/wiki/Fraxinus_velutina http://www.calflora.org/cgi-bin/species_query.cgi?where-calrecnum=3616 10 10 37.410500322135 -122.111444321069 0.0 5.729564306773649E-4 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 Ponce Drive from Hemlock Court to End 1965 300 residential dead end local residential 627 24 15048 asphalt concrete 0 0 0 0.12 37.4095449842435 -122.109084033524 0.0 37.4095437000529 -122.10908220221 0.0 -0.7012399875077663 -48.21822757800965 Tree: 907 site 2 at 4161 ALMA ST, on ALMA ST 70 from pl -1 907 4161 2 fraxinus velutina http://en.wikipedia.org/wiki/Fraxinus_velutina http://www.calflora.org/cgi-bin/species_query.cgi?where-calrecnum=3616 10 10 37.4109664692294 -122.112175105575 0.0 6.108715051799874E-4 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 Ponce Drive from Hemlock Court to End 1965 300 residential dead end local residential 627 24 15048 asphalt concrete 0 0 0 0.12 37.4095449842435 -122.109084033524 0.0 37.4095437000529 -122.10908220221 0.0 -0.7012399875077663 -48.21822757800965 Tree: 908 site 3 at 4161 ALMA ST, on ALMA ST 113 from pl -1 908 4161 3 fraxinus velutina http://en.wikipedia.org/wiki/Fraxinus_velutina http://www.calflora.org/cgi-bin/species_query.cgi?where-calrecnum=3616 10 10 37.4109020091126 -122.112065884642 0.0 6.009400364378512E-4 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 Ponce Drive from Hemlock Court to End 1965 300 residential dead end local residential 627 24 15048 asphalt concrete 0 0 0 0.12 37.4095449842435 -122.109084033524 0.0 37.4095437000529 -122.10908220221 0.0 -0.7012399875077663 -48.21822757800965 Tree: 927 site 1 at 4245 ALMA ST, on ALMA ST 73 from pl -1 927 4245 1 juglans nigra http://en.wikipedia.org/wiki/Juglans_nigra NULL 30 40 37.4094069392663 -122.109604220859 0.0 4.116871576001024E-4 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 Ponce Drive from Hemlock Court to End 1965 300 residential dead end local residential 627 24 15048 asphalt concrete 0 0 0 0.12 37.4095511803136 -122.109091974615 0.0 37.4095449842435 -122.109084033524 0.0 -0.7802542619007534 -57.866588249710844 Tree: 926 site 3 at 4243 ALMA ST, on ALMA ST 98 from pl -1 926 4243 3 fraxinus velutina http://en.wikipedia.org/wiki/Fraxinus_velutina http://www.calflora.org/cgi-bin/species_query.cgi?where-calrecnum=3616 10 10 37.4096451293862 -122.110052971379 0.0 5.170934075718307E-4 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 Ponce Drive from Hemlock Court to End 1965 300 residential dead end local residential 627 24 15048 asphalt concrete 0 0 0 0.12 37.4095511803136 -122.109091974615 0.0 37.4095449842435 -122.109084033524 0.0 -0.7802542619007534 -57.866588249710844 Tree: 925 site 2 at 4243 ALMA ST, on ALMA ST 58 from pl -1 925 4243 2 fraxinus velutina http://en.wikipedia.org/wiki/Fraxinus_velutina http://www.calflora.org/cgi-bin/species_query.cgi?where-calrecnum=3616 10 10 37.4097134909807 -122.110160779208 0.0 5.295154577467076E-4 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 Ponce Drive from Hemlock Court to End 1965 300 residential dead end local residential 627 24 15048 asphalt concrete 0 0 0 0.12 37.4095511803136 -122.109091974615 0.0 37.4095449842435 -122.109084033524 0.0 -0.7802542619007534 -57.866588249710844 Tree: 924 site 1 at 4243 ALMA ST, on ALMA ST 15 from pl -1 924 4243 1 fraxinus velutina http://en.wikipedia.org/wiki/Fraxinus_velutina http://www.calflora.org/cgi-bin/species_query.cgi?where-calrecnum=3616 10 10 37.4097869795839 -122.110276672845 0.0 5.428693849685443E-4 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 Ponce Drive from Hemlock Court to End 1965 300 residential dead end local residential 627 24 15048 asphalt concrete 0 0 0 0.12 37.4095511803136 -122.109091974615 0.0 37.4095449842435 -122.109084033524 0.0 -0.7802542619007534 -57.866588249710844 Tree: 923 site 1 at 4221 ALMA ST, on ALMA ST 34 from pl -1 923 4221 1 fraxinus velutina http://en.wikipedia.org/wiki/Fraxinus_velutina http://www.calflora.org/cgi-bin/species_query.cgi?where-calrecnum=3616 10 10 37.4101200636757 -122.110828865829 0.0 6.199492563603239E-4 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 Ponce Drive from Hemlock Court to End 1965 300 residential dead end local residential 627 24 15048 asphalt concrete 0 0 0 0.12 37.4095511803136 -122.109091974615 0.0 37.4095449842435 -122.109084033524 0.0 -0.7802542619007534 -57.866588249710844 Tree: 919 site 5 at 4181 ALMA ST, on ALMA ST 203 from pl -1 919 4181 5 fraxinus velutina http://en.wikipedia.org/wiki/Fraxinus_velutina http://www.calflora.org/cgi-bin/species_query.cgi?where-calrecnum=3616 10 10 37.4110899832346 -122.112363767066 0.0 7.994641050983543E-4 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 Ponce Drive from Hemlock Court to End 1965 300 residential dead end local residential 627 24 15048 asphalt concrete 0 0 0 0.12 37.4095511803136 -122.109091974615 0.0 37.4095449842435 -122.109084033524 0.0 -0.7802542619007534 -57.866588249710844 Tree: 918 site 4 at 4181 ALMA ST, on ALMA ST 154 from pl -1 918 4181 4 fraxinus velutina http://en.wikipedia.org/wiki/Fraxinus_velutina http://www.calflora.org/cgi-bin/species_query.cgi?where-calrecnum=3616 10 10 37.4111658928771 -122.11248438921 0.0 8.13818044080801E-4 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 Ponce Drive from Hemlock Court to End 1965 300 residential dead end local residential 627 24 15048 asphalt concrete 0 0 0 0.12 37.4095511803136 -122.109091974615 0.0 37.4095449842435 -122.109084033524 0.0 -0.7802542619007534 -57.866588249710844 Tree: 917 site 3 at 4181 ALMA ST, on ALMA ST 105 from pl -1 917 4181 3 fraxinus velutina http://en.wikipedia.org/wiki/Fraxinus_velutina http://www.calflora.org/cgi-bin/species_query.cgi?where-calrecnum=3616 10 10 37.4112547809895 -122.11262509498 0.0 8.302942630293526E-4 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 Ponce Drive from Hemlock Court to End 1965 300 residential dead end local residential 627 24 15048 asphalt concrete 0 0 0 0.12 37.4095511803136 -122.109091974615 0.0 37.4095449842435 -122.109084033524 0.0 -0.7802542619007534 -57.866588249710844 Tree: 916 site 2 at 4181 ALMA ST, on ALMA ST 61 from pl -1 916 4181 2 fraxinus velutina http://en.wikipedia.org/wiki/Fraxinus_velutina http://www.calflora.org/cgi-bin/species_query.cgi?where-calrecnum=3616 10 10 37.4113239358546 -122.112732107044 0.0 8.416013746975384E-4 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 Ponce Drive from Hemlock Court to End 1965 300 residential dead end local residential 627 24 15048 asphalt concrete 0 0 0 0.12 37.4095511803136 -122.109091974615 0.0 37.4095449842435 -122.109084033524 0.0 -0.7802542619007534 -57.866588249710844 Tree: 905 site 7 at 4111 ALMA ST, on ALMA ST 367 from pl -1 905 4111 7 fraxinus velutina http://en.wikipedia.org/wiki/Fraxinus_velutina http://www.calflora.org/cgi-bin/species_query.cgi?where-calrecnum=3616 10 10 37.4114933130279 -122.112985249683 0.0 8.637858713964779E-4 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 Ponce Drive from Hemlock Court to End 1965 300 residential dead end local residential 627 24 15048 asphalt concrete 0 0 0 0.12 37.4095511803136 -122.109091974615 0.0 37.4095449842435 -122.109084033524 0.0 -0.7802542619007534 -57.866588249710844 Tree: 906 site 1 at 4161 ALMA ST, on ALMA ST 20 from pl -1 906 4161 1 fraxinus velutina http://en.wikipedia.org/wiki/Fraxinus_velutina http://www.calflora.org/cgi-bin/species_query.cgi?where-calrecnum=3616 10 10 37.4110525965859 -122.112308379546 0.0 7.948679401221003E-4 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 Ponce Drive from Hemlock Court to End 1965 300 residential dead end local residential 627 24 15048 asphalt concrete 0 0 0 0.12 37.4095511803136 -122.109091974615 0.0 37.4095449842435 -122.109084033524 0.0 -0.7802542619007534 -57.866588249710844 Tree: 909 site 4 at 4161 ALMA ST, on ALMA ST 156 from pl -1 909 4161 4 fraxinus velutina http://en.wikipedia.org/wiki/Fraxinus_velutina http://www.calflora.org/cgi-bin/species_query.cgi?where-calrecnum=3616 10 10 37.4108194070582 -122.111944383537 0.0 7.548012651152544E-4 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 Ponce Drive from Hemlock Court to End 1965 300 residential dead end local residential 627 24 15048 asphalt concrete 0 0 0 0.12 37.4095511803136 -122.109091974615 0.0 37.4095449842435 -122.109084033524 0.0 -0.7802542619007534 -57.866588249710844 Tree: 910 site 5 at 4161 ALMA ST, on ALMA ST 197 from pl -1 910 4161 5 fraxinus velutina http://en.wikipedia.org/wiki/Fraxinus_velutina http://www.calflora.org/cgi-bin/species_query.cgi?where-calrecnum=3616 10 10 37.4107462580174 -122.111831193507 0.0 7.428427664007924E-4 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 Ponce Drive from Hemlock Court to End 1965 300 residential dead end local residential 627 24 15048 asphalt concrete 0 0 0 0.12 37.4095511803136 -122.109091974615 0.0 37.4095449842435 -122.109084033524 0.0 -0.7802542619007534 -57.866588249710844 Tree: 911 site 6 at 4161 ALMA ST, on ALMA ST 244 from pl -1 911 4161 6 fraxinus velutina http://en.wikipedia.org/wiki/Fraxinus_velutina http://www.calflora.org/cgi-bin/species_query.cgi?where-calrecnum=3616 10 10 37.4106643575087 -122.111701303598 0.0 7.275109315712062E-4 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 Ponce Drive from Hemlock Court to End 1965 300 residential dead end local residential 627 24 15048 asphalt concrete 0 0 0 0.12 37.4095511803136 -122.109091974615 0.0 37.4095449842435 -122.109084033524 0.0 -0.7802542619007534 -57.866588249710844 Tree: 912 site 7 at 4161 ALMA ST, on ALMA ST 293 from pl -1 912 4161 7 fraxinus velutina http://en.wikipedia.org/wiki/Fraxinus_velutina http://www.calflora.org/cgi-bin/species_query.cgi?where-calrecnum=3616 10 10 37.4105824568557 -122.111571413974 0.0 7.121793858417136E-4 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 Ponce Drive from Hemlock Court to End 1965 300 residential dead end local residential 627 24 15048 asphalt concrete 0 0 0 0.12 37.4095511803136 -122.109091974615 0.0 37.4095449842435 -122.109084033524 0.0 -0.7802542619007534 -57.866588249710844 Tree: 915 site 1 at 4181 ALMA ST, on ALMA ST 14 from pl -1 915 4181 1 fraxinus velutina http://en.wikipedia.org/wiki/Fraxinus_velutina http://www.calflora.org/cgi-bin/species_query.cgi?where-calrecnum=3616 10 10 37.4114000790744 -122.112849933477 0.0 8.54051360567341E-4 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 Ponce Drive from Hemlock Court to End 1965 300 residential dead end local residential 627 24 15048 asphalt concrete 0 0 0 0.12 37.4095511803136 -122.109091974615 0.0 37.4095449842435 -122.109084033524 0.0 -0.7802542619007534 -57.866588249710844 Tree: 914 site 9 at 4161 ALMA ST, on ALMA ST 387 from pl -1 914 4161 9 fraxinus velutina http://en.wikipedia.org/wiki/Fraxinus_velutina http://www.calflora.org/cgi-bin/species_query.cgi?where-calrecnum=3616 10 10 37.4104229452077 -122.11132774908 0.0 6.880471545947723E-4 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 Ponce Drive from Hemlock Court to End 1965 300 residential dead end local residential 627 24 15048 asphalt concrete 0 0 0 0.12 37.4095511803136 -122.109091974615 0.0 37.4095449842435 -122.109084033524 0.0 -0.7802542619007534 -57.866588249710844 Tree: 913 site 8 at 4161 ALMA ST, on ALMA ST 340 from pl -1 913 4161 8 fraxinus velutina http://en.wikipedia.org/wiki/Fraxinus_velutina http://www.calflora.org/cgi-bin/species_query.cgi?where-calrecnum=3616 10 10 37.410500322135 -122.111444321069 0.0 6.987527999241947E-4 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 Ponce Drive from Hemlock Court to End 1965 300 residential dead end local residential 627 24 15048 asphalt concrete 0 0 0 0.12 37.4095511803136 -122.109091974615 0.0 37.4095449842435 -122.109084033524 0.0 -0.7802542619007534 -57.866588249710844 Tree: 907 site 2 at 4161 ALMA ST, on ALMA ST 70 from pl -1 907 4161 2 fraxinus velutina http://en.wikipedia.org/wiki/Fraxinus_velutina http://www.calflora.org/cgi-bin/species_query.cgi?where-calrecnum=3616 10 10 37.4109664692294 -122.112175105575 0.0 7.807868461018824E-4 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 Ponce Drive from Hemlock Court to End 1965 300 residential dead end local residential 627 24 15048 asphalt concrete 0 0 0 0.12 37.4095511803136 -122.109091974615 0.0 37.4095449842435 -122.109084033524 0.0 -0.7802542619007534 -57.866588249710844 Tree: 908 site 3 at 4161 ALMA ST, on ALMA ST 113 from pl -1 908 4161 3 fraxinus velutina http://en.wikipedia.org/wiki/Fraxinus_velutina http://www.calflora.org/cgi-bin/species_query.cgi?where-calrecnum=3616 10 10 37.4109020091126 -122.112065884642 0.0 7.644195710730551E-4 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 Ponce Drive from Hemlock Court to End 1965 300 residential dead end local residential 627 24 15048 asphalt concrete 0 0 0 0.12 37.4095511803136 -122.109091974615 0.0 37.4095449842435 -122.109084033524 0.0 -0.7802542619007534 -57.866588249710844 Tree: 927 site 1 at 4245 ALMA ST, on ALMA ST 73 from pl -1 927 4245 1 juglans nigra http://en.wikipedia.org/wiki/Juglans_nigra NULL 30 40 37.4094069392663 -122.109604220859 0.0 4.2883194286873075E-4 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 Ponce Drive from Hemlock Court to End 1965 300 residential dead end local residential 627 24 15048 asphalt concrete 0 0 0 0.12 37.4095579048965 -122.109099208506 0.0 37.4095511803136 -122.109091974615 0.0 -0.9295941707507855 -76.10234891496003 Tree: 926 site 3 at 4243 ALMA ST, on ALMA ST 98 from pl -1 926 4243 3 fraxinus velutina http://en.wikipedia.org/wiki/Fraxinus_velutina http://www.calflora.org/cgi-bin/species_query.cgi?where-calrecnum=3616 10 10 37.4096451293862 -122.110052971379 0.0 5.854875937083173E-4 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 Ponce Drive from Hemlock Court to End 1965 300 residential dead end local residential 627 24 15048 asphalt concrete 0 0 0 0.12 37.4095579048965 -122.109099208506 0.0 37.4095511803136 -122.109091974615 0.0 -0.9295941707507855 -76.10234891496003 Tree: 925 site 2 at 4243 ALMA ST, on ALMA ST 58 from pl -1 925 4243 2 fraxinus velutina http://en.wikipedia.org/wiki/Fraxinus_velutina http://www.calflora.org/cgi-bin/species_query.cgi?where-calrecnum=3616 10 10 37.4097134909807 -122.110160779208 0.0 6.088195133592468E-4 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 Ponce Drive from Hemlock Court to End 1965 300 residential dead end local residential 627 24 15048 asphalt concrete 0 0 0 0.12 37.4095579048965 -122.109099208506 0.0 37.4095511803136 -122.109091974615 0.0 -0.9295941707507855 -76.10234891496003 Tree: 924 site 1 at 4243 ALMA ST, on ALMA ST 15 from pl -1 924 4243 1 fraxinus velutina http://en.wikipedia.org/wiki/Fraxinus_velutina http://www.calflora.org/cgi-bin/species_query.cgi?where-calrecnum=3616 10 10 37.4097869795839 -122.110276672845 0.0 6.339015585699867E-4 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 Ponce Drive from Hemlock Court to End 1965 300 residential dead end local residential 627 24 15048 asphalt concrete 0 0 0 0.12 37.4095579048965 -122.109099208506 0.0 37.4095511803136 -122.109091974615 0.0 -0.9295941707507855 -76.10234891496003 Tree: 923 site 1 at 4221 ALMA ST, on ALMA ST 34 from pl -1 923 4221 1 fraxinus velutina http://en.wikipedia.org/wiki/Fraxinus_velutina http://www.calflora.org/cgi-bin/species_query.cgi?where-calrecnum=3616 10 10 37.4101200636757 -122.110828865829 0.0 7.659065343768343E-4 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 Ponce Drive from Hemlock Court to End 1965 300 residential dead end local residential 627 24 15048 asphalt concrete 0 0 0 0.12 37.4095579048965 -122.109099208506 0.0 37.4095511803136 -122.109091974615 0.0 -0.9295941707507855 -76.10234891496003 Tree: 910 site 5 at 4161 ALMA ST, on ALMA ST 197 from pl -1 910 4161 5 fraxinus velutina http://en.wikipedia.org/wiki/Fraxinus_velutina http://www.calflora.org/cgi-bin/species_query.cgi?where-calrecnum=3616 10 10 37.4107462580174 -122.111831193507 0.0 9.897074045366406E-4 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 Ponce Drive from Hemlock Court to End 1965 300 residential dead end local residential 627 24 15048 asphalt concrete 0 0 0 0.12 37.4095579048965 -122.109099208506 0.0 37.4095511803136 -122.109091974615 0.0 -0.9295941707507855 -76.10234891496003 Tree: 911 site 6 at 4161 ALMA ST, on ALMA ST 244 from pl -1 911 4161 6 fraxinus velutina http://en.wikipedia.org/wiki/Fraxinus_velutina http://www.calflora.org/cgi-bin/species_query.cgi?where-calrecnum=3616 10 10 37.4106643575087 -122.111701303598 0.0 9.612569989056243E-4 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 Ponce Drive from Hemlock Court to End 1965 300 residential dead end local residential 627 24 15048 asphalt concrete 0 0 0 0.12 37.4095579048965 -122.109099208506 0.0 37.4095511803136 -122.109091974615 0.0 -0.9295941707507855 -76.10234891496003 Tree: 912 site 7 at 4161 ALMA ST, on ALMA ST 293 from pl -1 912 4161 7 fraxinus velutina http://en.wikipedia.org/wiki/Fraxinus_velutina http://www.calflora.org/cgi-bin/species_query.cgi?where-calrecnum=3616 10 10 37.4105824568557 -122.111571413974 0.0 9.32806893013187E-4 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 Ponce Drive from Hemlock Court to End 1965 300 residential dead end local residential 627 24 15048 asphalt concrete 0 0 0 0.12 37.4095579048965 -122.109099208506 0.0 37.4095511803136 -122.109091974615 0.0 -0.9295941707507855 -76.10234891496003 Tree: 914 site 9 at 4161 ALMA ST, on ALMA ST 387 from pl -1 914 4161 9 fraxinus velutina http://en.wikipedia.org/wiki/Fraxinus_velutina http://www.calflora.org/cgi-bin/species_query.cgi?where-calrecnum=3616 10 10 37.4104229452077 -122.11132774908 0.0 8.837363605987862E-4 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 Ponce Drive from Hemlock Court to End 1965 300 residential dead end local residential 627 24 15048 asphalt concrete 0 0 0 0.12 37.4095579048965 -122.109099208506 0.0 37.4095511803136 -122.109091974615 0.0 -0.9295941707507855 -76.10234891496003 Tree: 913 site 8 at 4161 ALMA ST, on ALMA ST 340 from pl -1 913 4161 8 fraxinus velutina http://en.wikipedia.org/wiki/Fraxinus_velutina http://www.calflora.org/cgi-bin/species_query.cgi?where-calrecnum=3616 10 10 37.410500322135 -122.111444321069 0.0 9.064323781305372E-4 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 Ponce Drive from Hemlock Court to End 1965 300 residential dead end local residential 627 24 15048 asphalt concrete 0 0 0 0.12 37.4095579048965 -122.109099208506 0.0 37.4095511803136 -122.109091974615 0.0 -0.9295941707507855 -76.10234891496003 Tree: 927 site 1 at 4245 ALMA ST, on ALMA ST 73 from pl -1 927 4245 1 juglans nigra http://en.wikipedia.org/wiki/Juglans_nigra NULL 30 40 37.4094069392663 -122.109604220859 0.0 4.5440952426661094E-4 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 Ponce Drive from Hemlock Court to End 1965 300 residential dead end local residential 627 24 15048 asphalt concrete 0 0 0 0.12 37.4095651068142 -122.109105680144 0.0 37.4095579048965 -122.109099208506 0.0 -1.1128431000351757 -98.47871060080013 Tree: 926 site 3 at 4243 ALMA ST, on ALMA ST 98 from pl -1 926 4243 3 fraxinus velutina http://en.wikipedia.org/wiki/Fraxinus_velutina http://www.calflora.org/cgi-bin/species_query.cgi?where-calrecnum=3616 10 10 37.4096451293862 -122.110052971379 0.0 6.511203736498333E-4 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 Ponce Drive from Hemlock Court to End 1965 300 residential dead end local residential 627 24 15048 asphalt concrete 0 0 0 0.12 37.4095651068142 -122.109105680144 0.0 37.4095579048965 -122.109099208506 0.0 -1.1128431000351757 -98.47871060080013 Tree: 925 site 2 at 4243 ALMA ST, on ALMA ST 58 from pl -1 925 4243 2 fraxinus velutina http://en.wikipedia.org/wiki/Fraxinus_velutina http://www.calflora.org/cgi-bin/species_query.cgi?where-calrecnum=3616 10 10 37.4097134909807 -122.110160779208 0.0 6.856169973696092E-4 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 Ponce Drive from Hemlock Court to End 1965 300 residential dead end local residential 627 24 15048 asphalt concrete 0 0 0 0.12 37.4095651068142 -122.109105680144 0.0 37.4095579048965 -122.109099208506 0.0 -1.1128431000351757 -98.47871060080013 Tree: 924 site 1 at 4243 ALMA ST, on ALMA ST 15 from pl -1 924 4243 1 fraxinus velutina http://en.wikipedia.org/wiki/Fraxinus_velutina http://www.calflora.org/cgi-bin/species_query.cgi?where-calrecnum=3616 10 10 37.4097869795839 -122.110276672845 0.0 7.227011062434533E-4 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 Ponce Drive from Hemlock Court to End 1965 300 residential dead end local residential 627 24 15048 asphalt concrete 0 0 0 0.12 37.4095651068142 -122.109105680144 0.0 37.4095579048965 -122.109099208506 0.0 -1.1128431000351757 -98.47871060080013 Tree: 923 site 1 at 4221 ALMA ST, on ALMA ST 34 from pl -1 923 4221 1 fraxinus velutina http://en.wikipedia.org/wiki/Fraxinus_velutina http://www.calflora.org/cgi-bin/species_query.cgi?where-calrecnum=3616 10 10 37.4101200636757 -122.110828865829 0.0 9.107991530031606E-4 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 Ponce Drive from Hemlock Court to End 1965 300 residential dead end local residential 627 24 15048 asphalt concrete 0 0 0 0.12 37.4095651068142 -122.109105680144 0.0 37.4095579048965 -122.109099208506 0.0 -1.1128431000351757 -98.47871060080013 Tree: 927 site 1 at 4245 ALMA ST, on ALMA ST 73 from pl -1 927 4245 1 juglans nigra http://en.wikipedia.org/wiki/Juglans_nigra NULL 30 40 37.4094069392663 -122.109604220859 0.0 4.765379930531223E-4 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 Ponce Drive from Hemlock Court to End 1965 300 residential dead end local residential 627 24 15048 asphalt concrete 0 0 0 0.12 37.409572731256 -122.109111340273 0.0 37.4095651068142 -122.109105680144 0.0 -1.3470438204314141 -127.07675111803027 Tree: 926 site 3 at 4243 ALMA ST, on ALMA ST 98 from pl -1 926 4243 3 fraxinus velutina http://en.wikipedia.org/wiki/Fraxinus_velutina http://www.calflora.org/cgi-bin/species_query.cgi?where-calrecnum=3616 10 10 37.4096451293862 -122.110052971379 0.0 7.129118154785409E-4 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 Ponce Drive from Hemlock Court to End 1965 300 residential dead end local residential 627 24 15048 asphalt concrete 0 0 0 0.12 37.409572731256 -122.109111340273 0.0 37.4095651068142 -122.109105680144 0.0 -1.3470438204314141 -127.07675111803027 Tree: 925 site 2 at 4243 ALMA ST, on ALMA ST 58 from pl -1 925 4243 2 fraxinus velutina http://en.wikipedia.org/wiki/Fraxinus_velutina http://www.calflora.org/cgi-bin/species_query.cgi?where-calrecnum=3616 10 10 37.4097134909807 -122.110160779208 0.0 7.587259221011119E-4 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 Ponce Drive from Hemlock Court to End 1965 300 residential dead end local residential 627 24 15048 asphalt concrete 0 0 0 0.12 37.409572731256 -122.109111340273 0.0 37.4095651068142 -122.109105680144 0.0 -1.3470438204314141 -127.07675111803027 Tree: 924 site 1 at 4243 ALMA ST, on ALMA ST 15 from pl -1 924 4243 1 fraxinus velutina http://en.wikipedia.org/wiki/Fraxinus_velutina http://www.calflora.org/cgi-bin/species_query.cgi?where-calrecnum=3616 10 10 37.4097869795839 -122.110276672845 0.0 8.079763301160284E-4 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 Ponce Drive from Hemlock Court to End 1965 300 residential dead end local residential 627 24 15048 asphalt concrete 0 0 0 0.12 37.409572731256 -122.109111340273 0.0 37.4095651068142 -122.109105680144 0.0 -1.3470438204314141 -127.07675111803027 Tree: 927 site 1 at 4245 ALMA ST, on ALMA ST 73 from pl -1 927 4245 1 juglans nigra http://en.wikipedia.org/wiki/Juglans_nigra NULL 30 40 37.4094069392663 -122.109604220859 0.0 4.945734528024687E-4 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 Ponce Drive from Hemlock Court to End 1965 300 residential dead end local residential 627 24 15048 asphalt concrete 0 0 0 0.12 37.4095807201954 -122.109116145819 0.0 37.409572731256 -122.109111340273 0.0 -1.6624415631693563 -165.58968920248842 Tree: 926 site 3 at 4243 ALMA ST, on ALMA ST 98 from pl -1 926 4243 3 fraxinus velutina http://en.wikipedia.org/wiki/Fraxinus_velutina http://www.calflora.org/cgi-bin/species_query.cgi?where-calrecnum=3616 10 10 37.4096451293862 -122.110052971379 0.0 7.695805942186588E-4 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 Ponce Drive from Hemlock Court to End 1965 300 residential dead end local residential 627 24 15048 asphalt concrete 0 0 0 0.12 37.4095807201954 -122.109116145819 0.0 37.409572731256 -122.109111340273 0.0 -1.6624415631693563 -165.58968920248842 Tree: 925 site 2 at 4243 ALMA ST, on ALMA ST 58 from pl -1 925 4243 2 fraxinus velutina http://en.wikipedia.org/wiki/Fraxinus_velutina http://www.calflora.org/cgi-bin/species_query.cgi?where-calrecnum=3616 10 10 37.4097134909807 -122.110160779208 0.0 8.267254253924338E-4 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 Ponce Drive from Hemlock Court to End 1965 300 residential dead end local residential 627 24 15048 asphalt concrete 0 0 0 0.12 37.4095807201954 -122.109116145819 0.0 37.409572731256 -122.109111340273 0.0 -1.6624415631693563 -165.58968920248842 Tree: 924 site 1 at 4243 ALMA ST, on ALMA ST 15 from pl -1 924 4243 1 fraxinus velutina http://en.wikipedia.org/wiki/Fraxinus_velutina http://www.calflora.org/cgi-bin/species_query.cgi?where-calrecnum=3616 10 10 37.4097869795839 -122.110276672845 0.0 8.881563652633247E-4 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 Ponce Drive from Hemlock Court to End 1965 300 residential dead end local residential 627 24 15048 asphalt concrete 0 0 0 0.12 37.4095807201954 -122.109116145819 0.0 37.409572731256 -122.109111340273 0.0 -1.6624415631693563 -165.58968920248842 Tree: 927 site 1 at 4245 ALMA ST, on ALMA ST 73 from pl -1 927 4245 1 juglans nigra http://en.wikipedia.org/wiki/Juglans_nigra NULL 30 40 37.4094069392663 -122.109604220859 0.0 5.078157265449308E-4 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 Ponce Drive from Hemlock Court to End 1965 300 residential dead end local residential 627 24 15048 asphalt concrete 0 0 0 0.12 37.4095890128317 -122.109120060206 0.0 37.4095807201954 -122.109116145819 0.0 -2.1185019045364073 -221.2788143959795 Tree: 926 site 3 at 4243 ALMA ST, on ALMA ST 98 from pl -1 926 4243 3 fraxinus velutina http://en.wikipedia.org/wiki/Fraxinus_velutina http://www.calflora.org/cgi-bin/species_query.cgi?where-calrecnum=3616 10 10 37.4096451293862 -122.110052971379 0.0 8.196915106376767E-4 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 Ponce Drive from Hemlock Court to End 1965 300 residential dead end local residential 627 24 15048 asphalt concrete 0 0 0 0.12 37.4095890128317 -122.109120060206 0.0 37.4095807201954 -122.109116145819 0.0 -2.1185019045364073 -221.2788143959795 Tree: 925 site 2 at 4243 ALMA ST, on ALMA ST 58 from pl -1 925 4243 2 fraxinus velutina http://en.wikipedia.org/wiki/Fraxinus_velutina http://www.calflora.org/cgi-bin/species_query.cgi?where-calrecnum=3616 10 10 37.4097134909807 -122.110160779208 0.0 8.880025662712411E-4 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 Ponce Drive from Hemlock Court to End 1965 300 residential dead end local residential 627 24 15048 asphalt concrete 0 0 0 0.12 37.4095890128317 -122.109120060206 0.0 37.4095807201954 -122.109116145819 0.0 -2.1185019045364073 -221.2788143959795 Tree: 924 site 1 at 4243 ALMA ST, on ALMA ST 15 from pl -1 924 4243 1 fraxinus velutina http://en.wikipedia.org/wiki/Fraxinus_velutina http://www.calflora.org/cgi-bin/species_query.cgi?where-calrecnum=3616 10 10 37.4097869795839 -122.110276672845 0.0 9.614371980961895E-4 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 Ponce Drive from Hemlock Court to End 1965 300 residential dead end local residential 627 24 15048 asphalt concrete 0 0 0 0.12 37.4095890128317 -122.109120060206 0.0 37.4095807201954 -122.109116145819 0.0 -2.1185019045364073 -221.2788143959795 Tree: 927 site 1 at 4245 ALMA ST, on ALMA ST 73 from pl -1 927 4245 1 juglans nigra http://en.wikipedia.org/wiki/Juglans_nigra NULL 30 40 37.4094069392663 -122.109604220859 0.0 5.155547293462149E-4 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 Ponce Drive from Hemlock Court to End 1965 300 residential dead end local residential 627 24 15048 asphalt concrete 0 0 0 0.12 37.4095975460532 -122.109123053645 0.0 37.4095890128317 -122.109120060206 0.0 -2.8506415077145317 -310.6797371012887 Tree: 926 site 3 at 4243 ALMA ST, on ALMA ST 98 from pl -1 926 4243 3 fraxinus velutina http://en.wikipedia.org/wiki/Fraxinus_velutina http://www.calflora.org/cgi-bin/species_query.cgi?where-calrecnum=3616 10 10 37.4096451293862 -122.110052971379 0.0 8.617409014673078E-4 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 Ponce Drive from Hemlock Court to End 1965 300 residential dead end local residential 627 24 15048 asphalt concrete 0 0 0 0.12 37.4095975460532 -122.109123053645 0.0 37.4095890128317 -122.109120060206 0.0 -2.8506415077145317 -310.6797371012887 Tree: 925 site 2 at 4243 ALMA ST, on ALMA ST 58 from pl -1 925 4243 2 fraxinus velutina http://en.wikipedia.org/wiki/Fraxinus_velutina http://www.calflora.org/cgi-bin/species_query.cgi?where-calrecnum=3616 10 10 37.4097134909807 -122.110160779208 0.0 9.408417275842099E-4 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 Ponce Drive from Hemlock Court to End 1965 300 residential dead end local residential 627 24 15048 asphalt concrete 0 0 0 0.12 37.4095975460532 -122.109123053645 0.0 37.4095890128317 -122.109120060206 0.0 -2.8506415077145317 -310.6797371012887 Tree: 927 site 1 at 4245 ALMA ST, on ALMA ST 73 from pl -1 927 4245 1 juglans nigra http://en.wikipedia.org/wiki/Juglans_nigra NULL 30 40 37.4094069392663 -122.109604220859 0.0 5.171354937112817E-4 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 Ponce Drive from Hemlock Court to End 1965 300 residential dead end local residential 627 24 15048 asphalt concrete 0 0 0 0.12 37.4096062549169 -122.109125103353 0.0 37.4095975460532 -122.109123053645 0.0 -4.24883142226612 -481.41148142963397 Tree: 926 site 3 at 4243 ALMA ST, on ALMA ST 98 from pl -1 926 4243 3 fraxinus velutina http://en.wikipedia.org/wiki/Fraxinus_velutina http://www.calflora.org/cgi-bin/species_query.cgi?where-calrecnum=3616 10 10 37.4096451293862 -122.110052971379 0.0 8.94283530603635E-4 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 Ponce Drive from Hemlock Court to End 1965 300 residential dead end local residential 627 24 15048 asphalt concrete 0 0 0 0.12 37.4096062549169 -122.109125103353 0.0 37.4095975460532 -122.109123053645 0.0 -4.24883142226612 -481.41148142963397 Tree: 925 site 2 at 4243 ALMA ST, on ALMA ST 58 from pl -1 925 4243 2 fraxinus velutina http://en.wikipedia.org/wiki/Fraxinus_velutina http://www.calflora.org/cgi-bin/species_query.cgi?where-calrecnum=3616 10 10 37.4097134909807 -122.110160779208 0.0 9.835624335265195E-4 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 Ponce Drive from Hemlock Court to End 1965 300 residential dead end local residential 627 24 15048 asphalt concrete 0 0 0 0.12 37.4096062549169 -122.109125103353 0.0 37.4095975460532 -122.109123053645 0.0 -4.24883142226612 -481.41148142963397 Tree: 927 site 1 at 4245 ALMA ST, on ALMA ST 73 from pl -1 927 4245 1 juglans nigra http://en.wikipedia.org/wiki/Juglans_nigra NULL 30 40 37.4094069392663 -122.109604220859 0.0 5.120374967789635E-4 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 Ponce Drive from Hemlock Court to End 1965 300 residential dead end local residential 627 24 15048 asphalt concrete 0 0 0 0.12 37.4096150731431 -122.109126193729 0.0 37.4096062549169 -122.109125103353 0.0 -8.087326001496969 -950.1266962134761 Tree: 926 site 3 at 4243 ALMA ST, on ALMA ST 98 from pl -1 926 4243 3 fraxinus velutina http://en.wikipedia.org/wiki/Fraxinus_velutina http://www.calflora.org/cgi-bin/species_query.cgi?where-calrecnum=3616 10 10 37.4096451293862 -122.110052971379 0.0 9.160845673360747E-4 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 Ponce Drive from Hemlock Court to End 1965 300 residential dead end local residential 627 24 15048 asphalt concrete 0 0 0 0.12 37.4096150731431 -122.109126193729 0.0 37.4096062549169 -122.109125103353 0.0 -8.087326001496969 -950.1266962134761 Tree: 927 site 1 at 4245 ALMA ST, on ALMA ST 73 from pl -1 927 4245 1 juglans nigra http://en.wikipedia.org/wiki/Juglans_nigra NULL 30 40 37.4094069392663 -122.109604220859 0.0 4.99955431065608E-4 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 Ponce Drive from Hemlock Court to End 1965 300 residential dead end local residential 627 24 15048 asphalt concrete 0 0 0 0.12 37.4096239336199 -122.109126316477 0.0 37.4096150731431 -122.109126193729 0.0 -72.18428322236338 -8776.950134130302 Tree: 926 site 3 at 4243 ALMA ST, on ALMA ST 98 from pl -1 926 4243 3 fraxinus velutina http://en.wikipedia.org/wiki/Fraxinus_velutina http://www.calflora.org/cgi-bin/species_query.cgi?where-calrecnum=3616 10 10 37.4096451293862 -122.110052971379 0.0 9.262723882025566E-4 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 Ponce Drive from Hemlock Court to End 1965 300 residential dead end local residential 627 24 15048 asphalt concrete 0 0 0 0.12 37.4096239336199 -122.109126316477 0.0 37.4096150731431 -122.109126193729 0.0 -72.18428322236338 -8776.950134130302 Tree: 927 site 1 at 4245 ALMA ST, on ALMA ST 73 from pl -1 927 4245 1 juglans nigra http://en.wikipedia.org/wiki/Juglans_nigra NULL 30 40 37.4094069392663 -122.109604220859 0.0 4.808643573806139E-4 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 Ponce Drive from Hemlock Court to End 1965 300 residential dead end local residential 627 24 15048 asphalt concrete 0 0 0 0.12 37.4096327689137 -122.109125470659 0.0 37.4096239336199 -122.109126316477 0.0 10.445856821781614 1312.944074068384 Tree: 926 site 3 at 4243 ALMA ST, on ALMA ST 98 from pl -1 926 4243 3 fraxinus velutina http://en.wikipedia.org/wiki/Fraxinus_velutina http://www.calflora.org/cgi-bin/species_query.cgi?where-calrecnum=3616 10 10 37.4096451293862 -122.110052971379 0.0 9.244575451419521E-4 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 Ponce Drive from Hemlock Court to End 1965 300 residential dead end local residential 627 24 15048 asphalt concrete 0 0 0 0.12 37.4096327689137 -122.109125470659 0.0 37.4096239336199 -122.109126316477 0.0 10.445856821781614 1312.944074068384 Tree: 927 site 1 at 4245 ALMA ST, on ALMA ST 73 from pl -1 927 4245 1 juglans nigra http://en.wikipedia.org/wiki/Juglans_nigra NULL 30 40 37.4094069392663 -122.109604220859 0.0 4.550507206575696E-4 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 Ponce Drive from Hemlock Court to End 1965 300 residential dead end local residential 627 24 15048 asphalt concrete 0 0 0 0.12 37.4096415117826 -122.109123662715 0.0 37.4096327689137 -122.109125470659 0.0 4.83580739035758 627.9058441500275 Tree: 926 site 3 at 4243 ALMA ST, on ALMA ST 98 from pl -1 926 4243 3 fraxinus velutina http://en.wikipedia.org/wiki/Fraxinus_velutina http://www.calflora.org/cgi-bin/species_query.cgi?where-calrecnum=3616 10 10 37.4096451293862 -122.110052971379 0.0 9.107868868323656E-4 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 Ponce Drive from Hemlock Court to End 1965 300 residential dead end local residential 627 24 15048 asphalt concrete 0 0 0 0.12 37.4096415117826 -122.109123662715 0.0 37.4096327689137 -122.109125470659 0.0 4.83580739035758 627.9058441500275 Tree: 927 site 1 at 4245 ALMA ST, on ALMA ST 73 from pl -1 927 4245 1 juglans nigra http://en.wikipedia.org/wiki/Juglans_nigra NULL 30 40 37.4094069392663 -122.109604220859 0.0 4.2309906145146536E-4 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 Ponce Drive from Hemlock Court to End 1965 300 residential dead end local residential 627 24 15048 asphalt concrete 0 0 0 0.12 37.4096500956879 -122.109120906402 0.0 37.4096415117826 -122.109123662715 0.0 3.1142708649955324 417.6905276847125 Tree: 926 site 3 at 4243 ALMA ST, on ALMA ST 98 from pl -1 926 4243 3 fraxinus velutina http://en.wikipedia.org/wiki/Fraxinus_velutina http://www.calflora.org/cgi-bin/species_query.cgi?where-calrecnum=3616 10 10 37.4096451293862 -122.110052971379 0.0 8.859184188187357E-4 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 Ponce Drive from Hemlock Court to End 1965 300 residential dead end local residential 627 24 15048 asphalt concrete 0 0 0 0.12 37.4096500956879 -122.109120906402 0.0 37.4096415117826 -122.109123662715 0.0 3.1142708649955324 417.6905276847125 Tree: 927 site 1 at 4245 ALMA ST, on ALMA ST 73 from pl -1 927 4245 1 juglans nigra http://en.wikipedia.org/wiki/Juglans_nigra NULL 30 40 37.4094069392663 -122.109604220859 0.0 3.858332055325905E-4 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 Ponce Drive from Hemlock Court to End 1965 300 residential dead end local residential 627 24 15048 asphalt concrete 0 0 0 0.12 37.4096584553009 -122.109117222698 0.0 37.4096500956879 -122.109120906402 0.0 2.2693498205199196 314.5179617084765 Tree: 926 site 3 at 4243 ALMA ST, on ALMA ST 98 from pl -1 926 4243 3 fraxinus velutina http://en.wikipedia.org/wiki/Fraxinus_velutina http://www.calflora.org/cgi-bin/species_query.cgi?where-calrecnum=3616 10 10 37.4096451293862 -122.110052971379 0.0 8.509244466019935E-4 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 Ponce Drive from Hemlock Court to End 1965 300 residential dead end local residential 627 24 15048 asphalt concrete 0 0 0 0.12 37.4096584553009 -122.109117222698 0.0 37.4096500956879 -122.109120906402 0.0 2.2693498205199196 314.5179617084765 Tree: 925 site 2 at 4243 ALMA ST, on ALMA ST 58 from pl -1 925 4243 2 fraxinus velutina http://en.wikipedia.org/wiki/Fraxinus_velutina http://www.calflora.org/cgi-bin/species_query.cgi?where-calrecnum=3616 10 10 37.4097134909807 -122.110160779208 0.0 9.77144913936613E-4 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 Ponce Drive from Hemlock Court to End 1965 300 residential dead end local residential 627 24 15048 asphalt concrete 0 0 0 0.12 37.4096584553009 -122.109117222698 0.0 37.4096500956879 -122.109120906402 0.0 2.2693498205199196 314.5179617084765 Tree: 927 site 1 at 4245 ALMA ST, on ALMA ST 73 from pl -1 927 4245 1 juglans nigra http://en.wikipedia.org/wiki/Juglans_nigra NULL 30 40 37.4094069392663 -122.109604220859 0.0 3.442276137535099E-4 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 Ponce Drive from Hemlock Court to End 1965 300 residential dead end local residential 627 24 15048 asphalt concrete 0 0 0 0.12 37.4096665269998 -122.109112639638 0.0 37.4096584553009 -122.109117222698 0.0 1.7612029719540656 252.46859861060398 Tree: 926 site 3 at 4243 ALMA ST, on ALMA ST 98 from pl -1 926 4243 3 fraxinus velutina http://en.wikipedia.org/wiki/Fraxinus_velutina http://www.calflora.org/cgi-bin/species_query.cgi?where-calrecnum=3616 10 10 37.4096451293862 -122.110052971379 0.0 8.071487071408806E-4 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 Ponce Drive from Hemlock Court to End 1965 300 residential dead end local residential 627 24 15048 asphalt concrete 0 0 0 0.12 37.4096665269998 -122.109112639638 0.0 37.4096584553009 -122.109117222698 0.0 1.7612029719540656 252.46859861060398 Tree: 925 site 2 at 4243 ALMA ST, on ALMA ST 58 from pl -1 925 4243 2 fraxinus velutina http://en.wikipedia.org/wiki/Fraxinus_velutina http://www.calflora.org/cgi-bin/species_query.cgi?where-calrecnum=3616 10 10 37.4097134909807 -122.110160779208 0.0 9.346523831062914E-4 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 Ponce Drive from Hemlock Court to End 1965 300 residential dead end local residential 627 24 15048 asphalt concrete 0 0 0 0.12 37.4096665269998 -122.109112639638 0.0 37.4096584553009 -122.109117222698 0.0 1.7612029719540656 252.46859861060398 Tree: 927 site 1 at 4245 ALMA ST, on ALMA ST 73 from pl -1 927 4245 1 juglans nigra http://en.wikipedia.org/wiki/Juglans_nigra NULL 30 40 37.4094069392663 -122.109604220859 0.0 2.9930720529090945E-4 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 Ponce Drive from Hemlock Court to End 1965 300 residential dead end local residential 627 24 15048 asphalt concrete 0 0 0 0.12 37.409674249354 -122.109107192101 0.0 37.4096665269998 -122.109112639638 0.0 1.4175863714167019 210.50988043073755 Tree: 926 site 3 at 4243 ALMA ST, on ALMA ST 98 from pl -1 926 4243 3 fraxinus velutina http://en.wikipedia.org/wiki/Fraxinus_velutina http://www.calflora.org/cgi-bin/species_query.cgi?where-calrecnum=3616 10 10 37.4096451293862 -122.110052971379 0.0 7.560522661900714E-4 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 Ponce Drive from Hemlock Court to End 1965 300 residential dead end local residential 627 24 15048 asphalt concrete 0 0 0 0.12 37.409674249354 -122.109107192101 0.0 37.4096665269998 -122.109112639638 0.0 1.4175863714167019 210.50988043073755 Tree: 925 site 2 at 4243 ALMA ST, on ALMA ST 58 from pl -1 925 4243 2 fraxinus velutina http://en.wikipedia.org/wiki/Fraxinus_velutina http://www.calflora.org/cgi-bin/species_query.cgi?where-calrecnum=3616 10 10 37.4097134909807 -122.110160779208 0.0 8.835527075690353E-4 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 Ponce Drive from Hemlock Court to End 1965 300 residential dead end local residential 627 24 15048 asphalt concrete 0 0 0 0.12 37.409674249354 -122.109107192101 0.0 37.4096665269998 -122.109112639638 0.0 1.4175863714167019 210.50988043073755 Tree: 927 site 1 at 4245 ALMA ST, on ALMA ST 73 from pl -1 927 4245 1 juglans nigra http://en.wikipedia.org/wiki/Juglans_nigra NULL 30 40 37.4094069392663 -122.109604220859 0.0 2.520576706444671E-4 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 Ponce Drive from Hemlock Court to End 1965 300 residential dead end local residential 627 24 15048 asphalt concrete 0 0 0 0.12 37.4096815635917 -122.109100921547 0.0 37.409674249354 -122.109107192101 0.0 1.166442022044455 179.8428681525514 Tree: 926 site 3 at 4243 ALMA ST, on ALMA ST 98 from pl -1 926 4243 3 fraxinus velutina http://en.wikipedia.org/wiki/Fraxinus_velutina http://www.calflora.org/cgi-bin/species_query.cgi?where-calrecnum=3616 10 10 37.4096451293862 -122.110052971379 0.0 6.990774625037715E-4 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 Ponce Drive from Hemlock Court to End 1965 300 residential dead end local residential 627 24 15048 asphalt concrete 0 0 0 0.12 37.4096815635917 -122.109100921547 0.0 37.409674249354 -122.109107192101 0.0 1.166442022044455 179.8428681525514 Tree: 925 site 2 at 4243 ALMA ST, on ALMA ST 58 from pl -1 925 4243 2 fraxinus velutina http://en.wikipedia.org/wiki/Fraxinus_velutina http://www.calflora.org/cgi-bin/species_query.cgi?where-calrecnum=3616 10 10 37.4097134909807 -122.110160779208 0.0 8.254186666871109E-4 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 Ponce Drive from Hemlock Court to End 1965 300 residential dead end local residential 627 24 15048 asphalt concrete 0 0 0 0.12 37.4096815635917 -122.109100921547 0.0 37.409674249354 -122.109107192101 0.0 1.166442022044455 179.8428681525514 Tree: 924 site 1 at 4243 ALMA ST, on ALMA ST 15 from pl -1 924 4243 1 fraxinus velutina http://en.wikipedia.org/wiki/Fraxinus_velutina http://www.calflora.org/cgi-bin/species_query.cgi?where-calrecnum=3616 10 10 37.4097869795839 -122.110276672845 0.0 9.61235556668254E-4 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 Ponce Drive from Hemlock Court to End 1965 300 residential dead end local residential 627 24 15048 asphalt concrete 0 0 0 0.12 37.4096815635917 -122.109100921547 0.0 37.409674249354 -122.109107192101 0.0 1.166442022044455 179.8428681525514 Tree: 927 site 1 at 4245 ALMA ST, on ALMA ST 73 from pl -1 927 4245 1 juglans nigra http://en.wikipedia.org/wiki/Juglans_nigra NULL 30 40 37.4094069392663 -122.109604220859 0.0 2.033591750603037E-4 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 Ponce Drive from Hemlock Court to End 1965 300 residential dead end local residential 627 24 15048 asphalt concrete 0 0 0 0.12 37.4098670764683 -122.108907399751 0.0 37.4096815635917 -122.109100921547 0.0 0.9586148973754554 154.4652848121096 Tree: 926 site 3 at 4243 ALMA ST, on ALMA ST 98 from pl -1 926 4243 3 fraxinus velutina http://en.wikipedia.org/wiki/Fraxinus_velutina http://www.calflora.org/cgi-bin/species_query.cgi?where-calrecnum=3616 10 10 37.4096451293862 -122.110052971379 0.0 6.325278817516193E-4 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 Ponce Drive from Hemlock Court to End 1965 300 residential dead end local residential 627 24 15048 asphalt concrete 0 0 0 0.12 37.4098670764683 -122.108907399751 0.0 37.4096815635917 -122.109100921547 0.0 0.9586148973754554 154.4652848121096 Tree: 925 site 2 at 4243 ALMA ST, on ALMA ST 58 from pl -1 925 4243 2 fraxinus velutina http://en.wikipedia.org/wiki/Fraxinus_velutina http://www.calflora.org/cgi-bin/species_query.cgi?where-calrecnum=3616 10 10 37.4097134909807 -122.110160779208 0.0 7.564814415808337E-4 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 Ponce Drive from Hemlock Court to End 1965 300 residential dead end local residential 627 24 15048 asphalt concrete 0 0 0 0.12 37.4098670764683 -122.108907399751 0.0 37.4096815635917 -122.109100921547 0.0 0.9586148973754554 154.4652848121096 Tree: 924 site 1 at 4243 ALMA ST, on ALMA ST 15 from pl -1 924 4243 1 fraxinus velutina http://en.wikipedia.org/wiki/Fraxinus_velutina http://www.calflora.org/cgi-bin/species_query.cgi?where-calrecnum=3616 10 10 37.4097869795839 -122.110276672845 0.0 8.897315911724482E-4 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 Ponce Drive from Hemlock Court to End 1965 300 residential dead end local residential 627 24 15048 asphalt concrete 0 0 0 0.12 37.4098670764683 -122.108907399751 0.0 37.4096815635917 -122.109100921547 0.0 0.9586148973754554 154.4652848121096 Tree: 927 site 1 at 4245 ALMA ST, on ALMA ST 73 from pl -1 927 4245 1 juglans nigra http://en.wikipedia.org/wiki/Juglans_nigra NULL 30 40 37.4094069392663 -122.109604220859 0.0 1.5004117757733983E-4 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 Ponce Drive from Hemlock Court to End 1965 300 residential dead end local residential 627 24 15048 asphalt concrete 0 0 0 0.12 37.409867460552 -122.108907047504 0.0 37.4098670764683 -122.108907399751 0.0 1.0903817453369744 170.55519064819978 Tree: 926 site 3 at 4243 ALMA ST, on ALMA ST 98 from pl -1 926 4243 3 fraxinus velutina http://en.wikipedia.org/wiki/Fraxinus_velutina http://www.calflora.org/cgi-bin/species_query.cgi?where-calrecnum=3616 10 10 37.4096451293862 -122.110052971379 0.0 6.942618924930515E-4 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 Ponce Drive from Hemlock Court to End 1965 300 residential dead end local residential 627 24 15048 asphalt concrete 0 0 0 0.12 37.409867460552 -122.108907047504 0.0 37.4098670764683 -122.108907399751 0.0 1.0903817453369744 170.55519064819978 Tree: 925 site 2 at 4243 ALMA ST, on ALMA ST 58 from pl -1 925 4243 2 fraxinus velutina http://en.wikipedia.org/wiki/Fraxinus_velutina http://www.calflora.org/cgi-bin/species_query.cgi?where-calrecnum=3616 10 10 37.4097134909807 -122.110160779208 0.0 8.199210809667344E-4 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 Ponce Drive from Hemlock Court to End 1965 300 residential dead end local residential 627 24 15048 asphalt concrete 0 0 0 0.12 37.409867460552 -122.108907047504 0.0 37.4098670764683 -122.108907399751 0.0 1.0903817453369744 170.55519064819978 Tree: 924 site 1 at 4243 ALMA ST, on ALMA ST 15 from pl -1 924 4243 1 fraxinus velutina http://en.wikipedia.org/wiki/Fraxinus_velutina http://www.calflora.org/cgi-bin/species_query.cgi?where-calrecnum=3616 10 10 37.4097869795839 -122.110276672845 0.0 9.550047963866805E-4 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 Ponce Drive from Hemlock Court to End 1965 300 residential dead end local residential 627 24 15048 asphalt concrete 0 0 0 0.12 37.409867460552 -122.108907047504 0.0 37.4098670764683 -122.108907399751 0.0 1.0903817453369744 170.55519064819978 Tree: 927 site 1 at 4245 ALMA ST, on ALMA ST 73 from pl -1 927 4245 1 juglans nigra http://en.wikipedia.org/wiki/Juglans_nigra NULL 30 40 37.4094069392663 -122.109604220859 0.0 2.025434171161214E-4 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 Ponce Drive from Hemlock Court to End 1965 300 residential dead end local residential 627 24 15048 asphalt concrete 0 0 0 0.12 37.4098780218691 -122.10889825285 0.0 37.409867460552 -122.108907047504 0.0 1.2008792032122584 184.04791446087833 Tree: 926 site 3 at 4243 ALMA ST, on ALMA ST 98 from pl -1 926 4243 3 fraxinus velutina http://en.wikipedia.org/wiki/Fraxinus_velutina http://www.calflora.org/cgi-bin/species_query.cgi?where-calrecnum=3616 10 10 37.4096451293862 -122.110052971379 0.0 7.383158554123161E-4 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 Ponce Drive from Hemlock Court to End 1965 300 residential dead end local residential 627 24 15048 asphalt concrete 0 0 0 0.12 37.4098780218691 -122.10889825285 0.0 37.409867460552 -122.108907047504 0.0 1.2008792032122584 184.04791446087833 Tree: 925 site 2 at 4243 ALMA ST, on ALMA ST 58 from pl -1 925 4243 2 fraxinus velutina http://en.wikipedia.org/wiki/Fraxinus_velutina http://www.calflora.org/cgi-bin/species_query.cgi?where-calrecnum=3616 10 10 37.4097134909807 -122.110160779208 0.0 8.64906084757835E-4 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 Ponce Drive from Hemlock Court to End 1965 300 residential dead end local residential 627 24 15048 asphalt concrete 0 0 0 0.12 37.4098780218691 -122.10889825285 0.0 37.409867460552 -122.108907047504 0.0 1.2008792032122584 184.04791446087833 Tree: 927 site 1 at 4245 ALMA ST, on ALMA ST 73 from pl -1 927 4245 1 juglans nigra http://en.wikipedia.org/wiki/Juglans_nigra NULL 30 40 37.4094069392663 -122.109604220859 0.0 2.4105302382641583E-4 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 Ponce Drive from Hemlock Court to End 1965 300 residential dead end local residential 627 24 15048 asphalt concrete 0 0 0 0.12 37.4098891544278 -122.108890645595 0.0 37.4098780218691 -122.10889825285 0.0 1.4634133736801724 216.10567277044123 Tree: 926 site 3 at 4243 ALMA ST, on ALMA ST 98 from pl -1 926 4243 3 fraxinus velutina http://en.wikipedia.org/wiki/Fraxinus_velutina http://www.calflora.org/cgi-bin/species_query.cgi?where-calrecnum=3616 10 10 37.4096451293862 -122.110052971379 0.0 8.219910998429801E-4 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 Ponce Drive from Hemlock Court to End 1965 300 residential dead end local residential 627 24 15048 asphalt concrete 0 0 0 0.12 37.4098891544278 -122.108890645595 0.0 37.4098780218691 -122.10889825285 0.0 1.4634133736801724 216.10567277044123 Tree: 925 site 2 at 4243 ALMA ST, on ALMA ST 58 from pl -1 925 4243 2 fraxinus velutina http://en.wikipedia.org/wiki/Fraxinus_velutina http://www.calflora.org/cgi-bin/species_query.cgi?where-calrecnum=3616 10 10 37.4097134909807 -122.110160779208 0.0 9.495710169178112E-4 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 Ponce Drive from Hemlock Court to End 1965 300 residential dead end local residential 627 24 15048 asphalt concrete 0 0 0 0.12 37.4098891544278 -122.108890645595 0.0 37.4098780218691 -122.10889825285 0.0 1.4634133736801724 216.10567277044123 Tree: 927 site 1 at 4245 ALMA ST, on ALMA ST 73 from pl -1 927 4245 1 juglans nigra http://en.wikipedia.org/wiki/Juglans_nigra NULL 30 40 37.4094069392663 -122.109604220859 0.0 3.1709805625289555E-4 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 Ponce Drive from Hemlock Court to End 1965 300 residential dead end local residential 627 24 15048 asphalt concrete 0 0 0 0.12 37.4099007735028 -122.108884283635 0.0 37.4098891544278 -122.108890645595 0.0 1.826335754193644 260.42172204539975 Tree: 926 site 3 at 4243 ALMA ST, on ALMA ST 98 from pl -1 926 4243 3 fraxinus velutina http://en.wikipedia.org/wiki/Fraxinus_velutina http://www.calflora.org/cgi-bin/species_query.cgi?where-calrecnum=3616 10 10 37.4096451293862 -122.110052971379 0.0 9.023071346816182E-4 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 Ponce Drive from Hemlock Court to End 1965 300 residential dead end local residential 627 24 15048 asphalt concrete 0 0 0 0.12 37.4099007735028 -122.108884283635 0.0 37.4098891544278 -122.108890645595 0.0 1.826335754193644 260.42172204539975 Tree: 927 site 1 at 4245 ALMA ST, on ALMA ST 73 from pl -1 927 4245 1 juglans nigra http://en.wikipedia.org/wiki/Juglans_nigra NULL 30 40 37.4094069392663 -122.109604220859 0.0 3.943031513781225E-4 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 Ponce Drive from Hemlock Court to End 1965 300 residential dead end local residential 627 24 15048 asphalt concrete 0 0 0 0.12 37.4099127906661 -122.108879215389 0.0 37.4099007735028 -122.108884283635 0.0 2.3710694534512333 326.93854629344116 Tree: 926 site 3 at 4243 ALMA ST, on ALMA ST 98 from pl -1 926 4243 3 fraxinus velutina http://en.wikipedia.org/wiki/Fraxinus_velutina http://www.calflora.org/cgi-bin/species_query.cgi?where-calrecnum=3616 10 10 37.4096451293862 -122.110052971379 0.0 9.77490841634525E-4 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 Ponce Drive from Hemlock Court to End 1965 300 residential dead end local residential 627 24 15048 asphalt concrete 0 0 0 0.12 37.4099127906661 -122.108879215389 0.0 37.4099007735028 -122.108884283635 0.0 2.3710694534512333 326.93854629344116 Tree: 927 site 1 at 4245 ALMA ST, on ALMA ST 73 from pl -1 927 4245 1 juglans nigra http://en.wikipedia.org/wiki/Juglans_nigra NULL 30 40 37.4094069392663 -122.109604220859 0.0 4.7144833318092086E-4 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 Ponce Drive from Hemlock Court to End 1965 300 residential dead end local residential 627 24 15048 asphalt concrete 0 0 0 0.12 37.4099251144601 -122.10887547943 0.0 37.4099127906661 -122.108879215389 0.0 3.2986962675780855 440.21001689661307 Tree: 927 site 1 at 4245 ALMA ST, on ALMA ST 73 from pl -1 927 4245 1 juglans nigra http://en.wikipedia.org/wiki/Juglans_nigra NULL 30 40 37.4094069392663 -122.109604220859 0.0 5.470711132101573E-4 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 Ponce Drive from Hemlock Court to End 1965 300 residential dead end local residential 627 24 15048 asphalt concrete 0 0 0 0.12 37.4099376510933 -122.108873104191 0.0 37.4099251144601 -122.10887547943 0.0 5.278051278792894 681.9068314906278 Tree: 927 site 1 at 4245 ALMA ST, on ALMA ST 73 from pl -1 927 4245 1 juglans nigra http://en.wikipedia.org/wiki/Juglans_nigra NULL 30 40 37.4094069392663 -122.109604220859 0.0 6.195442394935177E-4 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 Ponce Drive from Hemlock Court to End 1965 300 residential dead end local residential 627 24 15048 asphalt concrete 0 0 0 0.12 37.4099503051545 -122.108872107751 0.0 37.4099376510933 -122.108873104191 0.0 12.699270504995049 1588.1035482613295 Tree: 927 site 1 at 4245 ALMA ST, on ALMA ST 73 from pl -1 927 4245 1 juglans nigra http://en.wikipedia.org/wiki/Juglans_nigra NULL 30 40 37.4094069392663 -122.109604220859 0.0 6.871986623564033E-4 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 Ponce Drive from Hemlock Court to End 1965 300 residential dead end local residential 627 24 15048 asphalt concrete 0 0 0 0.12 37.4099629803387 -122.108872497693 0.0 37.4099503051545 -122.108872107751 0.0 -32.50530622951852 -3931.776330898404 Tree: 927 site 1 at 4245 ALMA ST, on ALMA ST 73 from pl -1 927 4245 1 juglans nigra http://en.wikipedia.org/wiki/Juglans_nigra NULL 30 40 37.4094069392663 -122.109604220859 0.0 7.484752208004695E-4 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 Ponce Drive from Hemlock Court to End 1965 300 residential dead end local residential 627 24 15048 asphalt concrete 0 0 0 0.12 37.40997558018 -122.108874271051 0.0 37.4099629803387 -122.108872497693 0.0 -7.105074863384366 -830.1827175992263 Tree: 927 site 1 at 4245 ALMA ST, on ALMA ST 73 from pl -1 927 4245 1 juglans nigra http://en.wikipedia.org/wiki/Juglans_nigra NULL 30 40 37.4094069392663 -122.109604220859 0.0 8.020776485588845E-4 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 Ponce Drive from Hemlock Court to End 1965 300 residential dead end local residential 627 24 15048 asphalt concrete 0 0 0 0.12 37.409988008786 -122.108877414328 0.0 37.40997558018 -122.108874271051 0.0 -3.9540282156497355 -445.41195866878166 Tree: 927 site 1 at 4245 ALMA ST, on ALMA ST 73 from pl -1 927 4245 1 juglans nigra http://en.wikipedia.org/wiki/Juglans_nigra NULL 30 40 37.4094069392663 -122.109604220859 0.0 8.470919901597193E-4 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 Ponce Drive from Hemlock Court to End 1965 300 residential dead end local residential 627 24 15048 asphalt concrete 0 0 0 0.12 37.4100001715674 -122.108881903603 0.0 37.409988008786 -122.108877414328 0.0 -2.709297469207195 -293.41928453758453 Tree: 927 site 1 at 4245 ALMA ST, on ALMA ST 73 from pl -1 927 4245 1 juglans nigra http://en.wikipedia.org/wiki/Juglans_nigra NULL 30 40 37.4094069392663 -122.109604220859 0.0 8.83048138013784E-4 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 Ponce Drive from Hemlock Court to End 1965 300 residential dead end local residential 627 24 15048 asphalt concrete 0 0 0 0.12 37.4100119759579 -122.108887704711 0.0 37.4100001715674 -122.108881903603 0.0 -2.0348510192199787 -211.06338262579118 Tree: 927 site 1 at 4245 ALMA ST, on ALMA ST 73 from pl -1 927 4245 1 juglans nigra http://en.wikipedia.org/wiki/Juglans_nigra NULL 30 40 37.4094069392663 -122.109604220859 0.0 9.099133109021983E-4 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 Ponce Drive from Hemlock Court to End 1965 300 residential dead end local residential 627 24 15048 asphalt concrete 0 0 0 0.12 37.4100233321187 -122.108894773502 0.0 37.4100119759579 -122.108887704711 0.0 -1.6065209434888905 -158.7604735077934 Tree: 927 site 1 at 4245 ALMA ST, on ALMA ST 73 from pl -1 927 4245 1 juglans nigra http://en.wikipedia.org/wiki/Juglans_nigra NULL 30 40 37.4094069392663 -122.109604220859 0.0 9.280282486265788E-4 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 Ponce Drive from Hemlock Court to End 1965 300 residential dead end local residential 627 24 15048 asphalt concrete 0 0 0 0.12 37.4100341536225 -122.108903056179 0.0 37.4100233321187 -122.108894773502 0.0 -1.3065224924524474 -122.12799421797078 Tree: 927 site 1 at 4245 ALMA ST, on ALMA ST 73 from pl -1 927 4245 1 juglans nigra http://en.wikipedia.org/wiki/Juglans_nigra NULL 30 40 37.4094069392663 -122.109604220859 0.0 9.380082271836046E-4 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 Ponce Drive from Hemlock Court to End 1965 300 residential dead end local residential 627 24 15048 asphalt concrete 0 0 0 0.12 37.4100443581107 -122.108912489706 0.0 37.4100341536225 -122.108903056179 0.0 -1.0817256587005686 -94.67829943802661 Tree: 927 site 1 at 4245 ALMA ST, on ALMA ST 73 from pl -1 927 4245 1 juglans nigra http://en.wikipedia.org/wiki/Juglans_nigra NULL 30 40 37.4094069392663 -122.109604220859 0.0 9.406340960294081E-4 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 Ponce Drive from Hemlock Court to End 1965 300 residential dead end local residential 627 24 15048 asphalt concrete 0 0 0 0.12 37.4100538679209 -122.108923002288 0.0 37.4100443581107 -122.108912489706 0.0 -0.9046122259199175 -73.05117077386265 Tree: 927 site 1 at 4245 ALMA ST, on ALMA ST 73 from pl -1 927 4245 1 juglans nigra http://en.wikipedia.org/wiki/Juglans_nigra NULL 30 40 37.4094069392663 -122.109604220859 0.0 9.367535030495814E-4 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 Ponce Drive from Hemlock Court to End 1965 300 residential dead end local residential 627 24 15048 asphalt concrete 0 0 0 0.12 37.4100626106772 -122.108934513919 0.0 37.4100538679209 -122.108923002288 0.0 -0.7594715552681762 -55.328199796748734 Tree: 927 site 1 at 4245 ALMA ST, on ALMA ST 73 from pl -1 927 4245 1 juglans nigra http://en.wikipedia.org/wiki/Juglans_nigra NULL 30 40 37.4094069392663 -122.109604220859 0.0 9.272034794826557E-4 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 Ponce Drive from Hemlock Court to End 1965 300 residential dead end local residential 627 24 15048 asphalt concrete 0 0 0 0.12 37.4102297596659 -122.109204681716 0.0 37.4100626106772 -122.108934513919 0.0 -0.6186858336148133 -38.13700533088342 Tree: 926 site 3 at 4243 ALMA ST, on ALMA ST 98 from pl -1 926 4243 3 fraxinus velutina http://en.wikipedia.org/wiki/Fraxinus_velutina http://www.calflora.org/cgi-bin/species_query.cgi?where-calrecnum=3616 10 10 37.4096451293862 -122.110052971379 0.0 9.434837145651437E-4 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 Ponce Drive from Hemlock Court to End 1965 300 residential dead end local residential 627 24 15048 asphalt concrete 0 0 0 0.12 37.4102297596659 -122.109204681716 0.0 37.4100626106772 -122.108934513919 0.0 -0.6186858336148133 -38.13700533088342 Tree: 925 site 2 at 4243 ALMA ST, on ALMA ST 58 from pl -1 925 4243 2 fraxinus velutina http://en.wikipedia.org/wiki/Fraxinus_velutina http://www.calflora.org/cgi-bin/species_query.cgi?where-calrecnum=3616 10 10 37.4097134909807 -122.110160779208 0.0 9.420699896751291E-4 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 Ponce Drive from Hemlock Court to End 1965 300 residential dead end local residential 627 24 15048 asphalt concrete 0 0 0 0.12 37.4102297596659 -122.109204681716 0.0 37.4100626106772 -122.108934513919 0.0 -0.6186858336148133 -38.13700533088342 Tree: 924 site 1 at 4243 ALMA ST, on ALMA ST 15 from pl -1 924 4243 1 fraxinus velutina http://en.wikipedia.org/wiki/Fraxinus_velutina http://www.calflora.org/cgi-bin/species_query.cgi?where-calrecnum=3616 10 10 37.4097869795839 -122.110276672845 0.0 9.4055044590467E-4 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 Ponce Drive from Hemlock Court to End 1965 300 residential dead end local residential 627 24 15048 asphalt concrete 0 0 0 0.12 37.4102297596659 -122.109204681716 0.0 37.4100626106772 -122.108934513919 0.0 -0.6186858336148133 -38.13700533088342 Tree: 923 site 1 at 4221 ALMA ST, on ALMA ST 34 from pl -1 923 4221 1 fraxinus velutina http://en.wikipedia.org/wiki/Fraxinus_velutina http://www.calflora.org/cgi-bin/species_query.cgi?where-calrecnum=3616 10 10 37.4101200636757 -122.110828865829 0.0 9.478212919751729E-4 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 Ponce Drive from Hemlock Court to End 1965 300 residential dead end local residential 627 24 15048 asphalt concrete 0 0 0 0.12 37.4102297596659 -122.109204681716 0.0 37.4100626106772 -122.108934513919 0.0 -0.6186858336148133 -38.13700533088342 Tree: 919 site 5 at 4181 ALMA ST, on ALMA ST 203 from pl -1 919 4181 5 fraxinus velutina http://en.wikipedia.org/wiki/Fraxinus_velutina http://www.calflora.org/cgi-bin/species_query.cgi?where-calrecnum=3616 10 10 37.4110899832346 -122.112363767066 0.0 9.305598943451947E-4 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 Ponce Drive from Hemlock Court to End 1965 300 residential dead end local residential 627 24 15048 asphalt concrete 0 0 0 0.12 37.4102297596659 -122.109204681716 0.0 37.4100626106772 -122.108934513919 0.0 -0.6186858336148133 -38.13700533088342 Tree: 918 site 4 at 4181 ALMA ST, on ALMA ST 154 from pl -1 918 4181 4 fraxinus velutina http://en.wikipedia.org/wiki/Fraxinus_velutina http://www.calflora.org/cgi-bin/species_query.cgi?where-calrecnum=3616 10 10 37.4111658928771 -122.11248438921 0.0 9.2946931159454E-4 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 Ponce Drive from Hemlock Court to End 1965 300 residential dead end local residential 627 24 15048 asphalt concrete 0 0 0 0.12 37.4102297596659 -122.109204681716 0.0 37.4100626106772 -122.108934513919 0.0 -0.6186858336148133 -38.13700533088342 Tree: 917 site 3 at 4181 ALMA ST, on ALMA ST 105 from pl -1 917 4181 3 fraxinus velutina http://en.wikipedia.org/wiki/Fraxinus_velutina http://www.calflora.org/cgi-bin/species_query.cgi?where-calrecnum=3616 10 10 37.4112547809895 -122.11262509498 0.0 9.279084433409452E-4 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 Ponce Drive from Hemlock Court to End 1965 300 residential dead end local residential 627 24 15048 asphalt concrete 0 0 0 0.12 37.4102297596659 -122.109204681716 0.0 37.4100626106772 -122.108934513919 0.0 -0.6186858336148133 -38.13700533088342 Tree: 916 site 2 at 4181 ALMA ST, on ALMA ST 61 from pl -1 916 4181 2 fraxinus velutina http://en.wikipedia.org/wiki/Fraxinus_velutina http://www.calflora.org/cgi-bin/species_query.cgi?where-calrecnum=3616 10 10 37.4113239358546 -122.112732107044 0.0 9.254014413363304E-4 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 Ponce Drive from Hemlock Court to End 1965 300 residential dead end local residential 627 24 15048 asphalt concrete 0 0 0 0.12 37.4102297596659 -122.109204681716 0.0 37.4100626106772 -122.108934513919 0.0 -0.6186858336148133 -38.13700533088342 Tree: 905 site 7 at 4111 ALMA ST, on ALMA ST 367 from pl -1 905 4111 7 fraxinus velutina http://en.wikipedia.org/wiki/Fraxinus_velutina http://www.calflora.org/cgi-bin/species_query.cgi?where-calrecnum=3616 10 10 37.4114933130279 -122.112985249683 0.0 9.145491035561084E-4 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 Ponce Drive from Hemlock Court to End 1965 300 residential dead end local residential 627 24 15048 asphalt concrete 0 0 0 0.12 37.4102297596659 -122.109204681716 0.0 37.4100626106772 -122.108934513919 0.0 -0.6186858336148133 -38.13700533088342 Tree: 906 site 1 at 4161 ALMA ST, on ALMA ST 20 from pl -1 906 4161 1 fraxinus velutina http://en.wikipedia.org/wiki/Fraxinus_velutina http://www.calflora.org/cgi-bin/species_query.cgi?where-calrecnum=3616 10 10 37.4110525965859 -122.112308379546 0.0 9.332124492855277E-4 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 Ponce Drive from Hemlock Court to End 1965 300 residential dead end local residential 627 24 15048 asphalt concrete 0 0 0 0.12 37.4102297596659 -122.109204681716 0.0 37.4100626106772 -122.108934513919 0.0 -0.6186858336148133 -38.13700533088342 Tree: 909 site 4 at 4161 ALMA ST, on ALMA ST 156 from pl -1 909 4161 4 fraxinus velutina http://en.wikipedia.org/wiki/Fraxinus_velutina http://www.calflora.org/cgi-bin/species_query.cgi?where-calrecnum=3616 10 10 37.4108194070582 -122.111944383537 0.0 9.400074683049546E-4 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 Ponce Drive from Hemlock Court to End 1965 300 residential dead end local residential 627 24 15048 asphalt concrete 0 0 0 0.12 37.4102297596659 -122.109204681716 0.0 37.4100626106772 -122.108934513919 0.0 -0.6186858336148133 -38.13700533088342 Tree: 910 site 5 at 4161 ALMA ST, on ALMA ST 197 from pl -1 910 4161 5 fraxinus velutina http://en.wikipedia.org/wiki/Fraxinus_velutina http://www.calflora.org/cgi-bin/species_query.cgi?where-calrecnum=3616 10 10 37.4107462580174 -122.111831193507 0.0 9.426607018817409E-4 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 Ponce Drive from Hemlock Court to End 1965 300 residential dead end local residential 627 24 15048 asphalt concrete 0 0 0 0.12 37.4102297596659 -122.109204681716 0.0 37.4100626106772 -122.108934513919 0.0 -0.6186858336148133 -38.13700533088342 Tree: 911 site 6 at 4161 ALMA ST, on ALMA ST 244 from pl -1 911 4161 6 fraxinus velutina http://en.wikipedia.org/wiki/Fraxinus_velutina http://www.calflora.org/cgi-bin/species_query.cgi?where-calrecnum=3616 10 10 37.4106643575087 -122.111701303598 0.0 9.439698647503618E-4 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 Ponce Drive from Hemlock Court to End 1965 300 residential dead end local residential 627 24 15048 asphalt concrete 0 0 0 0.12 37.4102297596659 -122.109204681716 0.0 37.4100626106772 -122.108934513919 0.0 -0.6186858336148133 -38.13700533088342 Tree: 912 site 7 at 4161 ALMA ST, on ALMA ST 293 from pl -1 912 4161 7 fraxinus velutina http://en.wikipedia.org/wiki/Fraxinus_velutina http://www.calflora.org/cgi-bin/species_query.cgi?where-calrecnum=3616 10 10 37.4105824568557 -122.111571413974 0.0 9.452793002856846E-4 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 Ponce Drive from Hemlock Court to End 1965 300 residential dead end local residential 627 24 15048 asphalt concrete 0 0 0 0.12 37.4102297596659 -122.109204681716 0.0 37.4100626106772 -122.108934513919 0.0 -0.6186858336148133 -38.13700533088342 Tree: 915 site 1 at 4181 ALMA ST, on ALMA ST 14 from pl -1 915 4181 1 fraxinus velutina http://en.wikipedia.org/wiki/Fraxinus_velutina http://www.calflora.org/cgi-bin/species_query.cgi?where-calrecnum=3616 10 10 37.4114000790744 -122.112849933477 0.0 9.226413103032855E-4 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 Ponce Drive from Hemlock Court to End 1965 300 residential dead end local residential 627 24 15048 asphalt concrete 0 0 0 0.12 37.4102297596659 -122.109204681716 0.0 37.4100626106772 -122.108934513919 0.0 -0.6186858336148133 -38.13700533088342 Tree: 914 site 9 at 4161 ALMA ST, on ALMA ST 387 from pl -1 914 4161 9 fraxinus velutina http://en.wikipedia.org/wiki/Fraxinus_velutina http://www.calflora.org/cgi-bin/species_query.cgi?where-calrecnum=3616 10 10 37.4104229452077 -122.11132774908 0.0 9.527285141871652E-4 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 Ponce Drive from Hemlock Court to End 1965 300 residential dead end local residential 627 24 15048 asphalt concrete 0 0 0 0.12 37.4102297596659 -122.109204681716 0.0 37.4100626106772 -122.108934513919 0.0 -0.6186858336148133 -38.13700533088342 Tree: 913 site 8 at 4161 ALMA ST, on ALMA ST 340 from pl -1 913 4161 8 fraxinus velutina http://en.wikipedia.org/wiki/Fraxinus_velutina http://www.calflora.org/cgi-bin/species_query.cgi?where-calrecnum=3616 10 10 37.410500322135 -122.111444321069 0.0 9.482592314849864E-4 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 Ponce Drive from Hemlock Court to End 1965 300 residential dead end local residential 627 24 15048 asphalt concrete 0 0 0 0.12 37.4102297596659 -122.109204681716 0.0 37.4100626106772 -122.108934513919 0.0 -0.6186858336148133 -38.13700533088342 Tree: 907 site 2 at 4161 ALMA ST, on ALMA ST 70 from pl -1 907 4161 2 fraxinus velutina http://en.wikipedia.org/wiki/Fraxinus_velutina http://www.calflora.org/cgi-bin/species_query.cgi?where-calrecnum=3616 10 10 37.4109664692294 -122.112175105575 0.0 9.363356715165658E-4 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 Ponce Drive from Hemlock Court to End 1965 300 residential dead end local residential 627 24 15048 asphalt concrete 0 0 0 0.12 37.4102297596659 -122.109204681716 0.0 37.4100626106772 -122.108934513919 0.0 -0.6186858336148133 -38.13700533088342 Tree: 908 site 3 at 4161 ALMA ST, on ALMA ST 113 from pl -1 908 4161 3 fraxinus velutina http://en.wikipedia.org/wiki/Fraxinus_velutina http://www.calflora.org/cgi-bin/species_query.cgi?where-calrecnum=3616 10 10 37.4109020091126 -122.112065884642 0.0 9.336880893461604E-4 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 Ponce Drive from Hemlock Court to End 1965 300 residential dead end local residential 627 24 15048 asphalt concrete 0 0 0 0.12 37.4102297596659 -122.109204681716 0.0 37.4100626106772 -122.108934513919 0.0 -0.6186858336148133 -38.13700533088342 Tree: 927 site 1 at 4245 ALMA ST, on ALMA ST 73 from pl -1 927 4245 1 juglans nigra http://en.wikipedia.org/wiki/Juglans_nigra NULL 30 40 37.4094069392663 -122.109604220859 0.0 9.099391763478609E-4 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 Ponce Drive from Hemlock Court to End 1965 300 residential dead end local residential 627 24 15048 asphalt concrete 0 0 0 0.12 37.4103037242616 -122.109321428591 0.0 37.4102297596659 -122.109204681716 0.0 -0.6335466854637247 -39.95165213104681 Tree: 926 site 3 at 4243 ALMA ST, on ALMA ST 98 from pl -1 926 4243 3 fraxinus velutina http://en.wikipedia.org/wiki/Fraxinus_velutina http://www.calflora.org/cgi-bin/species_query.cgi?where-calrecnum=3616 10 10 37.4096451293862 -122.110052971379 0.0 9.478474398534528E-4 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 Ponce Drive from Hemlock Court to End 1965 300 residential dead end local residential 627 24 15048 asphalt concrete 0 0 0 0.12 37.4103037242616 -122.109321428591 0.0 37.4102297596659 -122.109204681716 0.0 -0.6335466854637247 -39.95165213104681 Tree: 925 site 2 at 4243 ALMA ST, on ALMA ST 58 from pl -1 925 4243 2 fraxinus velutina http://en.wikipedia.org/wiki/Fraxinus_velutina http://www.calflora.org/cgi-bin/species_query.cgi?where-calrecnum=3616 10 10 37.4097134909807 -122.110160779208 0.0 9.477965006789447E-4 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 Ponce Drive from Hemlock Court to End 1965 300 residential dead end local residential 627 24 15048 asphalt concrete 0 0 0 0.12 37.4103037242616 -122.109321428591 0.0 37.4102297596659 -122.109204681716 0.0 -0.6335466854637247 -39.95165213104681 Tree: 924 site 1 at 4243 ALMA ST, on ALMA ST 15 from pl -1 924 4243 1 fraxinus velutina http://en.wikipedia.org/wiki/Fraxinus_velutina http://www.calflora.org/cgi-bin/species_query.cgi?where-calrecnum=3616 10 10 37.4097869795839 -122.110276672845 0.0 9.47741952926766E-4 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 Ponce Drive from Hemlock Court to End 1965 300 residential dead end local residential 627 24 15048 asphalt concrete 0 0 0 0.12 37.4103037242616 -122.109321428591 0.0 37.4102297596659 -122.109204681716 0.0 -0.6335466854637247 -39.95165213104681 Tree: 923 site 1 at 4221 ALMA ST, on ALMA ST 34 from pl -1 923 4221 1 fraxinus velutina http://en.wikipedia.org/wiki/Fraxinus_velutina http://www.calflora.org/cgi-bin/species_query.cgi?where-calrecnum=3616 10 10 37.4101200636757 -122.110828865829 0.0 9.618963279443726E-4 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 Ponce Drive from Hemlock Court to End 1965 300 residential dead end local residential 627 24 15048 asphalt concrete 0 0 0 0.12 37.4103037242616 -122.109321428591 0.0 37.4102297596659 -122.109204681716 0.0 -0.6335466854637247 -39.95165213104681 Tree: 919 site 5 at 4181 ALMA ST, on ALMA ST 203 from pl -1 919 4181 5 fraxinus velutina http://en.wikipedia.org/wiki/Fraxinus_velutina http://www.calflora.org/cgi-bin/species_query.cgi?where-calrecnum=3616 10 10 37.4110899832346 -122.112363767066 0.0 9.640183360935573E-4 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 Ponce Drive from Hemlock Court to End 1965 300 residential dead end local residential 627 24 15048 asphalt concrete 0 0 0 0.12 37.4103037242616 -122.109321428591 0.0 37.4102297596659 -122.109204681716 0.0 -0.6335466854637247 -39.95165213104681 Tree: 918 site 4 at 4181 ALMA ST, on ALMA ST 154 from pl -1 918 4181 4 fraxinus velutina http://en.wikipedia.org/wiki/Fraxinus_velutina http://www.calflora.org/cgi-bin/species_query.cgi?where-calrecnum=3616 10 10 37.4111658928771 -122.11248438921 0.0 9.644492511254497E-4 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 Ponce Drive from Hemlock Court to End 1965 300 residential dead end local residential 627 24 15048 asphalt concrete 0 0 0 0.12 37.4103037242616 -122.109321428591 0.0 37.4102297596659 -122.109204681716 0.0 -0.6335466854637247 -39.95165213104681 Tree: 917 site 3 at 4181 ALMA ST, on ALMA ST 105 from pl -1 917 4181 3 fraxinus velutina http://en.wikipedia.org/wiki/Fraxinus_velutina http://www.calflora.org/cgi-bin/species_query.cgi?where-calrecnum=3616 10 10 37.4112547809895 -122.11262509498 0.0 9.646651337877586E-4 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 Ponce Drive from Hemlock Court to End 1965 300 residential dead end local residential 627 24 15048 asphalt concrete 0 0 0 0.12 37.4103037242616 -122.109321428591 0.0 37.4102297596659 -122.109204681716 0.0 -0.6335466854637247 -39.95165213104681 Tree: 916 site 2 at 4181 ALMA ST, on ALMA ST 61 from pl -1 916 4181 2 fraxinus velutina http://en.wikipedia.org/wiki/Fraxinus_velutina http://www.calflora.org/cgi-bin/species_query.cgi?where-calrecnum=3616 10 10 37.4113239358546 -122.112732107044 0.0 9.635182110464299E-4 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 Ponce Drive from Hemlock Court to End 1965 300 residential dead end local residential 627 24 15048 asphalt concrete 0 0 0 0.12 37.4103037242616 -122.109321428591 0.0 37.4102297596659 -122.109204681716 0.0 -0.6335466854637247 -39.95165213104681 Tree: 905 site 7 at 4111 ALMA ST, on ALMA ST 367 from pl -1 905 4111 7 fraxinus velutina http://en.wikipedia.org/wiki/Fraxinus_velutina http://www.calflora.org/cgi-bin/species_query.cgi?where-calrecnum=3616 10 10 37.4114933130279 -122.112985249683 0.0 9.559160005878472E-4 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 Ponce Drive from Hemlock Court to End 1965 300 residential dead end local residential 627 24 15048 asphalt concrete 0 0 0 0.12 37.4103037242616 -122.109321428591 0.0 37.4102297596659 -122.109204681716 0.0 -0.6335466854637247 -39.95165213104681 Tree: 906 site 1 at 4161 ALMA ST, on ALMA ST 20 from pl -1 906 4161 1 fraxinus velutina http://en.wikipedia.org/wiki/Fraxinus_velutina http://www.calflora.org/cgi-bin/species_query.cgi?where-calrecnum=3616 10 10 37.4110525965859 -122.112308379546 0.0 9.659579119016574E-4 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 Ponce Drive from Hemlock Court to End 1965 300 residential dead end local residential 627 24 15048 asphalt concrete 0 0 0 0.12 37.4103037242616 -122.109321428591 0.0 37.4102297596659 -122.109204681716 0.0 -0.6335466854637247 -39.95165213104681 Tree: 909 site 4 at 4161 ALMA ST, on ALMA ST 156 from pl -1 909 4161 4 fraxinus velutina http://en.wikipedia.org/wiki/Fraxinus_velutina http://www.calflora.org/cgi-bin/species_query.cgi?where-calrecnum=3616 10 10 37.4108194070582 -122.111944383537 0.0 9.681382325825075E-4 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 Ponce Drive from Hemlock Court to End 1965 300 residential dead end local residential 627 24 15048 asphalt concrete 0 0 0 0.12 37.4103037242616 -122.109321428591 0.0 37.4102297596659 -122.109204681716 0.0 -0.6335466854637247 -39.95165213104681 Tree: 910 site 5 at 4161 ALMA ST, on ALMA ST 197 from pl -1 910 4161 5 fraxinus velutina http://en.wikipedia.org/wiki/Fraxinus_velutina http://www.calflora.org/cgi-bin/species_query.cgi?where-calrecnum=3616 10 10 37.4107462580174 -122.111831193507 0.0 9.693528575209708E-4 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 Ponce Drive from Hemlock Court to End 1965 300 residential dead end local residential 627 24 15048 asphalt concrete 0 0 0 0.12 37.4103037242616 -122.109321428591 0.0 37.4102297596659 -122.109204681716 0.0 -0.6335466854637247 -39.95165213104681 Tree: 911 site 6 at 4161 ALMA ST, on ALMA ST 244 from pl -1 911 4161 6 fraxinus velutina http://en.wikipedia.org/wiki/Fraxinus_velutina http://www.calflora.org/cgi-bin/species_query.cgi?where-calrecnum=3616 10 10 37.4106643575087 -122.111701303598 0.0 9.690227234038928E-4 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 Ponce Drive from Hemlock Court to End 1965 300 residential dead end local residential 627 24 15048 asphalt concrete 0 0 0 0.12 37.4103037242616 -122.109321428591 0.0 37.4102297596659 -122.109204681716 0.0 -0.6335466854637247 -39.95165213104681 Tree: 912 site 7 at 4161 ALMA ST, on ALMA ST 293 from pl -1 912 4161 7 fraxinus velutina http://en.wikipedia.org/wiki/Fraxinus_velutina http://www.calflora.org/cgi-bin/species_query.cgi?where-calrecnum=3616 10 10 37.4105824568557 -122.111571413974 0.0 9.686928637143909E-4 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 Ponce Drive from Hemlock Court to End 1965 300 residential dead end local residential 627 24 15048 asphalt concrete 0 0 0 0.12 37.4103037242616 -122.109321428591 0.0 37.4102297596659 -122.109204681716 0.0 -0.6335466854637247 -39.95165213104681 Tree: 915 site 1 at 4181 ALMA ST, on ALMA ST 14 from pl -1 915 4181 1 fraxinus velutina http://en.wikipedia.org/wiki/Fraxinus_velutina http://www.calflora.org/cgi-bin/species_query.cgi?where-calrecnum=3616 10 10 37.4114000790744 -122.112849933477 0.0 9.622556039639669E-4 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 Ponce Drive from Hemlock Court to End 1965 300 residential dead end local residential 627 24 15048 asphalt concrete 0 0 0 0.12 37.4103037242616 -122.109321428591 0.0 37.4102297596659 -122.109204681716 0.0 -0.6335466854637247 -39.95165213104681 Tree: 914 site 9 at 4161 ALMA ST, on ALMA ST 387 from pl -1 914 4161 9 fraxinus velutina http://en.wikipedia.org/wiki/Fraxinus_velutina http://www.calflora.org/cgi-bin/species_query.cgi?where-calrecnum=3616 10 10 37.4104229452077 -122.11132774908 0.0 9.73033600274574E-4 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 Ponce Drive from Hemlock Court to End 1965 300 residential dead end local residential 627 24 15048 asphalt concrete 0 0 0 0.12 37.4103037242616 -122.109321428591 0.0 37.4102297596659 -122.109204681716 0.0 -0.6335466854637247 -39.95165213104681 Tree: 913 site 8 at 4161 ALMA ST, on ALMA ST 340 from pl -1 913 4161 8 fraxinus velutina http://en.wikipedia.org/wiki/Fraxinus_velutina http://www.calflora.org/cgi-bin/species_query.cgi?where-calrecnum=3616 10 10 37.410500322135 -122.111444321069 0.0 9.700574798502488E-4 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 Ponce Drive from Hemlock Court to End 1965 300 residential dead end local residential 627 24 15048 asphalt concrete 0 0 0 0.12 37.4103037242616 -122.109321428591 0.0 37.4102297596659 -122.109204681716 0.0 -0.6335466854637247 -39.95165213104681 Tree: 907 site 2 at 4161 ALMA ST, on ALMA ST 70 from pl -1 907 4161 2 fraxinus velutina http://en.wikipedia.org/wiki/Fraxinus_velutina http://www.calflora.org/cgi-bin/species_query.cgi?where-calrecnum=3616 10 10 37.4109664692294 -122.112175105575 0.0 9.673872703530862E-4 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 Ponce Drive from Hemlock Court to End 1965 300 residential dead end local residential 627 24 15048 asphalt concrete 0 0 0 0.12 37.4103037242616 -122.109321428591 0.0 37.4102297596659 -122.109204681716 0.0 -0.6335466854637247 -39.95165213104681 Tree: 908 site 3 at 4161 ALMA ST, on ALMA ST 113 from pl -1 908 4161 3 fraxinus velutina http://en.wikipedia.org/wiki/Fraxinus_velutina http://www.calflora.org/cgi-bin/species_query.cgi?where-calrecnum=3616 10 10 37.4109020091126 -122.112065884642 0.0 9.633862186330636E-4 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 Ponce Drive from Hemlock Court to End 1965 300 residential dead end local residential 627 24 15048 asphalt concrete 0 0 0 0.12 37.4103037242616 -122.109321428591 0.0 37.4102297596659 -122.109204681716 0.0 -0.6335466854637247 -39.95165213104681 Tree: 927 site 1 at 4245 ALMA ST, on ALMA ST 73 from pl -1 927 4245 1 juglans nigra http://en.wikipedia.org/wiki/Juglans_nigra NULL 30 40 37.4094069392663 -122.109604220859 0.0 9.08892969748054E-4 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 San Antonio Avenue from Byron Street to City Limit 1960 18721 arterials & major streets arterial 2853 32 91296 asphalt concrete 0 0 0 0.12 37.4114574421375 -122.106525042403 0.0 37.4114999623319 -122.106481039536 0.0 0.9663050911096213 155.403614248316 Tree: 927 site 1 at 4245 ALMA ST, on ALMA ST 73 from pl -1 927 4245 1 juglans nigra http://en.wikipedia.org/wiki/Juglans_nigra NULL 30 40 37.4094069392663 -122.109604220859 0.0 6.65129014331308E-4 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 San Antonio Avenue from Byron Street to City Limit 1960 18721 arterials & major streets arterial 2853 32 91296 asphalt concrete 0 0 0 0.12 37.4113478481449 -122.106624945023 0.0 37.4114574421375 -122.106525042403 0.0 1.097008192624112 171.36331578651487 Tree: 927 site 1 at 4245 ALMA ST, on ALMA ST 73 from pl -1 927 4245 1 juglans nigra http://en.wikipedia.org/wiki/Juglans_nigra NULL 30 40 37.4094069392663 -122.109604220859 0.0 8.942239672285725E-4 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 Briarwood Way from Ferne Avenue to Hemlock Court 1961 1000 residential local local residential 610 40 24400 asphalt concrete 0 0 0 0.12 37.4110155916521 -122.108945078388 0.0 37.4110078315823 -122.108924759515 0.0 -0.3819143807737912 -9.224146554901331 Tree: 905 site 7 at 4111 ALMA ST, on ALMA ST 367 from pl -1 905 4111 7 fraxinus velutina http://en.wikipedia.org/wiki/Fraxinus_velutina http://www.calflora.org/cgi-bin/species_query.cgi?where-calrecnum=3616 10 10 37.4114933130279 -122.112985249683 0.0 9.951705214143994E-4 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 San Antonio Avenue from Byron Street to City Limit 1960 18721 arterials & major streets arterial 2853 32 91296 asphalt concrete 0 0 0 0.12 37.4124038749784 -122.105674225451 0.0 37.4126577548415 -122.105448375147 0.0 1.1241068026415861 174.67222291294524 Tree: 927 site 1 at 4245 ALMA ST, on ALMA ST 73 from pl -1 927 4245 1 juglans nigra http://en.wikipedia.org/wiki/Juglans_nigra NULL 30 40 37.4094069392663 -122.109604220859 0.0 9.443461468319116E-4 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 San Antonio Avenue from Byron Street to City Limit 1960 18721 arterials & major streets arterial 2853 32 91296 asphalt concrete 0 0 0 0.12 37.41181758787 -122.106187729418 0.0 37.412117741259 -122.105916562692 0.0 1.1068960909746743 172.57067946938253 Tree: 927 site 1 at 4245 ALMA ST, on ALMA ST 73 from pl -1 927 4245 1 juglans nigra http://en.wikipedia.org/wiki/Juglans_nigra NULL 30 40 37.4094069392663 -122.109604220859 0.0 9.191104063261552E-4 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 San Antonio Avenue from Byron Street to City Limit 1960 18721 arterials & major streets arterial 2853 32 91296 asphalt concrete 0 0 0 0.12 37.4116774000083 -122.10631526011 0.0 37.41181758787 -122.106187729418 0.0 1.0992480280615533 171.63680366354657 Tree: 927 site 1 at 4245 ALMA ST, on ALMA ST 73 from pl -1 927 4245 1 juglans nigra http://en.wikipedia.org/wiki/Juglans_nigra NULL 30 40 37.4094069392663 -122.109604220859 0.0 9.05031715590465E-4 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 San Antonio Avenue from Byron Street to City Limit 1960 18721 arterials & major streets arterial 2853 32 91296 asphalt concrete 0 0 0 0.12 37.4114999627218 -122.106481039116 0.0 37.4116774000083 -122.10631526011 0.0 1.0703242272507134 168.1050249232175 Tree: 927 site 1 at 4245 ALMA ST, on ALMA ST 73 from pl -1 927 4245 1 juglans nigra http://en.wikipedia.org/wiki/Juglans_nigra NULL 30 40 37.4094069392663 -122.109604220859 0.0 8.532268992049296E-4 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 Ferne Court from Ferne Avenue to End 1961 0 residential dead end local residential 148 30 4440 asphalt concrete 0 0 0 0.12 37.4108113874276 -122.109900839028 0.0 37.4110357212449 -122.110283266477 0.0 -0.5866049047695217 -34.21945536566615 Tree: 917 site 3 at 4181 ALMA ST, on ALMA ST 105 from pl -1 917 4181 3 fraxinus velutina http://en.wikipedia.org/wiki/Fraxinus_velutina http://www.calflora.org/cgi-bin/species_query.cgi?where-calrecnum=3616 10 10 37.4112547809895 -122.11262509498 0.0 9.959570483104032E-4 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 Ferne Court from Ferne Avenue to End 1961 0 residential dead end local residential 148 30 4440 asphalt concrete 0 0 0 0.12 37.4108113874276 -122.109900839028 0.0 37.4110357212449 -122.110283266477 0.0 -0.5866049047695217 -34.21945536566615 Tree: 916 site 2 at 4181 ALMA ST, on ALMA ST 61 from pl -1 916 4181 2 fraxinus velutina http://en.wikipedia.org/wiki/Fraxinus_velutina http://www.calflora.org/cgi-bin/species_query.cgi?where-calrecnum=3616 10 10 37.4113239358546 -122.112732107044 0.0 9.90453073763377E-4 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 Ferne Court from Ferne Avenue to End 1961 0 residential dead end local residential 148 30 4440 asphalt concrete 0 0 0 0.12 37.4108113874276 -122.109900839028 0.0 37.4110357212449 -122.110283266477 0.0 -0.5866049047695217 -34.21945536566615 Tree: 905 site 7 at 4111 ALMA ST, on ALMA ST 367 from pl -1 905 4111 7 fraxinus velutina http://en.wikipedia.org/wiki/Fraxinus_velutina http://www.calflora.org/cgi-bin/species_query.cgi?where-calrecnum=3616 10 10 37.4114933130279 -122.112985249683 0.0 9.724409467108835E-4 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 Ferne Court from Ferne Avenue to End 1961 0 residential dead end local residential 148 30 4440 asphalt concrete 0 0 0 0.12 37.4108113874276 -122.109900839028 0.0 37.4110357212449 -122.110283266477 0.0 -0.5866049047695217 -34.21945536566615 Tree: 915 site 1 at 4181 ALMA ST, on ALMA ST 14 from pl -1 915 4181 1 fraxinus velutina http://en.wikipedia.org/wiki/Fraxinus_velutina http://www.calflora.org/cgi-bin/species_query.cgi?where-calrecnum=3616 10 10 37.4114000790744 -122.112849933477 0.0 9.843931068897265E-4 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 Ferne Avenue from Scripps Court to Mackay Drive 1961 500 residential local local residential 271 40 10840 asphalt concrete 0 0 0 0.12 37.4124958183039 -122.109350233562 0.0 37.4130920130539 -122.108776285409 0.0 1.0387606387001866 164.25488245818354 Tree: 923 site 1 at 4221 ALMA ST, on ALMA ST 34 from pl -1 923 4221 1 fraxinus velutina http://en.wikipedia.org/wiki/Fraxinus_velutina http://www.calflora.org/cgi-bin/species_query.cgi?where-calrecnum=3616 10 10 37.4101200636757 -122.110828865829 0.0 5.824399206579357E-4 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 Ferne Avenue from Scripps Court to Mackay Drive 1961 500 residential local local residential 271 40 10840 asphalt concrete 0 0 0 0.12 37.4124958183039 -122.109350233562 0.0 37.4130920130539 -122.108776285409 0.0 1.0387606387001866 164.25488245818354 Tree: 909 site 4 at 4161 ALMA ST, on ALMA ST 156 from pl -1 909 4161 4 fraxinus velutina http://en.wikipedia.org/wiki/Fraxinus_velutina http://www.calflora.org/cgi-bin/species_query.cgi?where-calrecnum=3616 10 10 37.4108194070582 -122.111944383537 0.0 7.062225954461616E-4 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 Ferne Avenue from Scripps Court to Mackay Drive 1961 500 residential local local residential 271 40 10840 asphalt concrete 0 0 0 0.12 37.4124958183039 -122.109350233562 0.0 37.4130920130539 -122.108776285409 0.0 1.0387606387001866 164.25488245818354 Tree: 910 site 5 at 4161 ALMA ST, on ALMA ST 197 from pl -1 910 4161 5 fraxinus velutina http://en.wikipedia.org/wiki/Fraxinus_velutina http://www.calflora.org/cgi-bin/species_query.cgi?where-calrecnum=3616 10 10 37.4107462580174 -122.111831193507 0.0 5.739465906257368E-4 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 Ferne Avenue from Scripps Court to Mackay Drive 1961 500 residential local local residential 271 40 10840 asphalt concrete 0 0 0 0.12 37.4124958183039 -122.109350233562 0.0 37.4130920130539 -122.108776285409 0.0 1.0387606387001866 164.25488245818354 Tree: 911 site 6 at 4161 ALMA ST, on ALMA ST 244 from pl -1 911 4161 6 fraxinus velutina http://en.wikipedia.org/wiki/Fraxinus_velutina http://www.calflora.org/cgi-bin/species_query.cgi?where-calrecnum=3616 10 10 37.4106643575087 -122.111701303598 0.0 4.235701829478141E-4 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 Ferne Avenue from Scripps Court to Mackay Drive 1961 500 residential local local residential 271 40 10840 asphalt concrete 0 0 0 0.12 37.4124958183039 -122.109350233562 0.0 37.4130920130539 -122.108776285409 0.0 1.0387606387001866 164.25488245818354 Tree: 912 site 7 at 4161 ALMA ST, on ALMA ST 293 from pl -1 912 4161 7 fraxinus velutina http://en.wikipedia.org/wiki/Fraxinus_velutina http://www.calflora.org/cgi-bin/species_query.cgi?where-calrecnum=3616 10 10 37.4105824568557 -122.111571413974 0.0 2.7319388049007335E-4 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 Ferne Avenue from Scripps Court to Mackay Drive 1961 500 residential local local residential 271 40 10840 asphalt concrete 0 0 0 0.12 37.4124958183039 -122.109350233562 0.0 37.4130920130539 -122.108776285409 0.0 1.0387606387001866 164.25488245818354 Tree: 914 site 9 at 4161 ALMA ST, on ALMA ST 387 from pl -1 914 4161 9 fraxinus velutina http://en.wikipedia.org/wiki/Fraxinus_velutina http://www.calflora.org/cgi-bin/species_query.cgi?where-calrecnum=3616 10 10 37.4104229452077 -122.11132774908 0.0 1.297458034911186E-5 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 Ferne Avenue from Scripps Court to Mackay Drive 1961 500 residential local local residential 271 40 10840 asphalt concrete 0 0 0 0.12 37.4124958183039 -122.109350233562 0.0 37.4130920130539 -122.108776285409 0.0 1.0387606387001866 164.25488245818354 Tree: 913 site 8 at 4161 ALMA ST, on ALMA ST 340 from pl -1 913 4161 8 fraxinus velutina http://en.wikipedia.org/wiki/Fraxinus_velutina http://www.calflora.org/cgi-bin/species_query.cgi?where-calrecnum=3616 10 10 37.410500322135 -122.111444321069 0.0 1.2467005551960208E-4 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 Ferne Avenue from Scripps Court to Mackay Drive 1961 500 residential local local residential 271 40 10840 asphalt concrete 0 0 0 0.12 37.4124958183039 -122.109350233562 0.0 37.4130920130539 -122.108776285409 0.0 1.0387606387001866 164.25488245818354 Tree: 907 site 2 at 4161 ALMA ST, on ALMA ST 70 from pl -1 907 4161 2 fraxinus velutina http://en.wikipedia.org/wiki/Fraxinus_velutina http://www.calflora.org/cgi-bin/species_query.cgi?where-calrecnum=3616 10 10 37.4109664692294 -122.112175105575 0.0 9.744325781267788E-4 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 Ferne Avenue from Scripps Court to Mackay Drive 1961 500 residential local local residential 271 40 10840 asphalt concrete 0 0 0 0.12 37.4124958183039 -122.109350233562 0.0 37.4130920130539 -122.108776285409 0.0 1.0387606387001866 164.25488245818354 Tree: 908 site 3 at 4161 ALMA ST, on ALMA ST 113 from pl -1 908 4161 3 fraxinus velutina http://en.wikipedia.org/wiki/Fraxinus_velutina http://www.calflora.org/cgi-bin/species_query.cgi?where-calrecnum=3616 10 10 37.4109020091126 -122.112065884642 0.0 8.510420895093399E-4 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 Ferne Avenue from Mackay Drive to Dake Avenue 1961 500 residential local local residential 477 40 19080 asphalt concrete 0 0 0 0.12 37.4130920130539 -122.108776285409 0.0 37.4141179335679 -122.107776747889 0.0 1.0263952012682545 162.7449540251365 Tree: 923 site 1 at 4221 ALMA ST, on ALMA ST 34 from pl -1 923 4221 1 fraxinus velutina http://en.wikipedia.org/wiki/Fraxinus_velutina http://www.calflora.org/cgi-bin/species_query.cgi?where-calrecnum=3616 10 10 37.4101200636757 -122.110828865829 0.0 6.037620957351686E-4 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 Ferne Avenue from Mackay Drive to Dake Avenue 1961 500 residential local local residential 477 40 19080 asphalt concrete 0 0 0 0.12 37.4130920130539 -122.108776285409 0.0 37.4141179335679 -122.107776747889 0.0 1.0263952012682545 162.7449540251365 Tree: 909 site 4 at 4161 ALMA ST, on ALMA ST 156 from pl -1 909 4161 4 fraxinus velutina http://en.wikipedia.org/wiki/Fraxinus_velutina http://www.calflora.org/cgi-bin/species_query.cgi?where-calrecnum=3616 10 10 37.4108194070582 -122.111944383537 0.0 6.832625058119091E-4 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 Ferne Avenue from Mackay Drive to Dake Avenue 1961 500 residential local local residential 477 40 19080 asphalt concrete 0 0 0 0.12 37.4130920130539 -122.108776285409 0.0 37.4141179335679 -122.107776747889 0.0 1.0263952012682545 162.7449540251365 Tree: 910 site 5 at 4161 ALMA ST, on ALMA ST 197 from pl -1 910 4161 5 fraxinus velutina http://en.wikipedia.org/wiki/Fraxinus_velutina http://www.calflora.org/cgi-bin/species_query.cgi?where-calrecnum=3616 10 10 37.4107462580174 -122.111831193507 0.0 5.511432932626158E-4 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 Ferne Avenue from Mackay Drive to Dake Avenue 1961 500 residential local local residential 477 40 19080 asphalt concrete 0 0 0 0.12 37.4130920130539 -122.108776285409 0.0 37.4141179335679 -122.107776747889 0.0 1.0263952012682545 162.7449540251365 Tree: 911 site 6 at 4161 ALMA ST, on ALMA ST 244 from pl -1 911 4161 6 fraxinus velutina http://en.wikipedia.org/wiki/Fraxinus_velutina http://www.calflora.org/cgi-bin/species_query.cgi?where-calrecnum=3616 10 10 37.4106643575087 -122.111701303598 0.0 4.009555842000953E-4 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 Ferne Avenue from Mackay Drive to Dake Avenue 1961 500 residential local local residential 477 40 19080 asphalt concrete 0 0 0 0.12 37.4130920130539 -122.108776285409 0.0 37.4141179335679 -122.107776747889 0.0 1.0263952012682545 162.7449540251365 Tree: 912 site 7 at 4161 ALMA ST, on ALMA ST 293 from pl -1 912 4161 7 fraxinus velutina http://en.wikipedia.org/wiki/Fraxinus_velutina http://www.calflora.org/cgi-bin/species_query.cgi?where-calrecnum=3616 10 10 37.4105824568557 -122.111571413974 0.0 2.5076797859026464E-4 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 Ferne Avenue from Mackay Drive to Dake Avenue 1961 500 residential local local residential 477 40 19080 asphalt concrete 0 0 0 0.12 37.4130920130539 -122.108776285409 0.0 37.4141179335679 -122.107776747889 0.0 1.0263952012682545 162.7449540251365 Tree: 914 site 9 at 4161 ALMA ST, on ALMA ST 387 from pl -1 914 4161 9 fraxinus velutina http://en.wikipedia.org/wiki/Fraxinus_velutina http://www.calflora.org/cgi-bin/species_query.cgi?where-calrecnum=3616 10 10 37.4104229452077 -122.11132774908 0.0 3.507173845707615E-5 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 Ferne Avenue from Mackay Drive to Dake Avenue 1961 500 residential local local residential 477 40 19080 asphalt concrete 0 0 0 0.12 37.4130920130539 -122.108776285409 0.0 37.4141179335679 -122.107776747889 0.0 1.0263952012682545 162.7449540251365 Tree: 913 site 8 at 4161 ALMA ST, on ALMA ST 340 from pl -1 913 4161 8 fraxinus velutina http://en.wikipedia.org/wiki/Fraxinus_velutina http://www.calflora.org/cgi-bin/species_query.cgi?where-calrecnum=3616 10 10 37.410500322135 -122.111444321069 0.0 1.0242020023143903E-4 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 Ferne Avenue from Mackay Drive to Dake Avenue 1961 500 residential local local residential 477 40 19080 asphalt concrete 0 0 0 0.12 37.4130920130539 -122.108776285409 0.0 37.4141179335679 -122.107776747889 0.0 1.0263952012682545 162.7449540251365 Tree: 907 site 2 at 4161 ALMA ST, on ALMA ST 70 from pl -1 907 4161 2 fraxinus velutina http://en.wikipedia.org/wiki/Fraxinus_velutina http://www.calflora.org/cgi-bin/species_query.cgi?where-calrecnum=3616 10 10 37.4109664692294 -122.112175105575 0.0 9.511441112190063E-4 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 Ferne Avenue from Mackay Drive to Dake Avenue 1961 500 residential local local residential 477 40 19080 asphalt concrete 0 0 0 0.12 37.4130920130539 -122.108776285409 0.0 37.4141179335679 -122.107776747889 0.0 1.0263952012682545 162.7449540251365 Tree: 908 site 3 at 4161 ALMA ST, on ALMA ST 113 from pl -1 908 4161 3 fraxinus velutina http://en.wikipedia.org/wiki/Fraxinus_velutina http://www.calflora.org/cgi-bin/species_query.cgi?where-calrecnum=3616 10 10 37.4109020091126 -122.112065884642 0.0 8.279312434033942E-4 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 Nita Avenue from San Antonio Ramp E to San Antonio Avenue 1964 0 collectors collectors 200 50 10000 asphalt concrete 0 0 0 0.12 37.4113184715797 -122.10636373565 0.0 37.4113175185594 -122.106348525693 0.0 -0.06265765883043042 29.760419591606897 Tree: 919 site 5 at 4181 ALMA ST, on ALMA ST 203 from pl -1 919 4181 5 fraxinus velutina http://en.wikipedia.org/wiki/Fraxinus_velutina http://www.calflora.org/cgi-bin/species_query.cgi?where-calrecnum=3616 10 10 37.4110899832346 -122.112363767066 0.0 6.032532457645157E-4 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 Nita Avenue from San Antonio Ramp E to San Antonio Avenue 1964 0 collectors collectors 200 50 10000 asphalt concrete 0 0 0 0.12 37.4113184715797 -122.10636373565 0.0 37.4113175185594 -122.106348525693 0.0 -0.06265765883043042 29.760419591606897 Tree: 918 site 4 at 4181 ALMA ST, on ALMA ST 154 from pl -1 918 4181 4 fraxinus velutina http://en.wikipedia.org/wiki/Fraxinus_velutina http://www.calflora.org/cgi-bin/species_query.cgi?where-calrecnum=3616 10 10 37.4111658928771 -122.11248438921 0.0 5.350352844884435E-4 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 Nita Avenue from San Antonio Ramp E to San Antonio Avenue 1964 0 collectors collectors 200 50 10000 asphalt concrete 0 0 0 0.12 37.4113184715797 -122.10636373565 0.0 37.4113175185594 -122.106348525693 0.0 -0.06265765883043042 29.760419591606897 Tree: 917 site 3 at 4181 ALMA ST, on ALMA ST 105 from pl -1 917 4181 3 fraxinus velutina http://en.wikipedia.org/wiki/Fraxinus_velutina http://www.calflora.org/cgi-bin/species_query.cgi?where-calrecnum=3616 10 10 37.4112547809895 -122.11262509498 0.0 4.551201851818428E-4 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 Nita Avenue from San Antonio Ramp E to San Antonio Avenue 1964 0 collectors collectors 200 50 10000 asphalt concrete 0 0 0 0.12 37.4113184715797 -122.10636373565 0.0 37.4113175185594 -122.106348525693 0.0 -0.06265765883043042 29.760419591606897 Tree: 916 site 2 at 4181 ALMA ST, on ALMA ST 61 from pl -1 916 4181 2 fraxinus velutina http://en.wikipedia.org/wiki/Fraxinus_velutina http://www.calflora.org/cgi-bin/species_query.cgi?where-calrecnum=3616 10 10 37.4113239358546 -122.112732107044 0.0 3.927926739849967E-4 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 Nita Avenue from San Antonio Ramp E to San Antonio Avenue 1964 0 collectors collectors 200 50 10000 asphalt concrete 0 0 0 0.12 37.4113184715797 -122.10636373565 0.0 37.4113175185594 -122.106348525693 0.0 -0.06265765883043042 29.760419591606897 Tree: 905 site 7 at 4111 ALMA ST, on ALMA ST 367 from pl -1 905 4111 7 fraxinus velutina http://en.wikipedia.org/wiki/Fraxinus_velutina http://www.calflora.org/cgi-bin/species_query.cgi?where-calrecnum=3616 10 10 37.4114933130279 -122.112985249683 0.0 2.3957729161076392E-4 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 Nita Avenue from San Antonio Ramp E to San Antonio Avenue 1964 0 collectors collectors 200 50 10000 asphalt concrete 0 0 0 0.12 37.4113184715797 -122.10636373565 0.0 37.4113175185594 -122.106348525693 0.0 -0.06265765883043042 29.760419591606897 Tree: 906 site 1 at 4161 ALMA ST, on ALMA ST 20 from pl -1 906 4161 1 fraxinus velutina http://en.wikipedia.org/wiki/Fraxinus_velutina http://www.calflora.org/cgi-bin/species_query.cgi?where-calrecnum=3616 10 10 37.4110525965859 -122.112308379546 0.0 6.371030603450279E-4 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 Nita Avenue from San Antonio Ramp E to San Antonio Avenue 1964 0 collectors collectors 200 50 10000 asphalt concrete 0 0 0 0.12 37.4113184715797 -122.10636373565 0.0 37.4113175185594 -122.106348525693 0.0 -0.06265765883043042 29.760419591606897 Tree: 909 site 4 at 4161 ALMA ST, on ALMA ST 156 from pl -1 909 4161 4 fraxinus velutina http://en.wikipedia.org/wiki/Fraxinus_velutina http://www.calflora.org/cgi-bin/species_query.cgi?where-calrecnum=3616 10 10 37.4108194070582 -122.111944383537 0.0 8.470736835823436E-4 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 Nita Avenue from San Antonio Ramp E to San Antonio Avenue 1964 0 collectors collectors 200 50 10000 asphalt concrete 0 0 0 0.12 37.4113184715797 -122.10636373565 0.0 37.4113175185594 -122.106348525693 0.0 -0.06265765883043042 29.760419591606897 Tree: 910 site 5 at 4161 ALMA ST, on ALMA ST 197 from pl -1 910 4161 5 fraxinus velutina http://en.wikipedia.org/wiki/Fraxinus_velutina http://www.calflora.org/cgi-bin/species_query.cgi?where-calrecnum=3616 10 10 37.4107462580174 -122.111831193507 0.0 9.130012137170147E-4 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 Nita Avenue from San Antonio Ramp E to San Antonio Avenue 1964 0 collectors collectors 200 50 10000 asphalt concrete 0 0 0 0.12 37.4113184715797 -122.10636373565 0.0 37.4113175185594 -122.106348525693 0.0 -0.06265765883043042 29.760419591606897 Tree: 911 site 6 at 4161 ALMA ST, on ALMA ST 244 from pl -1 911 4161 6 fraxinus velutina http://en.wikipedia.org/wiki/Fraxinus_velutina http://www.calflora.org/cgi-bin/species_query.cgi?where-calrecnum=3616 10 10 37.4106643575087 -122.111701303598 0.0 9.866187557883753E-4 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 Nita Avenue from San Antonio Ramp E to San Antonio Avenue 1964 0 collectors collectors 200 50 10000 asphalt concrete 0 0 0 0.12 37.4113184715797 -122.10636373565 0.0 37.4113175185594 -122.106348525693 0.0 -0.06265765883043042 29.760419591606897 Tree: 915 site 1 at 4181 ALMA ST, on ALMA ST 14 from pl -1 915 4181 1 fraxinus velutina http://en.wikipedia.org/wiki/Fraxinus_velutina http://www.calflora.org/cgi-bin/species_query.cgi?where-calrecnum=3616 10 10 37.4114000790744 -122.112849933477 0.0 3.2416676271861914E-4 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 Nita Avenue from San Antonio Ramp E to San Antonio Avenue 1964 0 collectors collectors 200 50 10000 asphalt concrete 0 0 0 0.12 37.4113184715797 -122.10636373565 0.0 37.4113175185594 -122.106348525693 0.0 -0.06265765883043042 29.760419591606897 Tree: 907 site 2 at 4161 ALMA ST, on ALMA ST 70 from pl -1 907 4161 2 fraxinus velutina http://en.wikipedia.org/wiki/Fraxinus_velutina http://www.calflora.org/cgi-bin/species_query.cgi?where-calrecnum=3616 10 10 37.4109664692294 -122.112175105575 0.0 7.147275549098081E-4 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 Nita Avenue from San Antonio Ramp E to San Antonio Avenue 1964 0 collectors collectors 200 50 10000 asphalt concrete 0 0 0 0.12 37.4113184715797 -122.10636373565 0.0 37.4113175185594 -122.106348525693 0.0 -0.06265765883043042 29.760419591606897 Tree: 908 site 3 at 4161 ALMA ST, on ALMA ST 113 from pl -1 908 4161 3 fraxinus velutina http://en.wikipedia.org/wiki/Fraxinus_velutina http://www.calflora.org/cgi-bin/species_query.cgi?where-calrecnum=3616 10 10 37.4109020091126 -122.112065884642 0.0 7.722313748404991E-4 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 Ferne Avenue from Ferne Court to Briarwood Way 1961 800 residential local local residential 422 40 16880 asphalt concrete 0 0 0 0.12 37.4112483463813 -122.110591727301 0.0 37.4118227427795 -122.110021759548 0.0 1.0077699925687984 160.470638463975 Tree: 923 site 1 at 4221 ALMA ST, on ALMA ST 34 from pl -1 923 4221 1 fraxinus velutina http://en.wikipedia.org/wiki/Fraxinus_velutina http://www.calflora.org/cgi-bin/species_query.cgi?where-calrecnum=3616 10 10 37.4101200636757 -122.110828865829 0.0 6.263929579340587E-4 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 Ferne Avenue from Ferne Court to Briarwood Way 1961 800 residential local local residential 422 40 16880 asphalt concrete 0 0 0 0.12 37.4112483463813 -122.110591727301 0.0 37.4118227427795 -122.110021759548 0.0 1.0077699925687984 160.470638463975 Tree: 909 site 4 at 4161 ALMA ST, on ALMA ST 156 from pl -1 909 4161 4 fraxinus velutina http://en.wikipedia.org/wiki/Fraxinus_velutina http://www.calflora.org/cgi-bin/species_query.cgi?where-calrecnum=3616 10 10 37.4108194070582 -122.111944383537 0.0 6.580368589665617E-4 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 Ferne Avenue from Ferne Court to Briarwood Way 1961 800 residential local local residential 422 40 16880 asphalt concrete 0 0 0 0.12 37.4112483463813 -122.110591727301 0.0 37.4118227427795 -122.110021759548 0.0 1.0077699925687984 160.470638463975 Tree: 910 site 5 at 4161 ALMA ST, on ALMA ST 197 from pl -1 910 4161 5 fraxinus velutina http://en.wikipedia.org/wiki/Fraxinus_velutina http://www.calflora.org/cgi-bin/species_query.cgi?where-calrecnum=3616 10 10 37.4107462580174 -122.111831193507 0.0 5.261666546882219E-4 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 Ferne Avenue from Ferne Court to Briarwood Way 1961 800 residential local local residential 422 40 16880 asphalt concrete 0 0 0 0.12 37.4112483463813 -122.110591727301 0.0 37.4118227427795 -122.110021759548 0.0 1.0077699925687984 160.470638463975 Tree: 911 site 6 at 4161 ALMA ST, on ALMA ST 244 from pl -1 911 4161 6 fraxinus velutina http://en.wikipedia.org/wiki/Fraxinus_velutina http://www.calflora.org/cgi-bin/species_query.cgi?where-calrecnum=3616 10 10 37.4106643575087 -122.111701303598 0.0 3.762780146968212E-4 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 Ferne Avenue from Ferne Court to Briarwood Way 1961 800 residential local local residential 422 40 16880 asphalt concrete 0 0 0 0.12 37.4112483463813 -122.110591727301 0.0 37.4118227427795 -122.110021759548 0.0 1.0077699925687984 160.470638463975 Tree: 912 site 7 at 4161 ALMA ST, on ALMA ST 293 from pl -1 912 4161 7 fraxinus velutina http://en.wikipedia.org/wiki/Fraxinus_velutina http://www.calflora.org/cgi-bin/species_query.cgi?where-calrecnum=3616 10 10 37.4105824568557 -122.111571413974 0.0 2.263894753822702E-4 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 Ferne Avenue from Ferne Court to Briarwood Way 1961 800 residential local local residential 422 40 16880 asphalt concrete 0 0 0 0.12 37.4112483463813 -122.110591727301 0.0 37.4118227427795 -122.110021759548 0.0 1.0077699925687984 160.470638463975 Tree: 914 site 9 at 4161 ALMA ST, on ALMA ST 387 from pl -1 914 4161 9 fraxinus velutina http://en.wikipedia.org/wiki/Fraxinus_velutina http://www.calflora.org/cgi-bin/species_query.cgi?where-calrecnum=3616 10 10 37.4104229452077 -122.11132774908 0.0 5.892753829468309E-5 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 Ferne Avenue from Ferne Court to Briarwood Way 1961 800 residential local local residential 422 40 16880 asphalt concrete 0 0 0 0.12 37.4112483463813 -122.110591727301 0.0 37.4118227427795 -122.110021759548 0.0 1.0077699925687984 160.470638463975 Tree: 913 site 8 at 4161 ALMA ST, on ALMA ST 340 from pl -1 913 4161 8 fraxinus velutina http://en.wikipedia.org/wiki/Fraxinus_velutina http://www.calflora.org/cgi-bin/species_query.cgi?where-calrecnum=3616 10 10 37.410500322135 -122.111444321069 0.0 7.83212842161593E-5 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 Ferne Avenue from Ferne Court to Briarwood Way 1961 800 residential local local residential 422 40 16880 asphalt concrete 0 0 0 0.12 37.4112483463813 -122.110591727301 0.0 37.4118227427795 -122.110021759548 0.0 1.0077699925687984 160.470638463975 Tree: 907 site 2 at 4161 ALMA ST, on ALMA ST 70 from pl -1 907 4161 2 fraxinus velutina http://en.wikipedia.org/wiki/Fraxinus_velutina http://www.calflora.org/cgi-bin/species_query.cgi?where-calrecnum=3616 10 10 37.4109664692294 -122.112175105575 0.0 9.253975662779826E-4 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 Ferne Avenue from Ferne Court to Briarwood Way 1961 800 residential local local residential 422 40 16880 asphalt concrete 0 0 0 0.12 37.4112483463813 -122.110591727301 0.0 37.4118227427795 -122.110021759548 0.0 1.0077699925687984 160.470638463975 Tree: 908 site 3 at 4161 ALMA ST, on ALMA ST 113 from pl -1 908 4161 3 fraxinus velutina http://en.wikipedia.org/wiki/Fraxinus_velutina http://www.calflora.org/cgi-bin/species_query.cgi?where-calrecnum=3616 10 10 37.4109020091126 -122.112065884642 0.0 8.024649518510743E-4 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 Ferne Avenue from Ferne Court to Briarwood Way 1961 800 residential local local residential 422 40 16880 asphalt concrete 0 0 0 0.12 37.4112359861163 -122.110604053093 0.0 37.4112483463813 -122.110591727301 0.0 1.0027968179978137 159.8633611743489 Tree: 923 site 1 at 4221 ALMA ST, on ALMA ST 34 from pl -1 923 4221 1 fraxinus velutina http://en.wikipedia.org/wiki/Fraxinus_velutina http://www.calflora.org/cgi-bin/species_query.cgi?where-calrecnum=3616 10 10 37.4101200636757 -122.110828865829 0.0 6.287852013917032E-4 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 Ferne Avenue from Ferne Court to Briarwood Way 1961 800 residential local local residential 422 40 16880 asphalt concrete 0 0 0 0.12 37.4112359861163 -122.110604053093 0.0 37.4112483463813 -122.110591727301 0.0 1.0027968179978137 159.8633611743489 Tree: 909 site 4 at 4161 ALMA ST, on ALMA ST 156 from pl -1 909 4161 4 fraxinus velutina http://en.wikipedia.org/wiki/Fraxinus_velutina http://www.calflora.org/cgi-bin/species_query.cgi?where-calrecnum=3616 10 10 37.4108194070582 -122.111944383537 0.0 6.549250796015823E-4 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 Ferne Avenue from Ferne Court to Briarwood Way 1961 800 residential local local residential 422 40 16880 asphalt concrete 0 0 0 0.12 37.4112359861163 -122.110604053093 0.0 37.4112483463813 -122.110591727301 0.0 1.0027968179978137 159.8633611743489 Tree: 910 site 5 at 4161 ALMA ST, on ALMA ST 197 from pl -1 910 4161 5 fraxinus velutina http://en.wikipedia.org/wiki/Fraxinus_velutina http://www.calflora.org/cgi-bin/species_query.cgi?where-calrecnum=3616 10 10 37.4107462580174 -122.111831193507 0.0 5.231240493447923E-4 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 Ferne Avenue from Ferne Court to Briarwood Way 1961 800 residential local local residential 422 40 16880 asphalt concrete 0 0 0 0.12 37.4112359861163 -122.110604053093 0.0 37.4112483463813 -122.110591727301 0.0 1.0027968179978137 159.8633611743489 Tree: 911 site 6 at 4161 ALMA ST, on ALMA ST 244 from pl -1 911 4161 6 fraxinus velutina http://en.wikipedia.org/wiki/Fraxinus_velutina http://www.calflora.org/cgi-bin/species_query.cgi?where-calrecnum=3616 10 10 37.4106643575087 -122.111701303598 0.0 3.733183680349165E-4 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 Ferne Avenue from Ferne Court to Briarwood Way 1961 800 residential local local residential 422 40 16880 asphalt concrete 0 0 0 0.12 37.4112359861163 -122.110604053093 0.0 37.4112483463813 -122.110591727301 0.0 1.0027968179978137 159.8633611743489 Tree: 912 site 7 at 4161 ALMA ST, on ALMA ST 293 from pl -1 912 4161 7 fraxinus velutina http://en.wikipedia.org/wiki/Fraxinus_velutina http://www.calflora.org/cgi-bin/species_query.cgi?where-calrecnum=3616 10 10 37.4105824568557 -122.111571413974 0.0 2.2351278664908502E-4 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 Ferne Avenue from Ferne Court to Briarwood Way 1961 800 residential local local residential 422 40 16880 asphalt concrete 0 0 0 0.12 37.4112359861163 -122.110604053093 0.0 37.4112483463813 -122.110591727301 0.0 1.0027968179978137 159.8633611743489 Tree: 914 site 9 at 4161 ALMA ST, on ALMA ST 387 from pl -1 914 4161 9 fraxinus velutina http://en.wikipedia.org/wiki/Fraxinus_velutina http://www.calflora.org/cgi-bin/species_query.cgi?where-calrecnum=3616 10 10 37.4104229452077 -122.11132774908 0.0 6.165889874830596E-5 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 Ferne Avenue from Ferne Court to Briarwood Way 1961 800 residential local local residential 422 40 16880 asphalt concrete 0 0 0 0.12 37.4112359861163 -122.110604053093 0.0 37.4112483463813 -122.110591727301 0.0 1.0027968179978137 159.8633611743489 Tree: 913 site 8 at 4161 ALMA ST, on ALMA ST 340 from pl -1 913 4161 8 fraxinus velutina http://en.wikipedia.org/wiki/Fraxinus_velutina http://www.calflora.org/cgi-bin/species_query.cgi?where-calrecnum=3616 10 10 37.410500322135 -122.111444321069 0.0 7.552226433643608E-5 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 Ferne Avenue from Ferne Court to Briarwood Way 1961 800 residential local local residential 422 40 16880 asphalt concrete 0 0 0 0.12 37.4112359861163 -122.110604053093 0.0 37.4112483463813 -122.110591727301 0.0 1.0027968179978137 159.8633611743489 Tree: 907 site 2 at 4161 ALMA ST, on ALMA ST 70 from pl -1 907 4161 2 fraxinus velutina http://en.wikipedia.org/wiki/Fraxinus_velutina http://www.calflora.org/cgi-bin/species_query.cgi?where-calrecnum=3616 10 10 37.4109664692294 -122.112175105575 0.0 9.221412046279402E-4 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 Ferne Avenue from Ferne Court to Briarwood Way 1961 800 residential local local residential 422 40 16880 asphalt concrete 0 0 0 0.12 37.4112359861163 -122.110604053093 0.0 37.4112483463813 -122.110591727301 0.0 1.0027968179978137 159.8633611743489 Tree: 908 site 3 at 4161 ALMA ST, on ALMA ST 113 from pl -1 908 4161 3 fraxinus velutina http://en.wikipedia.org/wiki/Fraxinus_velutina http://www.calflora.org/cgi-bin/species_query.cgi?where-calrecnum=3616 10 10 37.4109020091126 -122.112065884642 0.0 7.992860775523002E-4 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 Shasta Drive from Mackay Drive to Nelson Drive 1954 1000 residential local collector 400 40 16000 asphalt concrete 0 0 0 0.12 37.4135112953359 -122.109479089848 0.0 37.4143636418544 -122.108640254178 0.0 1.016106669026198 161.48976734984552 Tree: 919 site 5 at 4181 ALMA ST, on ALMA ST 203 from pl -1 919 4181 5 fraxinus velutina http://en.wikipedia.org/wiki/Fraxinus_velutina http://www.calflora.org/cgi-bin/species_query.cgi?where-calrecnum=3616 10 10 37.4110899832346 -122.112363767066 0.0 3.576111282815717E-4 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 Shasta Drive from Mackay Drive to Nelson Drive 1954 1000 residential local collector 400 40 16000 asphalt concrete 0 0 0 0.12 37.4135112953359 -122.109479089848 0.0 37.4143636418544 -122.108640254178 0.0 1.016106669026198 161.48976734984552 Tree: 918 site 4 at 4181 ALMA ST, on ALMA ST 154 from pl -1 918 4181 4 fraxinus velutina http://en.wikipedia.org/wiki/Fraxinus_velutina http://www.calflora.org/cgi-bin/species_query.cgi?where-calrecnum=3616 10 10 37.4111658928771 -122.11248438921 0.0 4.96828228800514E-4 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 Shasta Drive from Mackay Drive to Nelson Drive 1954 1000 residential local collector 400 40 16000 asphalt concrete 0 0 0 0.12 37.4135112953359 -122.109479089848 0.0 37.4143636418544 -122.108640254178 0.0 1.016106669026198 161.48976734984552 Tree: 917 site 3 at 4181 ALMA ST, on ALMA ST 105 from pl -1 917 4181 3 fraxinus velutina http://en.wikipedia.org/wiki/Fraxinus_velutina http://www.calflora.org/cgi-bin/species_query.cgi?where-calrecnum=3616 10 10 37.4112547809895 -122.11262509498 0.0 6.594631518013931E-4 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 Shasta Drive from Mackay Drive to Nelson Drive 1954 1000 residential local collector 400 40 16000 asphalt concrete 0 0 0 0.12 37.4135112953359 -122.109479089848 0.0 37.4143636418544 -122.108640254178 0.0 1.016106669026198 161.48976734984552 Tree: 916 site 2 at 4181 ALMA ST, on ALMA ST 61 from pl -1 916 4181 2 fraxinus velutina http://en.wikipedia.org/wiki/Fraxinus_velutina http://www.calflora.org/cgi-bin/species_query.cgi?where-calrecnum=3616 10 10 37.4113239358546 -122.112732107044 0.0 7.84241858196452E-4 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 Shasta Drive from Mackay Drive to Nelson Drive 1954 1000 residential local collector 400 40 16000 asphalt concrete 0 0 0 0.12 37.4135112953359 -122.109479089848 0.0 37.4143636418544 -122.108640254178 0.0 1.016106669026198 161.48976734984552 Tree: 906 site 1 at 4161 ALMA ST, on ALMA ST 20 from pl -1 906 4161 1 fraxinus velutina http://en.wikipedia.org/wiki/Fraxinus_velutina http://www.calflora.org/cgi-bin/species_query.cgi?where-calrecnum=3616 10 10 37.4110525965859 -122.112308379546 0.0 2.919102928327884E-4 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 Shasta Drive from Mackay Drive to Nelson Drive 1954 1000 residential local collector 400 40 16000 asphalt concrete 0 0 0 0.12 37.4135112953359 -122.109479089848 0.0 37.4143636418544 -122.108640254178 0.0 1.016106669026198 161.48976734984552 Tree: 909 site 4 at 4161 ALMA ST, on ALMA ST 156 from pl -1 909 4161 4 fraxinus velutina http://en.wikipedia.org/wiki/Fraxinus_velutina http://www.calflora.org/cgi-bin/species_query.cgi?where-calrecnum=3616 10 10 37.4108194070582 -122.111944383537 0.0 1.3108908668046107E-4 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 Shasta Drive from Mackay Drive to Nelson Drive 1954 1000 residential local collector 400 40 16000 asphalt concrete 0 0 0 0.12 37.4135112953359 -122.109479089848 0.0 37.4143636418544 -122.108640254178 0.0 1.016106669026198 161.48976734984552 Tree: 910 site 5 at 4161 ALMA ST, on ALMA ST 197 from pl -1 910 4161 5 fraxinus velutina http://en.wikipedia.org/wiki/Fraxinus_velutina http://www.calflora.org/cgi-bin/species_query.cgi?where-calrecnum=3616 10 10 37.4107462580174 -122.111831193507 0.0 2.6307268993153307E-4 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 Shasta Drive from Mackay Drive to Nelson Drive 1954 1000 residential local collector 400 40 16000 asphalt concrete 0 0 0 0.12 37.4135112953359 -122.109479089848 0.0 37.4143636418544 -122.108640254178 0.0 1.016106669026198 161.48976734984552 Tree: 911 site 6 at 4161 ALMA ST, on ALMA ST 244 from pl -1 911 4161 6 fraxinus velutina http://en.wikipedia.org/wiki/Fraxinus_velutina http://www.calflora.org/cgi-bin/species_query.cgi?where-calrecnum=3616 10 10 37.4106643575087 -122.111701303598 0.0 4.1309743861203744E-4 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 Shasta Drive from Mackay Drive to Nelson Drive 1954 1000 residential local collector 400 40 16000 asphalt concrete 0 0 0 0.12 37.4135112953359 -122.109479089848 0.0 37.4143636418544 -122.108640254178 0.0 1.016106669026198 161.48976734984552 Tree: 912 site 7 at 4161 ALMA ST, on ALMA ST 293 from pl -1 912 4161 7 fraxinus velutina http://en.wikipedia.org/wiki/Fraxinus_velutina http://www.calflora.org/cgi-bin/species_query.cgi?where-calrecnum=3616 10 10 37.4105824568557 -122.111571413974 0.0 5.631220853797561E-4 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 Shasta Drive from Mackay Drive to Nelson Drive 1954 1000 residential local collector 400 40 16000 asphalt concrete 0 0 0 0.12 37.4135112953359 -122.109479089848 0.0 37.4143636418544 -122.108640254178 0.0 1.016106669026198 161.48976734984552 Tree: 915 site 1 at 4181 ALMA ST, on ALMA ST 14 from pl -1 915 4181 1 fraxinus velutina http://en.wikipedia.org/wiki/Fraxinus_velutina http://www.calflora.org/cgi-bin/species_query.cgi?where-calrecnum=3616 10 10 37.4114000790744 -122.112849933477 0.0 9.216302023147532E-4 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 Shasta Drive from Mackay Drive to Nelson Drive 1954 1000 residential local collector 400 40 16000 asphalt concrete 0 0 0 0.12 37.4135112953359 -122.109479089848 0.0 37.4143636418544 -122.108640254178 0.0 1.016106669026198 161.48976734984552 Tree: 914 site 9 at 4161 ALMA ST, on ALMA ST 387 from pl -1 914 4161 9 fraxinus velutina http://en.wikipedia.org/wiki/Fraxinus_velutina http://www.calflora.org/cgi-bin/species_query.cgi?where-calrecnum=3616 10 10 37.4104229452077 -122.11132774908 0.0 8.486772276323808E-4 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 Shasta Drive from Mackay Drive to Nelson Drive 1954 1000 residential local collector 400 40 16000 asphalt concrete 0 0 0 0.12 37.4135112953359 -122.109479089848 0.0 37.4143636418544 -122.108640254178 0.0 1.016106669026198 161.48976734984552 Tree: 913 site 8 at 4161 ALMA ST, on ALMA ST 340 from pl -1 913 4161 8 fraxinus velutina http://en.wikipedia.org/wiki/Fraxinus_velutina http://www.calflora.org/cgi-bin/species_query.cgi?where-calrecnum=3616 10 10 37.410500322135 -122.111444321069 0.0 7.113176012691796E-4 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 Shasta Drive from Mackay Drive to Nelson Drive 1954 1000 residential local collector 400 40 16000 asphalt concrete 0 0 0 0.12 37.4135112953359 -122.109479089848 0.0 37.4143636418544 -122.108640254178 0.0 1.016106669026198 161.48976734984552 Tree: 907 site 2 at 4161 ALMA ST, on ALMA ST 70 from pl -1 907 4161 2 fraxinus velutina http://en.wikipedia.org/wiki/Fraxinus_velutina http://www.calflora.org/cgi-bin/species_query.cgi?where-calrecnum=3616 10 10 37.4109664692294 -122.112175105575 0.0 1.365087507732722E-4 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 Shasta Drive from Mackay Drive to Nelson Drive 1954 1000 residential local collector 400 40 16000 asphalt concrete 0 0 0 0.12 37.4135112953359 -122.109479089848 0.0 37.4143636418544 -122.108640254178 0.0 1.016106669026198 161.48976734984552 Tree: 908 site 3 at 4161 ALMA ST, on ALMA ST 113 from pl -1 908 4161 3 fraxinus velutina http://en.wikipedia.org/wiki/Fraxinus_velutina http://www.calflora.org/cgi-bin/species_query.cgi?where-calrecnum=3616 10 10 37.4109020091126 -122.112065884642 0.0 1.3448772569505547E-5 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 Ferne Avenue from Briarwood Way to Scripps Court 1961 500 residential local local residential 314 40 12560 asphalt concrete 0 0 0 0.12 37.4118227427795 -122.110021759548 0.0 37.4124958183039 -122.109350233562 0.0 1.0023074883601673 159.80361195619744 Tree: 923 site 1 at 4221 ALMA ST, on ALMA ST 34 from pl -1 923 4221 1 fraxinus velutina http://en.wikipedia.org/wiki/Fraxinus_velutina http://www.calflora.org/cgi-bin/species_query.cgi?where-calrecnum=3616 10 10 37.4101200636757 -122.110828865829 0.0 6.31220022569942E-4 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 Ferne Avenue from Briarwood Way to Scripps Court 1961 500 residential local local residential 314 40 12560 asphalt concrete 0 0 0 0.12 37.4118227427795 -122.110021759548 0.0 37.4124958183039 -122.109350233562 0.0 1.0023074883601673 159.80361195619744 Tree: 909 site 4 at 4161 ALMA ST, on ALMA ST 156 from pl -1 909 4161 4 fraxinus velutina http://en.wikipedia.org/wiki/Fraxinus_velutina http://www.calflora.org/cgi-bin/species_query.cgi?where-calrecnum=3616 10 10 37.4108194070582 -122.111944383537 0.0 6.524188412648991E-4 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 Ferne Avenue from Briarwood Way to Scripps Court 1961 500 residential local local residential 314 40 12560 asphalt concrete 0 0 0 0.12 37.4118227427795 -122.110021759548 0.0 37.4124958183039 -122.109350233562 0.0 1.0023074883601673 159.80361195619744 Tree: 910 site 5 at 4161 ALMA ST, on ALMA ST 197 from pl -1 910 4161 5 fraxinus velutina http://en.wikipedia.org/wiki/Fraxinus_velutina http://www.calflora.org/cgi-bin/species_query.cgi?where-calrecnum=3616 10 10 37.4107462580174 -122.111831193507 0.0 5.206246796005733E-4 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 Ferne Avenue from Briarwood Way to Scripps Court 1961 500 residential local local residential 314 40 12560 asphalt concrete 0 0 0 0.12 37.4118227427795 -122.110021759548 0.0 37.4124958183039 -122.109350233562 0.0 1.0023074883601673 159.80361195619744 Tree: 911 site 6 at 4161 ALMA ST, on ALMA ST 244 from pl -1 911 4161 6 fraxinus velutina http://en.wikipedia.org/wiki/Fraxinus_velutina http://www.calflora.org/cgi-bin/species_query.cgi?where-calrecnum=3616 10 10 37.4106643575087 -122.111701303598 0.0 3.7082723291313887E-4 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 Ferne Avenue from Briarwood Way to Scripps Court 1961 500 residential local local residential 314 40 12560 asphalt concrete 0 0 0 0.12 37.4118227427795 -122.110021759548 0.0 37.4124958183039 -122.109350233562 0.0 1.0023074883601673 159.80361195619744 Tree: 912 site 7 at 4161 ALMA ST, on ALMA ST 293 from pl -1 912 4161 7 fraxinus velutina http://en.wikipedia.org/wiki/Fraxinus_velutina http://www.calflora.org/cgi-bin/species_query.cgi?where-calrecnum=3616 10 10 37.4105824568557 -122.111571413974 0.0 2.210298860738295E-4 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 Ferne Avenue from Briarwood Way to Scripps Court 1961 500 residential local local residential 314 40 12560 asphalt concrete 0 0 0 0.12 37.4118227427795 -122.110021759548 0.0 37.4124958183039 -122.109350233562 0.0 1.0023074883601673 159.80361195619744 Tree: 914 site 9 at 4161 ALMA ST, on ALMA ST 387 from pl -1 914 4161 9 fraxinus velutina http://en.wikipedia.org/wiki/Fraxinus_velutina http://www.calflora.org/cgi-bin/species_query.cgi?where-calrecnum=3616 10 10 37.4104229452077 -122.11132774908 0.0 6.412736625077234E-5 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 Ferne Avenue from Briarwood Way to Scripps Court 1961 500 residential local local residential 314 40 12560 asphalt concrete 0 0 0 0.12 37.4118227427795 -122.110021759548 0.0 37.4124958183039 -122.109350233562 0.0 1.0023074883601673 159.80361195619744 Tree: 913 site 8 at 4161 ALMA ST, on ALMA ST 340 from pl -1 913 4161 8 fraxinus velutina http://en.wikipedia.org/wiki/Fraxinus_velutina http://www.calflora.org/cgi-bin/species_query.cgi?where-calrecnum=3616 10 10 37.410500322135 -122.111444321069 0.0 7.30470758580361E-5 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 Ferne Avenue from Briarwood Way to Scripps Court 1961 500 residential local local residential 314 40 12560 asphalt concrete 0 0 0 0.12 37.4118227427795 -122.110021759548 0.0 37.4124958183039 -122.109350233562 0.0 1.0023074883601673 159.80361195619744 Tree: 907 site 2 at 4161 ALMA ST, on ALMA ST 70 from pl -1 907 4161 2 fraxinus velutina http://en.wikipedia.org/wiki/Fraxinus_velutina http://www.calflora.org/cgi-bin/species_query.cgi?where-calrecnum=3616 10 10 37.4109664692294 -122.112175105575 0.0 9.196206127532367E-4 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 Ferne Avenue from Briarwood Way to Scripps Court 1961 500 residential local local residential 314 40 12560 asphalt concrete 0 0 0 0.12 37.4118227427795 -122.110021759548 0.0 37.4124958183039 -122.109350233562 0.0 1.0023074883601673 159.80361195619744 Tree: 908 site 3 at 4161 ALMA ST, on ALMA ST 113 from pl -1 908 4161 3 fraxinus velutina http://en.wikipedia.org/wiki/Fraxinus_velutina http://www.calflora.org/cgi-bin/species_query.cgi?where-calrecnum=3616 10 10 37.4109020091126 -122.112065884642 0.0 7.967731715611698E-4 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 Ferne Avenue from Alma Street to Ferne Court 1961 800 residential local local residential 392 40 15680 asphalt concrete 0 0 0 0.12 37.4101755060516 -122.111136098254 0.0 37.4110357212449 -122.110283266477 0.0 1.0086575295414655 160.57849237241814 Tree: 924 site 1 at 4243 ALMA ST, on ALMA ST 15 from pl -1 924 4243 1 fraxinus velutina http://en.wikipedia.org/wiki/Fraxinus_velutina http://www.calflora.org/cgi-bin/species_query.cgi?where-calrecnum=3616 10 10 37.4097869795839 -122.110276672845 0.0 8.838621864516375E-4 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 Ferne Avenue from Alma Street to Ferne Court 1961 800 residential local local residential 392 40 15680 asphalt concrete 0 0 0 0.12 37.4101755060516 -122.111136098254 0.0 37.4110357212449 -122.110283266477 0.0 1.0086575295414655 160.57849237241814 Tree: 923 site 1 at 4221 ALMA ST, on ALMA ST 34 from pl -1 923 4221 1 fraxinus velutina http://en.wikipedia.org/wiki/Fraxinus_velutina http://www.calflora.org/cgi-bin/species_query.cgi?where-calrecnum=3616 10 10 37.4101200636757 -122.110828865829 0.0 2.572148040149769E-4 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 Ferne Avenue from Alma Street to Ferne Court 1961 800 residential local local residential 392 40 15680 asphalt concrete 0 0 0 0.12 37.4101755060516 -122.111136098254 0.0 37.4110357212449 -122.110283266477 0.0 1.0086575295414655 160.57849237241814 Tree: 910 site 5 at 4161 ALMA ST, on ALMA ST 197 from pl -1 910 4161 5 fraxinus velutina http://en.wikipedia.org/wiki/Fraxinus_velutina http://www.calflora.org/cgi-bin/species_query.cgi?where-calrecnum=3616 10 10 37.4107462580174 -122.111831193507 0.0 8.954597967123012E-4 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 Ferne Avenue from Alma Street to Ferne Court 1961 800 residential local local residential 392 40 15680 asphalt concrete 0 0 0 0.12 37.4101755060516 -122.111136098254 0.0 37.4110357212449 -122.110283266477 0.0 1.0086575295414655 160.57849237241814 Tree: 911 site 6 at 4161 ALMA ST, on ALMA ST 244 from pl -1 911 4161 6 fraxinus velutina http://en.wikipedia.org/wiki/Fraxinus_velutina http://www.calflora.org/cgi-bin/species_query.cgi?where-calrecnum=3616 10 10 37.4106643575087 -122.111701303598 0.0 7.45556490943821E-4 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 Ferne Avenue from Alma Street to Ferne Court 1961 800 residential local local residential 392 40 15680 asphalt concrete 0 0 0 0.12 37.4101755060516 -122.111136098254 0.0 37.4110357212449 -122.110283266477 0.0 1.0086575295414655 160.57849237241814 Tree: 912 site 7 at 4161 ALMA ST, on ALMA ST 293 from pl -1 912 4161 7 fraxinus velutina http://en.wikipedia.org/wiki/Fraxinus_velutina http://www.calflora.org/cgi-bin/species_query.cgi?where-calrecnum=3616 10 10 37.4105824568557 -122.111571413974 0.0 5.95653285987618E-4 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 Ferne Avenue from Alma Street to Ferne Court 1961 800 residential local local residential 392 40 15680 asphalt concrete 0 0 0 0.12 37.4101755060516 -122.111136098254 0.0 37.4110357212449 -122.110283266477 0.0 1.0086575295414655 160.57849237241814 Tree: 914 site 9 at 4161 ALMA ST, on ALMA ST 387 from pl -1 914 4161 9 fraxinus velutina http://en.wikipedia.org/wiki/Fraxinus_velutina http://www.calflora.org/cgi-bin/species_query.cgi?where-calrecnum=3616 10 10 37.4104229452077 -122.11132774908 0.0 3.1031059514622126E-4 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 Ferne Avenue from Alma Street to Ferne Court 1961 800 residential local local residential 392 40 15680 asphalt concrete 0 0 0 0.12 37.4101755060516 -122.111136098254 0.0 37.4110357212449 -122.110283266477 0.0 1.0086575295414655 160.57849237241814 Tree: 913 site 8 at 4161 ALMA ST, on ALMA ST 340 from pl -1 913 4161 8 fraxinus velutina http://en.wikipedia.org/wiki/Fraxinus_velutina http://www.calflora.org/cgi-bin/species_query.cgi?where-calrecnum=3616 10 10 37.410500322135 -122.111444321069 0.0 4.475713691591971E-4 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 Fairfield Court from Mackay Drive to End 1972 0 residential dead end local residential 188 36 6768 asphalt concrete 0 0 0 0.12 37.4114411672002 -122.107893475304 0.0 37.4118188447152 -122.107521814236 0.0 1.0161879936148985 161.49601644241113 Tree: 926 site 3 at 4243 ALMA ST, on ALMA ST 98 from pl -1 926 4243 3 fraxinus velutina http://en.wikipedia.org/wiki/Fraxinus_velutina http://www.calflora.org/cgi-bin/species_query.cgi?where-calrecnum=3616 10 10 37.4096451293862 -122.110052971379 0.0 2.794518130373261E-4 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 Fairfield Court from Mackay Drive to End 1972 0 residential dead end local residential 188 36 6768 asphalt concrete 0 0 0 0.12 37.4114411672002 -122.107893475304 0.0 37.4118188447152 -122.107521814236 0.0 1.0161879936148985 161.49601644241113 Tree: 925 site 2 at 4243 ALMA ST, on ALMA ST 58 from pl -1 925 4243 2 fraxinus velutina http://en.wikipedia.org/wiki/Fraxinus_velutina http://www.calflora.org/cgi-bin/species_query.cgi?where-calrecnum=3616 10 10 37.4097134909807 -122.110160779208 0.0 4.04242335562496E-4 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 Fairfield Court from Mackay Drive to End 1972 0 residential dead end local residential 188 36 6768 asphalt concrete 0 0 0 0.12 37.4114411672002 -122.107893475304 0.0 37.4118188447152 -122.107521814236 0.0 1.0161879936148985 161.49601644241113 Tree: 924 site 1 at 4243 ALMA ST, on ALMA ST 15 from pl -1 924 4243 1 fraxinus velutina http://en.wikipedia.org/wiki/Fraxinus_velutina http://www.calflora.org/cgi-bin/species_query.cgi?where-calrecnum=3616 10 10 37.4097869795839 -122.110276672845 0.0 5.383922268662679E-4 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 Fairfield Court from Mackay Drive to End 1972 0 residential dead end local residential 188 36 6768 asphalt concrete 0 0 0 0.12 37.4114411672002 -122.107893475304 0.0 37.4118188447152 -122.107521814236 0.0 1.0161879936148985 161.49601644241113 Tree: 927 site 1 at 4245 ALMA ST, on ALMA ST 73 from pl -1 927 4245 1 juglans nigra http://en.wikipedia.org/wiki/Juglans_nigra NULL 30 40 37.4094069392663 -122.109604220859 0.0 2.074683060732154E-4 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 Calcaterra Place from Mackay Drive to End, East 1953 0 residential dead end local residential 329 36 11844 asphalt concrete 0 0 0 0.12 37.4128347861887 -122.107646969718 0.0 37.4130125891308 -122.107574900725 0.0 2.467121222149036 338.6672020118624 Tree: 927 site 1 at 4245 ALMA ST, on ALMA ST 73 from pl -1 927 4245 1 juglans nigra http://en.wikipedia.org/wiki/Juglans_nigra NULL 30 40 37.4094069392663 -122.109604220859 0.0 5.262528566926254E-4 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 Calcaterra Place from Mackay Drive to End, East 1953 0 residential dead end local residential 329 36 11844 asphalt concrete 0 0 0 0.12 37.4128095945559 -122.107657205803 0.0 37.4128347861887 -122.107646969718 0.0 2.4610613159331574 337.9272411229843 Tree: 927 site 1 at 4245 ALMA ST, on ALMA ST 73 from pl -1 927 4245 1 juglans nigra http://en.wikipedia.org/wiki/Juglans_nigra NULL 30 40 37.4094069392663 -122.109604220859 0.0 5.229003664313913E-4 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 Calcaterra Place from Mackay Drive to End, East 1953 0 residential dead end local residential 329 36 11844 asphalt concrete 0 0 0 0.12 37.4128081206446 -122.107657807038 0.0 37.4128095945559 -122.107657205803 0.0 2.451472886360057 336.7564204515302 Tree: 927 site 1 at 4245 ALMA ST, on ALMA ST 73 from pl -1 927 4245 1 juglans nigra http://en.wikipedia.org/wiki/Juglans_nigra NULL 30 40 37.4094069392663 -122.109604220859 0.0 5.176030460548794E-4 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 Calcaterra Place from Mackay Drive to End, East 1953 0 residential dead end local residential 329 36 11844 asphalt concrete 0 0 0 0.12 37.4127778543754 -122.10767210216 0.0 37.4128081206446 -122.107657807038 0.0 2.1172445537383995 295.94458158234795 Tree: 926 site 3 at 4243 ALMA ST, on ALMA ST 98 from pl -1 926 4243 3 fraxinus velutina http://en.wikipedia.org/wiki/Fraxinus_velutina http://www.calflora.org/cgi-bin/species_query.cgi?where-calrecnum=3616 10 10 37.4096451293862 -122.110052971379 0.0 8.149218896804833E-4 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 Calcaterra Place from Mackay Drive to End, East 1953 0 residential dead end local residential 329 36 11844 asphalt concrete 0 0 0 0.12 37.4127778543754 -122.10767210216 0.0 37.4128081206446 -122.107657807038 0.0 2.1172445537383995 295.94458158234795 Tree: 925 site 2 at 4243 ALMA ST, on ALMA ST 58 from pl -1 925 4243 2 fraxinus velutina http://en.wikipedia.org/wiki/Fraxinus_velutina http://www.calflora.org/cgi-bin/species_query.cgi?where-calrecnum=3616 10 10 37.4097134909807 -122.110160779208 0.0 9.415989630952876E-4 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 Calcaterra Place from Mackay Drive to End, East 1953 0 residential dead end local residential 329 36 11844 asphalt concrete 0 0 0 0.12 37.4127778543754 -122.10767210216 0.0 37.4128081206446 -122.107657807038 0.0 2.1172445537383995 295.94458158234795 Tree: 927 site 1 at 4245 ALMA ST, on ALMA ST 73 from pl -1 927 4245 1 juglans nigra http://en.wikipedia.org/wiki/Juglans_nigra NULL 30 40 37.4094069392663 -122.109604220859 0.0 3.074294132302805E-4 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 Calcaterra Place from Mackay Drive to End, East 1953 0 residential dead end local residential 329 36 11844 asphalt concrete 0 0 0 0.12 37.4127486970773 -122.107689649911 0.0 37.4127778543754 -122.10767210216 0.0 1.6615974378459857 240.30657296066218 Tree: 926 site 3 at 4243 ALMA ST, on ALMA ST 98 from pl -1 926 4243 3 fraxinus velutina http://en.wikipedia.org/wiki/Fraxinus_velutina http://www.calflora.org/cgi-bin/species_query.cgi?where-calrecnum=3616 10 10 37.4096451293862 -122.110052971379 0.0 4.2454434360076845E-4 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 Calcaterra Place from Mackay Drive to End, East 1953 0 residential dead end local residential 329 36 11844 asphalt concrete 0 0 0 0.12 37.4127486970773 -122.107689649911 0.0 37.4127778543754 -122.10767210216 0.0 1.6615974378459857 240.30657296066218 Tree: 925 site 2 at 4243 ALMA ST, on ALMA ST 58 from pl -1 925 4243 2 fraxinus velutina http://en.wikipedia.org/wiki/Fraxinus_velutina http://www.calflora.org/cgi-bin/species_query.cgi?where-calrecnum=3616 10 10 37.4097134909807 -122.110160779208 0.0 5.521646693236143E-4 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 Calcaterra Place from Mackay Drive to End, East 1953 0 residential dead end local residential 329 36 11844 asphalt concrete 0 0 0 0.12 37.4127486970773 -122.107689649911 0.0 37.4127778543754 -122.10767210216 0.0 1.6615974378459857 240.30657296066218 Tree: 924 site 1 at 4243 ALMA ST, on ALMA ST 15 from pl -1 924 4243 1 fraxinus velutina http://en.wikipedia.org/wiki/Fraxinus_velutina http://www.calflora.org/cgi-bin/species_query.cgi?where-calrecnum=3616 10 10 37.4097869795839 -122.110276672845 0.0 6.893566515187058E-4 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 Calcaterra Place from Mackay Drive to End, East 1953 0 residential dead end local residential 329 36 11844 asphalt concrete 0 0 0 0.12 37.4127486970773 -122.107689649911 0.0 37.4127778543754 -122.10767210216 0.0 1.6615974378459857 240.30657296066218 Tree: 927 site 1 at 4245 ALMA ST, on ALMA ST 73 from pl -1 927 4245 1 juglans nigra http://en.wikipedia.org/wiki/Juglans_nigra NULL 30 40 37.4094069392663 -122.109604220859 0.0 8.276758069157537E-5 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 Calcaterra Place from Mackay Drive to End, East 1953 0 residential dead end local residential 329 36 11844 asphalt concrete 0 0 0 0.12 37.4127208706536 -122.107710316737 0.0 37.4127486970773 -122.107689649911 0.0 1.3464294755364792 201.82214123137814 Tree: 926 site 3 at 4243 ALMA ST, on ALMA ST 98 from pl -1 926 4243 3 fraxinus velutina http://en.wikipedia.org/wiki/Fraxinus_velutina http://www.calflora.org/cgi-bin/species_query.cgi?where-calrecnum=3616 10 10 37.4096451293862 -122.110052971379 0.0 4.67921370528036E-5 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 Calcaterra Place from Mackay Drive to End, East 1953 0 residential dead end local residential 329 36 11844 asphalt concrete 0 0 0 0.12 37.4127208706536 -122.107710316737 0.0 37.4127486970773 -122.107689649911 0.0 1.3464294755364792 201.82214123137814 Tree: 925 site 2 at 4243 ALMA ST, on ALMA ST 58 from pl -1 925 4243 2 fraxinus velutina http://en.wikipedia.org/wiki/Fraxinus_velutina http://www.calflora.org/cgi-bin/species_query.cgi?where-calrecnum=3616 10 10 37.4097134909807 -122.110160779208 0.0 1.7410078985093396E-4 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 Calcaterra Place from Mackay Drive to End, East 1953 0 residential dead end local residential 329 36 11844 asphalt concrete 0 0 0 0.12 37.4127208706536 -122.107710316737 0.0 37.4127486970773 -122.107689649911 0.0 1.3464294755364792 201.82214123137814 Tree: 924 site 1 at 4243 ALMA ST, on ALMA ST 15 from pl -1 924 4243 1 fraxinus velutina http://en.wikipedia.org/wiki/Fraxinus_velutina http://www.calflora.org/cgi-bin/species_query.cgi?where-calrecnum=3616 10 10 37.4097869795839 -122.110276672845 0.0 3.109577027525789E-4 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 Calcaterra Place from Mackay Drive to End, East 1953 0 residential dead end local residential 329 36 11844 asphalt concrete 0 0 0 0.12 37.4127208706536 -122.107710316737 0.0 37.4127486970773 -122.107689649911 0.0 1.3464294755364792 201.82214123137814 Tree: 923 site 1 at 4221 ALMA ST, on ALMA ST 34 from pl -1 923 4221 1 fraxinus velutina http://en.wikipedia.org/wiki/Fraxinus_velutina http://www.calflora.org/cgi-bin/species_query.cgi?where-calrecnum=3616 10 10 37.4101200636757 -122.110828865829 0.0 9.528593256279488E-4 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 Calcaterra Place from Mackay Drive to End, East 1953 0 residential dead end local residential 329 36 11844 asphalt concrete 0 0 0 0.12 37.4127208706536 -122.107710316737 0.0 37.4127486970773 -122.107689649911 0.0 1.3464294755364792 201.82214123137814 Tree: 927 site 1 at 4245 ALMA ST, on ALMA ST 73 from pl -1 927 4245 1 juglans nigra http://en.wikipedia.org/wiki/Juglans_nigra NULL 30 40 37.4094069392663 -122.109604220859 0.0 4.554855519510679E-4 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 Calcaterra Place from Mackay Drive to End, East 1953 0 residential dead end local residential 329 36 11844 asphalt concrete 0 0 0 0.12 37.4126945868787 -122.107733945349 0.0 37.4127208706536 -122.107710316737 0.0 1.1123706674835359 173.24175610056858 Tree: 926 site 3 at 4243 ALMA ST, on ALMA ST 98 from pl -1 926 4243 3 fraxinus velutina http://en.wikipedia.org/wiki/Fraxinus_velutina http://www.calflora.org/cgi-bin/species_query.cgi?where-calrecnum=3616 10 10 37.4096451293862 -122.110052971379 0.0 3.141102547131676E-4 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 Calcaterra Place from Mackay Drive to End, East 1953 0 residential dead end local residential 329 36 11844 asphalt concrete 0 0 0 0.12 37.4126945868787 -122.107733945349 0.0 37.4127208706536 -122.107710316737 0.0 1.1123706674835359 173.24175610056858 Tree: 925 site 2 at 4243 ALMA ST, on ALMA ST 58 from pl -1 925 4243 2 fraxinus velutina http://en.wikipedia.org/wiki/Fraxinus_velutina http://www.calflora.org/cgi-bin/species_query.cgi?where-calrecnum=3616 10 10 37.4097134909807 -122.110160779208 0.0 1.8823384825277252E-4 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 Calcaterra Place from Mackay Drive to End, East 1953 0 residential dead end local residential 329 36 11844 asphalt concrete 0 0 0 0.12 37.4126945868787 -122.107733945349 0.0 37.4127208706536 -122.107710316737 0.0 1.1123706674835359 173.24175610056858 Tree: 924 site 1 at 4243 ALMA ST, on ALMA ST 15 from pl -1 924 4243 1 fraxinus velutina http://en.wikipedia.org/wiki/Fraxinus_velutina http://www.calflora.org/cgi-bin/species_query.cgi?where-calrecnum=3616 10 10 37.4097869795839 -122.110276672845 0.0 5.29166212102486E-5 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 Calcaterra Place from Mackay Drive to End, East 1953 0 residential dead end local residential 329 36 11844 asphalt concrete 0 0 0 0.12 37.4126945868787 -122.107733945349 0.0 37.4127208706536 -122.107710316737 0.0 1.1123706674835359 173.24175610056858 Tree: 923 site 1 at 4221 ALMA ST, on ALMA ST 34 from pl -1 923 4221 1 fraxinus velutina http://en.wikipedia.org/wiki/Fraxinus_velutina http://www.calflora.org/cgi-bin/species_query.cgi?where-calrecnum=3616 10 10 37.4101200636757 -122.110828865829 0.0 5.804152231105508E-4 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 Calcaterra Place from Mackay Drive to End, East 1953 0 residential dead end local residential 329 36 11844 asphalt concrete 0 0 0 0.12 37.4126945868787 -122.107733945349 0.0 37.4127208706536 -122.107710316737 0.0 1.1123706674835359 173.24175610056858 Tree: 927 site 1 at 4245 ALMA ST, on ALMA ST 73 from pl -1 927 4245 1 juglans nigra http://en.wikipedia.org/wiki/Juglans_nigra NULL 30 40 37.4094069392663 -122.109604220859 0.0 8.070739748213617E-4 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 Calcaterra Place from Mackay Drive to End, East 1953 0 residential dead end local residential 329 36 11844 asphalt concrete 0 0 0 0.12 37.4122925025381 -122.108129865644 0.0 37.4126945868787 -122.107733945349 0.0 1.0155689053370194 161.4215122829408 Tree: 926 site 3 at 4243 ALMA ST, on ALMA ST 98 from pl -1 926 4243 3 fraxinus velutina http://en.wikipedia.org/wiki/Fraxinus_velutina http://www.calflora.org/cgi-bin/species_query.cgi?where-calrecnum=3616 10 10 37.4096451293862 -122.110052971379 0.0 4.8715627343673466E-4 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 Calcaterra Place from Mackay Drive to End, East 1953 0 residential dead end local residential 329 36 11844 asphalt concrete 0 0 0 0.12 37.4122925025381 -122.108129865644 0.0 37.4126945868787 -122.107733945349 0.0 1.0155689053370194 161.4215122829408 Tree: 925 site 2 at 4243 ALMA ST, on ALMA ST 58 from pl -1 925 4243 2 fraxinus velutina http://en.wikipedia.org/wiki/Fraxinus_velutina http://www.calflora.org/cgi-bin/species_query.cgi?where-calrecnum=3616 10 10 37.4097134909807 -122.110160779208 0.0 3.6237394974829697E-4 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 Calcaterra Place from Mackay Drive to End, East 1953 0 residential dead end local residential 329 36 11844 asphalt concrete 0 0 0 0.12 37.4122925025381 -122.108129865644 0.0 37.4126945868787 -122.107733945349 0.0 1.0155689053370194 161.4215122829408 Tree: 924 site 1 at 4243 ALMA ST, on ALMA ST 15 from pl -1 924 4243 1 fraxinus velutina http://en.wikipedia.org/wiki/Fraxinus_velutina http://www.calflora.org/cgi-bin/species_query.cgi?where-calrecnum=3616 10 10 37.4097869795839 -122.110276672845 0.0 2.2823287222521068E-4 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 Calcaterra Place from Mackay Drive to End, East 1953 0 residential dead end local residential 329 36 11844 asphalt concrete 0 0 0 0.12 37.4122925025381 -122.108129865644 0.0 37.4126945868787 -122.107733945349 0.0 1.0155689053370194 161.4215122829408 Tree: 923 site 1 at 4221 ALMA ST, on ALMA ST 34 from pl -1 923 4221 1 fraxinus velutina http://en.wikipedia.org/wiki/Fraxinus_velutina http://www.calflora.org/cgi-bin/species_query.cgi?where-calrecnum=3616 10 10 37.4101200636757 -122.110828865829 0.0 3.9893059717294546E-4 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 Calcaterra Place from Mackay Drive to End, East 1953 0 residential dead end local residential 329 36 11844 asphalt concrete 0 0 0 0.12 37.4122925025381 -122.108129865644 0.0 37.4126945868787 -122.107733945349 0.0 1.0155689053370194 161.4215122829408 Tree: 914 site 9 at 4161 ALMA ST, on ALMA ST 387 from pl -1 914 4161 9 fraxinus velutina http://en.wikipedia.org/wiki/Fraxinus_velutina http://www.calflora.org/cgi-bin/species_query.cgi?where-calrecnum=3616 10 10 37.4104229452077 -122.11132774908 0.0 9.669175138330816E-4 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 Calcaterra Place from Mackay Drive to End, East 1953 0 residential dead end local residential 329 36 11844 asphalt concrete 0 0 0 0.12 37.4122925025381 -122.108129865644 0.0 37.4126945868787 -122.107733945349 0.0 1.0155689053370194 161.4215122829408 Tree: 927 site 1 at 4245 ALMA ST, on ALMA ST 73 from pl -1 927 4245 1 juglans nigra http://en.wikipedia.org/wiki/Juglans_nigra NULL 30 40 37.4094069392663 -122.109604220859 0.0 9.740321979543286E-4 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 Calcaterra Place from Mackay Drive to End, West 1953 0 residential dead end local residential 222 36 7992 asphalt concrete 0 0 0 0.12 37.4119246573389 -122.108653739496 0.0 37.4123681934109 -122.10821293857 0.0 1.0062049461250164 160.27825601468675 Tree: 926 site 3 at 4243 ALMA ST, on ALMA ST 98 from pl -1 926 4243 3 fraxinus velutina http://en.wikipedia.org/wiki/Fraxinus_velutina http://www.calflora.org/cgi-bin/species_query.cgi?where-calrecnum=3616 10 10 37.4096451293862 -122.110052971379 0.0 6.14414953550821E-4 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 Calcaterra Place from Mackay Drive to End, West 1953 0 residential dead end local residential 222 36 7992 asphalt concrete 0 0 0 0.12 37.4119246573389 -122.108653739496 0.0 37.4123681934109 -122.10821293857 0.0 1.0062049461250164 160.27825601468675 Tree: 925 site 2 at 4243 ALMA ST, on ALMA ST 58 from pl -1 925 4243 2 fraxinus velutina http://en.wikipedia.org/wiki/Fraxinus_velutina http://www.calflora.org/cgi-bin/species_query.cgi?where-calrecnum=3616 10 10 37.4097134909807 -122.110160779208 0.0 4.897586870605345E-4 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 Calcaterra Place from Mackay Drive to End, West 1953 0 residential dead end local residential 222 36 7992 asphalt concrete 0 0 0 0.12 37.4119246573389 -122.108653739496 0.0 37.4123681934109 -122.10821293857 0.0 1.0062049461250164 160.27825601468675 Tree: 924 site 1 at 4243 ALMA ST, on ALMA ST 15 from pl -1 924 4243 1 fraxinus velutina http://en.wikipedia.org/wiki/Fraxinus_velutina http://www.calflora.org/cgi-bin/species_query.cgi?where-calrecnum=3616 10 10 37.4097869795839 -122.110276672845 0.0 3.5575312213270303E-4 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 Calcaterra Place from Mackay Drive to End, West 1953 0 residential dead end local residential 222 36 7992 asphalt concrete 0 0 0 0.12 37.4119246573389 -122.108653739496 0.0 37.4123681934109 -122.10821293857 0.0 1.0062049461250164 160.27825601468675 Tree: 923 site 1 at 4221 ALMA ST, on ALMA ST 34 from pl -1 923 4221 1 fraxinus velutina http://en.wikipedia.org/wiki/Fraxinus_velutina http://www.calflora.org/cgi-bin/species_query.cgi?where-calrecnum=3616 10 10 37.4101200636757 -122.110828865829 0.0 2.70708495025956E-4 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 Calcaterra Place from Mackay Drive to End, West 1953 0 residential dead end local residential 222 36 7992 asphalt concrete 0 0 0 0.12 37.4119246573389 -122.108653739496 0.0 37.4123681934109 -122.10821293857 0.0 1.0062049461250164 160.27825601468675 Tree: 914 site 9 at 4161 ALMA ST, on ALMA ST 387 from pl -1 914 4161 9 fraxinus velutina http://en.wikipedia.org/wiki/Fraxinus_velutina http://www.calflora.org/cgi-bin/species_query.cgi?where-calrecnum=3616 10 10 37.4104229452077 -122.11132774908 0.0 8.380677510909226E-4 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 Calcaterra Place from Mackay Drive to End, West 1953 0 residential dead end local residential 222 36 7992 asphalt concrete 0 0 0 0.12 37.4119246573389 -122.108653739496 0.0 37.4123681934109 -122.10821293857 0.0 1.0062049461250164 160.27825601468675 Tree: 913 site 8 at 4161 ALMA ST, on ALMA ST 340 from pl -1 913 4161 8 fraxinus velutina http://en.wikipedia.org/wiki/Fraxinus_velutina http://www.calflora.org/cgi-bin/species_query.cgi?where-calrecnum=3616 10 10 37.410500322135 -122.111444321069 0.0 9.752954080341415E-4 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 San Antonio Avenue from City Limit to San Antonio Avenue 1962 6000 truck & bus routes county or commercial bus route 200 24 4800 asphalt concrete 0 0 0 0.12 37.4091264767297 -122.108372931365 0.0 37.4091416909032 -122.108354489122 0.0 0.8249632916775791 138.14405175158197 Tree: 927 site 1 at 4245 ALMA ST, on ALMA ST 73 from pl -1 927 4245 1 juglans nigra http://en.wikipedia.org/wiki/Juglans_nigra NULL 30 40 37.4094069392663 -122.109604220859 0.0 9.99896105393791E-4 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 Briarwood Way from Ferne Avenue to Hemlock Court 1961 1000 residential local local residential 610 40 24400 asphalt concrete 0 0 0 0.12 37.4110078315823 -122.108924759515 0.0 37.4110018355409 -122.108904895475 0.0 -0.30185407411904025 0.5519314066273537 Tree: 919 site 5 at 4181 ALMA ST, on ALMA ST 203 from pl -1 919 4181 5 fraxinus velutina http://en.wikipedia.org/wiki/Fraxinus_velutina http://www.calflora.org/cgi-bin/species_query.cgi?where-calrecnum=3616 10 10 37.4110899832346 -122.112363767066 0.0 9.151434872322203E-4 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 Briarwood Way from Ferne Avenue to Hemlock Court 1961 1000 residential local local residential 610 40 24400 asphalt concrete 0 0 0 0.12 37.4110078315823 -122.108924759515 0.0 37.4110018355409 -122.108904895475 0.0 -0.30185407411904025 0.5519314066273537 Tree: 918 site 4 at 4181 ALMA ST, on ALMA ST 154 from pl -1 918 4181 4 fraxinus velutina http://en.wikipedia.org/wiki/Fraxinus_velutina http://www.calflora.org/cgi-bin/species_query.cgi?where-calrecnum=3616 10 10 37.4111658928771 -122.11248438921 0.0 8.773293160255998E-4 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 Briarwood Way from Ferne Avenue to Hemlock Court 1961 1000 residential local local residential 610 40 24400 asphalt concrete 0 0 0 0.12 37.4110078315823 -122.108924759515 0.0 37.4110018355409 -122.108904895475 0.0 -0.30185407411904025 0.5519314066273537 Tree: 917 site 3 at 4181 ALMA ST, on ALMA ST 105 from pl -1 917 4181 3 fraxinus velutina http://en.wikipedia.org/wiki/Fraxinus_velutina http://www.calflora.org/cgi-bin/species_query.cgi?where-calrecnum=3616 10 10 37.4112547809895 -122.11262509498 0.0 8.328940670777338E-4 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 Briarwood Way from Ferne Avenue to Hemlock Court 1961 1000 residential local local residential 610 40 24400 asphalt concrete 0 0 0 0.12 37.4110078315823 -122.108924759515 0.0 37.4110018355409 -122.108904895475 0.0 -0.30185407411904025 0.5519314066273537 Tree: 916 site 2 at 4181 ALMA ST, on ALMA ST 61 from pl -1 916 4181 2 fraxinus velutina http://en.wikipedia.org/wiki/Fraxinus_velutina http://www.calflora.org/cgi-bin/species_query.cgi?where-calrecnum=3616 10 10 37.4113239358546 -122.112732107044 0.0 7.976135050735344E-4 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 Briarwood Way from Ferne Avenue to Hemlock Court 1961 1000 residential local local residential 610 40 24400 asphalt concrete 0 0 0 0.12 37.4110078315823 -122.108924759515 0.0 37.4110018355409 -122.108904895475 0.0 -0.30185407411904025 0.5519314066273537 Tree: 905 site 7 at 4111 ALMA ST, on ALMA ST 367 from pl -1 905 4111 7 fraxinus velutina http://en.wikipedia.org/wiki/Fraxinus_velutina http://www.calflora.org/cgi-bin/species_query.cgi?where-calrecnum=3616 10 10 37.4114933130279 -122.112985249683 0.0 7.086146940062473E-4 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 Briarwood Way from Ferne Avenue to Hemlock Court 1961 1000 residential local local residential 610 40 24400 asphalt concrete 0 0 0 0.12 37.4110078315823 -122.108924759515 0.0 37.4110018355409 -122.108904895475 0.0 -0.30185407411904025 0.5519314066273537 Tree: 906 site 1 at 4161 ALMA ST, on ALMA ST 20 from pl -1 906 4161 1 fraxinus velutina http://en.wikipedia.org/wiki/Fraxinus_velutina http://www.calflora.org/cgi-bin/species_query.cgi?where-calrecnum=3616 10 10 37.4110525965859 -122.112308379546 0.0 9.349294283875311E-4 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 Briarwood Way from Ferne Avenue to Hemlock Court 1961 1000 residential local local residential 610 40 24400 asphalt concrete 0 0 0 0.12 37.4110078315823 -122.108924759515 0.0 37.4110018355409 -122.108904895475 0.0 -0.30185407411904025 0.5519314066273537 Tree: 915 site 1 at 4181 ALMA ST, on ALMA ST 14 from pl -1 915 4181 1 fraxinus velutina http://en.wikipedia.org/wiki/Fraxinus_velutina http://www.calflora.org/cgi-bin/species_query.cgi?where-calrecnum=3616 10 10 37.4114000790744 -122.112849933477 0.0 7.587678287544558E-4 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 Briarwood Way from Ferne Avenue to Hemlock Court 1961 1000 residential local local residential 610 40 24400 asphalt concrete 0 0 0 0.12 37.4110078315823 -122.108924759515 0.0 37.4110018355409 -122.108904895475 0.0 -0.30185407411904025 0.5519314066273537 Tree: 907 site 2 at 4161 ALMA ST, on ALMA ST 70 from pl -1 907 4161 2 fraxinus velutina http://en.wikipedia.org/wiki/Fraxinus_velutina http://www.calflora.org/cgi-bin/species_query.cgi?where-calrecnum=3616 10 10 37.4109664692294 -122.112175105575 0.0 9.788693159827515E-4 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 Briarwood Way from Ferne Avenue to Hemlock Court 1961 1000 residential local local residential 610 40 24400 asphalt concrete 0 0 0 0.12 37.4110018355409 -122.108904895475 0.0 37.4109599410396 -122.108767145778 0.0 -0.3041349796934935 0.27341252476087874 Tree: 919 site 5 at 4181 ALMA ST, on ALMA ST 203 from pl -1 919 4181 5 fraxinus velutina http://en.wikipedia.org/wiki/Fraxinus_velutina http://www.calflora.org/cgi-bin/species_query.cgi?where-calrecnum=3616 10 10 37.4110899832346 -122.112363767066 0.0 9.221123861283789E-4 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 Briarwood Way from Ferne Avenue to Hemlock Court 1961 1000 residential local local residential 610 40 24400 asphalt concrete 0 0 0 0.12 37.4110018355409 -122.108904895475 0.0 37.4109599410396 -122.108767145778 0.0 -0.3041349796934935 0.27341252476087874 Tree: 918 site 4 at 4181 ALMA ST, on ALMA ST 154 from pl -1 918 4181 4 fraxinus velutina http://en.wikipedia.org/wiki/Fraxinus_velutina http://www.calflora.org/cgi-bin/species_query.cgi?where-calrecnum=3616 10 10 37.4111658928771 -122.11248438921 0.0 8.84585366417864E-4 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 Briarwood Way from Ferne Avenue to Hemlock Court 1961 1000 residential local local residential 610 40 24400 asphalt concrete 0 0 0 0.12 37.4110018355409 -122.108904895475 0.0 37.4109599410396 -122.108767145778 0.0 -0.3041349796934935 0.27341252476087874 Tree: 917 site 3 at 4181 ALMA ST, on ALMA ST 105 from pl -1 917 4181 3 fraxinus velutina http://en.wikipedia.org/wiki/Fraxinus_velutina http://www.calflora.org/cgi-bin/species_query.cgi?where-calrecnum=3616 10 10 37.4112547809895 -122.11262509498 0.0 8.404852854349287E-4 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 Briarwood Way from Ferne Avenue to Hemlock Court 1961 1000 residential local local residential 610 40 24400 asphalt concrete 0 0 0 0.12 37.4110018355409 -122.108904895475 0.0 37.4109599410396 -122.108767145778 0.0 -0.3041349796934935 0.27341252476087874 Tree: 916 site 2 at 4181 ALMA ST, on ALMA ST 61 from pl -1 916 4181 2 fraxinus velutina http://en.wikipedia.org/wiki/Fraxinus_velutina http://www.calflora.org/cgi-bin/species_query.cgi?where-calrecnum=3616 10 10 37.4113239358546 -122.112732107044 0.0 8.054605715994546E-4 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 Briarwood Way from Ferne Avenue to Hemlock Court 1961 1000 residential local local residential 610 40 24400 asphalt concrete 0 0 0 0.12 37.4110018355409 -122.108904895475 0.0 37.4109599410396 -122.108767145778 0.0 -0.3041349796934935 0.27341252476087874 Tree: 905 site 7 at 4111 ALMA ST, on ALMA ST 367 from pl -1 905 4111 7 fraxinus velutina http://en.wikipedia.org/wiki/Fraxinus_velutina http://www.calflora.org/cgi-bin/species_query.cgi?where-calrecnum=3616 10 10 37.4114933130279 -122.112985249683 0.0 7.170704889352002E-4 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 Briarwood Way from Ferne Avenue to Hemlock Court 1961 1000 residential local local residential 610 40 24400 asphalt concrete 0 0 0 0.12 37.4110018355409 -122.108904895475 0.0 37.4109599410396 -122.108767145778 0.0 -0.3041349796934935 0.27341252476087874 Tree: 906 site 1 at 4161 ALMA ST, on ALMA ST 20 from pl -1 906 4161 1 fraxinus velutina http://en.wikipedia.org/wiki/Fraxinus_velutina http://www.calflora.org/cgi-bin/species_query.cgi?where-calrecnum=3616 10 10 37.4110525965859 -122.112308379546 0.0 9.417649396498772E-4 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 Briarwood Way from Ferne Avenue to Hemlock Court 1961 1000 residential local local residential 610 40 24400 asphalt concrete 0 0 0 0.12 37.4110018355409 -122.108904895475 0.0 37.4109599410396 -122.108767145778 0.0 -0.3041349796934935 0.27341252476087874 Tree: 915 site 1 at 4181 ALMA ST, on ALMA ST 14 from pl -1 915 4181 1 fraxinus velutina http://en.wikipedia.org/wiki/Fraxinus_velutina http://www.calflora.org/cgi-bin/species_query.cgi?where-calrecnum=3616 10 10 37.4114000790744 -122.112849933477 0.0 7.668965986681833E-4 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 Briarwood Way from Ferne Avenue to Hemlock Court 1961 1000 residential local local residential 610 40 24400 asphalt concrete 0 0 0 0.12 37.4110018355409 -122.108904895475 0.0 37.4109599410396 -122.108767145778 0.0 -0.3041349796934935 0.27341252476087874 Tree: 907 site 2 at 4161 ALMA ST, on ALMA ST 70 from pl -1 907 4161 2 fraxinus velutina http://en.wikipedia.org/wiki/Fraxinus_velutina http://www.calflora.org/cgi-bin/species_query.cgi?where-calrecnum=3616 10 10 37.4109664692294 -122.112175105575 0.0 9.853861904958725E-4 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 Briarwood Way from Ferne Avenue to Hemlock Court 1961 1000 residential local local residential 610 40 24400 asphalt concrete 0 0 0 0.12 37.4109599410396 -122.108767145778 0.0 37.4109316664133 -122.10869044471 0.0 -0.3686340626155468 -7.602490972884354 Tree: 905 site 7 at 4111 ALMA ST, on ALMA ST 367 from pl -1 905 4111 7 fraxinus velutina http://en.wikipedia.org/wiki/Fraxinus_velutina http://www.calflora.org/cgi-bin/species_query.cgi?where-calrecnum=3616 10 10 37.4114933130279 -122.112985249683 0.0 9.585120413058268E-4 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 Briarwood Way from Ferne Avenue to Hemlock Court 1961 1000 residential local local residential 610 40 24400 asphalt concrete 0 0 0 0.12 37.4109599410396 -122.108767145778 0.0 37.4109316664133 -122.10869044471 0.0 -0.3686340626155468 -7.602490972884354 Tree: 915 site 1 at 4181 ALMA ST, on ALMA ST 14 from pl -1 915 4181 1 fraxinus velutina http://en.wikipedia.org/wiki/Fraxinus_velutina http://www.calflora.org/cgi-bin/species_query.cgi?where-calrecnum=3616 10 10 37.4114000790744 -122.112849933477 0.0 9.991880843821233E-4 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 San Antonio Avenue from City Limit to San Antonio Avenue 1962 6000 truck & bus routes county or commercial bus route 200 24 4800 asphalt concrete 0 0 0 0.12 37.4091416909032 -122.108354489122 0.0 37.4091555650052 -122.108334454758 0.0 0.6925152205053985 121.97103572548887 Tree: 927 site 1 at 4245 ALMA ST, on ALMA ST 73 from pl -1 927 4245 1 juglans nigra http://en.wikipedia.org/wiki/Juglans_nigra NULL 30 40 37.4094069392663 -122.109604220859 0.0 9.295678561126832E-4 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 San Antonio Avenue from San Antonio Avenue to San Antonio Avenue 1965 6000 industrial local county or commercial bus route 150 18 2700 asphalt concrete 0 0 0 0.12 37.4095223414672 -122.107660832712 0.0 37.4095121769773 -122.107635039489 0.0 -0.3940759904001743 -10.710175036632357 Tree: 926 site 3 at 4243 ALMA ST, on ALMA ST 98 from pl -1 926 4243 3 fraxinus velutina http://en.wikipedia.org/wiki/Fraxinus_velutina http://www.calflora.org/cgi-bin/species_query.cgi?where-calrecnum=3616 10 10 37.4096451293862 -122.110052971379 0.0 7.628030424779453E-4 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 San Antonio Avenue from San Antonio Avenue to San Antonio Avenue 1965 6000 industrial local county or commercial bus route 150 18 2700 asphalt concrete 0 0 0 0.12 37.4095223414672 -122.107660832712 0.0 37.4095121769773 -122.107635039489 0.0 -0.3940759904001743 -10.710175036632357 Tree: 925 site 2 at 4243 ALMA ST, on ALMA ST 58 from pl -1 925 4243 2 fraxinus velutina http://en.wikipedia.org/wiki/Fraxinus_velutina http://www.calflora.org/cgi-bin/species_query.cgi?where-calrecnum=3616 10 10 37.4097134909807 -122.110160779208 0.0 7.387278767920783E-4 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 San Antonio Avenue from San Antonio Avenue to San Antonio Avenue 1965 6000 industrial local county or commercial bus route 150 18 2700 asphalt concrete 0 0 0 0.12 37.4095223414672 -122.107660832712 0.0 37.4095121769773 -122.107635039489 0.0 -0.3940759904001743 -10.710175036632357 Tree: 924 site 1 at 4243 ALMA ST, on ALMA ST 15 from pl -1 924 4243 1 fraxinus velutina http://en.wikipedia.org/wiki/Fraxinus_velutina http://www.calflora.org/cgi-bin/species_query.cgi?where-calrecnum=3616 10 10 37.4097869795839 -122.110276672845 0.0 7.128472578150523E-4 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 San Antonio Avenue from San Antonio Avenue to San Antonio Avenue 1965 6000 industrial local county or commercial bus route 150 18 2700 asphalt concrete 0 0 0 0.12 37.4095223414672 -122.107660832712 0.0 37.4095121769773 -122.107635039489 0.0 -0.3940759904001743 -10.710175036632357 Tree: 923 site 1 at 4221 ALMA ST, on ALMA ST 34 from pl -1 923 4221 1 fraxinus velutina http://en.wikipedia.org/wiki/Fraxinus_velutina http://www.calflora.org/cgi-bin/species_query.cgi?where-calrecnum=3616 10 10 37.4101200636757 -122.110828865829 0.0 6.054104746287522E-4 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 San Antonio Avenue from San Antonio Avenue to San Antonio Avenue 1965 6000 industrial local county or commercial bus route 150 18 2700 asphalt concrete 0 0 0 0.12 37.4095223414672 -122.107660832712 0.0 37.4095121769773 -122.107635039489 0.0 -0.3940759904001743 -10.710175036632357 Tree: 919 site 5 at 4181 ALMA ST, on ALMA ST 203 from pl -1 919 4181 5 fraxinus velutina http://en.wikipedia.org/wiki/Fraxinus_velutina http://www.calflora.org/cgi-bin/species_query.cgi?where-calrecnum=3616 10 10 37.4110899832346 -122.112363767066 0.0 2.657790076910413E-4 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 San Antonio Avenue from San Antonio Avenue to San Antonio Avenue 1965 6000 industrial local county or commercial bus route 150 18 2700 asphalt concrete 0 0 0 0.12 37.4095223414672 -122.107660832712 0.0 37.4095121769773 -122.107635039489 0.0 -0.3940759904001743 -10.710175036632357 Tree: 918 site 4 at 4181 ALMA ST, on ALMA ST 154 from pl -1 918 4181 4 fraxinus velutina http://en.wikipedia.org/wiki/Fraxinus_velutina http://www.calflora.org/cgi-bin/species_query.cgi?where-calrecnum=3616 10 10 37.4111658928771 -122.11248438921 0.0 2.3937957229342843E-4 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 San Antonio Avenue from San Antonio Avenue to San Antonio Avenue 1965 6000 industrial local county or commercial bus route 150 18 2700 asphalt concrete 0 0 0 0.12 37.4095223414672 -122.107660832712 0.0 37.4095121769773 -122.107635039489 0.0 -0.3940759904001743 -10.710175036632357 Tree: 917 site 3 at 4181 ALMA ST, on ALMA ST 105 from pl -1 917 4181 3 fraxinus velutina http://en.wikipedia.org/wiki/Fraxinus_velutina http://www.calflora.org/cgi-bin/species_query.cgi?where-calrecnum=3616 10 10 37.4112547809895 -122.11262509498 0.0 2.0826877285963128E-4 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 San Antonio Avenue from San Antonio Avenue to San Antonio Avenue 1965 6000 industrial local county or commercial bus route 150 18 2700 asphalt concrete 0 0 0 0.12 37.4095223414672 -122.107660832712 0.0 37.4095121769773 -122.107635039489 0.0 -0.3940759904001743 -10.710175036632357 Tree: 916 site 2 at 4181 ALMA ST, on ALMA ST 61 from pl -1 916 4181 2 fraxinus velutina http://en.wikipedia.org/wiki/Fraxinus_velutina http://www.calflora.org/cgi-bin/species_query.cgi?where-calrecnum=3616 10 10 37.4113239358546 -122.112732107044 0.0 1.8316382101172935E-4 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 San Antonio Avenue from San Antonio Avenue to San Antonio Avenue 1965 6000 industrial local county or commercial bus route 150 18 2700 asphalt concrete 0 0 0 0.12 37.4095223414672 -122.107660832712 0.0 37.4095121769773 -122.107635039489 0.0 -0.3940759904001743 -10.710175036632357 Tree: 905 site 7 at 4111 ALMA ST, on ALMA ST 367 from pl -1 905 4111 7 fraxinus velutina http://en.wikipedia.org/wiki/Fraxinus_velutina http://www.calflora.org/cgi-bin/species_query.cgi?where-calrecnum=3616 10 10 37.4114933130279 -122.112985249683 0.0 1.1839205092833459E-4 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 San Antonio Avenue from San Antonio Avenue to San Antonio Avenue 1965 6000 industrial local county or commercial bus route 150 18 2700 asphalt concrete 0 0 0 0.12 37.4095223414672 -122.107660832712 0.0 37.4095121769773 -122.107635039489 0.0 -0.3940759904001743 -10.710175036632357 Tree: 906 site 1 at 4161 ALMA ST, on ALMA ST 20 from pl -1 906 4161 1 fraxinus velutina http://en.wikipedia.org/wiki/Fraxinus_velutina http://www.calflora.org/cgi-bin/species_query.cgi?where-calrecnum=3616 10 10 37.4110525965859 -122.112308379546 0.0 2.80255261673226E-4 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 San Antonio Avenue from San Antonio Avenue to San Antonio Avenue 1965 6000 industrial local county or commercial bus route 150 18 2700 asphalt concrete 0 0 0 0.12 37.4095223414672 -122.107660832712 0.0 37.4095121769773 -122.107635039489 0.0 -0.3940759904001743 -10.710175036632357 Tree: 909 site 4 at 4161 ALMA ST, on ALMA ST 156 from pl -1 909 4161 4 fraxinus velutina http://en.wikipedia.org/wiki/Fraxinus_velutina http://www.calflora.org/cgi-bin/species_query.cgi?where-calrecnum=3616 10 10 37.4108194070582 -122.111944383537 0.0 3.6375314297351245E-4 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 San Antonio Avenue from San Antonio Avenue to San Antonio Avenue 1965 6000 industrial local county or commercial bus route 150 18 2700 asphalt concrete 0 0 0 0.12 37.4095223414672 -122.107660832712 0.0 37.4095121769773 -122.107635039489 0.0 -0.3940759904001743 -10.710175036632357 Tree: 910 site 5 at 4161 ALMA ST, on ALMA ST 197 from pl -1 910 4161 5 fraxinus velutina http://en.wikipedia.org/wiki/Fraxinus_velutina http://www.calflora.org/cgi-bin/species_query.cgi?where-calrecnum=3616 10 10 37.4107462580174 -122.111831193507 0.0 3.903090806492159E-4 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 San Antonio Avenue from San Antonio Avenue to San Antonio Avenue 1965 6000 industrial local county or commercial bus route 150 18 2700 asphalt concrete 0 0 0 0.12 37.4095223414672 -122.107660832712 0.0 37.4095121769773 -122.107635039489 0.0 -0.3940759904001743 -10.710175036632357 Tree: 911 site 6 at 4161 ALMA ST, on ALMA ST 244 from pl -1 911 4161 6 fraxinus velutina http://en.wikipedia.org/wiki/Fraxinus_velutina http://www.calflora.org/cgi-bin/species_query.cgi?where-calrecnum=3616 10 10 37.4106643575087 -122.111701303598 0.0 4.1888432591393176E-4 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 San Antonio Avenue from San Antonio Avenue to San Antonio Avenue 1965 6000 industrial local county or commercial bus route 150 18 2700 asphalt concrete 0 0 0 0.12 37.4095223414672 -122.107660832712 0.0 37.4095121769773 -122.107635039489 0.0 -0.3940759904001743 -10.710175036632357 Tree: 912 site 7 at 4161 ALMA ST, on ALMA ST 293 from pl -1 912 4161 7 fraxinus velutina http://en.wikipedia.org/wiki/Fraxinus_velutina http://www.calflora.org/cgi-bin/species_query.cgi?where-calrecnum=3616 10 10 37.4105824568557 -122.111571413974 0.0 4.474598099351782E-4 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 San Antonio Avenue from San Antonio Avenue to San Antonio Avenue 1965 6000 industrial local county or commercial bus route 150 18 2700 asphalt concrete 0 0 0 0.12 37.4095223414672 -122.107660832712 0.0 37.4095121769773 -122.107635039489 0.0 -0.3940759904001743 -10.710175036632357 Tree: 915 site 1 at 4181 ALMA ST, on ALMA ST 14 from pl -1 915 4181 1 fraxinus velutina http://en.wikipedia.org/wiki/Fraxinus_velutina http://www.calflora.org/cgi-bin/species_query.cgi?where-calrecnum=3616 10 10 37.4114000790744 -122.112849933477 0.0 1.5552206927889524E-4 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 San Antonio Avenue from San Antonio Avenue to San Antonio Avenue 1965 6000 industrial local county or commercial bus route 150 18 2700 asphalt concrete 0 0 0 0.12 37.4095223414672 -122.107660832712 0.0 37.4095121769773 -122.107635039489 0.0 -0.3940759904001743 -10.710175036632357 Tree: 914 site 9 at 4161 ALMA ST, on ALMA ST 387 from pl -1 914 4161 9 fraxinus velutina http://en.wikipedia.org/wiki/Fraxinus_velutina http://www.calflora.org/cgi-bin/species_query.cgi?where-calrecnum=3616 10 10 37.4104229452077 -122.11132774908 0.0 5.065279086659156E-4 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 San Antonio Avenue from San Antonio Avenue to San Antonio Avenue 1965 6000 industrial local county or commercial bus route 150 18 2700 asphalt concrete 0 0 0 0.12 37.4095223414672 -122.107660832712 0.0 37.4095121769773 -122.107635039489 0.0 -0.3940759904001743 -10.710175036632357 Tree: 913 site 8 at 4161 ALMA ST, on ALMA ST 340 from pl -1 913 4161 8 fraxinus velutina http://en.wikipedia.org/wiki/Fraxinus_velutina http://www.calflora.org/cgi-bin/species_query.cgi?where-calrecnum=3616 10 10 37.410500322135 -122.111444321069 0.0 4.772784361061742E-4 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 San Antonio Avenue from San Antonio Avenue to San Antonio Avenue 1965 6000 industrial local county or commercial bus route 150 18 2700 asphalt concrete 0 0 0 0.12 37.4095223414672 -122.107660832712 0.0 37.4095121769773 -122.107635039489 0.0 -0.3940759904001743 -10.710175036632357 Tree: 907 site 2 at 4161 ALMA ST, on ALMA ST 70 from pl -1 907 4161 2 fraxinus velutina http://en.wikipedia.org/wiki/Fraxinus_velutina http://www.calflora.org/cgi-bin/species_query.cgi?where-calrecnum=3616 10 10 37.4109664692294 -122.112175105575 0.0 3.11522304433074E-4 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 San Antonio Avenue from San Antonio Avenue to San Antonio Avenue 1965 6000 industrial local county or commercial bus route 150 18 2700 asphalt concrete 0 0 0 0.12 37.4095223414672 -122.107660832712 0.0 37.4095121769773 -122.107635039489 0.0 -0.3940759904001743 -10.710175036632357 Tree: 908 site 3 at 4161 ALMA ST, on ALMA ST 113 from pl -1 908 4161 3 fraxinus velutina http://en.wikipedia.org/wiki/Fraxinus_velutina http://www.calflora.org/cgi-bin/species_query.cgi?where-calrecnum=3616 10 10 37.4109020091126 -122.112065884642 0.0 3.3144957891215605E-4 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 San Antonio Avenue from San Antonio Avenue to San Antonio Avenue 1965 6000 industrial local county or commercial bus route 150 18 2700 asphalt concrete 0 0 0 0.12 37.4095223414672 -122.107660832712 0.0 37.4095121769773 -122.107635039489 0.0 -0.3940759904001743 -10.710175036632357 Tree: 927 site 1 at 4245 ALMA ST, on ALMA ST 73 from pl -1 927 4245 1 juglans nigra http://en.wikipedia.org/wiki/Juglans_nigra NULL 30 40 37.4094069392663 -122.109604220859 0.0 8.198793698624482E-4 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 San Antonio Avenue from San Antonio Avenue to San Antonio Avenue 1965 6000 industrial local county or commercial bus route 150 18 2700 asphalt concrete 0 0 0 0.12 37.4095121769773 -122.107635039489 0.0 37.4095038443923 -122.107608233851 0.0 -0.3108519559934069 -0.5478850167769238 Tree: 926 site 3 at 4243 ALMA ST, on ALMA ST 98 from pl -1 926 4243 3 fraxinus velutina http://en.wikipedia.org/wiki/Fraxinus_velutina http://www.calflora.org/cgi-bin/species_query.cgi?where-calrecnum=3616 10 10 37.4096451293862 -122.110052971379 0.0 5.907812630826328E-4 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 San Antonio Avenue from San Antonio Avenue to San Antonio Avenue 1965 6000 industrial local county or commercial bus route 150 18 2700 asphalt concrete 0 0 0 0.12 37.4095121769773 -122.107635039489 0.0 37.4095038443923 -122.107608233851 0.0 -0.3108519559934069 -0.5478850167769238 Tree: 925 site 2 at 4243 ALMA ST, on ALMA ST 58 from pl -1 925 4243 2 fraxinus velutina http://en.wikipedia.org/wiki/Fraxinus_velutina http://www.calflora.org/cgi-bin/species_query.cgi?where-calrecnum=3616 10 10 37.4097134909807 -122.110160779208 0.0 5.575027083338972E-4 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 San Antonio Avenue from San Antonio Avenue to San Antonio Avenue 1965 6000 industrial local county or commercial bus route 150 18 2700 asphalt concrete 0 0 0 0.12 37.4095121769773 -122.107635039489 0.0 37.4095038443923 -122.107608233851 0.0 -0.3108519559934069 -0.5478850167769238 Tree: 924 site 1 at 4243 ALMA ST, on ALMA ST 15 from pl -1 924 4243 1 fraxinus velutina http://en.wikipedia.org/wiki/Fraxinus_velutina http://www.calflora.org/cgi-bin/species_query.cgi?where-calrecnum=3616 10 10 37.4097869795839 -122.110276672845 0.0 5.217284334227999E-4 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 San Antonio Avenue from San Antonio Avenue to San Antonio Avenue 1965 6000 industrial local county or commercial bus route 150 18 2700 asphalt concrete 0 0 0 0.12 37.4095121769773 -122.107635039489 0.0 37.4095038443923 -122.107608233851 0.0 -0.3108519559934069 -0.5478850167769238 Tree: 923 site 1 at 4221 ALMA ST, on ALMA ST 34 from pl -1 923 4221 1 fraxinus velutina http://en.wikipedia.org/wiki/Fraxinus_velutina http://www.calflora.org/cgi-bin/species_query.cgi?where-calrecnum=3616 10 10 37.4101200636757 -122.110828865829 0.0 3.675709259979805E-4 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 San Antonio Avenue from San Antonio Avenue to San Antonio Avenue 1965 6000 industrial local county or commercial bus route 150 18 2700 asphalt concrete 0 0 0 0.12 37.4095121769773 -122.107635039489 0.0 37.4095038443923 -122.107608233851 0.0 -0.3108519559934069 -0.5478850167769238 Tree: 919 site 5 at 4181 ALMA ST, on ALMA ST 203 from pl -1 919 4181 5 fraxinus velutina http://en.wikipedia.org/wiki/Fraxinus_velutina http://www.calflora.org/cgi-bin/species_query.cgi?where-calrecnum=3616 10 10 37.4110899832346 -122.112363767066 0.0 1.0300991844873697E-4 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 San Antonio Avenue from San Antonio Avenue to San Antonio Avenue 1965 6000 industrial local county or commercial bus route 150 18 2700 asphalt concrete 0 0 0 0.12 37.4095121769773 -122.107635039489 0.0 37.4095038443923 -122.107608233851 0.0 -0.3108519559934069 -0.5478850167769238 Tree: 918 site 4 at 4181 ALMA ST, on ALMA ST 154 from pl -1 918 4181 4 fraxinus velutina http://en.wikipedia.org/wiki/Fraxinus_velutina http://www.calflora.org/cgi-bin/species_query.cgi?where-calrecnum=3616 10 10 37.4111658928771 -122.11248438921 0.0 1.3969249470637265E-4 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 San Antonio Avenue from San Antonio Avenue to San Antonio Avenue 1965 6000 industrial local county or commercial bus route 150 18 2700 asphalt concrete 0 0 0 0.12 37.4095121769773 -122.107635039489 0.0 37.4095038443923 -122.107608233851 0.0 -0.3108519559934069 -0.5478850167769238 Tree: 917 site 3 at 4181 ALMA ST, on ALMA ST 105 from pl -1 917 4181 3 fraxinus velutina http://en.wikipedia.org/wiki/Fraxinus_velutina http://www.calflora.org/cgi-bin/species_query.cgi?where-calrecnum=3616 10 10 37.4112547809895 -122.11262509498 0.0 1.828069198021574E-4 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 San Antonio Avenue from San Antonio Avenue to San Antonio Avenue 1965 6000 industrial local county or commercial bus route 150 18 2700 asphalt concrete 0 0 0 0.12 37.4095121769773 -122.107635039489 0.0 37.4095038443923 -122.107608233851 0.0 -0.3108519559934069 -0.5478850167769238 Tree: 916 site 2 at 4181 ALMA ST, on ALMA ST 61 from pl -1 916 4181 2 fraxinus velutina http://en.wikipedia.org/wiki/Fraxinus_velutina http://www.calflora.org/cgi-bin/species_query.cgi?where-calrecnum=3616 10 10 37.4113239358546 -122.112732107044 0.0 2.170792056250214E-4 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 San Antonio Avenue from San Antonio Avenue to San Antonio Avenue 1965 6000 industrial local county or commercial bus route 150 18 2700 asphalt concrete 0 0 0 0.12 37.4095121769773 -122.107635039489 0.0 37.4095038443923 -122.107608233851 0.0 -0.3108519559934069 -0.5478850167769238 Tree: 905 site 7 at 4111 ALMA ST, on ALMA ST 367 from pl -1 905 4111 7 fraxinus velutina http://en.wikipedia.org/wiki/Fraxinus_velutina http://www.calflora.org/cgi-bin/species_query.cgi?where-calrecnum=3616 10 10 37.4114933130279 -122.112985249683 0.0 3.0367894148744E-4 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 San Antonio Avenue from San Antonio Avenue to San Antonio Avenue 1965 6000 industrial local county or commercial bus route 150 18 2700 asphalt concrete 0 0 0 0.12 37.4095121769773 -122.107635039489 0.0 37.4095038443923 -122.107608233851 0.0 -0.3108519559934069 -0.5478850167769238 Tree: 906 site 1 at 4161 ALMA ST, on ALMA ST 20 from pl -1 906 4161 1 fraxinus velutina http://en.wikipedia.org/wiki/Fraxinus_velutina http://www.calflora.org/cgi-bin/species_query.cgi?where-calrecnum=3616 10 10 37.4110525965859 -122.112308379546 0.0 8.37496819416037E-5 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 San Antonio Avenue from San Antonio Avenue to San Antonio Avenue 1965 6000 industrial local county or commercial bus route 150 18 2700 asphalt concrete 0 0 0 0.12 37.4095121769773 -122.107635039489 0.0 37.4095038443923 -122.107608233851 0.0 -0.3108519559934069 -0.5478850167769238 Tree: 909 site 4 at 4161 ALMA ST, on ALMA ST 156 from pl -1 909 4161 4 fraxinus velutina http://en.wikipedia.org/wiki/Fraxinus_velutina http://www.calflora.org/cgi-bin/species_query.cgi?where-calrecnum=3616 10 10 37.4108194070582 -122.111944383537 0.0 3.088037554682568E-5 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 San Antonio Avenue from San Antonio Avenue to San Antonio Avenue 1965 6000 industrial local county or commercial bus route 150 18 2700 asphalt concrete 0 0 0 0.12 37.4095121769773 -122.107635039489 0.0 37.4095038443923 -122.107608233851 0.0 -0.3108519559934069 -0.5478850167769238 Tree: 910 site 5 at 4161 ALMA ST, on ALMA ST 197 from pl -1 910 4161 5 fraxinus velutina http://en.wikipedia.org/wiki/Fraxinus_velutina http://www.calflora.org/cgi-bin/species_query.cgi?where-calrecnum=3616 10 10 37.4107462580174 -122.111831193507 0.0 6.713293433808256E-5 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 San Antonio Avenue from San Antonio Avenue to San Antonio Avenue 1965 6000 industrial local county or commercial bus route 150 18 2700 asphalt concrete 0 0 0 0.12 37.4095121769773 -122.107635039489 0.0 37.4095038443923 -122.107608233851 0.0 -0.3108519559934069 -0.5478850167769238 Tree: 911 site 6 at 4161 ALMA ST, on ALMA ST 244 from pl -1 911 4161 6 fraxinus velutina http://en.wikipedia.org/wiki/Fraxinus_velutina http://www.calflora.org/cgi-bin/species_query.cgi?where-calrecnum=3616 10 10 37.4106643575087 -122.111701303598 0.0 1.0678529837800652E-4 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 San Antonio Avenue from San Antonio Avenue to San Antonio Avenue 1965 6000 industrial local county or commercial bus route 150 18 2700 asphalt concrete 0 0 0 0.12 37.4095121769773 -122.107635039489 0.0 37.4095038443923 -122.107608233851 0.0 -0.3108519559934069 -0.5478850167769238 Tree: 912 site 7 at 4161 ALMA ST, on ALMA ST 293 from pl -1 912 4161 7 fraxinus velutina http://en.wikipedia.org/wiki/Fraxinus_velutina http://www.calflora.org/cgi-bin/species_query.cgi?where-calrecnum=3616 10 10 37.4105824568557 -122.111571413974 0.0 1.4643788481525272E-4 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 San Antonio Avenue from San Antonio Avenue to San Antonio Avenue 1965 6000 industrial local county or commercial bus route 150 18 2700 asphalt concrete 0 0 0 0.12 37.4095121769773 -122.107635039489 0.0 37.4095038443923 -122.107608233851 0.0 -0.3108519559934069 -0.5478850167769238 Tree: 915 site 1 at 4181 ALMA ST, on ALMA ST 14 from pl -1 915 4181 1 fraxinus velutina http://en.wikipedia.org/wiki/Fraxinus_velutina http://www.calflora.org/cgi-bin/species_query.cgi?where-calrecnum=3616 10 10 37.4114000790744 -122.112849933477 0.0 2.548147125428892E-4 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 San Antonio Avenue from San Antonio Avenue to San Antonio Avenue 1965 6000 industrial local county or commercial bus route 150 18 2700 asphalt concrete 0 0 0 0.12 37.4095121769773 -122.107635039489 0.0 37.4095038443923 -122.107608233851 0.0 -0.3108519559934069 -0.5478850167769238 Tree: 914 site 9 at 4161 ALMA ST, on ALMA ST 387 from pl -1 914 4161 9 fraxinus velutina http://en.wikipedia.org/wiki/Fraxinus_velutina http://www.calflora.org/cgi-bin/species_query.cgi?where-calrecnum=3616 10 10 37.4104229452077 -122.11132774908 0.0 2.264301471704115E-4 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 San Antonio Avenue from San Antonio Avenue to San Antonio Avenue 1965 6000 industrial local county or commercial bus route 150 18 2700 asphalt concrete 0 0 0 0.12 37.4095121769773 -122.107635039489 0.0 37.4095038443923 -122.107608233851 0.0 -0.3108519559934069 -0.5478850167769238 Tree: 913 site 8 at 4161 ALMA ST, on ALMA ST 340 from pl -1 913 4161 8 fraxinus velutina http://en.wikipedia.org/wiki/Fraxinus_velutina http://www.calflora.org/cgi-bin/species_query.cgi?where-calrecnum=3616 10 10 37.410500322135 -122.111444321069 0.0 1.8714416942334833E-4 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 San Antonio Avenue from San Antonio Avenue to San Antonio Avenue 1965 6000 industrial local county or commercial bus route 150 18 2700 asphalt concrete 0 0 0 0.12 37.4095121769773 -122.107635039489 0.0 37.4095038443923 -122.107608233851 0.0 -0.3108519559934069 -0.5478850167769238 Tree: 907 site 2 at 4161 ALMA ST, on ALMA ST 70 from pl -1 907 4161 2 fraxinus velutina http://en.wikipedia.org/wiki/Fraxinus_velutina http://www.calflora.org/cgi-bin/species_query.cgi?where-calrecnum=3616 10 10 37.4109664692294 -122.112175105575 0.0 4.106551507017393E-5 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 San Antonio Avenue from San Antonio Avenue to San Antonio Avenue 1965 6000 industrial local county or commercial bus route 150 18 2700 asphalt concrete 0 0 0 0.12 37.4095121769773 -122.107635039489 0.0 37.4095038443923 -122.107608233851 0.0 -0.3108519559934069 -0.5478850167769238 Tree: 908 site 3 at 4161 ALMA ST, on ALMA ST 113 from pl -1 908 4161 3 fraxinus velutina http://en.wikipedia.org/wiki/Fraxinus_velutina http://www.calflora.org/cgi-bin/species_query.cgi?where-calrecnum=3616 10 10 37.4109020091126 -122.112065884642 0.0 1.193205358769665E-5 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 San Antonio Avenue from San Antonio Avenue to San Antonio Avenue 1965 6000 industrial local county or commercial bus route 150 18 2700 asphalt concrete 0 0 0 0.12 37.4095121769773 -122.107635039489 0.0 37.4095038443923 -122.107608233851 0.0 -0.3108519559934069 -0.5478850167769238 Tree: 927 site 1 at 4245 ALMA ST, on ALMA ST 73 from pl -1 927 4245 1 juglans nigra http://en.wikipedia.org/wiki/Juglans_nigra NULL 30 40 37.4094069392663 -122.109604220859 0.0 6.850279146949333E-4 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 San Antonio Avenue from San Antonio Avenue to San Antonio Avenue 1965 6000 industrial local county or commercial bus route 150 18 2700 asphalt concrete 0 0 0 0.12 37.4095038443923 -122.107608233851 0.0 37.4094974071276 -122.107580619804 0.0 -0.23311558406491084 8.944317432188807 Tree: 926 site 3 at 4243 ALMA ST, on ALMA ST 98 from pl -1 926 4243 3 fraxinus velutina http://en.wikipedia.org/wiki/Fraxinus_velutina http://www.calflora.org/cgi-bin/species_query.cgi?where-calrecnum=3616 10 10 37.4096451293862 -122.110052971379 0.0 4.1742930976147914E-4 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 San Antonio Avenue from San Antonio Avenue to San Antonio Avenue 1965 6000 industrial local county or commercial bus route 150 18 2700 asphalt concrete 0 0 0 0.12 37.4095038443923 -122.107608233851 0.0 37.4094974071276 -122.107580619804 0.0 -0.23311558406491084 8.944317432188807 Tree: 925 site 2 at 4243 ALMA ST, on ALMA ST 58 from pl -1 925 4243 2 fraxinus velutina http://en.wikipedia.org/wiki/Fraxinus_velutina http://www.calflora.org/cgi-bin/species_query.cgi?where-calrecnum=3616 10 10 37.4097134909807 -122.110160779208 0.0 3.753282146829203E-4 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 San Antonio Avenue from San Antonio Avenue to San Antonio Avenue 1965 6000 industrial local county or commercial bus route 150 18 2700 asphalt concrete 0 0 0 0.12 37.4095038443923 -122.107608233851 0.0 37.4094974071276 -122.107580619804 0.0 -0.23311558406491084 8.944317432188807 Tree: 924 site 1 at 4243 ALMA ST, on ALMA ST 15 from pl -1 924 4243 1 fraxinus velutina http://en.wikipedia.org/wiki/Fraxinus_velutina http://www.calflora.org/cgi-bin/species_query.cgi?where-calrecnum=3616 10 10 37.4097869795839 -122.110276672845 0.0 3.3006969560440264E-4 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 San Antonio Avenue from San Antonio Avenue to San Antonio Avenue 1965 6000 industrial local county or commercial bus route 150 18 2700 asphalt concrete 0 0 0 0.12 37.4095038443923 -122.107608233851 0.0 37.4094974071276 -122.107580619804 0.0 -0.23311558406491084 8.944317432188807 Tree: 923 site 1 at 4221 ALMA ST, on ALMA ST 34 from pl -1 923 4221 1 fraxinus velutina http://en.wikipedia.org/wiki/Fraxinus_velutina http://www.calflora.org/cgi-bin/species_query.cgi?where-calrecnum=3616 10 10 37.4101200636757 -122.110828865829 0.0 1.3104660026469202E-4 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 San Antonio Avenue from San Antonio Avenue to San Antonio Avenue 1965 6000 industrial local county or commercial bus route 150 18 2700 asphalt concrete 0 0 0 0.12 37.4095038443923 -122.107608233851 0.0 37.4094974071276 -122.107580619804 0.0 -0.23311558406491084 8.944317432188807 Tree: 919 site 5 at 4181 ALMA ST, on ALMA ST 203 from pl -1 919 4181 5 fraxinus velutina http://en.wikipedia.org/wiki/Fraxinus_velutina http://www.calflora.org/cgi-bin/species_query.cgi?where-calrecnum=3616 10 10 37.4110899832346 -122.112363767066 0.0 4.65080210515401E-4 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 San Antonio Avenue from San Antonio Avenue to San Antonio Avenue 1965 6000 industrial local county or commercial bus route 150 18 2700 asphalt concrete 0 0 0 0.12 37.4095038443923 -122.107608233851 0.0 37.4094974071276 -122.107580619804 0.0 -0.23311558406491084 8.944317432188807 Tree: 918 site 4 at 4181 ALMA ST, on ALMA ST 154 from pl -1 918 4181 4 fraxinus velutina http://en.wikipedia.org/wiki/Fraxinus_velutina http://www.calflora.org/cgi-bin/species_query.cgi?where-calrecnum=3616 10 10 37.4111658928771 -122.11248438921 0.0 5.116230451568515E-4 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 San Antonio Avenue from San Antonio Avenue to San Antonio Avenue 1965 6000 industrial local county or commercial bus route 150 18 2700 asphalt concrete 0 0 0 0.12 37.4095038443923 -122.107608233851 0.0 37.4094974071276 -122.107580619804 0.0 -0.23311558406491084 8.944317432188807 Tree: 917 site 3 at 4181 ALMA ST, on ALMA ST 105 from pl -1 917 4181 3 fraxinus velutina http://en.wikipedia.org/wiki/Fraxinus_velutina http://www.calflora.org/cgi-bin/species_query.cgi?where-calrecnum=3616 10 10 37.4112547809895 -122.11262509498 0.0 5.662459019719059E-4 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 San Antonio Avenue from San Antonio Avenue to San Antonio Avenue 1965 6000 industrial local county or commercial bus route 150 18 2700 asphalt concrete 0 0 0 0.12 37.4095038443923 -122.107608233851 0.0 37.4094974071276 -122.107580619804 0.0 -0.23311558406491084 8.944317432188807 Tree: 916 site 2 at 4181 ALMA ST, on ALMA ST 61 from pl -1 916 4181 2 fraxinus velutina http://en.wikipedia.org/wiki/Fraxinus_velutina http://www.calflora.org/cgi-bin/species_query.cgi?where-calrecnum=3616 10 10 37.4113239358546 -122.112732107044 0.0 6.093002151854076E-4 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 San Antonio Avenue from San Antonio Avenue to San Antonio Avenue 1965 6000 industrial local county or commercial bus route 150 18 2700 asphalt concrete 0 0 0 0.12 37.4095038443923 -122.107608233851 0.0 37.4094974071276 -122.107580619804 0.0 -0.23311558406491084 8.944317432188807 Tree: 905 site 7 at 4111 ALMA ST, on ALMA ST 367 from pl -1 905 4111 7 fraxinus velutina http://en.wikipedia.org/wiki/Fraxinus_velutina http://www.calflora.org/cgi-bin/species_query.cgi?where-calrecnum=3616 10 10 37.4114933130279 -122.112985249683 0.0 7.167840384796871E-4 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 San Antonio Avenue from San Antonio Avenue to San Antonio Avenue 1965 6000 industrial local county or commercial bus route 150 18 2700 asphalt concrete 0 0 0 0.12 37.4095038443923 -122.107608233851 0.0 37.4094974071276 -122.107580619804 0.0 -0.23311558406491084 8.944317432188807 Tree: 906 site 1 at 4161 ALMA ST, on ALMA ST 20 from pl -1 906 4161 1 fraxinus velutina http://en.wikipedia.org/wiki/Fraxinus_velutina http://www.calflora.org/cgi-bin/species_query.cgi?where-calrecnum=3616 10 10 37.4110525965859 -122.112308379546 0.0 4.412443430708059E-4 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 San Antonio Avenue from San Antonio Avenue to San Antonio Avenue 1965 6000 industrial local county or commercial bus route 150 18 2700 asphalt concrete 0 0 0 0.12 37.4095038443923 -122.107608233851 0.0 37.4094974071276 -122.107580619804 0.0 -0.23311558406491084 8.944317432188807 Tree: 909 site 4 at 4161 ALMA ST, on ALMA ST 156 from pl -1 909 4161 4 fraxinus velutina http://en.wikipedia.org/wiki/Fraxinus_velutina http://www.calflora.org/cgi-bin/species_query.cgi?where-calrecnum=3616 10 10 37.4108194070582 -122.111944383537 0.0 2.9678130016320996E-4 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 San Antonio Avenue from San Antonio Avenue to San Antonio Avenue 1965 6000 industrial local county or commercial bus route 150 18 2700 asphalt concrete 0 0 0 0.12 37.4095038443923 -122.107608233851 0.0 37.4094974071276 -122.107580619804 0.0 -0.23311558406491084 8.944317432188807 Tree: 910 site 5 at 4161 ALMA ST, on ALMA ST 197 from pl -1 910 4161 5 fraxinus velutina http://en.wikipedia.org/wiki/Fraxinus_velutina http://www.calflora.org/cgi-bin/species_query.cgi?where-calrecnum=3616 10 10 37.4107462580174 -122.111831193507 0.0 2.512396810327822E-4 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 San Antonio Avenue from San Antonio Avenue to San Antonio Avenue 1965 6000 industrial local county or commercial bus route 150 18 2700 asphalt concrete 0 0 0 0.12 37.4095038443923 -122.107608233851 0.0 37.4094974071276 -122.107580619804 0.0 -0.23311558406491084 8.944317432188807 Tree: 911 site 6 at 4161 ALMA ST, on ALMA ST 244 from pl -1 911 4161 6 fraxinus velutina http://en.wikipedia.org/wiki/Fraxinus_velutina http://www.calflora.org/cgi-bin/species_query.cgi?where-calrecnum=3616 10 10 37.4106643575087 -122.111701303598 0.0 2.0096645975808028E-4 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 San Antonio Avenue from San Antonio Avenue to San Antonio Avenue 1965 6000 industrial local county or commercial bus route 150 18 2700 asphalt concrete 0 0 0 0.12 37.4095038443923 -122.107608233851 0.0 37.4094974071276 -122.107580619804 0.0 -0.23311558406491084 8.944317432188807 Tree: 912 site 7 at 4161 ALMA ST, on ALMA ST 293 from pl -1 912 4161 7 fraxinus velutina http://en.wikipedia.org/wiki/Fraxinus_velutina http://www.calflora.org/cgi-bin/species_query.cgi?where-calrecnum=3616 10 10 37.4105824568557 -122.111571413974 0.0 1.5069303323594368E-4 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 San Antonio Avenue from San Antonio Avenue to San Antonio Avenue 1965 6000 industrial local county or commercial bus route 150 18 2700 asphalt concrete 0 0 0 0.12 37.4095038443923 -122.107608233851 0.0 37.4094974071276 -122.107580619804 0.0 -0.23311558406491084 8.944317432188807 Tree: 915 site 1 at 4181 ALMA ST, on ALMA ST 14 from pl -1 915 4181 1 fraxinus velutina http://en.wikipedia.org/wiki/Fraxinus_velutina http://www.calflora.org/cgi-bin/species_query.cgi?where-calrecnum=3616 10 10 37.4114000790744 -122.112849933477 0.0 6.567052340520057E-4 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 San Antonio Avenue from San Antonio Avenue to San Antonio Avenue 1965 6000 industrial local county or commercial bus route 150 18 2700 asphalt concrete 0 0 0 0.12 37.4095038443923 -122.107608233851 0.0 37.4094974071276 -122.107580619804 0.0 -0.23311558406491084 8.944317432188807 Tree: 914 site 9 at 4161 ALMA ST, on ALMA ST 387 from pl -1 914 4161 9 fraxinus velutina http://en.wikipedia.org/wiki/Fraxinus_velutina http://www.calflora.org/cgi-bin/species_query.cgi?where-calrecnum=3616 10 10 37.4104229452077 -122.11132774908 0.0 5.066540958215778E-5 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 San Antonio Avenue from San Antonio Avenue to San Antonio Avenue 1965 6000 industrial local county or commercial bus route 150 18 2700 asphalt concrete 0 0 0 0.12 37.4095038443923 -122.107608233851 0.0 37.4094974071276 -122.107580619804 0.0 -0.23311558406491084 8.944317432188807 Tree: 913 site 8 at 4161 ALMA ST, on ALMA ST 340 from pl -1 913 4161 8 fraxinus velutina http://en.wikipedia.org/wiki/Fraxinus_velutina http://www.calflora.org/cgi-bin/species_query.cgi?where-calrecnum=3616 10 10 37.410500322135 -122.111444321069 0.0 9.955671606118034E-5 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 San Antonio Avenue from San Antonio Avenue to San Antonio Avenue 1965 6000 industrial local county or commercial bus route 150 18 2700 asphalt concrete 0 0 0 0.12 37.4095038443923 -122.107608233851 0.0 37.4094974071276 -122.107580619804 0.0 -0.23311558406491084 8.944317432188807 Tree: 907 site 2 at 4161 ALMA ST, on ALMA ST 70 from pl -1 907 4161 2 fraxinus velutina http://en.wikipedia.org/wiki/Fraxinus_velutina http://www.calflora.org/cgi-bin/species_query.cgi?where-calrecnum=3616 10 10 37.4109664692294 -122.112175105575 0.0 3.876229234593306E-4 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 San Antonio Avenue from San Antonio Avenue to San Antonio Avenue 1965 6000 industrial local county or commercial bus route 150 18 2700 asphalt concrete 0 0 0 0.12 37.4095038443923 -122.107608233851 0.0 37.4094974071276 -122.107580619804 0.0 -0.23311558406491084 8.944317432188807 Tree: 908 site 3 at 4161 ALMA ST, on ALMA ST 113 from pl -1 908 4161 3 fraxinus velutina http://en.wikipedia.org/wiki/Fraxinus_velutina http://www.calflora.org/cgi-bin/species_query.cgi?where-calrecnum=3616 10 10 37.4109020091126 -122.112065884642 0.0 3.4964224602461924E-4 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 San Antonio Avenue from San Antonio Avenue to San Antonio Avenue 1965 6000 industrial local county or commercial bus route 150 18 2700 asphalt concrete 0 0 0 0.12 37.4095038443923 -122.107608233851 0.0 37.4094974071276 -122.107580619804 0.0 -0.23311558406491084 8.944317432188807 Tree: 927 site 1 at 4245 ALMA ST, on ALMA ST 73 from pl -1 927 4245 1 juglans nigra http://en.wikipedia.org/wiki/Juglans_nigra NULL 30 40 37.4094069392663 -122.109604220859 0.0 5.475206807459318E-4 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 San Antonio Avenue from San Antonio Avenue to San Antonio Avenue 1965 6000 industrial local county or commercial bus route 150 18 2700 asphalt concrete 0 0 0 0.12 37.4094974071276 -122.107580619804 0.0 37.4094929141742 -122.107552407505 0.0 -0.15925513200158178 17.963238537126927 Tree: 926 site 3 at 4243 ALMA ST, on ALMA ST 98 from pl -1 926 4243 3 fraxinus velutina http://en.wikipedia.org/wiki/Fraxinus_velutina http://www.calflora.org/cgi-bin/species_query.cgi?where-calrecnum=3616 10 10 37.4096451293862 -122.110052971379 0.0 2.4295082511609383E-4 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 San Antonio Avenue from San Antonio Avenue to San Antonio Avenue 1965 6000 industrial local county or commercial bus route 150 18 2700 asphalt concrete 0 0 0 0.12 37.4094974071276 -122.107580619804 0.0 37.4094929141742 -122.107552407505 0.0 -0.15925513200158178 17.963238537126927 Tree: 925 site 2 at 4243 ALMA ST, on ALMA ST 58 from pl -1 925 4243 2 fraxinus velutina http://en.wikipedia.org/wiki/Fraxinus_velutina http://www.calflora.org/cgi-bin/species_query.cgi?where-calrecnum=3616 10 10 37.4097134909807 -122.110160779208 0.0 1.9239526649199667E-4 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 San Antonio Avenue from San Antonio Avenue to San Antonio Avenue 1965 6000 industrial local county or commercial bus route 150 18 2700 asphalt concrete 0 0 0 0.12 37.4094974071276 -122.107580619804 0.0 37.4094929141742 -122.107552407505 0.0 -0.15925513200158178 17.963238537126927 Tree: 924 site 1 at 4243 ALMA ST, on ALMA ST 15 from pl -1 924 4243 1 fraxinus velutina http://en.wikipedia.org/wiki/Fraxinus_velutina http://www.calflora.org/cgi-bin/species_query.cgi?where-calrecnum=3616 10 10 37.4097869795839 -122.110276672845 0.0 1.380481852111662E-4 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 San Antonio Avenue from San Antonio Avenue to San Antonio Avenue 1965 6000 industrial local county or commercial bus route 150 18 2700 asphalt concrete 0 0 0 0.12 37.4094974071276 -122.107580619804 0.0 37.4094929141742 -122.107552407505 0.0 -0.15925513200158178 17.963238537126927 Tree: 923 site 1 at 4221 ALMA ST, on ALMA ST 34 from pl -1 923 4221 1 fraxinus velutina http://en.wikipedia.org/wiki/Fraxinus_velutina http://www.calflora.org/cgi-bin/species_query.cgi?where-calrecnum=3616 10 10 37.4101200636757 -122.110828865829 0.0 1.0404554812440292E-4 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 San Antonio Avenue from San Antonio Avenue to San Antonio Avenue 1965 6000 industrial local county or commercial bus route 150 18 2700 asphalt concrete 0 0 0 0.12 37.4094974071276 -122.107580619804 0.0 37.4094929141742 -122.107552407505 0.0 -0.15925513200158178 17.963238537126927 Tree: 919 site 5 at 4181 ALMA ST, on ALMA ST 203 from pl -1 919 4181 5 fraxinus velutina http://en.wikipedia.org/wiki/Fraxinus_velutina http://www.calflora.org/cgi-bin/species_query.cgi?where-calrecnum=3616 10 10 37.4110899832346 -122.112363767066 0.0 8.204957198336843E-4 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 San Antonio Avenue from San Antonio Avenue to San Antonio Avenue 1965 6000 industrial local county or commercial bus route 150 18 2700 asphalt concrete 0 0 0 0.12 37.4094974071276 -122.107580619804 0.0 37.4094929141742 -122.107552407505 0.0 -0.15925513200158178 17.963238537126927 Tree: 918 site 4 at 4181 ALMA ST, on ALMA ST 154 from pl -1 918 4181 4 fraxinus velutina http://en.wikipedia.org/wiki/Fraxinus_velutina http://www.calflora.org/cgi-bin/species_query.cgi?where-calrecnum=3616 10 10 37.4111658928771 -122.11248438921 0.0 8.764900433609249E-4 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 San Antonio Avenue from San Antonio Avenue to San Antonio Avenue 1965 6000 industrial local county or commercial bus route 150 18 2700 asphalt concrete 0 0 0 0.12 37.4094974071276 -122.107580619804 0.0 37.4094929141742 -122.107552407505 0.0 -0.15925513200158178 17.963238537126927 Tree: 917 site 3 at 4181 ALMA ST, on ALMA ST 105 from pl -1 917 4181 3 fraxinus velutina http://en.wikipedia.org/wiki/Fraxinus_velutina http://www.calflora.org/cgi-bin/species_query.cgi?where-calrecnum=3616 10 10 37.4112547809895 -122.11262509498 0.0 9.421427048310085E-4 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 San Antonio Avenue from San Antonio Avenue to San Antonio Avenue 1965 6000 industrial local county or commercial bus route 150 18 2700 asphalt concrete 0 0 0 0.12 37.4094974071276 -122.107580619804 0.0 37.4094929141742 -122.107552407505 0.0 -0.15925513200158178 17.963238537126927 Tree: 916 site 2 at 4181 ALMA ST, on ALMA ST 61 from pl -1 916 4181 2 fraxinus velutina http://en.wikipedia.org/wiki/Fraxinus_velutina http://www.calflora.org/cgi-bin/species_query.cgi?where-calrecnum=3616 10 10 37.4113239358546 -122.112732107044 0.0 9.936068144246993E-4 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 San Antonio Avenue from San Antonio Avenue to San Antonio Avenue 1965 6000 industrial local county or commercial bus route 150 18 2700 asphalt concrete 0 0 0 0.12 37.4094974071276 -122.107580619804 0.0 37.4094929141742 -122.107552407505 0.0 -0.15925513200158178 17.963238537126927 Tree: 906 site 1 at 4161 ALMA ST, on ALMA ST 20 from pl -1 906 4161 1 fraxinus velutina http://en.wikipedia.org/wiki/Fraxinus_velutina http://www.calflora.org/cgi-bin/species_query.cgi?where-calrecnum=3616 10 10 37.4110525965859 -122.112308379546 0.0 7.922853168916372E-4 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 San Antonio Avenue from San Antonio Avenue to San Antonio Avenue 1965 6000 industrial local county or commercial bus route 150 18 2700 asphalt concrete 0 0 0 0.12 37.4094974071276 -122.107580619804 0.0 37.4094929141742 -122.107552407505 0.0 -0.15925513200158178 17.963238537126927 Tree: 909 site 4 at 4161 ALMA ST, on ALMA ST 156 from pl -1 909 4161 4 fraxinus velutina http://en.wikipedia.org/wiki/Fraxinus_velutina http://www.calflora.org/cgi-bin/species_query.cgi?where-calrecnum=3616 10 10 37.4108194070582 -122.111944383537 0.0 6.192446280105167E-4 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 San Antonio Avenue from San Antonio Avenue to San Antonio Avenue 1965 6000 industrial local county or commercial bus route 150 18 2700 asphalt concrete 0 0 0 0.12 37.4094974071276 -122.107580619804 0.0 37.4094929141742 -122.107552407505 0.0 -0.15925513200158178 17.963238537126927 Tree: 910 site 5 at 4161 ALMA ST, on ALMA ST 197 from pl -1 910 4161 5 fraxinus velutina http://en.wikipedia.org/wiki/Fraxinus_velutina http://www.calflora.org/cgi-bin/species_query.cgi?where-calrecnum=3616 10 10 37.4107462580174 -122.111831193507 0.0 5.648076783318637E-4 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 San Antonio Avenue from San Antonio Avenue to San Antonio Avenue 1965 6000 industrial local county or commercial bus route 150 18 2700 asphalt concrete 0 0 0 0.12 37.4094974071276 -122.107580619804 0.0 37.4094929141742 -122.107552407505 0.0 -0.15925513200158178 17.963238537126927 Tree: 911 site 6 at 4161 ALMA ST, on ALMA ST 244 from pl -1 911 4161 6 fraxinus velutina http://en.wikipedia.org/wiki/Fraxinus_velutina http://www.calflora.org/cgi-bin/species_query.cgi?where-calrecnum=3616 10 10 37.4106643575087 -122.111701303598 0.0 5.043546154281381E-4 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 San Antonio Avenue from San Antonio Avenue to San Antonio Avenue 1965 6000 industrial local county or commercial bus route 150 18 2700 asphalt concrete 0 0 0 0.12 37.4094974071276 -122.107580619804 0.0 37.4094929141742 -122.107552407505 0.0 -0.15925513200158178 17.963238537126927 Tree: 912 site 7 at 4161 ALMA ST, on ALMA ST 293 from pl -1 912 4161 7 fraxinus velutina http://en.wikipedia.org/wiki/Fraxinus_velutina http://www.calflora.org/cgi-bin/species_query.cgi?where-calrecnum=3616 10 10 37.4105824568557 -122.111571413974 0.0 4.43901365195039E-4 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 San Antonio Avenue from San Antonio Avenue to San Antonio Avenue 1965 6000 industrial local county or commercial bus route 150 18 2700 asphalt concrete 0 0 0 0.12 37.4094974071276 -122.107580619804 0.0 37.4094929141742 -122.107552407505 0.0 -0.15925513200158178 17.963238537126927 Tree: 914 site 9 at 4161 ALMA ST, on ALMA ST 387 from pl -1 914 4161 9 fraxinus velutina http://en.wikipedia.org/wiki/Fraxinus_velutina http://www.calflora.org/cgi-bin/species_query.cgi?where-calrecnum=3616 10 10 37.4104229452077 -122.11132774908 0.0 3.246967821051042E-4 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 San Antonio Avenue from San Antonio Avenue to San Antonio Avenue 1965 6000 industrial local county or commercial bus route 150 18 2700 asphalt concrete 0 0 0 0.12 37.4094974071276 -122.107580619804 0.0 37.4094929141742 -122.107552407505 0.0 -0.15925513200158178 17.963238537126927 Tree: 913 site 8 at 4161 ALMA ST, on ALMA ST 340 from pl -1 913 4161 8 fraxinus velutina http://en.wikipedia.org/wiki/Fraxinus_velutina http://www.calflora.org/cgi-bin/species_query.cgi?where-calrecnum=3616 10 10 37.410500322135 -122.111444321069 0.0 3.827771111946908E-4 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 San Antonio Avenue from San Antonio Avenue to San Antonio Avenue 1965 6000 industrial local county or commercial bus route 150 18 2700 asphalt concrete 0 0 0 0.12 37.4094974071276 -122.107580619804 0.0 37.4094929141742 -122.107552407505 0.0 -0.15925513200158178 17.963238537126927 Tree: 907 site 2 at 4161 ALMA ST, on ALMA ST 70 from pl -1 907 4161 2 fraxinus velutina http://en.wikipedia.org/wiki/Fraxinus_velutina http://www.calflora.org/cgi-bin/species_query.cgi?where-calrecnum=3616 10 10 37.4109664692294 -122.112175105575 0.0 7.281902310966393E-4 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 San Antonio Avenue from San Antonio Avenue to San Antonio Avenue 1965 6000 industrial local county or commercial bus route 150 18 2700 asphalt concrete 0 0 0 0.12 37.4094974071276 -122.107580619804 0.0 37.4094929141742 -122.107552407505 0.0 -0.15925513200158178 17.963238537126927 Tree: 908 site 3 at 4161 ALMA ST, on ALMA ST 113 from pl -1 908 4161 3 fraxinus velutina http://en.wikipedia.org/wiki/Fraxinus_velutina http://www.calflora.org/cgi-bin/species_query.cgi?where-calrecnum=3616 10 10 37.4109020091126 -122.112065884642 0.0 6.817098402054562E-4 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 San Antonio Avenue from San Antonio Avenue to San Antonio Avenue 1965 6000 industrial local county or commercial bus route 150 18 2700 asphalt concrete 0 0 0 0.12 37.4094974071276 -122.107580619804 0.0 37.4094929141742 -122.107552407505 0.0 -0.15925513200158178 17.963238537126927 Tree: 927 site 1 at 4245 ALMA ST, on ALMA ST 73 from pl -1 927 4245 1 juglans nigra http://en.wikipedia.org/wiki/Juglans_nigra NULL 30 40 37.4094069392663 -122.109604220859 0.0 4.0760025941084555E-4 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 San Antonio Avenue from San Antonio Avenue to San Antonio Avenue 1965 6000 industrial local county or commercial bus route 150 18 2700 asphalt concrete 0 0 0 0.12 37.4094929141742 -122.107552407505 0.0 37.4094925867907 -122.107549677853 0.0 -0.11993598594201733 22.764403225213535 Tree: 926 site 3 at 4243 ALMA ST, on ALMA ST 98 from pl -1 926 4243 3 fraxinus velutina http://en.wikipedia.org/wiki/Fraxinus_velutina http://www.calflora.org/cgi-bin/species_query.cgi?where-calrecnum=3616 10 10 37.4096451293862 -122.110052971379 0.0 1.466414551208021E-4 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 San Antonio Avenue from San Antonio Avenue to San Antonio Avenue 1965 6000 industrial local county or commercial bus route 150 18 2700 asphalt concrete 0 0 0 0.12 37.4094929141742 -122.107552407505 0.0 37.4094925867907 -122.107549677853 0.0 -0.11993598594201733 22.764403225213535 Tree: 925 site 2 at 4243 ALMA ST, on ALMA ST 58 from pl -1 925 4243 2 fraxinus velutina http://en.wikipedia.org/wiki/Fraxinus_velutina http://www.calflora.org/cgi-bin/species_query.cgi?where-calrecnum=3616 10 10 37.4097134909807 -122.110160779208 0.0 9.160433014798256E-5 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 San Antonio Avenue from San Antonio Avenue to San Antonio Avenue 1965 6000 industrial local county or commercial bus route 150 18 2700 asphalt concrete 0 0 0 0.12 37.4094929141742 -122.107552407505 0.0 37.4094925867907 -122.107549677853 0.0 -0.11993598594201733 22.764403225213535 Tree: 924 site 1 at 4243 ALMA ST, on ALMA ST 15 from pl -1 924 4243 1 fraxinus velutina http://en.wikipedia.org/wiki/Fraxinus_velutina http://www.calflora.org/cgi-bin/species_query.cgi?where-calrecnum=3616 10 10 37.4097869795839 -122.110276672845 0.0 3.243955719395803E-5 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 San Antonio Avenue from San Antonio Avenue to San Antonio Avenue 1965 6000 industrial local county or commercial bus route 150 18 2700 asphalt concrete 0 0 0 0.12 37.4094929141742 -122.107552407505 0.0 37.4094925867907 -122.107549677853 0.0 -0.11993598594201733 22.764403225213535 Tree: 923 site 1 at 4221 ALMA ST, on ALMA ST 34 from pl -1 923 4221 1 fraxinus velutina http://en.wikipedia.org/wiki/Fraxinus_velutina http://www.calflora.org/cgi-bin/species_query.cgi?where-calrecnum=3616 10 10 37.4101200636757 -122.110828865829 0.0 2.3251787014252608E-4 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 San Antonio Avenue from San Antonio Avenue to San Antonio Avenue 1965 6000 industrial local county or commercial bus route 150 18 2700 asphalt concrete 0 0 0 0.12 37.4094929141742 -122.107552407505 0.0 37.4094925867907 -122.107549677853 0.0 -0.11993598594201733 22.764403225213535 Tree: 906 site 1 at 4161 ALMA ST, on ALMA ST 20 from pl -1 906 4161 1 fraxinus velutina http://en.wikipedia.org/wiki/Fraxinus_velutina http://www.calflora.org/cgi-bin/species_query.cgi?where-calrecnum=3616 10 10 37.4110525965859 -122.112308379546 0.0 9.822309204454557E-4 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 San Antonio Avenue from San Antonio Avenue to San Antonio Avenue 1965 6000 industrial local county or commercial bus route 150 18 2700 asphalt concrete 0 0 0 0.12 37.4094929141742 -122.107552407505 0.0 37.4094925867907 -122.107549677853 0.0 -0.11993598594201733 22.764403225213535 Tree: 909 site 4 at 4161 ALMA ST, on ALMA ST 156 from pl -1 909 4161 4 fraxinus velutina http://en.wikipedia.org/wiki/Fraxinus_velutina http://www.calflora.org/cgi-bin/species_query.cgi?where-calrecnum=3616 10 10 37.4108194070582 -122.111944383537 0.0 7.94046264649538E-4 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 San Antonio Avenue from San Antonio Avenue to San Antonio Avenue 1965 6000 industrial local county or commercial bus route 150 18 2700 asphalt concrete 0 0 0 0.12 37.4094929141742 -122.107552407505 0.0 37.4094925867907 -122.107549677853 0.0 -0.11993598594201733 22.764403225213535 Tree: 910 site 5 at 4161 ALMA ST, on ALMA ST 197 from pl -1 910 4161 5 fraxinus velutina http://en.wikipedia.org/wiki/Fraxinus_velutina http://www.calflora.org/cgi-bin/species_query.cgi?where-calrecnum=3616 10 10 37.4107462580174 -122.111831193507 0.0 7.348966854324159E-4 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 San Antonio Avenue from San Antonio Avenue to San Antonio Avenue 1965 6000 industrial local county or commercial bus route 150 18 2700 asphalt concrete 0 0 0 0.12 37.4094929141742 -122.107552407505 0.0 37.4094925867907 -122.107549677853 0.0 -0.11993598594201733 22.764403225213535 Tree: 911 site 6 at 4161 ALMA ST, on ALMA ST 244 from pl -1 911 4161 6 fraxinus velutina http://en.wikipedia.org/wiki/Fraxinus_velutina http://www.calflora.org/cgi-bin/species_query.cgi?where-calrecnum=3616 10 10 37.4106643575087 -122.111701303598 0.0 6.69046575071233E-4 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 San Antonio Avenue from San Antonio Avenue to San Antonio Avenue 1965 6000 industrial local county or commercial bus route 150 18 2700 asphalt concrete 0 0 0 0.12 37.4094929141742 -122.107552407505 0.0 37.4094925867907 -122.107549677853 0.0 -0.11993598594201733 22.764403225213535 Tree: 912 site 7 at 4161 ALMA ST, on ALMA ST 293 from pl -1 912 4161 7 fraxinus velutina http://en.wikipedia.org/wiki/Fraxinus_velutina http://www.calflora.org/cgi-bin/species_query.cgi?where-calrecnum=3616 10 10 37.4105824568557 -122.111571413974 0.0 6.031962874917745E-4 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 San Antonio Avenue from San Antonio Avenue to San Antonio Avenue 1965 6000 industrial local county or commercial bus route 150 18 2700 asphalt concrete 0 0 0 0.12 37.4094929141742 -122.107552407505 0.0 37.4094925867907 -122.107549677853 0.0 -0.11993598594201733 22.764403225213535 Tree: 914 site 9 at 4161 ALMA ST, on ALMA ST 387 from pl -1 914 4161 9 fraxinus velutina http://en.wikipedia.org/wiki/Fraxinus_velutina http://www.calflora.org/cgi-bin/species_query.cgi?where-calrecnum=3616 10 10 37.4104229452077 -122.11132774908 0.0 4.738359080655867E-4 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 San Antonio Avenue from San Antonio Avenue to San Antonio Avenue 1965 6000 industrial local county or commercial bus route 150 18 2700 asphalt concrete 0 0 0 0.12 37.4094929141742 -122.107552407505 0.0 37.4094925867907 -122.107549677853 0.0 -0.11993598594201733 22.764403225213535 Tree: 913 site 8 at 4161 ALMA ST, on ALMA ST 340 from pl -1 913 4161 8 fraxinus velutina http://en.wikipedia.org/wiki/Fraxinus_velutina http://www.calflora.org/cgi-bin/species_query.cgi?where-calrecnum=3616 10 10 37.410500322135 -122.111444321069 0.0 5.367805572888375E-4 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 San Antonio Avenue from San Antonio Avenue to San Antonio Avenue 1965 6000 industrial local county or commercial bus route 150 18 2700 asphalt concrete 0 0 0 0.12 37.4094929141742 -122.107552407505 0.0 37.4094925867907 -122.107549677853 0.0 -0.11993598594201733 22.764403225213535 Tree: 907 site 2 at 4161 ALMA ST, on ALMA ST 70 from pl -1 907 4161 2 fraxinus velutina http://en.wikipedia.org/wiki/Fraxinus_velutina http://www.calflora.org/cgi-bin/species_query.cgi?where-calrecnum=3616 10 10 37.4109664692294 -122.112175105575 0.0 9.125870218100283E-4 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 San Antonio Avenue from San Antonio Avenue to San Antonio Avenue 1965 6000 industrial local county or commercial bus route 150 18 2700 asphalt concrete 0 0 0 0.12 37.4094929141742 -122.107552407505 0.0 37.4094925867907 -122.107549677853 0.0 -0.11993598594201733 22.764403225213535 Tree: 908 site 3 at 4161 ALMA ST, on ALMA ST 113 from pl -1 908 4161 3 fraxinus velutina http://en.wikipedia.org/wiki/Fraxinus_velutina http://www.calflora.org/cgi-bin/species_query.cgi?where-calrecnum=3616 10 10 37.4109020091126 -122.112065884642 0.0 8.615918890527874E-4 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 San Antonio Avenue from San Antonio Avenue to San Antonio Avenue 1965 6000 industrial local county or commercial bus route 150 18 2700 asphalt concrete 0 0 0 0.12 37.4094929141742 -122.107552407505 0.0 37.4094925867907 -122.107549677853 0.0 -0.11993598594201733 22.764403225213535 Tree: 927 site 1 at 4245 ALMA ST, on ALMA ST 73 from pl -1 927 4245 1 juglans nigra http://en.wikipedia.org/wiki/Juglans_nigra NULL 30 40 37.4094069392663 -122.109604220859 0.0 3.2969833619671176E-4 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 San Antonio Avenue from San Antonio Avenue to San Antonio Avenue 1965 6000 industrial local county or commercial bus route 150 18 2700 asphalt concrete 0 0 0 0.12 37.4094925867907 -122.107549677853 0.0 37.4094608578194 -122.106954438119 0.0 -0.053304525032202406 30.900607648366684 Tree: 926 site 3 at 4243 ALMA ST, on ALMA ST 98 from pl -1 926 4243 3 fraxinus velutina http://en.wikipedia.org/wiki/Fraxinus_velutina http://www.calflora.org/cgi-bin/species_query.cgi?where-calrecnum=3616 10 10 37.4096451293862 -122.110052971379 0.0 1.9078637549456085E-5 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 San Antonio Avenue from San Antonio Avenue to San Antonio Avenue 1965 6000 industrial local county or commercial bus route 150 18 2700 asphalt concrete 0 0 0 0.12 37.4094925867907 -122.107549677853 0.0 37.4094608578194 -122.106954438119 0.0 -0.053304525032202406 30.900607648366684 Tree: 925 site 2 at 4243 ALMA ST, on ALMA ST 58 from pl -1 925 4243 2 fraxinus velutina http://en.wikipedia.org/wiki/Fraxinus_velutina http://www.calflora.org/cgi-bin/species_query.cgi?where-calrecnum=3616 10 10 37.4097134909807 -122.110160779208 0.0 8.160481985767696E-5 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 San Antonio Avenue from San Antonio Avenue to San Antonio Avenue 1965 6000 industrial local county or commercial bus route 150 18 2700 asphalt concrete 0 0 0 0.12 37.4094925867907 -122.107549677853 0.0 37.4094608578194 -122.106954438119 0.0 -0.053304525032202406 30.900607648366684 Tree: 924 site 1 at 4243 ALMA ST, on ALMA ST 15 from pl -1 924 4243 1 fraxinus velutina http://en.wikipedia.org/wiki/Fraxinus_velutina http://www.calflora.org/cgi-bin/species_query.cgi?where-calrecnum=3616 10 10 37.4097869795839 -122.110276672845 0.0 1.4882034335040646E-4 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 San Antonio Avenue from San Antonio Avenue to San Antonio Avenue 1965 6000 industrial local county or commercial bus route 150 18 2700 asphalt concrete 0 0 0 0.12 37.4094925867907 -122.107549677853 0.0 37.4094608578194 -122.106954438119 0.0 -0.053304525032202406 30.900607648366684 Tree: 923 site 1 at 4221 ALMA ST, on ALMA ST 34 from pl -1 923 4221 1 fraxinus velutina http://en.wikipedia.org/wiki/Fraxinus_velutina http://www.calflora.org/cgi-bin/species_query.cgi?where-calrecnum=3616 10 10 37.4101200636757 -122.110828865829 0.0 4.5203957660289726E-4 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 San Antonio Avenue from San Antonio Avenue to San Antonio Avenue 1965 6000 industrial local county or commercial bus route 150 18 2700 asphalt concrete 0 0 0 0.12 37.4094925867907 -122.107549677853 0.0 37.4094608578194 -122.106954438119 0.0 -0.053304525032202406 30.900607648366684 Tree: 911 site 6 at 4161 ALMA ST, on ALMA ST 244 from pl -1 911 4161 6 fraxinus velutina http://en.wikipedia.org/wiki/Fraxinus_velutina http://www.calflora.org/cgi-bin/species_query.cgi?where-calrecnum=3616 10 10 37.4106643575087 -122.111701303598 0.0 9.491228303257366E-4 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 San Antonio Avenue from San Antonio Avenue to San Antonio Avenue 1965 6000 industrial local county or commercial bus route 150 18 2700 asphalt concrete 0 0 0 0.12 37.4094925867907 -122.107549677853 0.0 37.4094608578194 -122.106954438119 0.0 -0.053304525032202406 30.900607648366684 Tree: 912 site 7 at 4161 ALMA ST, on ALMA ST 293 from pl -1 912 4161 7 fraxinus velutina http://en.wikipedia.org/wiki/Fraxinus_velutina http://www.calflora.org/cgi-bin/species_query.cgi?where-calrecnum=3616 10 10 37.4105824568557 -122.111571413974 0.0 8.742521742954288E-4 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 San Antonio Avenue from San Antonio Avenue to San Antonio Avenue 1965 6000 industrial local county or commercial bus route 150 18 2700 asphalt concrete 0 0 0 0.12 37.4094925867907 -122.107549677853 0.0 37.4094608578194 -122.106954438119 0.0 -0.053304525032202406 30.900607648366684 Tree: 914 site 9 at 4161 ALMA ST, on ALMA ST 387 from pl -1 914 4161 9 fraxinus velutina http://en.wikipedia.org/wiki/Fraxinus_velutina http://www.calflora.org/cgi-bin/species_query.cgi?where-calrecnum=3616 10 10 37.4104229452077 -122.11132774908 0.0 7.279366886775742E-4 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 San Antonio Avenue from San Antonio Avenue to San Antonio Avenue 1965 6000 industrial local county or commercial bus route 150 18 2700 asphalt concrete 0 0 0 0.12 37.4094925867907 -122.107549677853 0.0 37.4094608578194 -122.106954438119 0.0 -0.053304525032202406 30.900607648366684 Tree: 913 site 8 at 4161 ALMA ST, on ALMA ST 340 from pl -1 913 4161 8 fraxinus velutina http://en.wikipedia.org/wiki/Fraxinus_velutina http://www.calflora.org/cgi-bin/species_query.cgi?where-calrecnum=3616 10 10 37.410500322135 -122.111444321069 0.0 7.989989159611324E-4 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 San Antonio Avenue from San Antonio Avenue to San Antonio Avenue 1965 6000 industrial local county or commercial bus route 150 18 2700 asphalt concrete 0 0 0 0.12 37.4094925867907 -122.107549677853 0.0 37.4094608578194 -122.106954438119 0.0 -0.053304525032202406 30.900607648366684 Tree: 927 site 1 at 4245 ALMA ST, on ALMA ST 73 from pl -1 927 4245 1 juglans nigra http://en.wikipedia.org/wiki/Juglans_nigra NULL 30 40 37.4094069392663 -122.109604220859 0.0 1.9488728621256204E-4 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 San Antonio Avenue from San Antonio Avenue to San Antonio Avenue 1965 6000 industrial local county or commercial bus route 150 18 2700 asphalt concrete 0 0 0 0.12 37.4095629867357 -122.107730222315 0.0 37.4095675847281 -122.107745696087 0.0 -0.2971474830083535 1.1255582953117411 Tree: 926 site 3 at 4243 ALMA ST, on ALMA ST 98 from pl -1 926 4243 3 fraxinus velutina http://en.wikipedia.org/wiki/Fraxinus_velutina http://www.calflora.org/cgi-bin/species_query.cgi?where-calrecnum=3616 10 10 37.4096451293862 -122.110052971379 0.0 5.82868000963523E-4 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 San Antonio Avenue from San Antonio Avenue to San Antonio Avenue 1965 6000 industrial local county or commercial bus route 150 18 2700 asphalt concrete 0 0 0 0.12 37.4095629867357 -122.107730222315 0.0 37.4095675847281 -122.107745696087 0.0 -0.2971474830083535 1.1255582953117411 Tree: 925 site 2 at 4243 ALMA ST, on ALMA ST 58 from pl -1 925 4243 2 fraxinus velutina http://en.wikipedia.org/wiki/Fraxinus_velutina http://www.calflora.org/cgi-bin/species_query.cgi?where-calrecnum=3616 10 10 37.4097134909807 -122.110160779208 0.0 5.480460470532519E-4 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 San Antonio Avenue from San Antonio Avenue to San Antonio Avenue 1965 6000 industrial local county or commercial bus route 150 18 2700 asphalt concrete 0 0 0 0.12 37.4095629867357 -122.107730222315 0.0 37.4095675847281 -122.107745696087 0.0 -0.2971474830083535 1.1255582953117411 Tree: 924 site 1 at 4243 ALMA ST, on ALMA ST 15 from pl -1 924 4243 1 fraxinus velutina http://en.wikipedia.org/wiki/Fraxinus_velutina http://www.calflora.org/cgi-bin/species_query.cgi?where-calrecnum=3616 10 10 37.4097869795839 -122.110276672845 0.0 5.106126158016375E-4 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 San Antonio Avenue from San Antonio Avenue to San Antonio Avenue 1965 6000 industrial local county or commercial bus route 150 18 2700 asphalt concrete 0 0 0 0.12 37.4095629867357 -122.107730222315 0.0 37.4095675847281 -122.107745696087 0.0 -0.2971474830083535 1.1255582953117411 Tree: 923 site 1 at 4221 ALMA ST, on ALMA ST 34 from pl -1 923 4221 1 fraxinus velutina http://en.wikipedia.org/wiki/Fraxinus_velutina http://www.calflora.org/cgi-bin/species_query.cgi?where-calrecnum=3616 10 10 37.4101200636757 -122.110828865829 0.0 3.4861206261770593E-4 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 San Antonio Avenue from San Antonio Avenue to San Antonio Avenue 1965 6000 industrial local county or commercial bus route 150 18 2700 asphalt concrete 0 0 0 0.12 37.4095629867357 -122.107730222315 0.0 37.4095675847281 -122.107745696087 0.0 -0.2971474830083535 1.1255582953117411 Tree: 919 site 5 at 4181 ALMA ST, on ALMA ST 203 from pl -1 919 4181 5 fraxinus velutina http://en.wikipedia.org/wiki/Fraxinus_velutina http://www.calflora.org/cgi-bin/species_query.cgi?where-calrecnum=3616 10 10 37.4110899832346 -122.112363767066 0.0 1.4393044720969038E-4 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 San Antonio Avenue from San Antonio Avenue to San Antonio Avenue 1965 6000 industrial local county or commercial bus route 150 18 2700 asphalt concrete 0 0 0 0.12 37.4095629867357 -122.107730222315 0.0 37.4095675847281 -122.107745696087 0.0 -0.2971474830083535 1.1255582953117411 Tree: 918 site 4 at 4181 ALMA ST, on ALMA ST 154 from pl -1 918 4181 4 fraxinus velutina http://en.wikipedia.org/wiki/Fraxinus_velutina http://www.calflora.org/cgi-bin/species_query.cgi?where-calrecnum=3616 10 10 37.4111658928771 -122.11248438921 0.0 1.8233776761611263E-4 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 San Antonio Avenue from San Antonio Avenue to San Antonio Avenue 1965 6000 industrial local county or commercial bus route 150 18 2700 asphalt concrete 0 0 0 0.12 37.4095629867357 -122.107730222315 0.0 37.4095675847281 -122.107745696087 0.0 -0.2971474830083535 1.1255582953117411 Tree: 917 site 3 at 4181 ALMA ST, on ALMA ST 105 from pl -1 917 4181 3 fraxinus velutina http://en.wikipedia.org/wiki/Fraxinus_velutina http://www.calflora.org/cgi-bin/species_query.cgi?where-calrecnum=3616 10 10 37.4112547809895 -122.11262509498 0.0 2.2746534598838455E-4 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 San Antonio Avenue from San Antonio Avenue to San Antonio Avenue 1965 6000 industrial local county or commercial bus route 150 18 2700 asphalt concrete 0 0 0 0.12 37.4095629867357 -122.107730222315 0.0 37.4095675847281 -122.107745696087 0.0 -0.2971474830083535 1.1255582953117411 Tree: 916 site 2 at 4181 ALMA ST, on ALMA ST 61 from pl -1 916 4181 2 fraxinus velutina http://en.wikipedia.org/wiki/Fraxinus_velutina http://www.calflora.org/cgi-bin/species_query.cgi?where-calrecnum=3616 10 10 37.4113239358546 -122.112732107044 0.0 2.63274374075553E-4 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 San Antonio Avenue from San Antonio Avenue to San Antonio Avenue 1965 6000 industrial local county or commercial bus route 150 18 2700 asphalt concrete 0 0 0 0.12 37.4095629867357 -122.107730222315 0.0 37.4095675847281 -122.107745696087 0.0 -0.2971474830083535 1.1255582953117411 Tree: 905 site 7 at 4111 ALMA ST, on ALMA ST 367 from pl -1 905 4111 7 fraxinus velutina http://en.wikipedia.org/wiki/Fraxinus_velutina http://www.calflora.org/cgi-bin/species_query.cgi?where-calrecnum=3616 10 10 37.4114933130279 -122.112985249683 0.0 3.5353047145193637E-4 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 San Antonio Avenue from San Antonio Avenue to San Antonio Avenue 1965 6000 industrial local county or commercial bus route 150 18 2700 asphalt concrete 0 0 0 0.12 37.4095629867357 -122.107730222315 0.0 37.4095675847281 -122.107745696087 0.0 -0.2971474830083535 1.1255582953117411 Tree: 906 site 1 at 4161 ALMA ST, on ALMA ST 20 from pl -1 906 4161 1 fraxinus velutina http://en.wikipedia.org/wiki/Fraxinus_velutina http://www.calflora.org/cgi-bin/species_query.cgi?where-calrecnum=3616 10 10 37.4110525965859 -122.112308379546 0.0 1.2386900705306576E-4 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 San Antonio Avenue from San Antonio Avenue to San Antonio Avenue 1965 6000 industrial local county or commercial bus route 150 18 2700 asphalt concrete 0 0 0 0.12 37.4095629867357 -122.107730222315 0.0 37.4095675847281 -122.107745696087 0.0 -0.2971474830083535 1.1255582953117411 Tree: 909 site 4 at 4161 ALMA ST, on ALMA ST 156 from pl -1 909 4161 4 fraxinus velutina http://en.wikipedia.org/wiki/Fraxinus_velutina http://www.calflora.org/cgi-bin/species_query.cgi?where-calrecnum=3616 10 10 37.4108194070582 -122.111944383537 0.0 4.019232995116762E-6 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 San Antonio Avenue from San Antonio Avenue to San Antonio Avenue 1965 6000 industrial local county or commercial bus route 150 18 2700 asphalt concrete 0 0 0 0.12 37.4095629867357 -122.107730222315 0.0 37.4095675847281 -122.107745696087 0.0 -0.2971474830083535 1.1255582953117411 Tree: 910 site 5 at 4161 ALMA ST, on ALMA ST 197 from pl -1 910 4161 5 fraxinus velutina http://en.wikipedia.org/wiki/Fraxinus_velutina http://www.calflora.org/cgi-bin/species_query.cgi?where-calrecnum=3616 10 10 37.4107462580174 -122.111831193507 0.0 3.3858792915544075E-5 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 San Antonio Avenue from San Antonio Avenue to San Antonio Avenue 1965 6000 industrial local county or commercial bus route 150 18 2700 asphalt concrete 0 0 0 0.12 37.4095629867357 -122.107730222315 0.0 37.4095675847281 -122.107745696087 0.0 -0.2971474830083535 1.1255582953117411 Tree: 911 site 6 at 4161 ALMA ST, on ALMA ST 244 from pl -1 911 4161 6 fraxinus velutina http://en.wikipedia.org/wiki/Fraxinus_velutina http://www.calflora.org/cgi-bin/species_query.cgi?where-calrecnum=3616 10 10 37.4106643575087 -122.111701303598 0.0 7.536899672544156E-5 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 San Antonio Avenue from San Antonio Avenue to San Antonio Avenue 1965 6000 industrial local county or commercial bus route 150 18 2700 asphalt concrete 0 0 0 0.12 37.4095629867357 -122.107730222315 0.0 37.4095675847281 -122.107745696087 0.0 -0.2971474830083535 1.1255582953117411 Tree: 912 site 7 at 4161 ALMA ST, on ALMA ST 293 from pl -1 912 4161 7 fraxinus velutina http://en.wikipedia.org/wiki/Fraxinus_velutina http://www.calflora.org/cgi-bin/species_query.cgi?where-calrecnum=3616 10 10 37.4105824568557 -122.111571413974 0.0 1.1687942004311892E-4 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 San Antonio Avenue from San Antonio Avenue to San Antonio Avenue 1965 6000 industrial local county or commercial bus route 150 18 2700 asphalt concrete 0 0 0 0.12 37.4095629867357 -122.107730222315 0.0 37.4095675847281 -122.107745696087 0.0 -0.2971474830083535 1.1255582953117411 Tree: 915 site 1 at 4181 ALMA ST, on ALMA ST 14 from pl -1 915 4181 1 fraxinus velutina http://en.wikipedia.org/wiki/Fraxinus_velutina http://www.calflora.org/cgi-bin/species_query.cgi?where-calrecnum=3616 10 10 37.4114000790744 -122.112849933477 0.0 3.0270192160106456E-4 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 San Antonio Avenue from San Antonio Avenue to San Antonio Avenue 1965 6000 industrial local county or commercial bus route 150 18 2700 asphalt concrete 0 0 0 0.12 37.4095629867357 -122.107730222315 0.0 37.4095675847281 -122.107745696087 0.0 -0.2971474830083535 1.1255582953117411 Tree: 914 site 9 at 4161 ALMA ST, on ALMA ST 387 from pl -1 914 4161 9 fraxinus velutina http://en.wikipedia.org/wiki/Fraxinus_velutina http://www.calflora.org/cgi-bin/species_query.cgi?where-calrecnum=3616 10 10 37.4104229452077 -122.11132774908 0.0 2.003782907894967E-4 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 San Antonio Avenue from San Antonio Avenue to San Antonio Avenue 1965 6000 industrial local county or commercial bus route 150 18 2700 asphalt concrete 0 0 0 0.12 37.4095629867357 -122.107730222315 0.0 37.4095675847281 -122.107745696087 0.0 -0.2971474830083535 1.1255582953117411 Tree: 913 site 8 at 4161 ALMA ST, on ALMA ST 340 from pl -1 913 4161 8 fraxinus velutina http://en.wikipedia.org/wiki/Fraxinus_velutina http://www.calflora.org/cgi-bin/species_query.cgi?where-calrecnum=3616 10 10 37.410500322135 -122.111444321069 0.0 1.5941082766866203E-4 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 San Antonio Avenue from San Antonio Avenue to San Antonio Avenue 1965 6000 industrial local county or commercial bus route 150 18 2700 asphalt concrete 0 0 0 0.12 37.4095629867357 -122.107730222315 0.0 37.4095675847281 -122.107745696087 0.0 -0.2971474830083535 1.1255582953117411 Tree: 907 site 2 at 4161 ALMA ST, on ALMA ST 70 from pl -1 907 4161 2 fraxinus velutina http://en.wikipedia.org/wiki/Fraxinus_velutina http://www.calflora.org/cgi-bin/species_query.cgi?where-calrecnum=3616 10 10 37.4109664692294 -122.112175105575 0.0 7.927096071328797E-5 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 San Antonio Avenue from San Antonio Avenue to San Antonio Avenue 1965 6000 industrial local county or commercial bus route 150 18 2700 asphalt concrete 0 0 0 0.12 37.4095629867357 -122.107730222315 0.0 37.4095675847281 -122.107745696087 0.0 -0.2971474830083535 1.1255582953117411 Tree: 908 site 3 at 4161 ALMA ST, on ALMA ST 113 from pl -1 908 4161 3 fraxinus velutina http://en.wikipedia.org/wiki/Fraxinus_velutina http://www.calflora.org/cgi-bin/species_query.cgi?where-calrecnum=3616 10 10 37.4109020091126 -122.112065884642 0.0 4.859137420203618E-5 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 San Antonio Avenue from San Antonio Avenue to San Antonio Avenue 1965 6000 industrial local county or commercial bus route 150 18 2700 asphalt concrete 0 0 0 0.12 37.4095629867357 -122.107730222315 0.0 37.4095675847281 -122.107745696087 0.0 -0.2971474830083535 1.1255582953117411 Tree: 927 site 1 at 4245 ALMA ST, on ALMA ST 73 from pl -1 927 4245 1 juglans nigra http://en.wikipedia.org/wiki/Juglans_nigra NULL 30 40 37.4094069392663 -122.109604220859 0.0 6.833698881060431E-4 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 San Antonio Avenue from San Antonio Avenue to San Antonio Avenue 1965 6000 industrial local county or commercial bus route 150 18 2700 asphalt concrete 0 0 0 0.12 37.4095675847281 -122.107745696087 0.0 37.40957324101 -122.107760608602 0.0 -0.3792976499799327 -8.905613402144937 Tree: 926 site 3 at 4243 ALMA ST, on ALMA ST 98 from pl -1 926 4243 3 fraxinus velutina http://en.wikipedia.org/wiki/Fraxinus_velutina http://www.calflora.org/cgi-bin/species_query.cgi?where-calrecnum=3616 10 10 37.4096451293862 -122.110052971379 0.0 7.457566408517689E-4 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 San Antonio Avenue from San Antonio Avenue to San Antonio Avenue 1965 6000 industrial local county or commercial bus route 150 18 2700 asphalt concrete 0 0 0 0.12 37.4095675847281 -122.107745696087 0.0 37.40957324101 -122.107760608602 0.0 -0.3792976499799327 -8.905613402144937 Tree: 925 site 2 at 4243 ALMA ST, on ALMA ST 58 from pl -1 925 4243 2 fraxinus velutina http://en.wikipedia.org/wiki/Fraxinus_velutina http://www.calflora.org/cgi-bin/species_query.cgi?where-calrecnum=3616 10 10 37.4097134909807 -122.110160779208 0.0 7.200718343565534E-4 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 San Antonio Avenue from San Antonio Avenue to San Antonio Avenue 1965 6000 industrial local county or commercial bus route 150 18 2700 asphalt concrete 0 0 0 0.12 37.4095675847281 -122.107745696087 0.0 37.40957324101 -122.107760608602 0.0 -0.3792976499799327 -8.905613402144937 Tree: 924 site 1 at 4243 ALMA ST, on ALMA ST 15 from pl -1 924 4243 1 fraxinus velutina http://en.wikipedia.org/wiki/Fraxinus_velutina http://www.calflora.org/cgi-bin/species_query.cgi?where-calrecnum=3616 10 10 37.4097869795839 -122.110276672845 0.0 6.924608493780306E-4 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 San Antonio Avenue from San Antonio Avenue to San Antonio Avenue 1965 6000 industrial local county or commercial bus route 150 18 2700 asphalt concrete 0 0 0 0.12 37.4095675847281 -122.107745696087 0.0 37.40957324101 -122.107760608602 0.0 -0.3792976499799327 -8.905613402144937 Tree: 923 site 1 at 4221 ALMA ST, on ALMA ST 34 from pl -1 923 4221 1 fraxinus velutina http://en.wikipedia.org/wiki/Fraxinus_velutina http://www.calflora.org/cgi-bin/species_query.cgi?where-calrecnum=3616 10 10 37.4101200636757 -122.110828865829 0.0 5.768585863405956E-4 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 San Antonio Avenue from San Antonio Avenue to San Antonio Avenue 1965 6000 industrial local county or commercial bus route 150 18 2700 asphalt concrete 0 0 0 0.12 37.4095675847281 -122.107745696087 0.0 37.40957324101 -122.107760608602 0.0 -0.3792976499799327 -8.905613402144937 Tree: 919 site 5 at 4181 ALMA ST, on ALMA ST 203 from pl -1 919 4181 5 fraxinus velutina http://en.wikipedia.org/wiki/Fraxinus_velutina http://www.calflora.org/cgi-bin/species_query.cgi?where-calrecnum=3616 10 10 37.4110899832346 -122.112363767066 0.0 2.1432567585151954E-4 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 San Antonio Avenue from San Antonio Avenue to San Antonio Avenue 1965 6000 industrial local county or commercial bus route 150 18 2700 asphalt concrete 0 0 0 0.12 37.4095675847281 -122.107745696087 0.0 37.40957324101 -122.107760608602 0.0 -0.3792976499799327 -8.905613402144937 Tree: 918 site 4 at 4181 ALMA ST, on ALMA ST 154 from pl -1 918 4181 4 fraxinus velutina http://en.wikipedia.org/wiki/Fraxinus_velutina http://www.calflora.org/cgi-bin/species_query.cgi?where-calrecnum=3616 10 10 37.4111658928771 -122.11248438921 0.0 1.8612795154506644E-4 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 San Antonio Avenue from San Antonio Avenue to San Antonio Avenue 1965 6000 industrial local county or commercial bus route 150 18 2700 asphalt concrete 0 0 0 0.12 37.4095675847281 -122.107745696087 0.0 37.40957324101 -122.107760608602 0.0 -0.3792976499799327 -8.905613402144937 Tree: 917 site 3 at 4181 ALMA ST, on ALMA ST 105 from pl -1 917 4181 3 fraxinus velutina http://en.wikipedia.org/wiki/Fraxinus_velutina http://www.calflora.org/cgi-bin/species_query.cgi?where-calrecnum=3616 10 10 37.4112547809895 -122.11262509498 0.0 1.5291787350290857E-4 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 San Antonio Avenue from San Antonio Avenue to San Antonio Avenue 1965 6000 industrial local county or commercial bus route 150 18 2700 asphalt concrete 0 0 0 0.12 37.4095675847281 -122.107745696087 0.0 37.40957324101 -122.107760608602 0.0 -0.3792976499799327 -8.905613402144937 Tree: 916 site 2 at 4181 ALMA ST, on ALMA ST 61 from pl -1 916 4181 2 fraxinus velutina http://en.wikipedia.org/wiki/Fraxinus_velutina http://www.calflora.org/cgi-bin/species_query.cgi?where-calrecnum=3616 10 10 37.4113239358546 -122.112732107044 0.0 1.2620914467743243E-4 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 San Antonio Avenue from San Antonio Avenue to San Antonio Avenue 1965 6000 industrial local county or commercial bus route 150 18 2700 asphalt concrete 0 0 0 0.12 37.4095675847281 -122.107745696087 0.0 37.40957324101 -122.107760608602 0.0 -0.3792976499799327 -8.905613402144937 Tree: 905 site 7 at 4111 ALMA ST, on ALMA ST 367 from pl -1 905 4111 7 fraxinus velutina http://en.wikipedia.org/wiki/Fraxinus_velutina http://www.calflora.org/cgi-bin/species_query.cgi?where-calrecnum=3616 10 10 37.4114933130279 -122.112985249683 0.0 5.7616721929899926E-5 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 San Antonio Avenue from San Antonio Avenue to San Antonio Avenue 1965 6000 industrial local county or commercial bus route 150 18 2700 asphalt concrete 0 0 0 0.12 37.4095675847281 -122.107745696087 0.0 37.40957324101 -122.107760608602 0.0 -0.3792976499799327 -8.905613402144937 Tree: 906 site 1 at 4161 ALMA ST, on ALMA ST 20 from pl -1 906 4161 1 fraxinus velutina http://en.wikipedia.org/wiki/Fraxinus_velutina http://www.calflora.org/cgi-bin/species_query.cgi?where-calrecnum=3616 10 10 37.4110525965859 -122.112308379546 0.0 2.2963940331497169E-4 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 San Antonio Avenue from San Antonio Avenue to San Antonio Avenue 1965 6000 industrial local county or commercial bus route 150 18 2700 asphalt concrete 0 0 0 0.12 37.4095675847281 -122.107745696087 0.0 37.40957324101 -122.107760608602 0.0 -0.3792976499799327 -8.905613402144937 Tree: 909 site 4 at 4161 ALMA ST, on ALMA ST 156 from pl -1 909 4161 4 fraxinus velutina http://en.wikipedia.org/wiki/Fraxinus_velutina http://www.calflora.org/cgi-bin/species_query.cgi?where-calrecnum=3616 10 10 37.4108194070582 -122.111944383537 0.0 3.185830040018055E-4 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 San Antonio Avenue from San Antonio Avenue to San Antonio Avenue 1965 6000 industrial local county or commercial bus route 150 18 2700 asphalt concrete 0 0 0 0.12 37.4095675847281 -122.107745696087 0.0 37.40957324101 -122.107760608602 0.0 -0.3792976499799327 -8.905613402144937 Tree: 910 site 5 at 4161 ALMA ST, on ALMA ST 197 from pl -1 910 4161 5 fraxinus velutina http://en.wikipedia.org/wiki/Fraxinus_velutina http://www.calflora.org/cgi-bin/species_query.cgi?where-calrecnum=3616 10 10 37.4107462580174 -122.111831193507 0.0 3.468353152643671E-4 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 San Antonio Avenue from San Antonio Avenue to San Antonio Avenue 1965 6000 industrial local county or commercial bus route 150 18 2700 asphalt concrete 0 0 0 0.12 37.4095675847281 -122.107745696087 0.0 37.40957324101 -122.107760608602 0.0 -0.3792976499799327 -8.905613402144937 Tree: 911 site 6 at 4161 ALMA ST, on ALMA ST 244 from pl -1 911 4161 6 fraxinus velutina http://en.wikipedia.org/wiki/Fraxinus_velutina http://www.calflora.org/cgi-bin/species_query.cgi?where-calrecnum=3616 10 10 37.4106643575087 -122.111701303598 0.0 3.7734775228939765E-4 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 San Antonio Avenue from San Antonio Avenue to San Antonio Avenue 1965 6000 industrial local county or commercial bus route 150 18 2700 asphalt concrete 0 0 0 0.12 37.4095675847281 -122.107745696087 0.0 37.40957324101 -122.107760608602 0.0 -0.3792976499799327 -8.905613402144937 Tree: 912 site 7 at 4161 ALMA ST, on ALMA ST 293 from pl -1 912 4161 7 fraxinus velutina http://en.wikipedia.org/wiki/Fraxinus_velutina http://www.calflora.org/cgi-bin/species_query.cgi?where-calrecnum=3616 10 10 37.4105824568557 -122.111571413974 0.0 4.078604253211406E-4 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 San Antonio Avenue from San Antonio Avenue to San Antonio Avenue 1965 6000 industrial local county or commercial bus route 150 18 2700 asphalt concrete 0 0 0 0.12 37.4095675847281 -122.107745696087 0.0 37.40957324101 -122.107760608602 0.0 -0.3792976499799327 -8.905613402144937 Tree: 915 site 1 at 4181 ALMA ST, on ALMA ST 14 from pl -1 915 4181 1 fraxinus velutina http://en.wikipedia.org/wiki/Fraxinus_velutina http://www.calflora.org/cgi-bin/species_query.cgi?where-calrecnum=3616 10 10 37.4114000790744 -122.112849933477 0.0 9.680154351943429E-5 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 San Antonio Avenue from San Antonio Avenue to San Antonio Avenue 1965 6000 industrial local county or commercial bus route 150 18 2700 asphalt concrete 0 0 0 0.12 37.4095675847281 -122.107745696087 0.0 37.40957324101 -122.107760608602 0.0 -0.3792976499799327 -8.905613402144937 Tree: 914 site 9 at 4161 ALMA ST, on ALMA ST 387 from pl -1 914 4161 9 fraxinus velutina http://en.wikipedia.org/wiki/Fraxinus_velutina http://www.calflora.org/cgi-bin/species_query.cgi?where-calrecnum=3616 10 10 37.4104229452077 -122.11132774908 0.0 4.7058979153561786E-4 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 San Antonio Avenue from San Antonio Avenue to San Antonio Avenue 1965 6000 industrial local county or commercial bus route 150 18 2700 asphalt concrete 0 0 0 0.12 37.4095675847281 -122.107745696087 0.0 37.40957324101 -122.107760608602 0.0 -0.3792976499799327 -8.905613402144937 Tree: 913 site 8 at 4161 ALMA ST, on ALMA ST 340 from pl -1 913 4161 8 fraxinus velutina http://en.wikipedia.org/wiki/Fraxinus_velutina http://www.calflora.org/cgi-bin/species_query.cgi?where-calrecnum=3616 10 10 37.410500322135 -122.111444321069 0.0 4.395837912027525E-4 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 San Antonio Avenue from San Antonio Avenue to San Antonio Avenue 1965 6000 industrial local county or commercial bus route 150 18 2700 asphalt concrete 0 0 0 0.12 37.4095675847281 -122.107745696087 0.0 37.40957324101 -122.107760608602 0.0 -0.3792976499799327 -8.905613402144937 Tree: 907 site 2 at 4161 ALMA ST, on ALMA ST 70 from pl -1 907 4161 2 fraxinus velutina http://en.wikipedia.org/wiki/Fraxinus_velutina http://www.calflora.org/cgi-bin/species_query.cgi?where-calrecnum=3616 10 10 37.4109664692294 -122.112175105575 0.0 2.6290381242227576E-4 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 San Antonio Avenue from San Antonio Avenue to San Antonio Avenue 1965 6000 industrial local county or commercial bus route 150 18 2700 asphalt concrete 0 0 0 0.12 37.4095675847281 -122.107745696087 0.0 37.40957324101 -122.107760608602 0.0 -0.3792976499799327 -8.905613402144937 Tree: 908 site 3 at 4161 ALMA ST, on ALMA ST 113 from pl -1 908 4161 3 fraxinus velutina http://en.wikipedia.org/wiki/Fraxinus_velutina http://www.calflora.org/cgi-bin/species_query.cgi?where-calrecnum=3616 10 10 37.4109020091126 -122.112065884642 0.0 2.844395829112869E-4 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 San Antonio Avenue from San Antonio Avenue to San Antonio Avenue 1965 6000 industrial local county or commercial bus route 150 18 2700 asphalt concrete 0 0 0 0.12 37.4095675847281 -122.107745696087 0.0 37.40957324101 -122.107760608602 0.0 -0.3792976499799327 -8.905613402144937 Tree: 927 site 1 at 4245 ALMA ST, on ALMA ST 73 from pl -1 927 4245 1 juglans nigra http://en.wikipedia.org/wiki/Juglans_nigra NULL 30 40 37.4094069392663 -122.109604220859 0.0 8.093181358416802E-4 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 San Antonio Avenue from San Antonio Avenue to San Antonio Avenue 1965 6000 industrial local county or commercial bus route 150 18 2700 asphalt concrete 0 0 0 0.12 37.40957324101 -122.107760608602 0.0 37.4095799125339 -122.107774846366 0.0 -0.4685794695367104 -19.807616451284353 Tree: 926 site 3 at 4243 ALMA ST, on ALMA ST 98 from pl -1 926 4243 3 fraxinus velutina http://en.wikipedia.org/wiki/Fraxinus_velutina http://www.calflora.org/cgi-bin/species_query.cgi?where-calrecnum=3616 10 10 37.4096451293862 -122.110052971379 0.0 9.075699563847496E-4 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 San Antonio Avenue from San Antonio Avenue to San Antonio Avenue 1965 6000 industrial local county or commercial bus route 150 18 2700 asphalt concrete 0 0 0 0.12 37.40957324101 -122.107760608602 0.0 37.4095799125339 -122.107774846366 0.0 -0.4685794695367104 -19.807616451284353 Tree: 925 site 2 at 4243 ALMA ST, on ALMA ST 58 from pl -1 925 4243 2 fraxinus velutina http://en.wikipedia.org/wiki/Fraxinus_velutina http://www.calflora.org/cgi-bin/species_query.cgi?where-calrecnum=3616 10 10 37.4097134909807 -122.110160779208 0.0 8.914109292489014E-4 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 San Antonio Avenue from San Antonio Avenue to San Antonio Avenue 1965 6000 industrial local county or commercial bus route 150 18 2700 asphalt concrete 0 0 0 0.12 37.40957324101 -122.107760608602 0.0 37.4095799125339 -122.107774846366 0.0 -0.4685794695367104 -19.807616451284353 Tree: 924 site 1 at 4243 ALMA ST, on ALMA ST 15 from pl -1 924 4243 1 fraxinus velutina http://en.wikipedia.org/wiki/Fraxinus_velutina http://www.calflora.org/cgi-bin/species_query.cgi?where-calrecnum=3616 10 10 37.4097869795839 -122.110276672845 0.0 8.740401691854818E-4 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 San Antonio Avenue from San Antonio Avenue to San Antonio Avenue 1965 6000 industrial local county or commercial bus route 150 18 2700 asphalt concrete 0 0 0 0.12 37.40957324101 -122.107760608602 0.0 37.4095799125339 -122.107774846366 0.0 -0.4685794695367104 -19.807616451284353 Tree: 923 site 1 at 4221 ALMA ST, on ALMA ST 34 from pl -1 923 4221 1 fraxinus velutina http://en.wikipedia.org/wiki/Fraxinus_velutina http://www.calflora.org/cgi-bin/species_query.cgi?where-calrecnum=3616 10 10 37.4101200636757 -122.110828865829 0.0 8.06725936416583E-4 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 San Antonio Avenue from San Antonio Avenue to San Antonio Avenue 1965 6000 industrial local county or commercial bus route 150 18 2700 asphalt concrete 0 0 0 0.12 37.40957324101 -122.107760608602 0.0 37.4095799125339 -122.107774846366 0.0 -0.4685794695367104 -19.807616451284353 Tree: 919 site 5 at 4181 ALMA ST, on ALMA ST 203 from pl -1 919 4181 5 fraxinus velutina http://en.wikipedia.org/wiki/Fraxinus_velutina http://www.calflora.org/cgi-bin/species_query.cgi?where-calrecnum=3616 10 10 37.4110899832346 -122.112363767066 0.0 5.797158096055634E-4 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 San Antonio Avenue from San Antonio Avenue to San Antonio Avenue 1965 6000 industrial local county or commercial bus route 150 18 2700 asphalt concrete 0 0 0 0.12 37.40957324101 -122.107760608602 0.0 37.4095799125339 -122.107774846366 0.0 -0.4685794695367104 -19.807616451284353 Tree: 918 site 4 at 4181 ALMA ST, on ALMA ST 154 from pl -1 918 4181 4 fraxinus velutina http://en.wikipedia.org/wiki/Fraxinus_velutina http://www.calflora.org/cgi-bin/species_query.cgi?where-calrecnum=3616 10 10 37.4111658928771 -122.11248438921 0.0 5.621590941282869E-4 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 San Antonio Avenue from San Antonio Avenue to San Antonio Avenue 1965 6000 industrial local county or commercial bus route 150 18 2700 asphalt concrete 0 0 0 0.12 37.40957324101 -122.107760608602 0.0 37.4095799125339 -122.107774846366 0.0 -0.4685794695367104 -19.807616451284353 Tree: 917 site 3 at 4181 ALMA ST, on ALMA ST 105 from pl -1 917 4181 3 fraxinus velutina http://en.wikipedia.org/wiki/Fraxinus_velutina http://www.calflora.org/cgi-bin/species_query.cgi?where-calrecnum=3616 10 10 37.4112547809895 -122.11262509498 0.0 5.413717655618858E-4 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 San Antonio Avenue from San Antonio Avenue to San Antonio Avenue 1965 6000 industrial local county or commercial bus route 150 18 2700 asphalt concrete 0 0 0 0.12 37.40957324101 -122.107760608602 0.0 37.4095799125339 -122.107774846366 0.0 -0.4685794695367104 -19.807616451284353 Tree: 916 site 2 at 4181 ALMA ST, on ALMA ST 61 from pl -1 916 4181 2 fraxinus velutina http://en.wikipedia.org/wiki/Fraxinus_velutina http://www.calflora.org/cgi-bin/species_query.cgi?where-calrecnum=3616 10 10 37.4113239358546 -122.112732107044 0.0 5.241567685323526E-4 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 San Antonio Avenue from San Antonio Avenue to San Antonio Avenue 1965 6000 industrial local county or commercial bus route 150 18 2700 asphalt concrete 0 0 0 0.12 37.40957324101 -122.107760608602 0.0 37.4095799125339 -122.107774846366 0.0 -0.4685794695367104 -19.807616451284353 Tree: 905 site 7 at 4111 ALMA ST, on ALMA ST 367 from pl -1 905 4111 7 fraxinus velutina http://en.wikipedia.org/wiki/Fraxinus_velutina http://www.calflora.org/cgi-bin/species_query.cgi?where-calrecnum=3616 10 10 37.4114933130279 -122.112985249683 0.0 4.7819290575796495E-4 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 San Antonio Avenue from San Antonio Avenue to San Antonio Avenue 1965 6000 industrial local county or commercial bus route 150 18 2700 asphalt concrete 0 0 0 0.12 37.40957324101 -122.107760608602 0.0 37.4095799125339 -122.107774846366 0.0 -0.4685794695367104 -19.807616451284353 Tree: 906 site 1 at 4161 ALMA ST, on ALMA ST 20 from pl -1 906 4161 1 fraxinus velutina http://en.wikipedia.org/wiki/Fraxinus_velutina http://www.calflora.org/cgi-bin/species_query.cgi?where-calrecnum=3616 10 10 37.4110525965859 -122.112308379546 0.0 5.900687756365242E-4 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 San Antonio Avenue from San Antonio Avenue to San Antonio Avenue 1965 6000 industrial local county or commercial bus route 150 18 2700 asphalt concrete 0 0 0 0.12 37.40957324101 -122.107760608602 0.0 37.4095799125339 -122.107774846366 0.0 -0.4685794695367104 -19.807616451284353 Tree: 909 site 4 at 4161 ALMA ST, on ALMA ST 156 from pl -1 909 4161 4 fraxinus velutina http://en.wikipedia.org/wiki/Fraxinus_velutina http://www.calflora.org/cgi-bin/species_query.cgi?where-calrecnum=3616 10 10 37.4108194070582 -122.111944383537 0.0 6.467800003316415E-4 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 San Antonio Avenue from San Antonio Avenue to San Antonio Avenue 1965 6000 industrial local county or commercial bus route 150 18 2700 asphalt concrete 0 0 0 0.12 37.40957324101 -122.107760608602 0.0 37.4095799125339 -122.107774846366 0.0 -0.4685794695367104 -19.807616451284353 Tree: 910 site 5 at 4161 ALMA ST, on ALMA ST 197 from pl -1 910 4161 5 fraxinus velutina http://en.wikipedia.org/wiki/Fraxinus_velutina http://www.calflora.org/cgi-bin/species_query.cgi?where-calrecnum=3616 10 10 37.4107462580174 -122.111831193507 0.0 6.649904405459302E-4 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 San Antonio Avenue from San Antonio Avenue to San Antonio Avenue 1965 6000 industrial local county or commercial bus route 150 18 2700 asphalt concrete 0 0 0 0.12 37.40957324101 -122.107760608602 0.0 37.4095799125339 -122.107774846366 0.0 -0.4685794695367104 -19.807616451284353 Tree: 911 site 6 at 4161 ALMA ST, on ALMA ST 244 from pl -1 911 4161 6 fraxinus velutina http://en.wikipedia.org/wiki/Fraxinus_velutina http://www.calflora.org/cgi-bin/species_query.cgi?where-calrecnum=3616 10 10 37.4106643575087 -122.111701303598 0.0 6.84039614751785E-4 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 San Antonio Avenue from San Antonio Avenue to San Antonio Avenue 1965 6000 industrial local county or commercial bus route 150 18 2700 asphalt concrete 0 0 0 0.12 37.40957324101 -122.107760608602 0.0 37.4095799125339 -122.107774846366 0.0 -0.4685794695367104 -19.807616451284353 Tree: 912 site 7 at 4161 ALMA ST, on ALMA ST 293 from pl -1 912 4161 7 fraxinus velutina http://en.wikipedia.org/wiki/Fraxinus_velutina http://www.calflora.org/cgi-bin/species_query.cgi?where-calrecnum=3616 10 10 37.4105824568557 -122.111571413974 0.0 7.030890405564632E-4 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 San Antonio Avenue from San Antonio Avenue to San Antonio Avenue 1965 6000 industrial local county or commercial bus route 150 18 2700 asphalt concrete 0 0 0 0.12 37.40957324101 -122.107760608602 0.0 37.4095799125339 -122.107774846366 0.0 -0.4685794695367104 -19.807616451284353 Tree: 915 site 1 at 4181 ALMA ST, on ALMA ST 14 from pl -1 915 4181 1 fraxinus velutina http://en.wikipedia.org/wiki/Fraxinus_velutina http://www.calflora.org/cgi-bin/species_query.cgi?where-calrecnum=3616 10 10 37.4114000790744 -122.112849933477 0.0 5.052023040272702E-4 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 San Antonio Avenue from San Antonio Avenue to San Antonio Avenue 1965 6000 industrial local county or commercial bus route 150 18 2700 asphalt concrete 0 0 0 0.12 37.40957324101 -122.107760608602 0.0 37.4095799125339 -122.107774846366 0.0 -0.4685794695367104 -19.807616451284353 Tree: 914 site 9 at 4161 ALMA ST, on ALMA ST 387 from pl -1 914 4161 9 fraxinus velutina http://en.wikipedia.org/wiki/Fraxinus_velutina http://www.calflora.org/cgi-bin/species_query.cgi?where-calrecnum=3616 10 10 37.4104229452077 -122.11132774908 0.0 7.441409660420836E-4 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 San Antonio Avenue from San Antonio Avenue to San Antonio Avenue 1965 6000 industrial local county or commercial bus route 150 18 2700 asphalt concrete 0 0 0 0.12 37.40957324101 -122.107760608602 0.0 37.4095799125339 -122.107774846366 0.0 -0.4685794695367104 -19.807616451284353 Tree: 913 site 8 at 4161 ALMA ST, on ALMA ST 340 from pl -1 913 4161 8 fraxinus velutina http://en.wikipedia.org/wiki/Fraxinus_velutina http://www.calflora.org/cgi-bin/species_query.cgi?where-calrecnum=3616 10 10 37.410500322135 -122.111444321069 0.0 7.235370871443836E-4 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 San Antonio Avenue from San Antonio Avenue to San Antonio Avenue 1965 6000 industrial local county or commercial bus route 150 18 2700 asphalt concrete 0 0 0 0.12 37.40957324101 -122.107760608602 0.0 37.4095799125339 -122.107774846366 0.0 -0.4685794695367104 -19.807616451284353 Tree: 907 site 2 at 4161 ALMA ST, on ALMA ST 70 from pl -1 907 4161 2 fraxinus velutina http://en.wikipedia.org/wiki/Fraxinus_velutina http://www.calflora.org/cgi-bin/species_query.cgi?where-calrecnum=3616 10 10 37.4109664692294 -122.112175105575 0.0 6.115095556517821E-4 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 San Antonio Avenue from San Antonio Avenue to San Antonio Avenue 1965 6000 industrial local county or commercial bus route 150 18 2700 asphalt concrete 0 0 0 0.12 37.40957324101 -122.107760608602 0.0 37.4095799125339 -122.107774846366 0.0 -0.4685794695367104 -19.807616451284353 Tree: 908 site 3 at 4161 ALMA ST, on ALMA ST 113 from pl -1 908 4161 3 fraxinus velutina http://en.wikipedia.org/wiki/Fraxinus_velutina http://www.calflora.org/cgi-bin/species_query.cgi?where-calrecnum=3616 10 10 37.4109020091126 -122.112065884642 0.0 6.235361331469625E-4 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 San Antonio Avenue from San Antonio Avenue to San Antonio Avenue 1965 6000 industrial local county or commercial bus route 150 18 2700 asphalt concrete 0 0 0 0.12 37.40957324101 -122.107760608602 0.0 37.4095799125339 -122.107774846366 0.0 -0.4685794695367104 -19.807616451284353 Tree: 927 site 1 at 4245 ALMA ST, on ALMA ST 73 from pl -1 927 4245 1 juglans nigra http://en.wikipedia.org/wiki/Juglans_nigra NULL 30 40 37.4094069392663 -122.109604220859 0.0 9.328473533916058E-4 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 San Antonio Avenue from City Limit to San Antonio Avenue 1962 6000 truck & bus routes county or commercial bus route 200 24 4800 asphalt concrete 0 0 0 0.12 37.4091555650052 -122.108334454758 0.0 37.4091679934446 -122.108312980746 0.0 0.5787665297480631 108.08137255070133 Tree: 927 site 1 at 4245 ALMA ST, on ALMA ST 73 from pl -1 927 4245 1 juglans nigra http://en.wikipedia.org/wiki/Juglans_nigra NULL 30 40 37.4094069392663 -122.109604220859 0.0 8.536129700432181E-4 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 San Antonio Avenue from San Antonio Avenue to San Antonio Avenue 1965 6000 industrial local county or commercial bus route 150 18 2700 asphalt concrete 0 0 0 0.12 37.4095799125339 -122.107774846366 0.0 37.4095875485257 -122.107788301024 0.0 -0.5675351835881608 -31.89087850244023 Tree: 919 site 5 at 4181 ALMA ST, on ALMA ST 203 from pl -1 919 4181 5 fraxinus velutina http://en.wikipedia.org/wiki/Fraxinus_velutina http://www.calflora.org/cgi-bin/species_query.cgi?where-calrecnum=3616 10 10 37.4110899832346 -122.112363767066 0.0 9.517133548896288E-4 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 San Antonio Avenue from San Antonio Avenue to San Antonio Avenue 1965 6000 industrial local county or commercial bus route 150 18 2700 asphalt concrete 0 0 0 0.12 37.4095799125339 -122.107774846366 0.0 37.4095875485257 -122.107788301024 0.0 -0.5675351835881608 -31.89087850244023 Tree: 918 site 4 at 4181 ALMA ST, on ALMA ST 154 from pl -1 918 4181 4 fraxinus velutina http://en.wikipedia.org/wiki/Fraxinus_velutina http://www.calflora.org/cgi-bin/species_query.cgi?where-calrecnum=3616 10 10 37.4111658928771 -122.11248438921 0.0 9.45232076743942E-4 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 San Antonio Avenue from San Antonio Avenue to San Antonio Avenue 1965 6000 industrial local county or commercial bus route 150 18 2700 asphalt concrete 0 0 0 0.12 37.4095799125339 -122.107774846366 0.0 37.4095875485257 -122.107788301024 0.0 -0.5675351835881608 -31.89087850244023 Tree: 917 site 3 at 4181 ALMA ST, on ALMA ST 105 from pl -1 917 4181 3 fraxinus velutina http://en.wikipedia.org/wiki/Fraxinus_velutina http://www.calflora.org/cgi-bin/species_query.cgi?where-calrecnum=3616 10 10 37.4112547809895 -122.11262509498 0.0 9.373764100193312E-4 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 San Antonio Avenue from San Antonio Avenue to San Antonio Avenue 1965 6000 industrial local county or commercial bus route 150 18 2700 asphalt concrete 0 0 0 0.12 37.4095799125339 -122.107774846366 0.0 37.4095875485257 -122.107788301024 0.0 -0.5675351835881608 -31.89087850244023 Tree: 916 site 2 at 4181 ALMA ST, on ALMA ST 61 from pl -1 916 4181 2 fraxinus velutina http://en.wikipedia.org/wiki/Fraxinus_velutina http://www.calflora.org/cgi-bin/species_query.cgi?where-calrecnum=3616 10 10 37.4113239358546 -122.112732107044 0.0 9.300520276139737E-4 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 San Antonio Avenue from San Antonio Avenue to San Antonio Avenue 1965 6000 industrial local county or commercial bus route 150 18 2700 asphalt concrete 0 0 0 0.12 37.4095799125339 -122.107774846366 0.0 37.4095875485257 -122.107788301024 0.0 -0.5675351835881608 -31.89087850244023 Tree: 905 site 7 at 4111 ALMA ST, on ALMA ST 367 from pl -1 905 4111 7 fraxinus velutina http://en.wikipedia.org/wiki/Fraxinus_velutina http://www.calflora.org/cgi-bin/species_query.cgi?where-calrecnum=3616 10 10 37.4114933130279 -122.112985249683 0.0 9.076922491447373E-4 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 San Antonio Avenue from San Antonio Avenue to San Antonio Avenue 1965 6000 industrial local county or commercial bus route 150 18 2700 asphalt concrete 0 0 0 0.12 37.4095799125339 -122.107774846366 0.0 37.4095875485257 -122.107788301024 0.0 -0.5675351835881608 -31.89087850244023 Tree: 906 site 1 at 4161 ALMA ST, on ALMA ST 20 from pl -1 906 4161 1 fraxinus velutina http://en.wikipedia.org/wiki/Fraxinus_velutina http://www.calflora.org/cgi-bin/species_query.cgi?where-calrecnum=3616 10 10 37.4110525965859 -122.112308379546 0.0 9.568900429959597E-4 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 San Antonio Avenue from San Antonio Avenue to San Antonio Avenue 1965 6000 industrial local county or commercial bus route 150 18 2700 asphalt concrete 0 0 0 0.12 37.4095799125339 -122.107774846366 0.0 37.4095875485257 -122.107788301024 0.0 -0.5675351835881608 -31.89087850244023 Tree: 909 site 4 at 4161 ALMA ST, on ALMA ST 156 from pl -1 909 4161 4 fraxinus velutina http://en.wikipedia.org/wiki/Fraxinus_velutina http://www.calflora.org/cgi-bin/species_query.cgi?where-calrecnum=3616 10 10 37.4108194070582 -122.111944383537 0.0 9.800318249694171E-4 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 San Antonio Avenue from San Antonio Avenue to San Antonio Avenue 1965 6000 industrial local county or commercial bus route 150 18 2700 asphalt concrete 0 0 0 0.12 37.4095799125339 -122.107774846366 0.0 37.4095875485257 -122.107788301024 0.0 -0.5675351835881608 -31.89087850244023 Tree: 910 site 5 at 4161 ALMA ST, on ALMA ST 197 from pl -1 910 4161 5 fraxinus velutina http://en.wikipedia.org/wiki/Fraxinus_velutina http://www.calflora.org/cgi-bin/species_query.cgi?where-calrecnum=3616 10 10 37.4107462580174 -122.111831193507 0.0 9.877805875010525E-4 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 San Antonio Avenue from San Antonio Avenue to San Antonio Avenue 1965 6000 industrial local county or commercial bus route 150 18 2700 asphalt concrete 0 0 0 0.12 37.4095799125339 -122.107774846366 0.0 37.4095875485257 -122.107788301024 0.0 -0.5675351835881608 -31.89087850244023 Tree: 911 site 6 at 4161 ALMA ST, on ALMA ST 244 from pl -1 911 4161 6 fraxinus velutina http://en.wikipedia.org/wiki/Fraxinus_velutina http://www.calflora.org/cgi-bin/species_query.cgi?where-calrecnum=3616 10 10 37.4106643575087 -122.111701303598 0.0 9.94897687511131E-4 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 San Antonio Avenue from San Antonio Avenue to San Antonio Avenue 1965 6000 industrial local county or commercial bus route 150 18 2700 asphalt concrete 0 0 0 0.12 37.4095799125339 -122.107774846366 0.0 37.4095875485257 -122.107788301024 0.0 -0.5675351835881608 -31.89087850244023 Tree: 915 site 1 at 4181 ALMA ST, on ALMA ST 14 from pl -1 915 4181 1 fraxinus velutina http://en.wikipedia.org/wiki/Fraxinus_velutina http://www.calflora.org/cgi-bin/species_query.cgi?where-calrecnum=3616 10 10 37.4114000790744 -122.112849933477 0.0 9.21987688929906E-4 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 San Antonio Avenue from San Antonio Avenue to San Antonio Avenue 1965 6000 industrial local county or commercial bus route 150 18 2700 asphalt concrete 0 0 0 0.12 37.4095799125339 -122.107774846366 0.0 37.4095875485257 -122.107788301024 0.0 -0.5675351835881608 -31.89087850244023 Tree: 907 site 2 at 4161 ALMA ST, on ALMA ST 70 from pl -1 907 4161 2 fraxinus velutina http://en.wikipedia.org/wiki/Fraxinus_velutina http://www.calflora.org/cgi-bin/species_query.cgi?where-calrecnum=3616 10 10 37.4109664692294 -122.112175105575 0.0 9.66012904513049E-4 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 San Antonio Avenue from San Antonio Avenue to San Antonio Avenue 1965 6000 industrial local county or commercial bus route 150 18 2700 asphalt concrete 0 0 0 0.12 37.4095799125339 -122.107774846366 0.0 37.4095875485257 -122.107788301024 0.0 -0.5675351835881608 -31.89087850244023 Tree: 908 site 3 at 4161 ALMA ST, on ALMA ST 113 from pl -1 908 4161 3 fraxinus velutina http://en.wikipedia.org/wiki/Fraxinus_velutina http://www.calflora.org/cgi-bin/species_query.cgi?where-calrecnum=3616 10 10 37.4109020091126 -122.112065884642 0.0 9.681640108155276E-4 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 San Antonio Avenue from City Limit to San Antonio Avenue 1962 6000 truck & bus routes county or commercial bus route 200 24 4800 asphalt concrete 0 0 0 0.12 37.4091679934446 -122.108312980746 0.0 37.4091788816329 -122.108290230519 0.0 0.4785969079647469 95.84982902282121 Tree: 927 site 1 at 4245 ALMA ST, on ALMA ST 73 from pl -1 927 4245 1 juglans nigra http://en.wikipedia.org/wiki/Juglans_nigra NULL 30 40 37.4094069392663 -122.109604220859 0.0 7.729641597426762E-4 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 Alma Street from Ferne Avenue to San Antonio Avenue 1957 17181 arterials & major streets arterial 830 60 49800 asphalt concrete 0 0 0 0.12 37.4101755060516 -122.111136098254 0.0 37.4094325077966 -122.109927608027 0.0 -0.6148152781040971 -37.665616593803676 Tree: 926 site 3 at 4243 ALMA ST, on ALMA ST 98 from pl -1 926 4243 3 fraxinus velutina http://en.wikipedia.org/wiki/Fraxinus_velutina http://www.calflora.org/cgi-bin/species_query.cgi?where-calrecnum=3616 10 10 37.4096451293862 -122.110052971379 0.0 1.15468454868756E-4 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 Alma Street from Ferne Avenue to San Antonio Avenue 1957 17181 arterials & major streets arterial 830 60 49800 asphalt concrete 0 0 0 0.12 37.4101755060516 -122.111136098254 0.0 37.4094325077966 -122.109927608027 0.0 -0.6148152781040971 -37.665616593803676 Tree: 925 site 2 at 4243 ALMA ST, on ALMA ST 58 from pl -1 925 4243 2 fraxinus velutina http://en.wikipedia.org/wiki/Fraxinus_velutina http://www.calflora.org/cgi-bin/species_query.cgi?where-calrecnum=3616 10 10 37.4097134909807 -122.110160779208 0.0 1.172400937345962E-4 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 Alma Street from Ferne Avenue to San Antonio Avenue 1957 17181 arterials & major streets arterial 830 60 49800 asphalt concrete 0 0 0 0.12 37.4101755060516 -122.111136098254 0.0 37.4094325077966 -122.109927608027 0.0 -0.6148152781040971 -37.665616593803676 Tree: 924 site 1 at 4243 ALMA ST, on ALMA ST 15 from pl -1 924 4243 1 fraxinus velutina http://en.wikipedia.org/wiki/Fraxinus_velutina http://www.calflora.org/cgi-bin/species_query.cgi?where-calrecnum=3616 10 10 37.4097869795839 -122.110276672845 0.0 1.1914439540229811E-4 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 Alma Street from Ferne Avenue to San Antonio Avenue 1957 17181 arterials & major streets arterial 830 60 49800 asphalt concrete 0 0 0 0.12 37.4101755060516 -122.111136098254 0.0 37.4094325077966 -122.109927608027 0.0 -0.6148152781040971 -37.665616593803676 Tree: 923 site 1 at 4221 ALMA ST, on ALMA ST 34 from pl -1 923 4221 1 fraxinus velutina http://en.wikipedia.org/wiki/Fraxinus_velutina http://www.calflora.org/cgi-bin/species_query.cgi?where-calrecnum=3616 10 10 37.4101200636757 -122.110828865829 0.0 1.1368167100520985E-4 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 Alma Street from Ferne Avenue to San Antonio Avenue 1957 17181 arterials & major streets arterial 830 60 49800 asphalt concrete 0 0 0 0.12 37.4101755060516 -122.111136098254 0.0 37.4094325077966 -122.109927608027 0.0 -0.6148152781040971 -37.665616593803676 Tree: 919 site 5 at 4181 ALMA ST, on ALMA ST 203 from pl -1 919 4181 5 fraxinus velutina http://en.wikipedia.org/wiki/Fraxinus_velutina http://www.calflora.org/cgi-bin/species_query.cgi?where-calrecnum=3616 10 10 37.4110899832346 -122.112363767066 0.0 1.3603386544997474E-4 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 Alma Street from Ferne Avenue to San Antonio Avenue 1957 17181 arterials & major streets arterial 830 60 49800 asphalt concrete 0 0 0 0.12 37.4101755060516 -122.111136098254 0.0 37.4094325077966 -122.109927608027 0.0 -0.6148152781040971 -37.665616593803676 Tree: 918 site 4 at 4181 ALMA ST, on ALMA ST 154 from pl -1 918 4181 4 fraxinus velutina http://en.wikipedia.org/wiki/Fraxinus_velutina http://www.calflora.org/cgi-bin/species_query.cgi?where-calrecnum=3616 10 10 37.4111658928771 -122.11248438921 0.0 1.3752405458573093E-4 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 Alma Street from Ferne Avenue to San Antonio Avenue 1957 17181 arterials & major streets arterial 830 60 49800 asphalt concrete 0 0 0 0.12 37.4101755060516 -122.111136098254 0.0 37.4094325077966 -122.109927608027 0.0 -0.6148152781040971 -37.665616593803676 Tree: 917 site 3 at 4181 ALMA ST, on ALMA ST 105 from pl -1 917 4181 3 fraxinus velutina http://en.wikipedia.org/wiki/Fraxinus_velutina http://www.calflora.org/cgi-bin/species_query.cgi?where-calrecnum=3616 10 10 37.4112547809895 -122.11262509498 0.0 1.3955156352499573E-4 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 Alma Street from Ferne Avenue to San Antonio Avenue 1957 17181 arterials & major streets arterial 830 60 49800 asphalt concrete 0 0 0 0.12 37.4101755060516 -122.111136098254 0.0 37.4094325077966 -122.109927608027 0.0 -0.6148152781040971 -37.665616593803676 Tree: 916 site 2 at 4181 ALMA ST, on ALMA ST 61 from pl -1 916 4181 2 fraxinus velutina http://en.wikipedia.org/wiki/Fraxinus_velutina http://www.calflora.org/cgi-bin/species_query.cgi?where-calrecnum=3616 10 10 37.4113239358546 -122.112732107044 0.0 1.4241574798692097E-4 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 Alma Street from Ferne Avenue to San Antonio Avenue 1957 17181 arterials & major streets arterial 830 60 49800 asphalt concrete 0 0 0 0.12 37.4101755060516 -122.111136098254 0.0 37.4094325077966 -122.109927608027 0.0 -0.6148152781040971 -37.665616593803676 Tree: 905 site 7 at 4111 ALMA ST, on ALMA ST 367 from pl -1 905 4111 7 fraxinus velutina http://en.wikipedia.org/wiki/Fraxinus_velutina http://www.calflora.org/cgi-bin/species_query.cgi?where-calrecnum=3616 10 10 37.4114933130279 -122.112985249683 0.0 1.5412153860350252E-4 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 Alma Street from Ferne Avenue to San Antonio Avenue 1957 17181 arterials & major streets arterial 830 60 49800 asphalt concrete 0 0 0 0.12 37.4101755060516 -122.111136098254 0.0 37.4094325077966 -122.109927608027 0.0 -0.6148152781040971 -37.665616593803676 Tree: 906 site 1 at 4161 ALMA ST, on ALMA ST 20 from pl -1 906 4161 1 fraxinus velutina http://en.wikipedia.org/wiki/Fraxinus_velutina http://www.calflora.org/cgi-bin/species_query.cgi?where-calrecnum=3616 10 10 37.4110525965859 -122.112308379546 0.0 1.331940940324769E-4 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 Alma Street from Ferne Avenue to San Antonio Avenue 1957 17181 arterials & major streets arterial 830 60 49800 asphalt concrete 0 0 0 0.12 37.4101755060516 -122.111136098254 0.0 37.4094325077966 -122.109927608027 0.0 -0.6148152781040971 -37.665616593803676 Tree: 909 site 4 at 4161 ALMA ST, on ALMA ST 156 from pl -1 909 4161 4 fraxinus velutina http://en.wikipedia.org/wiki/Fraxinus_velutina http://www.calflora.org/cgi-bin/species_query.cgi?where-calrecnum=3616 10 10 37.4108194070582 -122.111944383537 0.0 1.251871358976068E-4 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 Alma Street from Ferne Avenue to San Antonio Avenue 1957 17181 arterials & major streets arterial 830 60 49800 asphalt concrete 0 0 0 0.12 37.4101755060516 -122.111136098254 0.0 37.4094325077966 -122.109927608027 0.0 -0.6148152781040971 -37.665616593803676 Tree: 910 site 5 at 4161 ALMA ST, on ALMA ST 197 from pl -1 910 4161 5 fraxinus velutina http://en.wikipedia.org/wiki/Fraxinus_velutina http://www.calflora.org/cgi-bin/species_query.cgi?where-calrecnum=3616 10 10 37.4107462580174 -122.111831193507 0.0 1.221560965903014E-4 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 Alma Street from Ferne Avenue to San Antonio Avenue 1957 17181 arterials & major streets arterial 830 60 49800 asphalt concrete 0 0 0 0.12 37.4101755060516 -122.111136098254 0.0 37.4094325077966 -122.109927608027 0.0 -0.6148152781040971 -37.665616593803676 Tree: 911 site 6 at 4161 ALMA ST, on ALMA ST 244 from pl -1 911 4161 6 fraxinus velutina http://en.wikipedia.org/wiki/Fraxinus_velutina http://www.calflora.org/cgi-bin/species_query.cgi?where-calrecnum=3616 10 10 37.4106643575087 -122.111701303598 0.0 1.2041639106118592E-4 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 Alma Street from Ferne Avenue to San Antonio Avenue 1957 17181 arterials & major streets arterial 830 60 49800 asphalt concrete 0 0 0 0.12 37.4101755060516 -122.111136098254 0.0 37.4094325077966 -122.109927608027 0.0 -0.6148152781040971 -37.665616593803676 Tree: 912 site 7 at 4161 ALMA ST, on ALMA ST 293 from pl -1 912 4161 7 fraxinus velutina http://en.wikipedia.org/wiki/Fraxinus_velutina http://www.calflora.org/cgi-bin/species_query.cgi?where-calrecnum=3616 10 10 37.4105824568557 -122.111571413974 0.0 1.1867641333768197E-4 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 Alma Street from Ferne Avenue to San Antonio Avenue 1957 17181 arterials & major streets arterial 830 60 49800 asphalt concrete 0 0 0 0.12 37.4101755060516 -122.111136098254 0.0 37.4094325077966 -122.109927608027 0.0 -0.6148152781040971 -37.665616593803676 Tree: 915 site 1 at 4181 ALMA ST, on ALMA ST 14 from pl -1 915 4181 1 fraxinus velutina http://en.wikipedia.org/wiki/Fraxinus_velutina http://www.calflora.org/cgi-bin/species_query.cgi?where-calrecnum=3616 10 10 37.4114000790744 -122.112849933477 0.0 1.4556915705157816E-4 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 Alma Street from Ferne Avenue to San Antonio Avenue 1957 17181 arterials & major streets arterial 830 60 49800 asphalt concrete 0 0 0 0.12 37.4101755060516 -122.111136098254 0.0 37.4094325077966 -122.109927608027 0.0 -0.6148152781040971 -37.665616593803676 Tree: 914 site 9 at 4161 ALMA ST, on ALMA ST 387 from pl -1 914 4161 9 fraxinus velutina http://en.wikipedia.org/wiki/Fraxinus_velutina http://www.calflora.org/cgi-bin/species_query.cgi?where-calrecnum=3616 10 10 37.4104229452077 -122.11132774908 0.0 1.1041088716722703E-4 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 Alma Street from Ferne Avenue to San Antonio Avenue 1957 17181 arterials & major streets arterial 830 60 49800 asphalt concrete 0 0 0 0.12 37.4101755060516 -122.111136098254 0.0 37.4094325077966 -122.109927608027 0.0 -0.6148152781040971 -37.665616593803676 Tree: 913 site 8 at 4161 ALMA ST, on ALMA ST 340 from pl -1 913 4161 8 fraxinus velutina http://en.wikipedia.org/wiki/Fraxinus_velutina http://www.calflora.org/cgi-bin/species_query.cgi?where-calrecnum=3616 10 10 37.410500322135 -122.111444321069 0.0 1.1527226999302967E-4 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 Alma Street from Ferne Avenue to San Antonio Avenue 1957 17181 arterials & major streets arterial 830 60 49800 asphalt concrete 0 0 0 0.12 37.4101755060516 -122.111136098254 0.0 37.4094325077966 -122.109927608027 0.0 -0.6148152781040971 -37.665616593803676 Tree: 907 site 2 at 4161 ALMA ST, on ALMA ST 70 from pl -1 907 4161 2 fraxinus velutina http://en.wikipedia.org/wiki/Fraxinus_velutina http://www.calflora.org/cgi-bin/species_query.cgi?where-calrecnum=3616 10 10 37.4109664692294 -122.112175105575 0.0 1.2962603125515207E-4 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 Alma Street from Ferne Avenue to San Antonio Avenue 1957 17181 arterials & major streets arterial 830 60 49800 asphalt concrete 0 0 0 0.12 37.4101755060516 -122.111136098254 0.0 37.4094325077966 -122.109927608027 0.0 -0.6148152781040971 -37.665616593803676 Tree: 908 site 3 at 4161 ALMA ST, on ALMA ST 113 from pl -1 908 4161 3 fraxinus velutina http://en.wikipedia.org/wiki/Fraxinus_velutina http://www.calflora.org/cgi-bin/species_query.cgi?where-calrecnum=3616 10 10 37.4109020091126 -122.112065884642 0.0 1.319180696315212E-4 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 Alma Street from Ferne Avenue to San Antonio Avenue 1957 17181 arterials & major streets arterial 830 60 49800 asphalt concrete 0 0 0 0.12 37.4101755060516 -122.111136098254 0.0 37.4094325077966 -122.109927608027 0.0 -0.6148152781040971 -37.665616593803676 Tree: 927 site 1 at 4245 ALMA ST, on ALMA ST 73 from pl -1 927 4245 1 juglans nigra http://en.wikipedia.org/wiki/Juglans_nigra NULL 30 40 37.4094069392663 -122.109604220859 0.0 1.4759142057272606E-4 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 Alma Street from Ferne Avenue to San Antonio Avenue 1957 17181 arterials & major streets arterial 830 60 49800 asphalt concrete 0 0 0 0.12 37.4094325352798 -122.109927608722 0.0 37.4093853524715 -122.109788931557 0.0 -0.34023487786105344 -4.136623770295813 Tree: 926 site 3 at 4243 ALMA ST, on ALMA ST 98 from pl -1 926 4243 3 fraxinus velutina http://en.wikipedia.org/wiki/Fraxinus_velutina http://www.calflora.org/cgi-bin/species_query.cgi?where-calrecnum=3616 10 10 37.4096451293862 -122.110052971379 0.0 1.6088432585843645E-4 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 Alma Street from Ferne Avenue to San Antonio Avenue 1957 17181 arterials & major streets arterial 830 60 49800 asphalt concrete 0 0 0 0.12 37.4094325352798 -122.109927608722 0.0 37.4093853524715 -122.109788931557 0.0 -0.34023487786105344 -4.136623770295813 Tree: 925 site 2 at 4243 ALMA ST, on ALMA ST 58 from pl -1 925 4243 2 fraxinus velutina http://en.wikipedia.org/wiki/Fraxinus_velutina http://www.calflora.org/cgi-bin/species_query.cgi?where-calrecnum=3616 10 10 37.4097134909807 -122.110160779208 0.0 1.9087746396066792E-4 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 Alma Street from Ferne Avenue to San Antonio Avenue 1957 17181 arterials & major streets arterial 830 60 49800 asphalt concrete 0 0 0 0.12 37.4094325352798 -122.109927608722 0.0 37.4093853524715 -122.109788931557 0.0 -0.34023487786105344 -4.136623770295813 Tree: 924 site 1 at 4243 ALMA ST, on ALMA ST 15 from pl -1 924 4243 1 fraxinus velutina http://en.wikipedia.org/wiki/Fraxinus_velutina http://www.calflora.org/cgi-bin/species_query.cgi?where-calrecnum=3616 10 10 37.4097869795839 -122.110276672845 0.0 2.231199113102232E-4 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 Alma Street from Ferne Avenue to San Antonio Avenue 1957 17181 arterials & major streets arterial 830 60 49800 asphalt concrete 0 0 0 0.12 37.4094325352798 -122.109927608722 0.0 37.4093853524715 -122.109788931557 0.0 -0.34023487786105344 -4.136623770295813 Tree: 923 site 1 at 4221 ALMA ST, on ALMA ST 34 from pl -1 923 4221 1 fraxinus velutina http://en.wikipedia.org/wiki/Fraxinus_velutina http://www.calflora.org/cgi-bin/species_query.cgi?where-calrecnum=3616 10 10 37.4101200636757 -122.110828865829 0.0 3.6058978227683237E-4 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 Alma Street from Ferne Avenue to San Antonio Avenue 1957 17181 arterials & major streets arterial 830 60 49800 asphalt concrete 0 0 0 0.12 37.4094325352798 -122.109927608722 0.0 37.4093853524715 -122.109788931557 0.0 -0.34023487786105344 -4.136623770295813 Tree: 919 site 5 at 4181 ALMA ST, on ALMA ST 203 from pl -1 919 4181 5 fraxinus velutina http://en.wikipedia.org/wiki/Fraxinus_velutina http://www.calflora.org/cgi-bin/species_query.cgi?where-calrecnum=3616 10 10 37.4110899832346 -122.112363767066 0.0 7.844226079441425E-4 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 Alma Street from Ferne Avenue to San Antonio Avenue 1957 17181 arterials & major streets arterial 830 60 49800 asphalt concrete 0 0 0 0.12 37.4094325352798 -122.109927608722 0.0 37.4093853524715 -122.109788931557 0.0 -0.34023487786105344 -4.136623770295813 Tree: 918 site 4 at 4181 ALMA ST, on ALMA ST 154 from pl -1 918 4181 4 fraxinus velutina http://en.wikipedia.org/wiki/Fraxinus_velutina http://www.calflora.org/cgi-bin/species_query.cgi?where-calrecnum=3616 10 10 37.4111658928771 -122.11248438921 0.0 8.17434003425164E-4 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 Alma Street from Ferne Avenue to San Antonio Avenue 1957 17181 arterials & major streets arterial 830 60 49800 asphalt concrete 0 0 0 0.12 37.4094325352798 -122.109927608722 0.0 37.4093853524715 -122.109788931557 0.0 -0.34023487786105344 -4.136623770295813 Tree: 917 site 3 at 4181 ALMA ST, on ALMA ST 105 from pl -1 917 4181 3 fraxinus velutina http://en.wikipedia.org/wiki/Fraxinus_velutina http://www.calflora.org/cgi-bin/species_query.cgi?where-calrecnum=3616 10 10 37.4112547809895 -122.11262509498 0.0 8.562632036688975E-4 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 Alma Street from Ferne Avenue to San Antonio Avenue 1957 17181 arterials & major streets arterial 830 60 49800 asphalt concrete 0 0 0 0.12 37.4094325352798 -122.109927608722 0.0 37.4093853524715 -122.109788931557 0.0 -0.34023487786105344 -4.136623770295813 Tree: 916 site 2 at 4181 ALMA ST, on ALMA ST 61 from pl -1 916 4181 2 fraxinus velutina http://en.wikipedia.org/wiki/Fraxinus_velutina http://www.calflora.org/cgi-bin/species_query.cgi?where-calrecnum=3616 10 10 37.4113239358546 -122.112732107044 0.0 8.872636525084966E-4 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 Alma Street from Ferne Avenue to San Antonio Avenue 1957 17181 arterials & major streets arterial 830 60 49800 asphalt concrete 0 0 0 0.12 37.4094325352798 -122.109927608722 0.0 37.4093853524715 -122.109788931557 0.0 -0.34023487786105344 -4.136623770295813 Tree: 905 site 7 at 4111 ALMA ST, on ALMA ST 367 from pl -1 905 4111 7 fraxinus velutina http://en.wikipedia.org/wiki/Fraxinus_velutina http://www.calflora.org/cgi-bin/species_query.cgi?where-calrecnum=3616 10 10 37.4114933130279 -122.112985249683 0.0 9.660761001378847E-4 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 Alma Street from Ferne Avenue to San Antonio Avenue 1957 17181 arterials & major streets arterial 830 60 49800 asphalt concrete 0 0 0 0.12 37.4094325352798 -122.109927608722 0.0 37.4093853524715 -122.109788931557 0.0 -0.34023487786105344 -4.136623770295813 Tree: 906 site 1 at 4161 ALMA ST, on ALMA ST 20 from pl -1 906 4161 1 fraxinus velutina http://en.wikipedia.org/wiki/Fraxinus_velutina http://www.calflora.org/cgi-bin/species_query.cgi?where-calrecnum=3616 10 10 37.4110525965859 -122.112308379546 0.0 7.66868915806689E-4 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 Alma Street from Ferne Avenue to San Antonio Avenue 1957 17181 arterials & major streets arterial 830 60 49800 asphalt concrete 0 0 0 0.12 37.4094325352798 -122.109927608722 0.0 37.4093853524715 -122.109788931557 0.0 -0.34023487786105344 -4.136623770295813 Tree: 909 site 4 at 4161 ALMA ST, on ALMA ST 156 from pl -1 909 4161 4 fraxinus velutina http://en.wikipedia.org/wiki/Fraxinus_velutina http://www.calflora.org/cgi-bin/species_query.cgi?where-calrecnum=3616 10 10 37.4108194070582 -122.111944383537 0.0 6.633510932030454E-4 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 Alma Street from Ferne Avenue to San Antonio Avenue 1957 17181 arterials & major streets arterial 830 60 49800 asphalt concrete 0 0 0 0.12 37.4094325352798 -122.109927608722 0.0 37.4093853524715 -122.109788931557 0.0 -0.34023487786105344 -4.136623770295813 Tree: 910 site 5 at 4161 ALMA ST, on ALMA ST 197 from pl -1 910 4161 5 fraxinus velutina http://en.wikipedia.org/wiki/Fraxinus_velutina http://www.calflora.org/cgi-bin/species_query.cgi?where-calrecnum=3616 10 10 37.4107462580174 -122.111831193507 0.0 6.305592739128986E-4 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 Alma Street from Ferne Avenue to San Antonio Avenue 1957 17181 arterials & major streets arterial 830 60 49800 asphalt concrete 0 0 0 0.12 37.4094325352798 -122.109927608722 0.0 37.4093853524715 -122.109788931557 0.0 -0.34023487786105344 -4.136623770295813 Tree: 911 site 6 at 4161 ALMA ST, on ALMA ST 244 from pl -1 911 4161 6 fraxinus velutina http://en.wikipedia.org/wiki/Fraxinus_velutina http://www.calflora.org/cgi-bin/species_query.cgi?where-calrecnum=3616 10 10 37.4106643575087 -122.111701303598 0.0 5.948614617731245E-4 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 Alma Street from Ferne Avenue to San Antonio Avenue 1957 17181 arterials & major streets arterial 830 60 49800 asphalt concrete 0 0 0 0.12 37.4094325352798 -122.109927608722 0.0 37.4093853524715 -122.109788931557 0.0 -0.34023487786105344 -4.136623770295813 Tree: 912 site 7 at 4161 ALMA ST, on ALMA ST 293 from pl -1 912 4161 7 fraxinus velutina http://en.wikipedia.org/wiki/Fraxinus_velutina http://www.calflora.org/cgi-bin/species_query.cgi?where-calrecnum=3616 10 10 37.4105824568557 -122.111571413974 0.0 5.591634212200554E-4 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 Alma Street from Ferne Avenue to San Antonio Avenue 1957 17181 arterials & major streets arterial 830 60 49800 asphalt concrete 0 0 0 0.12 37.4094325352798 -122.109927608722 0.0 37.4093853524715 -122.109788931557 0.0 -0.34023487786105344 -4.136623770295813 Tree: 915 site 1 at 4181 ALMA ST, on ALMA ST 14 from pl -1 915 4181 1 fraxinus velutina http://en.wikipedia.org/wiki/Fraxinus_velutina http://www.calflora.org/cgi-bin/species_query.cgi?where-calrecnum=3616 10 10 37.4114000790744 -122.112849933477 0.0 9.213966810071812E-4 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 Alma Street from Ferne Avenue to San Antonio Avenue 1957 17181 arterials & major streets arterial 830 60 49800 asphalt concrete 0 0 0 0.12 37.4094325352798 -122.109927608722 0.0 37.4093853524715 -122.109788931557 0.0 -0.34023487786105344 -4.136623770295813 Tree: 914 site 9 at 4161 ALMA ST, on ALMA ST 387 from pl -1 914 4161 9 fraxinus velutina http://en.wikipedia.org/wiki/Fraxinus_velutina http://www.calflora.org/cgi-bin/species_query.cgi?where-calrecnum=3616 10 10 37.4104229452077 -122.11132774908 0.0 4.8663791423141973E-4 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 Alma Street from Ferne Avenue to San Antonio Avenue 1957 17181 arterials & major streets arterial 830 60 49800 asphalt concrete 0 0 0 0.12 37.4094325352798 -122.109927608722 0.0 37.4093853524715 -122.109788931557 0.0 -0.34023487786105344 -4.136623770295813 Tree: 913 site 8 at 4161 ALMA ST, on ALMA ST 340 from pl -1 913 4161 8 fraxinus velutina http://en.wikipedia.org/wiki/Fraxinus_velutina http://www.calflora.org/cgi-bin/species_query.cgi?where-calrecnum=3616 10 10 37.410500322135 -122.111444321069 0.0 5.223429587166897E-4 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 Alma Street from Ferne Avenue to San Antonio Avenue 1957 17181 arterials & major streets arterial 830 60 49800 asphalt concrete 0 0 0 0.12 37.4094325352798 -122.109927608722 0.0 37.4093853524715 -122.109788931557 0.0 -0.34023487786105344 -4.136623770295813 Tree: 907 site 2 at 4161 ALMA ST, on ALMA ST 70 from pl -1 907 4161 2 fraxinus velutina http://en.wikipedia.org/wiki/Fraxinus_velutina http://www.calflora.org/cgi-bin/species_query.cgi?where-calrecnum=3616 10 10 37.4109664692294 -122.112175105575 0.0 7.282595391970823E-4 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 Alma Street from Ferne Avenue to San Antonio Avenue 1957 17181 arterials & major streets arterial 830 60 49800 asphalt concrete 0 0 0 0.12 37.4094325352798 -122.109927608722 0.0 37.4093853524715 -122.109788931557 0.0 -0.34023487786105344 -4.136623770295813 Tree: 908 site 3 at 4161 ALMA ST, on ALMA ST 113 from pl -1 908 4161 3 fraxinus velutina http://en.wikipedia.org/wiki/Fraxinus_velutina http://www.calflora.org/cgi-bin/species_query.cgi?where-calrecnum=3616 10 10 37.4109020091126 -122.112065884642 0.0 7.024151130500824E-4 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 Alma Street from Ferne Avenue to San Antonio Avenue 1957 17181 arterials & major streets arterial 830 60 49800 asphalt concrete 0 0 0 0.12 37.4094325352798 -122.109927608722 0.0 37.4093853524715 -122.109788931557 0.0 -0.34023487786105344 -4.136623770295813 Tree: 927 site 1 at 4245 ALMA ST, on ALMA ST 73 from pl -1 927 4245 1 juglans nigra http://en.wikipedia.org/wiki/Juglans_nigra NULL 30 40 37.4094069392663 -122.109604220859 0.0 7.993201914912251E-5 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 San Antonio Avenue from City Limit to San Antonio Avenue 1962 6000 truck & bus routes county or commercial bus route 200 24 4800 asphalt concrete 0 0 0 0.12 37.4091788816329 -122.108290230519 0.0 37.4091881467036 -122.108266377219 0.0 0.38841882250926224 84.83833719159034 Tree: 927 site 1 at 4245 ALMA ST, on ALMA ST 73 from pl -1 927 4245 1 juglans nigra http://en.wikipedia.org/wiki/Juglans_nigra NULL 30 40 37.4094069392663 -122.109604220859 0.0 6.883352439290177E-4 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 San Antonio Avenue from City Limit to San Antonio Avenue 1962 6000 truck & bus routes county or commercial bus route 200 24 4800 asphalt concrete 0 0 0 0.12 37.4091881467036 -122.108266377219 0.0 37.4091957181433 -122.108241602385 0.0 0.3056101082996791 74.72670865853156 Tree: 926 site 3 at 4243 ALMA ST, on ALMA ST 98 from pl -1 926 4243 3 fraxinus velutina http://en.wikipedia.org/wiki/Fraxinus_velutina http://www.calflora.org/cgi-bin/species_query.cgi?where-calrecnum=3616 10 10 37.4096451293862 -122.110052971379 0.0 9.591906205356153E-4 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 San Antonio Avenue from City Limit to San Antonio Avenue 1962 6000 truck & bus routes county or commercial bus route 200 24 4800 asphalt concrete 0 0 0 0.12 37.4091881467036 -122.108266377219 0.0 37.4091957181433 -122.108241602385 0.0 0.3056101082996791 74.72670865853156 Tree: 927 site 1 at 4245 ALMA ST, on ALMA ST 73 from pl -1 927 4245 1 juglans nigra http://en.wikipedia.org/wiki/Juglans_nigra NULL 30 40 37.4094069392663 -122.109604220859 0.0 6.002459660549999E-4 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 San Antonio Avenue from City Limit to San Antonio Avenue 1962 6000 truck & bus routes county or commercial bus route 200 24 4800 asphalt concrete 0 0 0 0.12 37.4091957181433 -122.108241602385 0.0 37.4092015383283 -122.108216094572 0.0 0.22817263859511908 65.27095539876977 Tree: 926 site 3 at 4243 ALMA ST, on ALMA ST 98 from pl -1 926 4243 3 fraxinus velutina http://en.wikipedia.org/wiki/Fraxinus_velutina http://www.calflora.org/cgi-bin/species_query.cgi?where-calrecnum=3616 10 10 37.4096451293862 -122.110052971379 0.0 8.410989157414451E-4 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 San Antonio Avenue from City Limit to San Antonio Avenue 1962 6000 truck & bus routes county or commercial bus route 200 24 4800 asphalt concrete 0 0 0 0.12 37.4091957181433 -122.108241602385 0.0 37.4092015383283 -122.108216094572 0.0 0.22817263859511908 65.27095539876977 Tree: 925 site 2 at 4243 ALMA ST, on ALMA ST 58 from pl -1 925 4243 2 fraxinus velutina http://en.wikipedia.org/wiki/Fraxinus_velutina http://www.calflora.org/cgi-bin/species_query.cgi?where-calrecnum=3616 10 10 37.4097134909807 -122.110160779208 0.0 9.317299884914446E-4 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 San Antonio Avenue from City Limit to San Antonio Avenue 1962 6000 truck & bus routes county or commercial bus route 200 24 4800 asphalt concrete 0 0 0 0.12 37.4091957181433 -122.108241602385 0.0 37.4092015383283 -122.108216094572 0.0 0.22817263859511908 65.27095539876977 Tree: 927 site 1 at 4245 ALMA ST, on ALMA ST 73 from pl -1 927 4245 1 juglans nigra http://en.wikipedia.org/wiki/Juglans_nigra NULL 30 40 37.4094069392663 -122.109604220859 0.0 5.090502233131494E-4 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 San Antonio Avenue from City Limit to San Antonio Avenue 1962 6000 truck & bus routes county or commercial bus route 200 24 4800 asphalt concrete 0 0 0 0.12 37.4092015383283 -122.108216094572 0.0 37.4092055629631 -122.108190047909 0.0 0.15451633115918773 56.276915093654836 Tree: 926 site 3 at 4243 ALMA ST, on ALMA ST 98 from pl -1 926 4243 3 fraxinus velutina http://en.wikipedia.org/wiki/Fraxinus_velutina http://www.calflora.org/cgi-bin/species_query.cgi?where-calrecnum=3616 10 10 37.4096451293862 -122.110052971379 0.0 7.188873198103722E-4 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 San Antonio Avenue from City Limit to San Antonio Avenue 1962 6000 truck & bus routes county or commercial bus route 200 24 4800 asphalt concrete 0 0 0 0.12 37.4092015383283 -122.108216094572 0.0 37.4092055629631 -122.108190047909 0.0 0.15451633115918773 56.276915093654836 Tree: 925 site 2 at 4243 ALMA ST, on ALMA ST 58 from pl -1 925 4243 2 fraxinus velutina http://en.wikipedia.org/wiki/Fraxinus_velutina http://www.calflora.org/cgi-bin/species_query.cgi?where-calrecnum=3616 10 10 37.4097134909807 -122.110160779208 0.0 8.029098693726843E-4 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 San Antonio Avenue from City Limit to San Antonio Avenue 1962 6000 truck & bus routes county or commercial bus route 200 24 4800 asphalt concrete 0 0 0 0.12 37.4092015383283 -122.108216094572 0.0 37.4092055629631 -122.108190047909 0.0 0.15451633115918773 56.276915093654836 Tree: 924 site 1 at 4243 ALMA ST, on ALMA ST 15 from pl -1 924 4243 1 fraxinus velutina http://en.wikipedia.org/wiki/Fraxinus_velutina http://www.calflora.org/cgi-bin/species_query.cgi?where-calrecnum=3616 10 10 37.4097869795839 -122.110276672845 0.0 8.932340342896739E-4 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 San Antonio Avenue from City Limit to San Antonio Avenue 1962 6000 truck & bus routes county or commercial bus route 200 24 4800 asphalt concrete 0 0 0 0.12 37.4092015383283 -122.108216094572 0.0 37.4092055629631 -122.108190047909 0.0 0.15451633115918773 56.276915093654836 Tree: 927 site 1 at 4245 ALMA ST, on ALMA ST 73 from pl -1 927 4245 1 juglans nigra http://en.wikipedia.org/wiki/Juglans_nigra NULL 30 40 37.4094069392663 -122.109604220859 0.0 4.1496463715048757E-4 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 San Antonio Avenue from City Limit to San Antonio Avenue 1962 6000 truck & bus routes county or commercial bus route 200 24 4800 asphalt concrete 0 0 0 0.12 37.4092055629631 -122.108190047909 0.0 37.4092077614174 -122.10816366063 0.0 0.08331492975209924 47.58264083896063 Tree: 926 site 3 at 4243 ALMA ST, on ALMA ST 98 from pl -1 926 4243 3 fraxinus velutina http://en.wikipedia.org/wiki/Fraxinus_velutina http://www.calflora.org/cgi-bin/species_query.cgi?where-calrecnum=3616 10 10 37.4096451293862 -122.110052971379 0.0 5.92722164509973E-4 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 San Antonio Avenue from City Limit to San Antonio Avenue 1962 6000 truck & bus routes county or commercial bus route 200 24 4800 asphalt concrete 0 0 0 0.12 37.4092055629631 -122.108190047909 0.0 37.4092077614174 -122.10816366063 0.0 0.08331492975209924 47.58264083896063 Tree: 925 site 2 at 4243 ALMA ST, on ALMA ST 58 from pl -1 925 4243 2 fraxinus velutina http://en.wikipedia.org/wiki/Fraxinus_velutina http://www.calflora.org/cgi-bin/species_query.cgi?where-calrecnum=3616 10 10 37.4097134909807 -122.110160779208 0.0 6.697987146125785E-4 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 San Antonio Avenue from City Limit to San Antonio Avenue 1962 6000 truck & bus routes county or commercial bus route 200 24 4800 asphalt concrete 0 0 0 0.12 37.4092055629631 -122.108190047909 0.0 37.4092077614174 -122.10816366063 0.0 0.08331492975209924 47.58264083896063 Tree: 924 site 1 at 4243 ALMA ST, on ALMA ST 15 from pl -1 924 4243 1 fraxinus velutina http://en.wikipedia.org/wiki/Fraxinus_velutina http://www.calflora.org/cgi-bin/species_query.cgi?where-calrecnum=3616 10 10 37.4097869795839 -122.110276672845 0.0 7.526559137920275E-4 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 San Antonio Avenue from City Limit to San Antonio Avenue 1962 6000 truck & bus routes county or commercial bus route 200 24 4800 asphalt concrete 0 0 0 0.12 37.4092055629631 -122.108190047909 0.0 37.4092077614174 -122.10816366063 0.0 0.08331492975209924 47.58264083896063 Tree: 927 site 1 at 4245 ALMA ST, on ALMA ST 73 from pl -1 927 4245 1 juglans nigra http://en.wikipedia.org/wiki/Juglans_nigra NULL 30 40 37.4094069392663 -122.109604220859 0.0 3.1809592046223346E-4 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 San Antonio Avenue from City Limit to San Antonio Avenue 1962 6000 truck & bus routes county or commercial bus route 200 24 4800 asphalt concrete 0 0 0 0.12 37.4092077614174 -122.10816366063 0.0 37.4092081169595 -122.108137133561 0.0 0.013402992200900504 39.045822526627106 Tree: 926 site 3 at 4243 ALMA ST, on ALMA ST 98 from pl -1 926 4243 3 fraxinus velutina http://en.wikipedia.org/wiki/Fraxinus_velutina http://www.calflora.org/cgi-bin/species_query.cgi?where-calrecnum=3616 10 10 37.4096451293862 -122.110052971379 0.0 4.6264883273153316E-4 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 San Antonio Avenue from City Limit to San Antonio Avenue 1962 6000 truck & bus routes county or commercial bus route 200 24 4800 asphalt concrete 0 0 0 0.12 37.4092077614174 -122.10816366063 0.0 37.4092081169595 -122.108137133561 0.0 0.013402992200900504 39.045822526627106 Tree: 925 site 2 at 4243 ALMA ST, on ALMA ST 58 from pl -1 925 4243 2 fraxinus velutina http://en.wikipedia.org/wiki/Fraxinus_velutina http://www.calflora.org/cgi-bin/species_query.cgi?where-calrecnum=3616 10 10 37.4097134909807 -122.110160779208 0.0 5.324491055395438E-4 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 San Antonio Avenue from City Limit to San Antonio Avenue 1962 6000 truck & bus routes county or commercial bus route 200 24 4800 asphalt concrete 0 0 0 0.12 37.4092077614174 -122.10816366063 0.0 37.4092081169595 -122.108137133561 0.0 0.013402992200900504 39.045822526627106 Tree: 924 site 1 at 4243 ALMA ST, on ALMA ST 15 from pl -1 924 4243 1 fraxinus velutina http://en.wikipedia.org/wiki/Fraxinus_velutina http://www.calflora.org/cgi-bin/species_query.cgi?where-calrecnum=3616 10 10 37.4097869795839 -122.110276672845 0.0 6.074842908912026E-4 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 San Antonio Avenue from City Limit to San Antonio Avenue 1962 6000 truck & bus routes county or commercial bus route 200 24 4800 asphalt concrete 0 0 0 0.12 37.4092077614174 -122.10816366063 0.0 37.4092081169595 -122.108137133561 0.0 0.013402992200900504 39.045822526627106 Tree: 923 site 1 at 4221 ALMA ST, on ALMA ST 34 from pl -1 923 4221 1 fraxinus velutina http://en.wikipedia.org/wiki/Fraxinus_velutina http://www.calflora.org/cgi-bin/species_query.cgi?where-calrecnum=3616 10 10 37.4101200636757 -122.110828865829 0.0 9.479388426555645E-4 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 San Antonio Avenue from City Limit to San Antonio Avenue 1962 6000 truck & bus routes county or commercial bus route 200 24 4800 asphalt concrete 0 0 0 0.12 37.4092077614174 -122.10816366063 0.0 37.4092081169595 -122.108137133561 0.0 0.013402992200900504 39.045822526627106 Tree: 927 site 1 at 4245 ALMA ST, on ALMA ST 73 from pl -1 927 4245 1 juglans nigra http://en.wikipedia.org/wiki/Juglans_nigra NULL 30 40 37.4094069392663 -122.109604220859 0.0 2.1846604464790116E-4 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 San Antonio Avenue from City Limit to San Antonio Avenue 1962 6000 truck & bus routes county or commercial bus route 200 24 4800 asphalt concrete 0 0 0 0.12 37.4092081169595 -122.108137133561 0.0 37.4092066268836 -122.108110668589 0.0 -0.056303701958580143 30.534067957074047 Tree: 926 site 3 at 4243 ALMA ST, on ALMA ST 98 from pl -1 926 4243 3 fraxinus velutina http://en.wikipedia.org/wiki/Fraxinus_velutina http://www.calflora.org/cgi-bin/species_query.cgi?where-calrecnum=3616 10 10 37.4096451293862 -122.110052971379 0.0 3.286231920399223E-4 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 San Antonio Avenue from City Limit to San Antonio Avenue 1962 6000 truck & bus routes county or commercial bus route 200 24 4800 asphalt concrete 0 0 0 0.12 37.4092081169595 -122.108137133561 0.0 37.4092066268836 -122.108110668589 0.0 -0.056303701958580143 30.534067957074047 Tree: 925 site 2 at 4243 ALMA ST, on ALMA ST 58 from pl -1 925 4243 2 fraxinus velutina http://en.wikipedia.org/wiki/Fraxinus_velutina http://www.calflora.org/cgi-bin/species_query.cgi?where-calrecnum=3616 10 10 37.4097134909807 -122.110160779208 0.0 3.908163052650024E-4 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 San Antonio Avenue from City Limit to San Antonio Avenue 1962 6000 truck & bus routes county or commercial bus route 200 24 4800 asphalt concrete 0 0 0 0.12 37.4092081169595 -122.108137133561 0.0 37.4092066268836 -122.108110668589 0.0 -0.056303701958580143 30.534067957074047 Tree: 924 site 1 at 4243 ALMA ST, on ALMA ST 15 from pl -1 924 4243 1 fraxinus velutina http://en.wikipedia.org/wiki/Fraxinus_velutina http://www.calflora.org/cgi-bin/species_query.cgi?where-calrecnum=3616 10 10 37.4097869795839 -122.110276672845 0.0 4.5767377885419893E-4 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 San Antonio Avenue from City Limit to San Antonio Avenue 1962 6000 truck & bus routes county or commercial bus route 200 24 4800 asphalt concrete 0 0 0 0.12 37.4092081169595 -122.108137133561 0.0 37.4092066268836 -122.108110668589 0.0 -0.056303701958580143 30.534067957074047 Tree: 923 site 1 at 4221 ALMA ST, on ALMA ST 34 from pl -1 923 4221 1 fraxinus velutina http://en.wikipedia.org/wiki/Fraxinus_velutina http://www.calflora.org/cgi-bin/species_query.cgi?where-calrecnum=3616 10 10 37.4101200636757 -122.110828865829 0.0 7.591898205865364E-4 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 San Antonio Avenue from City Limit to San Antonio Avenue 1962 6000 truck & bus routes county or commercial bus route 200 24 4800 asphalt concrete 0 0 0 0.12 37.4092081169595 -122.108137133561 0.0 37.4092066268836 -122.108110668589 0.0 -0.056303701958580143 30.534067957074047 Tree: 927 site 1 at 4245 ALMA ST, on ALMA ST 73 from pl -1 927 4245 1 juglans nigra http://en.wikipedia.org/wiki/Juglans_nigra NULL 30 40 37.4094069392663 -122.109604220859 0.0 1.1603608296752037E-4 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 Alma Street from San Antonio Avenue to City Limit 1957 12500 arterials & major streets arterial 415 80 33200 asphalt concrete 0 0 0 0.12 37.4087949483293 -122.108619039804 0.0 37.408789658986 -122.108607502211 0.0 -0.4584442613754866 -18.571200714954323 Tree: 926 site 3 at 4243 ALMA ST, on ALMA ST 98 from pl -1 926 4243 3 fraxinus velutina http://en.wikipedia.org/wiki/Fraxinus_velutina http://www.calflora.org/cgi-bin/species_query.cgi?where-calrecnum=3616 10 10 37.4096451293862 -122.110052971379 0.0 1.752633833163348E-4 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 Alma Street from San Antonio Avenue to City Limit 1957 12500 arterials & major streets arterial 415 80 33200 asphalt concrete 0 0 0 0.12 37.4087949483293 -122.108619039804 0.0 37.408789658986 -122.108607502211 0.0 -0.4584442613754866 -18.571200714954323 Tree: 925 site 2 at 4243 ALMA ST, on ALMA ST 58 from pl -1 925 4243 2 fraxinus velutina http://en.wikipedia.org/wiki/Fraxinus_velutina http://www.calflora.org/cgi-bin/species_query.cgi?where-calrecnum=3616 10 10 37.4097134909807 -122.110160779208 0.0 1.9247826954105508E-4 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 Alma Street from San Antonio Avenue to City Limit 1957 12500 arterials & major streets arterial 415 80 33200 asphalt concrete 0 0 0 0.12 37.4087949483293 -122.108619039804 0.0 37.408789658986 -122.108607502211 0.0 -0.4584442613754866 -18.571200714954323 Tree: 924 site 1 at 4243 ALMA ST, on ALMA ST 15 from pl -1 924 4243 1 fraxinus velutina http://en.wikipedia.org/wiki/Fraxinus_velutina http://www.calflora.org/cgi-bin/species_query.cgi?where-calrecnum=3616 10 10 37.4097869795839 -122.110276672845 0.0 2.10984079402222E-4 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 Alma Street from San Antonio Avenue to City Limit 1957 12500 arterials & major streets arterial 415 80 33200 asphalt concrete 0 0 0 0.12 37.4087949483293 -122.108619039804 0.0 37.408789658986 -122.108607502211 0.0 -0.4584442613754866 -18.571200714954323 Tree: 923 site 1 at 4221 ALMA ST, on ALMA ST 34 from pl -1 923 4221 1 fraxinus velutina http://en.wikipedia.org/wiki/Fraxinus_velutina http://www.calflora.org/cgi-bin/species_query.cgi?where-calrecnum=3616 10 10 37.4101200636757 -122.110828865829 0.0 2.8364656558619764E-4 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 Alma Street from San Antonio Avenue to City Limit 1957 12500 arterials & major streets arterial 415 80 33200 asphalt concrete 0 0 0 0.12 37.4087949483293 -122.108619039804 0.0 37.408789658986 -122.108607502211 0.0 -0.4584442613754866 -18.571200714954323 Tree: 919 site 5 at 4181 ALMA ST, on ALMA ST 203 from pl -1 919 4181 5 fraxinus velutina http://en.wikipedia.org/wiki/Fraxinus_velutina http://www.calflora.org/cgi-bin/species_query.cgi?where-calrecnum=3616 10 10 37.4110899832346 -122.112363767066 0.0 5.256775363141724E-4 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 Alma Street from San Antonio Avenue to City Limit 1957 12500 arterials & major streets arterial 415 80 33200 asphalt concrete 0 0 0 0.12 37.4087949483293 -122.108619039804 0.0 37.408789658986 -122.108607502211 0.0 -0.4584442613754866 -18.571200714954323 Tree: 918 site 4 at 4181 ALMA ST, on ALMA ST 154 from pl -1 918 4181 4 fraxinus velutina http://en.wikipedia.org/wiki/Fraxinus_velutina http://www.calflora.org/cgi-bin/species_query.cgi?where-calrecnum=3616 10 10 37.4111658928771 -122.11248438921 0.0 5.444135866218955E-4 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 Alma Street from San Antonio Avenue to City Limit 1957 12500 arterials & major streets arterial 415 80 33200 asphalt concrete 0 0 0 0.12 37.4087949483293 -122.108619039804 0.0 37.408789658986 -122.108607502211 0.0 -0.4584442613754866 -18.571200714954323 Tree: 917 site 3 at 4181 ALMA ST, on ALMA ST 105 from pl -1 917 4181 3 fraxinus velutina http://en.wikipedia.org/wiki/Fraxinus_velutina http://www.calflora.org/cgi-bin/species_query.cgi?where-calrecnum=3616 10 10 37.4112547809895 -122.11262509498 0.0 5.665778006915936E-4 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 Alma Street from San Antonio Avenue to City Limit 1957 12500 arterials & major streets arterial 415 80 33200 asphalt concrete 0 0 0 0.12 37.4087949483293 -122.108619039804 0.0 37.408789658986 -122.108607502211 0.0 -0.4584442613754866 -18.571200714954323 Tree: 916 site 2 at 4181 ALMA ST, on ALMA ST 61 from pl -1 916 4181 2 fraxinus velutina http://en.wikipedia.org/wiki/Fraxinus_velutina http://www.calflora.org/cgi-bin/species_query.cgi?where-calrecnum=3616 10 10 37.4113239358546 -122.112732107044 0.0 5.848454165561341E-4 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 Alma Street from San Antonio Avenue to City Limit 1957 12500 arterials & major streets arterial 415 80 33200 asphalt concrete 0 0 0 0.12 37.4087949483293 -122.108619039804 0.0 37.408789658986 -122.108607502211 0.0 -0.4584442613754866 -18.571200714954323 Tree: 905 site 7 at 4111 ALMA ST, on ALMA ST 367 from pl -1 905 4111 7 fraxinus velutina http://en.wikipedia.org/wiki/Fraxinus_velutina http://www.calflora.org/cgi-bin/species_query.cgi?where-calrecnum=3616 10 10 37.4114933130279 -122.112985249683 0.0 6.333196096464753E-4 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 Alma Street from San Antonio Avenue to City Limit 1957 12500 arterials & major streets arterial 415 80 33200 asphalt concrete 0 0 0 0.12 37.4087949483293 -122.108619039804 0.0 37.408789658986 -122.108607502211 0.0 -0.4584442613754866 -18.571200714954323 Tree: 906 site 1 at 4161 ALMA ST, on ALMA ST 20 from pl -1 906 4161 1 fraxinus velutina http://en.wikipedia.org/wiki/Fraxinus_velutina http://www.calflora.org/cgi-bin/species_query.cgi?where-calrecnum=3616 10 10 37.4110525965859 -122.112308379546 0.0 5.147741637223794E-4 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 Alma Street from San Antonio Avenue to City Limit 1957 12500 arterials & major streets arterial 415 80 33200 asphalt concrete 0 0 0 0.12 37.4087949483293 -122.108619039804 0.0 37.408789658986 -122.108607502211 0.0 -0.4584442613754866 -18.571200714954323 Tree: 909 site 4 at 4161 ALMA ST, on ALMA ST 156 from pl -1 909 4161 4 fraxinus velutina http://en.wikipedia.org/wiki/Fraxinus_velutina http://www.calflora.org/cgi-bin/species_query.cgi?where-calrecnum=3616 10 10 37.4108194070582 -122.111944383537 0.0 4.5448965757144785E-4 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 Alma Street from San Antonio Avenue to City Limit 1957 12500 arterials & major streets arterial 415 80 33200 asphalt concrete 0 0 0 0.12 37.4087949483293 -122.108619039804 0.0 37.408789658986 -122.108607502211 0.0 -0.4584442613754866 -18.571200714954323 Tree: 910 site 5 at 4161 ALMA ST, on ALMA ST 197 from pl -1 910 4161 5 fraxinus velutina http://en.wikipedia.org/wiki/Fraxinus_velutina http://www.calflora.org/cgi-bin/species_query.cgi?where-calrecnum=3616 10 10 37.4107462580174 -122.111831193507 0.0 4.35165823083902E-4 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 Alma Street from San Antonio Avenue to City Limit 1957 12500 arterials & major streets arterial 415 80 33200 asphalt concrete 0 0 0 0.12 37.4087949483293 -122.108619039804 0.0 37.408789658986 -122.108607502211 0.0 -0.4584442613754866 -18.571200714954323 Tree: 911 site 6 at 4161 ALMA ST, on ALMA ST 244 from pl -1 911 4161 6 fraxinus velutina http://en.wikipedia.org/wiki/Fraxinus_velutina http://www.calflora.org/cgi-bin/species_query.cgi?where-calrecnum=3616 10 10 37.4106643575087 -122.111701303598 0.0 4.1484614611390794E-4 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 Alma Street from San Antonio Avenue to City Limit 1957 12500 arterials & major streets arterial 415 80 33200 asphalt concrete 0 0 0 0.12 37.4087949483293 -122.108619039804 0.0 37.408789658986 -122.108607502211 0.0 -0.4584442613754866 -18.571200714954323 Tree: 912 site 7 at 4161 ALMA ST, on ALMA ST 293 from pl -1 912 4161 7 fraxinus velutina http://en.wikipedia.org/wiki/Fraxinus_velutina http://www.calflora.org/cgi-bin/species_query.cgi?where-calrecnum=3616 10 10 37.4105824568557 -122.111571413974 0.0 3.945262191991142E-4 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 Alma Street from San Antonio Avenue to City Limit 1957 12500 arterials & major streets arterial 415 80 33200 asphalt concrete 0 0 0 0.12 37.4087949483293 -122.108619039804 0.0 37.408789658986 -122.108607502211 0.0 -0.4584442613754866 -18.571200714954323 Tree: 915 site 1 at 4181 ALMA ST, on ALMA ST 14 from pl -1 915 4181 1 fraxinus velutina http://en.wikipedia.org/wiki/Fraxinus_velutina http://www.calflora.org/cgi-bin/species_query.cgi?where-calrecnum=3616 10 10 37.4114000790744 -122.112849933477 0.0 6.049588739716758E-4 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 Alma Street from San Antonio Avenue to City Limit 1957 12500 arterials & major streets arterial 415 80 33200 asphalt concrete 0 0 0 0.12 37.4087949483293 -122.108619039804 0.0 37.408789658986 -122.108607502211 0.0 -0.4584442613754866 -18.571200714954323 Tree: 914 site 9 at 4161 ALMA ST, on ALMA ST 387 from pl -1 914 4161 9 fraxinus velutina http://en.wikipedia.org/wiki/Fraxinus_velutina http://www.calflora.org/cgi-bin/species_query.cgi?where-calrecnum=3616 10 10 37.4104229452077 -122.11132774908 0.0 3.5107031440023565E-4 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 Alma Street from San Antonio Avenue to City Limit 1957 12500 arterials & major streets arterial 415 80 33200 asphalt concrete 0 0 0 0.12 37.4087949483293 -122.108619039804 0.0 37.408789658986 -122.108607502211 0.0 -0.4584442613754866 -18.571200714954323 Tree: 913 site 8 at 4161 ALMA ST, on ALMA ST 340 from pl -1 913 4161 8 fraxinus velutina http://en.wikipedia.org/wiki/Fraxinus_velutina http://www.calflora.org/cgi-bin/species_query.cgi?where-calrecnum=3616 10 10 37.410500322135 -122.111444321069 0.0 3.728280193186789E-4 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 Alma Street from San Antonio Avenue to City Limit 1957 12500 arterials & major streets arterial 415 80 33200 asphalt concrete 0 0 0 0.12 37.4087949483293 -122.108619039804 0.0 37.408789658986 -122.108607502211 0.0 -0.4584442613754866 -18.571200714954323 Tree: 907 site 2 at 4161 ALMA ST, on ALMA ST 70 from pl -1 907 4161 2 fraxinus velutina http://en.wikipedia.org/wiki/Fraxinus_velutina http://www.calflora.org/cgi-bin/species_query.cgi?where-calrecnum=3616 10 10 37.4109664692294 -122.112175105575 0.0 4.920224369197446E-4 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 Alma Street from San Antonio Avenue to City Limit 1957 12500 arterials & major streets arterial 415 80 33200 asphalt concrete 0 0 0 0.12 37.4087949483293 -122.108619039804 0.0 37.408789658986 -122.108607502211 0.0 -0.4584442613754866 -18.571200714954323 Tree: 908 site 3 at 4161 ALMA ST, on ALMA ST 113 from pl -1 908 4161 3 fraxinus velutina http://en.wikipedia.org/wiki/Fraxinus_velutina http://www.calflora.org/cgi-bin/species_query.cgi?where-calrecnum=3616 10 10 37.4109020091126 -122.112065884642 0.0 4.7894299199629007E-4 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 Alma Street from San Antonio Avenue to City Limit 1957 12500 arterials & major streets arterial 415 80 33200 asphalt concrete 0 0 0 0.12 37.4087949483293 -122.108619039804 0.0 37.408789658986 -122.108607502211 0.0 -0.4584442613754866 -18.571200714954323 Tree: 927 site 1 at 4245 ALMA ST, on ALMA ST 73 from pl -1 927 4245 1 juglans nigra http://en.wikipedia.org/wiki/Juglans_nigra NULL 30 40 37.4094069392663 -122.109604220859 0.0 1.4575363450717153E-4 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 Alma Street from San Antonio Avenue to City Limit 1957 12500 arterials & major streets arterial 415 80 33200 asphalt concrete 0 0 0 0.12 37.408789658986 -122.108607502211 0.0 37.4087851919093 -122.108595430616 0.0 -0.37004858940409624 -7.777328301305623 Tree: 926 site 3 at 4243 ALMA ST, on ALMA ST 98 from pl -1 926 4243 3 fraxinus velutina http://en.wikipedia.org/wiki/Fraxinus_velutina http://www.calflora.org/cgi-bin/species_query.cgi?where-calrecnum=3616 10 10 37.4096451293862 -122.110052971379 0.0 3.006517814349487E-4 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 Alma Street from San Antonio Avenue to City Limit 1957 12500 arterials & major streets arterial 415 80 33200 asphalt concrete 0 0 0 0.12 37.408789658986 -122.108607502211 0.0 37.4087851919093 -122.108595430616 0.0 -0.37004858940409624 -7.777328301305623 Tree: 925 site 2 at 4243 ALMA ST, on ALMA ST 58 from pl -1 925 4243 2 fraxinus velutina http://en.wikipedia.org/wiki/Fraxinus_velutina http://www.calflora.org/cgi-bin/species_query.cgi?where-calrecnum=3616 10 10 37.4097134909807 -122.110160779208 0.0 3.273499032038242E-4 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 Alma Street from San Antonio Avenue to City Limit 1957 12500 arterials & major streets arterial 415 80 33200 asphalt concrete 0 0 0 0.12 37.408789658986 -122.108607502211 0.0 37.4087851919093 -122.108595430616 0.0 -0.37004858940409624 -7.777328301305623 Tree: 924 site 1 at 4243 ALMA ST, on ALMA ST 15 from pl -1 924 4243 1 fraxinus velutina http://en.wikipedia.org/wiki/Fraxinus_velutina http://www.calflora.org/cgi-bin/species_query.cgi?where-calrecnum=3616 10 10 37.4097869795839 -122.110276672845 0.0 3.560502034781317E-4 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 Alma Street from San Antonio Avenue to City Limit 1957 12500 arterials & major streets arterial 415 80 33200 asphalt concrete 0 0 0 0.12 37.408789658986 -122.108607502211 0.0 37.4087851919093 -122.108595430616 0.0 -0.37004858940409624 -7.777328301305623 Tree: 923 site 1 at 4221 ALMA ST, on ALMA ST 34 from pl -1 923 4221 1 fraxinus velutina http://en.wikipedia.org/wiki/Fraxinus_velutina http://www.calflora.org/cgi-bin/species_query.cgi?where-calrecnum=3616 10 10 37.4101200636757 -122.110828865829 0.0 4.7679412068928143E-4 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 Alma Street from San Antonio Avenue to City Limit 1957 12500 arterials & major streets arterial 415 80 33200 asphalt concrete 0 0 0 0.12 37.408789658986 -122.108607502211 0.0 37.4087851919093 -122.108595430616 0.0 -0.37004858940409624 -7.777328301305623 Tree: 919 site 5 at 4181 ALMA ST, on ALMA ST 203 from pl -1 919 4181 5 fraxinus velutina http://en.wikipedia.org/wiki/Fraxinus_velutina http://www.calflora.org/cgi-bin/species_query.cgi?where-calrecnum=3616 10 10 37.4110899832346 -122.112363767066 0.0 8.53744396711642E-4 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 Alma Street from San Antonio Avenue to City Limit 1957 12500 arterials & major streets arterial 415 80 33200 asphalt concrete 0 0 0 0.12 37.408789658986 -122.108607502211 0.0 37.4087851919093 -122.108595430616 0.0 -0.37004858940409624 -7.777328301305623 Tree: 918 site 4 at 4181 ALMA ST, on ALMA ST 154 from pl -1 918 4181 4 fraxinus velutina http://en.wikipedia.org/wiki/Fraxinus_velutina http://www.calflora.org/cgi-bin/species_query.cgi?where-calrecnum=3616 10 10 37.4111658928771 -122.11248438921 0.0 8.830742380004928E-4 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 Alma Street from San Antonio Avenue to City Limit 1957 12500 arterials & major streets arterial 415 80 33200 asphalt concrete 0 0 0 0.12 37.408789658986 -122.108607502211 0.0 37.4087851919093 -122.108595430616 0.0 -0.37004858940409624 -7.777328301305623 Tree: 917 site 3 at 4181 ALMA ST, on ALMA ST 105 from pl -1 917 4181 3 fraxinus velutina http://en.wikipedia.org/wiki/Fraxinus_velutina http://www.calflora.org/cgi-bin/species_query.cgi?where-calrecnum=3616 10 10 37.4112547809895 -122.11262509498 0.0 9.176058969093027E-4 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 Alma Street from San Antonio Avenue to City Limit 1957 12500 arterials & major streets arterial 415 80 33200 asphalt concrete 0 0 0 0.12 37.408789658986 -122.108607502211 0.0 37.4087851919093 -122.108595430616 0.0 -0.37004858940409624 -7.777328301305623 Tree: 916 site 2 at 4181 ALMA ST, on ALMA ST 61 from pl -1 916 4181 2 fraxinus velutina http://en.wikipedia.org/wiki/Fraxinus_velutina http://www.calflora.org/cgi-bin/species_query.cgi?where-calrecnum=3616 10 10 37.4113239358546 -122.112732107044 0.0 9.453241545548901E-4 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 Alma Street from San Antonio Avenue to City Limit 1957 12500 arterials & major streets arterial 415 80 33200 asphalt concrete 0 0 0 0.12 37.408789658986 -122.108607502211 0.0 37.4087851919093 -122.108595430616 0.0 -0.37004858940409624 -7.777328301305623 Tree: 906 site 1 at 4161 ALMA ST, on ALMA ST 20 from pl -1 906 4161 1 fraxinus velutina http://en.wikipedia.org/wiki/Fraxinus_velutina http://www.calflora.org/cgi-bin/species_query.cgi?where-calrecnum=3616 10 10 37.4110525965859 -122.112308379546 0.0 8.379036213759456E-4 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 Alma Street from San Antonio Avenue to City Limit 1957 12500 arterials & major streets arterial 415 80 33200 asphalt concrete 0 0 0 0.12 37.408789658986 -122.108607502211 0.0 37.4087851919093 -122.108595430616 0.0 -0.37004858940409624 -7.777328301305623 Tree: 909 site 4 at 4161 ALMA ST, on ALMA ST 156 from pl -1 909 4161 4 fraxinus velutina http://en.wikipedia.org/wiki/Fraxinus_velutina http://www.calflora.org/cgi-bin/species_query.cgi?where-calrecnum=3616 10 10 37.4108194070582 -122.111944383537 0.0 7.455319574255871E-4 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 Alma Street from San Antonio Avenue to City Limit 1957 12500 arterials & major streets arterial 415 80 33200 asphalt concrete 0 0 0 0.12 37.408789658986 -122.108607502211 0.0 37.4087851919093 -122.108595430616 0.0 -0.37004858940409624 -7.777328301305623 Tree: 910 site 5 at 4161 ALMA ST, on ALMA ST 197 from pl -1 910 4161 5 fraxinus velutina http://en.wikipedia.org/wiki/Fraxinus_velutina http://www.calflora.org/cgi-bin/species_query.cgi?where-calrecnum=3616 10 10 37.4107462580174 -122.111831193507 0.0 7.162118307298908E-4 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 Alma Street from San Antonio Avenue to City Limit 1957 12500 arterials & major streets arterial 415 80 33200 asphalt concrete 0 0 0 0.12 37.408789658986 -122.108607502211 0.0 37.4087851919093 -122.108595430616 0.0 -0.37004858940409624 -7.777328301305623 Tree: 911 site 6 at 4161 ALMA ST, on ALMA ST 244 from pl -1 911 4161 6 fraxinus velutina http://en.wikipedia.org/wiki/Fraxinus_velutina http://www.calflora.org/cgi-bin/species_query.cgi?where-calrecnum=3616 10 10 37.4106643575087 -122.111701303598 0.0 6.844798417207799E-4 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 Alma Street from San Antonio Avenue to City Limit 1957 12500 arterials & major streets arterial 415 80 33200 asphalt concrete 0 0 0 0.12 37.408789658986 -122.108607502211 0.0 37.4087851919093 -122.108595430616 0.0 -0.37004858940409624 -7.777328301305623 Tree: 912 site 7 at 4161 ALMA ST, on ALMA ST 293 from pl -1 912 4161 7 fraxinus velutina http://en.wikipedia.org/wiki/Fraxinus_velutina http://www.calflora.org/cgi-bin/species_query.cgi?where-calrecnum=3616 10 10 37.4105824568557 -122.111571413974 0.0 6.527476184656373E-4 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 Alma Street from San Antonio Avenue to City Limit 1957 12500 arterials & major streets arterial 415 80 33200 asphalt concrete 0 0 0 0.12 37.408789658986 -122.108607502211 0.0 37.4087851919093 -122.108595430616 0.0 -0.37004858940409624 -7.777328301305623 Tree: 915 site 1 at 4181 ALMA ST, on ALMA ST 14 from pl -1 915 4181 1 fraxinus velutina http://en.wikipedia.org/wiki/Fraxinus_velutina http://www.calflora.org/cgi-bin/species_query.cgi?where-calrecnum=3616 10 10 37.4114000790744 -122.112849933477 0.0 9.758433042218043E-4 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 Alma Street from San Antonio Avenue to City Limit 1957 12500 arterials & major streets arterial 415 80 33200 asphalt concrete 0 0 0 0.12 37.408789658986 -122.108607502211 0.0 37.4087851919093 -122.108595430616 0.0 -0.37004858940409624 -7.777328301305623 Tree: 914 site 9 at 4161 ALMA ST, on ALMA ST 387 from pl -1 914 4161 9 fraxinus velutina http://en.wikipedia.org/wiki/Fraxinus_velutina http://www.calflora.org/cgi-bin/species_query.cgi?where-calrecnum=3616 10 10 37.4104229452077 -122.11132774908 0.0 5.877137450476882E-4 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 Alma Street from San Antonio Avenue to City Limit 1957 12500 arterials & major streets arterial 415 80 33200 asphalt concrete 0 0 0 0.12 37.408789658986 -122.108607502211 0.0 37.4087851919093 -122.108595430616 0.0 -0.37004858940409624 -7.777328301305623 Tree: 913 site 8 at 4161 ALMA ST, on ALMA ST 340 from pl -1 913 4161 8 fraxinus velutina http://en.wikipedia.org/wiki/Fraxinus_velutina http://www.calflora.org/cgi-bin/species_query.cgi?where-calrecnum=3616 10 10 37.410500322135 -122.111444321069 0.0 6.198252770936387E-4 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 Alma Street from San Antonio Avenue to City Limit 1957 12500 arterials & major streets arterial 415 80 33200 asphalt concrete 0 0 0 0.12 37.408789658986 -122.108607502211 0.0 37.4087851919093 -122.108595430616 0.0 -0.37004858940409624 -7.777328301305623 Tree: 907 site 2 at 4161 ALMA ST, on ALMA ST 70 from pl -1 907 4161 2 fraxinus velutina http://en.wikipedia.org/wiki/Fraxinus_velutina http://www.calflora.org/cgi-bin/species_query.cgi?where-calrecnum=3616 10 10 37.4109664692294 -122.112175105575 0.0 8.03381930997862E-4 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 Alma Street from San Antonio Avenue to City Limit 1957 12500 arterials & major streets arterial 415 80 33200 asphalt concrete 0 0 0 0.12 37.408789658986 -122.108607502211 0.0 37.4087851919093 -122.108595430616 0.0 -0.37004858940409624 -7.777328301305623 Tree: 908 site 3 at 4161 ALMA ST, on ALMA ST 113 from pl -1 908 4161 3 fraxinus velutina http://en.wikipedia.org/wiki/Fraxinus_velutina http://www.calflora.org/cgi-bin/species_query.cgi?where-calrecnum=3616 10 10 37.4109020091126 -122.112065884642 0.0 7.808332147051935E-4 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 Alma Street from San Antonio Avenue to City Limit 1957 12500 arterials & major streets arterial 415 80 33200 asphalt concrete 0 0 0 0.12 37.408789658986 -122.108607502211 0.0 37.4087851919093 -122.108595430616 0.0 -0.37004858940409624 -7.777328301305623 Tree: 927 site 1 at 4245 ALMA ST, on ALMA ST 73 from pl -1 927 4245 1 juglans nigra http://en.wikipedia.org/wiki/Juglans_nigra NULL 30 40 37.4094069392663 -122.109604220859 0.0 2.330042922460912E-4 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 Alma Street from San Antonio Avenue to City Limit 1957 12500 arterials & major streets arterial 415 80 33200 asphalt concrete 0 0 0 0.12 37.4087851919093 -122.108595430616 0.0 37.4087815810962 -122.10858291689 0.0 -0.2885481990825669 2.1745698879032958 Tree: 926 site 3 at 4243 ALMA ST, on ALMA ST 98 from pl -1 926 4243 3 fraxinus velutina http://en.wikipedia.org/wiki/Fraxinus_velutina http://www.calflora.org/cgi-bin/species_query.cgi?where-calrecnum=3616 10 10 37.4096451293862 -122.110052971379 0.0 4.2214416104178516E-4 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 Alma Street from San Antonio Avenue to City Limit 1957 12500 arterials & major streets arterial 415 80 33200 asphalt concrete 0 0 0 0.12 37.4087851919093 -122.108595430616 0.0 37.4087815810962 -122.10858291689 0.0 -0.2885481990825669 2.1745698879032958 Tree: 925 site 2 at 4243 ALMA ST, on ALMA ST 58 from pl -1 925 4243 2 fraxinus velutina http://en.wikipedia.org/wiki/Fraxinus_velutina http://www.calflora.org/cgi-bin/species_query.cgi?where-calrecnum=3616 10 10 37.4097134909807 -122.110160779208 0.0 4.579377028296815E-4 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 Alma Street from San Antonio Avenue to City Limit 1957 12500 arterials & major streets arterial 415 80 33200 asphalt concrete 0 0 0 0.12 37.4087851919093 -122.108595430616 0.0 37.4087815810962 -122.10858291689 0.0 -0.2885481990825669 2.1745698879032958 Tree: 924 site 1 at 4243 ALMA ST, on ALMA ST 15 from pl -1 924 4243 1 fraxinus velutina http://en.wikipedia.org/wiki/Fraxinus_velutina http://www.calflora.org/cgi-bin/species_query.cgi?where-calrecnum=3616 10 10 37.4097869795839 -122.110276672845 0.0 4.964155924927766E-4 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 Alma Street from San Antonio Avenue to City Limit 1957 12500 arterials & major streets arterial 415 80 33200 asphalt concrete 0 0 0 0.12 37.4087851919093 -122.108595430616 0.0 37.4087815810962 -122.10858291689 0.0 -0.2885481990825669 2.1745698879032958 Tree: 923 site 1 at 4221 ALMA ST, on ALMA ST 34 from pl -1 923 4221 1 fraxinus velutina http://en.wikipedia.org/wiki/Fraxinus_velutina http://www.calflora.org/cgi-bin/species_query.cgi?where-calrecnum=3616 10 10 37.4101200636757 -122.110828865829 0.0 6.63354646840016E-4 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 Alma Street from San Antonio Avenue to City Limit 1957 12500 arterials & major streets arterial 415 80 33200 asphalt concrete 0 0 0 0.12 37.4087851919093 -122.108595430616 0.0 37.4087815810962 -122.10858291689 0.0 -0.2885481990825669 2.1745698879032958 Tree: 910 site 5 at 4161 ALMA ST, on ALMA ST 197 from pl -1 910 4161 5 fraxinus velutina http://en.wikipedia.org/wiki/Fraxinus_velutina http://www.calflora.org/cgi-bin/species_query.cgi?where-calrecnum=3616 10 10 37.4107462580174 -122.111831193507 0.0 9.87120218697259E-4 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 Alma Street from San Antonio Avenue to City Limit 1957 12500 arterials & major streets arterial 415 80 33200 asphalt concrete 0 0 0 0.12 37.4087851919093 -122.108595430616 0.0 37.4087815810962 -122.10858291689 0.0 -0.2885481990825669 2.1745698879032958 Tree: 911 site 6 at 4161 ALMA ST, on ALMA ST 244 from pl -1 911 4161 6 fraxinus velutina http://en.wikipedia.org/wiki/Fraxinus_velutina http://www.calflora.org/cgi-bin/species_query.cgi?where-calrecnum=3616 10 10 37.4106643575087 -122.111701303598 0.0 9.444404500409717E-4 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 Alma Street from San Antonio Avenue to City Limit 1957 12500 arterials & major streets arterial 415 80 33200 asphalt concrete 0 0 0 0.12 37.4087851919093 -122.108595430616 0.0 37.4087815810962 -122.10858291689 0.0 -0.2885481990825669 2.1745698879032958 Tree: 912 site 7 at 4161 ALMA ST, on ALMA ST 293 from pl -1 912 4161 7 fraxinus velutina http://en.wikipedia.org/wiki/Fraxinus_velutina http://www.calflora.org/cgi-bin/species_query.cgi?where-calrecnum=3616 10 10 37.4105824568557 -122.111571413974 0.0 9.017604637293101E-4 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 Alma Street from San Antonio Avenue to City Limit 1957 12500 arterials & major streets arterial 415 80 33200 asphalt concrete 0 0 0 0.12 37.4087851919093 -122.108595430616 0.0 37.4087815810962 -122.10858291689 0.0 -0.2885481990825669 2.1745698879032958 Tree: 914 site 9 at 4161 ALMA ST, on ALMA ST 387 from pl -1 914 4161 9 fraxinus velutina http://en.wikipedia.org/wiki/Fraxinus_velutina http://www.calflora.org/cgi-bin/species_query.cgi?where-calrecnum=3616 10 10 37.4104229452077 -122.11132774908 0.0 8.160544970650592E-4 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 Alma Street from San Antonio Avenue to City Limit 1957 12500 arterials & major streets arterial 415 80 33200 asphalt concrete 0 0 0 0.12 37.4087851919093 -122.108595430616 0.0 37.4087815810962 -122.10858291689 0.0 -0.2885481990825669 2.1745698879032958 Tree: 913 site 8 at 4161 ALMA ST, on ALMA ST 340 from pl -1 913 4161 8 fraxinus velutina http://en.wikipedia.org/wiki/Fraxinus_velutina http://www.calflora.org/cgi-bin/species_query.cgi?where-calrecnum=3616 10 10 37.410500322135 -122.111444321069 0.0 8.580802294060392E-4 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 Alma Street from San Antonio Avenue to City Limit 1957 12500 arterials & major streets arterial 415 80 33200 asphalt concrete 0 0 0 0.12 37.4087851919093 -122.108595430616 0.0 37.4087815810962 -122.10858291689 0.0 -0.2885481990825669 2.1745698879032958 Tree: 927 site 1 at 4245 ALMA ST, on ALMA ST 73 from pl -1 927 4245 1 juglans nigra http://en.wikipedia.org/wiki/Juglans_nigra NULL 30 40 37.4094069392663 -122.109604220859 0.0 3.177012371807056E-4 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 Alma Street from San Antonio Avenue to City Limit 1957 12500 arterials & major streets arterial 415 80 33200 asphalt concrete 0 0 0 0.12 37.4087815810962 -122.10858291689 0.0 37.4087788540269 -122.10857005627 0.0 -0.21204804280665307 11.515895563675763 Tree: 926 site 3 at 4243 ALMA ST, on ALMA ST 98 from pl -1 926 4243 3 fraxinus velutina http://en.wikipedia.org/wiki/Fraxinus_velutina http://www.calflora.org/cgi-bin/species_query.cgi?where-calrecnum=3616 10 10 37.4096451293862 -122.110052971379 0.0 5.398231510349295E-4 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 Alma Street from San Antonio Avenue to City Limit 1957 12500 arterials & major streets arterial 415 80 33200 asphalt concrete 0 0 0 0.12 37.4087815810962 -122.10858291689 0.0 37.4087788540269 -122.10857005627 0.0 -0.21204804280665307 11.515895563675763 Tree: 925 site 2 at 4243 ALMA ST, on ALMA ST 58 from pl -1 925 4243 2 fraxinus velutina http://en.wikipedia.org/wiki/Fraxinus_velutina http://www.calflora.org/cgi-bin/species_query.cgi?where-calrecnum=3616 10 10 37.4097134909807 -122.110160779208 0.0 5.843345949380309E-4 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 Alma Street from San Antonio Avenue to City Limit 1957 12500 arterials & major streets arterial 415 80 33200 asphalt concrete 0 0 0 0.12 37.4087815810962 -122.10858291689 0.0 37.4087788540269 -122.10857005627 0.0 -0.21204804280665307 11.515895563675763 Tree: 924 site 1 at 4243 ALMA ST, on ALMA ST 15 from pl -1 924 4243 1 fraxinus velutina http://en.wikipedia.org/wiki/Fraxinus_velutina http://www.calflora.org/cgi-bin/species_query.cgi?where-calrecnum=3616 10 10 37.4097869795839 -122.110276672845 0.0 6.321842428506854E-4 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 Alma Street from San Antonio Avenue to City Limit 1957 12500 arterials & major streets arterial 415 80 33200 asphalt concrete 0 0 0 0.12 37.4087815810962 -122.10858291689 0.0 37.4087788540269 -122.10857005627 0.0 -0.21204804280665307 11.515895563675763 Tree: 923 site 1 at 4221 ALMA ST, on ALMA ST 34 from pl -1 923 4221 1 fraxinus velutina http://en.wikipedia.org/wiki/Fraxinus_velutina http://www.calflora.org/cgi-bin/species_query.cgi?where-calrecnum=3616 10 10 37.4101200636757 -122.110828865829 0.0 8.434787618632018E-4 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 Alma Street from San Antonio Avenue to City Limit 1957 12500 arterials & major streets arterial 415 80 33200 asphalt concrete 0 0 0 0.12 37.4087815810962 -122.10858291689 0.0 37.4087788540269 -122.10857005627 0.0 -0.21204804280665307 11.515895563675763 Tree: 927 site 1 at 4245 ALMA ST, on ALMA ST 73 from pl -1 927 4245 1 juglans nigra http://en.wikipedia.org/wiki/Juglans_nigra NULL 30 40 37.4094069392663 -122.109604220859 0.0 3.999008709502493E-4 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 Alma Street from San Antonio Avenue to City Limit 1957 12500 arterials & major streets arterial 415 80 33200 asphalt concrete 0 0 0 0.12 37.4087788540269 -122.10857005627 0.0 37.4087779528214 -122.10856440436 0.0 -0.15945149441371884 17.93838487783237 Tree: 926 site 3 at 4243 ALMA ST, on ALMA ST 98 from pl -1 926 4243 3 fraxinus velutina http://en.wikipedia.org/wiki/Fraxinus_velutina http://www.calflora.org/cgi-bin/species_query.cgi?where-calrecnum=3616 10 10 37.4096451293862 -122.110052971379 0.0 6.219652914159147E-4 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 Alma Street from San Antonio Avenue to City Limit 1957 12500 arterials & major streets arterial 415 80 33200 asphalt concrete 0 0 0 0.12 37.4087788540269 -122.10857005627 0.0 37.4087779528214 -122.10856440436 0.0 -0.15945149441371884 17.93838487783237 Tree: 925 site 2 at 4243 ALMA ST, on ALMA ST 58 from pl -1 925 4243 2 fraxinus velutina http://en.wikipedia.org/wiki/Fraxinus_velutina http://www.calflora.org/cgi-bin/species_query.cgi?where-calrecnum=3616 10 10 37.4097134909807 -122.110160779208 0.0 6.724984019882158E-4 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 Alma Street from San Antonio Avenue to City Limit 1957 12500 arterials & major streets arterial 415 80 33200 asphalt concrete 0 0 0 0.12 37.4087788540269 -122.10857005627 0.0 37.4087779528214 -122.10856440436 0.0 -0.15945149441371884 17.93838487783237 Tree: 924 site 1 at 4243 ALMA ST, on ALMA ST 15 from pl -1 924 4243 1 fraxinus velutina http://en.wikipedia.org/wiki/Fraxinus_velutina http://www.calflora.org/cgi-bin/species_query.cgi?where-calrecnum=3616 10 10 37.4097869795839 -122.110276672845 0.0 7.268213515768943E-4 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 Alma Street from San Antonio Avenue to City Limit 1957 12500 arterials & major streets arterial 415 80 33200 asphalt concrete 0 0 0 0.12 37.4087788540269 -122.10857005627 0.0 37.4087779528214 -122.10856440436 0.0 -0.15945149441371884 17.93838487783237 Tree: 923 site 1 at 4221 ALMA ST, on ALMA ST 34 from pl -1 923 4221 1 fraxinus velutina http://en.wikipedia.org/wiki/Fraxinus_velutina http://www.calflora.org/cgi-bin/species_query.cgi?where-calrecnum=3616 10 10 37.4101200636757 -122.110828865829 0.0 9.688006199874097E-4 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 Alma Street from San Antonio Avenue to City Limit 1957 12500 arterials & major streets arterial 415 80 33200 asphalt concrete 0 0 0 0.12 37.4087788540269 -122.10857005627 0.0 37.4087779528214 -122.10856440436 0.0 -0.15945149441371884 17.93838487783237 Tree: 927 site 1 at 4245 ALMA ST, on ALMA ST 73 from pl -1 927 4245 1 juglans nigra http://en.wikipedia.org/wiki/Juglans_nigra NULL 30 40 37.4094069392663 -122.109604220859 0.0 4.5740789996587093E-4 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 Alma Street from San Antonio Avenue to City Limit 1957 12500 arterials & major streets arterial 415 80 33200 asphalt concrete 0 0 0 0.12 37.4087779528214 -122.10856440436 0.0 37.4087758295097 -122.108553288536 0.0 -0.19101703153032176 14.083962455871443 Tree: 926 site 3 at 4243 ALMA ST, on ALMA ST 98 from pl -1 926 4243 3 fraxinus velutina http://en.wikipedia.org/wiki/Fraxinus_velutina http://www.calflora.org/cgi-bin/species_query.cgi?where-calrecnum=3616 10 10 37.4096451293862 -122.110052971379 0.0 5.724842225464945E-4 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 Alma Street from San Antonio Avenue to City Limit 1957 12500 arterials & major streets arterial 415 80 33200 asphalt concrete 0 0 0 0.12 37.4087779528214 -122.10856440436 0.0 37.4087758295097 -122.108553288536 0.0 -0.19101703153032176 14.083962455871443 Tree: 925 site 2 at 4243 ALMA ST, on ALMA ST 58 from pl -1 925 4243 2 fraxinus velutina http://en.wikipedia.org/wiki/Fraxinus_velutina http://www.calflora.org/cgi-bin/species_query.cgi?where-calrecnum=3616 10 10 37.4097134909807 -122.110160779208 0.0 6.194043552914904E-4 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 Alma Street from San Antonio Avenue to City Limit 1957 12500 arterials & major streets arterial 415 80 33200 asphalt concrete 0 0 0 0.12 37.4087779528214 -122.10856440436 0.0 37.4087758295097 -122.108553288536 0.0 -0.19101703153032176 14.083962455871443 Tree: 924 site 1 at 4243 ALMA ST, on ALMA ST 15 from pl -1 924 4243 1 fraxinus velutina http://en.wikipedia.org/wiki/Fraxinus_velutina http://www.calflora.org/cgi-bin/species_query.cgi?where-calrecnum=3616 10 10 37.4097869795839 -122.110276672845 0.0 6.69843347640588E-4 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 Alma Street from San Antonio Avenue to City Limit 1957 12500 arterials & major streets arterial 415 80 33200 asphalt concrete 0 0 0 0.12 37.4087779528214 -122.10856440436 0.0 37.4087758295097 -122.108553288536 0.0 -0.19101703153032176 14.083962455871443 Tree: 923 site 1 at 4221 ALMA ST, on ALMA ST 34 from pl -1 923 4221 1 fraxinus velutina http://en.wikipedia.org/wiki/Fraxinus_velutina http://www.calflora.org/cgi-bin/species_query.cgi?where-calrecnum=3616 10 10 37.4101200636757 -122.110828865829 0.0 8.934070745544934E-4 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 Alma Street from San Antonio Avenue to City Limit 1957 12500 arterials & major streets arterial 415 80 33200 asphalt concrete 0 0 0 0.12 37.4087779528214 -122.10856440436 0.0 37.4087758295097 -122.108553288536 0.0 -0.19101703153032176 14.083962455871443 Tree: 927 site 1 at 4245 ALMA ST, on ALMA ST 73 from pl -1 927 4245 1 juglans nigra http://en.wikipedia.org/wiki/Juglans_nigra NULL 30 40 37.4094069392663 -122.109604220859 0.0 4.2272086203180235E-4 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 Alma Street from San Antonio Avenue to City Limit 1957 12500 arterials & major streets arterial 415 80 33200 asphalt concrete 0 0 0 0.12 37.4087758295097 -122.108553288536 0.0 37.4087729414595 -122.108542447002 0.0 -0.26638759749962254 4.880571684821959 Tree: 926 site 3 at 4243 ALMA ST, on ALMA ST 98 from pl -1 926 4243 3 fraxinus velutina http://en.wikipedia.org/wiki/Fraxinus_velutina http://www.calflora.org/cgi-bin/species_query.cgi?where-calrecnum=3616 10 10 37.4096451293862 -122.110052971379 0.0 4.539715669224731E-4 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 Alma Street from San Antonio Avenue to City Limit 1957 12500 arterials & major streets arterial 415 80 33200 asphalt concrete 0 0 0 0.12 37.4087758295097 -122.108553288536 0.0 37.4087729414595 -122.108542447002 0.0 -0.26638759749962254 4.880571684821959 Tree: 925 site 2 at 4243 ALMA ST, on ALMA ST 58 from pl -1 925 4243 2 fraxinus velutina http://en.wikipedia.org/wiki/Fraxinus_velutina http://www.calflora.org/cgi-bin/species_query.cgi?where-calrecnum=3616 10 10 37.4097134909807 -122.110160779208 0.0 4.922786072702617E-4 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 Alma Street from San Antonio Avenue to City Limit 1957 12500 arterials & major streets arterial 415 80 33200 asphalt concrete 0 0 0 0.12 37.4087758295097 -122.108553288536 0.0 37.4087729414595 -122.108542447002 0.0 -0.26638759749962254 4.880571684821959 Tree: 924 site 1 at 4243 ALMA ST, on ALMA ST 15 from pl -1 924 4243 1 fraxinus velutina http://en.wikipedia.org/wiki/Fraxinus_velutina http://www.calflora.org/cgi-bin/species_query.cgi?where-calrecnum=3616 10 10 37.4097869795839 -122.110276672845 0.0 5.334585116419202E-4 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 Alma Street from San Antonio Avenue to City Limit 1957 12500 arterials & major streets arterial 415 80 33200 asphalt concrete 0 0 0 0.12 37.4087758295097 -122.108553288536 0.0 37.4087729414595 -122.108542447002 0.0 -0.26638759749962254 4.880571684821959 Tree: 923 site 1 at 4221 ALMA ST, on ALMA ST 34 from pl -1 923 4221 1 fraxinus velutina http://en.wikipedia.org/wiki/Fraxinus_velutina http://www.calflora.org/cgi-bin/species_query.cgi?where-calrecnum=3616 10 10 37.4101200636757 -122.110828865829 0.0 7.131778683288749E-4 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 Alma Street from San Antonio Avenue to City Limit 1957 12500 arterials & major streets arterial 415 80 33200 asphalt concrete 0 0 0 0.12 37.4087758295097 -122.108553288536 0.0 37.4087729414595 -122.108542447002 0.0 -0.26638759749962254 4.880571684821959 Tree: 912 site 7 at 4161 ALMA ST, on ALMA ST 293 from pl -1 912 4161 7 fraxinus velutina http://en.wikipedia.org/wiki/Fraxinus_velutina http://www.calflora.org/cgi-bin/species_query.cgi?where-calrecnum=3616 10 10 37.4105824568557 -122.111571413974 0.0 9.688493717052662E-4 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 Alma Street from San Antonio Avenue to City Limit 1957 12500 arterials & major streets arterial 415 80 33200 asphalt concrete 0 0 0 0.12 37.4087758295097 -122.108553288536 0.0 37.4087729414595 -122.108542447002 0.0 -0.26638759749962254 4.880571684821959 Tree: 914 site 9 at 4161 ALMA ST, on ALMA ST 387 from pl -1 914 4161 9 fraxinus velutina http://en.wikipedia.org/wiki/Fraxinus_velutina http://www.calflora.org/cgi-bin/species_query.cgi?where-calrecnum=3616 10 10 37.4104229452077 -122.11132774908 0.0 8.774349350414894E-4 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 Alma Street from San Antonio Avenue to City Limit 1957 12500 arterials & major streets arterial 415 80 33200 asphalt concrete 0 0 0 0.12 37.4087758295097 -122.108553288536 0.0 37.4087729414595 -122.108542447002 0.0 -0.26638759749962254 4.880571684821959 Tree: 913 site 8 at 4161 ALMA ST, on ALMA ST 340 from pl -1 913 4161 8 fraxinus velutina http://en.wikipedia.org/wiki/Fraxinus_velutina http://www.calflora.org/cgi-bin/species_query.cgi?where-calrecnum=3616 10 10 37.410500322135 -122.111444321069 0.0 9.221975197517083E-4 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 Alma Street from San Antonio Avenue to City Limit 1957 12500 arterials & major streets arterial 415 80 33200 asphalt concrete 0 0 0 0.12 37.4087758295097 -122.108553288536 0.0 37.4087729414595 -122.108542447002 0.0 -0.26638759749962254 4.880571684821959 Tree: 927 site 1 at 4245 ALMA ST, on ALMA ST 73 from pl -1 927 4245 1 juglans nigra http://en.wikipedia.org/wiki/Juglans_nigra NULL 30 40 37.4094069392663 -122.109604220859 0.0 3.393212335152817E-4 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 Alma Street from San Antonio Avenue to City Limit 1957 12500 arterials & major streets arterial 415 80 33200 asphalt concrete 0 0 0 0.12 37.4087729414595 -122.108542447002 0.0 37.4087693106507 -122.10853196227 0.0 -0.34629486094044004 -4.876787784864874 Tree: 926 site 3 at 4243 ALMA ST, on ALMA ST 98 from pl -1 926 4243 3 fraxinus velutina http://en.wikipedia.org/wiki/Fraxinus_velutina http://www.calflora.org/cgi-bin/species_query.cgi?where-calrecnum=3616 10 10 37.4096451293862 -122.110052971379 0.0 3.2988129339910636E-4 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 Alma Street from San Antonio Avenue to City Limit 1957 12500 arterials & major streets arterial 415 80 33200 asphalt concrete 0 0 0 0.12 37.4087729414595 -122.108542447002 0.0 37.4087693106507 -122.10853196227 0.0 -0.34629486094044004 -4.876787784864874 Tree: 925 site 2 at 4243 ALMA ST, on ALMA ST 58 from pl -1 925 4243 2 fraxinus velutina http://en.wikipedia.org/wiki/Fraxinus_velutina http://www.calflora.org/cgi-bin/species_query.cgi?where-calrecnum=3616 10 10 37.4097134909807 -122.110160779208 0.0 3.5920132399153474E-4 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 Alma Street from San Antonio Avenue to City Limit 1957 12500 arterials & major streets arterial 415 80 33200 asphalt concrete 0 0 0 0.12 37.4087729414595 -122.108542447002 0.0 37.4087693106507 -122.10853196227 0.0 -0.34629486094044004 -4.876787784864874 Tree: 924 site 1 at 4243 ALMA ST, on ALMA ST 15 from pl -1 924 4243 1 fraxinus velutina http://en.wikipedia.org/wiki/Fraxinus_velutina http://www.calflora.org/cgi-bin/species_query.cgi?where-calrecnum=3616 10 10 37.4097869795839 -122.110276672845 0.0 3.90720179832186E-4 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 Alma Street from San Antonio Avenue to City Limit 1957 12500 arterials & major streets arterial 415 80 33200 asphalt concrete 0 0 0 0.12 37.4087729414595 -122.108542447002 0.0 37.4087693106507 -122.10853196227 0.0 -0.34629486094044004 -4.876787784864874 Tree: 923 site 1 at 4221 ALMA ST, on ALMA ST 34 from pl -1 923 4221 1 fraxinus velutina http://en.wikipedia.org/wiki/Fraxinus_velutina http://www.calflora.org/cgi-bin/species_query.cgi?where-calrecnum=3616 10 10 37.4101200636757 -122.110828865829 0.0 5.247724215415051E-4 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 Alma Street from San Antonio Avenue to City Limit 1957 12500 arterials & major streets arterial 415 80 33200 asphalt concrete 0 0 0 0.12 37.4087729414595 -122.108542447002 0.0 37.4087693106507 -122.10853196227 0.0 -0.34629486094044004 -4.876787784864874 Tree: 919 site 5 at 4181 ALMA ST, on ALMA ST 203 from pl -1 919 4181 5 fraxinus velutina http://en.wikipedia.org/wiki/Fraxinus_velutina http://www.calflora.org/cgi-bin/species_query.cgi?where-calrecnum=3616 10 10 37.4110899832346 -122.112363767066 0.0 9.390278909921262E-4 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 Alma Street from San Antonio Avenue to City Limit 1957 12500 arterials & major streets arterial 415 80 33200 asphalt concrete 0 0 0 0.12 37.4087729414595 -122.108542447002 0.0 37.4087693106507 -122.10853196227 0.0 -0.34629486094044004 -4.876787784864874 Tree: 918 site 4 at 4181 ALMA ST, on ALMA ST 154 from pl -1 918 4181 4 fraxinus velutina http://en.wikipedia.org/wiki/Fraxinus_velutina http://www.calflora.org/cgi-bin/species_query.cgi?where-calrecnum=3616 10 10 37.4111658928771 -122.11248438921 0.0 9.712871882754418E-4 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 Alma Street from San Antonio Avenue to City Limit 1957 12500 arterials & major streets arterial 415 80 33200 asphalt concrete 0 0 0 0.12 37.4087729414595 -122.108542447002 0.0 37.4087693106507 -122.10853196227 0.0 -0.34629486094044004 -4.876787784864874 Tree: 906 site 1 at 4161 ALMA ST, on ALMA ST 20 from pl -1 906 4161 1 fraxinus velutina http://en.wikipedia.org/wiki/Fraxinus_velutina http://www.calflora.org/cgi-bin/species_query.cgi?where-calrecnum=3616 10 10 37.4110525965859 -122.112308379546 0.0 9.21824002358299E-4 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 Alma Street from San Antonio Avenue to City Limit 1957 12500 arterials & major streets arterial 415 80 33200 asphalt concrete 0 0 0 0.12 37.4087729414595 -122.108542447002 0.0 37.4087693106507 -122.10853196227 0.0 -0.34629486094044004 -4.876787784864874 Tree: 909 site 4 at 4161 ALMA ST, on ALMA ST 156 from pl -1 909 4161 4 fraxinus velutina http://en.wikipedia.org/wiki/Fraxinus_velutina http://www.calflora.org/cgi-bin/species_query.cgi?where-calrecnum=3616 10 10 37.4108194070582 -122.111944383537 0.0 8.205830048608312E-4 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 Alma Street from San Antonio Avenue to City Limit 1957 12500 arterials & major streets arterial 415 80 33200 asphalt concrete 0 0 0 0.12 37.4087729414595 -122.108542447002 0.0 37.4087693106507 -122.10853196227 0.0 -0.34629486094044004 -4.876787784864874 Tree: 910 site 5 at 4161 ALMA ST, on ALMA ST 197 from pl -1 910 4161 5 fraxinus velutina http://en.wikipedia.org/wiki/Fraxinus_velutina http://www.calflora.org/cgi-bin/species_query.cgi?where-calrecnum=3616 10 10 37.4107462580174 -122.111831193507 0.0 7.885003166497135E-4 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 Alma Street from San Antonio Avenue to City Limit 1957 12500 arterials & major streets arterial 415 80 33200 asphalt concrete 0 0 0 0.12 37.4087729414595 -122.108542447002 0.0 37.4087693106507 -122.10853196227 0.0 -0.34629486094044004 -4.876787784864874 Tree: 911 site 6 at 4161 ALMA ST, on ALMA ST 244 from pl -1 911 4161 6 fraxinus velutina http://en.wikipedia.org/wiki/Fraxinus_velutina http://www.calflora.org/cgi-bin/species_query.cgi?where-calrecnum=3616 10 10 37.4106643575087 -122.111701303598 0.0 7.536126676611673E-4 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 Alma Street from San Antonio Avenue to City Limit 1957 12500 arterials & major streets arterial 415 80 33200 asphalt concrete 0 0 0 0.12 37.4087729414595 -122.108542447002 0.0 37.4087693106507 -122.10853196227 0.0 -0.34629486094044004 -4.876787784864874 Tree: 912 site 7 at 4161 ALMA ST, on ALMA ST 293 from pl -1 912 4161 7 fraxinus velutina http://en.wikipedia.org/wiki/Fraxinus_velutina http://www.calflora.org/cgi-bin/species_query.cgi?where-calrecnum=3616 10 10 37.4105824568557 -122.111571413974 0.0 7.18724789052424E-4 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 Alma Street from San Antonio Avenue to City Limit 1957 12500 arterials & major streets arterial 415 80 33200 asphalt concrete 0 0 0 0.12 37.4087729414595 -122.108542447002 0.0 37.4087693106507 -122.10853196227 0.0 -0.34629486094044004 -4.876787784864874 Tree: 914 site 9 at 4161 ALMA ST, on ALMA ST 387 from pl -1 914 4161 9 fraxinus velutina http://en.wikipedia.org/wiki/Fraxinus_velutina http://www.calflora.org/cgi-bin/species_query.cgi?where-calrecnum=3616 10 10 37.4104229452077 -122.11132774908 0.0 6.477294293062435E-4 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 Alma Street from San Antonio Avenue to City Limit 1957 12500 arterials & major streets arterial 415 80 33200 asphalt concrete 0 0 0 0.12 37.4087729414595 -122.108542447002 0.0 37.4087693106507 -122.10853196227 0.0 -0.34629486094044004 -4.876787784864874 Tree: 913 site 8 at 4161 ALMA ST, on ALMA ST 340 from pl -1 913 4161 8 fraxinus velutina http://en.wikipedia.org/wiki/Fraxinus_velutina http://www.calflora.org/cgi-bin/species_query.cgi?where-calrecnum=3616 10 10 37.410500322135 -122.111444321069 0.0 6.827005602595395E-4 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 Alma Street from San Antonio Avenue to City Limit 1957 12500 arterials & major streets arterial 415 80 33200 asphalt concrete 0 0 0 0.12 37.4087729414595 -122.108542447002 0.0 37.4087693106507 -122.10853196227 0.0 -0.34629486094044004 -4.876787784864874 Tree: 907 site 2 at 4161 ALMA ST, on ALMA ST 70 from pl -1 907 4161 2 fraxinus velutina http://en.wikipedia.org/wiki/Fraxinus_velutina http://www.calflora.org/cgi-bin/species_query.cgi?where-calrecnum=3616 10 10 37.4109664692294 -122.112175105575 0.0 8.840495802972181E-4 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 Alma Street from San Antonio Avenue to City Limit 1957 12500 arterials & major streets arterial 415 80 33200 asphalt concrete 0 0 0 0.12 37.4087729414595 -122.108542447002 0.0 37.4087693106507 -122.10853196227 0.0 -0.34629486094044004 -4.876787784864874 Tree: 908 site 3 at 4161 ALMA ST, on ALMA ST 113 from pl -1 908 4161 3 fraxinus velutina http://en.wikipedia.org/wiki/Fraxinus_velutina http://www.calflora.org/cgi-bin/species_query.cgi?where-calrecnum=3616 10 10 37.4109020091126 -122.112065884642 0.0 8.588786404570646E-4 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 Alma Street from San Antonio Avenue to City Limit 1957 12500 arterials & major streets arterial 415 80 33200 asphalt concrete 0 0 0 0.12 37.4087729414595 -122.108542447002 0.0 37.4087693106507 -122.10853196227 0.0 -0.34629486094044004 -4.876787784864874 Tree: 927 site 1 at 4245 ALMA ST, on ALMA ST 73 from pl -1 927 4245 1 juglans nigra http://en.wikipedia.org/wiki/Juglans_nigra NULL 30 40 37.4094069392663 -122.109604220859 0.0 2.5164919279693586E-4 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 Alma Street from San Antonio Avenue to City Limit 1957 12500 arterials & major streets arterial 415 80 33200 asphalt concrete 0 0 0 0.12 37.4087693106507 -122.10853196227 0.0 37.4087649647159 -122.108521914134 0.0 -0.4325115420051962 -15.404580140341487 Tree: 926 site 3 at 4243 ALMA ST, on ALMA ST 98 from pl -1 926 4243 3 fraxinus velutina http://en.wikipedia.org/wiki/Fraxinus_velutina http://www.calflora.org/cgi-bin/species_query.cgi?where-calrecnum=3616 10 10 37.4096451293862 -122.110052971379 0.0 2.0005470446923614E-4 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 Alma Street from San Antonio Avenue to City Limit 1957 12500 arterials & major streets arterial 415 80 33200 asphalt concrete 0 0 0 0.12 37.4087693106507 -122.10853196227 0.0 37.4087649647159 -122.108521914134 0.0 -0.4325115420051962 -15.404580140341487 Tree: 925 site 2 at 4243 ALMA ST, on ALMA ST 58 from pl -1 925 4243 2 fraxinus velutina http://en.wikipedia.org/wiki/Fraxinus_velutina http://www.calflora.org/cgi-bin/species_query.cgi?where-calrecnum=3616 10 10 37.4097134909807 -122.110160779208 0.0 2.2000234250407375E-4 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 Alma Street from San Antonio Avenue to City Limit 1957 12500 arterials & major streets arterial 415 80 33200 asphalt concrete 0 0 0 0.12 37.4087693106507 -122.10853196227 0.0 37.4087649647159 -122.108521914134 0.0 -0.4325115420051962 -15.404580140341487 Tree: 924 site 1 at 4243 ALMA ST, on ALMA ST 15 from pl -1 924 4243 1 fraxinus velutina http://en.wikipedia.org/wiki/Fraxinus_velutina http://www.calflora.org/cgi-bin/species_query.cgi?where-calrecnum=3616 10 10 37.4097869795839 -122.110276672845 0.0 2.4144586395466764E-4 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 Alma Street from San Antonio Avenue to City Limit 1957 12500 arterials & major streets arterial 415 80 33200 asphalt concrete 0 0 0 0.12 37.4087693106507 -122.10853196227 0.0 37.4087649647159 -122.108521914134 0.0 -0.4325115420051962 -15.404580140341487 Tree: 923 site 1 at 4221 ALMA ST, on ALMA ST 34 from pl -1 923 4221 1 fraxinus velutina http://en.wikipedia.org/wiki/Fraxinus_velutina http://www.calflora.org/cgi-bin/species_query.cgi?where-calrecnum=3616 10 10 37.4101200636757 -122.110828865829 0.0 3.2795529964349394E-4 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 Alma Street from San Antonio Avenue to City Limit 1957 12500 arterials & major streets arterial 415 80 33200 asphalt concrete 0 0 0 0.12 37.4087693106507 -122.10853196227 0.0 37.4087649647159 -122.108521914134 0.0 -0.4325115420051962 -15.404580140341487 Tree: 919 site 5 at 4181 ALMA ST, on ALMA ST 203 from pl -1 919 4181 5 fraxinus velutina http://en.wikipedia.org/wiki/Fraxinus_velutina http://www.calflora.org/cgi-bin/species_query.cgi?where-calrecnum=3616 10 10 37.4110899832346 -122.112363767066 0.0 6.088638273259757E-4 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 Alma Street from San Antonio Avenue to City Limit 1957 12500 arterials & major streets arterial 415 80 33200 asphalt concrete 0 0 0 0.12 37.4087693106507 -122.10853196227 0.0 37.4087649647159 -122.108521914134 0.0 -0.4325115420051962 -15.404580140341487 Tree: 918 site 4 at 4181 ALMA ST, on ALMA ST 154 from pl -1 918 4181 4 fraxinus velutina http://en.wikipedia.org/wiki/Fraxinus_velutina http://www.calflora.org/cgi-bin/species_query.cgi?where-calrecnum=3616 10 10 37.4111658928771 -122.11248438921 0.0 6.306523662951626E-4 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 Alma Street from San Antonio Avenue to City Limit 1957 12500 arterials & major streets arterial 415 80 33200 asphalt concrete 0 0 0 0.12 37.4087693106507 -122.10853196227 0.0 37.4087649647159 -122.108521914134 0.0 -0.4325115420051962 -15.404580140341487 Tree: 917 site 3 at 4181 ALMA ST, on ALMA ST 105 from pl -1 917 4181 3 fraxinus velutina http://en.wikipedia.org/wiki/Fraxinus_velutina http://www.calflora.org/cgi-bin/species_query.cgi?where-calrecnum=3616 10 10 37.4112547809895 -122.11262509498 0.0 6.563802982220523E-4 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 Alma Street from San Antonio Avenue to City Limit 1957 12500 arterials & major streets arterial 415 80 33200 asphalt concrete 0 0 0 0.12 37.4087693106507 -122.10853196227 0.0 37.4087649647159 -122.108521914134 0.0 -0.4325115420051962 -15.404580140341487 Tree: 916 site 2 at 4181 ALMA ST, on ALMA ST 61 from pl -1 916 4181 2 fraxinus velutina http://en.wikipedia.org/wiki/Fraxinus_velutina http://www.calflora.org/cgi-bin/species_query.cgi?where-calrecnum=3616 10 10 37.4113239358546 -122.112732107044 0.0 6.773719209492222E-4 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 Alma Street from San Antonio Avenue to City Limit 1957 12500 arterials & major streets arterial 415 80 33200 asphalt concrete 0 0 0 0.12 37.4087693106507 -122.10853196227 0.0 37.4087649647159 -122.108521914134 0.0 -0.4325115420051962 -15.404580140341487 Tree: 905 site 7 at 4111 ALMA ST, on ALMA ST 367 from pl -1 905 4111 7 fraxinus velutina http://en.wikipedia.org/wiki/Fraxinus_velutina http://www.calflora.org/cgi-bin/species_query.cgi?where-calrecnum=3616 10 10 37.4114933130279 -122.112985249683 0.0 7.323408497097345E-4 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 Alma Street from San Antonio Avenue to City Limit 1957 12500 arterials & major streets arterial 415 80 33200 asphalt concrete 0 0 0 0.12 37.4087693106507 -122.10853196227 0.0 37.4087649647159 -122.108521914134 0.0 -0.4325115420051962 -15.404580140341487 Tree: 906 site 1 at 4161 ALMA ST, on ALMA ST 20 from pl -1 906 4161 1 fraxinus velutina http://en.wikipedia.org/wiki/Fraxinus_velutina http://www.calflora.org/cgi-bin/species_query.cgi?where-calrecnum=3616 10 10 37.4110525965859 -122.112308379546 0.0 5.965365301233531E-4 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 Alma Street from San Antonio Avenue to City Limit 1957 12500 arterials & major streets arterial 415 80 33200 asphalt concrete 0 0 0 0.12 37.4087693106507 -122.10853196227 0.0 37.4087649647159 -122.108521914134 0.0 -0.4325115420051962 -15.404580140341487 Tree: 909 site 4 at 4161 ALMA ST, on ALMA ST 156 from pl -1 909 4161 4 fraxinus velutina http://en.wikipedia.org/wiki/Fraxinus_velutina http://www.calflora.org/cgi-bin/species_query.cgi?where-calrecnum=3616 10 10 37.4108194070582 -122.111944383537 0.0 5.270043904906644E-4 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 Alma Street from San Antonio Avenue to City Limit 1957 12500 arterials & major streets arterial 415 80 33200 asphalt concrete 0 0 0 0.12 37.4087693106507 -122.10853196227 0.0 37.4087649647159 -122.108521914134 0.0 -0.4325115420051962 -15.404580140341487 Tree: 910 site 5 at 4161 ALMA ST, on ALMA ST 197 from pl -1 910 4161 5 fraxinus velutina http://en.wikipedia.org/wiki/Fraxinus_velutina http://www.calflora.org/cgi-bin/species_query.cgi?where-calrecnum=3616 10 10 37.4107462580174 -122.111831193507 0.0 5.047992726434615E-4 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 Alma Street from San Antonio Avenue to City Limit 1957 12500 arterials & major streets arterial 415 80 33200 asphalt concrete 0 0 0 0.12 37.4087693106507 -122.10853196227 0.0 37.4087649647159 -122.108521914134 0.0 -0.4325115420051962 -15.404580140341487 Tree: 911 site 6 at 4161 ALMA ST, on ALMA ST 244 from pl -1 911 4161 6 fraxinus velutina http://en.wikipedia.org/wiki/Fraxinus_velutina http://www.calflora.org/cgi-bin/species_query.cgi?where-calrecnum=3616 10 10 37.4106643575087 -122.111701303598 0.0 4.8119117965335286E-4 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 Alma Street from San Antonio Avenue to City Limit 1957 12500 arterials & major streets arterial 415 80 33200 asphalt concrete 0 0 0 0.12 37.4087693106507 -122.10853196227 0.0 37.4087649647159 -122.108521914134 0.0 -0.4325115420051962 -15.404580140341487 Tree: 912 site 7 at 4161 ALMA ST, on ALMA ST 293 from pl -1 912 4161 7 fraxinus velutina http://en.wikipedia.org/wiki/Fraxinus_velutina http://www.calflora.org/cgi-bin/species_query.cgi?where-calrecnum=3616 10 10 37.4105824568557 -122.111571413974 0.0 4.575828410671184E-4 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 Alma Street from San Antonio Avenue to City Limit 1957 12500 arterials & major streets arterial 415 80 33200 asphalt concrete 0 0 0 0.12 37.4087693106507 -122.10853196227 0.0 37.4087649647159 -122.108521914134 0.0 -0.4325115420051962 -15.404580140341487 Tree: 915 site 1 at 4181 ALMA ST, on ALMA ST 14 from pl -1 915 4181 1 fraxinus velutina http://en.wikipedia.org/wiki/Fraxinus_velutina http://www.calflora.org/cgi-bin/species_query.cgi?where-calrecnum=3616 10 10 37.4114000790744 -122.112849933477 0.0 7.00484664188134E-4 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 Alma Street from San Antonio Avenue to City Limit 1957 12500 arterials & major streets arterial 415 80 33200 asphalt concrete 0 0 0 0.12 37.4087693106507 -122.10853196227 0.0 37.4087649647159 -122.108521914134 0.0 -0.4325115420051962 -15.404580140341487 Tree: 914 site 9 at 4161 ALMA ST, on ALMA ST 387 from pl -1 914 4161 9 fraxinus velutina http://en.wikipedia.org/wiki/Fraxinus_velutina http://www.calflora.org/cgi-bin/species_query.cgi?where-calrecnum=3616 10 10 37.4104229452077 -122.11132774908 0.0 4.0790639070974384E-4 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 Alma Street from San Antonio Avenue to City Limit 1957 12500 arterials & major streets arterial 415 80 33200 asphalt concrete 0 0 0 0.12 37.4087693106507 -122.10853196227 0.0 37.4087649647159 -122.108521914134 0.0 -0.4325115420051962 -15.404580140341487 Tree: 913 site 8 at 4161 ALMA ST, on ALMA ST 340 from pl -1 913 4161 8 fraxinus velutina http://en.wikipedia.org/wiki/Fraxinus_velutina http://www.calflora.org/cgi-bin/species_query.cgi?where-calrecnum=3616 10 10 37.410500322135 -122.111444321069 0.0 4.3264944796688045E-4 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 Alma Street from San Antonio Avenue to City Limit 1957 12500 arterials & major streets arterial 415 80 33200 asphalt concrete 0 0 0 0.12 37.4087693106507 -122.10853196227 0.0 37.4087649647159 -122.108521914134 0.0 -0.4325115420051962 -15.404580140341487 Tree: 907 site 2 at 4161 ALMA ST, on ALMA ST 70 from pl -1 907 4161 2 fraxinus velutina http://en.wikipedia.org/wiki/Fraxinus_velutina http://www.calflora.org/cgi-bin/species_query.cgi?where-calrecnum=3616 10 10 37.4109664692294 -122.112175105575 0.0 5.703922858879697E-4 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 Alma Street from San Antonio Avenue to City Limit 1957 12500 arterials & major streets arterial 415 80 33200 asphalt concrete 0 0 0 0.12 37.4087693106507 -122.10853196227 0.0 37.4087649647159 -122.108521914134 0.0 -0.4325115420051962 -15.404580140341487 Tree: 908 site 3 at 4161 ALMA ST, on ALMA ST 113 from pl -1 908 4161 3 fraxinus velutina http://en.wikipedia.org/wiki/Fraxinus_velutina http://www.calflora.org/cgi-bin/species_query.cgi?where-calrecnum=3616 10 10 37.4109020091126 -122.112065884642 0.0 5.545865065682606E-4 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 Alma Street from San Antonio Avenue to City Limit 1957 12500 arterials & major streets arterial 415 80 33200 asphalt concrete 0 0 0 0.12 37.4087693106507 -122.10853196227 0.0 37.4087649647159 -122.108521914134 0.0 -0.4325115420051962 -15.404580140341487 Tree: 927 site 1 at 4245 ALMA ST, on ALMA ST 73 from pl -1 927 4245 1 juglans nigra http://en.wikipedia.org/wiki/Juglans_nigra NULL 30 40 37.4094069392663 -122.109604220859 0.0 1.5957806326663432E-4 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 Alma Street from San Antonio Avenue to City Limit 1957 12500 arterials & major streets arterial 415 80 33200 asphalt concrete 0 0 0 0.12 37.4087649647159 -122.108521914134 0.0 37.4087614359636 -122.108515037977 0.0 -0.5131866972911723 -25.25570410750526 Tree: 926 site 3 at 4243 ALMA ST, on ALMA ST 98 from pl -1 926 4243 3 fraxinus velutina http://en.wikipedia.org/wiki/Fraxinus_velutina http://www.calflora.org/cgi-bin/species_query.cgi?where-calrecnum=3616 10 10 37.4096451293862 -122.110052971379 0.0 8.402761167279965E-5 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 Alma Street from San Antonio Avenue to City Limit 1957 12500 arterials & major streets arterial 415 80 33200 asphalt concrete 0 0 0 0.12 37.4087649647159 -122.108521914134 0.0 37.4087614359636 -122.108515037977 0.0 -0.5131866972911723 -25.25570410750526 Tree: 925 site 2 at 4243 ALMA ST, on ALMA ST 58 from pl -1 925 4243 2 fraxinus velutina http://en.wikipedia.org/wiki/Fraxinus_velutina http://www.calflora.org/cgi-bin/species_query.cgi?where-calrecnum=3616 10 10 37.4097134909807 -122.110160779208 0.0 9.562559238337124E-5 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 Alma Street from San Antonio Avenue to City Limit 1957 12500 arterials & major streets arterial 415 80 33200 asphalt concrete 0 0 0 0.12 37.4087649647159 -122.108521914134 0.0 37.4087614359636 -122.108515037977 0.0 -0.5131866972911723 -25.25570410750526 Tree: 924 site 1 at 4243 ALMA ST, on ALMA ST 15 from pl -1 924 4243 1 fraxinus velutina http://en.wikipedia.org/wiki/Fraxinus_velutina http://www.calflora.org/cgi-bin/species_query.cgi?where-calrecnum=3616 10 10 37.4097869795839 -122.110276672845 0.0 1.0809322216604497E-4 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 Alma Street from San Antonio Avenue to City Limit 1957 12500 arterials & major streets arterial 415 80 33200 asphalt concrete 0 0 0 0.12 37.4087649647159 -122.108521914134 0.0 37.4087614359636 -122.108515037977 0.0 -0.5131866972911723 -25.25570410750526 Tree: 923 site 1 at 4221 ALMA ST, on ALMA ST 34 from pl -1 923 4221 1 fraxinus velutina http://en.wikipedia.org/wiki/Fraxinus_velutina http://www.calflora.org/cgi-bin/species_query.cgi?where-calrecnum=3616 10 10 37.4101200636757 -122.110828865829 0.0 1.5231591014913223E-4 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 Alma Street from San Antonio Avenue to City Limit 1957 12500 arterials & major streets arterial 415 80 33200 asphalt concrete 0 0 0 0.12 37.4087649647159 -122.108521914134 0.0 37.4087614359636 -122.108515037977 0.0 -0.5131866972911723 -25.25570410750526 Tree: 919 site 5 at 4181 ALMA ST, on ALMA ST 203 from pl -1 919 4181 5 fraxinus velutina http://en.wikipedia.org/wiki/Fraxinus_velutina http://www.calflora.org/cgi-bin/species_query.cgi?where-calrecnum=3616 10 10 37.4110899832346 -122.112363767066 0.0 3.144420436555855E-4 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 Alma Street from San Antonio Avenue to City Limit 1957 12500 arterials & major streets arterial 415 80 33200 asphalt concrete 0 0 0 0.12 37.4087649647159 -122.108521914134 0.0 37.4087614359636 -122.108515037977 0.0 -0.5131866972911723 -25.25570410750526 Tree: 918 site 4 at 4181 ALMA ST, on ALMA ST 154 from pl -1 918 4181 4 fraxinus velutina http://en.wikipedia.org/wiki/Fraxinus_velutina http://www.calflora.org/cgi-bin/species_query.cgi?where-calrecnum=3616 10 10 37.4111658928771 -122.11248438921 0.0 3.2690472004015645E-4 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 Alma Street from San Antonio Avenue to City Limit 1957 12500 arterials & major streets arterial 415 80 33200 asphalt concrete 0 0 0 0.12 37.4087649647159 -122.108521914134 0.0 37.4087614359636 -122.108515037977 0.0 -0.5131866972911723 -25.25570410750526 Tree: 917 site 3 at 4181 ALMA ST, on ALMA ST 105 from pl -1 917 4181 3 fraxinus velutina http://en.wikipedia.org/wiki/Fraxinus_velutina http://www.calflora.org/cgi-bin/species_query.cgi?where-calrecnum=3616 10 10 37.4112547809895 -122.11262509498 0.0 3.417444751585299E-4 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 Alma Street from San Antonio Avenue to City Limit 1957 12500 arterials & major streets arterial 415 80 33200 asphalt concrete 0 0 0 0.12 37.4087649647159 -122.108521914134 0.0 37.4087614359636 -122.108515037977 0.0 -0.5131866972911723 -25.25570410750526 Tree: 916 site 2 at 4181 ALMA ST, on ALMA ST 61 from pl -1 916 4181 2 fraxinus velutina http://en.wikipedia.org/wiki/Fraxinus_velutina http://www.calflora.org/cgi-bin/species_query.cgi?where-calrecnum=3616 10 10 37.4113239358546 -122.112732107044 0.0 3.5441154299971475E-4 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 Alma Street from San Antonio Avenue to City Limit 1957 12500 arterials & major streets arterial 415 80 33200 asphalt concrete 0 0 0 0.12 37.4087649647159 -122.108521914134 0.0 37.4087614359636 -122.108515037977 0.0 -0.5131866972911723 -25.25570410750526 Tree: 905 site 7 at 4111 ALMA ST, on ALMA ST 367 from pl -1 905 4111 7 fraxinus velutina http://en.wikipedia.org/wiki/Fraxinus_velutina http://www.calflora.org/cgi-bin/species_query.cgi?where-calrecnum=3616 10 10 37.4114933130279 -122.112985249683 0.0 3.895254035069229E-4 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 Alma Street from San Antonio Avenue to City Limit 1957 12500 arterials & major streets arterial 415 80 33200 asphalt concrete 0 0 0 0.12 37.4087649647159 -122.108521914134 0.0 37.4087614359636 -122.108515037977 0.0 -0.5131866972911723 -25.25570410750526 Tree: 906 site 1 at 4161 ALMA ST, on ALMA ST 20 from pl -1 906 4161 1 fraxinus velutina http://en.wikipedia.org/wiki/Fraxinus_velutina http://www.calflora.org/cgi-bin/species_query.cgi?where-calrecnum=3616 10 10 37.4110525965859 -122.112308379546 0.0 3.0646823145184175E-4 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 Alma Street from San Antonio Avenue to City Limit 1957 12500 arterials & major streets arterial 415 80 33200 asphalt concrete 0 0 0 0.12 37.4087649647159 -122.108521914134 0.0 37.4087614359636 -122.108515037977 0.0 -0.5131866972911723 -25.25570410750526 Tree: 909 site 4 at 4161 ALMA ST, on ALMA ST 156 from pl -1 909 4161 4 fraxinus velutina http://en.wikipedia.org/wiki/Fraxinus_velutina http://www.calflora.org/cgi-bin/species_query.cgi?where-calrecnum=3616 10 10 37.4108194070582 -122.111944383537 0.0 2.6519429817071713E-4 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 Alma Street from San Antonio Avenue to City Limit 1957 12500 arterials & major streets arterial 415 80 33200 asphalt concrete 0 0 0 0.12 37.4087649647159 -122.108521914134 0.0 37.4087614359636 -122.108515037977 0.0 -0.5131866972911723 -25.25570410750526 Tree: 910 site 5 at 4161 ALMA ST, on ALMA ST 197 from pl -1 910 4161 5 fraxinus velutina http://en.wikipedia.org/wiki/Fraxinus_velutina http://www.calflora.org/cgi-bin/species_query.cgi?where-calrecnum=3616 10 10 37.4107462580174 -122.111831193507 0.0 2.517943737691303E-4 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 Alma Street from San Antonio Avenue to City Limit 1957 12500 arterials & major streets arterial 415 80 33200 asphalt concrete 0 0 0 0.12 37.4087649647159 -122.108521914134 0.0 37.4087614359636 -122.108515037977 0.0 -0.5131866972911723 -25.25570410750526 Tree: 911 site 6 at 4161 ALMA ST, on ALMA ST 244 from pl -1 911 4161 6 fraxinus velutina http://en.wikipedia.org/wiki/Fraxinus_velutina http://www.calflora.org/cgi-bin/species_query.cgi?where-calrecnum=3616 10 10 37.4106643575087 -122.111701303598 0.0 2.3823313865794965E-4 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 Alma Street from San Antonio Avenue to City Limit 1957 12500 arterials & major streets arterial 415 80 33200 asphalt concrete 0 0 0 0.12 37.4087649647159 -122.108521914134 0.0 37.4087614359636 -122.108515037977 0.0 -0.5131866972911723 -25.25570410750526 Tree: 912 site 7 at 4161 ALMA ST, on ALMA ST 293 from pl -1 912 4161 7 fraxinus velutina http://en.wikipedia.org/wiki/Fraxinus_velutina http://www.calflora.org/cgi-bin/species_query.cgi?where-calrecnum=3616 10 10 37.4105824568557 -122.111571413974 0.0 2.2467164503153864E-4 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 Alma Street from San Antonio Avenue to City Limit 1957 12500 arterials & major streets arterial 415 80 33200 asphalt concrete 0 0 0 0.12 37.4087649647159 -122.108521914134 0.0 37.4087614359636 -122.108515037977 0.0 -0.5131866972911723 -25.25570410750526 Tree: 915 site 1 at 4181 ALMA ST, on ALMA ST 14 from pl -1 915 4181 1 fraxinus velutina http://en.wikipedia.org/wiki/Fraxinus_velutina http://www.calflora.org/cgi-bin/species_query.cgi?where-calrecnum=3616 10 10 37.4114000790744 -122.112849933477 0.0 3.683584802111154E-4 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 Alma Street from San Antonio Avenue to City Limit 1957 12500 arterials & major streets arterial 415 80 33200 asphalt concrete 0 0 0 0.12 37.4087649647159 -122.108521914134 0.0 37.4087614359636 -122.108515037977 0.0 -0.5131866972911723 -25.25570410750526 Tree: 914 site 9 at 4161 ALMA ST, on ALMA ST 387 from pl -1 914 4161 9 fraxinus velutina http://en.wikipedia.org/wiki/Fraxinus_velutina http://www.calflora.org/cgi-bin/species_query.cgi?where-calrecnum=3616 10 10 37.4104229452077 -122.11132774908 0.0 1.9400769836067116E-4 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 Alma Street from San Antonio Avenue to City Limit 1957 12500 arterials & major streets arterial 415 80 33200 asphalt concrete 0 0 0 0.12 37.4087649647159 -122.108521914134 0.0 37.4087614359636 -122.108515037977 0.0 -0.5131866972911723 -25.25570410750526 Tree: 913 site 8 at 4161 ALMA ST, on ALMA ST 340 from pl -1 913 4161 8 fraxinus velutina http://en.wikipedia.org/wiki/Fraxinus_velutina http://www.calflora.org/cgi-bin/species_query.cgi?where-calrecnum=3616 10 10 37.410500322135 -122.111444321069 0.0 2.0962499404995715E-4 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 Alma Street from San Antonio Avenue to City Limit 1957 12500 arterials & major streets arterial 415 80 33200 asphalt concrete 0 0 0 0.12 37.4087649647159 -122.108521914134 0.0 37.4087614359636 -122.108515037977 0.0 -0.5131866972911723 -25.25570410750526 Tree: 907 site 2 at 4161 ALMA ST, on ALMA ST 70 from pl -1 907 4161 2 fraxinus velutina http://en.wikipedia.org/wiki/Fraxinus_velutina http://www.calflora.org/cgi-bin/species_query.cgi?where-calrecnum=3616 10 10 37.4109664692294 -122.112175105575 0.0 2.9069150933023276E-4 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 Alma Street from San Antonio Avenue to City Limit 1957 12500 arterials & major streets arterial 415 80 33200 asphalt concrete 0 0 0 0.12 37.4087649647159 -122.108521914134 0.0 37.4087614359636 -122.108515037977 0.0 -0.5131866972911723 -25.25570410750526 Tree: 908 site 3 at 4161 ALMA ST, on ALMA ST 113 from pl -1 908 4161 3 fraxinus velutina http://en.wikipedia.org/wiki/Fraxinus_velutina http://www.calflora.org/cgi-bin/species_query.cgi?where-calrecnum=3616 10 10 37.4109020091126 -122.112065884642 0.0 2.832098027275281E-4 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 Alma Street from San Antonio Avenue to City Limit 1957 12500 arterials & major streets arterial 415 80 33200 asphalt concrete 0 0 0 0.12 37.4087649647159 -122.108521914134 0.0 37.4087614359636 -122.108515037977 0.0 -0.5131866972911723 -25.25570410750526 Tree: 927 site 1 at 4245 ALMA ST, on ALMA ST 73 from pl -1 927 4245 1 juglans nigra http://en.wikipedia.org/wiki/Juglans_nigra NULL 30 40 37.4094069392663 -122.109604220859 0.0 7.70014810606347E-5 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 San Antonio Avenue from City Limit to San Antonio Avenue 1962 6000 truck & bus routes county or commercial bus route 200 24 4800 asphalt concrete 0 0 0 0.12 37.4092066268836 -122.108110668589 0.0 37.40920330253 -122.108084467131 0.0 -0.126876664567974 21.916536828555987 Tree: 926 site 3 at 4243 ALMA ST, on ALMA ST 98 from pl -1 926 4243 3 fraxinus velutina http://en.wikipedia.org/wiki/Fraxinus_velutina http://www.calflora.org/cgi-bin/species_query.cgi?where-calrecnum=3616 10 10 37.4096451293862 -122.110052971379 0.0 1.905420823680651E-4 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 San Antonio Avenue from City Limit to San Antonio Avenue 1962 6000 truck & bus routes county or commercial bus route 200 24 4800 asphalt concrete 0 0 0 0.12 37.4092066268836 -122.108110668589 0.0 37.40920330253 -122.108084467131 0.0 -0.126876664567974 21.916536828555987 Tree: 925 site 2 at 4243 ALMA ST, on ALMA ST 58 from pl -1 925 4243 2 fraxinus velutina http://en.wikipedia.org/wiki/Fraxinus_velutina http://www.calflora.org/cgi-bin/species_query.cgi?where-calrecnum=3616 10 10 37.4097134909807 -122.110160779208 0.0 2.447904853889058E-4 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 San Antonio Avenue from City Limit to San Antonio Avenue 1962 6000 truck & bus routes county or commercial bus route 200 24 4800 asphalt concrete 0 0 0 0.12 37.4092066268836 -122.108110668589 0.0 37.40920330253 -122.108084467131 0.0 -0.126876664567974 21.916536828555987 Tree: 924 site 1 at 4243 ALMA ST, on ALMA ST 15 from pl -1 924 4243 1 fraxinus velutina http://en.wikipedia.org/wiki/Fraxinus_velutina http://www.calflora.org/cgi-bin/species_query.cgi?where-calrecnum=3616 10 10 37.4097869795839 -122.110276672845 0.0 3.0310738083048704E-4 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 San Antonio Avenue from City Limit to San Antonio Avenue 1962 6000 truck & bus routes county or commercial bus route 200 24 4800 asphalt concrete 0 0 0 0.12 37.4092066268836 -122.108110668589 0.0 37.40920330253 -122.108084467131 0.0 -0.126876664567974 21.916536828555987 Tree: 923 site 1 at 4221 ALMA ST, on ALMA ST 34 from pl -1 923 4221 1 fraxinus velutina http://en.wikipedia.org/wiki/Fraxinus_velutina http://www.calflora.org/cgi-bin/species_query.cgi?where-calrecnum=3616 10 10 37.4101200636757 -122.110828865829 0.0 5.640392534198014E-4 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 San Antonio Avenue from City Limit to San Antonio Avenue 1962 6000 truck & bus routes county or commercial bus route 200 24 4800 asphalt concrete 0 0 0 0.12 37.4092066268836 -122.108110668589 0.0 37.40920330253 -122.108084467131 0.0 -0.126876664567974 21.916536828555987 Tree: 911 site 6 at 4161 ALMA ST, on ALMA ST 244 from pl -1 911 4161 6 fraxinus velutina http://en.wikipedia.org/wiki/Fraxinus_velutina http://www.calflora.org/cgi-bin/species_query.cgi?where-calrecnum=3616 10 10 37.4106643575087 -122.111701303598 0.0 9.941926769172786E-4 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 San Antonio Avenue from City Limit to San Antonio Avenue 1962 6000 truck & bus routes county or commercial bus route 200 24 4800 asphalt concrete 0 0 0 0.12 37.4092066268836 -122.108110668589 0.0 37.40920330253 -122.108084467131 0.0 -0.126876664567974 21.916536828555987 Tree: 912 site 7 at 4161 ALMA ST, on ALMA ST 293 from pl -1 912 4161 7 fraxinus velutina http://en.wikipedia.org/wiki/Fraxinus_velutina http://www.calflora.org/cgi-bin/species_query.cgi?where-calrecnum=3616 10 10 37.4105824568557 -122.111571413974 0.0 9.292922738936447E-4 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 San Antonio Avenue from City Limit to San Antonio Avenue 1962 6000 truck & bus routes county or commercial bus route 200 24 4800 asphalt concrete 0 0 0 0.12 37.4092066268836 -122.108110668589 0.0 37.40920330253 -122.108084467131 0.0 -0.126876664567974 21.916536828555987 Tree: 914 site 9 at 4161 ALMA ST, on ALMA ST 387 from pl -1 914 4161 9 fraxinus velutina http://en.wikipedia.org/wiki/Fraxinus_velutina http://www.calflora.org/cgi-bin/species_query.cgi?where-calrecnum=3616 10 10 37.4104229452077 -122.11132774908 0.0 8.017187350038606E-4 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 San Antonio Avenue from City Limit to San Antonio Avenue 1962 6000 truck & bus routes county or commercial bus route 200 24 4800 asphalt concrete 0 0 0 0.12 37.4092066268836 -122.108110668589 0.0 37.40920330253 -122.108084467131 0.0 -0.126876664567974 21.916536828555987 Tree: 913 site 8 at 4161 ALMA ST, on ALMA ST 340 from pl -1 913 4161 8 fraxinus velutina http://en.wikipedia.org/wiki/Fraxinus_velutina http://www.calflora.org/cgi-bin/species_query.cgi?where-calrecnum=3616 10 10 37.410500322135 -122.111444321069 0.0 8.638076483333136E-4 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 San Antonio Avenue from City Limit to San Antonio Avenue 1962 6000 truck & bus routes county or commercial bus route 200 24 4800 asphalt concrete 0 0 0 0.12 37.4092066268836 -122.108110668589 0.0 37.40920330253 -122.108084467131 0.0 -0.126876664567974 21.916536828555987 Tree: 927 site 1 at 4245 ALMA ST, on ALMA ST 73 from pl -1 927 4245 1 juglans nigra http://en.wikipedia.org/wiki/Juglans_nigra NULL 30 40 37.4094069392663 -122.109604220859 0.0 1.0729437529281968E-5 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 San Antonio Avenue from City Limit to San Antonio Avenue 1962 6000 truck & bus routes county or commercial bus route 200 24 4800 asphalt concrete 0 0 0 0.12 37.40920330253 -122.108084467131 0.0 37.4091981691994 -122.108058728598 0.0 -0.19944146015559056 13.055788639603211 Tree: 926 site 3 at 4243 ALMA ST, on ALMA ST 98 from pl -1 926 4243 3 fraxinus velutina http://en.wikipedia.org/wiki/Fraxinus_velutina http://www.calflora.org/cgi-bin/species_query.cgi?where-calrecnum=3616 10 10 37.4096451293862 -122.110052971379 0.0 4.827474710519378E-5 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 San Antonio Avenue from City Limit to San Antonio Avenue 1962 6000 truck & bus routes county or commercial bus route 200 24 4800 asphalt concrete 0 0 0 0.12 37.40920330253 -122.108084467131 0.0 37.4091981691994 -122.108058728598 0.0 -0.19944146015559056 13.055788639603211 Tree: 925 site 2 at 4243 ALMA ST, on ALMA ST 58 from pl -1 925 4243 2 fraxinus velutina http://en.wikipedia.org/wiki/Fraxinus_velutina http://www.calflora.org/cgi-bin/species_query.cgi?where-calrecnum=3616 10 10 37.4097134909807 -122.110160779208 0.0 9.42299259942506E-5 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 San Antonio Avenue from City Limit to San Antonio Avenue 1962 6000 truck & bus routes county or commercial bus route 200 24 4800 asphalt concrete 0 0 0 0.12 37.40920330253 -122.108084467131 0.0 37.4091981691994 -122.108058728598 0.0 -0.19944146015559056 13.055788639603211 Tree: 924 site 1 at 4243 ALMA ST, on ALMA ST 15 from pl -1 924 4243 1 fraxinus velutina http://en.wikipedia.org/wiki/Fraxinus_velutina http://www.calflora.org/cgi-bin/species_query.cgi?where-calrecnum=3616 10 10 37.4097869795839 -122.110276672845 0.0 1.436315913561165E-4 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 San Antonio Avenue from City Limit to San Antonio Avenue 1962 6000 truck & bus routes county or commercial bus route 200 24 4800 asphalt concrete 0 0 0 0.12 37.40920330253 -122.108084467131 0.0 37.4091981691994 -122.108058728598 0.0 -0.19944146015559056 13.055788639603211 Tree: 923 site 1 at 4221 ALMA ST, on ALMA ST 34 from pl -1 923 4221 1 fraxinus velutina http://en.wikipedia.org/wiki/Fraxinus_velutina http://www.calflora.org/cgi-bin/species_query.cgi?where-calrecnum=3616 10 10 37.4101200636757 -122.110828865829 0.0 3.6227934747253725E-4 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 San Antonio Avenue from City Limit to San Antonio Avenue 1962 6000 truck & bus routes county or commercial bus route 200 24 4800 asphalt concrete 0 0 0 0.12 37.40920330253 -122.108084467131 0.0 37.4091981691994 -122.108058728598 0.0 -0.19944146015559056 13.055788639603211 Tree: 906 site 1 at 4161 ALMA ST, on ALMA ST 20 from pl -1 906 4161 1 fraxinus velutina http://en.wikipedia.org/wiki/Fraxinus_velutina http://www.calflora.org/cgi-bin/species_query.cgi?where-calrecnum=3616 10 10 37.4110525965859 -122.112308379546 0.0 9.87423964028286E-4 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 San Antonio Avenue from City Limit to San Antonio Avenue 1962 6000 truck & bus routes county or commercial bus route 200 24 4800 asphalt concrete 0 0 0 0.12 37.40920330253 -122.108084467131 0.0 37.4091981691994 -122.108058728598 0.0 -0.19944146015559056 13.055788639603211 Tree: 909 site 4 at 4161 ALMA ST, on ALMA ST 156 from pl -1 909 4161 4 fraxinus velutina http://en.wikipedia.org/wiki/Fraxinus_velutina http://www.calflora.org/cgi-bin/species_query.cgi?where-calrecnum=3616 10 10 37.4108194070582 -122.111944383537 0.0 8.299320579516244E-4 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 San Antonio Avenue from City Limit to San Antonio Avenue 1962 6000 truck & bus routes county or commercial bus route 200 24 4800 asphalt concrete 0 0 0 0.12 37.40920330253 -122.108084467131 0.0 37.4091981691994 -122.108058728598 0.0 -0.19944146015559056 13.055788639603211 Tree: 910 site 5 at 4161 ALMA ST, on ALMA ST 197 from pl -1 910 4161 5 fraxinus velutina http://en.wikipedia.org/wiki/Fraxinus_velutina http://www.calflora.org/cgi-bin/species_query.cgi?where-calrecnum=3616 10 10 37.4107462580174 -122.111831193507 0.0 7.803345997011528E-4 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 San Antonio Avenue from City Limit to San Antonio Avenue 1962 6000 truck & bus routes county or commercial bus route 200 24 4800 asphalt concrete 0 0 0 0.12 37.40920330253 -122.108084467131 0.0 37.4091981691994 -122.108058728598 0.0 -0.19944146015559056 13.055788639603211 Tree: 911 site 6 at 4161 ALMA ST, on ALMA ST 244 from pl -1 911 4161 6 fraxinus velutina http://en.wikipedia.org/wiki/Fraxinus_velutina http://www.calflora.org/cgi-bin/species_query.cgi?where-calrecnum=3616 10 10 37.4106643575087 -122.111701303598 0.0 7.254210202191663E-4 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 San Antonio Avenue from City Limit to San Antonio Avenue 1962 6000 truck & bus routes county or commercial bus route 200 24 4800 asphalt concrete 0 0 0 0.12 37.40920330253 -122.108084467131 0.0 37.4091981691994 -122.108058728598 0.0 -0.19944146015559056 13.055788639603211 Tree: 912 site 7 at 4161 ALMA ST, on ALMA ST 293 from pl -1 912 4161 7 fraxinus velutina http://en.wikipedia.org/wiki/Fraxinus_velutina http://www.calflora.org/cgi-bin/species_query.cgi?where-calrecnum=3616 10 10 37.4105824568557 -122.111571413974 0.0 6.705072434711421E-4 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 San Antonio Avenue from City Limit to San Antonio Avenue 1962 6000 truck & bus routes county or commercial bus route 200 24 4800 asphalt concrete 0 0 0 0.12 37.40920330253 -122.108084467131 0.0 37.4091981691994 -122.108058728598 0.0 -0.19944146015559056 13.055788639603211 Tree: 914 site 9 at 4161 ALMA ST, on ALMA ST 387 from pl -1 914 4161 9 fraxinus velutina http://en.wikipedia.org/wiki/Fraxinus_velutina http://www.calflora.org/cgi-bin/species_query.cgi?where-calrecnum=3616 10 10 37.4104229452077 -122.11132774908 0.0 5.61734699790995E-4 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 San Antonio Avenue from City Limit to San Antonio Avenue 1962 6000 truck & bus routes county or commercial bus route 200 24 4800 asphalt concrete 0 0 0 0.12 37.40920330253 -122.108084467131 0.0 37.4091981691994 -122.108058728598 0.0 -0.19944146015559056 13.055788639603211 Tree: 913 site 8 at 4161 ALMA ST, on ALMA ST 340 from pl -1 913 4161 8 fraxinus velutina http://en.wikipedia.org/wiki/Fraxinus_velutina http://www.calflora.org/cgi-bin/species_query.cgi?where-calrecnum=3616 10 10 37.410500322135 -122.111444321069 0.0 6.148169111919626E-4 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 San Antonio Avenue from City Limit to San Antonio Avenue 1962 6000 truck & bus routes county or commercial bus route 200 24 4800 asphalt concrete 0 0 0 0.12 37.40920330253 -122.108084467131 0.0 37.4091981691994 -122.108058728598 0.0 -0.19944146015559056 13.055788639603211 Tree: 907 site 2 at 4161 ALMA ST, on ALMA ST 70 from pl -1 907 4161 2 fraxinus velutina http://en.wikipedia.org/wiki/Fraxinus_velutina http://www.calflora.org/cgi-bin/species_query.cgi?where-calrecnum=3616 10 10 37.4109664692294 -122.112175105575 0.0 9.290270613559493E-4 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 San Antonio Avenue from City Limit to San Antonio Avenue 1962 6000 truck & bus routes county or commercial bus route 200 24 4800 asphalt concrete 0 0 0 0.12 37.40920330253 -122.108084467131 0.0 37.4091981691994 -122.108058728598 0.0 -0.19944146015559056 13.055788639603211 Tree: 908 site 3 at 4161 ALMA ST, on ALMA ST 113 from pl -1 908 4161 3 fraxinus velutina http://en.wikipedia.org/wiki/Fraxinus_velutina http://www.calflora.org/cgi-bin/species_query.cgi?where-calrecnum=3616 10 10 37.4109020091126 -122.112065884642 0.0 8.871743947163175E-4 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 San Antonio Avenue from City Limit to San Antonio Avenue 1962 6000 truck & bus routes county or commercial bus route 200 24 4800 asphalt concrete 0 0 0 0.12 37.40920330253 -122.108084467131 0.0 37.4091981691994 -122.108058728598 0.0 -0.19944146015559056 13.055788639603211 Tree: 927 site 1 at 4245 ALMA ST, on ALMA ST 73 from pl -1 927 4245 1 juglans nigra http://en.wikipedia.org/wiki/Juglans_nigra NULL 30 40 37.4094069392663 -122.109604220859 0.0 9.75440832635911E-5 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 San Antonio Avenue from City Limit to San Antonio Avenue 1962 6000 truck & bus routes county or commercial bus route 200 24 4800 asphalt concrete 0 0 0 0.12 37.4091981691994 -122.108058728598 0.0 37.40919126596 -122.108033648878 0.0 -0.27525185309801226 3.7987287259518894 Tree: 926 site 3 at 4243 ALMA ST, on ALMA ST 98 from pl -1 926 4243 3 fraxinus velutina http://en.wikipedia.org/wiki/Fraxinus_velutina http://www.calflora.org/cgi-bin/species_query.cgi?where-calrecnum=3616 10 10 37.4096451293862 -122.110052971379 0.0 9.830292535023072E-5 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 San Antonio Avenue from City Limit to San Antonio Avenue 1962 6000 truck & bus routes county or commercial bus route 200 24 4800 asphalt concrete 0 0 0 0.12 37.4091981691994 -122.108058728598 0.0 37.40919126596 -122.108033648878 0.0 -0.27525185309801226 3.7987287259518894 Tree: 925 site 2 at 4243 ALMA ST, on ALMA ST 58 from pl -1 925 4243 2 fraxinus velutina http://en.wikipedia.org/wiki/Fraxinus_velutina http://www.calflora.org/cgi-bin/species_query.cgi?where-calrecnum=3616 10 10 37.4097134909807 -122.110160779208 0.0 6.100283467608625E-5 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 San Antonio Avenue from City Limit to San Antonio Avenue 1962 6000 truck & bus routes county or commercial bus route 200 24 4800 asphalt concrete 0 0 0 0.12 37.4091981691994 -122.108058728598 0.0 37.40919126596 -122.108033648878 0.0 -0.27525185309801226 3.7987287259518894 Tree: 924 site 1 at 4243 ALMA ST, on ALMA ST 15 from pl -1 924 4243 1 fraxinus velutina http://en.wikipedia.org/wiki/Fraxinus_velutina http://www.calflora.org/cgi-bin/species_query.cgi?where-calrecnum=3616 10 10 37.4097869795839 -122.110276672845 0.0 2.0905402725246662E-5 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 San Antonio Avenue from City Limit to San Antonio Avenue 1962 6000 truck & bus routes county or commercial bus route 200 24 4800 asphalt concrete 0 0 0 0.12 37.4091981691994 -122.108058728598 0.0 37.40919126596 -122.108033648878 0.0 -0.27525185309801226 3.7987287259518894 Tree: 923 site 1 at 4221 ALMA ST, on ALMA ST 34 from pl -1 923 4221 1 fraxinus velutina http://en.wikipedia.org/wiki/Fraxinus_velutina http://www.calflora.org/cgi-bin/species_query.cgi?where-calrecnum=3616 10 10 37.4101200636757 -122.110828865829 0.0 1.536931845477243E-4 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 San Antonio Avenue from City Limit to San Antonio Avenue 1962 6000 truck & bus routes county or commercial bus route 200 24 4800 asphalt concrete 0 0 0 0.12 37.4091981691994 -122.108058728598 0.0 37.40919126596 -122.108033648878 0.0 -0.27525185309801226 3.7987287259518894 Tree: 919 site 5 at 4181 ALMA ST, on ALMA ST 203 from pl -1 919 4181 5 fraxinus velutina http://en.wikipedia.org/wiki/Fraxinus_velutina http://www.calflora.org/cgi-bin/species_query.cgi?where-calrecnum=3616 10 10 37.4110899832346 -122.112363767066 0.0 6.814991075781128E-4 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 San Antonio Avenue from City Limit to San Antonio Avenue 1962 6000 truck & bus routes county or commercial bus route 200 24 4800 asphalt concrete 0 0 0 0.12 37.4091981691994 -122.108058728598 0.0 37.40919126596 -122.108033648878 0.0 -0.27525185309801226 3.7987287259518894 Tree: 918 site 4 at 4181 ALMA ST, on ALMA ST 154 from pl -1 918 4181 4 fraxinus velutina http://en.wikipedia.org/wiki/Fraxinus_velutina http://www.calflora.org/cgi-bin/species_query.cgi?where-calrecnum=3616 10 10 37.4111658928771 -122.11248438921 0.0 7.226759066012218E-4 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 San Antonio Avenue from City Limit to San Antonio Avenue 1962 6000 truck & bus routes county or commercial bus route 200 24 4800 asphalt concrete 0 0 0 0.12 37.4091981691994 -122.108058728598 0.0 37.40919126596 -122.108033648878 0.0 -0.27525185309801226 3.7987287259518894 Tree: 917 site 3 at 4181 ALMA ST, on ALMA ST 105 from pl -1 917 4181 3 fraxinus velutina http://en.wikipedia.org/wiki/Fraxinus_velutina http://www.calflora.org/cgi-bin/species_query.cgi?where-calrecnum=3616 10 10 37.4112547809895 -122.11262509498 0.0 7.71035972859416E-4 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 San Antonio Avenue from City Limit to San Antonio Avenue 1962 6000 truck & bus routes county or commercial bus route 200 24 4800 asphalt concrete 0 0 0 0.12 37.4091981691994 -122.108058728598 0.0 37.40919126596 -122.108033648878 0.0 -0.27525185309801226 3.7987287259518894 Tree: 916 site 2 at 4181 ALMA ST, on ALMA ST 61 from pl -1 916 4181 2 fraxinus velutina http://en.wikipedia.org/wiki/Fraxinus_velutina http://www.calflora.org/cgi-bin/species_query.cgi?where-calrecnum=3616 10 10 37.4113239358546 -122.112732107044 0.0 8.093120719366289E-4 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 San Antonio Avenue from City Limit to San Antonio Avenue 1962 6000 truck & bus routes county or commercial bus route 200 24 4800 asphalt concrete 0 0 0 0.12 37.4091981691994 -122.108058728598 0.0 37.40919126596 -122.108033648878 0.0 -0.27525185309801226 3.7987287259518894 Tree: 905 site 7 at 4111 ALMA ST, on ALMA ST 367 from pl -1 905 4111 7 fraxinus velutina http://en.wikipedia.org/wiki/Fraxinus_velutina http://www.calflora.org/cgi-bin/species_query.cgi?where-calrecnum=3616 10 10 37.4114933130279 -122.112985249683 0.0 9.054363792126871E-4 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 San Antonio Avenue from City Limit to San Antonio Avenue 1962 6000 truck & bus routes county or commercial bus route 200 24 4800 asphalt concrete 0 0 0 0.12 37.4091981691994 -122.108058728598 0.0 37.40919126596 -122.108033648878 0.0 -0.27525185309801226 3.7987287259518894 Tree: 906 site 1 at 4161 ALMA ST, on ALMA ST 20 from pl -1 906 4161 1 fraxinus velutina http://en.wikipedia.org/wiki/Fraxinus_velutina http://www.calflora.org/cgi-bin/species_query.cgi?where-calrecnum=3616 10 10 37.4110525965859 -122.112308379546 0.0 6.601518846170887E-4 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 San Antonio Avenue from City Limit to San Antonio Avenue 1962 6000 truck & bus routes county or commercial bus route 200 24 4800 asphalt concrete 0 0 0 0.12 37.4091981691994 -122.108058728598 0.0 37.40919126596 -122.108033648878 0.0 -0.27525185309801226 3.7987287259518894 Tree: 909 site 4 at 4161 ALMA ST, on ALMA ST 156 from pl -1 909 4161 4 fraxinus velutina http://en.wikipedia.org/wiki/Fraxinus_velutina http://www.calflora.org/cgi-bin/species_query.cgi?where-calrecnum=3616 10 10 37.4108194070582 -122.111944383537 0.0 5.319218384121297E-4 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 San Antonio Avenue from City Limit to San Antonio Avenue 1962 6000 truck & bus routes county or commercial bus route 200 24 4800 asphalt concrete 0 0 0 0.12 37.4091981691994 -122.108058728598 0.0 37.40919126596 -122.108033648878 0.0 -0.27525185309801226 3.7987287259518894 Tree: 910 site 5 at 4161 ALMA ST, on ALMA ST 197 from pl -1 910 4161 5 fraxinus velutina http://en.wikipedia.org/wiki/Fraxinus_velutina http://www.calflora.org/cgi-bin/species_query.cgi?where-calrecnum=3616 10 10 37.4107462580174 -122.111831193507 0.0 4.914343040162374E-4 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 San Antonio Avenue from City Limit to San Antonio Avenue 1962 6000 truck & bus routes county or commercial bus route 200 24 4800 asphalt concrete 0 0 0 0.12 37.4091981691994 -122.108058728598 0.0 37.40919126596 -122.108033648878 0.0 -0.27525185309801226 3.7987287259518894 Tree: 911 site 6 at 4161 ALMA ST, on ALMA ST 244 from pl -1 911 4161 6 fraxinus velutina http://en.wikipedia.org/wiki/Fraxinus_velutina http://www.calflora.org/cgi-bin/species_query.cgi?where-calrecnum=3616 10 10 37.4106643575087 -122.111701303598 0.0 4.469409516799129E-4 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 San Antonio Avenue from City Limit to San Antonio Avenue 1962 6000 truck & bus routes county or commercial bus route 200 24 4800 asphalt concrete 0 0 0 0.12 37.4091981691994 -122.108058728598 0.0 37.40919126596 -122.108033648878 0.0 -0.27525185309801226 3.7987287259518894 Tree: 912 site 7 at 4161 ALMA ST, on ALMA ST 293 from pl -1 912 4161 7 fraxinus velutina http://en.wikipedia.org/wiki/Fraxinus_velutina http://www.calflora.org/cgi-bin/species_query.cgi?where-calrecnum=3616 10 10 37.4105824568557 -122.111571413974 0.0 4.0244738458255916E-4 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 San Antonio Avenue from City Limit to San Antonio Avenue 1962 6000 truck & bus routes county or commercial bus route 200 24 4800 asphalt concrete 0 0 0 0.12 37.4091981691994 -122.108058728598 0.0 37.40919126596 -122.108033648878 0.0 -0.27525185309801226 3.7987287259518894 Tree: 915 site 1 at 4181 ALMA ST, on ALMA ST 14 from pl -1 915 4181 1 fraxinus velutina http://en.wikipedia.org/wiki/Fraxinus_velutina http://www.calflora.org/cgi-bin/species_query.cgi?where-calrecnum=3616 10 10 37.4114000790744 -122.112849933477 0.0 8.514560049553429E-4 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 San Antonio Avenue from City Limit to San Antonio Avenue 1962 6000 truck & bus routes county or commercial bus route 200 24 4800 asphalt concrete 0 0 0 0.12 37.4091981691994 -122.108058728598 0.0 37.40919126596 -122.108033648878 0.0 -0.27525185309801226 3.7987287259518894 Tree: 914 site 9 at 4161 ALMA ST, on ALMA ST 387 from pl -1 914 4161 9 fraxinus velutina http://en.wikipedia.org/wiki/Fraxinus_velutina http://www.calflora.org/cgi-bin/species_query.cgi?where-calrecnum=3616 10 10 37.4104229452077 -122.11132774908 0.0 3.1331963220435647E-4 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 San Antonio Avenue from City Limit to San Antonio Avenue 1962 6000 truck & bus routes county or commercial bus route 200 24 4800 asphalt concrete 0 0 0 0.12 37.4091981691994 -122.108058728598 0.0 37.40919126596 -122.108033648878 0.0 -0.27525185309801226 3.7987287259518894 Tree: 913 site 8 at 4161 ALMA ST, on ALMA ST 340 from pl -1 913 4161 8 fraxinus velutina http://en.wikipedia.org/wiki/Fraxinus_velutina http://www.calflora.org/cgi-bin/species_query.cgi?where-calrecnum=3616 10 10 37.410500322135 -122.111444321069 0.0 3.569859431672497E-4 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 San Antonio Avenue from City Limit to San Antonio Avenue 1962 6000 truck & bus routes county or commercial bus route 200 24 4800 asphalt concrete 0 0 0 0.12 37.4091981691994 -122.108058728598 0.0 37.40919126596 -122.108033648878 0.0 -0.27525185309801226 3.7987287259518894 Tree: 907 site 2 at 4161 ALMA ST, on ALMA ST 70 from pl -1 907 4161 2 fraxinus velutina http://en.wikipedia.org/wiki/Fraxinus_velutina http://www.calflora.org/cgi-bin/species_query.cgi?where-calrecnum=3616 10 10 37.4109664692294 -122.112175105575 0.0 6.124813152642526E-4 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 San Antonio Avenue from City Limit to San Antonio Avenue 1962 6000 truck & bus routes county or commercial bus route 200 24 4800 asphalt concrete 0 0 0 0.12 37.4091981691994 -122.108058728598 0.0 37.40919126596 -122.108033648878 0.0 -0.27525185309801226 3.7987287259518894 Tree: 908 site 3 at 4161 ALMA ST, on ALMA ST 113 from pl -1 908 4161 3 fraxinus velutina http://en.wikipedia.org/wiki/Fraxinus_velutina http://www.calflora.org/cgi-bin/species_query.cgi?where-calrecnum=3616 10 10 37.4109020091126 -122.112065884642 0.0 5.793178208033531E-4 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 San Antonio Avenue from City Limit to San Antonio Avenue 1962 6000 truck & bus routes county or commercial bus route 200 24 4800 asphalt concrete 0 0 0 0.12 37.4091981691994 -122.108058728598 0.0 37.40919126596 -122.108033648878 0.0 -0.27525185309801226 3.7987287259518894 Tree: 927 site 1 at 4245 ALMA ST, on ALMA ST 73 from pl -1 927 4245 1 juglans nigra http://en.wikipedia.org/wiki/Juglans_nigra NULL 30 40 37.4094069392663 -122.109604220859 0.0 2.0886191816492646E-4 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 San Antonio Avenue from City Limit to San Antonio Avenue 1962 6000 truck & bus routes county or commercial bus route 200 24 4800 asphalt concrete 0 0 0 0.12 37.40919126596 -122.108033648878 0.0 37.4091826453499 -122.108009418844 0.0 -0.3557820057453015 -6.034649863252589 Tree: 926 site 3 at 4243 ALMA ST, on ALMA ST 98 from pl -1 926 4243 3 fraxinus velutina http://en.wikipedia.org/wiki/Fraxinus_velutina http://www.calflora.org/cgi-bin/species_query.cgi?where-calrecnum=3616 10 10 37.4096451293862 -122.110052971379 0.0 2.492688019503256E-4 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 San Antonio Avenue from City Limit to San Antonio Avenue 1962 6000 truck & bus routes county or commercial bus route 200 24 4800 asphalt concrete 0 0 0 0.12 37.40919126596 -122.108033648878 0.0 37.4091826453499 -122.108009418844 0.0 -0.3557820057453015 -6.034649863252589 Tree: 925 site 2 at 4243 ALMA ST, on ALMA ST 58 from pl -1 925 4243 2 fraxinus velutina http://en.wikipedia.org/wiki/Fraxinus_velutina http://www.calflora.org/cgi-bin/species_query.cgi?where-calrecnum=3616 10 10 37.4097134909807 -122.110160779208 0.0 2.2099919196629994E-4 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 San Antonio Avenue from City Limit to San Antonio Avenue 1962 6000 truck & bus routes county or commercial bus route 200 24 4800 asphalt concrete 0 0 0 0.12 37.40919126596 -122.108033648878 0.0 37.4091826453499 -122.108009418844 0.0 -0.3557820057453015 -6.034649863252589 Tree: 924 site 1 at 4243 ALMA ST, on ALMA ST 15 from pl -1 924 4243 1 fraxinus velutina http://en.wikipedia.org/wiki/Fraxinus_velutina http://www.calflora.org/cgi-bin/species_query.cgi?where-calrecnum=3616 10 10 37.4097869795839 -122.110276672845 0.0 1.9060953973605517E-4 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 San Antonio Avenue from City Limit to San Antonio Avenue 1962 6000 truck & bus routes county or commercial bus route 200 24 4800 asphalt concrete 0 0 0 0.12 37.40919126596 -122.108033648878 0.0 37.4091826453499 -122.108009418844 0.0 -0.3557820057453015 -6.034649863252589 Tree: 923 site 1 at 4221 ALMA ST, on ALMA ST 34 from pl -1 923 4221 1 fraxinus velutina http://en.wikipedia.org/wiki/Fraxinus_velutina http://www.calflora.org/cgi-bin/species_query.cgi?where-calrecnum=3616 10 10 37.4101200636757 -122.110828865829 0.0 6.188982526692834E-5 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 San Antonio Avenue from City Limit to San Antonio Avenue 1962 6000 truck & bus routes county or commercial bus route 200 24 4800 asphalt concrete 0 0 0 0.12 37.40919126596 -122.108033648878 0.0 37.4091826453499 -122.108009418844 0.0 -0.3557820057453015 -6.034649863252589 Tree: 919 site 5 at 4181 ALMA ST, on ALMA ST 203 from pl -1 919 4181 5 fraxinus velutina http://en.wikipedia.org/wiki/Fraxinus_velutina http://www.calflora.org/cgi-bin/species_query.cgi?where-calrecnum=3616 10 10 37.4110899832346 -122.112363767066 0.0 3.374198340821545E-4 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 San Antonio Avenue from City Limit to San Antonio Avenue 1962 6000 truck & bus routes county or commercial bus route 200 24 4800 asphalt concrete 0 0 0 0.12 37.40919126596 -122.108033648878 0.0 37.4091826453499 -122.108009418844 0.0 -0.3557820057453015 -6.034649863252589 Tree: 918 site 4 at 4181 ALMA ST, on ALMA ST 154 from pl -1 918 4181 4 fraxinus velutina http://en.wikipedia.org/wiki/Fraxinus_velutina http://www.calflora.org/cgi-bin/species_query.cgi?where-calrecnum=3616 10 10 37.4111658928771 -122.11248438921 0.0 3.685054708895685E-4 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 San Antonio Avenue from City Limit to San Antonio Avenue 1962 6000 truck & bus routes county or commercial bus route 200 24 4800 asphalt concrete 0 0 0 0.12 37.40919126596 -122.108033648878 0.0 37.4091826453499 -122.108009418844 0.0 -0.3557820057453015 -6.034649863252589 Tree: 917 site 3 at 4181 ALMA ST, on ALMA ST 105 from pl -1 917 4181 3 fraxinus velutina http://en.wikipedia.org/wiki/Fraxinus_velutina http://www.calflora.org/cgi-bin/species_query.cgi?where-calrecnum=3616 10 10 37.4112547809895 -122.11262509498 0.0 4.050867257538376E-4 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 San Antonio Avenue from City Limit to San Antonio Avenue 1962 6000 truck & bus routes county or commercial bus route 200 24 4800 asphalt concrete 0 0 0 0.12 37.40919126596 -122.108033648878 0.0 37.4091826453499 -122.108009418844 0.0 -0.3557820057453015 -6.034649863252589 Tree: 916 site 2 at 4181 ALMA ST, on ALMA ST 61 from pl -1 916 4181 2 fraxinus velutina http://en.wikipedia.org/wiki/Fraxinus_velutina http://www.calflora.org/cgi-bin/species_query.cgi?where-calrecnum=3616 10 10 37.4113239358546 -122.112732107044 0.0 4.343704531900855E-4 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 San Antonio Avenue from City Limit to San Antonio Avenue 1962 6000 truck & bus routes county or commercial bus route 200 24 4800 asphalt concrete 0 0 0 0.12 37.40919126596 -122.108033648878 0.0 37.4091826453499 -122.108009418844 0.0 -0.3557820057453015 -6.034649863252589 Tree: 905 site 7 at 4111 ALMA ST, on ALMA ST 367 from pl -1 905 4111 7 fraxinus velutina http://en.wikipedia.org/wiki/Fraxinus_velutina http://www.calflora.org/cgi-bin/species_query.cgi?where-calrecnum=3616 10 10 37.4114933130279 -122.112985249683 0.0 5.090955282090203E-4 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 San Antonio Avenue from City Limit to San Antonio Avenue 1962 6000 truck & bus routes county or commercial bus route 200 24 4800 asphalt concrete 0 0 0 0.12 37.40919126596 -122.108033648878 0.0 37.4091826453499 -122.108009418844 0.0 -0.3557820057453015 -6.034649863252589 Tree: 906 site 1 at 4161 ALMA ST, on ALMA ST 20 from pl -1 906 4161 1 fraxinus velutina http://en.wikipedia.org/wiki/Fraxinus_velutina http://www.calflora.org/cgi-bin/species_query.cgi?where-calrecnum=3616 10 10 37.4110525965859 -122.112308379546 0.0 3.2076194788570767E-4 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 San Antonio Avenue from City Limit to San Antonio Avenue 1962 6000 truck & bus routes county or commercial bus route 200 24 4800 asphalt concrete 0 0 0 0.12 37.40919126596 -122.108033648878 0.0 37.4091826453499 -122.108009418844 0.0 -0.3557820057453015 -6.034649863252589 Tree: 909 site 4 at 4161 ALMA ST, on ALMA ST 156 from pl -1 909 4161 4 fraxinus velutina http://en.wikipedia.org/wiki/Fraxinus_velutina http://www.calflora.org/cgi-bin/species_query.cgi?where-calrecnum=3616 10 10 37.4108194070582 -122.111944383537 0.0 2.2307417979475878E-4 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 San Antonio Avenue from City Limit to San Antonio Avenue 1962 6000 truck & bus routes county or commercial bus route 200 24 4800 asphalt concrete 0 0 0 0.12 37.40919126596 -122.108033648878 0.0 37.4091826453499 -122.108009418844 0.0 -0.3557820057453015 -6.034649863252589 Tree: 910 site 5 at 4161 ALMA ST, on ALMA ST 197 from pl -1 910 4161 5 fraxinus velutina http://en.wikipedia.org/wiki/Fraxinus_velutina http://www.calflora.org/cgi-bin/species_query.cgi?where-calrecnum=3616 10 10 37.4107462580174 -122.111831193507 0.0 1.9209819882344155E-4 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 San Antonio Avenue from City Limit to San Antonio Avenue 1962 6000 truck & bus routes county or commercial bus route 200 24 4800 asphalt concrete 0 0 0 0.12 37.40919126596 -122.108033648878 0.0 37.4091826453499 -122.108009418844 0.0 -0.3557820057453015 -6.034649863252589 Tree: 911 site 6 at 4161 ALMA ST, on ALMA ST 244 from pl -1 911 4161 6 fraxinus velutina http://en.wikipedia.org/wiki/Fraxinus_velutina http://www.calflora.org/cgi-bin/species_query.cgi?where-calrecnum=3616 10 10 37.4106643575087 -122.111701303598 0.0 1.5847482960691447E-4 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 San Antonio Avenue from City Limit to San Antonio Avenue 1962 6000 truck & bus routes county or commercial bus route 200 24 4800 asphalt concrete 0 0 0 0.12 37.40919126596 -122.108033648878 0.0 37.4091826453499 -122.108009418844 0.0 -0.3557820057453015 -6.034649863252589 Tree: 912 site 7 at 4161 ALMA ST, on ALMA ST 293 from pl -1 912 4161 7 fraxinus velutina http://en.wikipedia.org/wiki/Fraxinus_velutina http://www.calflora.org/cgi-bin/species_query.cgi?where-calrecnum=3616 10 10 37.4105824568557 -122.111571413974 0.0 1.2485122889943957E-4 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 San Antonio Avenue from City Limit to San Antonio Avenue 1962 6000 truck & bus routes county or commercial bus route 200 24 4800 asphalt concrete 0 0 0 0.12 37.40919126596 -122.108033648878 0.0 37.4091826453499 -122.108009418844 0.0 -0.3557820057453015 -6.034649863252589 Tree: 915 site 1 at 4181 ALMA ST, on ALMA ST 14 from pl -1 915 4181 1 fraxinus velutina http://en.wikipedia.org/wiki/Fraxinus_velutina http://www.calflora.org/cgi-bin/species_query.cgi?where-calrecnum=3616 10 10 37.4114000790744 -122.112849933477 0.0 4.666132739498989E-4 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 San Antonio Avenue from City Limit to San Antonio Avenue 1962 6000 truck & bus routes county or commercial bus route 200 24 4800 asphalt concrete 0 0 0 0.12 37.40919126596 -122.108033648878 0.0 37.4091826453499 -122.108009418844 0.0 -0.3557820057453015 -6.034649863252589 Tree: 914 site 9 at 4161 ALMA ST, on ALMA ST 387 from pl -1 914 4161 9 fraxinus velutina http://en.wikipedia.org/wiki/Fraxinus_velutina http://www.calflora.org/cgi-bin/species_query.cgi?where-calrecnum=3616 10 10 37.4104229452077 -122.11132774908 0.0 5.624400090782784E-5 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 San Antonio Avenue from City Limit to San Antonio Avenue 1962 6000 truck & bus routes county or commercial bus route 200 24 4800 asphalt concrete 0 0 0 0.12 37.40919126596 -122.108033648878 0.0 37.4091826453499 -122.108009418844 0.0 -0.3557820057453015 -6.034649863252589 Tree: 913 site 8 at 4161 ALMA ST, on ALMA ST 340 from pl -1 913 4161 8 fraxinus velutina http://en.wikipedia.org/wiki/Fraxinus_velutina http://www.calflora.org/cgi-bin/species_query.cgi?where-calrecnum=3616 10 10 37.410500322135 -122.111444321069 0.0 9.006964434394995E-5 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 San Antonio Avenue from City Limit to San Antonio Avenue 1962 6000 truck & bus routes county or commercial bus route 200 24 4800 asphalt concrete 0 0 0 0.12 37.40919126596 -122.108033648878 0.0 37.4091826453499 -122.108009418844 0.0 -0.3557820057453015 -6.034649863252589 Tree: 907 site 2 at 4161 ALMA ST, on ALMA ST 70 from pl -1 907 4161 2 fraxinus velutina http://en.wikipedia.org/wiki/Fraxinus_velutina http://www.calflora.org/cgi-bin/species_query.cgi?where-calrecnum=3616 10 10 37.4109664692294 -122.112175105575 0.0 2.842905997286536E-4 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 San Antonio Avenue from City Limit to San Antonio Avenue 1962 6000 truck & bus routes county or commercial bus route 200 24 4800 asphalt concrete 0 0 0 0.12 37.40919126596 -122.108033648878 0.0 37.4091826453499 -122.108009418844 0.0 -0.3557820057453015 -6.034649863252589 Tree: 908 site 3 at 4161 ALMA ST, on ALMA ST 113 from pl -1 908 4161 3 fraxinus velutina http://en.wikipedia.org/wiki/Fraxinus_velutina http://www.calflora.org/cgi-bin/species_query.cgi?where-calrecnum=3616 10 10 37.4109020091126 -122.112065884642 0.0 2.6017042767712727E-4 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 San Antonio Avenue from City Limit to San Antonio Avenue 1962 6000 truck & bus routes county or commercial bus route 200 24 4800 asphalt concrete 0 0 0 0.12 37.40919126596 -122.108033648878 0.0 37.4091826453499 -122.108009418844 0.0 -0.3557820057453015 -6.034649863252589 Tree: 927 site 1 at 4245 ALMA ST, on ALMA ST 73 from pl -1 927 4245 1 juglans nigra http://en.wikipedia.org/wiki/Juglans_nigra NULL 30 40 37.4094069392663 -122.109604220859 0.0 3.232582317067215E-4 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 San Antonio Avenue from City Limit to San Antonio Avenue 1962 6000 truck & bus routes county or commercial bus route 200 24 4800 asphalt concrete 0 0 0 0.12 37.4091826453499 -122.108009418844 0.0 37.4091723729778 -122.107986222902 0.0 -0.4428521203666153 -16.666608239531797 Tree: 926 site 3 at 4243 ALMA ST, on ALMA ST 98 from pl -1 926 4243 3 fraxinus velutina http://en.wikipedia.org/wiki/Fraxinus_velutina http://www.calflora.org/cgi-bin/species_query.cgi?where-calrecnum=3616 10 10 37.4096451293862 -122.110052971379 0.0 4.046072486701504E-4 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 San Antonio Avenue from City Limit to San Antonio Avenue 1962 6000 truck & bus routes county or commercial bus route 200 24 4800 asphalt concrete 0 0 0 0.12 37.4091826453499 -122.108009418844 0.0 37.4091723729778 -122.107986222902 0.0 -0.4428521203666153 -16.666608239531797 Tree: 925 site 2 at 4243 ALMA ST, on ALMA ST 58 from pl -1 925 4243 2 fraxinus velutina http://en.wikipedia.org/wiki/Fraxinus_velutina http://www.calflora.org/cgi-bin/species_query.cgi?where-calrecnum=3616 10 10 37.4097134909807 -122.110160779208 0.0 3.857545463486684E-4 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 San Antonio Avenue from City Limit to San Antonio Avenue 1962 6000 truck & bus routes county or commercial bus route 200 24 4800 asphalt concrete 0 0 0 0.12 37.4091826453499 -122.108009418844 0.0 37.4091723729778 -122.107986222902 0.0 -0.4428521203666153 -16.666608239531797 Tree: 924 site 1 at 4243 ALMA ST, on ALMA ST 15 from pl -1 924 4243 1 fraxinus velutina http://en.wikipedia.org/wiki/Fraxinus_velutina http://www.calflora.org/cgi-bin/species_query.cgi?where-calrecnum=3616 10 10 37.4097869795839 -122.110276672845 0.0 3.6548808215840483E-4 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 San Antonio Avenue from City Limit to San Antonio Avenue 1962 6000 truck & bus routes county or commercial bus route 200 24 4800 asphalt concrete 0 0 0 0.12 37.4091826453499 -122.108009418844 0.0 37.4091723729778 -122.107986222902 0.0 -0.4428521203666153 -16.666608239531797 Tree: 923 site 1 at 4221 ALMA ST, on ALMA ST 34 from pl -1 923 4221 1 fraxinus velutina http://en.wikipedia.org/wiki/Fraxinus_velutina http://www.calflora.org/cgi-bin/species_query.cgi?where-calrecnum=3616 10 10 37.4101200636757 -122.110828865829 0.0 2.8452754336452413E-4 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 San Antonio Avenue from City Limit to San Antonio Avenue 1962 6000 truck & bus routes county or commercial bus route 200 24 4800 asphalt concrete 0 0 0 0.12 37.4091826453499 -122.108009418844 0.0 37.4091723729778 -122.107986222902 0.0 -0.4428521203666153 -16.666608239531797 Tree: 919 site 5 at 4181 ALMA ST, on ALMA ST 203 from pl -1 919 4181 5 fraxinus velutina http://en.wikipedia.org/wiki/Fraxinus_velutina http://www.calflora.org/cgi-bin/species_query.cgi?where-calrecnum=3616 10 10 37.4110899832346 -122.112363767066 0.0 1.919630576046291E-5 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 San Antonio Avenue from City Limit to San Antonio Avenue 1962 6000 truck & bus routes county or commercial bus route 200 24 4800 asphalt concrete 0 0 0 0.12 37.4091826453499 -122.108009418844 0.0 37.4091723729778 -122.107986222902 0.0 -0.4428521203666153 -16.666608239531797 Tree: 918 site 4 at 4181 ALMA ST, on ALMA ST 154 from pl -1 918 4181 4 fraxinus velutina http://en.wikipedia.org/wiki/Fraxinus_velutina http://www.calflora.org/cgi-bin/species_query.cgi?where-calrecnum=3616 10 10 37.4111658928771 -122.11248438921 0.0 1.3691603338006864E-6 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 San Antonio Avenue from City Limit to San Antonio Avenue 1962 6000 truck & bus routes county or commercial bus route 200 24 4800 asphalt concrete 0 0 0 0.12 37.4091826453499 -122.108009418844 0.0 37.4091723729778 -122.107986222902 0.0 -0.4428521203666153 -16.666608239531797 Tree: 917 site 3 at 4181 ALMA ST, on ALMA ST 105 from pl -1 917 4181 3 fraxinus velutina http://en.wikipedia.org/wiki/Fraxinus_velutina http://www.calflora.org/cgi-bin/species_query.cgi?where-calrecnum=3616 10 10 37.4112547809895 -122.11262509498 0.0 2.5669196104735123E-5 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 San Antonio Avenue from City Limit to San Antonio Avenue 1962 6000 truck & bus routes county or commercial bus route 200 24 4800 asphalt concrete 0 0 0 0.12 37.4091826453499 -122.108009418844 0.0 37.4091723729778 -122.107986222902 0.0 -0.4428521203666153 -16.666608239531797 Tree: 916 site 2 at 4181 ALMA ST, on ALMA ST 61 from pl -1 916 4181 2 fraxinus velutina http://en.wikipedia.org/wiki/Fraxinus_velutina http://www.calflora.org/cgi-bin/species_query.cgi?where-calrecnum=3616 10 10 37.4113239358546 -122.112732107044 0.0 4.556944927453829E-5 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 San Antonio Avenue from City Limit to San Antonio Avenue 1962 6000 truck & bus routes county or commercial bus route 200 24 4800 asphalt concrete 0 0 0 0.12 37.4091826453499 -122.108009418844 0.0 37.4091723729778 -122.107986222902 0.0 -0.4428521203666153 -16.666608239531797 Tree: 905 site 7 at 4111 ALMA ST, on ALMA ST 367 from pl -1 905 4111 7 fraxinus velutina http://en.wikipedia.org/wiki/Fraxinus_velutina http://www.calflora.org/cgi-bin/species_query.cgi?where-calrecnum=3616 10 10 37.4114933130279 -122.112985249683 0.0 9.793654787883788E-5 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 San Antonio Avenue from City Limit to San Antonio Avenue 1962 6000 truck & bus routes county or commercial bus route 200 24 4800 asphalt concrete 0 0 0 0.12 37.4091826453499 -122.108009418844 0.0 37.4091723729778 -122.107986222902 0.0 -0.4428521203666153 -16.666608239531797 Tree: 906 site 1 at 4161 ALMA ST, on ALMA ST 20 from pl -1 906 4161 1 fraxinus velutina http://en.wikipedia.org/wiki/Fraxinus_velutina http://www.calflora.org/cgi-bin/species_query.cgi?where-calrecnum=3616 10 10 37.4110525965859 -122.112308379546 0.0 3.0953185710479384E-5 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 San Antonio Avenue from City Limit to San Antonio Avenue 1962 6000 truck & bus routes county or commercial bus route 200 24 4800 asphalt concrete 0 0 0 0.12 37.4091826453499 -122.108009418844 0.0 37.4091723729778 -122.107986222902 0.0 -0.4428521203666153 -16.666608239531797 Tree: 909 site 4 at 4161 ALMA ST, on ALMA ST 156 from pl -1 909 4161 4 fraxinus velutina http://en.wikipedia.org/wiki/Fraxinus_velutina http://www.calflora.org/cgi-bin/species_query.cgi?where-calrecnum=3616 10 10 37.4108194070582 -122.111944383537 0.0 9.678017647874169E-5 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 San Antonio Avenue from City Limit to San Antonio Avenue 1962 6000 truck & bus routes county or commercial bus route 200 24 4800 asphalt concrete 0 0 0 0.12 37.4091826453499 -122.108009418844 0.0 37.4091723729778 -122.107986222902 0.0 -0.4428521203666153 -16.666608239531797 Tree: 910 site 5 at 4161 ALMA ST, on ALMA ST 197 from pl -1 910 4161 5 fraxinus velutina http://en.wikipedia.org/wiki/Fraxinus_velutina http://www.calflora.org/cgi-bin/species_query.cgi?where-calrecnum=3616 10 10 37.4107462580174 -122.111831193507 0.0 1.1783091223407504E-4 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 San Antonio Avenue from City Limit to San Antonio Avenue 1962 6000 truck & bus routes county or commercial bus route 200 24 4800 asphalt concrete 0 0 0 0.12 37.4091826453499 -122.108009418844 0.0 37.4091723729778 -122.107986222902 0.0 -0.4428521203666153 -16.666608239531797 Tree: 911 site 6 at 4161 ALMA ST, on ALMA ST 244 from pl -1 911 4161 6 fraxinus velutina http://en.wikipedia.org/wiki/Fraxinus_velutina http://www.calflora.org/cgi-bin/species_query.cgi?where-calrecnum=3616 10 10 37.4106643575087 -122.111701303598 0.0 1.40121408469182E-4 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 San Antonio Avenue from City Limit to San Antonio Avenue 1962 6000 truck & bus routes county or commercial bus route 200 24 4800 asphalt concrete 0 0 0 0.12 37.4091826453499 -122.108009418844 0.0 37.4091723729778 -122.107986222902 0.0 -0.4428521203666153 -16.666608239531797 Tree: 912 site 7 at 4161 ALMA ST, on ALMA ST 293 from pl -1 912 4161 7 fraxinus velutina http://en.wikipedia.org/wiki/Fraxinus_velutina http://www.calflora.org/cgi-bin/species_query.cgi?where-calrecnum=3616 10 10 37.4105824568557 -122.111571413974 0.0 1.62412152052562E-4 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 San Antonio Avenue from City Limit to San Antonio Avenue 1962 6000 truck & bus routes county or commercial bus route 200 24 4800 asphalt concrete 0 0 0 0.12 37.4091826453499 -122.108009418844 0.0 37.4091723729778 -122.107986222902 0.0 -0.4428521203666153 -16.666608239531797 Tree: 915 site 1 at 4181 ALMA ST, on ALMA ST 14 from pl -1 915 4181 1 fraxinus velutina http://en.wikipedia.org/wiki/Fraxinus_velutina http://www.calflora.org/cgi-bin/species_query.cgi?where-calrecnum=3616 10 10 37.4114000790744 -122.112849933477 0.0 6.748053280785403E-5 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 San Antonio Avenue from City Limit to San Antonio Avenue 1962 6000 truck & bus routes county or commercial bus route 200 24 4800 asphalt concrete 0 0 0 0.12 37.4091826453499 -122.108009418844 0.0 37.4091723729778 -122.107986222902 0.0 -0.4428521203666153 -16.666608239531797 Tree: 914 site 9 at 4161 ALMA ST, on ALMA ST 387 from pl -1 914 4161 9 fraxinus velutina http://en.wikipedia.org/wiki/Fraxinus_velutina http://www.calflora.org/cgi-bin/species_query.cgi?where-calrecnum=3616 10 10 37.4104229452077 -122.11132774908 0.0 2.0959644733669838E-4 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 San Antonio Avenue from City Limit to San Antonio Avenue 1962 6000 truck & bus routes county or commercial bus route 200 24 4800 asphalt concrete 0 0 0 0.12 37.4091826453499 -122.108009418844 0.0 37.4091723729778 -122.107986222902 0.0 -0.4428521203666153 -16.666608239531797 Tree: 913 site 8 at 4161 ALMA ST, on ALMA ST 340 from pl -1 913 4161 8 fraxinus velutina http://en.wikipedia.org/wiki/Fraxinus_velutina http://www.calflora.org/cgi-bin/species_query.cgi?where-calrecnum=3616 10 10 37.410500322135 -122.111444321069 0.0 1.8604936962688697E-4 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 San Antonio Avenue from City Limit to San Antonio Avenue 1962 6000 truck & bus routes county or commercial bus route 200 24 4800 asphalt concrete 0 0 0 0.12 37.4091826453499 -122.108009418844 0.0 37.4091723729778 -122.107986222902 0.0 -0.4428521203666153 -16.666608239531797 Tree: 907 site 2 at 4161 ALMA ST, on ALMA ST 70 from pl -1 907 4161 2 fraxinus velutina http://en.wikipedia.org/wiki/Fraxinus_velutina http://www.calflora.org/cgi-bin/species_query.cgi?where-calrecnum=3616 10 10 37.4109664692294 -122.112175105575 0.0 5.573822261446243E-5 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 San Antonio Avenue from City Limit to San Antonio Avenue 1962 6000 truck & bus routes county or commercial bus route 200 24 4800 asphalt concrete 0 0 0 0.12 37.4091826453499 -122.108009418844 0.0 37.4091723729778 -122.107986222902 0.0 -0.4428521203666153 -16.666608239531797 Tree: 908 site 3 at 4161 ALMA ST, on ALMA ST 113 from pl -1 908 4161 3 fraxinus velutina http://en.wikipedia.org/wiki/Fraxinus_velutina http://www.calflora.org/cgi-bin/species_query.cgi?where-calrecnum=3616 10 10 37.4109020091126 -122.112065884642 0.0 7.045140720066935E-5 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 San Antonio Avenue from City Limit to San Antonio Avenue 1962 6000 truck & bus routes county or commercial bus route 200 24 4800 asphalt concrete 0 0 0 0.12 37.4091826453499 -122.108009418844 0.0 37.4091723729778 -122.107986222902 0.0 -0.4428521203666153 -16.666608239531797 Tree: 927 site 1 at 4245 ALMA ST, on ALMA ST 73 from pl -1 927 4245 1 juglans nigra http://en.wikipedia.org/wiki/Juglans_nigra NULL 30 40 37.4094069392663 -122.109604220859 0.0 4.406875432272611E-4 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 San Antonio Avenue from City Limit to San Antonio Avenue 1962 6000 truck & bus routes county or commercial bus route 200 24 4800 asphalt concrete 0 0 0 0.12 37.4091723729778 -122.107986222902 0.0 37.4091605270234 -122.107964237589 0.0 -0.5388121787580543 -28.384097727542503 Tree: 926 site 3 at 4243 ALMA ST, on ALMA ST 98 from pl -1 926 4243 3 fraxinus velutina http://en.wikipedia.org/wiki/Fraxinus_velutina http://www.calflora.org/cgi-bin/species_query.cgi?where-calrecnum=3616 10 10 37.4096451293862 -122.110052971379 0.0 5.641522019895092E-4 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 San Antonio Avenue from City Limit to San Antonio Avenue 1962 6000 truck & bus routes county or commercial bus route 200 24 4800 asphalt concrete 0 0 0 0.12 37.4091723729778 -122.107986222902 0.0 37.4091605270234 -122.107964237589 0.0 -0.5388121787580543 -28.384097727542503 Tree: 925 site 2 at 4243 ALMA ST, on ALMA ST 58 from pl -1 925 4243 2 fraxinus velutina http://en.wikipedia.org/wiki/Fraxinus_velutina http://www.calflora.org/cgi-bin/species_query.cgi?where-calrecnum=3616 10 10 37.4097134909807 -122.110160779208 0.0 5.551080738087708E-4 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 San Antonio Avenue from City Limit to San Antonio Avenue 1962 6000 truck & bus routes county or commercial bus route 200 24 4800 asphalt concrete 0 0 0 0.12 37.4091723729778 -122.107986222902 0.0 37.4091605270234 -122.107964237589 0.0 -0.5388121787580543 -28.384097727542503 Tree: 924 site 1 at 4243 ALMA ST, on ALMA ST 15 from pl -1 924 4243 1 fraxinus velutina http://en.wikipedia.org/wiki/Fraxinus_velutina http://www.calflora.org/cgi-bin/species_query.cgi?where-calrecnum=3616 10 10 37.4097869795839 -122.110276672845 0.0 5.453858383898355E-4 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 San Antonio Avenue from City Limit to San Antonio Avenue 1962 6000 truck & bus routes county or commercial bus route 200 24 4800 asphalt concrete 0 0 0 0.12 37.4091723729778 -122.107986222902 0.0 37.4091605270234 -122.107964237589 0.0 -0.5388121787580543 -28.384097727542503 Tree: 923 site 1 at 4221 ALMA ST, on ALMA ST 34 from pl -1 923 4221 1 fraxinus velutina http://en.wikipedia.org/wiki/Fraxinus_velutina http://www.calflora.org/cgi-bin/species_query.cgi?where-calrecnum=3616 10 10 37.4101200636757 -122.110828865829 0.0 5.140845781658573E-4 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 San Antonio Avenue from City Limit to San Antonio Avenue 1962 6000 truck & bus routes county or commercial bus route 200 24 4800 asphalt concrete 0 0 0 0.12 37.4091723729778 -122.107986222902 0.0 37.4091605270234 -122.107964237589 0.0 -0.5388121787580543 -28.384097727542503 Tree: 919 site 5 at 4181 ALMA ST, on ALMA ST 203 from pl -1 919 4181 5 fraxinus velutina http://en.wikipedia.org/wiki/Fraxinus_velutina http://www.calflora.org/cgi-bin/species_query.cgi?where-calrecnum=3616 10 10 37.4110899832346 -122.112363767066 0.0 3.882871275149512E-4 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 San Antonio Avenue from City Limit to San Antonio Avenue 1962 6000 truck & bus routes county or commercial bus route 200 24 4800 asphalt concrete 0 0 0 0.12 37.4091723729778 -122.107986222902 0.0 37.4091605270234 -122.107964237589 0.0 -0.5388121787580543 -28.384097727542503 Tree: 918 site 4 at 4181 ALMA ST, on ALMA ST 154 from pl -1 918 4181 4 fraxinus velutina http://en.wikipedia.org/wiki/Fraxinus_velutina http://www.calflora.org/cgi-bin/species_query.cgi?where-calrecnum=3616 10 10 37.4111658928771 -122.11248438921 0.0 3.786764647710868E-4 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 San Antonio Avenue from City Limit to San Antonio Avenue 1962 6000 truck & bus routes county or commercial bus route 200 24 4800 asphalt concrete 0 0 0 0.12 37.4091723729778 -122.107986222902 0.0 37.4091605270234 -122.107964237589 0.0 -0.5388121787580543 -28.384097727542503 Tree: 917 site 3 at 4181 ALMA ST, on ALMA ST 105 from pl -1 917 4181 3 fraxinus velutina http://en.wikipedia.org/wiki/Fraxinus_velutina http://www.calflora.org/cgi-bin/species_query.cgi?where-calrecnum=3616 10 10 37.4112547809895 -122.11262509498 0.0 3.67166756321433E-4 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 San Antonio Avenue from City Limit to San Antonio Avenue 1962 6000 truck & bus routes county or commercial bus route 200 24 4800 asphalt concrete 0 0 0 0.12 37.4091723729778 -122.107986222902 0.0 37.4091605270234 -122.107964237589 0.0 -0.5388121787580543 -28.384097727542503 Tree: 916 site 2 at 4181 ALMA ST, on ALMA ST 61 from pl -1 916 4181 2 fraxinus velutina http://en.wikipedia.org/wiki/Fraxinus_velutina http://www.calflora.org/cgi-bin/species_query.cgi?where-calrecnum=3616 10 10 37.4113239358546 -122.112732107044 0.0 3.5704681608891023E-4 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 San Antonio Avenue from City Limit to San Antonio Avenue 1962 6000 truck & bus routes county or commercial bus route 200 24 4800 asphalt concrete 0 0 0 0.12 37.4091723729778 -122.107986222902 0.0 37.4091605270234 -122.107964237589 0.0 -0.5388121787580543 -28.384097727542503 Tree: 905 site 7 at 4111 ALMA ST, on ALMA ST 367 from pl -1 905 4111 7 fraxinus velutina http://en.wikipedia.org/wiki/Fraxinus_velutina http://www.calflora.org/cgi-bin/species_query.cgi?where-calrecnum=3616 10 10 37.4114933130279 -122.112985249683 0.0 3.280123935372238E-4 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 San Antonio Avenue from City Limit to San Antonio Avenue 1962 6000 truck & bus routes county or commercial bus route 200 24 4800 asphalt concrete 0 0 0 0.12 37.4091723729778 -122.107986222902 0.0 37.4091605270234 -122.107964237589 0.0 -0.5388121787580543 -28.384097727542503 Tree: 906 site 1 at 4161 ALMA ST, on ALMA ST 20 from pl -1 906 4161 1 fraxinus velutina http://en.wikipedia.org/wiki/Fraxinus_velutina http://www.calflora.org/cgi-bin/species_query.cgi?where-calrecnum=3616 10 10 37.4110525965859 -122.112308379546 0.0 3.949277058627073E-4 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 San Antonio Avenue from City Limit to San Antonio Avenue 1962 6000 truck & bus routes county or commercial bus route 200 24 4800 asphalt concrete 0 0 0 0.12 37.4091723729778 -122.107986222902 0.0 37.4091605270234 -122.107964237589 0.0 -0.5388121787580543 -28.384097727542503 Tree: 909 site 4 at 4161 ALMA ST, on ALMA ST 156 from pl -1 909 4161 4 fraxinus velutina http://en.wikipedia.org/wiki/Fraxinus_velutina http://www.calflora.org/cgi-bin/species_query.cgi?where-calrecnum=3616 10 10 37.4108194070582 -122.111944383537 0.0 4.2755674929320143E-4 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 San Antonio Avenue from City Limit to San Antonio Avenue 1962 6000 truck & bus routes county or commercial bus route 200 24 4800 asphalt concrete 0 0 0 0.12 37.4091723729778 -122.107986222902 0.0 37.4091605270234 -122.107964237589 0.0 -0.5388121787580543 -28.384097727542503 Tree: 910 site 5 at 4161 ALMA ST, on ALMA ST 197 from pl -1 910 4161 5 fraxinus velutina http://en.wikipedia.org/wiki/Fraxinus_velutina http://www.calflora.org/cgi-bin/species_query.cgi?where-calrecnum=3616 10 10 37.4107462580174 -122.111831193507 0.0 4.3826248014508984E-4 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 San Antonio Avenue from City Limit to San Antonio Avenue 1962 6000 truck & bus routes county or commercial bus route 200 24 4800 asphalt concrete 0 0 0 0.12 37.4091723729778 -122.107986222902 0.0 37.4091605270234 -122.107964237589 0.0 -0.5388121787580543 -28.384097727542503 Tree: 911 site 6 at 4161 ALMA ST, on ALMA ST 244 from pl -1 911 4161 6 fraxinus velutina http://en.wikipedia.org/wiki/Fraxinus_velutina http://www.calflora.org/cgi-bin/species_query.cgi?where-calrecnum=3616 10 10 37.4106643575087 -122.111701303598 0.0 4.4875109192013833E-4 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 San Antonio Avenue from City Limit to San Antonio Avenue 1962 6000 truck & bus routes county or commercial bus route 200 24 4800 asphalt concrete 0 0 0 0.12 37.4091723729778 -122.107986222902 0.0 37.4091605270234 -122.107964237589 0.0 -0.5388121787580543 -28.384097727542503 Tree: 912 site 7 at 4161 ALMA ST, on ALMA ST 293 from pl -1 912 4161 7 fraxinus velutina http://en.wikipedia.org/wiki/Fraxinus_velutina http://www.calflora.org/cgi-bin/species_query.cgi?where-calrecnum=3616 10 10 37.4105824568557 -122.111571413974 0.0 4.59239965932257E-4 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 San Antonio Avenue from City Limit to San Antonio Avenue 1962 6000 truck & bus routes county or commercial bus route 200 24 4800 asphalt concrete 0 0 0 0.12 37.4091723729778 -122.107986222902 0.0 37.4091605270234 -122.107964237589 0.0 -0.5388121787580543 -28.384097727542503 Tree: 915 site 1 at 4181 ALMA ST, on ALMA ST 14 from pl -1 915 4181 1 fraxinus velutina http://en.wikipedia.org/wiki/Fraxinus_velutina http://www.calflora.org/cgi-bin/species_query.cgi?where-calrecnum=3616 10 10 37.4114000790744 -122.112849933477 0.0 3.4590441032967206E-4 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 San Antonio Avenue from City Limit to San Antonio Avenue 1962 6000 truck & bus routes county or commercial bus route 200 24 4800 asphalt concrete 0 0 0 0.12 37.4091723729778 -122.107986222902 0.0 37.4091605270234 -122.107964237589 0.0 -0.5388121787580543 -28.384097727542503 Tree: 914 site 9 at 4161 ALMA ST, on ALMA ST 387 from pl -1 914 4161 9 fraxinus velutina http://en.wikipedia.org/wiki/Fraxinus_velutina http://www.calflora.org/cgi-bin/species_query.cgi?where-calrecnum=3616 10 10 37.4104229452077 -122.11132774908 0.0 4.8408501519356145E-4 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 San Antonio Avenue from City Limit to San Antonio Avenue 1962 6000 truck & bus routes county or commercial bus route 200 24 4800 asphalt concrete 0 0 0 0.12 37.4091723729778 -122.107986222902 0.0 37.4091605270234 -122.107964237589 0.0 -0.5388121787580543 -28.384097727542503 Tree: 913 site 8 at 4161 ALMA ST, on ALMA ST 340 from pl -1 913 4161 8 fraxinus velutina http://en.wikipedia.org/wiki/Fraxinus_velutina http://www.calflora.org/cgi-bin/species_query.cgi?where-calrecnum=3616 10 10 37.410500322135 -122.111444321069 0.0 4.712614927984672E-4 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 San Antonio Avenue from City Limit to San Antonio Avenue 1962 6000 truck & bus routes county or commercial bus route 200 24 4800 asphalt concrete 0 0 0 0.12 37.4091723729778 -122.107986222902 0.0 37.4091605270234 -122.107964237589 0.0 -0.5388121787580543 -28.384097727542503 Tree: 907 site 2 at 4161 ALMA ST, on ALMA ST 70 from pl -1 907 4161 2 fraxinus velutina http://en.wikipedia.org/wiki/Fraxinus_velutina http://www.calflora.org/cgi-bin/species_query.cgi?where-calrecnum=3616 10 10 37.4109664692294 -122.112175105575 0.0 4.075321972517237E-4 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 San Antonio Avenue from City Limit to San Antonio Avenue 1962 6000 truck & bus routes county or commercial bus route 200 24 4800 asphalt concrete 0 0 0 0.12 37.4091723729778 -122.107986222902 0.0 37.4091605270234 -122.107964237589 0.0 -0.5388121787580543 -28.384097727542503 Tree: 908 site 3 at 4161 ALMA ST, on ALMA ST 113 from pl -1 908 4161 3 fraxinus velutina http://en.wikipedia.org/wiki/Fraxinus_velutina http://www.calflora.org/cgi-bin/species_query.cgi?where-calrecnum=3616 10 10 37.4109020091126 -122.112065884642 0.0 4.124713994344631E-4 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 San Antonio Avenue from City Limit to San Antonio Avenue 1962 6000 truck & bus routes county or commercial bus route 200 24 4800 asphalt concrete 0 0 0 0.12 37.4091723729778 -122.107986222902 0.0 37.4091605270234 -122.107964237589 0.0 -0.5388121787580543 -28.384097727542503 Tree: 927 site 1 at 4245 ALMA ST, on ALMA ST 73 from pl -1 927 4245 1 juglans nigra http://en.wikipedia.org/wiki/Juglans_nigra NULL 30 40 37.4094069392663 -122.109604220859 0.0 5.60981098851819E-4 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 San Antonio Avenue from City Limit to San Antonio Avenue 1962 6000 truck & bus routes county or commercial bus route 200 24 4800 asphalt concrete 0 0 0 0.12 37.4091605270234 -122.107964237589 0.0 37.4091471976422 -122.107943630226 0.0 -0.6468261468128248 -41.5734634759345 Tree: 926 site 3 at 4243 ALMA ST, on ALMA ST 98 from pl -1 926 4243 3 fraxinus velutina http://en.wikipedia.org/wiki/Fraxinus_velutina http://www.calflora.org/cgi-bin/species_query.cgi?where-calrecnum=3616 10 10 37.4096451293862 -122.110052971379 0.0 7.275187852907955E-4 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 San Antonio Avenue from City Limit to San Antonio Avenue 1962 6000 truck & bus routes county or commercial bus route 200 24 4800 asphalt concrete 0 0 0 0.12 37.4091605270234 -122.107964237589 0.0 37.4091471976422 -122.107943630226 0.0 -0.6468261468128248 -41.5734634759345 Tree: 925 site 2 at 4243 ALMA ST, on ALMA ST 58 from pl -1 925 4243 2 fraxinus velutina http://en.wikipedia.org/wiki/Fraxinus_velutina http://www.calflora.org/cgi-bin/species_query.cgi?where-calrecnum=3616 10 10 37.4097134909807 -122.110160779208 0.0 7.286702336400596E-4 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 San Antonio Avenue from City Limit to San Antonio Avenue 1962 6000 truck & bus routes county or commercial bus route 200 24 4800 asphalt concrete 0 0 0 0.12 37.4091605270234 -122.107964237589 0.0 37.4091471976422 -122.107943630226 0.0 -0.6468261468128248 -41.5734634759345 Tree: 924 site 1 at 4243 ALMA ST, on ALMA ST 15 from pl -1 924 4243 1 fraxinus velutina http://en.wikipedia.org/wiki/Fraxinus_velutina http://www.calflora.org/cgi-bin/species_query.cgi?where-calrecnum=3616 10 10 37.4097869795839 -122.110276672845 0.0 7.299082536621241E-4 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 San Antonio Avenue from City Limit to San Antonio Avenue 1962 6000 truck & bus routes county or commercial bus route 200 24 4800 asphalt concrete 0 0 0 0.12 37.4091605270234 -122.107964237589 0.0 37.4091471976422 -122.107943630226 0.0 -0.6468261468128248 -41.5734634759345 Tree: 923 site 1 at 4221 ALMA ST, on ALMA ST 34 from pl -1 923 4221 1 fraxinus velutina http://en.wikipedia.org/wiki/Fraxinus_velutina http://www.calflora.org/cgi-bin/species_query.cgi?where-calrecnum=3616 10 10 37.4101200636757 -122.110828865829 0.0 7.501346109057973E-4 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 San Antonio Avenue from City Limit to San Antonio Avenue 1962 6000 truck & bus routes county or commercial bus route 200 24 4800 asphalt concrete 0 0 0 0.12 37.4091605270234 -122.107964237589 0.0 37.4091471976422 -122.107943630226 0.0 -0.6468261468128248 -41.5734634759345 Tree: 919 site 5 at 4181 ALMA ST, on ALMA ST 203 from pl -1 919 4181 5 fraxinus velutina http://en.wikipedia.org/wiki/Fraxinus_velutina http://www.calflora.org/cgi-bin/species_query.cgi?where-calrecnum=3616 10 10 37.4110899832346 -122.112363767066 0.0 7.693583525302298E-4 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 San Antonio Avenue from City Limit to San Antonio Avenue 1962 6000 truck & bus routes county or commercial bus route 200 24 4800 asphalt concrete 0 0 0 0.12 37.4091605270234 -122.107964237589 0.0 37.4091471976422 -122.107943630226 0.0 -0.6468261468128248 -41.5734634759345 Tree: 918 site 4 at 4181 ALMA ST, on ALMA ST 154 from pl -1 918 4181 4 fraxinus velutina http://en.wikipedia.org/wiki/Fraxinus_velutina http://www.calflora.org/cgi-bin/species_query.cgi?where-calrecnum=3616 10 10 37.4111658928771 -122.11248438921 0.0 7.711316407639366E-4 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 San Antonio Avenue from City Limit to San Antonio Avenue 1962 6000 truck & bus routes county or commercial bus route 200 24 4800 asphalt concrete 0 0 0 0.12 37.4091605270234 -122.107964237589 0.0 37.4091471976422 -122.107943630226 0.0 -0.6468261468128248 -41.5734634759345 Tree: 917 site 3 at 4181 ALMA ST, on ALMA ST 105 from pl -1 917 4181 3 fraxinus velutina http://en.wikipedia.org/wiki/Fraxinus_velutina http://www.calflora.org/cgi-bin/species_query.cgi?where-calrecnum=3616 10 10 37.4112547809895 -122.11262509498 0.0 7.729151262667256E-4 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 San Antonio Avenue from City Limit to San Antonio Avenue 1962 6000 truck & bus routes county or commercial bus route 200 24 4800 asphalt concrete 0 0 0 0.12 37.4091605270234 -122.107964237589 0.0 37.4091471976422 -122.107943630226 0.0 -0.6468261468128248 -41.5734634759345 Tree: 916 site 2 at 4181 ALMA ST, on ALMA ST 61 from pl -1 916 4181 2 fraxinus velutina http://en.wikipedia.org/wiki/Fraxinus_velutina http://www.calflora.org/cgi-bin/species_query.cgi?where-calrecnum=3616 10 10 37.4113239358546 -122.112732107044 0.0 7.729683068621726E-4 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 San Antonio Avenue from City Limit to San Antonio Avenue 1962 6000 truck & bus routes county or commercial bus route 200 24 4800 asphalt concrete 0 0 0 0.12 37.4091605270234 -122.107964237589 0.0 37.4091471976422 -122.107943630226 0.0 -0.6468261468128248 -41.5734634759345 Tree: 905 site 7 at 4111 ALMA ST, on ALMA ST 367 from pl -1 905 4111 7 fraxinus velutina http://en.wikipedia.org/wiki/Fraxinus_velutina http://www.calflora.org/cgi-bin/species_query.cgi?where-calrecnum=3616 10 10 37.4114933130279 -122.112985249683 0.0 7.682343957204866E-4 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 San Antonio Avenue from City Limit to San Antonio Avenue 1962 6000 truck & bus routes county or commercial bus route 200 24 4800 asphalt concrete 0 0 0 0.12 37.4091605270234 -122.107964237589 0.0 37.4091471976422 -122.107943630226 0.0 -0.6468261468128248 -41.5734634759345 Tree: 906 site 1 at 4161 ALMA ST, on ALMA ST 20 from pl -1 906 4161 1 fraxinus velutina http://en.wikipedia.org/wiki/Fraxinus_velutina http://www.calflora.org/cgi-bin/species_query.cgi?where-calrecnum=3616 10 10 37.4110525965859 -122.112308379546 0.0 7.706686849349359E-4 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 San Antonio Avenue from City Limit to San Antonio Avenue 1962 6000 truck & bus routes county or commercial bus route 200 24 4800 asphalt concrete 0 0 0 0.12 37.4091605270234 -122.107964237589 0.0 37.4091471976422 -122.107943630226 0.0 -0.6468261468128248 -41.5734634759345 Tree: 909 site 4 at 4161 ALMA ST, on ALMA ST 156 from pl -1 909 4161 4 fraxinus velutina http://en.wikipedia.org/wiki/Fraxinus_velutina http://www.calflora.org/cgi-bin/species_query.cgi?where-calrecnum=3616 10 10 37.4108194070582 -122.111944383537 0.0 7.687772615640426E-4 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 San Antonio Avenue from City Limit to San Antonio Avenue 1962 6000 truck & bus routes county or commercial bus route 200 24 4800 asphalt concrete 0 0 0 0.12 37.4091605270234 -122.107964237589 0.0 37.4091471976422 -122.107943630226 0.0 -0.6468261468128248 -41.5734634759345 Tree: 910 site 5 at 4161 ALMA ST, on ALMA ST 197 from pl -1 910 4161 5 fraxinus velutina http://en.wikipedia.org/wiki/Fraxinus_velutina http://www.calflora.org/cgi-bin/species_query.cgi?where-calrecnum=3616 10 10 37.4107462580174 -122.111831193507 0.0 7.687224904618779E-4 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 San Antonio Avenue from City Limit to San Antonio Avenue 1962 6000 truck & bus routes county or commercial bus route 200 24 4800 asphalt concrete 0 0 0 0.12 37.4091605270234 -122.107964237589 0.0 37.4091471976422 -122.107943630226 0.0 -0.6468261468128248 -41.5734634759345 Tree: 911 site 6 at 4161 ALMA ST, on ALMA ST 244 from pl -1 911 4161 6 fraxinus velutina http://en.wikipedia.org/wiki/Fraxinus_velutina http://www.calflora.org/cgi-bin/species_query.cgi?where-calrecnum=3616 10 10 37.4106643575087 -122.111701303598 0.0 7.669460396143048E-4 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 San Antonio Avenue from City Limit to San Antonio Avenue 1962 6000 truck & bus routes county or commercial bus route 200 24 4800 asphalt concrete 0 0 0 0.12 37.4091605270234 -122.107964237589 0.0 37.4091471976422 -122.107943630226 0.0 -0.6468261468128248 -41.5734634759345 Tree: 912 site 7 at 4161 ALMA ST, on ALMA ST 293 from pl -1 912 4161 7 fraxinus velutina http://en.wikipedia.org/wiki/Fraxinus_velutina http://www.calflora.org/cgi-bin/species_query.cgi?where-calrecnum=3616 10 10 37.4105824568557 -122.111571413974 0.0 7.651698647423691E-4 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 San Antonio Avenue from City Limit to San Antonio Avenue 1962 6000 truck & bus routes county or commercial bus route 200 24 4800 asphalt concrete 0 0 0 0.12 37.4091605270234 -122.107964237589 0.0 37.4091471976422 -122.107943630226 0.0 -0.6468261468128248 -41.5734634759345 Tree: 915 site 1 at 4181 ALMA ST, on ALMA ST 14 from pl -1 915 4181 1 fraxinus velutina http://en.wikipedia.org/wiki/Fraxinus_velutina http://www.calflora.org/cgi-bin/species_query.cgi?where-calrecnum=3616 10 10 37.4114000790744 -122.112849933477 0.0 7.730270811950915E-4 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 San Antonio Avenue from City Limit to San Antonio Avenue 1962 6000 truck & bus routes county or commercial bus route 200 24 4800 asphalt concrete 0 0 0 0.12 37.4091605270234 -122.107964237589 0.0 37.4091471976422 -122.107943630226 0.0 -0.6468261468128248 -41.5734634759345 Tree: 914 site 9 at 4161 ALMA ST, on ALMA ST 387 from pl -1 914 4161 9 fraxinus velutina http://en.wikipedia.org/wiki/Fraxinus_velutina http://www.calflora.org/cgi-bin/species_query.cgi?where-calrecnum=3616 10 10 37.4104229452077 -122.11132774908 0.0 7.66767588094453E-4 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 San Antonio Avenue from City Limit to San Antonio Avenue 1962 6000 truck & bus routes county or commercial bus route 200 24 4800 asphalt concrete 0 0 0 0.12 37.4091605270234 -122.107964237589 0.0 37.4091471976422 -122.107943630226 0.0 -0.6468261468128248 -41.5734634759345 Tree: 913 site 8 at 4161 ALMA ST, on ALMA ST 340 from pl -1 913 4161 8 fraxinus velutina http://en.wikipedia.org/wiki/Fraxinus_velutina http://www.calflora.org/cgi-bin/species_query.cgi?where-calrecnum=3616 10 10 37.410500322135 -122.111444321069 0.0 7.651091629770309E-4 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 Nita Avenue from San Antonio Ramp E to San Antonio Avenue 1964 0 collectors collectors 200 50 10000 asphalt concrete 0 0 0 0.12 37.4113175185594 -122.106348525693 0.0 37.4113155117417 -122.106333477744 0.0 -0.13336154337952758 21.12702642273448 Tree: 918 site 4 at 4181 ALMA ST, on ALMA ST 154 from pl -1 918 4181 4 fraxinus velutina http://en.wikipedia.org/wiki/Fraxinus_velutina http://www.calflora.org/cgi-bin/species_query.cgi?where-calrecnum=3616 10 10 37.4111658928771 -122.11248438921 0.0 9.614021763726296E-4 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 Nita Avenue from San Antonio Ramp E to San Antonio Avenue 1964 0 collectors collectors 200 50 10000 asphalt concrete 0 0 0 0.12 37.4113175185594 -122.106348525693 0.0 37.4113155117417 -122.106333477744 0.0 -0.13336154337952758 21.12702642273448 Tree: 917 site 3 at 4181 ALMA ST, on ALMA ST 105 from pl -1 917 4181 3 fraxinus velutina http://en.wikipedia.org/wiki/Fraxinus_velutina http://www.calflora.org/cgi-bin/species_query.cgi?where-calrecnum=3616 10 10 37.4112547809895 -122.11262509498 0.0 8.918941887253213E-4 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 Nita Avenue from San Antonio Ramp E to San Antonio Avenue 1964 0 collectors collectors 200 50 10000 asphalt concrete 0 0 0 0.12 37.4113175185594 -122.106348525693 0.0 37.4113155117417 -122.106333477744 0.0 -0.13336154337952758 21.12702642273448 Tree: 916 site 2 at 4181 ALMA ST, on ALMA ST 61 from pl -1 916 4181 2 fraxinus velutina http://en.wikipedia.org/wiki/Fraxinus_velutina http://www.calflora.org/cgi-bin/species_query.cgi?where-calrecnum=3616 10 10 37.4113239358546 -122.112732107044 0.0 8.374922628508981E-4 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 Nita Avenue from San Antonio Ramp E to San Antonio Avenue 1964 0 collectors collectors 200 50 10000 asphalt concrete 0 0 0 0.12 37.4113175185594 -122.106348525693 0.0 37.4113155117417 -122.106333477744 0.0 -0.13336154337952758 21.12702642273448 Tree: 905 site 7 at 4111 ALMA ST, on ALMA ST 367 from pl -1 905 4111 7 fraxinus velutina http://en.wikipedia.org/wiki/Fraxinus_velutina http://www.calflora.org/cgi-bin/species_query.cgi?where-calrecnum=3616 10 10 37.4114933130279 -122.112985249683 0.0 7.030647311906567E-4 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 Nita Avenue from San Antonio Ramp E to San Antonio Avenue 1964 0 collectors collectors 200 50 10000 asphalt concrete 0 0 0 0.12 37.4113175185594 -122.106348525693 0.0 37.4113155117417 -122.106333477744 0.0 -0.13336154337952758 21.12702642273448 Tree: 915 site 1 at 4181 ALMA ST, on ALMA ST 14 from pl -1 915 4181 1 fraxinus velutina http://en.wikipedia.org/wiki/Fraxinus_velutina http://www.calflora.org/cgi-bin/species_query.cgi?where-calrecnum=3616 10 10 37.4114000790744 -122.112849933477 0.0 7.775928747676263E-4 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 Scripps Court from Scripps Avenue to End 1955 0 residential dead end local residential 340 30 10200 asphalt concrete 0 0 0 0.12 37.4126699855477 -122.111478107112 0.0 37.4133901934513 -122.110765452804 0.0 1.010599242170454 160.81843722090906 Tree: 919 site 5 at 4181 ALMA ST, on ALMA ST 203 from pl -1 919 4181 5 fraxinus velutina http://en.wikipedia.org/wiki/Fraxinus_velutina http://www.calflora.org/cgi-bin/species_query.cgi?where-calrecnum=3616 10 10 37.4110899832346 -122.112363767066 0.0 4.817763877125595E-4 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 Scripps Court from Scripps Avenue to End 1955 0 residential dead end local residential 340 30 10200 asphalt concrete 0 0 0 0.12 37.4126699855477 -122.111478107112 0.0 37.4133901934513 -122.110765452804 0.0 1.010599242170454 160.81843722090906 Tree: 918 site 4 at 4181 ALMA ST, on ALMA ST 154 from pl -1 918 4181 4 fraxinus velutina http://en.wikipedia.org/wiki/Fraxinus_velutina http://www.calflora.org/cgi-bin/species_query.cgi?where-calrecnum=3616 10 10 37.4111658928771 -122.11248438921 0.0 3.426426898117392E-4 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 Scripps Court from Scripps Avenue to End 1955 0 residential dead end local residential 340 30 10200 asphalt concrete 0 0 0 0.12 37.4126699855477 -122.111478107112 0.0 37.4133901934513 -122.110765452804 0.0 1.010599242170454 160.81843722090906 Tree: 917 site 3 at 4181 ALMA ST, on ALMA ST 105 from pl -1 917 4181 3 fraxinus velutina http://en.wikipedia.org/wiki/Fraxinus_velutina http://www.calflora.org/cgi-bin/species_query.cgi?where-calrecnum=3616 10 10 37.4112547809895 -122.11262509498 0.0 1.8010439943189595E-4 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 Scripps Court from Scripps Avenue to End 1955 0 residential dead end local residential 340 30 10200 asphalt concrete 0 0 0 0.12 37.4126699855477 -122.111478107112 0.0 37.4133901934513 -122.110765452804 0.0 1.010599242170454 160.81843722090906 Tree: 916 site 2 at 4181 ALMA ST, on ALMA ST 61 from pl -1 916 4181 2 fraxinus velutina http://en.wikipedia.org/wiki/Fraxinus_velutina http://www.calflora.org/cgi-bin/species_query.cgi?where-calrecnum=3616 10 10 37.4113239358546 -122.112732107044 0.0 5.53961839940862E-5 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 Scripps Court from Scripps Avenue to End 1955 0 residential dead end local residential 340 30 10200 asphalt concrete 0 0 0 0.12 37.4126699855477 -122.111478107112 0.0 37.4133901934513 -122.110765452804 0.0 1.010599242170454 160.81843722090906 Tree: 905 site 7 at 4111 ALMA ST, on ALMA ST 367 from pl -1 905 4111 7 fraxinus velutina http://en.wikipedia.org/wiki/Fraxinus_velutina http://www.calflora.org/cgi-bin/species_query.cgi?where-calrecnum=3616 10 10 37.4114933130279 -122.112985249683 0.0 2.4367853252216977E-4 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 Scripps Court from Scripps Avenue to End 1955 0 residential dead end local residential 340 30 10200 asphalt concrete 0 0 0 0.12 37.4126699855477 -122.111478107112 0.0 37.4133901934513 -122.110765452804 0.0 1.010599242170454 160.81843722090906 Tree: 906 site 1 at 4161 ALMA ST, on ALMA ST 20 from pl -1 906 4161 1 fraxinus velutina http://en.wikipedia.org/wiki/Fraxinus_velutina http://www.calflora.org/cgi-bin/species_query.cgi?where-calrecnum=3616 10 10 37.4110525965859 -122.112308379546 0.0 5.474438198932504E-4 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 Scripps Court from Scripps Avenue to End 1955 0 residential dead end local residential 340 30 10200 asphalt concrete 0 0 0 0.12 37.4126699855477 -122.111478107112 0.0 37.4133901934513 -122.110765452804 0.0 1.010599242170454 160.81843722090906 Tree: 909 site 4 at 4161 ALMA ST, on ALMA ST 156 from pl -1 909 4161 4 fraxinus velutina http://en.wikipedia.org/wiki/Fraxinus_velutina http://www.calflora.org/cgi-bin/species_query.cgi?where-calrecnum=3616 10 10 37.4108194070582 -122.111944383537 0.0 9.701994880954839E-4 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 Scripps Court from Scripps Avenue to End 1955 0 residential dead end local residential 340 30 10200 asphalt concrete 0 0 0 0.12 37.4126699855477 -122.111478107112 0.0 37.4133901934513 -122.110765452804 0.0 1.010599242170454 160.81843722090906 Tree: 915 site 1 at 4181 ALMA ST, on ALMA ST 14 from pl -1 915 4181 1 fraxinus velutina http://en.wikipedia.org/wiki/Fraxinus_velutina http://www.calflora.org/cgi-bin/species_query.cgi?where-calrecnum=3616 10 10 37.4114000790744 -122.112849933477 0.0 8.191454502786414E-5 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 Scripps Court from Scripps Avenue to End 1955 0 residential dead end local residential 340 30 10200 asphalt concrete 0 0 0 0.12 37.4126699855477 -122.111478107112 0.0 37.4133901934513 -122.110765452804 0.0 1.010599242170454 160.81843722090906 Tree: 907 site 2 at 4161 ALMA ST, on ALMA ST 70 from pl -1 907 4161 2 fraxinus velutina http://en.wikipedia.org/wiki/Fraxinus_velutina http://www.calflora.org/cgi-bin/species_query.cgi?where-calrecnum=3616 10 10 37.4109664692294 -122.112175105575 0.0 7.027575739855365E-4 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 Scripps Court from Scripps Avenue to End 1955 0 residential dead end local residential 340 30 10200 asphalt concrete 0 0 0 0.12 37.4126699855477 -122.111478107112 0.0 37.4133901934513 -122.110765452804 0.0 1.010599242170454 160.81843722090906 Tree: 908 site 3 at 4161 ALMA ST, on ALMA ST 113 from pl -1 908 4161 3 fraxinus velutina http://en.wikipedia.org/wiki/Fraxinus_velutina http://www.calflora.org/cgi-bin/species_query.cgi?where-calrecnum=3616 10 10 37.4109020091126 -122.112065884642 0.0 8.25733765617388E-4 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 Alma Street from Ferne Avenue to San Antonio Avenue 1957 17181 arterials & major streets arterial 830 60 49800 asphalt concrete 0 0 0 0.12 37.4093853524715 -122.109788931557 0.0 37.409328707735 -122.109655937481 0.0 -0.42591924544233783 -14.59952381038039 Tree: 926 site 3 at 4243 ALMA ST, on ALMA ST 98 from pl -1 926 4243 3 fraxinus velutina http://en.wikipedia.org/wiki/Fraxinus_velutina http://www.calflora.org/cgi-bin/species_query.cgi?where-calrecnum=3616 10 10 37.4096451293862 -122.110052971379 0.0 1.3553575005548972E-4 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 Alma Street from Ferne Avenue to San Antonio Avenue 1957 17181 arterials & major streets arterial 830 60 49800 asphalt concrete 0 0 0 0.12 37.4093853524715 -122.109788931557 0.0 37.409328707735 -122.109655937481 0.0 -0.42591924544233783 -14.59952381038039 Tree: 925 site 2 at 4243 ALMA ST, on ALMA ST 58 from pl -1 925 4243 2 fraxinus velutina http://en.wikipedia.org/wiki/Fraxinus_velutina http://www.calflora.org/cgi-bin/species_query.cgi?where-calrecnum=3616 10 10 37.4097134909807 -122.110160779208 0.0 1.5618497007500965E-4 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 Alma Street from Ferne Avenue to San Antonio Avenue 1957 17181 arterials & major streets arterial 830 60 49800 asphalt concrete 0 0 0 0.12 37.4093853524715 -122.109788931557 0.0 37.409328707735 -122.109655937481 0.0 -0.42591924544233783 -14.59952381038039 Tree: 924 site 1 at 4243 ALMA ST, on ALMA ST 15 from pl -1 924 4243 1 fraxinus velutina http://en.wikipedia.org/wiki/Fraxinus_velutina http://www.calflora.org/cgi-bin/species_query.cgi?where-calrecnum=3616 10 10 37.4097869795839 -122.110276672845 0.0 1.7838269303628655E-4 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 Alma Street from Ferne Avenue to San Antonio Avenue 1957 17181 arterials & major streets arterial 830 60 49800 asphalt concrete 0 0 0 0.12 37.4093853524715 -122.109788931557 0.0 37.409328707735 -122.109655937481 0.0 -0.42591924544233783 -14.59952381038039 Tree: 923 site 1 at 4221 ALMA ST, on ALMA ST 34 from pl -1 923 4221 1 fraxinus velutina http://en.wikipedia.org/wiki/Fraxinus_velutina http://www.calflora.org/cgi-bin/species_query.cgi?where-calrecnum=3616 10 10 37.4101200636757 -122.110828865829 0.0 2.6844817226415744E-4 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 Alma Street from Ferne Avenue to San Antonio Avenue 1957 17181 arterials & major streets arterial 830 60 49800 asphalt concrete 0 0 0 0.12 37.4093853524715 -122.109788931557 0.0 37.409328707735 -122.109655937481 0.0 -0.42591924544233783 -14.59952381038039 Tree: 919 site 5 at 4181 ALMA ST, on ALMA ST 203 from pl -1 919 4181 5 fraxinus velutina http://en.wikipedia.org/wiki/Fraxinus_velutina http://www.calflora.org/cgi-bin/species_query.cgi?where-calrecnum=3616 10 10 37.4110899832346 -122.112363767066 0.0 5.593379900646776E-4 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 Alma Street from Ferne Avenue to San Antonio Avenue 1957 17181 arterials & major streets arterial 830 60 49800 asphalt concrete 0 0 0 0.12 37.4093853524715 -122.109788931557 0.0 37.409328707735 -122.109655937481 0.0 -0.42591924544233783 -14.59952381038039 Tree: 918 site 4 at 4181 ALMA ST, on ALMA ST 154 from pl -1 918 4181 4 fraxinus velutina http://en.wikipedia.org/wiki/Fraxinus_velutina http://www.calflora.org/cgi-bin/species_query.cgi?where-calrecnum=3616 10 10 37.4111658928771 -122.11248438921 0.0 5.819102346825805E-4 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 Alma Street from Ferne Avenue to San Antonio Avenue 1957 17181 arterials & major streets arterial 830 60 49800 asphalt concrete 0 0 0 0.12 37.4093853524715 -122.109788931557 0.0 37.409328707735 -122.109655937481 0.0 -0.42591924544233783 -14.59952381038039 Tree: 917 site 3 at 4181 ALMA ST, on ALMA ST 105 from pl -1 917 4181 3 fraxinus velutina http://en.wikipedia.org/wiki/Fraxinus_velutina http://www.calflora.org/cgi-bin/species_query.cgi?where-calrecnum=3616 10 10 37.4112547809895 -122.11262509498 0.0 6.08553104904708E-4 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 Alma Street from Ferne Avenue to San Antonio Avenue 1957 17181 arterials & major streets arterial 830 60 49800 asphalt concrete 0 0 0 0.12 37.4093853524715 -122.109788931557 0.0 37.409328707735 -122.109655937481 0.0 -0.42591924544233783 -14.59952381038039 Tree: 916 site 2 at 4181 ALMA ST, on ALMA ST 61 from pl -1 916 4181 2 fraxinus velutina http://en.wikipedia.org/wiki/Fraxinus_velutina http://www.calflora.org/cgi-bin/species_query.cgi?where-calrecnum=3616 10 10 37.4113239358546 -122.112732107044 0.0 6.302439806260813E-4 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 Alma Street from Ferne Avenue to San Antonio Avenue 1957 17181 arterials & major streets arterial 830 60 49800 asphalt concrete 0 0 0 0.12 37.4093853524715 -122.109788931557 0.0 37.409328707735 -122.109655937481 0.0 -0.42591924544233783 -14.59952381038039 Tree: 905 site 7 at 4111 ALMA ST, on ALMA ST 367 from pl -1 905 4111 7 fraxinus velutina http://en.wikipedia.org/wiki/Fraxinus_velutina http://www.calflora.org/cgi-bin/species_query.cgi?where-calrecnum=3616 10 10 37.4114933130279 -122.112985249683 0.0 6.868797365350146E-4 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 Alma Street from Ferne Avenue to San Antonio Avenue 1957 17181 arterials & major streets arterial 830 60 49800 asphalt concrete 0 0 0 0.12 37.4093853524715 -122.109788931557 0.0 37.409328707735 -122.109655937481 0.0 -0.42591924544233783 -14.59952381038039 Tree: 906 site 1 at 4161 ALMA ST, on ALMA ST 20 from pl -1 906 4161 1 fraxinus velutina http://en.wikipedia.org/wiki/Fraxinus_velutina http://www.calflora.org/cgi-bin/species_query.cgi?where-calrecnum=3616 10 10 37.4110525965859 -122.112308379546 0.0 5.466452737419316E-4 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 Alma Street from Ferne Avenue to San Antonio Avenue 1957 17181 arterials & major streets arterial 830 60 49800 asphalt concrete 0 0 0 0.12 37.4093853524715 -122.109788931557 0.0 37.409328707735 -122.109655937481 0.0 -0.42591924544233783 -14.59952381038039 Tree: 909 site 4 at 4161 ALMA ST, on ALMA ST 156 from pl -1 909 4161 4 fraxinus velutina http://en.wikipedia.org/wiki/Fraxinus_velutina http://www.calflora.org/cgi-bin/species_query.cgi?where-calrecnum=3616 10 10 37.4108194070582 -122.111944383537 0.0 4.747391340173173E-4 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 Alma Street from Ferne Avenue to San Antonio Avenue 1957 17181 arterials & major streets arterial 830 60 49800 asphalt concrete 0 0 0 0.12 37.4093853524715 -122.109788931557 0.0 37.409328707735 -122.109655937481 0.0 -0.42591924544233783 -14.59952381038039 Tree: 910 site 5 at 4161 ALMA ST, on ALMA ST 197 from pl -1 910 4161 5 fraxinus velutina http://en.wikipedia.org/wiki/Fraxinus_velutina http://www.calflora.org/cgi-bin/species_query.cgi?where-calrecnum=3616 10 10 37.4107462580174 -122.111831193507 0.0 4.5179439039182243E-4 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 Alma Street from Ferne Avenue to San Antonio Avenue 1957 17181 arterials & major streets arterial 830 60 49800 asphalt concrete 0 0 0 0.12 37.4093853524715 -122.109788931557 0.0 37.409328707735 -122.109655937481 0.0 -0.42591924544233783 -14.59952381038039 Tree: 911 site 6 at 4161 ALMA ST, on ALMA ST 244 from pl -1 911 4161 6 fraxinus velutina http://en.wikipedia.org/wiki/Fraxinus_velutina http://www.calflora.org/cgi-bin/species_query.cgi?where-calrecnum=3616 10 10 37.4106643575087 -122.111701303598 0.0 4.273420292592714E-4 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 Alma Street from Ferne Avenue to San Antonio Avenue 1957 17181 arterials & major streets arterial 830 60 49800 asphalt concrete 0 0 0 0.12 37.4093853524715 -122.109788931557 0.0 37.409328707735 -122.109655937481 0.0 -0.42591924544233783 -14.59952381038039 Tree: 912 site 7 at 4161 ALMA ST, on ALMA ST 293 from pl -1 912 4161 7 fraxinus velutina http://en.wikipedia.org/wiki/Fraxinus_velutina http://www.calflora.org/cgi-bin/species_query.cgi?where-calrecnum=3616 10 10 37.4105824568557 -122.111571413974 0.0 4.0288942367543786E-4 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 Alma Street from Ferne Avenue to San Antonio Avenue 1957 17181 arterials & major streets arterial 830 60 49800 asphalt concrete 0 0 0 0.12 37.4093853524715 -122.109788931557 0.0 37.409328707735 -122.109655937481 0.0 -0.42591924544233783 -14.59952381038039 Tree: 915 site 1 at 4181 ALMA ST, on ALMA ST 14 from pl -1 915 4181 1 fraxinus velutina http://en.wikipedia.org/wiki/Fraxinus_velutina http://www.calflora.org/cgi-bin/species_query.cgi?where-calrecnum=3616 10 10 37.4114000790744 -122.112849933477 0.0 6.541266410237525E-4 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 Alma Street from Ferne Avenue to San Antonio Avenue 1957 17181 arterials & major streets arterial 830 60 49800 asphalt concrete 0 0 0 0.12 37.4093853524715 -122.109788931557 0.0 37.409328707735 -122.109655937481 0.0 -0.42591924544233783 -14.59952381038039 Tree: 914 site 9 at 4161 ALMA ST, on ALMA ST 387 from pl -1 914 4161 9 fraxinus velutina http://en.wikipedia.org/wiki/Fraxinus_velutina http://www.calflora.org/cgi-bin/species_query.cgi?where-calrecnum=3616 10 10 37.4104229452077 -122.11132774908 0.0 3.516162900464152E-4 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 Alma Street from Ferne Avenue to San Antonio Avenue 1957 17181 arterials & major streets arterial 830 60 49800 asphalt concrete 0 0 0 0.12 37.4093853524715 -122.109788931557 0.0 37.409328707735 -122.109655937481 0.0 -0.42591924544233783 -14.59952381038039 Tree: 913 site 8 at 4161 ALMA ST, on ALMA ST 340 from pl -1 913 4161 8 fraxinus velutina http://en.wikipedia.org/wiki/Fraxinus_velutina http://www.calflora.org/cgi-bin/species_query.cgi?where-calrecnum=3616 10 10 37.410500322135 -122.111444321069 0.0 3.771255561524225E-4 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 Alma Street from Ferne Avenue to San Antonio Avenue 1957 17181 arterials & major streets arterial 830 60 49800 asphalt concrete 0 0 0 0.12 37.4093853524715 -122.109788931557 0.0 37.409328707735 -122.109655937481 0.0 -0.42591924544233783 -14.59952381038039 Tree: 907 site 2 at 4161 ALMA ST, on ALMA ST 70 from pl -1 907 4161 2 fraxinus velutina http://en.wikipedia.org/wiki/Fraxinus_velutina http://www.calflora.org/cgi-bin/species_query.cgi?where-calrecnum=3616 10 10 37.4109664692294 -122.112175105575 0.0 5.196301698236337E-4 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 Alma Street from Ferne Avenue to San Antonio Avenue 1957 17181 arterials & major streets arterial 830 60 49800 asphalt concrete 0 0 0 0.12 37.4093853524715 -122.109788931557 0.0 37.409328707735 -122.109655937481 0.0 -0.42591924544233783 -14.59952381038039 Tree: 908 site 3 at 4161 ALMA ST, on ALMA ST 113 from pl -1 908 4161 3 fraxinus velutina http://en.wikipedia.org/wiki/Fraxinus_velutina http://www.calflora.org/cgi-bin/species_query.cgi?where-calrecnum=3616 10 10 37.4109020091126 -122.112065884642 0.0 5.031241459823448E-4 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 Alma Street from Ferne Avenue to San Antonio Avenue 1957 17181 arterials & major streets arterial 830 60 49800 asphalt concrete 0 0 0 0.12 37.4093853524715 -122.109788931557 0.0 37.409328707735 -122.109655937481 0.0 -0.42591924544233783 -14.59952381038039 Tree: 927 site 1 at 4245 ALMA ST, on ALMA ST 73 from pl -1 927 4245 1 juglans nigra http://en.wikipedia.org/wiki/Juglans_nigra NULL 30 40 37.4094069392663 -122.109604220859 0.0 9.224057129528666E-5 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 Alma Street from Ferne Avenue to San Antonio Avenue 1957 17181 arterials & major streets arterial 830 60 49800 asphalt concrete 0 0 0 0.12 37.409328707735 -122.109655937481 0.0 37.4092630321917 -122.109529638696 0.0 -0.5200013864076708 -26.087861673518788 Tree: 926 site 3 at 4243 ALMA ST, on ALMA ST 98 from pl -1 926 4243 3 fraxinus velutina http://en.wikipedia.org/wiki/Fraxinus_velutina http://www.calflora.org/cgi-bin/species_query.cgi?where-calrecnum=3616 10 10 37.4096451293862 -122.110052971379 0.0 9.756138609749723E-5 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 Alma Street from Ferne Avenue to San Antonio Avenue 1957 17181 arterials & major streets arterial 830 60 49800 asphalt concrete 0 0 0 0.12 37.409328707735 -122.109655937481 0.0 37.4092630321917 -122.109529638696 0.0 -0.5200013864076708 -26.087861673518788 Tree: 925 site 2 at 4243 ALMA ST, on ALMA ST 58 from pl -1 925 4243 2 fraxinus velutina http://en.wikipedia.org/wiki/Fraxinus_velutina http://www.calflora.org/cgi-bin/species_query.cgi?where-calrecnum=3616 10 10 37.4097134909807 -122.110160779208 0.0 1.08475365556724E-4 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 Alma Street from Ferne Avenue to San Antonio Avenue 1957 17181 arterials & major streets arterial 830 60 49800 asphalt concrete 0 0 0 0.12 37.409328707735 -122.109655937481 0.0 37.4092630321917 -122.109529638696 0.0 -0.5200013864076708 -26.087861673518788 Tree: 924 site 1 at 4243 ALMA ST, on ALMA ST 15 from pl -1 924 4243 1 fraxinus velutina http://en.wikipedia.org/wiki/Fraxinus_velutina http://www.calflora.org/cgi-bin/species_query.cgi?where-calrecnum=3616 10 10 37.4097869795839 -122.110276672845 0.0 1.2020769321113889E-4 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 Alma Street from Ferne Avenue to San Antonio Avenue 1957 17181 arterials & major streets arterial 830 60 49800 asphalt concrete 0 0 0 0.12 37.409328707735 -122.109655937481 0.0 37.4092630321917 -122.109529638696 0.0 -0.5200013864076708 -26.087861673518788 Tree: 923 site 1 at 4221 ALMA ST, on ALMA ST 34 from pl -1 923 4221 1 fraxinus velutina http://en.wikipedia.org/wiki/Fraxinus_velutina http://www.calflora.org/cgi-bin/species_query.cgi?where-calrecnum=3616 10 10 37.4101200636757 -122.110828865829 0.0 1.6096904900078128E-4 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 Alma Street from Ferne Avenue to San Antonio Avenue 1957 17181 arterials & major streets arterial 830 60 49800 asphalt concrete 0 0 0 0.12 37.409328707735 -122.109655937481 0.0 37.4092630321917 -122.109529638696 0.0 -0.5200013864076708 -26.087861673518788 Tree: 919 site 5 at 4181 ALMA ST, on ALMA ST 203 from pl -1 919 4181 5 fraxinus velutina http://en.wikipedia.org/wiki/Fraxinus_velutina http://www.calflora.org/cgi-bin/species_query.cgi?where-calrecnum=3616 10 10 37.4110899832346 -122.112363767066 0.0 3.133651168698991E-4 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 Alma Street from Ferne Avenue to San Antonio Avenue 1957 17181 arterials & major streets arterial 830 60 49800 asphalt concrete 0 0 0 0.12 37.409328707735 -122.109655937481 0.0 37.4092630321917 -122.109529638696 0.0 -0.5200013864076708 -26.087861673518788 Tree: 918 site 4 at 4181 ALMA ST, on ALMA ST 154 from pl -1 918 4181 4 fraxinus velutina http://en.wikipedia.org/wiki/Fraxinus_velutina http://www.calflora.org/cgi-bin/species_query.cgi?where-calrecnum=3616 10 10 37.4111658928771 -122.11248438921 0.0 3.2506391582412536E-4 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 Alma Street from Ferne Avenue to San Antonio Avenue 1957 17181 arterials & major streets arterial 830 60 49800 asphalt concrete 0 0 0 0.12 37.409328707735 -122.109655937481 0.0 37.4092630321917 -122.109529638696 0.0 -0.5200013864076708 -26.087861673518788 Tree: 917 site 3 at 4181 ALMA ST, on ALMA ST 105 from pl -1 917 4181 3 fraxinus velutina http://en.wikipedia.org/wiki/Fraxinus_velutina http://www.calflora.org/cgi-bin/species_query.cgi?where-calrecnum=3616 10 10 37.4112547809895 -122.11262509498 0.0 3.3901176953770066E-4 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 Alma Street from Ferne Avenue to San Antonio Avenue 1957 17181 arterials & major streets arterial 830 60 49800 asphalt concrete 0 0 0 0.12 37.409328707735 -122.109655937481 0.0 37.4092630321917 -122.109529638696 0.0 -0.5200013864076708 -26.087861673518788 Tree: 916 site 2 at 4181 ALMA ST, on ALMA ST 61 from pl -1 916 4181 2 fraxinus velutina http://en.wikipedia.org/wiki/Fraxinus_velutina http://www.calflora.org/cgi-bin/species_query.cgi?where-calrecnum=3616 10 10 37.4113239358546 -122.112732107044 0.0 3.509966807254329E-4 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 Alma Street from Ferne Avenue to San Antonio Avenue 1957 17181 arterials & major streets arterial 830 60 49800 asphalt concrete 0 0 0 0.12 37.409328707735 -122.109655937481 0.0 37.4092630321917 -122.109529638696 0.0 -0.5200013864076708 -26.087861673518788 Tree: 905 site 7 at 4111 ALMA ST, on ALMA ST 367 from pl -1 905 4111 7 fraxinus velutina http://en.wikipedia.org/wiki/Fraxinus_velutina http://www.calflora.org/cgi-bin/species_query.cgi?where-calrecnum=3616 10 10 37.4114933130279 -122.112985249683 0.0 3.8448257497703767E-4 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 Alma Street from Ferne Avenue to San Antonio Avenue 1957 17181 arterials & major streets arterial 830 60 49800 asphalt concrete 0 0 0 0.12 37.409328707735 -122.109655937481 0.0 37.4092630321917 -122.109529638696 0.0 -0.5200013864076708 -26.087861673518788 Tree: 906 site 1 at 4161 ALMA ST, on ALMA ST 20 from pl -1 906 4161 1 fraxinus velutina http://en.wikipedia.org/wiki/Fraxinus_velutina http://www.calflora.org/cgi-bin/species_query.cgi?where-calrecnum=3616 10 10 37.4110525965859 -122.112308379546 0.0 3.057483103765624E-4 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 Alma Street from Ferne Avenue to San Antonio Avenue 1957 17181 arterials & major streets arterial 830 60 49800 asphalt concrete 0 0 0 0.12 37.409328707735 -122.109655937481 0.0 37.4092630321917 -122.109529638696 0.0 -0.5200013864076708 -26.087861673518788 Tree: 909 site 4 at 4161 ALMA ST, on ALMA ST 156 from pl -1 909 4161 4 fraxinus velutina http://en.wikipedia.org/wiki/Fraxinus_velutina http://www.calflora.org/cgi-bin/species_query.cgi?where-calrecnum=3616 10 10 37.4108194070582 -122.111944383537 0.0 2.6678966824743083E-4 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 Alma Street from Ferne Avenue to San Antonio Avenue 1957 17181 arterials & major streets arterial 830 60 49800 asphalt concrete 0 0 0 0.12 37.409328707735 -122.109655937481 0.0 37.4092630321917 -122.109529638696 0.0 -0.5200013864076708 -26.087861673518788 Tree: 910 site 5 at 4161 ALMA ST, on ALMA ST 197 from pl -1 910 4161 5 fraxinus velutina http://en.wikipedia.org/wiki/Fraxinus_velutina http://www.calflora.org/cgi-bin/species_query.cgi?where-calrecnum=3616 10 10 37.4107462580174 -122.111831193507 0.0 2.5411128678068536E-4 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 Alma Street from Ferne Avenue to San Antonio Avenue 1957 17181 arterials & major streets arterial 830 60 49800 asphalt concrete 0 0 0 0.12 37.409328707735 -122.109655937481 0.0 37.4092630321917 -122.109529638696 0.0 -0.5200013864076708 -26.087861673518788 Tree: 911 site 6 at 4161 ALMA ST, on ALMA ST 244 from pl -1 911 4161 6 fraxinus velutina http://en.wikipedia.org/wiki/Fraxinus_velutina http://www.calflora.org/cgi-bin/species_query.cgi?where-calrecnum=3616 10 10 37.4106643575087 -122.111701303598 0.0 2.4137301141469552E-4 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 Alma Street from Ferne Avenue to San Antonio Avenue 1957 17181 arterials & major streets arterial 830 60 49800 asphalt concrete 0 0 0 0.12 37.409328707735 -122.109655937481 0.0 37.4092630321917 -122.109529638696 0.0 -0.5200013864076708 -26.087861673518788 Tree: 912 site 7 at 4161 ALMA ST, on ALMA ST 293 from pl -1 912 4161 7 fraxinus velutina http://en.wikipedia.org/wiki/Fraxinus_velutina http://www.calflora.org/cgi-bin/species_query.cgi?where-calrecnum=3616 10 10 37.4105824568557 -122.111571413974 0.0 2.2863447652984008E-4 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 Alma Street from Ferne Avenue to San Antonio Avenue 1957 17181 arterials & major streets arterial 830 60 49800 asphalt concrete 0 0 0 0.12 37.409328707735 -122.109655937481 0.0 37.4092630321917 -122.109529638696 0.0 -0.5200013864076708 -26.087861673518788 Tree: 915 site 1 at 4181 ALMA ST, on ALMA ST 14 from pl -1 915 4181 1 fraxinus velutina http://en.wikipedia.org/wiki/Fraxinus_velutina http://www.calflora.org/cgi-bin/species_query.cgi?where-calrecnum=3616 10 10 37.4114000790744 -122.112849933477 0.0 3.6419252490043583E-4 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 Alma Street from Ferne Avenue to San Antonio Avenue 1957 17181 arterials & major streets arterial 830 60 49800 asphalt concrete 0 0 0 0.12 37.409328707735 -122.109655937481 0.0 37.4092630321917 -122.109529638696 0.0 -0.5200013864076708 -26.087861673518788 Tree: 914 site 9 at 4161 ALMA ST, on ALMA ST 387 from pl -1 914 4161 9 fraxinus velutina http://en.wikipedia.org/wiki/Fraxinus_velutina http://www.calflora.org/cgi-bin/species_query.cgi?where-calrecnum=3616 10 10 37.4104229452077 -122.11132774908 0.0 1.9952884433489598E-4 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 Alma Street from Ferne Avenue to San Antonio Avenue 1957 17181 arterials & major streets arterial 830 60 49800 asphalt concrete 0 0 0 0.12 37.409328707735 -122.109655937481 0.0 37.4092630321917 -122.109529638696 0.0 -0.5200013864076708 -26.087861673518788 Tree: 913 site 8 at 4161 ALMA ST, on ALMA ST 340 from pl -1 913 4161 8 fraxinus velutina http://en.wikipedia.org/wiki/Fraxinus_velutina http://www.calflora.org/cgi-bin/species_query.cgi?where-calrecnum=3616 10 10 37.410500322135 -122.111444321069 0.0 2.143979963002925E-4 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 Alma Street from Ferne Avenue to San Antonio Avenue 1957 17181 arterials & major streets arterial 830 60 49800 asphalt concrete 0 0 0 0.12 37.409328707735 -122.109655937481 0.0 37.4092630321917 -122.109529638696 0.0 -0.5200013864076708 -26.087861673518788 Tree: 907 site 2 at 4161 ALMA ST, on ALMA ST 70 from pl -1 907 4161 2 fraxinus velutina http://en.wikipedia.org/wiki/Fraxinus_velutina http://www.calflora.org/cgi-bin/species_query.cgi?where-calrecnum=3616 10 10 37.4109664692294 -122.112175105575 0.0 2.908211562882684E-4 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 Alma Street from Ferne Avenue to San Antonio Avenue 1957 17181 arterials & major streets arterial 830 60 49800 asphalt concrete 0 0 0 0.12 37.409328707735 -122.109655937481 0.0 37.4092630321917 -122.109529638696 0.0 -0.5200013864076708 -26.087861673518788 Tree: 908 site 3 at 4161 ALMA ST, on ALMA ST 113 from pl -1 908 4161 3 fraxinus velutina http://en.wikipedia.org/wiki/Fraxinus_velutina http://www.calflora.org/cgi-bin/species_query.cgi?where-calrecnum=3616 10 10 37.4109020091126 -122.112065884642 0.0 2.840205721947935E-4 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 Alma Street from Ferne Avenue to San Antonio Avenue 1957 17181 arterials & major streets arterial 830 60 49800 asphalt concrete 0 0 0 0.12 37.409328707735 -122.109655937481 0.0 37.4092630321917 -122.109529638696 0.0 -0.5200013864076708 -26.087861673518788 Tree: 927 site 1 at 4245 ALMA ST, on ALMA ST 73 from pl -1 927 4245 1 juglans nigra http://en.wikipedia.org/wiki/Juglans_nigra NULL 30 40 37.4094069392663 -122.109604220859 0.0 9.326794472921177E-5 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 Alma Street from Ferne Avenue to San Antonio Avenue 1957 17181 arterials & major streets arterial 830 60 49800 asphalt concrete 0 0 0 0.12 37.4092630321917 -122.109529638696 0.0 37.409237690322 -122.109486682469 0.0 -0.5899463586043213 -34.62880932904345 Tree: 926 site 3 at 4243 ALMA ST, on ALMA ST 98 from pl -1 926 4243 3 fraxinus velutina http://en.wikipedia.org/wiki/Fraxinus_velutina http://www.calflora.org/cgi-bin/species_query.cgi?where-calrecnum=3616 10 10 37.4096451293862 -122.110052971379 0.0 6.318332079313282E-5 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 Alma Street from Ferne Avenue to San Antonio Avenue 1957 17181 arterials & major streets arterial 830 60 49800 asphalt concrete 0 0 0 0.12 37.4092630321917 -122.109529638696 0.0 37.409237690322 -122.109486682469 0.0 -0.5899463586043213 -34.62880932904345 Tree: 925 site 2 at 4243 ALMA ST, on ALMA ST 58 from pl -1 925 4243 2 fraxinus velutina http://en.wikipedia.org/wiki/Fraxinus_velutina http://www.calflora.org/cgi-bin/species_query.cgi?where-calrecnum=3616 10 10 37.4097134909807 -122.110160779208 0.0 6.728371186870458E-5 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 Alma Street from Ferne Avenue to San Antonio Avenue 1957 17181 arterials & major streets arterial 830 60 49800 asphalt concrete 0 0 0 0.12 37.4092630321917 -122.109529638696 0.0 37.409237690322 -122.109486682469 0.0 -0.5899463586043213 -34.62880932904345 Tree: 924 site 1 at 4243 ALMA ST, on ALMA ST 15 from pl -1 924 4243 1 fraxinus velutina http://en.wikipedia.org/wiki/Fraxinus_velutina http://www.calflora.org/cgi-bin/species_query.cgi?where-calrecnum=3616 10 10 37.4097869795839 -122.110276672845 0.0 7.169142454925495E-5 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 Alma Street from Ferne Avenue to San Antonio Avenue 1957 17181 arterials & major streets arterial 830 60 49800 asphalt concrete 0 0 0 0.12 37.4092630321917 -122.109529638696 0.0 37.409237690322 -122.109486682469 0.0 -0.5899463586043213 -34.62880932904345 Tree: 923 site 1 at 4221 ALMA ST, on ALMA ST 34 from pl -1 923 4221 1 fraxinus velutina http://en.wikipedia.org/wiki/Fraxinus_velutina http://www.calflora.org/cgi-bin/species_query.cgi?where-calrecnum=3616 10 10 37.4101200636757 -122.110828865829 0.0 7.799593573894652E-5 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 Alma Street from Ferne Avenue to San Antonio Avenue 1957 17181 arterials & major streets arterial 830 60 49800 asphalt concrete 0 0 0 0.12 37.4092630321917 -122.109529638696 0.0 37.409237690322 -122.109486682469 0.0 -0.5899463586043213 -34.62880932904345 Tree: 919 site 5 at 4181 ALMA ST, on ALMA ST 203 from pl -1 919 4181 5 fraxinus velutina http://en.wikipedia.org/wiki/Fraxinus_velutina http://www.calflora.org/cgi-bin/species_query.cgi?where-calrecnum=3616 10 10 37.4110899832346 -122.112363767066 0.0 1.3347173161112107E-4 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 Alma Street from Ferne Avenue to San Antonio Avenue 1957 17181 arterials & major streets arterial 830 60 49800 asphalt concrete 0 0 0 0.12 37.4092630321917 -122.109529638696 0.0 37.409237690322 -122.109486682469 0.0 -0.5899463586043213 -34.62880932904345 Tree: 918 site 4 at 4181 ALMA ST, on ALMA ST 154 from pl -1 918 4181 4 fraxinus velutina http://en.wikipedia.org/wiki/Fraxinus_velutina http://www.calflora.org/cgi-bin/species_query.cgi?where-calrecnum=3616 10 10 37.4111658928771 -122.11248438921 0.0 1.3756203657682125E-4 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 Alma Street from Ferne Avenue to San Antonio Avenue 1957 17181 arterials & major streets arterial 830 60 49800 asphalt concrete 0 0 0 0.12 37.4092630321917 -122.109529638696 0.0 37.409237690322 -122.109486682469 0.0 -0.5899463586043213 -34.62880932904345 Tree: 917 site 3 at 4181 ALMA ST, on ALMA ST 105 from pl -1 917 4181 3 fraxinus velutina http://en.wikipedia.org/wiki/Fraxinus_velutina http://www.calflora.org/cgi-bin/species_query.cgi?where-calrecnum=3616 10 10 37.4112547809895 -122.11262509498 0.0 1.4262577768791177E-4 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 Alma Street from Ferne Avenue to San Antonio Avenue 1957 17181 arterials & major streets arterial 830 60 49800 asphalt concrete 0 0 0 0.12 37.4092630321917 -122.109529638696 0.0 37.409237690322 -122.109486682469 0.0 -0.5899463586043213 -34.62880932904345 Tree: 916 site 2 at 4181 ALMA ST, on ALMA ST 61 from pl -1 916 4181 2 fraxinus velutina http://en.wikipedia.org/wiki/Fraxinus_velutina http://www.calflora.org/cgi-bin/species_query.cgi?where-calrecnum=3616 10 10 37.4113239358546 -122.112732107044 0.0 1.4781374417785226E-4 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 Alma Street from Ferne Avenue to San Antonio Avenue 1957 17181 arterials & major streets arterial 830 60 49800 asphalt concrete 0 0 0 0.12 37.4092630321917 -122.109529638696 0.0 37.409237690322 -122.109486682469 0.0 -0.5899463586043213 -34.62880932904345 Tree: 905 site 7 at 4111 ALMA ST, on ALMA ST 367 from pl -1 905 4111 7 fraxinus velutina http://en.wikipedia.org/wiki/Fraxinus_velutina http://www.calflora.org/cgi-bin/species_query.cgi?where-calrecnum=3616 10 10 37.4114933130279 -122.112985249683 0.0 1.6507105278310613E-4 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 Alma Street from Ferne Avenue to San Antonio Avenue 1957 17181 arterials & major streets arterial 830 60 49800 asphalt concrete 0 0 0 0.12 37.4092630321917 -122.109529638696 0.0 37.409237690322 -122.109486682469 0.0 -0.5899463586043213 -34.62880932904345 Tree: 906 site 1 at 4161 ALMA ST, on ALMA ST 20 from pl -1 906 4161 1 fraxinus velutina http://en.wikipedia.org/wiki/Fraxinus_velutina http://www.calflora.org/cgi-bin/species_query.cgi?where-calrecnum=3616 10 10 37.4110525965859 -122.112308379546 0.0 1.2941421155289318E-4 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 Alma Street from Ferne Avenue to San Antonio Avenue 1957 17181 arterials & major streets arterial 830 60 49800 asphalt concrete 0 0 0 0.12 37.4092630321917 -122.109529638696 0.0 37.409237690322 -122.109486682469 0.0 -0.5899463586043213 -34.62880932904345 Tree: 909 site 4 at 4161 ALMA ST, on ALMA ST 156 from pl -1 909 4161 4 fraxinus velutina http://en.wikipedia.org/wiki/Fraxinus_velutina http://www.calflora.org/cgi-bin/species_query.cgi?where-calrecnum=3616 10 10 37.4108194070582 -122.111944383537 0.0 1.1352220832551168E-4 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 Alma Street from Ferne Avenue to San Antonio Avenue 1957 17181 arterials & major streets arterial 830 60 49800 asphalt concrete 0 0 0 0.12 37.4092630321917 -122.109529638696 0.0 37.409237690322 -122.109486682469 0.0 -0.5899463586043213 -34.62880932904345 Tree: 910 site 5 at 4161 ALMA ST, on ALMA ST 197 from pl -1 910 4161 5 fraxinus velutina http://en.wikipedia.org/wiki/Fraxinus_velutina http://www.calflora.org/cgi-bin/species_query.cgi?where-calrecnum=3616 10 10 37.4107462580174 -122.111831193507 0.0 1.0803321498961926E-4 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 Alma Street from Ferne Avenue to San Antonio Avenue 1957 17181 arterials & major streets arterial 830 60 49800 asphalt concrete 0 0 0 0.12 37.4092630321917 -122.109529638696 0.0 37.409237690322 -122.109486682469 0.0 -0.5899463586043213 -34.62880932904345 Tree: 911 site 6 at 4161 ALMA ST, on ALMA ST 244 from pl -1 911 4161 6 fraxinus velutina http://en.wikipedia.org/wiki/Fraxinus_velutina http://www.calflora.org/cgi-bin/species_query.cgi?where-calrecnum=3616 10 10 37.4106643575087 -122.111701303598 0.0 1.0349212662800306E-4 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 30.35949325561523 0 16.21114349365234 2767.006343007088 3794.757231572936 9q9hv6 Alma Street from Ferne Avenue to San Antonio Avenue 1957 17181 arterials & major streets arterial 830 60 49800 asphalt concrete 0 0 0 0.12 37.4092630321917 -122.109529638696 0.0 37.409237690322 -122.109486682469 0.0 -0.5899463586043213 -34.62880932904345 Tree: 912 site 7 at 4161 ALMA ST, on ALMA ST 293 from pl -1 912 4161 7 fraxinus velutina http://en.wikipedia.org/wiki/Fraxinus_velutina http://www.calflora.org/cgi-bin/species_query.cgi?where-calrecnum=3616 10 10 37.4105824568557 -122.111571413974 0.0 9.895076917135024E-5 9q9hv6
2012-09-02T22:13:00Z 342ac6fd3f5f44c6b97724d618d587cf 37.40861078333334 -122.1042352 3
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment