Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Do txt mtls == json mtls? #7

Open
dnomadb opened this issue Jun 24, 2016 · 0 comments
Open

Do txt mtls == json mtls? #7

dnomadb opened this issue Jun 24, 2016 · 0 comments
Assignees
Labels

Comments

@dnomadb
Copy link
Contributor

dnomadb commented Jun 24, 2016

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants