libsim Versione 7.2.0
|
◆ grid_id_get_gdal_options()
Returns an object with driver-specific options associated to the grid_id provided, available only for gdal.
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
|