@@ -93,6 +93,28 @@ In an effort to align the GCZ project's structure more closely with other OSDU C
* Transformer config files (`application-local.yml`, `application-remote.yml`, and `application-k8s-remote.yml`) have been merged into a singular `application.yml` file and that file has been relocated into the `gcz-transformer/.config` directory
* Provider config file `koop-config.json` has been relocated into the `gcz-provider/.config` directory
#### Wiki Changes
* All outdated file/directory references replaced with the new standardized iterations
*[New detailed page on Environment Variables](https://community.opengroup.org/osdu/platform/consumption/geospatial/-/blob/master/gcz-docs/deployment/environment_variables.md)
*[Post Deployment Testing document](https://community.opengroup.org/osdu/platform/consumption/geospatial/-/blob/master/gcz-docs/deployment/post_deployment_testing.md) has been updated:
* Reorganized testing methods in order of preference and ease-of-use.
* Relegated optional testing procedures to an "advanced" section.
* Provided more detail on `geometry` spatial query parameters.
* Provided more detail on entitlement roles expected when using Ambassador endpoints
*[Logs](https://community.opengroup.org/osdu/platform/consumption/geospatial/-/blob/master/gcz-docs/deployment/transformer_logs.md) have been given their own document
* Common Log Errors section added to assist with deployments
* Example for Remote Profile vs Local Profile added to root Wiki ReadMe to improve accessibility for answers to common questions regarding profiles
#### Demo Webapp Updates
* Feature Table added to JSAPI HTML test to help identify location of small, scattered features
#### Transformer Enhancements
* Support for 3D Seismic Live Trace Polygons tested and confirmed through `SeismicTraceData` kind
* The singular `application.yml` file now natively supports environment variables for all parameters (except for `kinds`)
* Add support for new `scope` parameter for authenticating with OSDU ([db086757](https://community.opengroup.org/osdu/platform/consumption/geospatial/-/merge_requests/90/diffs?commit_id=db0867574f711e320ea7fea86e26a89018534b22))
* Built-in CSV Parser now supports reading from a Byte Stream for ingesting CSV files directly from OSDU
* GC Module added for Authentication customization