GeoStreamPlot
GeoStreamPlot[vecs]
generates a stream plot from the field of geo vectors vecs.
GeoStreamPlot[{vecs1,vecs2,…}]
generates a separate set of streams for each vecsi.
Details and Options
- GeoStreamPlot plots streamlines that show the local direction of the vector field at every point.
- Sets of vectors vecs can be given in the following forms:
-
GeoVector[…],GeoVectorENU[…],… combined geo vectors {vec1,vec2,…} list of individual geo vectors <loc1vec1,loc2vec2,… > association of locations and vectors - The geographic locations loci can be given in the following forms:
-
GeoPosition[{lat,lon}] latitude and longitude Entity[…] geographic entity Dated[ent,date] dated entity - The vectors veci can be given in the following forms:
-
GeoVector[{m,α}] vector with magnitude m and bearing α at posi GeoVectorENU[{ve,vn}] vector with east and north components - Data not given in these forms is ignored in forming the stream plot.
- GeoStreamPlot has the same options as GeoGraphics, with the following additions and changes: [List of all options]
-
Method Automatic methods to use for the plot PerformanceGoal $PerformanceGoal aspects of performance to try to optimize PlotLegends None legends for vector fields PlotTheme $PlotTheme overall theme for the plot RegionFunction True determine what region to include StreamColorFunction Automatic how to color streamlines StreamColorFunctionScaling True whether to scale the argument to StreamColorFunction StreamMarkers Automatic shape to use for streams StreamPoints Automatic determine number, placement, and closeness of streamlines StreamScale Automatic determine sizes and segmenting of individual streamlines StreamStyle Automatic how to draw streamlines - The arguments supplied to RegionFunction are lat, lon, vlat, vlon, Norm[vec].
- The value of region in RegionFunction->region can be an entity or geo polygon over which to plot.
- VectorPoints and StreamPoints accept collections of geo positions and entities.
-
AlignmentPoint Center the default point in the graphic to align with AspectRatio Automatic ratio of height to width Axes False whether to draw axes AxesLabel None axes labels AxesOrigin Automatic where axes should cross AxesStyle {} style specifications for the axes Background None background color for the plot BaselinePosition Automatic how to align with a surrounding text baseline BaseStyle {} base style specifications for the graphic ContentSelectable Automatic whether to allow contents to be selected CoordinatesToolOptions Automatic detailed behavior of the coordinates tool Epilog {} primitives rendered after the main plot FormatType TraditionalForm the default format type for text Frame False whether to put a frame around the plot FrameLabel None frame labels FrameStyle {} style specifications for the frame FrameTicks Automatic frame ticks FrameTicksStyle {} style specifications for frame ticks GeoBackground Automatic style specifications for the background GeoCenter Automatic center coordinates to use GeoGridLines None geographic grid lines to draw GeoGridLinesStyle Automatic style specifications for geographic grid lines GeoGridRange All projected coordinate range to include GeoGridRangePadding Automatic how much to pad the projected range GeoModel Automatic model of the Earth (or other body) to use GeoProjection Automatic projection to use GeoRange Automatic geographic area range to include GeoRangePadding Automatic how much to pad the geographic range GeoResolution Automatic average distance between background pixels GeoScaleBar None scale bar to display GeoServer Automatic specification of a tile server GeoZoomLevel Automatic zoom to use for geographic background GridLines None grid lines to draw GridLinesStyle {} style specifications for grid lines ImageMargins 0. the margins to leave around the graphic ImagePadding All what extra padding to allow for labels etc. ImageSize Automatic the absolute size at which to render the graphic LabelStyle {} style specifications for labels MetaInformation {} meta-information about the map Method Automatic methods to use for the plot PerformanceGoal $PerformanceGoal aspects of performance to try to optimize PlotLabel None an overall label for the plot PlotLegends None legends for vector fields PlotRange All range of values to include PlotRangeClipping False whether to clip at the plot range PlotRangePadding Automatic how much to pad the range of values PlotRegion Automatic the final display region to be filled PlotTheme $PlotTheme overall theme for the plot PreserveImageOptions Automatic whether to preserve image options when displaying new versions of the same graphic Prolog {} primitives rendered before the main plot RasterSize Automatic raster dimensions for the background data RegionFunction True determine what region to include RotateLabel True whether to rotate y labels on the frame StreamColorFunction Automatic how to color streamlines StreamColorFunctionScaling True whether to scale the argument to StreamColorFunction StreamMarkers Automatic shape to use for streams StreamPoints Automatic determine number, placement, and closeness of streamlines StreamScale Automatic determine sizes and segmenting of individual streamlines StreamStyle Automatic how to draw streamlines Ticks Automatic axes ticks TicksStyle {} style specifications for axes ticks
List of all options
Examples
open allclose allBasic Examples (2)
Scope (18)
Data (9)
Plot streamlines for a collection of vectors, and give a geographical range for the domain:
Use GeoVector to represent a collection of vectors with moduli m and bearings α:
Use GeoVectorENU to represent a collection of vectors of components ve and vn:
Use Quantity to represent a list of vectors using distance units:
Use QuantityArray to represent an array of quantity vectors:
Plot an irregular collection of vectors:
Explicitly set the number of streamlines:
Plot a vector field with streamlines placed with specified densities:
Presentation (9)
Plot streamlines for multiple vector fields:
Place legends for each dataset:
Plot streamlines on a map with small or large arrows:
Plot streamlines on a map with arrows colored according to the magnitude of the field:
Specify a maximum number of streamlines:
Plot the streamlines that go through a set of seed coordinates:
Show streamlines over a satellite map:
Use the Albers projection centered on Champaign, IL:
Add grid lines and a scale bar:
Options (26)
GeoCenter (1)
By default, the world map is located at {0,0} coordinates:
Center the streamlined map on Champaign, IL:
Use a different GeoProjection:
GeoGridLines (1)
Use GeoGridLines to overlay the map with lines of latitude and longitude:
Draw GeoGridLines at specific lines of latitude and longitude:
GeoGridLinesStyle (1)
Use GeoGridLinesStyle to change the styling for lines of latitude and longitude:
GeoProjection (1)
GeoRange (1)
Use GeoRange to define the latitude and longitude coordinate ranges:
GeoRangePadding (1)
By default, no padding is added to the vector map:
Use GeoRangePadding to pad the coordinate range for the map:
Use GeoRangePadding to pad the coordinate range for the map:
GeoScaleBar (1)
GeoServer (1)
By default, GeoVectorPlot downloads geo background tiles from the Wolfram GeoServer:
GeoZoomLevel (1)
Display wind directions over a map of New York City at the default GeoZoomLevel:
Display the vector map at different levels of magnification:
PlotLegends (1)
RegionFunction (2)
Plot wind data over the United States:
Plot streamlines from wind data over a specific area set by RegionFunction:
StreamColorFunction (1)
Color streamlines according to the norm of the vector field:
Use any named color gradient from ColorData:
Specify a color function that blends two colors by the coordinate:
Use StreamColorFunctionScaling->False to get unscaled values:
StreamColorFunctionScaling (1)
By default, scaled values are used:
Use StreamColorFunctionScalingFalse to get unscaled values:
Use unscaled coordinates in the direction and scaled coordinates in the direction:
Explicitly specify the scaling for each color function argument:
StreamMarkers (3)
StreamPoints (1)
Specify a maximum number of streamlines:
Use symbolic names to specify the number of streamlines:
Specify the minimum distance between streamlines:
Specify the minimum distance between streamlines at the start and end of a streamline:
Specify streamlines that go through a set of seed coordinates:
Specify streamlines that go through North and South America:
Use both automatic and explicit seeding with styles for explicitly seeded streamlines:
Specify the minimum distance between streamlines at the start and end of a streamline:
StreamScale (1)
Create full streamlines without segmentation:
Use symbolic names to control the lengths of streamlines:
Specify an explicit dashing pattern for streamlines:
Specify the number of points rendered on each streamline segment:
Specify absolute aspect ratios relative to the longest line segment:
Specify relative aspect ratios relative to each line segment:
Scale the length of the arrows by the longitudinal coordinate:
Applications (2)
Properties & Relations (12)
GeoVectorPlot shows the vector field with discrete arrows:
Use GeoBubbleChart to show values with scaled bubbles:
Use GeoRegionValuePlot to show values with colored regions:
Use GeoHistogram to aggregate locations into bins:
Use GeoSmoothHistogram to generate smooth densities from locations:
Use GeoListPlot for individual locations:
Draw contours on a map with GeoContourPlot:
Smoothly shade a map using color with GeoDensityPlot:
Use ListVectorPlot or ListStreamPlotfor general data:
Use ListVectorDensityPlot or ListStreamDensityPlot to include a density plot of a scalar field:
Use VectorDisplacementPlot to visualize the effect of a displacement field:
Use ListVectorPlot3D and ListStreamPlot3D to visualize 3D vector field data:
Text
Wolfram Research (2019), GeoStreamPlot, Wolfram Language function, https://reference.wolfram.com/language/ref/GeoStreamPlot.html (updated 2020).
CMS
Wolfram Language. 2019. "GeoStreamPlot." Wolfram Language & System Documentation Center. Wolfram Research. Last Modified 2020. https://reference.wolfram.com/language/ref/GeoStreamPlot.html.
APA
Wolfram Language. (2019). GeoStreamPlot. Wolfram Language & System Documentation Center. Retrieved from https://reference.wolfram.com/language/ref/GeoStreamPlot.html