ioos / erddapy

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

use url for hashing instead of inputs #335

Closed ocefpaf closed 6 months ago

ocefpaf commented 6 months ago

When variables of constraints are empty the current hashing mechanisms will fail, sorry @callumrollo I sent you in a rabbit hole there. However, we can rely on sorted ERDDAP URLs for hashing. This is not ready for merging yet b/c I want to add some tests but let me know what you think.