ioos / erddapy

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

Case-insensitive server names #187

Closed callumrollo closed 3 years ago

callumrollo commented 3 years ago

Makes use of server short names case insensitive, so that POLARWATCH, polarwatch and PolarWatch will all point to https://polarwatch.noaa.gov/erddap

As suggested over on gliderpy https://github.com/ioos/gliderpy/issues/38#issuecomment-737178290

callumrollo commented 3 years ago

@ocefpaf Refactored to lower keys at server dict creation. Ready to merge