| Age | Commit message (Collapse) | Author |
|
|
|
|
|
extent of their base CRS)
|
|
|
|
(refs #201)
|
|
|
|
|
|
|
|
|
|
projections/ transformations/ tests/ subdirectories
|
|
include proj.h instead
|
|
|
|
|
|
Defining struct pj_opaque with different definitions is a violation
of the C++ One-Definition-Rule. When using link-time optimizations, this
could break badly.
The solution adopted here is to wrap those structures into a C++
anonymous namespace so they are considered different
|
|
|
|
Fixed rHealpix projection, closing #1206.
|
|
Numerical test results based on function output, rather than mathematical derivation. Verified global coverage with graphical eyeballing through cartopy.
|
|
OutputAxisRule::YES
|
|
on projection parameter names
|
|
|
|
We only want to allow angular input to proj, so it shouldn't say that it
doesn't want angular input. Especially when it does so on receiving
non-angular input.
|
|
Fix duplicate expressions in projinfo options parsing
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
proj_destroy_string_list to proj_string_list_destroy for consistency (refs #1198)
|
|
#1198)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
variant B
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|