Ryan Malloy c2d54e7d59 Fix redundant except clause: ValueError is subclass of Exception
except (ValueError, Exception) was redundant since ValueError
already inherits from Exception. Simplified all 3 occurrences in
the bbox resolution error handlers.
2026-02-18 18:15:41 -07:00
Description
FastMCP server for NASA Global Imagery Browse Services (GIBS)
MIT 2.9 MiB
Languages
Python 100%