Home
last modified time | relevance | path

Searched refs:rivers (Results 1 – 25 of 1344) sorted by relevance

12345678910>>...54

/dports/astro/rmap/rmap-1.2/
H A Drmap.colors36 2 01 blue #Permanent major rivers
37 2 02 none #Additional major rivers
38 2 03 none #Additional rivers
39 2 04 none #Minor rivers
40 2 05 none #Double lined rivers
41 2 06 none #Intermittent rivers -- major
42 2 07 none #Intermittent rivers -- additional
43 2 08 none #Intermittent rivers -- minor
H A DREADME75 Permanent major rivers
76 Additional major rivers
77 Additional rivers
78 Minor rivers
79 Double lined rivers
80 Intermittent rivers -- major
81 Intermittent rivers -- additional
82 Intermittent rivers -- minor
/dports/math/R/R-4.1.2/src/library/datasets/man/
H A Drivers.Rd1 % File src/library/datasets/man/rivers.Rd
6 \name{rivers}
8 \alias{rivers}
12 rivers in North America, as compiled by the US Geological Survey.
14 \usage{rivers}
/dports/math/libRmath/R-4.1.1/src/library/datasets/man/
H A Drivers.Rd1 % File src/library/datasets/man/rivers.Rd
6 \name{rivers}
8 \alias{rivers}
12 rivers in North America, as compiled by the US Geological Survey.
14 \usage{rivers}
/dports/graphics/py-gdal/gdal-3.3.3/doc/source/development/rfc/
H A Drfc21_ogrsqlcast.rst26 ogr2ogr -f "ESRI Shapefile" -sql "select *, OGR_STYLE from rivers" rivers.shp rivers.tab
35 …SRI Shapefile" -sql "select *, CAST(OGR_STYLE AS character(255)) from rivers" rivers.shp rivers.tab
42 …le" -sql "select *, CAST(OGR_STYLE AS character(255)) AS 'STYLE' from rivers" rivers.shp rivers.tab
/dports/graphics/p5-Geo-GDAL/gdal-3.3.3/doc/source/development/rfc/
H A Drfc21_ogrsqlcast.rst26 ogr2ogr -f "ESRI Shapefile" -sql "select *, OGR_STYLE from rivers" rivers.shp rivers.tab
35 …SRI Shapefile" -sql "select *, CAST(OGR_STYLE AS character(255)) from rivers" rivers.shp rivers.tab
42 …le" -sql "select *, CAST(OGR_STYLE AS character(255)) AS 'STYLE' from rivers" rivers.shp rivers.tab
/dports/graphics/gdal/gdal-3.3.3/doc/source/development/rfc/
H A Drfc21_ogrsqlcast.rst26 ogr2ogr -f "ESRI Shapefile" -sql "select *, OGR_STYLE from rivers" rivers.shp rivers.tab
35 …SRI Shapefile" -sql "select *, CAST(OGR_STYLE AS character(255)) from rivers" rivers.shp rivers.tab
42 …le" -sql "select *, CAST(OGR_STYLE AS character(255)) AS 'STYLE' from rivers" rivers.shp rivers.tab
/dports/astro/R-cran-maptools/maptools/man/
H A Delide-methods.Rd62 rivers <- SpatialPolygons(list(river_polygon))
63 proj4string(rivers) <- CRS("+init=epsg:28992")
64 rivers1 <- elide(rivers, reflect=c(TRUE, TRUE), scale=TRUE)
65 meuse1 <- elide(meuse, bb=bbox(rivers), reflect=c(TRUE, TRUE), scale=TRUE)
67 plot(rivers, axes=TRUE)
75 rivers1 <- elide(rivers, shift=c(10000, -10000))
76 bbox(rivers)
/dports/games/openttd/openttd-12.1/media/baseset/orig_extra/
H A Dorig_extra.nfo69 "Andrew Parkhouse: rivers" 0D
81 #include "rivers/rapids.nfo"
82 #include "rivers/temperate.nfo"
83 #include "rivers/arctic.nfo"
84 #include "rivers/tropic.nfo"
85 #include "rivers/toyland.nfo"
/dports/graphics/qgis/qgis-3.22.3/python/core/auto_generated/providers/
H A Dqgsproviderutils.sip.in49 "rivers" for a path of "c:/my data/water/rivers.shp"). However
51 will instead return the parent directory name (e.g. "rivers" for
52 a path of "c:/my data/water/rivers/hdr.adf").
/dports/graphics/gmt/gmt-6.3.0/doc/rst/source/
H A Dcoast.rst158 Draw rivers. Specify the type of rivers and [optionally] append pen
166 - 1 = Permanent major rivers
167 - 2 = Additional major rivers
168 - 3 = Additional rivers
169 - 4 = Minor rivers
170 - 5 = Intermittent rivers - major
172 - 7 = Intermittent rivers - minor
179 - a = All rivers and canals (0-10)
181 - r = All permanent rivers (0-4)
183 - i = All intermittent rivers (5-7)
[all …]
/dports/devel/p5-Geo-ShapeFile/Geo-ShapeFile-3.01/
H A DMANIFEST65 t/test_data/rivers.dbf
66 t/test_data/rivers.sbn
67 t/test_data/rivers.sbx
68 t/test_data/rivers.shp
69 t/test_data/rivers.shx
/dports/games/freeciv-nox11/freeciv-2.6.6/data/isophex/
H A DMakefile.am11 rivers.png \
12 rivers.spec \
/dports/games/freeciv/freeciv-2.6.6/data/isophex/
H A DMakefile.am11 rivers.png \
12 rivers.spec \
/dports/games/freeciv/freeciv-2.6.6/data/sandbox/
H A Dscript.lua57 local rivers = 0
93 rivers = rivers + 1
124 if random(1, 100) <= rivers then
125 selected_river = random(1, rivers)
/dports/games/freeciv-nox11/freeciv-2.6.6/data/civ2civ3/
H A Dscript.lua57 local rivers = 0
93 rivers = rivers + 1
124 if random(1, 100) <= rivers then
125 selected_river = random(1, rivers)
/dports/games/freeciv/freeciv-2.6.6/data/civ2civ3/
H A Dscript.lua57 local rivers = 0
93 rivers = rivers + 1
124 if random(1, 100) <= rivers then
125 selected_river = random(1, rivers)
/dports/games/freeciv-nox11/freeciv-2.6.6/data/sandbox/
H A Dscript.lua57 local rivers = 0
93 rivers = rivers + 1
124 if random(1, 100) <= rivers then
125 selected_river = random(1, rivers)
/dports/math/py-networkx/networkx-2.6.3/examples/geospatial/
H A Dplot_lines.py38 rivers = geopandas.read_file("rivers.geojson") variable
43 G = momepy.gdf_to_nx(rivers, approach="primal")
52 rivers.plot(color="k", ax=ax[0])
/dports/graphics/librasterlite2/librasterlite2-1.0.0-rc0/test/sql_stmt_security_tests/
H A Dloadrasterwms3.testcase3 …romWMS('ctrt10k', 'section', NULL, BuildMbr(1, 1, 2, 2, 4326), '1.3.0', 'rivers', 'default', 'imag…
6 RL2_LoadRasterFromWMS('ctrt10k', 'section', NULL, BuildMbr(1, 1, 2, 2, 4326), '1.3.0', 'rivers', 'd…
H A Dloadrasterwms9.testcase3 …0k', 'section', 'http://acme.com', BuildMbr(1, 1, 2, 2, 4326), '1.3.0', 'rivers', 'default', NULL,…
6 …0k', 'section', 'http://acme.com', BuildMbr(1, 1, 2, 2, 4326), '1.3.0', 'rivers', 'default', NULL,…
H A Dloadrasterwms10.testcase3 …0k', 'section', 'http://acme.com', BuildMbr(1, 1, 2, 2, 4326), '1.3.0', 'rivers', 1, 'image/png', …
6 …0k', 'section', 'http://acme.com', BuildMbr(1, 1, 2, 2, 4326), '1.3.0', 'rivers', 1, 'image/png', …
H A Dloadrasterwms4.testcase3 SELECT RL2_LoadRasterFromWMS('ctrt10k', 'section', 'http://acme.com', NULL, '1.3.0', 'rivers', 'def…
6 RL2_LoadRasterFromWMS('ctrt10k', 'section', 'http://acme.com', NULL, '1.3.0', 'rivers', 'default', …
H A Dloadrasterwms8.testcase3 …0k', 'section', 'http://acme.com', BuildMbr(1, 1, 2, 2, 4326), '1.3.0', 'rivers', NULL, 'image/png…
6 …0k', 'section', 'http://acme.com', BuildMbr(1, 1, 2, 2, 4326), '1.3.0', 'rivers', NULL, 'image/png…
H A Dloadrasterwms2.testcase3 …ctrt10k', NULL, 'http://acme.com', BuildMbr(1, 1, 2, 2, 4326), '1.3.0', 'rivers', 'default', 'imag…
6 …ctrt10k', NULL, 'http://acme.com', BuildMbr(1, 1, 2, 2, 4326), '1.3.0', 'rivers', 'default', 'imag…

12345678910>>...54