ioos / erddapy

Python interface for ERDDAP
https://ioos.github.io/erddapy/
BSD 3-Clause "New" or "Revised" License
77 stars 30 forks source link

Refactor constraint url building into function #169

Closed kstonekuan closed 3 years ago

kstonekuan commented 3 years ago

A simple refactor for using list comprehension to build the constraint url string . This reduces repeated code and might help with understanding the codebase for anyone working on issue #164

ocefpaf commented 3 years ago

Thanks @kstonekuan! Small and useful PRs like this one are my favorite!