Skip to content

Gnomonic projection fails 'projected points bounded' test #4

Description

@robertkleffner

Fails on seed inputs, uncomment the following test to witness:

//func FuzzGnomonicProjectBounded(f *testing.F) {
//    projectionBoundedFuzz(f, NewGnomonic())
//}

At 0,0 the Gnomonic projection gives some insane values, which is confusing. However, the other problem here is that Gnomonic does not accept all spherical positions as valid inputs; you can only project one hemisphere at a time in the Gnomonic projection, which may be part of the issue here.

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't workingquestionFurther information is requested

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions