s100py


Names100py JSON
Version 2.0.0 PyPI version JSON
download
home_pageNone
SummaryThis python package provides api and utilities for encoding hydrographic datasets in the International Hydrographic Organization (IHO) S-100 format
upload_time2025-07-09 21:18:26
maintainerNone
docs_urlNone
authorNone
requires_python>=3.8
licenseNone
keywords s-100 s-102 s-111 s-104 hydrographic
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            s100py
======
[![Tests](https://github.com/noaa-ocs-s100/s100py/actions/workflows/s100py-tests.yaml/badge.svg?event=push)](https://github.com/noaa-ocs-s100/s100py/actions/workflows/s100py-tests.yaml)

API and Utilities for Working with IHO S-100 HDF5 Data Formats

Overview
--------

This python package includes an API and utilities for encoding hydrographic
datasets in the International Hydrographic Organization (IHO) S-100
HDF5 format.

See [s100py Read the Docs](https://s100py.readthedocs.io/en/latest/) for more information.

Background
----------

The IHO S-100 standard is a data framework for digital products and
services for hydrographic, maritime, and GIS communities, comprised of
multiple data encoding formats designed for interoperability with
Electronic Navigational Charts (ENCs).

This package includes the following S-100 encoding formats:

-   S-102 Bathymetric Surface 
-   S-104 Water Level Information for Surface Navigation
-   S-111 Water Currents for Surface Navigation

However, support for additional formats as they become available will
be added in the future.  For further information about S-100 formats,
see the [IHO website](http://s100.iho.int/S100/).

Create S100 Products
--------------------

- Follow [S-102](https://s100py.readthedocs.io/en/latest/s102.html#) examples to create an S-102 File
- Follow [S-104](https://s100py.readthedocs.io/en/latest/s104.html#) examples to create an S-104 File
- Follow [S-111](https://s100py.readthedocs.io/en/latest/s111.html#) examples to create an S-111 File

For S100 API Developers
-----------------------

- [Extending the API](https://s100py.readthedocs.io/en/latest/extending_the_api.html)
- [Example API](https://s100py.readthedocs.io/en/latest/sample_api.html)
- [Using Example API](https://s100py.readthedocs.io/en/latest/using_sample_api.html)
- [Advanced Example API Usage](https://s100py.readthedocs.io/en/latest/more_sample_api.html)

Requirements
------------

This codebase is written for Python >=3.8 and relies on the following python
packages:

-   h5py
-   numpy
-   gdal


Installation
------------

Conda
-----
Installing s100py from the conda-forge channel can be achieved by adding conda-forge to your channels with:
```bash
conda config --add channels conda-forge
conda config --set channel_priority strict
```
Once the conda-forge channel has been enabled, s100py can be installed with conda:
```bash
conda install s100py
```
or with mamba:
```bash
mamba install s100py
```
It is possible to list all the versions of s100py available on your platform with conda:
```bash
conda search s100py --channel conda-forge
```
or with mamba:
```bash
mamba search s100py --channel conda-forge
```
Alternatively, mamba repoquery may provide more information:

**Search all versions available on your platform:**

```bash
mamba repoquery search s100py --channel conda-forge
```
**List packages depending on `s100py`:**
```bash
mamba repoquery whoneeds s100py --channel conda-forge
```
**List dependencies of `s100py`:**

```bash
mamba repoquery depends s100py --channel conda-forge
```

PIP
---

If installing with PIP, this package requires GDAL Python bindings be present,
so it usually can't be installed just using `pip install gdal`, but for more information
visit https://pypi.org/project/GDAL/.

Once `gdal` has been installed, s100py can be installed using `pip`:

```bash
pip install s100py
```

Release Notes
-------------
**Version 2.0.0 (2025-07-09)**
- This is a major release, which includes several new APIs that encapsulate the latest S-100 standard (S-100 Edition 5.2.0) and S-100 Product Specifications (S-102 Edition 3.0.0, S-111 Edition 2.0.0, S-104 Edition 2.0.0)
- Additional convenience utilities have been added to generate:
  * S-102 Edition 3.0.0 datasets
    * **Not Supported in s100py v2.0.0**:
      * Option for multiple VerticalDatums with multiple BathymetryCoverages
  * S-111 Edition 2.0.0 datasets
    * **Breaking Changes in s100py v2.0.0**:
      * Must call `add_surface_current_instance()` before calling `add_data_from_arrays()` to generate datasets
      * `update_metadata()` parameter requirements have changed and only dataDynamicity and dateTimeOfFirstRecord are required in the metadata dictionary parameter
    * **New Features in s100py v2.0.0**:
      * Optional speed_uncertainty and direction_uncertainty grids now supported, if adding an uncertainty grids, speed_uncertainty and direction_uncertainty must be set to True in `create_s111()` and uncertainty data grids must be added to `add_data_from_arrays()`
      * `add_surface_current_instance()` can be used to create multiple surface current feature instances in a single dataset
    * **Not Supported in s100py v2.0.0**:
      * Utilities for generating S-111 Data Coding Formats 4 and 8
  * S-104 Edition 2.0.0 datasets
    * **Breaking Changes in s100py v2.0.0**:
      * Must call `add_water_level_instance()` before calling `add_data_from_arrays()` to generate datasets
      * `update_metadata()` parameter requirements have changed and only dataDynamicity and dateTimeOfFirstRecord are required in the metadata dictionary parameter
    * **New Features in s100py v2.0.0**:
      * Optional water level height uncertainty grid now supported, if adding an uncertainty grid , uncertainty must be set to True in `create_s104()` and uncertainty data grids must be added to `add_data_from_arrays()`
      * `add_water_level_instance()` can be used to create multiple water level feature instances in a single dataset
    *    * **Not Supported in s100py v2.0.0**:
      * Option for multiple VerticalDatums with multiple coverages
- S-102 Edition 3.0.0 (S-100 Edition 5.2.0) significant changes include:
    * Make Uncertainty optional in BathymetryCoverage
    * Renamed QualityOfSurvey to QualityOfBathymetryCoverage
    * Added option for multiple VerticalDatums with multiple BathymetryCoverages
    * dataOffsetCode now required in s102 and must have value of 5 (barycentric)
    * BathymetryCoverage now is dataCodingFormat is 2, regular grid
    * QualityOfBathymetryCoverage dataCodingFormat remains 9, feature oriented
    * BathymetryCoverage Container
      * DataCodingFormat revised from 9 to 2 (regularGrid)
      * common_point_rule revised from 1 to 2 (low)
      * data_offset_code = 5  (barycenter)
- S-111 Edition 2.0.0 (S-100 Edition 5.2.0) significant changes include:
    * Added directionUncertainty and speedUncertainty added to the values record as optional attributes
    * New fill value for date-time attribute
    * Added UTM zones and newer WGS84 epochs
    * Added verticalCoordinateBase embedded metadata for S-100 consistency
    * Removed “DateTime” as UoM name for surface current time attribute in Group_F
    * Removed ISO metadata files
    * Added restriction on length of string attributes in metadata
    * The following DataDynamicity classification have been added:
        * 6: observedMinusPredicted - Observation minus astronomical prediction
        * 7: observedMinusAnalysis - Observation minus analysis or hybrid
        * 8: observedMinusHindcast - Observation minus hydrodynamic hindcast
        * 9: observedMinusForecast - Observation minus hydrodynamic forecast
        * 10: forecastMinusPredicted - Hydrodynamic forecast minus astronomical prediction
    * Added optional dataOffsetCode enumeration for Offset of data point in cell data, mandatory if data points are at grid cell centres
- S-104 Edition 2.0.0 (S-100 Edition 5.2.0) significant changes include:
    * Scope reduced to use only the regular grid spatial type
    * The only allowed interpolation type for DCF2 is 1 (nearestneighbor)
    * The following s104_DataDynamicity classifications are not allowed in S-104 Edition 2.0:
        * 4: hydrodynamicHindcast - Observation minus astronomical prediction
        * 6: observedMinusPredicted - Observation minus analysis or hybrid
        * 7: observedMinusAnalysis - Observation minus hydrodynamic hindcast
        * 8: observedMinusHindcast - Observation minus hydrodynamic hindcast
        * 9: observedMinusForecast - Observation minus hydrodynamic forecast
        * 10: forecastMinusPredicted - Hydrodynamic forecast minus astronomical prediction
    * verticalCoordinateBase attribute added the only allowed value is verticalDatum (2), the attribute is now mandatory
    * Instance metadata constraints adjusted for Water Level adjustment compatibility
    * Restricted maximum length of HDF5 string attributes
    * Optional uncertainty attribute added to values record, represents the uncertainty at a particular grid point and may be omitted if the uncertainty is the same at all grid points
    * Added UTM zones and newer WGS84 realizations
    * Removed ISO metadata files
    * Optional Group F waterLevelTime attribute has been removed
    * Optional Group F uncertainty attribute has been added
    * Extended format to include grids with datum jumps (multiple vertical datums)
    * Domain extent polygon added to Feature Instance if and only if the feature covers an area with a different vertical datum from the root group
    * Added optional dataOffsetCode enumeration for offset of data point in cell data, mandatory if data points are at grid cell centres
    * The values seaFloor (47), seaSurface (48), and hydrographicZero (49) from S100 allowable vertical and sounding datums are now not allowed in S-104 Edition 2.0

**Version 1.0.0 (2023-10-27)**
- This is a major release, which includes several new APIs that encapsulate the latest S-100 standard (S-100 Edition 5.0.0)
and S-100 Product Specifications (S-102 Edition 2.2.0, S-111 Edition 1.2.0, S-104 Edition 1.1.0) and adds support for
multiple S-100 Editions and Product Specification versions
- Additional convenience utilities have been added to generate:
  * S-102 Edition 2.1.0 & 2.2.0 datasets
  * S-111 Edition 1.0.0 & 1.2.0 datasets
  * S-104 Edition 1.0.0 & 1.1.0 datasets
  * S-102 Data Coding Format 9 (Feature Oriented Regular Grid) datasets
  * S-104 Data Coding Format 3 (Irregular Grid) datasets
  * S-104 Data Coding Format 7 (TIN) datasets
- S-102 Edition 2.1.0 (S-100 Edition 4.0) significant changes include:
    * The depth orientation has changed from positive up to positive down
- S-102 Edition 2.2.0 (S-100 Edition 5.0) significant changes include:
    * General metadata _horizontalDatumReference_ and _horizontalDatumValue_ have been removed
    * General metadata attributes _horizontalCRS_ and _typeOfHorizontalCRS_ were added
    * Stricter datatypes have been set for all attributes
    * Added the feature attribute table _QualityOfSurvey_ which provides the following additional survey metadata:
      * The categorization of the assessment level of bathymetric data for an area
      * If the least depth of detected features in an area was measured
      * If significant features have or have not been detected in the course of a survey
      * The size of detected bathymetric features in an area
      * Percentage of depth that a feature of such size could be detected
      * If full seafloor coverage has been achieved in the area by hydrographic surveys
      * Flag for bathy coverage nodes populated by interpolation
      * The best estimate of the fixed horizontal or vertical accuracy component for positions, depths, heights, vertical
      distances, and vertical clearances
      * The factor to be applied to the variable component of uncertainty equation to provide the best estimate of the
      variable horizontal or vertically accuracy component for positions, depths, heights, vertical distances, and
      vertical clearances
      * The start date of the period of the hydrographic survey
      * The end date of the period of the hydrographic survey
      * The survey filename or ID
      * The authority which as responsible for the hydrographic survey
      * An estimate of the magnitude of the difference between true and estimated bathymetric depth, after all appropriate
      corrections are made
- S-111 Edition 1.2.0 (S-100 Edition 5.0.0) significant changes include:
  * General metadata _horizontalDatumReference_ and _horizontalDatumValue_ have been removed
  * General metadata attributes _horizontalCRS_ and _typeOfHorizontalCRS_ were added
  * Stricter datatypes have been set for all attributes
  * General metadata attribute _depthTypeIndex_ has been modified to only allow _heightOrDepth_ or _layerAverage_
  * General metadata _datasetDeliveryInterval_ was added, describing the expected time interval between availability of
  successive datasets for time-varying data, formatted as an ISO 8601 duration (e.g. 'PnYnMnDTnHnMnS')
  * The enumeration attribute for the classification of data according the relationship between the time of its collection,
  generation or calculation of generation parameters, in relation the time of publication has been changed from
  _typeOfCurrentData_ to _dataDynamicity_
- S-104 Edition 1.1.0 (S-100 Edition 5.0.0) significant changes include:
  * General metadata _horizontalDatumReference_ and _horizontalDatumValue_ have been removed
  * General metadata attributes _horizontalCRS_ and _typeOfHorizontalCRS_ were added
  * Stricter datatypes have been set for all attributes
  * General metadata _datasetDeliveryInterval_ was added, describing the expected time interval between availability of
  successive datasets for time-varying data, formatted as an ISO 8601 duration (e.g. 'PnYnMnDTnHnMnS')
  * The enumeration attribute for the classification of data according the relationship between the time of its collection,
  generation or calculation of generation parameters, in relation the time of publication has been changed from
  _typeOfWaterLevelData_ to _dataDynamicity_
  * General metadata _trendInterval_ was added, describing the interval in minutes over which trend at a particular time
  is calculated

**Version 1.0.0-rc.1 (2021-02-11)**
- This is a major release, which includes a new API that encapsulates the data specifications to allow
  introspection with Python to determine what data is available or should be and what data types would
  be acceptable. Convenience utilities are available to convert data into S102/S104/S111 so detailed
  knowledge of the S100 specs and APIs is not required in most cases
- Support for s102 (bathymetry) and s104 (water levels) has been added
- A consistent API for S100 data structures was added and is used to encode S102, S104, and S111
- The previous S111 library has been migrated to this general S100 API and therefore any
  code written against the previous s100py library will no longer work
- Examples of using the new S111 API are available [here](https://s100py.readthedocs.io/en/latest/s111.html#example-usage)

Authors
-------

-   Barry Gallagher (NOAA), <barry.gallagher@noaa.gov>
-   Erin Nagel (UCAR), <erin.nagel@noaa.gov>
-   Glen Rice (NOAA), <glen.rice@noaa.gov>
-   Jason Greenlaw


License
-------

This work, as a whole, falls under Creative Commons Zero (see
[LICENSE](LICENSE)).

Disclaimer
----------

This repository is a scientific product and is not official
communication of the National Oceanic and Atmospheric Administration, or
the United States Department of Commerce. All NOAA GitHub project code
is provided on an 'as is' basis and the user assumes responsibility for
its use. Any claims against the Department of Commerce or Department of
Commerce bureaus stemming from the use of this GitHub project will be
governed by all applicable Federal law. Any reference to specific
commercial products, processes, or services by service mark, trademark,
manufacturer, or otherwise, does not constitute or imply their
endorsement, recommendation or favoring by the Department of Commerce.
The Department of Commerce seal and logo, or the seal and logo of a DOC
bureau, shall not be used in any manner to imply endorsement of any
commercial product or activity by DOC or the United States Government.

            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "s100py",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.8",
    "maintainer_email": null,
    "keywords": "S-100, S-102, S-111, S-104, hydrographic",
    "author": null,
    "author_email": "Barry Gallagher <barry.gallagher@noaa.gov>, Erin Nagel <erin.nagel@noaa.gov>",
    "download_url": "https://files.pythonhosted.org/packages/79/34/5f6f624719b553960719a28de53ff237c2d6a65c858376521714f135c367/s100py-2.0.0.tar.gz",
    "platform": null,
    "description": "s100py\n======\n[![Tests](https://github.com/noaa-ocs-s100/s100py/actions/workflows/s100py-tests.yaml/badge.svg?event=push)](https://github.com/noaa-ocs-s100/s100py/actions/workflows/s100py-tests.yaml)\n\nAPI and Utilities for Working with IHO S-100 HDF5 Data Formats\n\nOverview\n--------\n\nThis python package includes an API and utilities for encoding hydrographic\ndatasets in the International Hydrographic Organization (IHO) S-100\nHDF5 format.\n\nSee [s100py Read the Docs](https://s100py.readthedocs.io/en/latest/) for more information.\n\nBackground\n----------\n\nThe IHO S-100 standard is a data framework for digital products and\nservices for hydrographic, maritime, and GIS communities, comprised of\nmultiple data encoding formats designed for interoperability with\nElectronic Navigational Charts (ENCs).\n\nThis package includes the following S-100 encoding formats:\n\n-   S-102 Bathymetric Surface \n-   S-104 Water Level Information for Surface Navigation\n-   S-111 Water Currents for Surface Navigation\n\nHowever, support for additional formats as they become available will\nbe added in the future.  For further information about S-100 formats,\nsee the [IHO website](http://s100.iho.int/S100/).\n\nCreate S100 Products\n--------------------\n\n- Follow [S-102](https://s100py.readthedocs.io/en/latest/s102.html#) examples to create an S-102 File\n- Follow [S-104](https://s100py.readthedocs.io/en/latest/s104.html#) examples to create an S-104 File\n- Follow [S-111](https://s100py.readthedocs.io/en/latest/s111.html#) examples to create an S-111 File\n\nFor S100 API Developers\n-----------------------\n\n- [Extending the API](https://s100py.readthedocs.io/en/latest/extending_the_api.html)\n- [Example API](https://s100py.readthedocs.io/en/latest/sample_api.html)\n- [Using Example API](https://s100py.readthedocs.io/en/latest/using_sample_api.html)\n- [Advanced Example API Usage](https://s100py.readthedocs.io/en/latest/more_sample_api.html)\n\nRequirements\n------------\n\nThis codebase is written for Python >=3.8 and relies on the following python\npackages:\n\n-   h5py\n-   numpy\n-   gdal\n\n\nInstallation\n------------\n\nConda\n-----\nInstalling s100py from the conda-forge channel can be achieved by adding conda-forge to your channels with:\n```bash\nconda config --add channels conda-forge\nconda config --set channel_priority strict\n```\nOnce the conda-forge channel has been enabled, s100py can be installed with conda:\n```bash\nconda install s100py\n```\nor with mamba:\n```bash\nmamba install s100py\n```\nIt is possible to list all the versions of s100py available on your platform with conda:\n```bash\nconda search s100py --channel conda-forge\n```\nor with mamba:\n```bash\nmamba search s100py --channel conda-forge\n```\nAlternatively, mamba repoquery may provide more information:\n\n**Search all versions available on your platform:**\n\n```bash\nmamba repoquery search s100py --channel conda-forge\n```\n**List packages depending on `s100py`:**\n```bash\nmamba repoquery whoneeds s100py --channel conda-forge\n```\n**List dependencies of `s100py`:**\n\n```bash\nmamba repoquery depends s100py --channel conda-forge\n```\n\nPIP\n---\n\nIf installing with PIP, this package requires GDAL Python bindings be present,\nso it usually can't be installed just using `pip install gdal`, but for more information\nvisit https://pypi.org/project/GDAL/.\n\nOnce `gdal` has been installed, s100py can be installed using `pip`:\n\n```bash\npip install s100py\n```\n\nRelease Notes\n-------------\n**Version 2.0.0 (2025-07-09)**\n- This is a major release, which includes several new APIs that encapsulate the latest S-100 standard (S-100 Edition 5.2.0) and S-100 Product Specifications (S-102 Edition 3.0.0, S-111 Edition 2.0.0, S-104 Edition 2.0.0)\n- Additional convenience utilities have been added to generate:\n  * S-102 Edition 3.0.0 datasets\n    * **Not Supported in s100py v2.0.0**:\n      * Option for multiple VerticalDatums with multiple BathymetryCoverages\n  * S-111 Edition 2.0.0 datasets\n    * **Breaking Changes in s100py v2.0.0**:\n      * Must call `add_surface_current_instance()` before calling `add_data_from_arrays()` to generate datasets\n      * `update_metadata()` parameter requirements have changed and only dataDynamicity and dateTimeOfFirstRecord are required in the metadata dictionary parameter\n    * **New Features in s100py v2.0.0**:\n      * Optional speed_uncertainty and direction_uncertainty grids now supported, if adding an uncertainty grids, speed_uncertainty and direction_uncertainty must be set to True in `create_s111()` and uncertainty data grids must be added to `add_data_from_arrays()`\n      * `add_surface_current_instance()` can be used to create multiple surface current feature instances in a single dataset\n    * **Not Supported in s100py v2.0.0**:\n      * Utilities for generating S-111 Data Coding Formats 4 and 8\n  * S-104 Edition 2.0.0 datasets\n    * **Breaking Changes in s100py v2.0.0**:\n      * Must call `add_water_level_instance()` before calling `add_data_from_arrays()` to generate datasets\n      * `update_metadata()` parameter requirements have changed and only dataDynamicity and dateTimeOfFirstRecord are required in the metadata dictionary parameter\n    * **New Features in s100py v2.0.0**:\n      * Optional water level height uncertainty grid now supported, if adding an uncertainty grid , uncertainty must be set to True in `create_s104()` and uncertainty data grids must be added to `add_data_from_arrays()`\n      * `add_water_level_instance()` can be used to create multiple water level feature instances in a single dataset\n    *    * **Not Supported in s100py v2.0.0**:\n      * Option for multiple VerticalDatums with multiple coverages\n- S-102 Edition 3.0.0 (S-100 Edition 5.2.0) significant changes include:\n    * Make Uncertainty optional in BathymetryCoverage\n    * Renamed QualityOfSurvey to QualityOfBathymetryCoverage\n    * Added option for multiple VerticalDatums with multiple BathymetryCoverages\n    * dataOffsetCode now required in s102 and must have value of 5 (barycentric)\n    * BathymetryCoverage now is dataCodingFormat is 2, regular grid\n    * QualityOfBathymetryCoverage dataCodingFormat remains 9, feature oriented\n    * BathymetryCoverage Container\n      * DataCodingFormat revised from 9 to 2 (regularGrid)\n      * common_point_rule revised from 1 to 2 (low)\n      * data_offset_code = 5  (barycenter)\n- S-111 Edition 2.0.0 (S-100 Edition 5.2.0) significant changes include:\n    * Added directionUncertainty and speedUncertainty added to the values record as optional attributes\n    * New fill value for date-time attribute\n    * Added UTM zones and newer WGS84 epochs\n    * Added verticalCoordinateBase embedded metadata for S-100 consistency\n    * Removed \u201cDateTime\u201d as UoM name for surface current time attribute in Group_F\n    * Removed ISO metadata files\n    * Added restriction on length of string attributes in metadata\n    * The following DataDynamicity classification have been added:\n        * 6: observedMinusPredicted - Observation minus astronomical prediction\n        * 7: observedMinusAnalysis - Observation minus analysis or hybrid\n        * 8: observedMinusHindcast - Observation minus hydrodynamic hindcast\n        * 9: observedMinusForecast - Observation minus hydrodynamic forecast\n        * 10: forecastMinusPredicted - Hydrodynamic forecast minus astronomical prediction\n    * Added optional dataOffsetCode enumeration for Offset of data point in cell data, mandatory if data points are at grid cell centres\n- S-104 Edition 2.0.0 (S-100 Edition 5.2.0) significant changes include:\n    * Scope reduced to use only the regular grid spatial type\n    * The only allowed interpolation type for DCF2 is 1 (nearestneighbor)\n    * The following s104_DataDynamicity classifications are not allowed in S-104 Edition 2.0:\n        * 4: hydrodynamicHindcast - Observation minus astronomical prediction\n        * 6: observedMinusPredicted - Observation minus analysis or hybrid\n        * 7: observedMinusAnalysis - Observation minus hydrodynamic hindcast\n        * 8: observedMinusHindcast - Observation minus hydrodynamic hindcast\n        * 9: observedMinusForecast - Observation minus hydrodynamic forecast\n        * 10: forecastMinusPredicted - Hydrodynamic forecast minus astronomical prediction\n    * verticalCoordinateBase attribute added the only allowed value is verticalDatum (2), the attribute is now mandatory\n    * Instance metadata constraints adjusted for Water Level adjustment compatibility\n    * Restricted maximum length of HDF5 string attributes\n    * Optional uncertainty attribute added to values record, represents the uncertainty at a particular grid point and may be omitted if the uncertainty is the same at all grid points\n    * Added UTM zones and newer WGS84 realizations\n    * Removed ISO metadata files\n    * Optional Group F waterLevelTime attribute has been removed\n    * Optional Group F uncertainty attribute has been added\n    * Extended format to include grids with datum jumps (multiple vertical datums)\n    * Domain extent polygon added to Feature Instance if and only if the feature covers an area with a different vertical datum from the root group\n    * Added optional dataOffsetCode enumeration for offset of data point in cell data, mandatory if data points are at grid cell centres\n    * The values seaFloor (47), seaSurface (48), and hydrographicZero (49) from S100 allowable vertical and sounding datums are now not allowed in S-104 Edition 2.0\n\n**Version 1.0.0 (2023-10-27)**\n- This is a major release, which includes several new APIs that encapsulate the latest S-100 standard (S-100 Edition 5.0.0)\nand S-100 Product Specifications (S-102 Edition 2.2.0, S-111 Edition 1.2.0, S-104 Edition 1.1.0) and adds support for\nmultiple S-100 Editions and Product Specification versions\n- Additional convenience utilities have been added to generate:\n  * S-102 Edition 2.1.0 & 2.2.0 datasets\n  * S-111 Edition 1.0.0 & 1.2.0 datasets\n  * S-104 Edition 1.0.0 & 1.1.0 datasets\n  * S-102 Data Coding Format 9 (Feature Oriented Regular Grid) datasets\n  * S-104 Data Coding Format 3 (Irregular Grid) datasets\n  * S-104 Data Coding Format 7 (TIN) datasets\n- S-102 Edition 2.1.0 (S-100 Edition 4.0) significant changes include:\n    * The depth orientation has changed from positive up to positive down\n- S-102 Edition 2.2.0 (S-100 Edition 5.0) significant changes include:\n    * General metadata _horizontalDatumReference_ and _horizontalDatumValue_ have been removed\n    * General metadata attributes _horizontalCRS_ and _typeOfHorizontalCRS_ were added\n    * Stricter datatypes have been set for all attributes\n    * Added the feature attribute table _QualityOfSurvey_ which provides the following additional survey metadata:\n      * The categorization of the assessment level of bathymetric data for an area\n      * If the least depth of detected features in an area was measured\n      * If significant features have or have not been detected in the course of a survey\n      * The size of detected bathymetric features in an area\n      * Percentage of depth that a feature of such size could be detected\n      * If full seafloor coverage has been achieved in the area by hydrographic surveys\n      * Flag for bathy coverage nodes populated by interpolation\n      * The best estimate of the fixed horizontal or vertical accuracy component for positions, depths, heights, vertical\n      distances, and vertical clearances\n      * The factor to be applied to the variable component of uncertainty equation to provide the best estimate of the\n      variable horizontal or vertically accuracy component for positions, depths, heights, vertical distances, and\n      vertical clearances\n      * The start date of the period of the hydrographic survey\n      * The end date of the period of the hydrographic survey\n      * The survey filename or ID\n      * The authority which as responsible for the hydrographic survey\n      * An estimate of the magnitude of the difference between true and estimated bathymetric depth, after all appropriate\n      corrections are made\n- S-111 Edition 1.2.0 (S-100 Edition 5.0.0) significant changes include:\n  * General metadata _horizontalDatumReference_ and _horizontalDatumValue_ have been removed\n  * General metadata attributes _horizontalCRS_ and _typeOfHorizontalCRS_ were added\n  * Stricter datatypes have been set for all attributes\n  * General metadata attribute _depthTypeIndex_ has been modified to only allow _heightOrDepth_ or _layerAverage_\n  * General metadata _datasetDeliveryInterval_ was added, describing the expected time interval between availability of\n  successive datasets for time-varying data, formatted as an ISO 8601 duration (e.g. 'PnYnMnDTnHnMnS')\n  * The enumeration attribute for the classification of data according the relationship between the time of its collection,\n  generation or calculation of generation parameters, in relation the time of publication has been changed from\n  _typeOfCurrentData_ to _dataDynamicity_\n- S-104 Edition 1.1.0 (S-100 Edition 5.0.0) significant changes include:\n  * General metadata _horizontalDatumReference_ and _horizontalDatumValue_ have been removed\n  * General metadata attributes _horizontalCRS_ and _typeOfHorizontalCRS_ were added\n  * Stricter datatypes have been set for all attributes\n  * General metadata _datasetDeliveryInterval_ was added, describing the expected time interval between availability of\n  successive datasets for time-varying data, formatted as an ISO 8601 duration (e.g. 'PnYnMnDTnHnMnS')\n  * The enumeration attribute for the classification of data according the relationship between the time of its collection,\n  generation or calculation of generation parameters, in relation the time of publication has been changed from\n  _typeOfWaterLevelData_ to _dataDynamicity_\n  * General metadata _trendInterval_ was added, describing the interval in minutes over which trend at a particular time\n  is calculated\n\n**Version 1.0.0-rc.1 (2021-02-11)**\n- This is a major release, which includes a new API that encapsulates the data specifications to allow\n  introspection with Python to determine what data is available or should be and what data types would\n  be acceptable. Convenience utilities are available to convert data into S102/S104/S111 so detailed\n  knowledge of the S100 specs and APIs is not required in most cases\n- Support for s102 (bathymetry) and s104 (water levels) has been added\n- A consistent API for S100 data structures was added and is used to encode S102, S104, and S111\n- The previous S111 library has been migrated to this general S100 API and therefore any\n  code written against the previous s100py library will no longer work\n- Examples of using the new S111 API are available [here](https://s100py.readthedocs.io/en/latest/s111.html#example-usage)\n\nAuthors\n-------\n\n-   Barry Gallagher (NOAA), <barry.gallagher@noaa.gov>\n-   Erin Nagel (UCAR), <erin.nagel@noaa.gov>\n-   Glen Rice (NOAA), <glen.rice@noaa.gov>\n-   Jason Greenlaw\n\n\nLicense\n-------\n\nThis work, as a whole, falls under Creative Commons Zero (see\n[LICENSE](LICENSE)).\n\nDisclaimer\n----------\n\nThis repository is a scientific product and is not official\ncommunication of the National Oceanic and Atmospheric Administration, or\nthe United States Department of Commerce. All NOAA GitHub project code\nis provided on an 'as is' basis and the user assumes responsibility for\nits use. Any claims against the Department of Commerce or Department of\nCommerce bureaus stemming from the use of this GitHub project will be\ngoverned by all applicable Federal law. Any reference to specific\ncommercial products, processes, or services by service mark, trademark,\nmanufacturer, or otherwise, does not constitute or imply their\nendorsement, recommendation or favoring by the Department of Commerce.\nThe Department of Commerce seal and logo, or the seal and logo of a DOC\nbureau, shall not be used in any manner to imply endorsement of any\ncommercial product or activity by DOC or the United States Government.\n",
    "bugtrack_url": null,
    "license": null,
    "summary": "This python package provides api and utilities for encoding hydrographic datasets in the International Hydrographic Organization (IHO) S-100 format",
    "version": "2.0.0",
    "project_urls": {
        "Bug Tracker": "https://github.com/noaa-ocs-s100/s100py/issues/",
        "Documentation": "https://s100py.readthedocs.io/en/latest/",
        "Homepage": "https://github.com/noaa-ocs-s100/s100py",
        "Source": "https://github.com/noaa-ocs-s100/s100py"
    },
    "split_keywords": [
        "s-100",
        " s-102",
        " s-111",
        " s-104",
        " hydrographic"
    ],
    "urls": [
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "952bf5f8406cdafd0bf52b7b638724e292b1f89d8118fb05c0e72d806f94d958",
                "md5": "d6a8ce432841441661c8b71f0eb3fbfb",
                "sha256": "23d76a48c62540cd994815b059b4bc68405729784a7645e143b44ab1506cc67e"
            },
            "downloads": -1,
            "filename": "s100py-2.0.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "d6a8ce432841441661c8b71f0eb3fbfb",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.8",
            "size": 288757,
            "upload_time": "2025-07-09T21:18:24",
            "upload_time_iso_8601": "2025-07-09T21:18:24.712481Z",
            "url": "https://files.pythonhosted.org/packages/95/2b/f5f8406cdafd0bf52b7b638724e292b1f89d8118fb05c0e72d806f94d958/s100py-2.0.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "79345f6f624719b553960719a28de53ff237c2d6a65c858376521714f135c367",
                "md5": "716d6189205717e4d7a8daad9a7208d1",
                "sha256": "73acc192dd6143e759013347b7b0e4040d7ff5c2a2a949cf230cf4f2de56c161"
            },
            "downloads": -1,
            "filename": "s100py-2.0.0.tar.gz",
            "has_sig": false,
            "md5_digest": "716d6189205717e4d7a8daad9a7208d1",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.8",
            "size": 516221,
            "upload_time": "2025-07-09T21:18:26",
            "upload_time_iso_8601": "2025-07-09T21:18:26.090861Z",
            "url": "https://files.pythonhosted.org/packages/79/34/5f6f624719b553960719a28de53ff237c2d6a65c858376521714f135c367/s100py-2.0.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2025-07-09 21:18:26",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "noaa-ocs-s100",
    "github_project": "s100py",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "s100py"
}
        
Elapsed time: 1.32206s