-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathGIS.html
More file actions
343 lines (304 loc) · 18.8 KB
/
Copy pathGIS.html
File metadata and controls
343 lines (304 loc) · 18.8 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="icon" href="images/tab_icon.png">
<title>Tarik C. Anwar</title>
<style>
#mapid{
height: 350px;
width: 100%;
margin-left: auto;
margin-right: auto;
border-style: solid;
border-color: black;
border-width: 1px;
}
</style>
<link rel="stylesheet" href="https://unpkg.com/leaflet@1.7.1/dist/leaflet.css"
integrity="sha512-xodZBNTC5n17Xt2atTPuE1HxjVMSvLVW9ocqUKLsCC5CXdbqCmblAshOMAS6/keqq/sMZMZ19scR4PsZChSR7A=="
crossorigin=""/>
<!-- Make sure you put this AFTER Leaflet's CSS -->
<script src="https://unpkg.com/leaflet@1.7.1/dist/leaflet.js"
integrity="sha512-XQoYMqMTK8LvdxXYG3nZ448hOEQiglfqkJs1NOQV44cWnUrBc8PkAOcXy20w0vlaXaVUearIOBhiXZ5V3ynxwA=="
crossorigin=""></script>
<script src="heatmap/leaflet-providers.js"></script>
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.0.2/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-EVSTQN3/azprG1Anm3QDgpJLIm9Nao0Yz1ztcQTwFspd3yD65VohhpuuCOmLASjC" crossorigin="anonymous">
<!--put boostrap CDN before own css style sheet so that it doesn't interfere with it-->
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@1,300&family=Oswald&display=swap" rel="stylesheet">
<link rel="stylesheet" href="styling.css">
</head>
<body>
<br>
<div class="home">
<a href="index.html" style="text-align: center;">|| TCA ||</a>
</a>
</div>
<br>
<p>
</p>
<div class="card-group">
<div class="card text-white bg-success mb-3">
<p >I am proficient at providing highly customizable static or web-based mapping solutions. Please scroll down to see examples of my past work.
<br>
</div>
</div>
</div>
<div class="card-group">
<div class="card text-white bg-danger mb-3">
<p ><b>Key Skills:</b> Site suitability/selection, labor analysis, data center analysis, industrial optimization (Trucking times, networks, etc.), demographic data enrichment, index scoring, multivariate heatmaps, cartography, logo maps, web mapping, remote sensing, unsupervised classification, employee drive time/transit analyses for office relocation/consolidation.
<br>
</div>
</div>
</div>
<div class="card-group">
<div class="card text-white bg-info mb-3">
<p ><b>Key Software/Programs/Services/Datasets/Extensions:</b> ArcGIS Pro, QGIS, ArcGIS Maps for Adobe Creative Cloud (Illustrator), Survey123, Business Analyst, Spatial Analyst, Network Analyst, Experience Builder, ArcGIS Online, Esri Story Maps, Esri Dashboards, Model Builder, Placer, Nearmap, ChainXY, RetailStat, Lightcast, DataAxle, SafeGraph, Foursquare
<br>
</div>
</div>
</div>
<div class="card-group">
<div class="card text-white bg-dark mb-3">
<br>
<div id="mapid"></div>
<script src='country_map.js'></script>
<div class="card-body text-white bg-dark mb-3">
<p class="card-text">
A personal project for this website. As an avid traveler passionate
about different cultures, I aspire to visit as many countries as possible,
and at the very least visit every continent. Here is a current list of all the countries
I had the privilege to visit so far. This map was made using the <b>Leaflet</b> library.
</p>
</div>
</div>
</div>
<br>
<div class="card-group text-white bg-dark mb-3">
<div class="card text-white bg-dark mb-3">
<img class="card-img-top" src="images/dashboardcopy.PNG" alt="Card image cap">
<div class="card-body text-white">
<p class="card-text"> I have a lot of experience using Esri Dashboards to present, and summarize complex data into easy-to-understand findings.
I am comfortable with organizing,
and linking data to indicators, as well as creating complex filters (Temporal for example). Most GIS dashboards that have done have involved commute relocation analyses, demographic retail site selection, portfolio management, and industrial site selection. (Specific example not available due to copyright)
</div>
</div>
<div class="card text-white bg-dark mb-3">
<img class="card-img-top" src="images/demographicscopy.PNG" alt="Card image cap">
<img class="card-img-top" >
<div class="card-body text-white ">
<p class="card-text" >I have used, researched, compiled, and analyzed demographic data in order to find suitable areas
for new business development. I have created multi-variable heatmaps by enriching tessalation cells with
demographic data, and calculating index scores. Those index scores were mainly created for retail and healthcare expansions. <br> <br>I have also used Business Analyst Online to generate quick demographic reports, pull traffic counts, void analyses, and more as supplemental marketing materials. (Specific example not available due to copyright)
</div>
</div>
<div class="card text-white bg-dark mb-3">
<img class="card-img-top" src="images/ZIP.png" alt="Card image cap">
<div class="card-body text-white ">
<p class="card-text"> I have done plenty of commute analyses in order to determine opportunities for relocation, and/or consolidation.
I have primarily used ESRI's network analyst extension for this work using service areas, OD Cost Matrix, location allocation, and more. For public transit times, I have used the Google routes API to calculate average transit times. For multiple relocation options, results were presented through complex esri dashboards. Broad level commute patterns were also determined by using the U.S. Census website Onthemap, and pairing that data with lightcast labor information, in order to generate custom labor pools. <br> <br> The same principles and tools were also utilized for industrial analyses such as network optimization, trucking times service areas calculated through Esri's streetmap dataset/license, and more. (Specific example not available due to copyright).
</p>
</div>
</div>
</div>
<div class="card-group">
<div class="card text-white bg-dark mb-3">
<img class="card-img-top" src="images/instant.png" alt="Card image cap">
<div class="card-body text-white mb-3">
<p class="card-text">I have created custom webapps for clients
in order to show prospective sites, demographic data, trade areas, amenities, traffic counts, parcels and overall perform site suitability analyses. Webapps were also used for purposes such as data center site selection. I have predominantly used Esri's experience builder, webapp builder, and instant apps. I have also used HTML, CSS, and Javascript to further customize those apps. <br> <br>At CBRE|Raleigh, outside of site selection analyses, webapps were used for client tours where brokers pulled up our webapps on Ipads, and they were able to see demographics, competitors and more on the fly. Outside of that, they were also used to quickly print simple maps for marketing materials, and consult demographic data. (Specific CBRE example not available due to copyright).</p>
<a href="https://www.arcgis.com/apps/instant/sidebar/index.html?appid=a5059a5f828b4a9fb600163fe1550d47&locale=en" target="_blank" rel="noopener noreferrer"class="btn btn-primary">Instant app Example Link</a>
</div>
</div>
<div class="card text-white bg-dark mb-3">
<div class="card-body text-white bg-dark mb-3">
<img class="card-img-top" src="images/3da.png" alt="Card image cap">
<p class="card-text">
I have mapped out <b>3D data</b> in the past.
I can also navigate <b>ArcScene</b> fairly well. I also created 3D scenes
using the scene viewer in AGOL. </p>
<a href="https://www.arcgis.com/apps/instant/3dviewer/index.html?appid=0ad23ea5ef8d41aeb9122870514a22a9" target="_blank" rel="noopener noreferrer" class="btn btn-primary">3D app example Link</a>
</div>
</div>
<div class="card text-white bg-dark mb-3">
<img class="card-img-top" >
<div class="card-body text-white bg-warning mb-3">
<p>
I created an internal gallery of best in class projects to encourage cross collaboration within the GIS team at Cushman and Wakefield. Users of the app were able to submit static or webmaps of their choice to showcase by using a Survey123 survey connected to an experience builder app. The results of the survey were displayed through a table widget. <br> <br> Additionally, useful links and templates were linked to the app for further ease of access and consolidation of resources. (Specific example not available due to copyright)
</p>
</div>
</div>
<div class="card-group">
<div class="card text-white bg-dark mb-3">
<img class="card-img-top" >
<div class="card-body text-white bg-danger mb-3">
<p class="card-text"> During my time at CBRE, I have used
raw MMD data provided by Near/Azira in order to create highly custom trade areas, foot traffic, visitor patterns, tourism, and more. (Example not available due to copyright)
</p>
</div>
</div>
<div class="card text-white bg-dark mb-3">
<img class="card-img-top" >
<div class="card-body text-white bg-success mb-3">
<p class="card-text"> During my time at Cushman and Wakefield , I have used
Lightcast data for very granular labor analyses. Zipcode level data was exported and used to show labor concentration geographically. (Example not available due to copyright)
</p>
</div>
</div>
<div class="card text-white bg-dark mb-3">
<div class="card-body text-white bg-success mb-3">
<p class="card-text" >I created PlacerAI reports in order
to understand visitor information for specific shopping centers and retailers. (Example not available due to copyright)</p>
</div>
</div>
<div class="card-group">
<div class="card text-white bg-dark mb-3">
<img class="card-img-top" src="images/retail.png" alt="Card image cap">
<div class="card-body text-white ">
<p class="card-text">I have made hundreds of logo/amenity maps showing nearby retailers and other relevant information such as traffic counts in order to market a site of interest. I have made those types of maps through ArcGIS Pro with graphics, ArcGIS Maps for Adobe Creative Cloud Illustrator extension, and SitesUSA. Most of the POIs came from a combination of Esri's Business Analyst datasets (DataAxle, SafeGraph, Foursquare), ChainXY, and Retailstat.<br> <br> I have a lot of experience with graphic design concepts and generally tweaking maps to any aesthetic that may be needed.
<br><br>Furthermore, during my time at Cushman & Wakefield, I have created a logo map tracker used internally by the team in order to help expedite these types of maps, by reusing and tracking which graphics layers/extents can be repurposed.
</div>
</div>
<div class="card text-white bg-dark mb-3">
<img class="card-img-top" src="images/zip2.png" alt="Card image cap">
<div class="card-body text-white bg-dark mb-3">
<p class="card-text" > I have used, queried, and analyzed parcel data for a variety of site selection purposes. The main data providers that I have familiarity with for these parcel analyses are Regrid, and Landgate.
</p>
</div>
</div>
<div class="card text-white bg-dark mb-3">
<img class="card-img-top" src="images/scooter2.png" alt="Card image cap">
<div class="card-body text-white ">
<p class="card-text">I created a <b>heat map</b> depicting hotspots of electric scooter usage during the pilot month of their launch in Knoxville, TN.
User trip data from SPIN was utilized to determine areas of highest activity. This map was used by city officials in order to determine where to put targeted safety outreach signs.
</div>
</div>
</div>
<div class="card-group">
<div class="card text-white bg-dark mb-3">
<img class="card-img-top" src="images/storymap.png" alt="Card image cap">
<div class="card-body text-white ">
<p class="card-text">I have made storymaps for presentations that were used during client pitches, explanations on GIS capabalities, and more. Here is an example that I have made for this website.
</p>
<a href="https://storymaps.arcgis.com/stories/2702c57f07d94a57a567819bfddbbbc7" target="_blank" rel="noopener noreferrer" class="btn btn-primary">Storymap Example Link</a>
</div>
</div>
<div class="card text-white bg-dark mb-3">
<img class="card-img-top" src="images/suisse.png" alt="Card image cap">
<div class="card-body text-white bg-dark mb-3">
<p class="card-text">
A webapp created for a family member who was looking to have parcels of interest mapped in Switzerland/France, as well as other data related to agriculture, and viticulture.
</p>
<a href="https://www.arcgis.com/apps/instant/basic/index.html?appid=9ccaa4cc669641c4aedb8db5a1c4aebf" target="_blank" rel="noopener noreferrer" class="btn btn-primary">App Link</a>
</div>
</div>
</div>
</div>
<br>
<div class="card-group">
<div class="card text-white bg-dark mb-3">
<img class="card-img-top" src="images/georeferencing.png" alt="Card image cap">
<div class="card-body text-white bg-dark mb-3">
<p class="card-text">I have <b>georeferenced</b> raster images either in QGIS or in Arcmap, and
<b>rubbersheeted</b> road networks. Pictured here is a historical map of the city of Geneva,
georeferenced on top of an ESRI basemap.</p>
</div>
</div>
<div class="card text-white bg-dark mb-3">
<img class="card-img-top" src="images/building_digitization.PNG" alt="Card image cap">
<div class="card-body text-white bg-dark mb-3">
<p class="card-text">I have close to two years of building <b>digitization</b> experience from high-resolution satellite imagery.
I have knowledge in building architecture from all continents.
</p>
</div>
</div>
<div class="card text-white bg-dark mb-3">
<img class="card-img-top" src="images/osm.PNG" alt="Card image cap">
<div class="card-body text-white bg-dark mb-3">
<p class="card-text">I have digitized, acquired, and analyzed <b>road networks</b>. During my time working as
a subcontractor for the
Oak Ridge National Lab, I was tasked with creating large datasets of road networks by digitizing from satellite images.
The networks wered based on <b>OSM</b> data, which is pictured here.
</p>
</div>
</div>
</div>
<br>
<div class="card-group">
<div class="card text-white bg-dark mb-3">
<img class="card-img-top" src="images/fecal_coliform_analysis.jpeg" alt="Card image cap">
<div class="card-body text-white ">
<p class="card-text">
In college, I have created maps that visualized various variables of Lake Pontchartrain in Louisiana such as
dissolved oxygen, salinity, pH, and fecal coliform levels. This was part of an annual initiative to assess the
health of the lake. For this project, the amount of sampling was limited, and as a result,
<b>kriging interpolation</b> was used to predict levels that were outside of the sampling sites.
<br>
</p>
</div>
</div>
<div class="card text-white bg-dark mb-3">
<img class="card-img-top" src="images/crime3.jpg" alt="Card image cap">
<div class="card-body text-white bg-dark mb-3">
<p class="card-text">This <b>graduated symbol </b> map made for a school assignment depicts the relationship
between crime and poverty in the city of Pittsburgh. </p>
</div>
</div>
<div class="card text-white bg-dark mb-3">
<img class="card-img-top" src="images/fuel.jpg" alt="Card image cap">
<div class="card-body text-white bg-dark mb-3">
<p class="card-text">This is a <b>chloropleth</b> map depicting the distribution of solar energy usage vs. wood fuel usage in the United States. It was
made for a class assignment.</p>
</div>
</div>
</div>
<br>
<div class="card-group">
<div class="card text-white bg-dark mb-3" >
<img class="card-img-top" src="images/DEM.jpg" alt="Card image cap">
<div class="card-body text-white bg-dark mb-3">
<p class="card-text">
I have worked with <b>Digital Elevation Models (DEMS)</b>.
</p>
</div>
</div>
<div class="card text-white bg-dark mb-3">
<img class="card-img-top" src="images/Land_Classification.jpg" alt="Card image cap" >
<div class="card-body text-white bg-dark mb-3">
<p class="card-text">
Through my time working as a subcontractor
for the remote sensing group at the Oak ridge National Lab, I have learned a lot about how to acquire, and manipulate <b>remote sensing</b>
data. Depicted here is a <b>Landsat-8</b> satellite image in an infrared band combination in order to examine areas of healthy vegetation. Click <a href="https://github.com/tcanwar/GIS_Coding/blob/main/Shapefile_Creation_Project_Specific.py" target="_blank" rel="noopener noreferrer">here </a>
to see an example of the coding work I have used.
</div>
</div>
<div class="card text-white bg-dark mb-3">
<img class="card-img-top" src="images/unsupervised.PNG" alt="Card image cap" height='380'>
<div class="card-body text-white bg-dark mb-3">
<p class="card-text"> I have a working knowledge of <b>unsupervised</b> learning, as well as <b>supervised</b> learning for <b>land use/cover</b> analysis.
This particular example was mainly done through arcmap using a <b>iso cluster</b> unsupervised classification of a raster image.</p>
</div>
</div>
</div>
<div class="card-group">
<div class="card text-white bg-dark mb-3" >
<img class="card-img-top" src="images/climbing_test_2.png" alt="Card image cap">
<div class="card-body text-white bg-dark mb-3">
<p class="card-text">
I can make custom maps on demand for anything that you might need. This was a fun project mapping all of the popular climbing spots in the U.S. for my brother who loves climbing (shoutout Durham NC which holds a special place in our heart when it comes to climbing.) Feel free to reach out via email found in the home page.
</p>
</div>
</div>
</div>
<br>
<div class="card-group"></div>
<div class="card-body text-white ">
<div class="home">
<a href="index.html">|| TCA ||
</a>
</div>
</body>
</html>