Update M12 Release Notes with Data Definition additions and changes authored by Thomas Gehrmann [InvitedE]'s avatar Thomas Gehrmann [InvitedE]
......@@ -8,7 +8,61 @@ For detailed services that are included in this release, please refer to M12 tag
## New Features
* To be updated
* `Data Definition` - Refer here for [full changes "OSDU schemas"](https://community.opengroup.org/osdu/data/data-definitions/-/blob/v0.15.0/E-R/ChangeReport.md#snapshot-2022-03-18-towards-m12) and [full changes "OSDU reference-values"](https://community.opengroup.org/osdu/data/data-definitions/-/blob/v0.15.0/ReferenceValues/ChangeLogs/M12/README.md)
* _Schema Highlights_
* From M12 onwards schemas are now read-only, status PUBLISHED. Changes will require new schema versions, a
procedure, which was already in practised for many kinds of changes.
* Additions
* Coring (master-data), RockSample (master-data), RockSampleAnalysis (work-product-component) and a number
or reference-data types<br> This milestone introduces types to support first level of Coring, RockSample
and RockSampleAnalysis, focussing on supporting Routine Core Analysis (RCA).
[Details via worked example](https://community.opengroup.org/osdu/data/data-definitions/-/blob/v0.15.0/Examples/WorkedExamples/RockSampleAnalysis/README.md).
* ProcessedInSAR (work-product-component with reference-data types)<br>Interferometric Synthetic Aperture
Radar (InSAR) is a representation of surface or ground deformation from satellite radar image data over
time.
[Documentation](https://community.opengroup.org/osdu/data/data-definitions/-/blob/v0.15.0/E-R/work-product-component/ProcessedInSAR.1.0.0.md).
* Earth Modelling
* Faulted reservoirs (voidage group, reservoir compartment work-product-components);
[Details via worked example](https://community.opengroup.org/osdu/data/data-definitions/-/blob/v0.15.0/Examples/WorkedExamples/Reservoir%20Data/ReservoirCompartments/README.md).
* ETPDataset (dataset)
* **Schema Changes** <br>Please see the [Migration Guide for M12](https://community.opengroup.org/osdu/data/data-definitions/-/blob/v0.15.0/Guides/MigrationGuides/M12/README.md)
to achieve the additional value. While there are deprecations the changes are additive, thus generally considered non-breaking.
* `const` keyword values are supplemented with explicit `type` to satisfy the indexer.
* VerticalMeasurement clarifications, see [Usage Guide](https://community.opengroup.org/osdu/data/data-definitions/-/blob/v0.15.0/Guides/Chapters/03-VerticalMeasurements.md), [Documentation](https://community.opengroup.org/osdu/data/data-definitions/-/blob/v0.15.0/E-R/abstract/AbstractFacilityVerticalMeasurement.1.0.0.md).
* Revision of **Technical Assurance**, which deprecates an element in AbstractCommonResources and adds
specializations to `AbstractMaster` and `AbstractWPCGroupType`. [Usage Guide](https://community.opengroup.org/osdu/data/data-definitions/-/blob/v0.15.0/Guides/Chapters/06-LifecycleProperties.md#631-changes-with-m12),
[Migration Guides](https://community.opengroup.org/osdu/data/data-definitions/-/blob/v0.15.0/Guides/MigrationGuides/M12/README.md#technical-assurance-revision).
* `DataQuality` changes; [Migration Guides](https://community.opengroup.org/osdu/data/data-definitions/-/blob/v0.15.0/Guides/MigrationGuides/M12/README.md#dataquality-schema-changes).
* `AbstractActivityParameter` key type extensions.
* `CoordinateReferenceSystem`, `CoordinateTransformation`<br>New 1.1.0 version with added Wgs84Coordinates GeoJSON
structures. The reference values are updated to contain this information, see below.
* `UnitOfMeasure` References from `AbstractAnyCrsFeatureCollection` supporting the V3 APIs of the CRS Conversion
service.
* Well Status and Classification V3 (PPDM)<br>
A number of PPDM sourced reference-data types were revised and/or improved. The classification of `Well`
and `Wellbore` according to PPDM is now possible. Full adoption requires mappings, which can be
facilitated in an operator specific fashion via `WellStatusSummary`.
[Migration Guides](https://community.opengroup.org/osdu/data/data-definitions/-/blob/v0.15.0/Guides/MigrationGuides/M12/README.md#well-status-and-classification).
* _Reference Value Highlights_
* **_Updated_**, Geomatics approved default CRS Catalog content in the form of a
large [reference value manifest file](https://community.opengroup.org/osdu/data/data-definitions/-/blob/v0.15.0/ReferenceValues/Manifests/reference-data/LOCAL/CRS_CT.json).
The governance is still LOCAL and large operators will replace the content entirely. Records now conform to
the 1.1.0 versions of `CoordinateReferenceSystem` and `CoordinateTransformation`.
* `LogCurveFamily` was corrected for a number of non-dimensional codes.
* PPDM governed lists including new reference values for Well Status and Classification;
[details](https://community.opengroup.org/osdu/data/data-definitions/-/tree/v0.15.0/ReferenceValues/ChangeLogs/M12#ppdm-curated-and-governed-lists).
* Governance Mode changes [details](https://community.opengroup.org/osdu/data/data-definitions/-/tree/v0.15.0/ReferenceValues/ChangeLogs/M12#governance-mode-changes)
for `FacilityStateType`, `PlayType`, `WellboreTrajectoryType` (all now PPDM sourced).
* New reference value lists for the new models
* [ProcessedInSAR](https://community.opengroup.org/osdu/data/data-definitions/-/tree/v0.15.0/ReferenceValues/ChangeLogs/M12#carbon-capture-and-storage)
* [Coring, RockSample, RockSampleAnalysis](https://community.opengroup.org/osdu/data/data-definitions/-/tree/v0.15.0/ReferenceValues/ChangeLogs/M12#coring-rocksample-rocksampleanalysis)
* [Technical Assurance (incomplete LOCAL)](https://community.opengroup.org/osdu/data/data-definitions/-/tree/v0.15.0/ReferenceValues/ChangeLogs/M12#technical-assurance)
* Updated [Schema Usage Guide](https://community.opengroup.org/osdu/data/data-definitions/-/blob/v0.15.0/Guides/README.md)
---
## Bug Fixes
......
......