This is an automated email from the ASF dual-hosted git repository. desruisseaux pushed a change to branch main in repository https://gitbox.apache.org/repos/asf/sis-site.git
from ec90f7ec Reorganize the "how to" examples with better separation of raster use cases. new eb53c546 Clarify in which conditions the `GridCoverage` can be used outside the `try` block. new f3e04ec8 Add more "how to" examples for raster data. Add clarification about pixel coordinates and which exceptions are thrown. new 1a25795a Add two more examples in the referencing section. The 3 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "add" were already present in the repository and have only been added to this reference. Summary of changes: content/howto/_index.md | 4 + content/howto/datalake_to_datacube.md | 129 +++++++++++++++++++++ content/howto/geodetic_paths.md | 68 +++++++++++ content/howto/parallel_computation.md | 60 ++++++++++ content/howto/parse_and_format_mgrs_codes.md | 75 ++++++++++++ .../howto/raster_values_at_pixel_coordinates.md | 7 +- content/howto/rasters_bigger_than_memory.md | 8 ++ content/howto/read_geotiff.md | 19 ++- content/howto/read_netcdf.md | 24 +++- content/howto/resample_raster.md | 2 - 10 files changed, 390 insertions(+), 6 deletions(-) create mode 100644 content/howto/datalake_to_datacube.md create mode 100644 content/howto/geodetic_paths.md create mode 100644 content/howto/parallel_computation.md create mode 100644 content/howto/parse_and_format_mgrs_codes.md