You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<p>GeoTrellis provides data types for working with rasters in the Scala language, as well as fast reading and writing of these data types to disk.</p>
70
+
</div>
71
+
<divclass="col-sm-4">
72
+
<h3>Operations</h3>
73
+
<p>GeoTrellis provides a number of operations to manipulate raster data, including cropping/warping, Map Algebra operations, and rendering operations, as well as vector to raster operations such as Kernel Density and vectorization of raster data.</p>
74
+
</div>
75
+
<divclass="col-sm-4">
76
+
<h3>Web Service Utilities</h3>
77
+
<p>GeoTrellis includes a set of utilities to help developers create useful, high performing web services that load and manipulate raster data.</p>
78
+
</div>
79
+
</div>
80
+
<hr/>
81
+
<h2>How to use <strong>GeoTrellis</strong></h2>
82
+
<divclass="row">
83
+
<divclass="col-sm-8">
84
+
<divclass="setup-container">
85
+
<imgsrc="images/setup_01.jpg" />
86
+
</div>
87
+
</div>
88
+
<divclass="col-sm-4">
89
+
<h3><strong>Real-time</strong>, web speed REST services</h3>
90
+
<p>GeoTrellis can help build web applications that work with raster data. It provides a set of functionality to aid the translation of queries into GeoTrellis operations, that load raster data, operate on your data, and render the results of those operations in a format useful to return to the client.</p>
91
+
</div>
92
+
</div>
93
+
<hrclass="half" />
94
+
<divclass="row">
95
+
<divclass="col-sm-8">
96
+
<divclass="setup-container">
97
+
<imgsrc="images/setup_02.jpg" />
98
+
</div>
99
+
</div>
100
+
<divclass="col-sm-4">
101
+
<h3><strong>Fast</strong> batch processing</h3>
102
+
<p>GeoTrellis can also be used to do fast batch processing of large raster data. Currently GeoTrellis uses Akka clustering to distribute data across a cluster; in the next version of GeoTrellis, we will be running on the Spark system.</p>
103
+
</div>
104
+
</div>
105
+
</div>
106
+
</div>
107
+
<divid="case-studies">
108
+
<divclass="container">
109
+
<divclass="row">
110
+
<divclass="col-sm-4">
111
+
<h3>Case Studies</h3>
112
+
<p>Build radically engaging applications. Explore applications that leverage the high performance geoprocessing capabilities of GeoTrellis.</p>
0 commit comments