-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathindex.html
291 lines (268 loc) · 15.3 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<meta name="description" content="">
<meta name="author" content="">
<title>geotiff.js</title>
<link rel="apple-touch-icon-precomposed" sizes="57x57" href="images/favicon/apple-touch-icon-57x57.png" />
<link rel="apple-touch-icon-precomposed" sizes="114x114" href="images/favicon/apple-touch-icon-114x114.png" />
<link rel="apple-touch-icon-precomposed" sizes="72x72" href="images/favicon/apple-touch-icon-72x72.png" />
<link rel="apple-touch-icon-precomposed" sizes="144x144" href="images/favicon/apple-touch-icon-144x144.png" />
<link rel="apple-touch-icon-precomposed" sizes="60x60" href="images/favicon/apple-touch-icon-60x60.png" />
<link rel="apple-touch-icon-precomposed" sizes="120x120" href="images/favicon/apple-touch-icon-120x120.png" />
<link rel="apple-touch-icon-precomposed" sizes="76x76" href="images/favicon/apple-touch-icon-76x76.png" />
<link rel="apple-touch-icon-precomposed" sizes="152x152" href="images/favicon/apple-touch-icon-152x152.png" />
<link rel="icon" type="image/png" href="images/favicon/favicon-196x196.png" sizes="196x196" />
<link rel="icon" type="image/png" href="images/favicon/favicon-96x96.png" sizes="96x96" />
<link rel="icon" type="image/png" href="images/favicon/favicon-32x32.png" sizes="32x32" />
<link rel="icon" type="image/png" href="images/favicon/favicon-16x16.png" sizes="16x16" />
<link rel="icon" type="image/png" href="images/favicon/favicon-128.png" sizes="128x128" />
<meta name="application-name" content="geotiff.js"/>
<meta name="msapplication-TileColor" content="#2C3E50" />
<meta name="msapplication-TileImage" content="images/favicon/mstile-144x144.png" />
<meta name="msapplication-square70x70logo" content="images/favicon/mstile-70x70.png" />
<meta name="msapplication-square150x150logo" content="images/favicon/mstile-150x150.png" />
<meta name="msapplication-wide310x150logo" content="images/favicon/mstile-310x150.png" />
<meta name="msapplication-square310x310logo" content="images/favicon/mstile-310x310.png" />
<!-- Bootstrap core CSS -->
<link href="https://stackpath.bootstrapcdn.com/bootstrap/4.1.1/css/bootstrap.min.css" rel="stylesheet">
<!-- Custom fonts for this template -->
<link href="https://stackpath.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css" rel="stylesheet" type="text/css">
<link href="https://fonts.googleapis.com/css?family=Montserrat:400,700" rel="stylesheet" type="text/css">
<link href="https://fonts.googleapis.com/css?family=Lato:400,700,400italic,700italic" rel="stylesheet" type="text/css">
<!-- Custom styles for this template -->
<link href="css/freelancer.min.css" rel="stylesheet">
</head>
<body id="page-top">
<!-- Navigation -->
<nav class="navbar navbar-expand-lg bg-secondary fixed-top" id="mainNav">
<div class="container">
<a class="navbar-brand js-scroll-trigger" href="#page-top">geotiff<span class="text-highlight">.</span>js</a>
<button class="navbar-toggler navbar-toggler-right text-uppercase bg-primary text-white rounded" type="button" data-toggle="collapse" data-target="#navbarResponsive" aria-controls="navbarResponsive" aria-expanded="false" aria-label="Toggle navigation">
Menu
<i class="fa fa-bars"></i>
</button>
<div class="collapse navbar-collapse" id="navbarResponsive">
<ul class="navbar-nav ml-auto">
<li class="nav-item mx-0 mx-lg-1">
<a class="nav-link py-3 px-0 px-lg-3 rounded js-scroll-trigger" href="#about">About</a>
</li>
<li class="nav-item mx-0 mx-lg-1">
<a class="nav-link py-3 px-0 px-lg-3 rounded js-scroll-trigger" href="#applications">Applications</a>
</li>
<li class="nav-item mx-0 mx-lg-1">
<a class="nav-link py-3 px-0 px-lg-3 rounded js-scroll-trigger" href="#more">More</a>
</li>
<li class="nav-item mx-0 mx-lg-1">
<a class="btn btn-info py-3 px-3 my-2 my-lg-0 rounded font-weight-bold" style="border:0" href="http://geotiffjs.github.io/geotiff.js/" target="_blank"><i class="fa fa-book"></i> Documentation</a>
</li>
<li class="nav-item mx-0 mx-lg-1">
<a class="btn btn-info py-3 px-3 my-2 my-lg-0 rounded font-weight-bold" style="border:0" href="http://github.com/geotiffjs/geotiff.js/" target="_blank"><i class="fa fa-github"></i> Repository</a>
</li>
</ul>
</div>
</div>
</nav>
<!-- Header -->
<header class="masthead bg-primary text-white text-center">
<div class="container h-100">
<div class="row h-100">
<div class="col align-self-center">
<h1 class="mb-0">geotiff<span class="text-highlight">.</span>js</h1>
<hr class="spacer-light">
<h2 class="font-weight-light mb-0">Check out GeoTIFFs in your browser!</h2>
<a class="btn btn-primary btn-xl mt-5 rounded js-scroll-trigger" href="#about">What is geotiff.js?</a>
</div>
</div>
</div>
</header>
<!-- About Section -->
<section class="" id="about">
<div class="container">
<h2 class="text-center">About geotiff<span class="text-highlight">.</span>js</h2>
<hr class="spacer-dark mb-5">
<div class="row">
<div class="col-lg-4 ml-auto">
<p class="lead">geotiff<span class="text-highlight">.</span>js is a small library to parse TIFF files for visualization or analysis. It is written in pure
JavaScript, and is usable in both the browser and node.js applications.</p>
</div>
<div class="col-lg-4 mr-auto">
<p class="lead">geotiff<span class="text-highlight">.</span>js aims to support as many TIFF features as possible, including various image compression methods,
geographical information, internal tiling, pixel or band interleaving, automatic transformation from
several color spaces to RGB, and much more.</p>
</div>
</div>
<div class="row justify-content-md-center text-center mt-2">
<div class="col col-lg-8">
<p class="lead">The library is fully open source (MIT), and contributions are very welcome!</p>
</div>
</div>
<div class="text-center mt-4">
<a class="btn btn-xl btn-outline-dark mb-2 mb-lg-0 mr-lg-2" href="http://geotiffjs.github.io/geotiff.js/">
<i class="fa fa-book mr-2"></i>
Documentation
</a>
<a class="btn btn-xl btn-outline-dark mb-2 mb-lg-0 mr-lg-2" href="http://github.com/geotiffjs/geotiff.js/">
<i class="fa fa-github mr-2"></i>
Repository
</a>
</div>
</div>
</section>
<!-- Applications Section -->
<section class="bg-primary text-white mb-lg-0 portfolio" id="applications">
<div class="container">
<h2 class="text-center text-white mb-0">Applications using geotiff<span class="text-dark">.</span>js</h2>
<hr class="spacer-light mb-5">
<div class="row">
<div class="card-columns">
<a href="http://geotiff.io" target="_blank" class="col-md-6 col-lg-4 card-link m-0">
<div class="card">
<img class="card-img-top" src="images/geotiffio.png" alt="geotiff.js">
<div class="card-body">
<h5 class="card-title text-dark">geotiff<span class="text-highlight">.</span>io</h5>
<p class="card-text text-dark">Static website for viewing and analyzing GeoTIFF's in the browser.</p>
</div>
</div>
</a>
<a href="https://geotiffjs.github.io/cog-explorer/" target="_blank" class="col-md-6 col-lg-4 card-link m-0">
<div class="card">
<img class="card-img-top" src="images/cog-explorer.png" alt="COG-Explorer">
<div class="card-body">
<h5 class="card-title text-dark">COG-Explorer</h5>
<p class="card-text text-dark">geotiff<span class="text-highlight">.</span>js application highlighting the cloud optimized GeoTIFF capabilities of the library.</p>
</div>
</div>
</a>
</div>
</div>
</div>
</section>
<!-- More Section -->
<section id="more">
<div class="container">
<h2 class="text-center text-secondary mb-0">Further Information</h2>
<hr class="spacer-dark mb-5">
<div class="row">
<div class="card-columns">
<a href="https://github.com/geotiffjs/geotiff.js/" target="_blank" class="col-md-6 col-lg-4 card-link ml-0">
<div class="card">
<div class="card-body">
<h5 class="card-title text-dark">geotiff<span class="text-highlight">.</span>js Project Page</h5>
<p class="card-text text-dark">This is the GitHub project page for geotiff<span class="text-highlight">.</span>js, where you can find all the relevant information, request features, or report bugs.</p>
</div>
<div class="card-footer bg-transparent">
<a href="https://github.com/geotiffjs/geotiff.js/" class="btn btn-primary mb-1"><i class="fa fa-github"></i> Repository</a>
<a href="https://geotiffjs.github.io/geotiff.js/" class="btn btn-primary mb-1"><i class="fa fa-book"></i> API-Docs</a>
<a href="https://github.com/geotiffjs/geotiff.js/issues" class="btn btn-primary mb-1">Issues</a>
</div>
</div>
</a>
<a href="https://github.com/geotiffjs/cog-explorer" target="_blank" class="col-md-6 col-lg-4 card-link ml-0">
<div class="card">
<img class="card-img-top" src="images/cog-explorer.png" alt="COG-Explorer Project Page">
<div class="card-body">
<h5 class="card-title text-dark">COG-Explorer Project Page</h5>
<p class="card-text text-dark">This is the GitHub project page for the COG-Explorer app.</p>
</div>
</div>
<a href="https://medium.com/radiant-earth-insights/cloud-optimized-geotiff-advances-6b01750eb5ac" target="_blank" class="col-md-6 col-lg-4 card-link ml-0">
<div class="card">
<img class="card-img-top" src="https://cdn-images-1.medium.com/max/2000/1*TYWA5kjBHMW4zE9t7f6OSQ.jpeg" alt="Blog post: Cloud Optimized GeoTIFF Advances">
<div class="card-body">
<h5 class="card-title text-dark">Blog post: Cloud Optimized GeoTIFF Advances</h5>
</div>
</div>
</a>
<a href="https://eox.at/2018/05/explore-landsat-8-scenes-with-cog-explorer/" target="_blank" class="col-md-6 col-lg-4 card-link ml-0">
<div class="card">
<img class="card-img-top" src="https://eox.at/images/cog-explorer.jpg" alt="Blog post: Explore GeoTIFFs like Landsat 8 scenes with COG-Explorer in the browser">
<div class="card-body">
<h5 class="card-title text-dark">Blog post: Explore GeoTIFFs like Landsat 8 scenes with COG-Explorer in the browser</h5>
</div>
</div>
</a>
<a href="https://constantinius.github.io/foss4g-geotiff.js-plotty.js/#/" target="_blank" class="col-md-6 col-lg-4 card-link ml-0">
<div class="card">
<img class="card-img-top" src="https://constantinius.github.io/foss4g-geotiff.js-plotty.js/data/background.png" alt="FOSS4G 2016 presentation">
<div class="card-body">
<h5 class="card-title text-dark">FOSS4G 2016 presentation</h5>
<p class="card-text text-dark">
geotiff<span class="text-highlight">.</span>js and plotty.js - Visualizing Scientific Raster Data in the Browser
</p>
</div>
</div>
</a>
<a href="https://eox.at/2016/02/visualizing-raster-data/" target="_blank" class="col-md-6 col-lg-4 card-link ml-0">
<div class="card">
<img class="card-img-top" src="images/visualizing-raster-data.png"
alt="Blog post: Visualizing Raster Data">
<div class="card-body">
<h5 class="card-title text-dark">Blog post: Visualizing Raster Data</h5>
</div>
</div>
</a>
</a>
</div>
</div>
</div>
</section>
<!-- Footer -->
<footer class="footer text-center">
<div class="container">
<div class="row">
<div class="col-md-6 mb-5 mb-lg-0">
<h4 class="text-uppercase mb-4">Fabian Schindler</h4>
<p class="lead mb-0">Software Engineer, Web Front- and Backend Developer, Open Source advocate at
<a href="https://eox.at" target="_blank" class="text-light">EOX</a>.</p>
</div>
<div class="col-md-6">
<h4 class="text-uppercase mb-4">Get in touch</h4>
<ul class="list-inline mb-0">
<li class="list-inline-item">
<a class="btn btn-outline-light btn-social text-center rounded-circle" href="https://github.com/constantinius" target="_blank">
<i class="fa fa-fw fa-github"></i>
</a>
</li>
<li class="list-inline-item">
<a class="btn btn-outline-light btn-social text-center rounded-circle" href="https://twitter.com/__fschindler__" target="_blank">
<i class="fa fa-fw fa-twitter"></i>
</a>
</li>
<li class="list-inline-item">
<a class="btn btn-outline-light btn-social text-center rounded-circle" href="https://linkedin.com/in/fabian-schindler-311030b9/" target="_blank">
<i class="fa fa-fw fa-linkedin"></i>
</a>
</li>
</ul>
</div>
</div>
</div>
</footer>
<div class="copyright py-4 text-center text-white">
<div class="container">
<small>Copyright © EOX IT Services GmbH 2018</small>
</div>
</div>
<!-- Scroll to Top Button (Only visible on small and extra-small screen sizes) -->
<div class="scroll-to-top d-lg-none position-fixed ">
<a class="js-scroll-trigger d-block text-center text-white rounded" href="#page-top">
<i class="fa fa-chevron-up"></i>
</a>
</div>
<!-- Bootstrap core JavaScript -->
<script src="https://code.jquery.com/jquery-3.3.1.min.js"
integrity="sha256-FgpCb/KJQlLNfOu91ta32o/NMZxltwRo8QtmkMRdAu8="
crossorigin="anonymous"></script>
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.1.1/js/bootstrap.bundle.min.js"></script>
<!-- Plugin JavaScript -->
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery-easing/1.4.1/jquery.easing.min.js"></script>
<!-- Contact Form JavaScript -->
<script src="js/jqBootstrapValidation.js"></script>
<script src="js/contact_me.js"></script>
<!-- Custom scripts for this template -->
<script src="js/freelancer.min.js"></script>
</body>
</html>