EODMS RAPI Client is a Python3 package used to access the REST API service provided by the Earth Observation Data Management System (EODMS) from Natural Resources Canada.
Other
13
stars
4
forks
source link
Remove pagination (batch search of 1000 records at a time) #40
Remove the submission of search requests1000 records at a time. Instead add
firstResult
tosearch
method for use by the user.