extarct s3 data with decompression
This commit is contained in:
parent
533ed9018a
commit
933f895a67
|
@ -193,6 +193,7 @@ def main():
|
||||||
sampling_stepsize = args.sampling_stepsize
|
sampling_stepsize = args.sampling_stepsize
|
||||||
booleans_as_numbers = args.booleans_as_numbers
|
booleans_as_numbers = args.booleans_as_numbers
|
||||||
exact_match = args.exact_match
|
exact_match = args.exact_match
|
||||||
|
# new arg for product type
|
||||||
product_type = int(args.product_type)
|
product_type = int(args.product_type)
|
||||||
|
|
||||||
if start_timestamp >= end_timestamp:
|
if start_timestamp >= end_timestamp:
|
||||||
|
|
Loading…
Reference in New Issue