# CRS Conversion Service

Provides conversion/transformation services from a source to a target CRS. A coordinate operation is a conversion if the source and target CRS share the same datum; the operation is called transformation if datum transformations are involved, i.e. source and target CRS do not share the same datum.

```plain {% title="Client ID" %}
963f2cc6915e479fa0fcb73ec2ec90e7
```


Version: 1.0.0

## Servers

SLB Saas OSDU (SGP)
```
https://as5.api.enterprisedata.slb.com/api/crs/converter/v2
```

SLB SaaS OSDU (BRS)
```
https://br5.api.enterprisedata.slb.com/api/crs/converter/v2
```

SLB Saas OSDU (WEU)
```
https://eu5.api.enterprisedata.slb.com/api/crs/converter/v2
```

SLB SaaS OSDU (EUT)
```
https://eu6.api.enterprisedata.slb.com/api/crs/converter/v2
```

SLB Saas OSDU (MDE)
```
https://eu7.api.enterprisedata.slb.com/api/crs/converter/v2
```

SLB Saas OSDU (PSC)
```
https://us5.api.enterprisedata.slb.com/api/crs/converter/v2
```

SLB Saas OSDU (USC)
```
https://us7.api.enterprisedata.slb.com/api/crs/converter/v2
```

SLB Saas OSDU (WUS)
```
https://us8.api.enterprisedata.slb.com/api/crs/converter/v2
```

SLB Saas OSDU (SAS)
```
https://as6.api.enterprisedata.slb.com/api/crs/converter/v2
```

SLB Saas OSDU (SWC)
```
https://eu8.api.enterprisedata.slb.com/api/crs/converter/v2
```

SLB Saas OSDU (MYW)
```
https://as7.api.enterprisedata.slb.com/api/crs/converter/v2
```

SLB Saas OSDU (ZAN)
```
https://za1.api.enterprisedata.slb.com/api/crs/converter/v2
```

## Security

### bearer

User Token from SLB Authenticator Service

Type: http
Scheme: bearer
Bearer Format: JWT

## Download OpenAPI description

 - [CRS Conversion Service](https://developer.slb.com/_bundle/solutions/core-service/apis/OSDU-CRS-Converter-Service.yaml)

## CRS Point Conversion

 - [POST /convert](https://developer.slb.com/solutions/core-service/apis/osdu-crs-converter-service/crs-point-conversion/convertpoint.md): Convert a list of points
 - [POST /convertGeoJson](https://developer.slb.com/solutions/core-service/apis/osdu-crs-converter-service/crs-point-conversion/convertgeojson.md): Convert a GeoJSON or AnyCrsGeoJson structure to a specified target CRS. GeoJSON is declared - by definition - to be in the context of WGS 84.
## Trajectory Computation and Conversion

 - [POST /convertTrajectory](https://developer.slb.com/solutions/core-service/apis/osdu-crs-converter-service/trajectory-computation-and-conversion/converttrajectory.md): Convert a list of trajectory stations, given the unit and spatial context and a reference point in 3D where MD = 0.
## Info

 - [GET /info](https://developer.slb.com/solutions/core-service/apis/osdu-crs-converter-service/info/version%20info.md): For deployment available public `/info` endpoint, which provides build and git related information.
