You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sis.apache.org by de...@apache.org on 2023/04/17 15:35:56 UTC

[sis-site] branch asf-site updated (53fcfe15 -> a1722094)

This is an automated email from the ASF dual-hosted git repository.

desruisseaux pushed a change to branch asf-site
in repository https://gitbox.apache.org/repos/asf/sis-site.git


    from 53fcfe15 Merge branch 'asf-staging' into asf-site
     add a96505cf Regenerate the "howto" pages with better separation of raster use cases.
     new a1722094 Merge branch 'asf-staging' into asf-site.

The 1 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:
 howto.html                                         |  22 ++-
 howto/crs_equality.html                            |  22 +--
 howto/envelopes_in_different_crs.html              |   4 +-
 howto/export_metadata_to_xml.html                  |   4 +-
 howto/geographic_bounding_box.html                 |   4 +-
 howto/index.xml                                    |  99 +++++++---
 howto/instantiate_utm_projection.html              |   4 +-
 howto/lookup_crs_urn.html                          |  44 ++---
 howto/raster_values_at_geographic_coordinates.html | 202 ++++++---------------
 ...tml => raster_values_at_pixel_coordinates.html} | 128 ++++++-------
 howto/rasters_bigger_than_memory.html              |  84 ++++-----
 ...mple_and_save_raster.html => read_geotiff.html} | 115 +++++-------
 ...eographic_coordinates.html => read_netcdf.html} | 121 +++++-------
 ...sform_coordinates.html => resample_raster.html} | 123 ++++++++-----
 howto/transform_coordinates.html                   |   4 +-
 howto/transform_envelopes.html                     |   4 +-
 ...graphic_bounding_box.html => write_raster.html} |  81 +++------
 17 files changed, 480 insertions(+), 585 deletions(-)
 copy howto/{instantiate_utm_projection.html => raster_values_at_pixel_coordinates.html} (52%)
 rename howto/{resample_and_save_raster.html => read_geotiff.html} (69%)
 copy howto/{raster_values_at_geographic_coordinates.html => read_netcdf.html} (65%)
 copy howto/{transform_coordinates.html => resample_raster.html} (64%)
 copy howto/{geographic_bounding_box.html => write_raster.html} (62%)


[sis-site] 01/01: Merge branch 'asf-staging' into asf-site.

Posted by de...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

desruisseaux pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/sis-site.git

commit a1722094b56d49334d38aa7ad0a983a4a0d8bc29
Merge: 53fcfe15 a96505cf
Author: Martin Desruisseaux <ma...@geomatys.com>
AuthorDate: Mon Apr 17 17:35:38 2023 +0200

    Merge branch 'asf-staging' into asf-site.

 howto.html                                         |  22 ++-
 howto/crs_equality.html                            |  22 +--
 howto/envelopes_in_different_crs.html              |   4 +-
 howto/export_metadata_to_xml.html                  |   4 +-
 howto/geographic_bounding_box.html                 |   4 +-
 howto/index.xml                                    |  99 +++++++---
 howto/instantiate_utm_projection.html              |   4 +-
 howto/lookup_crs_urn.html                          |  44 ++---
 howto/raster_values_at_geographic_coordinates.html | 202 ++++++---------------
 ...tml => raster_values_at_pixel_coordinates.html} | 128 ++++++-------
 howto/rasters_bigger_than_memory.html              |  84 ++++-----
 ...mple_and_save_raster.html => read_geotiff.html} | 115 +++++-------
 ...eographic_coordinates.html => read_netcdf.html} | 121 +++++-------
 ...sform_coordinates.html => resample_raster.html} | 123 ++++++++-----
 howto/transform_coordinates.html                   |   4 +-
 howto/transform_envelopes.html                     |   4 +-
 ...graphic_bounding_box.html => write_raster.html} |  81 +++------
 17 files changed, 480 insertions(+), 585 deletions(-)