I believe over time Microsoft have developed suite tools for handling GIS and spatial information (otherwise they would not deliver the services they have). One thing I found a bit odd is the current Bing Maps client is really powerful with the Spatial Math library in combination with services and the new routing API. But there are not so many tools on the server. Of course there is SQL Server and the library Microsoft.SqlServer.Types. Developing server side GIS with .Net you will probably end up with ESRI or NetTopology Suite (NTS), a powerful open source library).
But I believe there is room and a need for yet another library. For example:
- Test geometry generator, create test geometries
- IO, various formats.
- Spatial Math
- Geometry compression
Above are all low hanging fruit. In fact all of them are in Bing Maps client.
What if just the functions in Bing Maps client would also be available server side? That would include all four points above. Or what if just the Spatial Math library would be available as a NPM package? Or even a Nuget package and expand from that?
Inga kommentarer:
Skicka en kommentar