Posts Tagged "lga"
-
Loading Spatial Data into Azure SQL Part 3
Continuing on with my work in querying spatial data in Azure SQL, I got stuck on the creation of a spatial index, which has been pointed out as being essential to the performance of an application...
-
Loading Spatial Data into Azure SQL Part 2
I left off my last post uploading the polygons to Azure SQL, which took just a few hours. My next step was to be able to retrieve the LGA (LGA name) from the database, given a set of coordinates. T...
-
Loading Spatial Data Into SQL Azure Part 1
I'm currently working on a university project in which we have elected to use a client-server architecture with an Android app on the front end and a web API working as the backend server. This serv...