Home
last modified time | relevance | path

Searched refs:is_raster (Results 1 – 25 of 37) sorted by relevance

12

/dports/graphics/py-gdal/gdal-3.3.3/swig/python/gdal-utils/osgeo_utils/auxiliary/
H A Dutil.py53 def GetOutputDriversFor(filename: PathLikeOrStr, is_raster=True) -> List[str]: argument
63 drv.GetMetadataItem(gdal.DCAP_RASTER if is_raster else gdal.DCAP_VECTOR) is not None:
80 def GetOutputDriverFor(filename: PathLikeOrStr, is_raster=True, default_raster_format='GTiff', argument
84 drv_list = GetOutputDriversFor(filename, is_raster)
88 return default_raster_format if is_raster else default_vector_format
/dports/graphics/p5-Geo-GDAL/gdal-3.3.3/swig/python/gdal-utils/osgeo_utils/auxiliary/
H A Dutil.py53 def GetOutputDriversFor(filename: PathLikeOrStr, is_raster=True) -> List[str]: argument
63 drv.GetMetadataItem(gdal.DCAP_RASTER if is_raster else gdal.DCAP_VECTOR) is not None:
80 def GetOutputDriverFor(filename: PathLikeOrStr, is_raster=True, default_raster_format='GTiff', argument
84 drv_list = GetOutputDriversFor(filename, is_raster)
88 return default_raster_format if is_raster else default_vector_format
/dports/graphics/gdal/gdal-3.3.3/swig/python/gdal-utils/osgeo_utils/auxiliary/
H A Dutil.py53 def GetOutputDriversFor(filename: PathLikeOrStr, is_raster=True) -> List[str]: argument
63 drv.GetMetadataItem(gdal.DCAP_RASTER if is_raster else gdal.DCAP_VECTOR) is not None:
80 def GetOutputDriverFor(filename: PathLikeOrStr, is_raster=True, default_raster_format='GTiff', argument
84 drv_list = GetOutputDriversFor(filename, is_raster)
88 return default_raster_format if is_raster else default_vector_format
/dports/graphics/inkscape/inkscape-1.1_2021-05-24_c4e8f9ed74/src/extension/
H A Doutput.h60 bool is_raster() { return raster; }; in is_raster() function
/dports/graphics/p5-Geo-GDAL/gdal-3.3.3/swig/python/gdal-utils/osgeo_utils/samples/
H A Dtile_extent_from_raster.py69 output_format = GetOutputDriverFor(out_filename, is_raster=False)
/dports/graphics/gdal/gdal-3.3.3/swig/python/gdal-utils/osgeo_utils/samples/
H A Dtile_extent_from_raster.py69 output_format = GetOutputDriverFor(out_filename, is_raster=False)
/dports/graphics/py-gdal/gdal-3.3.3/swig/python/gdal-utils/osgeo_utils/samples/
H A Dtile_extent_from_raster.py69 output_format = GetOutputDriverFor(out_filename, is_raster=False)
/dports/cad/lepton-eda/lepton-eda-1.9.17/libleptongui/src/
H A Dx_print.c134 gboolean is_raster) in x_print_draw_page() argument
196 "render-flags", is_raster ? EDA_RENDERER_FLAG_HINTING : 0, in x_print_draw_page()
/dports/graphics/inkscape/inkscape-1.1_2021-05-24_c4e8f9ed74/src/ui/dialog/
H A Dfiledialogimpl-gtkmm.cpp670 bool is_raster = _dialogType == RASTER_TYPES; in createFilterMenu() local
674 if (omod->deactivated() || (omod->is_raster() != is_raster)) in createFilterMenu()
/dports/graphics/py-gdal/gdal-3.3.3/swig/python/gdal-utils/osgeo_utils/
H A Dgdal_polygonize.py114 frmt = GetOutputDriverFor(dst_filename, is_raster=False)
H A Dogrmerge.py264 output_format = GetOutputDriverFor(dst_filename, is_raster=False)
/dports/graphics/p5-Geo-GDAL/gdal-3.3.3/swig/python/gdal-utils/osgeo_utils/
H A Dgdal_polygonize.py114 frmt = GetOutputDriverFor(dst_filename, is_raster=False)
H A Dogrmerge.py264 output_format = GetOutputDriverFor(dst_filename, is_raster=False)
/dports/graphics/gdal/gdal-3.3.3/swig/python/gdal-utils/osgeo_utils/
H A Dgdal_polygonize.py114 frmt = GetOutputDriverFor(dst_filename, is_raster=False)
H A Dogrmerge.py264 output_format = GetOutputDriverFor(dst_filename, is_raster=False)
/dports/math/flann/flann-1.9.1-29-g1d04523/cmake/
H A DUseLATEX.cmake470 LATEX_LIST_CONTAINS(is_raster extension
474 IF (is_raster)
476 ENDIF (is_raster)
488 IF (is_raster)
491 ELSE (is_raster)
494 ENDIF (is_raster)
/dports/games/wesnoth/wesnoth-1.14.17/cmake/
H A DUseLATEX.cmake473 LATEX_LIST_CONTAINS(is_raster extension
477 IF (is_raster)
479 ENDIF (is_raster)
491 IF (is_raster)
494 ELSE (is_raster)
497 ENDIF (is_raster)
/dports/misc/openmvg/openMVG-2.0/src/third_party/flann/cmake/
H A DUseLATEX.cmake470 LATEX_LIST_CONTAINS(is_raster extension
474 IF (is_raster)
476 ENDIF (is_raster)
488 IF (is_raster)
491 ELSE (is_raster)
494 ENDIF (is_raster)
/dports/devel/dyncall/dyncall-1.3/buildsys/cmake/Modules/
H A DUseLATEX.cmake470 LATEX_LIST_CONTAINS(is_raster extension
474 IF (is_raster)
476 ENDIF (is_raster)
488 IF (is_raster)
491 ELSE (is_raster)
494 ENDIF (is_raster)
/dports/science/massxpert/massxpert-c229f4a1abde3c20b83a90e50f9c5d79104dfa5f/usermanual/
H A DUseLATEX.cmake456 LATEX_LIST_CONTAINS(is_raster extension
460 IF (is_raster)
462 ENDIF (is_raster)
474 IF (is_raster)
477 ELSE (is_raster)
480 ENDIF (is_raster)
/dports/science/gromacs/gromacs-2021.4/docs/manual/
H A DUseLATEX.cmake477 LATEX_LIST_CONTAINS(is_raster extension
481 IF (is_raster)
483 ENDIF (is_raster)
495 IF (is_raster)
498 ELSE (is_raster)
501 ENDIF (is_raster)
/dports/graphics/zint/zint-2.10.0-src/frontend/
H A Dmain.c472 static int is_raster(const char *filetype, const int no_png) { in is_raster() function
1309 && is_raster(filetype, no_png)) { in main()
1325 && is_raster(get_extension(my_symbol->outfile), no_png)) { in main()
/dports/science/mcxtrace/mcxtrace-1.2-src/cmake/Modules/
H A DUseLATEX.cmake881 LATEX_LIST_CONTAINS(is_raster "${extension}"
884 IF (is_raster)
886 ENDIF (is_raster)
899 IF (is_raster)
903 ELSE (is_raster)
907 ENDIF (is_raster)
/dports/science/mcxtrace-comps/mcxtrace-comps-1.2-src/cmake/Modules/
H A DUseLATEX.cmake881 LATEX_LIST_CONTAINS(is_raster "${extension}"
884 IF (is_raster)
886 ENDIF (is_raster)
899 IF (is_raster)
903 ELSE (is_raster)
907 ENDIF (is_raster)
/dports/math/R-cran-sf/sf/R/
H A Dread.R553 raster = ret[ret$is_raster,],

12