CoordinateSharp
CoordinateSharp copied to clipboard
A library designed to ease geographic coordinate format conversions, and determine sun/moon information in C#
I work with geo-data that is in UTM 36N, but I need to sync this data to a map that uses EPSG:3857 (Web Mercator projection). EPSG:3857 is the projection that...
**How Are You Using CoordinateSharp?** This library took a lot of effort to make, and takes a lot of effort to maintain. It's done so completely for the good of...
**Describe the bug** Unable to detect sunrise in circumpolar region during shallow transit at specific location/date. **To Reproduce** Using N 76, E 45 on 2021-APR-24 UTC Solar algorithms do not...
**Is your feature request related to a problem? Please describe.** This request is not part of a problem with CoordinateSharp, it is simply to add support for GEOREF https://en.wikipedia.org/wiki/World_Geographic_Reference_System **Describe...
I have some ECI data in .17col format that I need to convert to lat, long, alt. I was able to do this in Python, but that forces me to...
Version 2.23.1.1 released a `Desifiy()` method within the `GeoFence` class that can apply densification techniques to a geofence. The method currently does not allow users to specify earth shape however....
Add `MoonAge` property to `MoonIllum` `MoonAge = MoonPhase x 29.53` https://dotnetfiddle.net/Yd9TOW
Time At Altitude methods do not perform well when negative altitudes are specified. This is a known limitation, however documentation is lacking. Update documentation to make clear this limitation.
**Is your feature request related to a problem? Please describe.** It would be nice to have a convenience feature to have a GeoFence.Point (or GeoFence.RightHandPoint) that would provide 'longitude, latitude'...