Skip to content

Commit

Permalink
DAS-2166: Updates the notebook with new examples
Browse files Browse the repository at this point in the history
  • Loading branch information
flamingbear committed May 14, 2024
1 parent 4c67ea1 commit a7ba93d
Show file tree
Hide file tree
Showing 41 changed files with 335 additions and 62 deletions.
15 changes: 14 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,8 @@ efficient handling and processing, as per agreement with GIBS. The maximum
untiled image size generated by HyBIG is 67,108,864 cells (8,192 x 8,192). If
the output image exceeds this threshold, HyBIG automatically tiles the output
into multiple 4,096 x 4,096 cell images. The tiles at the edges are truncated
to fit the overall image dimensions.
to fit the overall image dimensions. Currently you cannot override this
behavior.

### Coloring

Expand All @@ -57,6 +58,18 @@ for a color map, which is used if present.

If no color information can be found, grayscale is used.

### Customizations

HyBIG tries to provide GIBS-appropriate defaults. You can request user
customizations such as `crs`, `scale_extents`, `scale_sizes`, and dimensions
(`height` & `width`) in the harmony request. However, the generated outputs may
not be compatible with GIBS.

If you specify `scale_extent` or `scale_size`, you must also include a `crs` in
the request, and the values must match the target CRS. For example, specifying
a bounding box in degrees requires a target CRS also with units of degrees.



## Repository structure:

Expand Down
Loading

0 comments on commit a7ba93d

Please sign in to comment.