Geo Tools

A .NET GeoServer client API with minimal dependencies exclusively on standard libraries.

During my master’s thesis project development I wanted to connect GeoServer to a PostgreSQL database during runtime, since the table and schema name wasn’t known beforehand. I found out that there is no official .NET API for the server and the proposed autogenerated OpenAPI project is extremely outdated. Thus, I took it upon myself to write a proper library for GeoServer administration in .NET Standard for anyone to use. Right now the project is temporarily frozen due to lack of personal time, but it will be resumed shortly.