PyOData nightmare with Seattle Open Data
Explanation why one is not able to use PyOData (from SAP) to query Seattle’s open data Here I demonstrate why trying to use PyOData library (from SAP) to query the Seattle open data’s OData endpoint is going to give you nightmares. The PyOData library seems to make the assumption that the XML atom title and href have the same value (which is the case with the Northwind example dataset), however, Seattle’s open data OData endpoint assigns a unique SODA identifier as the href and use the atom title to document the dataset name. ...