Home
last modified time | relevance | path

Searched refs:gpkg (Results 1 – 25 of 358) sorted by relevance

12345678910>>...15

/dports/devel/libgpkg/luciad-libgpkg-c56e3708453e/
H A DAndroid.mk6 gpkg/binstream.c \
7 gpkg/blobio.c \
8 gpkg/error.c \
9 gpkg/fp.c \
10 gpkg/geomio.c \
11 gpkg/gpkg.c \
12 gpkg/gpkg_db.c \
14 gpkg/i18n.c \
18 gpkg/sql.c \
20 gpkg/wkb.c \
[all …]
/dports/math/R-cran-sf/sf/tests/testthat/
H A Dtest_write.R45 gpkg <- tempfile(fileext = ".gpkg") globalVar
55 expect_silent(st_write(x, gpkg, "bar", quiet = TRUE))
57 i = which(st_layers(gpkg)$name == "bar")
58 expect_true(st_layers(gpkg)$features[i] == 2)
60 expect_true(st_layers(gpkg)$features[i] == 2)
62 expect_true(st_layers(gpkg)$features[i] == 4)
66 expect_silent(st_write(x, gpkg, append = TRUE, quiet = TRUE))
72 expect_error(st_write(x, gpkg, layer = ".", quiet = TRUE),
75 expect_silent(st_layers(gpkg))
77 expect_silent(st_layers(gpkg))
[all …]
H A Dtest_tm.R8 gpkg <- paste0(tempfile(), ".gpkg") globalVar
14 st_write(x, gpkg, quiet = TRUE)
15 x2 = st_read(gpkg, quiet = TRUE)
25 gpkg <- paste0(tempfile(), ".gpkg") globalVar
31 st_write(x, gpkg, quiet = TRUE)
32 x2 = st_read(gpkg, quiet = TRUE)
H A Dtest_gdal.R79 gpkg = paste0(tempfile(), ".gpkg") globalVar
82 expect_true(gdal_utils("vectortranslate", shp, gpkg, options = options))
/dports/math/R-cran-sf/sf/tests/
H A Dread.Rout.save21 + tst = st_read(system.file("gpkg/nc.gpkg", package="sf"), "nc.gpkg", crs = 4267, quiet = TRUE)
22 + tst = st_read(system.file("gpkg/nc.gpkg", package="sf"), quiet = TRUE) # default layer name
50 + print(st_read(system.file("gpkg/tl.gpkg", package="sf"), quiet = TRUE)$AWATER)
155 + st_write(x, "xxx.gpkg")
158 + try(st_write(y, "xxx.gpkg"))
162 > st_write(geom, "geom.gpkg")
343 + st_write(tst, "tst__.gpkg")
344 + tst2 = st_read("tst__.gpkg")
359 > nc = read_sf(system.file("gpkg/nc.gpkg", package="sf"))
363 > nc_filtered = read_sf(system.file("gpkg/nc.gpkg", package="sf"), wkt_filter = wkt)
[all …]
H A Droundtrip.Rout.save160 > nc = st_read(system.file("gpkg/nc.gpkg", package="sf"), "nc.gpkg")
161 Reading layer `nc.gpkg' from data source
162 `/home/edzer/git/sf.Rcheck/sf/gpkg/nc.gpkg' using driver `GPKG'
H A Dgrid.Rout.save28 > # nc = st_read(system.file("gpkg/nc.gpkg", package="sf"), "nc.gpkg", type = 3)
/dports/lang/gomacro/gomacro-2.7-304-g2f4dc7c/base/genimport/
H A Dgen.go38 gpkg *types.Package member
49 func writeImportFile(o *Output, out *bytes.Buffer, path string, gpkg *types.Package, mode ImportMod…
51 gen := newGenImport(o, out, path, gpkg, mode)
59 func newGenImport(o *Output, out *bytes.Buffer, path string, gpkg *types.Package, mode ImportMode) …
60 scope := gpkg.Scope()
77 …gen := &genimport{output: o, mode: mode, gpkg: gpkg, scope: scope, names: names, out: out, path: p…
149 …gen.pkgrenames = collectPackageImportsWithRename(gen.output, gen.gpkg, requireAllInterfaceMethodsE…
335 path := gen.gpkg.Path()
H A Dimporter.go145 gpkg, err := imp.Import(pkgpath) // loads names and types, not the values!
161 name = gpkg.Name()
170 file := createImportFile(imp.output, pkgpath, gpkg, mode)
/dports/graphics/p5-Geo-GDAL/gdal-3.3.3/doc/source/drivers/raster/
H A Ddb2.rst22 difference that the "gpkg\_" prefix is replaced with "gpkg." in the DB2
26 :ref:`raster.gpkg` documentation. References to the GeoPackage
37 - Expected metadata tables (``gpkg.contents``,
38 ``gpkg.spatial_ref_sys``, ``gpkg.tile_matrix``,
39 ``gpkg.tile_matrix_set``, ...)
66 - *gpkg.zoom_other*: when resolution of consecutive zoom levels does
223 `gpkg.tile_matrix <http://www.geopackage.org/spec/#_tile_matrix>`__
282 the *description* column of the *gpkg.contents* table.
340 md_standard_uri=http://gdal.org in gpkg.metadata. In
341 gpkg.metadata_reference, this entry is referenced with a
[all …]
/dports/graphics/gdal/gdal-3.3.3/doc/source/drivers/raster/
H A Ddb2.rst22 difference that the "gpkg\_" prefix is replaced with "gpkg." in the DB2
26 :ref:`raster.gpkg` documentation. References to the GeoPackage
37 - Expected metadata tables (``gpkg.contents``,
38 ``gpkg.spatial_ref_sys``, ``gpkg.tile_matrix``,
39 ``gpkg.tile_matrix_set``, ...)
66 - *gpkg.zoom_other*: when resolution of consecutive zoom levels does
223 `gpkg.tile_matrix <http://www.geopackage.org/spec/#_tile_matrix>`__
282 the *description* column of the *gpkg.contents* table.
340 md_standard_uri=http://gdal.org in gpkg.metadata. In
341 gpkg.metadata_reference, this entry is referenced with a
[all …]
/dports/graphics/py-gdal/gdal-3.3.3/doc/source/drivers/raster/
H A Ddb2.rst22 difference that the "gpkg\_" prefix is replaced with "gpkg." in the DB2
26 :ref:`raster.gpkg` documentation. References to the GeoPackage
37 - Expected metadata tables (``gpkg.contents``,
38 ``gpkg.spatial_ref_sys``, ``gpkg.tile_matrix``,
39 ``gpkg.tile_matrix_set``, ...)
66 - *gpkg.zoom_other*: when resolution of consecutive zoom levels does
223 `gpkg.tile_matrix <http://www.geopackage.org/spec/#_tile_matrix>`__
282 the *description* column of the *gpkg.contents* table.
340 md_standard_uri=http://gdal.org in gpkg.metadata. In
341 gpkg.metadata_reference, this entry is referenced with a
[all …]
/dports/graphics/p5-Geo-GDAL/gdal-3.3.3/frmts/mbtiles/
H A DGNUmakefile10 …SON_INCLUDE) $(XTRA_OPT) $(CPPFLAGS) -I../../ogr -I../../ogr/ogrsf_frmts/gpkg -I../../ogr/ogrsf_f…
23 $(O_OBJ): ../../ogr/ogrsf_frmts/gpkg/gpkgmbtilescommon.h
/dports/graphics/gdal/gdal-3.3.3/frmts/mbtiles/
H A DGNUmakefile10 …SON_INCLUDE) $(XTRA_OPT) $(CPPFLAGS) -I../../ogr -I../../ogr/ogrsf_frmts/gpkg -I../../ogr/ogrsf_f…
23 $(O_OBJ): ../../ogr/ogrsf_frmts/gpkg/gpkgmbtilescommon.h
/dports/graphics/py-gdal/gdal-3.3.3/frmts/mbtiles/
H A DGNUmakefile10 …SON_INCLUDE) $(XTRA_OPT) $(CPPFLAGS) -I../../ogr -I../../ogr/ogrsf_frmts/gpkg -I../../ogr/ogrsf_f…
23 $(O_OBJ): ../../ogr/ogrsf_frmts/gpkg/gpkgmbtilescommon.h
/dports/cad/ghdl/ghdl-1.0.0/testsuite/gna/issue440/
H A Dent.vhdl1 package gpkg is package
5 package ipkg is new work.gpkg generic map (const => 1);
/dports/math/R-cran-sf/sf/
H A DMD5105 18e20ba28fe1b85ed94f9d5debcb1771 *inst/gpkg/b_pump.gpkg
106 bed4c3ffd5a2b2dc6cace036982f4c21 *inst/gpkg/buildings.gpkg
107 304a2829d0e4b4bd22322540c0b30026 *inst/gpkg/nc.gpkg
108 2927883c0b3c2442b1210f7dbd5f4d3b *inst/gpkg/nospatial.gpkg
109 7feb91dd9455230d9ce68f6fcfd2f783 *inst/gpkg/tl.gpkg
/dports/graphics/py-gdal/gdal-3.3.3/doc/source/drivers/vector/
H A Dgpkg.rst1 .. _vector.gpkg:
33 :ref:`GeoPackage raster <raster.gpkg>` documentation page
137 ogrinfo poly.gpkg -sql "SELECT ST_Buffer(CastAutomagic(geom),5) FROM poly"
367 from abc.dbf. The file ``filename.gpkg`` must **not** already exist,
373 % ogr2ogr -f GPKG filename.gpkg abc.shp
377 ``filename.gpkg`` must **not** already exist, as it will be created.
381 % ogr2ogr -f GPKG filename.gpkg ./path/to/dir
385 ``filename.gpkg`` must **not** already exist, as it will be created.
389 % ogr2ogr -f GPKG filename.gpkg PG:'dbname=mydatabase host=localhost'
395 % ogrinfo my_spatial.gpkg \
[all …]
/dports/graphics/p5-Geo-GDAL/gdal-3.3.3/doc/source/drivers/vector/
H A Dgpkg.rst1 .. _vector.gpkg:
33 :ref:`GeoPackage raster <raster.gpkg>` documentation page
137 ogrinfo poly.gpkg -sql "SELECT ST_Buffer(CastAutomagic(geom),5) FROM poly"
367 from abc.dbf. The file ``filename.gpkg`` must **not** already exist,
373 % ogr2ogr -f GPKG filename.gpkg abc.shp
377 ``filename.gpkg`` must **not** already exist, as it will be created.
381 % ogr2ogr -f GPKG filename.gpkg ./path/to/dir
385 ``filename.gpkg`` must **not** already exist, as it will be created.
389 % ogr2ogr -f GPKG filename.gpkg PG:'dbname=mydatabase host=localhost'
395 % ogrinfo my_spatial.gpkg \
[all …]
/dports/graphics/gdal/gdal-3.3.3/doc/source/drivers/vector/
H A Dgpkg.rst1 .. _vector.gpkg:
33 :ref:`GeoPackage raster <raster.gpkg>` documentation page
137 ogrinfo poly.gpkg -sql "SELECT ST_Buffer(CastAutomagic(geom),5) FROM poly"
367 from abc.dbf. The file ``filename.gpkg`` must **not** already exist,
373 % ogr2ogr -f GPKG filename.gpkg abc.shp
377 ``filename.gpkg`` must **not** already exist, as it will be created.
381 % ogr2ogr -f GPKG filename.gpkg ./path/to/dir
385 ``filename.gpkg`` must **not** already exist, as it will be created.
389 % ogr2ogr -f GPKG filename.gpkg PG:'dbname=mydatabase host=localhost'
395 % ogrinfo my_spatial.gpkg \
[all …]
/dports/devel/stack/stack-2.7.3/_cabal_deps/pantry-0.5.2.1/src/Pantry/
H A DTree.hs56 Right gpkg -> return (warnings, gpkg)
/dports/math/R-cran-sf/sf/man/
H A Dst_jitter.Rd23 nc = read_sf(system.file("gpkg/nc.gpkg", package="sf"))
H A Dst_read.Rd190 ## note that we need special escaping of layer within single quotes (nc.gpkg)
192 layer <- st_layers(system.file("gpkg/nc.gpkg", package = "sf"))$name[1]
193 nc_gpkg_sql = st_read(system.file("gpkg/nc.gpkg", package = "sf"),
199 read_sf(system.file("gpkg/nc.gpkg", package="sf"), wkt_filter = wkt)
/dports/devel/upp/upp/bazaar/plugin/gdal/
H A Dimport.ext22 */gpkg/*
37 */gpkg/*
/dports/devel/stack/stack-2.7.3/src/Stack/Build/
H A DSource.hs251 gpkg <- liftIO $ cpGPD common
252 return $ resolvePackage config gpkg
266 gpkg <- ppGPD pp
341 pkg = resolvePackage config gpkg
344 | otherwise = Just (resolvePackage btconfig gpkg)
345 testpkg = resolvePackage testconfig gpkg
346 benchpkg = resolvePackage benchconfig gpkg

12345678910>>...15