m9brady / eodms-api-client

EODMS API Client for Python
https://m9brady.github.io/eodms-api-client/
MIT License
18 stars 5 forks source link

add filter by resolution #10

Closed m9brady closed 8 months ago

m9brady commented 8 months ago

feature request from user by email

Usage with CLI:

eodms -c RCM -sr 50

Usage in REPL

client = EodmsAPI('RCM')
client.query(spatial_resolution=50)