OTB.ObtainUTMZoneFromGeoPoint: UTM zone determination from a geographic point.

This application returns the UTM zone of an input geographic point.

Inputs

Latitude value of desired point.

number
Please set a value for lat.

Longitude value of desired point.

number
Please set a value for lon.

Outputs

UTM Zone

transmission

Execution options

successUri
inProgressUri
failedUri

format

mode

Execute End Point

View the execution endpoint of a process.

View the alternative version in HTML.

{"id": "OTB.ObtainUTMZoneFromGeoPoint", "title": "UTM zone determination from a geographic point.", "description": "This application returns the UTM zone of an input geographic point.", "version": "1.0.0", "jobControlOptions": ["sync-execute", "async-execute", "dismiss"], "outputTransmission": ["value", "reference"], "links": [{"rel": "http://www.opengis.net/def/rel/ogc/1.0/execute", "type": "application/json", "title": "Execute End Point", "href": "http://demo.mapmint.com/ogc-api/processes/OTB.ObtainUTMZoneFromGeoPoint/execution"}, {"rel": "alternate", "type": "text/html", "title": "Execute End Point", "href": "http://demo.mapmint.com/ogc-api/processes/OTB.ObtainUTMZoneFromGeoPoint/execution.html"}], "inputs": {"lat": {"title": "Latitude value of desired point.", "description": "Latitude value of desired point.", "schema": {"type": "number"}, "id": "lat"}, "lon": {"title": "Longitude value of desired point.", "description": "Longitude value of desired point.", "schema": {"type": "number"}, "id": "lon"}}, "outputs": {"utm": {"title": "UTM Zone", "description": "UTM Zone", "schema": {"type": "integer"}, "id": "utm"}}}

http://demo.mapmint.com/ogc-apihttp://localhost/ogc-api/processes/OTB.ObtainUTMZoneFromGeoPoint.html
Last modified: Sat Feb 19 15:43:34 CET 2022