The classes in s102.api can be accessed by just importing s102. They are automatically imported but can be brought in separately if desired.:

from s100py import s102
s102.S102File(...)
# or
from s100py.s102 import api
api.S102File(...)
# or
from s100py import s102.api
s102.api.S102File(...)

s100py.s102.api Module

Classes

ABC()

Helper class that provides a standard way to create an ABC using inheritance.

BathymetryContainer(*args, **opts)

This is the BathymetryCoverage right off the root of the HDF5 which has possible attributes from S100 spec table 10c-10 This will hold child groups named BathymetryCoverage.NN

BathymetryCoverage([recursively_create_children])

This is the Group.NNN object that contains the grid data in a values dataset and other metadata about the grids.

BathymetryCoverageDataset(*args, **opts)

BathymetryCoveragesList(*args, **opts)

4.2.1.1.2 and Figure 4.4 and Table 10.1 of v2.0.0 This is the set of BathymetryCoverage.NN that act like a list here.

BathymetryFeatureInstance([...])

This will be the BathymetryCoverage.001 element in HDF5.

BathymetryGroupList(*args, **opts)

This is the list of Group.NNN that are held as a list.

BathymetryValues([recursively_create_children])

CommonPointRule()

DirectPosition([recursively_create_children])

4.2.1.1.4 of v2.0.0

FeatureCodes([recursively_create_children])

Table 10.1 and sect 10.2.1 of v2.0.0

FeatureContainerDCF2(*args, **opts)

Container for Data Coding Format 2

FeatureInformation([recursively_create_children])

In S100, table 10c-8.

FeatureInformationDataset(*args, **opts)

This class comes from S100 -- 10c-9.5 Feature information group.

FeatureInstanceDCF2([...])

Data Coding Format 2 is the grid format from table 10c-12 in S100 spec.

GeographicExtent([recursively_create_children])

4.2.1.1.12 of v2.0.0 The class EX_GeographicExtent is a metadata class from ISO 19115.

GridCoordinate([recursively_create_children])

4.2.1.1.6 of v2.0.0

GridEnvelope([recursively_create_children])

4.2.1.1.5 of v2.0.0 While I would think that the envelope would describe the real world extents of the grid, in the docs it describes the envelope as specifying the row/column offsets for the lower left and upper right coordinates using the integer indices (S100 and ISO 19123 sec.

GroupFBase([recursively_create_children])

From S100 Table 10c-8 – Components of feature information group

S100Exception

S100Root([recursively_create_children])

From table 10c-6 in S100 spec.

S102Exception

S102FeatureInformation(*args, **kwrds)

S102 specifc version of FeatureInformation.

S102FeatureInformationDataset(*args, **opts)

In S102, 10.2.1 and table 10.2 and Table 10.1 of v2.0.0

S102File(*args, **kywrds)

S102MetadataListBase(*args, **opts)

S102Root([recursively_create_children])

The root group contains a feature information group and N feature containers.

S1XXFile(*args, **kywrds)

hdf5 files have primary creation methods of create_dataset to insert array data attrs a dictionary-like to add/read metadata about the current group create_group to make a group containing datasets and/or metadata

S1xxAttributesBase([recursively_create_children])

This class implements a general hdf5 group object that has attributes, dataset or sub-groups.

S1xxGridsBase([recursively_create_children])

S1xxMetadataListBase(*args, **opts)

This class represents arrays (noted in UML as , 1.., 0..* etc) which is not really part of HDF5.

SequenceRule([recursively_create_children])

4.2.1.1.7 (and .8) of v2.0.0 CV_SequenceRule specified in ISO 19123

SurfaceCorrectionValues([...])

TrackingListContainer(*args, **opts)

Table 10.1 of v2.0.0

TrackingListCoverage([...])

4.2.1.1.9 and Figure 4.4 of v2.0.0 commonPointRule is defined to be an S100_PointCoverage with a value of default and it therefore optional.

TrackingListCoverageDataset(*args, **opts)

TrackingListCoveragesList(*args, **opts)

4.2.1.1.9 and Figure 4.4 and Table 10.1 of v2.0.0

TrackingListGroupList(*args, **opts)

TrackingListSetList(*args, **opts)

TrackingListValues([recursively_create_children])

From 4.2.1.1.10 of S102 v2.0.0

TrackingListValuesList(*args, **opts)

VertexPoint([recursively_create_children])

From Figure 8-21 in S100 v4.0.0