OpenSky is an open-source airline management simulation currently in development. We are actively seeking aviation enthusiast whom would love to be part of this upcoming project and shape it with us! If you have experience in coding, graphical or game design and feel like you could be an asset to the project, please head over to the contribute page and do not hesitate to jump into our Discord and say hello! We would love to hear your ideas and feedback and are actively collecting them in our forums!
This repository contains the C# code for handling S2 Geometry calculations used in OpenSky, published as a nuget package.
This is a fork from novotnyllc's C# port of Google's S2 Geometry Library from both Java and C++, the aim of this fork is to provide a shared version for both .net 4.8 and 5/6 with some added convinience methods https://github.com/novotnyllc/s2-geometry-library-csharp https://code.google.com/p/s2-geometry-library-java/ https://code.google.com/p/s2-geometry-library/
This library is can be used to create GeoHashes for fast querying. The Java version is used by AWS for GeoSpatial queries in DynamoDB.
S2 uses Hilbert Curves extensivly. For more info, see the original google presentation https://docs.google.com/presentation/d/1Hl4KapfAENAOf4gv-pSngKwvS_jwNVHRPZTTDzXXn6Q/view
Original source code and assets and present in this repository are licensed under the MIT license.