Spaces:
No application file
No application file
Initial apps and resources
Browse filesThis view is limited to 50 files because it contains too many changes. See raw diff
- .gitattributes +7 -0
- pages/00_mapapp.py +148 -0
- pages/01_distributions.py +55 -0
- pages/src/ArmyCamp_BGBA.tif +3 -0
- pages/src/ArmyCamp_RGBA.tif +3 -0
- pages/src/images/broken_tree.JPG +3 -0
- pages/src/images/met_station.JPG +3 -0
- pages/src/images/nf_soil_moist.JPG +3 -0
- pages/src/images/sense_cap.JPG +3 -0
- pages/src/images/solar.JPG +3 -0
- pages/src/tree_shapefiles/base_station.cpg +1 -0
- pages/src/tree_shapefiles/base_station.dbf +0 -0
- pages/src/tree_shapefiles/base_station.prj +1 -0
- pages/src/tree_shapefiles/base_station.sbn +0 -0
- pages/src/tree_shapefiles/base_station.sbx +0 -0
- pages/src/tree_shapefiles/base_station.shp +0 -0
- pages/src/tree_shapefiles/base_station.shp.xml +1 -0
- pages/src/tree_shapefiles/base_station.shx +0 -0
- pages/src/tree_shapefiles/base_station_gcs.cpg +1 -0
- pages/src/tree_shapefiles/base_station_gcs.dbf +0 -0
- pages/src/tree_shapefiles/base_station_gcs.prj +1 -0
- pages/src/tree_shapefiles/base_station_gcs.shp +0 -0
- pages/src/tree_shapefiles/base_station_gcs.shx +0 -0
- pages/src/tree_shapefiles/tree1.cpg +1 -0
- pages/src/tree_shapefiles/tree1.dbf +0 -0
- pages/src/tree_shapefiles/tree1.prj +1 -0
- pages/src/tree_shapefiles/tree1.sbn +0 -0
- pages/src/tree_shapefiles/tree1.sbx +0 -0
- pages/src/tree_shapefiles/tree1.shp +0 -0
- pages/src/tree_shapefiles/tree1.shp.xml +1 -0
- pages/src/tree_shapefiles/tree1.shx +0 -0
- pages/src/tree_shapefiles/tree10.cpg +1 -0
- pages/src/tree_shapefiles/tree10.dbf +0 -0
- pages/src/tree_shapefiles/tree10.prj +1 -0
- pages/src/tree_shapefiles/tree10.sbn +0 -0
- pages/src/tree_shapefiles/tree10.sbx +0 -0
- pages/src/tree_shapefiles/tree10.shp +0 -0
- pages/src/tree_shapefiles/tree10.shp.xml +1 -0
- pages/src/tree_shapefiles/tree10.shx +0 -0
- pages/src/tree_shapefiles/tree11.cpg +1 -0
- pages/src/tree_shapefiles/tree11.dbf +0 -0
- pages/src/tree_shapefiles/tree11.prj +1 -0
- pages/src/tree_shapefiles/tree11.sbn +0 -0
- pages/src/tree_shapefiles/tree11.sbx +0 -0
- pages/src/tree_shapefiles/tree11.shp +0 -0
- pages/src/tree_shapefiles/tree11.shp.xml +1 -0
- pages/src/tree_shapefiles/tree11.shx +0 -0
- pages/src/tree_shapefiles/tree12.cpg +1 -0
- pages/src/tree_shapefiles/tree12.dbf +0 -0
- pages/src/tree_shapefiles/tree12.prj +1 -0
.gitattributes
CHANGED
|
@@ -33,3 +33,10 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
|
|
| 33 |
*.zip filter=lfs diff=lfs merge=lfs -text
|
| 34 |
*.zst filter=lfs diff=lfs merge=lfs -text
|
| 35 |
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 33 |
*.zip filter=lfs diff=lfs merge=lfs -text
|
| 34 |
*.zst filter=lfs diff=lfs merge=lfs -text
|
| 35 |
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
| 36 |
+
pages/src/ArmyCamp_BGBA.tif filter=lfs diff=lfs merge=lfs -text
|
| 37 |
+
pages/src/ArmyCamp_RGBA.tif filter=lfs diff=lfs merge=lfs -text
|
| 38 |
+
pages/src/images/broken_tree.JPG filter=lfs diff=lfs merge=lfs -text
|
| 39 |
+
pages/src/images/met_station.JPG filter=lfs diff=lfs merge=lfs -text
|
| 40 |
+
pages/src/images/nf_soil_moist.JPG filter=lfs diff=lfs merge=lfs -text
|
| 41 |
+
pages/src/images/sense_cap.JPG filter=lfs diff=lfs merge=lfs -text
|
| 42 |
+
pages/src/images/solar.JPG filter=lfs diff=lfs merge=lfs -text
|
pages/00_mapapp.py
ADDED
|
@@ -0,0 +1,148 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
import ee
|
| 2 |
+
import solara
|
| 3 |
+
import geemap
|
| 4 |
+
from ipyleaflet import Popup, GeoJSON
|
| 5 |
+
from ipywidgets import HTML, VBox, Button, Layout, Image as WImage
|
| 6 |
+
from shapely.geometry import shape
|
| 7 |
+
|
| 8 |
+
# Initialize Earth Engine
|
| 9 |
+
ee.Initialize()
|
| 10 |
+
|
| 11 |
+
zoom = solara.reactive(6)
|
| 12 |
+
center = solara.reactive([34.5, -120.47])
|
| 13 |
+
class CustomMap(geemap.Map):
|
| 14 |
+
def __init__(self, **kwargs):
|
| 15 |
+
super().__init__(**kwargs)
|
| 16 |
+
# Basemap
|
| 17 |
+
self.add_basemap('HYBRID')
|
| 18 |
+
# Raster layers
|
| 19 |
+
self.add_raster(
|
| 20 |
+
source='src/ArmyCamp_BGBA.tif',
|
| 21 |
+
layer_name='ArmyCamp_DiffLayer',
|
| 22 |
+
indexes=[1,2,3]
|
| 23 |
+
)
|
| 24 |
+
self.add_raster(
|
| 25 |
+
source='src/ArmyCamp_RGBA.tif',
|
| 26 |
+
layer_name='ArmyCamp',
|
| 27 |
+
indexes=[1,2,3]
|
| 28 |
+
)
|
| 29 |
+
# Shapefile layers
|
| 30 |
+
self.add_shapefile('src/tree_shapefiles/tree1.shp', layer_name='tree1')
|
| 31 |
+
self.add_shapefile('src/tree_shapefiles/tree3.shp', layer_name='tree3')
|
| 32 |
+
self.add_shapefile('src/Sensors/base_station.shp', layer_name='base_station')
|
| 33 |
+
# Manually find GeoJSON layers by name
|
| 34 |
+
self.tree1_layer = next(
|
| 35 |
+
(ly for ly in self.layers if hasattr(ly, 'name') and ly.name=='tree1' and isinstance(ly, GeoJSON)),
|
| 36 |
+
None
|
| 37 |
+
)
|
| 38 |
+
self.tree3_layer = next(
|
| 39 |
+
(ly for ly in self.layers if hasattr(ly, 'name') and ly.name=='tree3' and isinstance(ly, GeoJSON)),
|
| 40 |
+
None
|
| 41 |
+
)
|
| 42 |
+
self.base_station_layer = next(
|
| 43 |
+
(ly for ly in self.layers if hasattr(ly, 'name') and ly.name=='base_station' and isinstance(ly, GeoJSON)),
|
| 44 |
+
None
|
| 45 |
+
)
|
| 46 |
+
# Attach click handlers
|
| 47 |
+
if self.tree1_layer:
|
| 48 |
+
self.tree1_layer.on_click(self.on_tree1_click)
|
| 49 |
+
if self.tree3_layer:
|
| 50 |
+
self.tree3_layer.on_click(self.on_tree3_click)
|
| 51 |
+
if self.base_station_layer:
|
| 52 |
+
self.base_station_layer.on_click(self.on_base_click)
|
| 53 |
+
# Add layer control to map
|
| 54 |
+
self.add_layer_control()
|
| 55 |
+
|
| 56 |
+
def on_tree1_click(self, event, feature, **kwargs):
|
| 57 |
+
geom = feature['geometry']
|
| 58 |
+
if geom['type'] == 'Point':
|
| 59 |
+
lon, lat = geom['coordinates']
|
| 60 |
+
else:
|
| 61 |
+
centroid = shape(geom).centroid
|
| 62 |
+
lon, lat = centroid.x, centroid.y
|
| 63 |
+
# Title and image
|
| 64 |
+
title = HTML(value="<b>HAH THIS IS DANGERMOND!</b>")
|
| 65 |
+
img_url = feature['properties'].get(
|
| 66 |
+
'img_url',
|
| 67 |
+
'https://upload.wikimedia.org/wikipedia/commons/thumb/b/b9/Jack_Dangermond_in_2012.jpg/250px-Jack_Dangermond_in_2012.jpg'
|
| 68 |
+
)
|
| 69 |
+
image = HTML(value=f"""
|
| 70 |
+
<div style="text-align:center">
|
| 71 |
+
<img src="{img_url}" style="width:auto; height:auto; display:block; margin:auto;">
|
| 72 |
+
</div>
|
| 73 |
+
""")
|
| 74 |
+
close_btn = Button(description='Close', button_style='danger')
|
| 75 |
+
container = VBox([title, image, close_btn], layout=Layout(width='auto', height='auto', align_items='center'))
|
| 76 |
+
popup = Popup(
|
| 77 |
+
location=(lat, lon),
|
| 78 |
+
child=container,
|
| 79 |
+
close_button=False,
|
| 80 |
+
auto_close=False,
|
| 81 |
+
close_on_escape_key=False,
|
| 82 |
+
max_width=1500,
|
| 83 |
+
max_height=1300,
|
| 84 |
+
min_width=500,
|
| 85 |
+
min_height=500,
|
| 86 |
+
)
|
| 87 |
+
def _on_close_clicked(btn):
|
| 88 |
+
self.remove_layer(popup)
|
| 89 |
+
close_btn.on_click(_on_close_clicked)
|
| 90 |
+
self.add(popup)
|
| 91 |
+
|
| 92 |
+
def on_tree3_click(self, event, feature, **kwargs):
|
| 93 |
+
geom = feature['geometry']
|
| 94 |
+
if geom['type'] == 'Point':
|
| 95 |
+
lon, lat = geom['coordinates']
|
| 96 |
+
else:
|
| 97 |
+
centroid = shape(geom).centroid
|
| 98 |
+
lon, lat = centroid.x, centroid.y
|
| 99 |
+
# Load local image
|
| 100 |
+
with open('src/images/broken_tree.JPG', 'rb') as f:
|
| 101 |
+
img_bytes = f.read()
|
| 102 |
+
img_widget = WImage(value=img_bytes, format='jpg', layout=Layout(max_width='600px', max_height='400px'))
|
| 103 |
+
title = HTML(value="<b>Broken Tree!</b>")
|
| 104 |
+
close_btn = Button(description='Close', button_style='danger')
|
| 105 |
+
container = VBox([title, img_widget, close_btn], layout=Layout(width='auto', align_items='center'))
|
| 106 |
+
popup = Popup(location=(lat, lon), child=container, close_button=False, auto_close=False, close_on_click=False, close_on_escape_key=False, min_width=400, min_height=300)
|
| 107 |
+
def _on_close_clicked(btn):
|
| 108 |
+
self.remove_layer(popup)
|
| 109 |
+
close_btn.on_click(_on_close_clicked)
|
| 110 |
+
self.add(popup)
|
| 111 |
+
|
| 112 |
+
def on_base_click(self, event, feature, **kwargs):
|
| 113 |
+
geom = feature['geometry']
|
| 114 |
+
if geom['type'] == 'Point':
|
| 115 |
+
lon, lat = geom['coordinates']
|
| 116 |
+
else:
|
| 117 |
+
centroid = shape(geom).centroid
|
| 118 |
+
lon, lat = centroid.x, centroid.y
|
| 119 |
+
with open('src/images/solar.JPG', 'rb') as f:
|
| 120 |
+
img_bytes = f.read()
|
| 121 |
+
img_widget = WImage(value=img_bytes, format='jpg', layout=Layout(max_width='600px', max_height='400px'))
|
| 122 |
+
title = HTML(value="<b>Power Station</b>")
|
| 123 |
+
close_btn = Button(description='Close', button_style='danger')
|
| 124 |
+
container = VBox([title, img_widget, close_btn], layout=Layout(width='auto', align_items='center'))
|
| 125 |
+
popup = Popup(location=(lat, lon), child=container, close_button=False, auto_close=False, close_on_click=False, close_on_escape_key=False, min_width=400, min_height=300)
|
| 126 |
+
def _on_close_clicked(btn):
|
| 127 |
+
self.remove_layer(popup)
|
| 128 |
+
close_btn.on_click(_on_close_clicked)
|
| 129 |
+
self.add(popup)
|
| 130 |
+
|
| 131 |
+
# Solara Page element
|
| 132 |
+
@solara.component
|
| 133 |
+
def Page():
|
| 134 |
+
with solara.Column(style={"min-width": "500px"}):
|
| 135 |
+
CustomMap.element(
|
| 136 |
+
# center=[34.5, -120.47],
|
| 137 |
+
zoom=zoom.value,
|
| 138 |
+
on_zoom=zoom.set,
|
| 139 |
+
center = center.value,
|
| 140 |
+
on_center=center.set,
|
| 141 |
+
scroll_wheel_zoom=True,
|
| 142 |
+
add_google_maps=True,
|
| 143 |
+
height="750px",
|
| 144 |
+
zoom_ctrl=True,
|
| 145 |
+
measure_ctrl=True
|
| 146 |
+
)
|
| 147 |
+
solara.Text(f"Zoom: {zoom.value}")
|
| 148 |
+
solara.Text(f"Center: {center.value}")
|
pages/01_distributions.py
ADDED
|
@@ -0,0 +1,55 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
import solara
|
| 2 |
+
import plotly.express as px
|
| 3 |
+
import numpy as np
|
| 4 |
+
import scipy.stats as stats
|
| 5 |
+
import scipy
|
| 6 |
+
|
| 7 |
+
@solara.component
|
| 8 |
+
def Page():
|
| 9 |
+
#Reactive states for slider values
|
| 10 |
+
mu1, set_mean1 = solara.use_state(0.0)
|
| 11 |
+
mu2, set_mean2 = solara.use_state(0.0)
|
| 12 |
+
sigma1, set_std1 = solara.use_state(1.0)
|
| 13 |
+
sigma2, set_std2 = solara.use_state(1.0)
|
| 14 |
+
w1, set_weight1 = solara.use_state(0.5)
|
| 15 |
+
|
| 16 |
+
with solara.Column():
|
| 17 |
+
with solara.Sidebar():
|
| 18 |
+
solara.Markdown("## Normal Distribution")
|
| 19 |
+
solara.SliderFloat(label="Mean 1", value=mu1, min=-10.0, max=10.0, step=0.1, on_value=set_mean1)
|
| 20 |
+
solara.SliderFloat(label = "Mean 2", value=mu2, min=-10.0, max=10.0, step=0.1, on_value=set_mean2)
|
| 21 |
+
solara.SliderFloat(label="Standard Deviation 1", value=sigma1, min=0.1, max=10.0, step=0.1, on_value=set_std1)
|
| 22 |
+
solara.SliderFloat(label="Standard Deviation 2", value=sigma2, min=0.1, max=10.0, step=0.1, on_value=set_std2)
|
| 23 |
+
solara.SliderFloat(label="Weight 1", value=w1, min=0.0, max=1.0, step=0.01, on_value=set_weight1)
|
| 24 |
+
|
| 25 |
+
#Main Content
|
| 26 |
+
|
| 27 |
+
population_1 = stats.Normal(mu=mu1, sigma=sigma1)
|
| 28 |
+
population_2 = stats.Normal(mu=mu2, sigma=sigma2)
|
| 29 |
+
mixture = stats.Mixture([population_1, population_2], weights=[w1, 1-w1])
|
| 30 |
+
|
| 31 |
+
|
| 32 |
+
data = mixture.sample(100000)
|
| 33 |
+
fig_hist = px.histogram(data, nbins = 30, title="Histogram")
|
| 34 |
+
fig_hist.update_layout(
|
| 35 |
+
xaxis_title="Value",
|
| 36 |
+
yaxis_title="Frequency",
|
| 37 |
+
width = 600,
|
| 38 |
+
)
|
| 39 |
+
|
| 40 |
+
solara.Markdown("# Main Content Area")
|
| 41 |
+
|
| 42 |
+
solara.FigurePlotly(fig_hist)
|
| 43 |
+
|
| 44 |
+
solara.Markdown("## Mixture Distribution Stats")
|
| 45 |
+
solara.Markdown(f"**Mean:** {mixture.mean()}")
|
| 46 |
+
solara.Markdown(f"**Standard Deviation:** {mixture.standard_deviation()}")
|
| 47 |
+
solara.Markdown(f"**Skewness:** {mixture.skewness()}")
|
| 48 |
+
solara.Markdown(f"**Kurtosis:** {mixture.kurtosis()}")
|
| 49 |
+
solara.Markdown(f"**Entropy:** {mixture.entropy()}")
|
| 50 |
+
solara.Markdown(f"**Weight 1:** {w1}")
|
| 51 |
+
solara.Markdown(f"**Weight 2:** {1-w1}")
|
| 52 |
+
solara.Markdown(f"**Mean 1:** {mu1}")
|
| 53 |
+
solara.Markdown(f"**Mean 2:** {mu2}")
|
| 54 |
+
solara.Markdown(f"**Standard Deviation 1:** {sigma1}")
|
| 55 |
+
solara.Markdown(f"**Standard Deviation 2:** {sigma2}")
|
pages/src/ArmyCamp_BGBA.tif
ADDED
|
|
Git LFS Details
|
pages/src/ArmyCamp_RGBA.tif
ADDED
|
|
Git LFS Details
|
pages/src/images/broken_tree.JPG
ADDED
|
|
Git LFS Details
|
pages/src/images/met_station.JPG
ADDED
|
|
Git LFS Details
|
pages/src/images/nf_soil_moist.JPG
ADDED
|
|
Git LFS Details
|
pages/src/images/sense_cap.JPG
ADDED
|
|
Git LFS Details
|
pages/src/images/solar.JPG
ADDED
|
|
Git LFS Details
|
pages/src/tree_shapefiles/base_station.cpg
ADDED
|
@@ -0,0 +1 @@
|
|
|
|
|
|
|
| 1 |
+
UTF-8
|
pages/src/tree_shapefiles/base_station.dbf
ADDED
|
Binary file (137 Bytes). View file
|
|
|
pages/src/tree_shapefiles/base_station.prj
ADDED
|
@@ -0,0 +1 @@
|
|
|
|
|
|
|
| 1 |
+
PROJCS["WGS_1984_UTM_Zone_10N",GEOGCS["GCS_WGS_1984",DATUM["D_WGS_1984",SPHEROID["WGS_1984",6378137.0,298.257223563]],PRIMEM["Greenwich",0.0],UNIT["Degree",0.0174532925199433]],PROJECTION["Transverse_Mercator"],PARAMETER["False_Easting",500000.0],PARAMETER["False_Northing",0.0],PARAMETER["Central_Meridian",-123.0],PARAMETER["Scale_Factor",0.9996],PARAMETER["Latitude_Of_Origin",0.0],UNIT["Meter",1.0]],VERTCS["unknown",VDATUM["unknown"],PARAMETER["Vertical_Shift",0.0],PARAMETER["Direction",1.0],UNIT["Meter",1.0]]
|
pages/src/tree_shapefiles/base_station.sbn
ADDED
|
Binary file (132 Bytes). View file
|
|
|
pages/src/tree_shapefiles/base_station.sbx
ADDED
|
Binary file (116 Bytes). View file
|
|
|
pages/src/tree_shapefiles/base_station.shp
ADDED
|
Binary file (252 Bytes). View file
|
|
|
pages/src/tree_shapefiles/base_station.shp.xml
ADDED
|
@@ -0,0 +1 @@
|
|
|
|
|
|
|
| 1 |
+
<metadata xml:lang="en"><Esri><CreaDate>20250507</CreaDate><CreaTime>15444400</CreaTime><ArcGISFormat>1.0</ArcGISFormat><SyncOnce>FALSE</SyncOnce><DataProperties><lineage><Process ToolSource="c:\program files\arcgis\pro\Resources\ArcToolbox\toolboxes\Data Management Tools.tbx\CreateFeatureclass" Date="20250507" Time="154444">CreateFeatureclass C:\Users\mdshadman_amin\AppData\Local\Temp\ArcGISProTemp20492\Untitled\Default.gdb sensors Polygon # No No "PROJCS["WGS_1984_UTM_Zone_10N",GEOGCS["GCS_WGS_1984",DATUM["D_WGS_1984",SPHEROID["WGS_1984",6378137.0,298.257223563]],PRIMEM["Greenwich",0.0],UNIT["Degree",0.0174532925199433]],PROJECTION["Transverse_Mercator"],PARAMETER["False_Easting",500000.0],PARAMETER["False_Northing",0.0],PARAMETER["Central_Meridian",-123.0],PARAMETER["Scale_Factor",0.9996],PARAMETER["Latitude_Of_Origin",0.0],UNIT["Meter",1.0]],VERTCS["unknown",VDATUM["unknown"],PARAMETER["Vertical_Shift",0.0],PARAMETER["Direction",1.0],UNIT["Meter",1.0]];-5120900 -9998100 450445547.391054;-100000 10000;-100000 10000;0.001;0.001;0.001;IsHighPrecision" # 0 0 0 #</Process><Process ToolSource="c:\program files\arcgis\pro\Resources\ArcToolbox\toolboxes\Conversion Tools.tbx\ExportFeatures" Date="20250507" Time="154710">ExportFeatures sensors C:\Users\mdshadman_amin\Desktop\sensors.shp # NOT_USE_ALIAS "Shape_Length "Shape_Length" false true true 8 Double 0 0,First,#,sensors,Shape_Length,-1,-1;Shape_Area "Shape_Area" false true true 8 Double 0 0,First,#,sensors,Shape_Area,-1,-1" #</Process><Process ToolSource="c:\program files\arcgis\pro\Resources\ArcToolbox\toolboxes\Conversion Tools.tbx\ExportFeatures" Date="20250507" Time="155248">ExportFeatures sensors C:\Users\mdshadman_amin\Desktop\sensors.shp # NOT_USE_ALIAS "Shape_Leng "Shape_Leng" true true false 19 Double 0 0,First,#,sensors,Shape_Leng,-1,-1;Shape_Area "Shape_Area" true true false 19 Double 0 0,First,#,sensors,Shape_Area,-1,-1" #</Process><Process ToolSource="c:\program files\arcgis\pro\Resources\ArcToolbox\toolboxes\Conversion Tools.tbx\ExportFeatures" Date="20250508" Time="110347">ExportFeatures sensors C:\Users\mdshadman_amin\Documents\dev\dangermond_map\Sensors\base_station.shp # NOT_USE_ALIAS "Shape_Leng "Shape_Leng" true true false 19 Double 0 0,First,#,sensors,Shape_Leng,-1,-1;Shape_Area "Shape_Area" true true false 19 Double 0 0,First,#,sensors,Shape_Area,-1,-1" #</Process></lineage><itemProps><itemName Sync="TRUE">base_station</itemName><imsContentType Sync="TRUE">002</imsContentType><itemSize Sync="TRUE">0.000</itemSize><itemLocation><linkage Sync="TRUE">file://\\TRUGMANLAB-PC1\C$\Users\mdshadman_amin\Documents\dev\dangermond_map\Sensors\base_station.shp</linkage><protocol Sync="TRUE">Local Area Network</protocol></itemLocation></itemProps><coordRef><type Sync="TRUE">Projected</type><geogcsn Sync="TRUE">GCS_WGS_1984</geogcsn><csUnits Sync="TRUE">Linear Unit: Meter (1.000000)</csUnits><projcsn Sync="TRUE">WGS_1984_UTM_Zone_10N</projcsn><peXml Sync="TRUE"><ProjectedCoordinateSystem xsi:type='typens:ProjectedCoordinateSystem' xmlns:xsi='http://www.w3.org/2001/XMLSchema-instance' xmlns:xs='http://www.w3.org/2001/XMLSchema' xmlns:typens='http://www.esri.com/schemas/ArcGIS/3.1.0'><WKT>PROJCS[&quot;WGS_1984_UTM_Zone_10N&quot;,GEOGCS[&quot;GCS_WGS_1984&quot;,DATUM[&quot;D_WGS_1984&quot;,SPHEROID[&quot;WGS_1984&quot;,6378137.0,298.257223563]],PRIMEM[&quot;Greenwich&quot;,0.0],UNIT[&quot;Degree&quot;,0.0174532925199433]],PROJECTION[&quot;Transverse_Mercator&quot;],PARAMETER[&quot;False_Easting&quot;,500000.0],PARAMETER[&quot;False_Northing&quot;,0.0],PARAMETER[&quot;Central_Meridian&quot;,-123.0],PARAMETER[&quot;Scale_Factor&quot;,0.9996],PARAMETER[&quot;Latitude_Of_Origin&quot;,0.0],UNIT[&quot;Meter&quot;,1.0],AUTHORITY[&quot;EPSG&quot;,32610]],VERTCS[&quot;unknown&quot;,VDATUM[&quot;unknown&quot;],PARAMETER[&quot;Vertical_Shift&quot;,0.0],PARAMETER[&quot;Direction&quot;,1.0],UNIT[&quot;Meter&quot;,1.0]]</WKT><XOrigin>-5120900</XOrigin><YOrigin>-9998100</YOrigin><XYScale>450445547.3910538</XYScale><ZOrigin>-100000</ZOrigin><ZScale>10000</ZScale><MOrigin>-100000</MOrigin><MScale>10000</MScale><XYTolerance>0.001</XYTolerance><ZTolerance>0.001</ZTolerance><MTolerance>0.001</MTolerance><HighPrecision>true</HighPrecision><WKID>32610</WKID><LatestWKID>32610</LatestWKID></ProjectedCoordinateSystem></peXml></coordRef></DataProperties><SyncDate>20250508</SyncDate><SyncTime>11034700</SyncTime><ModDate>20250508</ModDate><ModTime>11034700</ModTime></Esri><dataIdInfo><envirDesc Sync="TRUE">Microsoft Windows 10 Version 10.0 (Build 22631) ; Esri ArcGIS 13.1.0.41833</envirDesc><dataLang><languageCode value="eng" Sync="TRUE"></languageCode><countryCode value="USA" Sync="TRUE"></countryCode></dataLang><idCitation><resTitle Sync="TRUE">base_station</resTitle><presForm><PresFormCd value="005" Sync="TRUE"></PresFormCd></presForm></idCitation><spatRpType><SpatRepTypCd value="001" Sync="TRUE"></SpatRepTypCd></spatRpType></dataIdInfo><mdLang><languageCode value="eng" Sync="TRUE"></languageCode><countryCode value="USA" Sync="TRUE"></countryCode></mdLang><distInfo><distFormat><formatName Sync="TRUE">Shapefile</formatName></distFormat><distTranOps><transSize Sync="TRUE">0.000</transSize></distTranOps></distInfo><mdHrLv><ScopeCd value="005" Sync="TRUE"></ScopeCd></mdHrLv><mdHrLvName Sync="TRUE">dataset</mdHrLvName><refSysInfo><RefSystem><refSysID><identCode code="32610" Sync="TRUE"></identCode><idCodeSpace Sync="TRUE">EPSG</idCodeSpace><idVersion Sync="TRUE">9.8.8(3.0.1)</idVersion></refSysID></RefSystem></refSysInfo><spatRepInfo><VectSpatRep><geometObjs Name="base_station"><geoObjTyp><GeoObjTypCd value="002" Sync="TRUE"></GeoObjTypCd></geoObjTyp><geoObjCnt Sync="TRUE">0</geoObjCnt></geometObjs><topLvl><TopoLevCd value="001" Sync="TRUE"></TopoLevCd></topLvl></VectSpatRep></spatRepInfo><spdoinfo><ptvctinf><esriterm Name="base_station"><efeatyp Sync="TRUE">Simple</efeatyp><efeageom code="4" Sync="TRUE"></efeageom><esritopo Sync="TRUE">FALSE</esritopo><efeacnt Sync="TRUE">0</efeacnt><spindex Sync="TRUE">FALSE</spindex><linrefer Sync="TRUE">FALSE</linrefer></esriterm></ptvctinf></spdoinfo><eainfo><detailed Name="base_station"><enttyp><enttypl Sync="TRUE">base_station</enttypl><enttypt Sync="TRUE">Feature Class</enttypt><enttypc Sync="TRUE">0</enttypc></enttyp><attr><attrlabl Sync="TRUE">FID</attrlabl><attalias Sync="TRUE">FID</attalias><attrtype Sync="TRUE">OID</attrtype><attwidth Sync="TRUE">4</attwidth><atprecis Sync="TRUE">0</atprecis><attscale Sync="TRUE">0</attscale><attrdef Sync="TRUE">Internal feature number.</attrdef><attrdefs Sync="TRUE">Esri</attrdefs><attrdomv><udom Sync="TRUE">Sequential unique whole numbers that are automatically generated.</udom></attrdomv></attr><attr><attrlabl Sync="TRUE">Shape</attrlabl><attalias Sync="TRUE">Shape</attalias><attrtype Sync="TRUE">Geometry</attrtype><attwidth Sync="TRUE">0</attwidth><atprecis Sync="TRUE">0</atprecis><attscale Sync="TRUE">0</attscale><attrdef Sync="TRUE">Feature geometry.</attrdef><attrdefs Sync="TRUE">Esri</attrdefs><attrdomv><udom Sync="TRUE">Coordinates defining the features.</udom></attrdomv></attr><attr><attrlabl Sync="TRUE">Shape_Leng</attrlabl><attalias Sync="TRUE">Shape_Leng</attalias><attrtype Sync="TRUE">Double</attrtype><attwidth Sync="TRUE">19</attwidth><atprecis Sync="TRUE">0</atprecis><attscale Sync="TRUE">0</attscale></attr><attr><attrlabl Sync="TRUE">Shape_Area</attrlabl><attalias Sync="TRUE">Shape_Area</attalias><attrtype Sync="TRUE">Double</attrtype><attwidth Sync="TRUE">19</attwidth><atprecis Sync="TRUE">0</atprecis><attscale Sync="TRUE">0</attscale><attrdef Sync="TRUE">Area of feature in internal units squared.</attrdef><attrdefs Sync="TRUE">Esri</attrdefs><attrdomv><udom Sync="TRUE">Positive real numbers that are automatically generated.</udom></attrdomv></attr></detailed></eainfo><mdDateSt Sync="TRUE">20250508</mdDateSt></metadata>
|
pages/src/tree_shapefiles/base_station.shx
ADDED
|
Binary file (108 Bytes). View file
|
|
|
pages/src/tree_shapefiles/base_station_gcs.cpg
ADDED
|
@@ -0,0 +1 @@
|
|
|
|
|
|
|
| 1 |
+
UTF-8
|
pages/src/tree_shapefiles/base_station_gcs.dbf
ADDED
|
Binary file (147 Bytes). View file
|
|
|
pages/src/tree_shapefiles/base_station_gcs.prj
ADDED
|
@@ -0,0 +1 @@
|
|
|
|
|
|
|
| 1 |
+
GEOGCS["GCS_WGS_1984",DATUM["D_WGS_1984",SPHEROID["WGS_1984",6378137.0,298.257223563]],PRIMEM["Greenwich",0.0],UNIT["Degree",0.0174532925199433]]
|
pages/src/tree_shapefiles/base_station_gcs.shp
ADDED
|
Binary file (252 Bytes). View file
|
|
|
pages/src/tree_shapefiles/base_station_gcs.shx
ADDED
|
Binary file (108 Bytes). View file
|
|
|
pages/src/tree_shapefiles/tree1.cpg
ADDED
|
@@ -0,0 +1 @@
|
|
|
|
|
|
|
| 1 |
+
UTF-8
|
pages/src/tree_shapefiles/tree1.dbf
ADDED
|
Binary file (137 Bytes). View file
|
|
|
pages/src/tree_shapefiles/tree1.prj
ADDED
|
@@ -0,0 +1 @@
|
|
|
|
|
|
|
| 1 |
+
PROJCS["WGS_1984_UTM_Zone_10N",GEOGCS["GCS_WGS_1984",DATUM["D_WGS_1984",SPHEROID["WGS_1984",6378137.0,298.257223563]],PRIMEM["Greenwich",0.0],UNIT["Degree",0.0174532925199433]],PROJECTION["Transverse_Mercator"],PARAMETER["False_Easting",500000.0],PARAMETER["False_Northing",0.0],PARAMETER["Central_Meridian",-123.0],PARAMETER["Scale_Factor",0.9996],PARAMETER["Latitude_Of_Origin",0.0],UNIT["Meter",1.0]],VERTCS["unknown",VDATUM["unknown"],PARAMETER["Vertical_Shift",0.0],PARAMETER["Direction",1.0],UNIT["Meter",1.0]]
|
pages/src/tree_shapefiles/tree1.sbn
ADDED
|
Binary file (132 Bytes). View file
|
|
|
pages/src/tree_shapefiles/tree1.sbx
ADDED
|
Binary file (116 Bytes). View file
|
|
|
pages/src/tree_shapefiles/tree1.shp
ADDED
|
Binary file (460 Bytes). View file
|
|
|
pages/src/tree_shapefiles/tree1.shp.xml
ADDED
|
@@ -0,0 +1 @@
|
|
|
|
|
|
|
| 1 |
+
<metadata xml:lang="en"><Esri><CreaDate>20250507</CreaDate><CreaTime>15351300</CreaTime><ArcGISFormat>1.0</ArcGISFormat><SyncOnce>FALSE</SyncOnce><DataProperties><lineage><Process ToolSource="c:\program files\arcgis\pro\Resources\ArcToolbox\toolboxes\Data Management Tools.tbx\CreateFeatureclass" Date="20250507" Time="153513">CreateFeatureclass C:\Users\mdshadman_amin\AppData\Local\Temp\ArcGISProTemp20492\Untitled\Default.gdb tree_canopies Polygon # No No "PROJCS["WGS_1984_UTM_Zone_10N",GEOGCS["GCS_WGS_1984",DATUM["D_WGS_1984",SPHEROID["WGS_1984",6378137.0,298.257223563]],PRIMEM["Greenwich",0.0],UNIT["Degree",0.0174532925199433]],PROJECTION["Transverse_Mercator"],PARAMETER["False_Easting",500000.0],PARAMETER["False_Northing",0.0],PARAMETER["Central_Meridian",-123.0],PARAMETER["Scale_Factor",0.9996],PARAMETER["Latitude_Of_Origin",0.0],UNIT["Meter",1.0]],VERTCS["unknown",VDATUM["unknown"],PARAMETER["Vertical_Shift",0.0],PARAMETER["Direction",1.0],UNIT["Meter",1.0]];-5120900 -9998100 450445547.391054;-100000 10000;-100000 10000;0.001;0.001;0.001;IsHighPrecision" # 0 0 0 #</Process><Process ToolSource="c:\program files\arcgis\pro\Resources\ArcToolbox\toolboxes\Conversion Tools.tbx\ExportFeatures" Date="20250507" Time="155636">ExportFeatures tree_canopies C:\Users\mdshadman_amin\Desktop\tree1.shp # NOT_USE_ALIAS "Shape_Length "Shape_Length" false true true 8 Double 0 0,First,#,tree_canopies,Shape_Length,-1,-1;Shape_Area "Shape_Area" false true true 8 Double 0 0,First,#,tree_canopies,Shape_Area,-1,-1" #</Process></lineage><itemProps><itemName Sync="TRUE">tree1</itemName><imsContentType Sync="TRUE">002</imsContentType><itemSize Sync="TRUE">0.000</itemSize><itemLocation><linkage Sync="TRUE">file://\\TRUGMANLAB-PC1\C$\Users\mdshadman_amin\Desktop\tree1.shp</linkage><protocol Sync="TRUE">Local Area Network</protocol></itemLocation></itemProps><coordRef><type Sync="TRUE">Projected</type><geogcsn Sync="TRUE">GCS_WGS_1984</geogcsn><csUnits Sync="TRUE">Linear Unit: Meter (1.000000)</csUnits><projcsn Sync="TRUE">WGS_1984_UTM_Zone_10N</projcsn><peXml Sync="TRUE"><ProjectedCoordinateSystem xsi:type='typens:ProjectedCoordinateSystem' xmlns:xsi='http://www.w3.org/2001/XMLSchema-instance' xmlns:xs='http://www.w3.org/2001/XMLSchema' xmlns:typens='http://www.esri.com/schemas/ArcGIS/3.1.0'><WKT>PROJCS[&quot;WGS_1984_UTM_Zone_10N&quot;,GEOGCS[&quot;GCS_WGS_1984&quot;,DATUM[&quot;D_WGS_1984&quot;,SPHEROID[&quot;WGS_1984&quot;,6378137.0,298.257223563]],PRIMEM[&quot;Greenwich&quot;,0.0],UNIT[&quot;Degree&quot;,0.0174532925199433]],PROJECTION[&quot;Transverse_Mercator&quot;],PARAMETER[&quot;False_Easting&quot;,500000.0],PARAMETER[&quot;False_Northing&quot;,0.0],PARAMETER[&quot;Central_Meridian&quot;,-123.0],PARAMETER[&quot;Scale_Factor&quot;,0.9996],PARAMETER[&quot;Latitude_Of_Origin&quot;,0.0],UNIT[&quot;Meter&quot;,1.0],AUTHORITY[&quot;EPSG&quot;,32610]],VERTCS[&quot;unknown&quot;,VDATUM[&quot;unknown&quot;],PARAMETER[&quot;Vertical_Shift&quot;,0.0],PARAMETER[&quot;Direction&quot;,1.0],UNIT[&quot;Meter&quot;,1.0]]</WKT><XOrigin>-5120900</XOrigin><YOrigin>-9998100</YOrigin><XYScale>450445547.3910538</XYScale><ZOrigin>-100000</ZOrigin><ZScale>10000</ZScale><MOrigin>-100000</MOrigin><MScale>10000</MScale><XYTolerance>0.001</XYTolerance><ZTolerance>0.001</ZTolerance><MTolerance>0.001</MTolerance><HighPrecision>true</HighPrecision><WKID>32610</WKID><LatestWKID>32610</LatestWKID></ProjectedCoordinateSystem></peXml></coordRef></DataProperties><SyncDate>20250507</SyncDate><SyncTime>15563600</SyncTime><ModDate>20250507</ModDate><ModTime>15563600</ModTime></Esri><dataIdInfo><envirDesc Sync="TRUE">Microsoft Windows 10 Version 10.0 (Build 22631) ; Esri ArcGIS 13.1.0.41833</envirDesc><dataLang><languageCode value="eng" Sync="TRUE"></languageCode><countryCode value="USA" Sync="TRUE"></countryCode></dataLang><idCitation><resTitle Sync="TRUE">tree1</resTitle><presForm><PresFormCd value="005" Sync="TRUE"></PresFormCd></presForm></idCitation><spatRpType><SpatRepTypCd value="001" Sync="TRUE"></SpatRepTypCd></spatRpType></dataIdInfo><mdLang><languageCode value="eng" Sync="TRUE"></languageCode><countryCode value="USA" Sync="TRUE"></countryCode></mdLang><distInfo><distFormat><formatName Sync="TRUE">Shapefile</formatName></distFormat><distTranOps><transSize Sync="TRUE">0.000</transSize></distTranOps></distInfo><mdHrLv><ScopeCd value="005" Sync="TRUE"></ScopeCd></mdHrLv><mdHrLvName Sync="TRUE">dataset</mdHrLvName><refSysInfo><RefSystem><refSysID><identCode code="32610" Sync="TRUE"></identCode><idCodeSpace Sync="TRUE">EPSG</idCodeSpace><idVersion Sync="TRUE">9.8.8(3.0.1)</idVersion></refSysID></RefSystem></refSysInfo><spatRepInfo><VectSpatRep><geometObjs Name="tree1"><geoObjTyp><GeoObjTypCd value="002" Sync="TRUE"></GeoObjTypCd></geoObjTyp><geoObjCnt Sync="TRUE">0</geoObjCnt></geometObjs><topLvl><TopoLevCd value="001" Sync="TRUE"></TopoLevCd></topLvl></VectSpatRep></spatRepInfo><spdoinfo><ptvctinf><esriterm Name="tree1"><efeatyp Sync="TRUE">Simple</efeatyp><efeageom code="4" Sync="TRUE"></efeageom><esritopo Sync="TRUE">FALSE</esritopo><efeacnt Sync="TRUE">0</efeacnt><spindex Sync="TRUE">FALSE</spindex><linrefer Sync="TRUE">FALSE</linrefer></esriterm></ptvctinf></spdoinfo><eainfo><detailed Name="tree1"><enttyp><enttypl Sync="TRUE">tree1</enttypl><enttypt Sync="TRUE">Feature Class</enttypt><enttypc Sync="TRUE">0</enttypc></enttyp><attr><attrlabl Sync="TRUE">FID</attrlabl><attalias Sync="TRUE">FID</attalias><attrtype Sync="TRUE">OID</attrtype><attwidth Sync="TRUE">4</attwidth><atprecis Sync="TRUE">0</atprecis><attscale Sync="TRUE">0</attscale><attrdef Sync="TRUE">Internal feature number.</attrdef><attrdefs Sync="TRUE">Esri</attrdefs><attrdomv><udom Sync="TRUE">Sequential unique whole numbers that are automatically generated.</udom></attrdomv></attr><attr><attrlabl Sync="TRUE">Shape</attrlabl><attalias Sync="TRUE">Shape</attalias><attrtype Sync="TRUE">Geometry</attrtype><attwidth Sync="TRUE">0</attwidth><atprecis Sync="TRUE">0</atprecis><attscale Sync="TRUE">0</attscale><attrdef Sync="TRUE">Feature geometry.</attrdef><attrdefs Sync="TRUE">Esri</attrdefs><attrdomv><udom Sync="TRUE">Coordinates defining the features.</udom></attrdomv></attr><attr><attrlabl Sync="TRUE">Shape_Leng</attrlabl><attalias Sync="TRUE">Shape_Leng</attalias><attrtype Sync="TRUE">Double</attrtype><attwidth Sync="TRUE">19</attwidth><atprecis Sync="TRUE">0</atprecis><attscale Sync="TRUE">0</attscale></attr><attr><attrlabl Sync="TRUE">Shape_Area</attrlabl><attalias Sync="TRUE">Shape_Area</attalias><attrtype Sync="TRUE">Double</attrtype><attwidth Sync="TRUE">19</attwidth><atprecis Sync="TRUE">0</atprecis><attscale Sync="TRUE">0</attscale><attrdef Sync="TRUE">Area of feature in internal units squared.</attrdef><attrdefs Sync="TRUE">Esri</attrdefs><attrdomv><udom Sync="TRUE">Positive real numbers that are automatically generated.</udom></attrdomv></attr></detailed></eainfo><mdDateSt Sync="TRUE">20250507</mdDateSt></metadata>
|
pages/src/tree_shapefiles/tree1.shx
ADDED
|
Binary file (108 Bytes). View file
|
|
|
pages/src/tree_shapefiles/tree10.cpg
ADDED
|
@@ -0,0 +1 @@
|
|
|
|
|
|
|
| 1 |
+
UTF-8
|
pages/src/tree_shapefiles/tree10.dbf
ADDED
|
Binary file (137 Bytes). View file
|
|
|
pages/src/tree_shapefiles/tree10.prj
ADDED
|
@@ -0,0 +1 @@
|
|
|
|
|
|
|
| 1 |
+
PROJCS["WGS_1984_UTM_Zone_10N",GEOGCS["GCS_WGS_1984",DATUM["D_WGS_1984",SPHEROID["WGS_1984",6378137.0,298.257223563]],PRIMEM["Greenwich",0.0],UNIT["Degree",0.0174532925199433]],PROJECTION["Transverse_Mercator"],PARAMETER["False_Easting",500000.0],PARAMETER["False_Northing",0.0],PARAMETER["Central_Meridian",-123.0],PARAMETER["Scale_Factor",0.9996],PARAMETER["Latitude_Of_Origin",0.0],UNIT["Meter",1.0]],VERTCS["unknown",VDATUM["unknown"],PARAMETER["Vertical_Shift",0.0],PARAMETER["Direction",1.0],UNIT["Meter",1.0]]
|
pages/src/tree_shapefiles/tree10.sbn
ADDED
|
Binary file (132 Bytes). View file
|
|
|
pages/src/tree_shapefiles/tree10.sbx
ADDED
|
Binary file (116 Bytes). View file
|
|
|
pages/src/tree_shapefiles/tree10.shp
ADDED
|
Binary file (428 Bytes). View file
|
|
|
pages/src/tree_shapefiles/tree10.shp.xml
ADDED
|
@@ -0,0 +1 @@
|
|
|
|
|
|
|
| 1 |
+
<metadata xml:lang="en"><Esri><CreaDate>20250507</CreaDate><CreaTime>15351300</CreaTime><ArcGISFormat>1.0</ArcGISFormat><SyncOnce>FALSE</SyncOnce><DataProperties><lineage><Process ToolSource="c:\program files\arcgis\pro\Resources\ArcToolbox\toolboxes\Data Management Tools.tbx\CreateFeatureclass" Date="20250507" Time="153513">CreateFeatureclass C:\Users\mdshadman_amin\AppData\Local\Temp\ArcGISProTemp20492\Untitled\Default.gdb tree_canopies Polygon # No No "PROJCS["WGS_1984_UTM_Zone_10N",GEOGCS["GCS_WGS_1984",DATUM["D_WGS_1984",SPHEROID["WGS_1984",6378137.0,298.257223563]],PRIMEM["Greenwich",0.0],UNIT["Degree",0.0174532925199433]],PROJECTION["Transverse_Mercator"],PARAMETER["False_Easting",500000.0],PARAMETER["False_Northing",0.0],PARAMETER["Central_Meridian",-123.0],PARAMETER["Scale_Factor",0.9996],PARAMETER["Latitude_Of_Origin",0.0],UNIT["Meter",1.0]],VERTCS["unknown",VDATUM["unknown"],PARAMETER["Vertical_Shift",0.0],PARAMETER["Direction",1.0],UNIT["Meter",1.0]];-5120900 -9998100 450445547.391054;-100000 10000;-100000 10000;0.001;0.001;0.001;IsHighPrecision" # 0 0 0 #</Process><Process ToolSource="c:\program files\arcgis\pro\Resources\ArcToolbox\toolboxes\Conversion Tools.tbx\ExportFeatures" Date="20250507" Time="160246">ExportFeatures tree_canopies "C:\Users\mdshadman_amin\Desktop\Tree shapefiles\tree10.shp" # NOT_USE_ALIAS "Shape_Length "Shape_Length" false true true 8 Double 0 0,First,#,tree_canopies,Shape_Length,-1,-1;Shape_Area "Shape_Area" false true true 8 Double 0 0,First,#,tree_canopies,Shape_Area,-1,-1" #</Process></lineage><itemProps><itemName Sync="TRUE">tree10</itemName><imsContentType Sync="TRUE">002</imsContentType><itemSize Sync="TRUE">0.000</itemSize><itemLocation><linkage Sync="TRUE">file://\\TRUGMANLAB-PC1\C$\Users\mdshadman_amin\Desktop\Tree shapefiles\tree10.shp</linkage><protocol Sync="TRUE">Local Area Network</protocol></itemLocation></itemProps><coordRef><type Sync="TRUE">Projected</type><geogcsn Sync="TRUE">GCS_WGS_1984</geogcsn><csUnits Sync="TRUE">Linear Unit: Meter (1.000000)</csUnits><projcsn Sync="TRUE">WGS_1984_UTM_Zone_10N</projcsn><peXml Sync="TRUE"><ProjectedCoordinateSystem xsi:type='typens:ProjectedCoordinateSystem' xmlns:xsi='http://www.w3.org/2001/XMLSchema-instance' xmlns:xs='http://www.w3.org/2001/XMLSchema' xmlns:typens='http://www.esri.com/schemas/ArcGIS/3.1.0'><WKT>PROJCS[&quot;WGS_1984_UTM_Zone_10N&quot;,GEOGCS[&quot;GCS_WGS_1984&quot;,DATUM[&quot;D_WGS_1984&quot;,SPHEROID[&quot;WGS_1984&quot;,6378137.0,298.257223563]],PRIMEM[&quot;Greenwich&quot;,0.0],UNIT[&quot;Degree&quot;,0.0174532925199433]],PROJECTION[&quot;Transverse_Mercator&quot;],PARAMETER[&quot;False_Easting&quot;,500000.0],PARAMETER[&quot;False_Northing&quot;,0.0],PARAMETER[&quot;Central_Meridian&quot;,-123.0],PARAMETER[&quot;Scale_Factor&quot;,0.9996],PARAMETER[&quot;Latitude_Of_Origin&quot;,0.0],UNIT[&quot;Meter&quot;,1.0],AUTHORITY[&quot;EPSG&quot;,32610]],VERTCS[&quot;unknown&quot;,VDATUM[&quot;unknown&quot;],PARAMETER[&quot;Vertical_Shift&quot;,0.0],PARAMETER[&quot;Direction&quot;,1.0],UNIT[&quot;Meter&quot;,1.0]]</WKT><XOrigin>-5120900</XOrigin><YOrigin>-9998100</YOrigin><XYScale>450445547.3910538</XYScale><ZOrigin>-100000</ZOrigin><ZScale>10000</ZScale><MOrigin>-100000</MOrigin><MScale>10000</MScale><XYTolerance>0.001</XYTolerance><ZTolerance>0.001</ZTolerance><MTolerance>0.001</MTolerance><HighPrecision>true</HighPrecision><WKID>32610</WKID><LatestWKID>32610</LatestWKID></ProjectedCoordinateSystem></peXml></coordRef></DataProperties><SyncDate>20250507</SyncDate><SyncTime>16024600</SyncTime><ModDate>20250507</ModDate><ModTime>16024600</ModTime></Esri><dataIdInfo><envirDesc Sync="TRUE">Microsoft Windows 10 Version 10.0 (Build 22631) ; Esri ArcGIS 13.1.0.41833</envirDesc><dataLang><languageCode value="eng" Sync="TRUE"></languageCode><countryCode value="USA" Sync="TRUE"></countryCode></dataLang><idCitation><resTitle Sync="TRUE">tree10</resTitle><presForm><PresFormCd value="005" Sync="TRUE"></PresFormCd></presForm></idCitation><spatRpType><SpatRepTypCd value="001" Sync="TRUE"></SpatRepTypCd></spatRpType></dataIdInfo><mdLang><languageCode value="eng" Sync="TRUE"></languageCode><countryCode value="USA" Sync="TRUE"></countryCode></mdLang><distInfo><distFormat><formatName Sync="TRUE">Shapefile</formatName></distFormat><distTranOps><transSize Sync="TRUE">0.000</transSize></distTranOps></distInfo><mdHrLv><ScopeCd value="005" Sync="TRUE"></ScopeCd></mdHrLv><mdHrLvName Sync="TRUE">dataset</mdHrLvName><refSysInfo><RefSystem><refSysID><identCode code="32610" Sync="TRUE"></identCode><idCodeSpace Sync="TRUE">EPSG</idCodeSpace><idVersion Sync="TRUE">9.8.8(3.0.1)</idVersion></refSysID></RefSystem></refSysInfo><spatRepInfo><VectSpatRep><geometObjs Name="tree10"><geoObjTyp><GeoObjTypCd value="002" Sync="TRUE"></GeoObjTypCd></geoObjTyp><geoObjCnt Sync="TRUE">0</geoObjCnt></geometObjs><topLvl><TopoLevCd value="001" Sync="TRUE"></TopoLevCd></topLvl></VectSpatRep></spatRepInfo><spdoinfo><ptvctinf><esriterm Name="tree10"><efeatyp Sync="TRUE">Simple</efeatyp><efeageom code="4" Sync="TRUE"></efeageom><esritopo Sync="TRUE">FALSE</esritopo><efeacnt Sync="TRUE">0</efeacnt><spindex Sync="TRUE">FALSE</spindex><linrefer Sync="TRUE">FALSE</linrefer></esriterm></ptvctinf></spdoinfo><eainfo><detailed Name="tree10"><enttyp><enttypl Sync="TRUE">tree10</enttypl><enttypt Sync="TRUE">Feature Class</enttypt><enttypc Sync="TRUE">0</enttypc></enttyp><attr><attrlabl Sync="TRUE">FID</attrlabl><attalias Sync="TRUE">FID</attalias><attrtype Sync="TRUE">OID</attrtype><attwidth Sync="TRUE">4</attwidth><atprecis Sync="TRUE">0</atprecis><attscale Sync="TRUE">0</attscale><attrdef Sync="TRUE">Internal feature number.</attrdef><attrdefs Sync="TRUE">Esri</attrdefs><attrdomv><udom Sync="TRUE">Sequential unique whole numbers that are automatically generated.</udom></attrdomv></attr><attr><attrlabl Sync="TRUE">Shape</attrlabl><attalias Sync="TRUE">Shape</attalias><attrtype Sync="TRUE">Geometry</attrtype><attwidth Sync="TRUE">0</attwidth><atprecis Sync="TRUE">0</atprecis><attscale Sync="TRUE">0</attscale><attrdef Sync="TRUE">Feature geometry.</attrdef><attrdefs Sync="TRUE">Esri</attrdefs><attrdomv><udom Sync="TRUE">Coordinates defining the features.</udom></attrdomv></attr><attr><attrlabl Sync="TRUE">Shape_Leng</attrlabl><attalias Sync="TRUE">Shape_Leng</attalias><attrtype Sync="TRUE">Double</attrtype><attwidth Sync="TRUE">19</attwidth><atprecis Sync="TRUE">0</atprecis><attscale Sync="TRUE">0</attscale></attr><attr><attrlabl Sync="TRUE">Shape_Area</attrlabl><attalias Sync="TRUE">Shape_Area</attalias><attrtype Sync="TRUE">Double</attrtype><attwidth Sync="TRUE">19</attwidth><atprecis Sync="TRUE">0</atprecis><attscale Sync="TRUE">0</attscale><attrdef Sync="TRUE">Area of feature in internal units squared.</attrdef><attrdefs Sync="TRUE">Esri</attrdefs><attrdomv><udom Sync="TRUE">Positive real numbers that are automatically generated.</udom></attrdomv></attr></detailed></eainfo><mdDateSt Sync="TRUE">20250507</mdDateSt></metadata>
|
pages/src/tree_shapefiles/tree10.shx
ADDED
|
Binary file (108 Bytes). View file
|
|
|
pages/src/tree_shapefiles/tree11.cpg
ADDED
|
@@ -0,0 +1 @@
|
|
|
|
|
|
|
| 1 |
+
UTF-8
|
pages/src/tree_shapefiles/tree11.dbf
ADDED
|
Binary file (137 Bytes). View file
|
|
|
pages/src/tree_shapefiles/tree11.prj
ADDED
|
@@ -0,0 +1 @@
|
|
|
|
|
|
|
| 1 |
+
PROJCS["WGS_1984_UTM_Zone_10N",GEOGCS["GCS_WGS_1984",DATUM["D_WGS_1984",SPHEROID["WGS_1984",6378137.0,298.257223563]],PRIMEM["Greenwich",0.0],UNIT["Degree",0.0174532925199433]],PROJECTION["Transverse_Mercator"],PARAMETER["False_Easting",500000.0],PARAMETER["False_Northing",0.0],PARAMETER["Central_Meridian",-123.0],PARAMETER["Scale_Factor",0.9996],PARAMETER["Latitude_Of_Origin",0.0],UNIT["Meter",1.0]],VERTCS["unknown",VDATUM["unknown"],PARAMETER["Vertical_Shift",0.0],PARAMETER["Direction",1.0],UNIT["Meter",1.0]]
|
pages/src/tree_shapefiles/tree11.sbn
ADDED
|
Binary file (132 Bytes). View file
|
|
|
pages/src/tree_shapefiles/tree11.sbx
ADDED
|
Binary file (116 Bytes). View file
|
|
|
pages/src/tree_shapefiles/tree11.shp
ADDED
|
Binary file (364 Bytes). View file
|
|
|
pages/src/tree_shapefiles/tree11.shp.xml
ADDED
|
@@ -0,0 +1 @@
|
|
|
|
|
|
|
| 1 |
+
<metadata xml:lang="en"><Esri><CreaDate>20250507</CreaDate><CreaTime>15351300</CreaTime><ArcGISFormat>1.0</ArcGISFormat><SyncOnce>FALSE</SyncOnce><DataProperties><lineage><Process ToolSource="c:\program files\arcgis\pro\Resources\ArcToolbox\toolboxes\Data Management Tools.tbx\CreateFeatureclass" Date="20250507" Time="153513">CreateFeatureclass C:\Users\mdshadman_amin\AppData\Local\Temp\ArcGISProTemp20492\Untitled\Default.gdb tree_canopies Polygon # No No "PROJCS["WGS_1984_UTM_Zone_10N",GEOGCS["GCS_WGS_1984",DATUM["D_WGS_1984",SPHEROID["WGS_1984",6378137.0,298.257223563]],PRIMEM["Greenwich",0.0],UNIT["Degree",0.0174532925199433]],PROJECTION["Transverse_Mercator"],PARAMETER["False_Easting",500000.0],PARAMETER["False_Northing",0.0],PARAMETER["Central_Meridian",-123.0],PARAMETER["Scale_Factor",0.9996],PARAMETER["Latitude_Of_Origin",0.0],UNIT["Meter",1.0]],VERTCS["unknown",VDATUM["unknown"],PARAMETER["Vertical_Shift",0.0],PARAMETER["Direction",1.0],UNIT["Meter",1.0]];-5120900 -9998100 450445547.391054;-100000 10000;-100000 10000;0.001;0.001;0.001;IsHighPrecision" # 0 0 0 #</Process><Process ToolSource="c:\program files\arcgis\pro\Resources\ArcToolbox\toolboxes\Conversion Tools.tbx\ExportFeatures" Date="20250507" Time="160332">ExportFeatures tree_canopies "C:\Users\mdshadman_amin\Desktop\Tree shapefiles\tree11.shp" # NOT_USE_ALIAS "Shape_Length "Shape_Length" false true true 8 Double 0 0,First,#,tree_canopies,Shape_Length,-1,-1;Shape_Area "Shape_Area" false true true 8 Double 0 0,First,#,tree_canopies,Shape_Area,-1,-1" #</Process></lineage><itemProps><itemName Sync="TRUE">tree11</itemName><imsContentType Sync="TRUE">002</imsContentType><itemSize Sync="TRUE">0.000</itemSize><itemLocation><linkage Sync="TRUE">file://\\TRUGMANLAB-PC1\C$\Users\mdshadman_amin\Desktop\Tree shapefiles\tree11.shp</linkage><protocol Sync="TRUE">Local Area Network</protocol></itemLocation></itemProps><coordRef><type Sync="TRUE">Projected</type><geogcsn Sync="TRUE">GCS_WGS_1984</geogcsn><csUnits Sync="TRUE">Linear Unit: Meter (1.000000)</csUnits><projcsn Sync="TRUE">WGS_1984_UTM_Zone_10N</projcsn><peXml Sync="TRUE"><ProjectedCoordinateSystem xsi:type='typens:ProjectedCoordinateSystem' xmlns:xsi='http://www.w3.org/2001/XMLSchema-instance' xmlns:xs='http://www.w3.org/2001/XMLSchema' xmlns:typens='http://www.esri.com/schemas/ArcGIS/3.1.0'><WKT>PROJCS[&quot;WGS_1984_UTM_Zone_10N&quot;,GEOGCS[&quot;GCS_WGS_1984&quot;,DATUM[&quot;D_WGS_1984&quot;,SPHEROID[&quot;WGS_1984&quot;,6378137.0,298.257223563]],PRIMEM[&quot;Greenwich&quot;,0.0],UNIT[&quot;Degree&quot;,0.0174532925199433]],PROJECTION[&quot;Transverse_Mercator&quot;],PARAMETER[&quot;False_Easting&quot;,500000.0],PARAMETER[&quot;False_Northing&quot;,0.0],PARAMETER[&quot;Central_Meridian&quot;,-123.0],PARAMETER[&quot;Scale_Factor&quot;,0.9996],PARAMETER[&quot;Latitude_Of_Origin&quot;,0.0],UNIT[&quot;Meter&quot;,1.0],AUTHORITY[&quot;EPSG&quot;,32610]],VERTCS[&quot;unknown&quot;,VDATUM[&quot;unknown&quot;],PARAMETER[&quot;Vertical_Shift&quot;,0.0],PARAMETER[&quot;Direction&quot;,1.0],UNIT[&quot;Meter&quot;,1.0]]</WKT><XOrigin>-5120900</XOrigin><YOrigin>-9998100</YOrigin><XYScale>450445547.3910538</XYScale><ZOrigin>-100000</ZOrigin><ZScale>10000</ZScale><MOrigin>-100000</MOrigin><MScale>10000</MScale><XYTolerance>0.001</XYTolerance><ZTolerance>0.001</ZTolerance><MTolerance>0.001</MTolerance><HighPrecision>true</HighPrecision><WKID>32610</WKID><LatestWKID>32610</LatestWKID></ProjectedCoordinateSystem></peXml></coordRef></DataProperties><SyncDate>20250507</SyncDate><SyncTime>16033200</SyncTime><ModDate>20250507</ModDate><ModTime>16033200</ModTime></Esri><dataIdInfo><envirDesc Sync="TRUE">Microsoft Windows 10 Version 10.0 (Build 22631) ; Esri ArcGIS 13.1.0.41833</envirDesc><dataLang><languageCode value="eng" Sync="TRUE"></languageCode><countryCode value="USA" Sync="TRUE"></countryCode></dataLang><idCitation><resTitle Sync="TRUE">tree11</resTitle><presForm><PresFormCd value="005" Sync="TRUE"></PresFormCd></presForm></idCitation><spatRpType><SpatRepTypCd value="001" Sync="TRUE"></SpatRepTypCd></spatRpType></dataIdInfo><mdLang><languageCode value="eng" Sync="TRUE"></languageCode><countryCode value="USA" Sync="TRUE"></countryCode></mdLang><distInfo><distFormat><formatName Sync="TRUE">Shapefile</formatName></distFormat><distTranOps><transSize Sync="TRUE">0.000</transSize></distTranOps></distInfo><mdHrLv><ScopeCd value="005" Sync="TRUE"></ScopeCd></mdHrLv><mdHrLvName Sync="TRUE">dataset</mdHrLvName><refSysInfo><RefSystem><refSysID><identCode code="32610" Sync="TRUE"></identCode><idCodeSpace Sync="TRUE">EPSG</idCodeSpace><idVersion Sync="TRUE">9.8.8(3.0.1)</idVersion></refSysID></RefSystem></refSysInfo><spatRepInfo><VectSpatRep><geometObjs Name="tree11"><geoObjTyp><GeoObjTypCd value="002" Sync="TRUE"></GeoObjTypCd></geoObjTyp><geoObjCnt Sync="TRUE">0</geoObjCnt></geometObjs><topLvl><TopoLevCd value="001" Sync="TRUE"></TopoLevCd></topLvl></VectSpatRep></spatRepInfo><spdoinfo><ptvctinf><esriterm Name="tree11"><efeatyp Sync="TRUE">Simple</efeatyp><efeageom code="4" Sync="TRUE"></efeageom><esritopo Sync="TRUE">FALSE</esritopo><efeacnt Sync="TRUE">0</efeacnt><spindex Sync="TRUE">FALSE</spindex><linrefer Sync="TRUE">FALSE</linrefer></esriterm></ptvctinf></spdoinfo><eainfo><detailed Name="tree11"><enttyp><enttypl Sync="TRUE">tree11</enttypl><enttypt Sync="TRUE">Feature Class</enttypt><enttypc Sync="TRUE">0</enttypc></enttyp><attr><attrlabl Sync="TRUE">FID</attrlabl><attalias Sync="TRUE">FID</attalias><attrtype Sync="TRUE">OID</attrtype><attwidth Sync="TRUE">4</attwidth><atprecis Sync="TRUE">0</atprecis><attscale Sync="TRUE">0</attscale><attrdef Sync="TRUE">Internal feature number.</attrdef><attrdefs Sync="TRUE">Esri</attrdefs><attrdomv><udom Sync="TRUE">Sequential unique whole numbers that are automatically generated.</udom></attrdomv></attr><attr><attrlabl Sync="TRUE">Shape</attrlabl><attalias Sync="TRUE">Shape</attalias><attrtype Sync="TRUE">Geometry</attrtype><attwidth Sync="TRUE">0</attwidth><atprecis Sync="TRUE">0</atprecis><attscale Sync="TRUE">0</attscale><attrdef Sync="TRUE">Feature geometry.</attrdef><attrdefs Sync="TRUE">Esri</attrdefs><attrdomv><udom Sync="TRUE">Coordinates defining the features.</udom></attrdomv></attr><attr><attrlabl Sync="TRUE">Shape_Leng</attrlabl><attalias Sync="TRUE">Shape_Leng</attalias><attrtype Sync="TRUE">Double</attrtype><attwidth Sync="TRUE">19</attwidth><atprecis Sync="TRUE">0</atprecis><attscale Sync="TRUE">0</attscale></attr><attr><attrlabl Sync="TRUE">Shape_Area</attrlabl><attalias Sync="TRUE">Shape_Area</attalias><attrtype Sync="TRUE">Double</attrtype><attwidth Sync="TRUE">19</attwidth><atprecis Sync="TRUE">0</atprecis><attscale Sync="TRUE">0</attscale><attrdef Sync="TRUE">Area of feature in internal units squared.</attrdef><attrdefs Sync="TRUE">Esri</attrdefs><attrdomv><udom Sync="TRUE">Positive real numbers that are automatically generated.</udom></attrdomv></attr></detailed></eainfo><mdDateSt Sync="TRUE">20250507</mdDateSt></metadata>
|
pages/src/tree_shapefiles/tree11.shx
ADDED
|
Binary file (108 Bytes). View file
|
|
|
pages/src/tree_shapefiles/tree12.cpg
ADDED
|
@@ -0,0 +1 @@
|
|
|
|
|
|
|
| 1 |
+
UTF-8
|
pages/src/tree_shapefiles/tree12.dbf
ADDED
|
Binary file (137 Bytes). View file
|
|
|
pages/src/tree_shapefiles/tree12.prj
ADDED
|
@@ -0,0 +1 @@
|
|
|
|
|
|
|
| 1 |
+
PROJCS["WGS_1984_UTM_Zone_10N",GEOGCS["GCS_WGS_1984",DATUM["D_WGS_1984",SPHEROID["WGS_1984",6378137.0,298.257223563]],PRIMEM["Greenwich",0.0],UNIT["Degree",0.0174532925199433]],PROJECTION["Transverse_Mercator"],PARAMETER["False_Easting",500000.0],PARAMETER["False_Northing",0.0],PARAMETER["Central_Meridian",-123.0],PARAMETER["Scale_Factor",0.9996],PARAMETER["Latitude_Of_Origin",0.0],UNIT["Meter",1.0]],VERTCS["unknown",VDATUM["unknown"],PARAMETER["Vertical_Shift",0.0],PARAMETER["Direction",1.0],UNIT["Meter",1.0]]
|