-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
315 lines (310 loc) · 23.7 KB
/
index.html
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
<!DOCTYPE html>
<html>
<head>
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
<meta http-equiv="Content-Type" content= "text/html; charset=utf-8">
<title>Bright Rain Solutions</title>
<link rel="icon" type="image/png" href="images/brsSun.png" >
<link rel="stylesheet" type="text/css" href="style/brs.css">
<link rel="stylesheet" type="text/css" href="//js.arcgis.com/3.24/esri/css/esri.css">
<link rel="stylesheet" type="text/css" href="//netdna.bootstrapcdn.com/bootstrap/3.0.0/css/bootstrap.min.css">
<link rel="stylesheet" href="//netdna.bootstrapcdn.com/font-awesome/4.0.3/css/font-awesome.css">
<link rel='stylesheet' type='text/css' href='//fonts.googleapis.com/css?family=Open+Sans:400,600'>
<link rel="stylesheet" href="style/slimbox/slimbox2.css" type="text/css" media="screen" />
<script type="text/javascript" src="//js.arcgis.com/3.24compact"></script>
<script type="text/javascript" src= "//code.jquery.com/jquery-2.0.3.min.js"></script>
<script type="text/javascript" src= "//netdna.bootstrapcdn.com/bootstrap/3.0.0/js/bootstrap.min.js"></script>
<script type="text/javascript" src="js/brs.js"></script>
<!--www.digitalia.be/software/slimbox2-->
<script type="text/javascript" src="js/slimbox2.js"></script>
<!-- Start of StatCounter Code for Default Guide -->
<script type="text/javascript">
var sc_project=8130924;
var sc_invisible=1;
var sc_security="3e2f040d";
</script>
<script type="text/javascript"
src="//www.statcounter.com/counter/counter.js"></script>
<noscript><div class="statcounter"><a title="tumblr statistics" href="//statcounter.com/tumblr/" target="_blank">
<img class="statcounter" src="//c.statcounter.com/8130924/0/3e2f040d/1/" alt="tumblr statistics"></a></div>
</noscript>
<!-- End of StatCounter Code for Default Guide -->
</head>
<body>
<div id="preloader"><i id="preload-spinny-globe" class="fa fa-globe fa-spin"></i></div>
<div id="map"></div>
<div id="client-info"></div>
<div id="main" class="container">
<div id="brs-badge-container" class="row">
<div id="logo-banner">
<img id="brs-logo" class="img-responsive" src="images/brs-logo-narrow.png" />
</div>
<span id="brs-links">
<a href="//twitter.com/BrightRain" target="_blank" class="brs-badge">
<i class="fa fa-twitter"></i>
</a>
<a href="//github.com/brightrain" target="_blank" class="brs-badge">
<i class="fa fa-github-alt"></i>
</a>
<a href="//www.linkedin.com/pub/david-puckett/0/425/1a2/" target="_blank" class="brs-badge">
<i class="fa fa-linkedin-square"></i>
</a>
</span>
</div>
<ul class="brs-tabs nav nav-tabs">
<li class="brs-tab active"><a href="#home" data-toggle="tab">Bright Rain</a></li>
<li class="brs-tab"><a href="#clients" data-toggle="tab">Clients</a></li>
<li class="brs-tab"><a href="#projects" data-toggle="tab">Projects</a></li>
<li class="brs-tab"><a href="#blog" data-toggle="tab">Blog</a></li>
<li class="brs-tab"><a id="about-tab" href="#about" data-toggle="tab">About</a></li>
</ul>
<div id="brs-tab-content" class="tab-content">
<div class="tab-pane active" id="home">
<div class="brs-section"><strong class="brs-strong">Bright Rain Solutions</strong> is a Geographic Information Systems (GIS) consulting
firm specializing in innovative spatial solutions providing <strong>GIS web and desktop application development</strong>
and <strong>systems integration</strong> services.
Clients include government agencies, non-profit organizations and private businesses.</div>
<div id="core-comp" class="brs-section">
<strong>Core Technologies</strong>
<div class="brs-header"><i class="fa fa-link fa-fw"></i>Web</div>
<span class="core-thing">HTML 5</span>
<span class="core-thing"><span class="brs-divider">|</span>CSS3</span>
<span class="core-thing"><span class="brs-divider">|</span>ArcGIS JS API</span>
<span class="core-thing"><span class="brs-divider">|</span>Leaflet</span>
<span class="core-thing"><span class="brs-divider">|</span>Vue.js</span>
<span class="core-thing"><span class="brs-divider">|</span>Node.js</span>
<span class="core-thing"><span class="brs-divider">|</span>JSON</span>
<span class="core-thing"><span class="brs-divider">|</span>REST</span>
<div class="brs-header"><i class="fa fa-code fa-fw"></i>Coding</div>
<span class="core-thing">Javascript</span>
<span class="core-thing"><span class="brs-divider">|</span>C#</span>
<span class="core-thing"><span class="brs-divider">|</span>Python</span>
<div class="brs-header"><i class="fa fa-globe fa-fw"></i>GIS</div>
<span class="core-thing">ArcGIS Desktop</span>
<span class="core-thing"><span class="brs-divider">|</span>ArcGIS Server</span>
<span class="core-thing"><span class="brs-divider">|</span>QGIS</span>
<span class="core-thing"><span class="brs-divider">|</span>Mapbox Studio</span>
<div class="brs-header"><i class="fa fa-table fa-fw"></i>Data</div>
<span class="core-thing">MS SQL Server</span>
<span class="core-thing"><span class="brs-divider">|</span>PostgreSQL\PostGIS</span>
</div>
</div>
<div class="tab-pane" id="clients">
<div class="brs-section">
<div class="brs-header">Environmental Protection Agency (EPA)</div>
Bright Rain provides development and consultation services to the EPA in support of mapping the results of the
<a href="//water.epa.gov/scitech/datait/databases/cwns/index.cfm" target="_blank">Clean Watersheds Needs Survey (CWNS)</a>. Services include the development of a custom web mapping application in conjunction with an application developed and hosted within the EPA GeoPlatform.
<div class="brs-subtle">This work is being conducted as a sub-contractor to
<a href="//indrasoft.com/" target="_blank">IndraSoft</a>
</div>
</div>
<div class="brs-section">
<div class="brs-header">City of Seattle | Seattle Department of Transportation</div>
Development of two web map applications using ArcGIS JavaScript API: A Parking Locator map application designed to provide real-time information regarding parking options for the public within the City. A Construction Coordination map application designed to provide the public information about planned construction projects and events within the City.
</div>
<div class="brs-section">
<div class="brs-header">City of Seattle | Seattle Public Utilities</div>
Development of a custom set of GIS analysis tools to identify potential flood polygons within the City of Seattle based on closed contours.
Enhancements to existing, custom GIS data editors.
Development of custom functions to convert cadastral data previously maintained as ArcInfo coverages to true curves offered in the new ArcSDE geodatabase.
</div>
<div class="brs-section">
<div class="brs-header">Antares Group, Landover, MD</div>
Map interface development of a web based contract management tool that facilitates the management of contractual obligations between crop producers
and biomass processors. The front end technology uses the <a href="//leafletjs.com/" target="_blank">Leaflet mapping JavaScript library</a>
to present the user with an aerial base map along with a tile layer created with <a href="//mapbox.com/tilemill/" target="_blank">TileMill</a> and hosted with
<a href="//mapbox.com" target="_blank">MapBox</a> that shows critical areas and labels.
The user can interact with fields, storage and access locations managed as vector graphics as well as enter and search associated tabular data.
The interface interacts with a backend api exposed via the <a href="//www.asp.net/mvc" target="_blank">ASP.Net MVC framework</a>.
</div>
<div class="brs-section">
<div class="brs-header">PACE Engineers, Seattle, WA</div>
Implemented GIS at several water and sewer utility districts including the development of custom applications in support of asset inventory with GPS, development of asset management systems using ESRI software, integration between legacy database systems and GIS, and creation of network models. Implementation of GIS based maintenance management systems.
</div>
<div class="brs-section">
<div class="brs-header">Your Castle Real Estate Services, Denver, CO</div>
Development of desktop and web based real estate tools that support the company goal of offering innovative solutions to member agents.
</div>
<div class="brs-section">
<div class="brs-header">US Forest Service | Mt. Baker / Snoqualmie National Forest, WA</div>
Assessed dispersed recreation impact on fish populations in riparian areas. Geographic analysis included identifying high impact sites and high impact area using raster analysis.
</div>
<div class="brs-section">
<div class="brs-header">Colorado State Parks</div>
Instrumental in completing a comprehensive survey study. Roles included: mapping visitor distribution, data collection, data analysis and reporting. The results of which led to the publication of Colorado State Park's 1998 Visitation Study Report.
Trail Use Distribution Study at Castlewood Canyon State Park using ArcView 3.2.
</div>
</div>
<div class="tab-pane" id="projects">
<div id="epa" class="brs-section">
<div class="brs-header">EPA CWNS Mapper</div>
<div class="brs-content">The EPA CWNS Mapper is a web map application that displays need amounts for every wastewater facility in the US as well as aggregated needs amounts at the state, county and congressional district level. The application is being developed using the <a href="//github.com/Esri/esri-leaflet" target="_blank">esri-leaflet map library</a>.</div>
</div>
<div id="spm" class="brs-section">
<div class="brs-header">Seattle Parking Map</div>
<a href="images/spm.png" rel="lightbox" title="Seattle Parking Map">
<img src="images/spm.png" width="200px" title="Seattle Parking Map" class="project-images" />
</a>
The <a href="//web1.seattle.gov/sdot/seattleparkingmap/" target="_blank">Seattle Parking Map</a> is an interactive web map application that provides
reliable parking information for the citizens and visitors to the city of Seattle.
It was developed using the ArcGIS JavaScript API that consumes ArcGIS Server map services
through a REST interface.
</div>
<div id="erd" class="brs-section brs-clear">
<div class="brs-header">ERD M+E</div>
<a href="images/erdme.png" rel="lightbox" title="ERD Monitoring + Evaluation">
<img src="images/erdme.png" width="200px" title="ERD Monitoring + Evaluation" class="project-images pull-right" />
</a>
The Episcopal Relief & Development Monitoring and Evaluation Program Management System is a web based
map application that supports international and domestic aid programs from project budgeting to monitoring the progress of program efforts through final evaluation of the effectiveness of program and project activities.
</div>
<div id="floodAnalysis" class="brs-section">
<div class="brs-header">Seattle Flood Prone Area Analysis</div>
<a rel="lightbox" title="Seattle Flood Prone Analysis" href="images/madisonvalleydepression.jpg">
<img src="images/madisonvalleydepression.jpg" width="200px" class="project-images"></img>
</a>
Programming and analysis was conducted for Seattle Public Utilities to identify closed contours that
represent potential flood areas within the City. A custom analysis model was built using ArcObjects
that identified all closed contours within the city limits and analyzed them for potential flooding.
</div>
<div class="brs-clear"></div>
</div>
<div class="tab-pane" id="blog">
<h3><a href="//blog.brightrain.com/">blog.brightrain.com</a></h3>
Most recent entries:
<br />
<ul id="blogList">
<li class="blog-card">
<a href="//blog.brightrain.com/2016/03/01/outdoorsy-nerds/"
title="outdoors-ey nerds" target="_blank">
<div class="blog-entry-pane">
<div class="blog-date">1 March 2016</div>
<h3>Outdoorsy Nerds: Recreation Facilities Map using RIDB API</h3>
<img class="blog-image" src="//blog.brightrain.com/wp-content/uploads/2016/02/rec-2-1024x430.png" alt="blog image">
<span class="card-summary">
Come git it outdoorsy nerds! Recreation facilities for all (developers)!
</span>
</div>
</a>
</li>
<li class="blog-card">
<a href="//blog.brightrain.com/2015/02/11/map-autocomplete/"
title="map autocomplete" target="_blank">
<div class="blog-entry-pane">
<div class="blog-date">11 Feb 2015</div>
<h3>Map Autocomplete</h3>
<img class="blog-image" src="//blog.brightrain.com/wp-content/uploads/2015/02/suggestions-ahead.png" alt="blog image">
<span class="card-summary">Autocomplete multi-source Search with ArcGIS REST services</span>
</div>
</a>
</li>
<li class="blog-card">
<a href="//blog.brightrain.com/2014/04/04/togglability/"
title="Togglability" target="_blank">
<div class="blog-entry-pane">
<div class="blog-date">4 Apr 2014</div>
<h3>Togglability</h3>
<img class="blog-image" src="//blog.brightrain.com/wp-content/uploads/2014/04/togglable-layers-624x361.png" alt="blog image">
<span class="card-summary">Turning map layers on and off, with flatness</span>
</div>
</a>
</li>
<li class="blog-card">
<a href="//blog.brightrain.com/2014/03/13/updated-geoconverter/"
title="Updated geoconverter: geojson <> arcjson" target="_blank">
<div class="blog-entry-pane">
<div class="blog-date">13 Mar 2014</div>
<h3>Geoconverter Update</h3>
<img class="blog-image" src="//blog.brightrain.com/wp-content/uploads/2014/03/geo-arc-624x324.png" alt="blog image">
<span class="card-summary">Updated geoconverter: { geojson } <> { arcjson }</span>
</div>
</a>
</li>
<li class="blog-card">
<a href="//blog.brightrain.com/2013/08/14/geojson-arcjson/"
title="Convert geojson to arcjson">
<div class="blog-entry-pane">
<div class="blog-date">14 Aug 2013</div>
<h3>Geoconverter</h3>
<img class="blog-image" src="//blog.brightrain.com/wp-content/uploads/2013/08/geotoarc1-624x325.png" alt="blog image">
<span class="card-summary">Convert: geoJson > arcJson</span>
</div>
</a>
</li>
<li class="blog-card">
<a href="//blog.brightrain.com/2012/12/06/naip-wms-mapbox-satellite/"
title="MapBox Satellite and NAIP WMS" target="_blank">
<div class="blog-entry-pane">
<div class="blog-date">6 Dec 2012</div>
<h3>Mapbox Satellite v NAIP</h3>
<img class="blog-image" src="//blog.brightrain.com/wp-content/uploads/2012/12/naipmapboxwms-624x307.png" alt="blog image">
<span class="card-summary">Side by Side: NAIP WMS | MapBox Satellite</span>
</div>
</a>
</li>
<li class="blog-card">
<a href="//blog.brightrain.com/2012/11/08/arcgis-fulcrum-add-in/"
title="ArcGIS Fulcrum Add In" target="_blank">
<div class="blog-entry-pane">
<div class="blog-date">8 Nov 2012</div>
<h3>Fulcrum < > ArcGIS</h3>
<span class="card-summary">ArcGIS Fulcrum Add In (open source and downloadable)</span>
</div>
</a>
</li>
<li class="blog-card">
<a href="//blog.brightrain.com/2012/10/11/4-elements-of-a-fair-and-viable-recruiterfreelancer-business-model/"
title="4 Elements of a Fair and Viable Recruiter\Freelancer Business Model" target="_blank">
<div class="blog-entry-pane">
<div class="blog-date">11 Oct 2012</div>
<h3>A Freelancers Plea to Recruiters</h3>
<span class="card-summary">4 Elements of a Fair and Viable Recruiter\Freelancer Business Model</span>
</div>
</a>
</li>
<li class="blog-card">
<a href="//blog.brightrain.com/2012/08/14/automate-updating-an-arcgis-online-feature-service/"
title="Automate Updating an ArcGIS Online Feature Service" target="_blank">
<div class="blog-entry-pane">
<div class="blog-date">14 Aug 2012</div>
<h3>Updating an ArcGIS Online Feature Service</h3>
<span class="card-summary">Automate Updating an ArcGIS Online Feature Service</span>
</div>
</a>
</li>
</ul>
</div>
<div class="tab-pane" id="about">
<div>
<div><img class="bio-pic" src="images/dp.jpg" height="200px">
Bright Rain Solutions is owned and operated by David Puckett. David has more than 15 years of GIS experience
and holds a Bachelor of Arts degree in Sociology and Geography from Colorado State University
and earned GIS Certification from the University of Washington.
</div>
</div>
<div class="brs-section">Bright Rain Solutions is a member of the
<a href="//edn.esri.com/" target="_blank">Esri Developer Network</a>
</div>
<div class="brs-section">We are located on Old Town Square in beautiful Fort Collins, Colorado</div>
<span id="brs-address" class="pull-left">
<div>19 Old Town Square</div>
238
<div>Fort Collins, CO 80524</div>
</span>
<h4>
<a href="BRS Statement of Qualifications.pdf" target="_blank" class="pull-right brs-clear">
<i class="fa fa-file-text"></i> Statement of Qualifications</a>
</h4>
<!--<a class="twitter-timeline" data-dnt="true" href="//twitter.com/BrightRain" data-widget-id="367761780073705472">Tweets by @BrightRain</a>-->
</div>
</div>
<div id="brs-footer">
<div id="contactInfo">
<span>p: 206.799.9701 | </span>
<a href="mailto:david@brightrain.com">david@brightrain.com</a>
</div>
<div id="legal-junk">@ 2019 Bright Rain Solutions | All Rights Reserved</div>
</div>
</div>
</body>
</html>