While OBS_GetAvailableNumerators and OBS_GetAvailableDenominators return a JSONB column with their tag information, OBS_GetAvailableGeometries does not.
This is a problem because we have interfaces that could take advantage of those tags to provide guidance on which region to choose based off of geometry data.
To fix this will also involve a fix to the DS wrappers with an update to the RETURN table schema.
We should likely prioritize fixing this before the new UI is released, as right now we still have no users using OBS_GetAvailableGeometries (as docs haven't even been released yet).
While
OBS_GetAvailableNumerators
andOBS_GetAvailableDenominators
return aJSONB
column with their tag information,OBS_GetAvailableGeometries
does not.This is a problem because we have interfaces that could take advantage of those tags to provide guidance on which region to choose based off of geometry data.
To fix this will also involve a fix to the DS wrappers with an update to the RETURN table schema.
We should likely prioritize fixing this before the new UI is released, as right now we still have no users using
OBS_GetAvailableGeometries
(as docs haven't even been released yet).