geovista.pantry.data#
Download, cache and load geovista sample data.
ノート#
Added in version 0.5.0.
属性#
The default type of cloud amount mesh. |
Classes#
Enumeration of mesh types for cloud amount. |
|
Data container for structured grid. |
|
Data container for point cloud. |
|
Data container for structured surface. |
|
Data container for unstructured surface. |
|
Data container for vector information on unconnected points. |
Functions#
|
Capitalise each word and replace inappropriate characters. |
|
Download and cache unstructured cloud amount data. |
|
Download and cache unstructured surface sample data. |
|
Download and cache unstructured surface sample data. |
Download and cache unstructured surface sample data. |
|
Download and cache unstructured surface sample data. |
|
Download and cache unstructured surface sample data. |
|
Download and cache unstructured surface sample data. |
|
Download and cache unstructured surface sample data. |
|
Download and cache unstructured surface sample data. |
|
Download and cache unstructured surface sample data. |
|
Download and cache unstructured surface sample data. |
|
|
Download and cache unstructured surface sample data. |
Download and cache unstructured surface sample data. |
|
Download and cache unstructured surface sample data. |
|
Download and cache unstructured 3D winds sample. |
|
Download and cache structured grid sample. |
|
Download and cache structured surface sample data. |
|
Download and cache point-cloud sample data. |
|
Download and cache structured surface sample data. |
|
Download and cache the USGS HoloViz large earthquake dataset. |
|
|
Download and cache unstructured surface sample data. |
Download and cache unstructured surface sample data. |
モジュール内容#
- class geovista.pantry.data.CloudPreference[ソース]#
Bases:
geovista.common.StrEnumPlusEnumeration of mesh types for cloud amount.
ノート#
Added in version 0.4.0.
Initialize self. See help(type(self)) for accurate signature.
- HIGH = 'high'#
- LOW = 'low'#
- MEDIUM = 'medium'#
- MESH = 'mesh'#
- VERY_HIGH = 'very_high'#
- class geovista.pantry.data.SampleGridXYZ[ソース]#
Data container for structured grid.
- poi: geopy.location.Location | None = None#
- xs: numpy.typing.ArrayLike#
- ys: numpy.typing.ArrayLike#
- zs: numpy.typing.ArrayLike#
- class geovista.pantry.data.SamplePointsXYZ[ソース]#
Data container for point cloud.
- lats: numpy.typing.ArrayLike#
- lons: numpy.typing.ArrayLike#
- zlevel: numpy.typing.ArrayLike#
- class geovista.pantry.data.SampleStructuredXY[ソース]#
Data container for structured surface.
- lats: numpy.typing.ArrayLike#
- lons: numpy.typing.ArrayLike#
- class geovista.pantry.data.SampleUnstructuredXY[ソース]#
Data container for unstructured surface.
- connectivity: numpy.typing.ArrayLike#
- lats: numpy.typing.ArrayLike#
- lons: numpy.typing.ArrayLike#
- class geovista.pantry.data.SampleVectorsXYUVW[ソース]#
Data container for vector information on unconnected points.
- lats: numpy.typing.ArrayLike#
- lons: numpy.typing.ArrayLike#
- u: numpy.typing.ArrayLike#
- v: numpy.typing.ArrayLike#
- w: numpy.typing.ArrayLike = None#
- geovista.pantry.data.capitalise(title)[ソース]#
Capitalise each word and replace inappropriate characters.
ノート
Added in version 0.1.0.
- geovista.pantry.data.cloud_amount(*, preference=None)[ソース]#
Download and cache unstructured cloud amount data.
Load Met Office LFRic c768 unstructured cubed-sphere quad-mesh cloud amount data.
- Parameters:
- preference
strorCloudPreference, optional The cloud type, which may be
low,medium,high,very_highormesh. Defaults tomesh, the c768 mesh with no data payload attached.
- preference
- Returns:
SampleUnstructuredXYThe unstructured spatial coordinates and data payload.
ノート
Added in version 0.4.0.
- geovista.pantry.data.dynamico()[ソース]#
Download and cache unstructured surface sample data.
Load DYNAMICO icosahedral unstructured mesh.
- Returns:
SampleUnstructuredXYThe hexagonal/pentagonal unstructured spatial coordinates and data payload.
ノート
Added in version 0.3.0.
- geovista.pantry.data.fesom()[ソース]#
Download and cache unstructured surface sample data.
Load AWI-CM FESOM 1.4 unstructured mesh.
- Returns:
SampleUnstructuredXYThe unstructured spatial coordinates and data payload.
ノート
Added in version 0.1.0.
- geovista.pantry.data.fvcom_tamar()[ソース]#
Download and cache unstructured surface sample data.
Load PML FVCOM unstructured mesh.
- Returns:
SampleUnstructuredXYThe unstructured spatial coordinates and data payload.
ノート
Added in version 0.1.0.
- geovista.pantry.data.icon_soil()[ソース]#
Download and cache unstructured surface sample data.
Load Icosahedral Nonhydrostatic Weather and Climate Model (ICON) global 160km resolution (R02B04 grid) triangular mesh.
- Returns:
SampleUnstructuredXYThe unstructured spatial coordinates and data payload.
ノート
Added in version 0.1.0.
References
Sourced from http://icon-downloads.mpimet.mpg.de/dwd_grids.xml
- geovista.pantry.data.lam_equator()[ソース]#
Download and cache unstructured surface sample data.
Load the GungHo C4 cubed-sphere LAM unstructured mesh located over the equator.
- Returns:
SampleUnstructuredXYThe unstructured spatial coordinates and connectivity.
ノート
Added in version 0.1.0.
- geovista.pantry.data.lam_falklands()[ソース]#
Download and cache unstructured surface sample data.
Load the GungHo C4 cubed-sphere LAM unstructured mesh located over the Falkland Islands.
- Returns:
SampleUnstructuredXYThe unstructured spatial coordinates and connectivity.
ノート
Added in version 0.1.0.
- geovista.pantry.data.lam_london()[ソース]#
Download and cache unstructured surface sample data.
Load the GungHo C4 cubed-sphere LAM unstructured mesh located over London, UK.
- Returns:
SampleUnstructuredXYThe unstructured spatial coordinates and connectivity.
ノート
Added in version 0.1.0.
- geovista.pantry.data.lam_new_zealand()[ソース]#
Download and cache unstructured surface sample data.
Load the GungHo C4 cubed-sphere LAM unstructured mesh located over New Zealand.
- Returns:
SampleUnstructuredXYThe unstructured spatial coordinates and connectivity.
ノート
Added in version 0.1.0.
- geovista.pantry.data.lam_pacific()[ソース]#
Download and cache unstructured surface sample data.
Load a high-resolution LAM unstructured mesh located over the Pacific Ocean.
- Returns:
SampleUnstructuredXYThe unstructured spatial coordinates and data payload.
ノート
Added in version 0.1.0.
- geovista.pantry.data.lam_polar()[ソース]#
Download and cache unstructured surface sample data.
Load the GungHo C4 cubed-sphere LAM unstructured mesh located over the Polar cap.
- Returns:
SampleUnstructuredXYThe unstructured spatial coordinates and connectivity.
ノート
Added in version 0.1.0.
- geovista.pantry.data.lam_uk()[ソース]#
Download and cache unstructured surface sample data.
Load the GungHo C4 cubed-sphere LAM unstructured mesh located over the UK.
- Returns:
SampleUnstructuredXYThe unstructured spatial coordinates and connectivity.
ノート
Added in version 0.1.0.
- geovista.pantry.data.lfric_orog()[ソース]#
Download and cache unstructured surface sample data.
Load CF UGRID global nodal orography unstructured mesh.
- Returns:
SampleUnstructuredXYThe unstructured spatial coordinates and data payload.
ノート
Added in version 0.1.0.
- geovista.pantry.data.lfric_sst()[ソース]#
Download and cache unstructured surface sample data.
Load CF UGRID global unstructured mesh.
- Returns:
SampleUnstructuredXYThe unstructured spatial coordinates and data payload.
ノート
Added in version 0.1.0.
- geovista.pantry.data.lfric_winds()[ソース]#
Download and cache unstructured 3D winds sample.
This data is derived from the LFRic test suite.
- Returns:
SampleVectorsXYUVWData payload with XY spatial coordinates and UVW wind components.
ノート
Added in version 0.6.0.
- geovista.pantry.data.name_reykjanes()[ソース]#
Download and cache structured grid sample.
Load NAME Reykjanes structured grid.
- Returns:
SampleGridXYZThe structured grid spatial coordinates and data payload.
ノート
Added in version 0.6.0.
- geovista.pantry.data.nemo_orca2()[ソース]#
Download and cache structured surface sample data.
Load NEMO ORCA2 curvilinear mesh.
- Returns:
SampleStructuredXYThe curvilinear spatial coordinates and data payload.
ノート
Added in version 0.1.0.
- geovista.pantry.data.nemo_orca2_gradient()[ソース]#
Download and cache point-cloud sample data.
Load NEMO ORCA2 curvilinear mesh with gradient filter.
- Returns:
SamplePointsXYZThe gradient filtered spatial coordinates and data payload.
ノート
Added in version 0.2.0.
- geovista.pantry.data.oisst_avhrr_sst()[ソース]#
Download and cache structured surface sample data.
Load NOAA/NCEI OISST AVHRR rectilinear mesh.
- Returns:
SampleStructuredXYThe curvilinear spatial coordinates and data payload.
ノート
Added in version 0.1.0.
- geovista.pantry.data.usgs_earthquakes()[ソース]#
Download and cache the USGS HoloViz large earthquake dataset.
- Returns:
SamplePointsXYZThe spatial coordinates and data payload.
ノート
Added in version 0.4.0.
- geovista.pantry.data.ww3_global_smc(*, step=None)[ソース]#
Download and cache unstructured surface sample data.
Load the WAVEWATCH III (WW3) unstructured Spherical Multi-Cell (SMC) mesh.
- Parameters:
- step
int, default=0 The time-series offset.
- step
- Returns:
SampleUnstructuredXYThe unstructured spatial coordinates and data payload.
ノート
Added in version 0.1.0.
- geovista.pantry.data.ww3_global_tri()[ソース]#
Download and cache unstructured surface sample data.
Load the WAVEWATCH III (WW3) unstructured triangular mesh.
- Returns:
SampleUnstructuredXYThe unstructured spatial coordinates and data payload.
ノート
Added in version 0.1.0.