libsim Versione 7.1.11
|
◆ 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 932 del file grid_id_class.F90. 933
934if (editionnumber == 2) then
935
936 CALL grib_get(gaid,'alternativeRowScanning',alternativerowscanning,ierr)
937 IF (ierr == grib_success .AND. alternativerowscanning /= 0)THEN
938 CALL l4f_log(l4f_error, "grib_api alternativeRowScanning not supported: " &
939 //trim(to_char(alternativerowscanning)))
940 CALL raise_error()
941 RETURN
942 ENDIF
943
|