spatial.GeometryFMLineSpectrum
spatial.GeometryFMLineSpectrum(self,
node_coordinates,
element_table,=None,
codes='LONG/LAT',
projection=None,
dfsu_type=None,
element_ids=None,
node_ids=True,
validate=None,
frequencies=None,
directions=False,
reindex )
Flexible mesh line spectrum geometry.
Attributes
Name | Description |
---|---|
boundary_codes | Unique list of boundary codes. |
codes | Node codes of all nodes (0=water, 1=land, 2…=open boundaries). |
directions | Directional axis. |
frequencies | Frequency axis. |
is_geo | Are coordinates geographical (LONG/LAT)? |
is_local_coordinates | Are coordinates relative (NON-UTM)? |
is_spectral | Type is spectral dfsu (point, line or area spectrum). |
max_nodes_per_element | The maximum number of nodes for an element. |
n_directions | Number of directions. |
n_elements | Number of elements. |
n_frequencies | Number of frequencies. |
n_nodes | Number of nodes. |
projection | The projection. |
projection_string | The projection string. |