支持Lambert投影
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| integer, | intent(in) | :: | code | 1 for lcc | ||
| real(kind=fp), | intent(in), | optional | :: | lon1 | 中心经度,默认是本初子午线(lcc), 左下角纬度(latlon) | |
| real(kind=fp), | intent(in), | optional | :: | lat1 | 中心纬度(lcc), 左下角纬度(latlon) | |
| real(kind=fp), | intent(in), | optional | :: | truelat1 | First true latitude | |
| real(kind=fp), | intent(in), | optional | :: | truelat2 | Second true latitude | |
| real(kind=fp), | intent(in), | optional | :: | flattening | eccentricity of the ellipsoid | |
| real(kind=fp), | intent(in), | optional | :: | xshift | Easting at false origin: m | |
| real(kind=fp), | intent(in), | optional | :: | yshift | Northing at false origin: m |