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
The above GUI is launched via the `draw_features` function. The left panel contains the UI, and the right panel contains the map/raster.
34
+
35
+
Going top down, the UI contains the following components:
36
+
37
+
### Display Settings
38
+
39
+
-**Aggregate Function and Aggregate Scale.** To avoid visualizing every pixel of a large raster, InteractiveGeospatial will aggregate the raster data into a smaller number of bins. These two inputs are passed to the [`Rasters.aggregate`](https://rafaqz.github.io/Rasters.jl/dev/api#Rasters.aggregate) function.
40
+
-**Remap Function**. This function is applied to the raster data before visualization. For example, you can apply a logarithmic transformation to the data.
41
+
-**Colormap**. The color map used to visualize the raster data.
42
+
43
+
### Draw Polygon
44
+
45
+
-**Color**. The color of the polygon and text displayed over the image.
46
+
-**Clear Current Drawing**. Clear the current drawing.
47
+
-**Label (Unique Identifier)**. Polygons must be labeled with a unique name before they can be saved.
48
+
-**Save to Return Value**. Save the polygon to the returned `Observable` from the `draw_features` function.
49
+
-**View Drawing**. Display a previously-saved polygon over the image.
0 commit comments