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 cb5a0716 Remove the instructions about how to open Apache SIS as a NetBeans project. This is in anticipation for the removal of NetBeans Ant project configuration. new 2259d65e Fix historical GeoAPI version 1.0. https://github.com/opengeospatial/geoapi/issues/83 new ec90f7ec Reorganize the "how to" examples with better separation of raster use cases. The 2 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/developer-guide/annexes/geoapi/GeoAPI.html | 3 +- .../fr/developer-guide/introduction/GeoAPI.html | 2 +- content/howto/_index.md | 18 +- content/howto/crs_equality.md | 18 +- content/howto/lookup_crs_urn.md | 40 ++--- .../raster_values_at_geographic_coordinates.md | 196 ++++++--------------- .../howto/raster_values_at_pixel_coordinates.md | 100 +++++++++++ content/howto/rasters_bigger_than_memory.md | 82 ++++----- content/howto/read_geotiff.md | 130 ++++++++++++++ ...at_geographic_coordinates.md => read_netcdf.md} | 116 +++++------- content/howto/resample_and_save_raster.md | 152 ---------------- content/howto/resample_raster.md | 110 ++++++++++++ content/howto/write_raster.md | 51 ++++++ 13 files changed, 572 insertions(+), 446 deletions(-) create mode 100644 content/howto/raster_values_at_pixel_coordinates.md create mode 100644 content/howto/read_geotiff.md copy content/howto/{raster_values_at_geographic_coordinates.md => read_netcdf.md} (57%) delete mode 100644 content/howto/resample_and_save_raster.md create mode 100644 content/howto/resample_raster.md create mode 100644 content/howto/write_raster.md