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 making use of any kind of spatial data. This much is obvious, since the...
-
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. This is a fairly easy task with the cool spatial datatypes...
-
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 server is being run on Azure's App Service as a .NET Web API project (since...