nickrsan / usgs-api

0 stars 0 forks source link

Multiple retrievals using period and then range fail #1

Open nickrsan opened 11 years ago

nickrsan commented 11 years ago

Original report by Nicholas Santos (Bitbucket: nickrsan, GitHub: nickrsan).


Once a retrieval is done with period or range, then another retrieval is done after more parameters are specified, the url_params dictionary has both period and date ranges. It should remove them from the dict before composing, then add back in the relevant one based on current behavior.