Generic derived type to GeoJSON writer.
Writes node to file or standard output.
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
type(node_type), | intent(inout) | :: | node |
Node type. |
||
integer, | intent(in), | optional | :: | unit |
File unit. |
|
logical, | intent(in), | optional | :: | comma |
Append comma separator. |
Writes sensor to file or standard output.
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
type(sensor_type), | intent(inout) | :: | sensor |
Sensor type. |
||
integer, | intent(in), | optional | :: | unit |
File unit. |
|
logical, | intent(in), | optional | :: | comma |
Append comma separator. |
Writes target to file or standard output.
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
type(target_type), | intent(inout) | :: | target |
Target type. |
||
integer, | intent(in), | optional | :: | unit |
File unit. |
|
logical, | intent(in), | optional | :: | comma |
Append comma separator. |