UniformRectilinearApi
All URIs are relative to http://localhost:50051
Method | HTTP request | Description |
---|---|---|
getgridorigin | GET /getgridorigin/{grid} | |
getgridshape | GET /getgridshape/{grid} | |
getgridspacing | GET /getgridspacing/{grid} |
getgridorigin
getgridorigin(req::HTTP.Request, grid::Int64;) -> Vector{Float64}
Get the coordinates of the lower-left corner of the model grid.
Required Parameters
Name | Type | Description | Notes |
---|---|---|---|
req | HTTP.Request | The HTTP Request object | |
grid | Int64 | [default to nothing] |
Return type
Vector{Float64}
Authorization
No authorization required
HTTP request headers
- Content-Type: Not defined
- Accept: application/json
[Back to top] [Back to API list] [Back to Model list] [Back to README]
getgridshape
getgridshape(req::HTTP.Request, grid::Int64;) -> Vector{Int64}
Get the dimensions of the model grid.
Required Parameters
Name | Type | Description | Notes |
---|---|---|---|
req | HTTP.Request | The HTTP Request object | |
grid | Int64 | [default to nothing] |
Return type
Vector{Int64}
Authorization
No authorization required
HTTP request headers
- Content-Type: Not defined
- Accept: application/json
[Back to top] [Back to API list] [Back to Model list] [Back to README]
getgridspacing
getgridspacing(req::HTTP.Request, grid::Int64;) -> Vector{Float64}
Get the distance between the nodes of the model grid.
Required Parameters
Name | Type | Description | Notes |
---|---|---|---|
req | HTTP.Request | The HTTP Request object | |
grid | Int64 | [default to nothing] |
Return type
Vector{Float64}
Authorization
No authorization required
HTTP request headers
- Content-Type: Not defined
- Accept: application/json
[Back to top] [Back to API list] [Back to Model list] [Back to README]