SQL Server STIntersects returning wrong results
The problem I am using Azure SQL Database to store tables that have geography data types. In one of these tables, I have geographies of type Polygon and Multipolygon. I have inserted my data from a pandas DataFrame using the geometry’s wkt and then geography::STGeomFromText(?, 4326)). I have verified that I can query my data […]