emissions-api / sentinel5dl

Sentinel-5(P) Downloader
https://sentinel5dl.emissions-api.org
MIT License
12 stars 8 forks source link

Remove Default Polygon #48

Closed lkiesow closed 4 years ago

lkiesow commented 4 years ago

This patch removes the default polygon since with its existence, it's nearly impossible to specify no polygon/the world as download option.

EmbeddedHenni commented 4 years ago

schouldn't just calling search() work since polygon is the the whole world and for all the other arguments we got default values? if i try this out search will work but download doens't create an nc file

EmbeddedHenni commented 4 years ago

but anyway your pr works

lkiesow commented 4 years ago

This just changes the default for the binary, not the library. The new default for the binary is basically just calling search with no polygon. Before, not specifying a polygon would use the default polygon which made it hard to specify no polygon.