eogrow.utils.batch

A module with useful utilities related to batch processing

eogrow.utils.batch.read_timestamps_from_orbits(userdata)[source]

Parses batch orbits payload to obtain a list of timestamp strings

Parameters:

userdata (dict) –

Return type:

list[str]

eogrow.utils.batch.read_timestamps(userdata)[source]

Parses timestamps from a userdata dictionary

Parameters:

userdata (dict) –

Return type:

list[str]