libsim Versione 7.2.6

◆ grid_id_get_gdal_options()

type(gdal_file_id_options) function grid_id_get_gdal_options ( type(grid_id), intent(in) this)
private

Returns an object with driver-specific options associated to the grid_id provided, available only for gdal.

Parametri
[in]thisobject to query

Definizione alla linea 926 del file grid_id_class.F90.

927INTEGER :: EditionNumber
928INTEGER :: alternativeRowScanning, iScansNegatively, &
929 jScansPositively, jPointsAreConsecutive
930INTEGER :: x1, x2, xs, y1, y2, ys, ierr
931
932call grib_get(gaid,'GRIBEditionNumber',editionnumber)
933
934if (editionnumber == 2) then
935
936 CALL grib_get(gaid,'alternativeRowScanning',alternativerowscanning,ierr)
937 IF (ierr == grib_success .AND. alternativerowscanning /= 0)THEN

Generated with Doxygen.