mapbox / mapbox/rio-toa

Do txt mtls == json mtls?

Open
#7 0 comments 0 reactions 1 assignee Claimed by @celoyd View on GitHub
question
Dominant language
Python
Stars
39
Forks
21
PR merge metrics
No merged PRs in 30d

Description

Found this when testing the MTL txt to json parser:

For `LC80010052015067LGN00` :
JSON:

```
"IMAGE_ATTRIBUTES": {
"EARTH_SUN_DISTANCE": 0.9925447,
"CLOUD_COVER": 16.14,
"IMAGE_QUALITY_TIRS": 9,
"SUN_AZIMUTH": -171.13059484,
"SUN_ELEVATION": 8.01334586,
"ROLL_ANGLE": -0.001,
"IMAGE_QUALITY_OLI": 9
}
```

txt on s3:

```
GROUP = IMAGE_ATTRIBUTES
CLOUD_COVER = 16.06
CLOUD_COVER_LAND = 18.80
IMAGE_QUALITY_OLI = 9
IMAGE_QUALITY_TIRS = 9
TIRS_SSM_POSITION_STATUS = "NOMINAL"
ROLL_ANGLE = -0.001
SUN_AZIMUTH = -171.13059484
SUN_ELEVATION = 8.01334586
EARTH_SUN_DISTANCE = 0.9925447
END_GROUP = IMAGE_ATTRIBUTES
```

cc @celoyd

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.