podaac / l2ss-py

Level 2 subsetter with Harmony integration
https://podaac.github.io/l2ss-py/
Apache License 2.0
11 stars 11 forks source link

Command line input for boundary box subsetting restricted to integers #184

Closed danielfromearth closed 11 months ago

danielfromearth commented 1 year ago

I expected to be able to use decimal numbers (i.e., floats) for the coordinates specifying a boundary box subset from the command line.

Here is the line that currently restricts command line inputs to integers... https://github.com/podaac/l2ss-py/blob/6e4b93d6a8c42567f7a2b22b4a9ee2e8cb96eee2/podaac/subsetter/run_subsetter.py#L38