| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2016-11-17 | Updated CMakeLists to only set the debug postfix if the target is being built. | Tom Fili | |
| 2016-11-12 | Pipeline plus api - in continuation of the Genereic Coordinates pull request ↵ | Thomas Knudsen | |
| (#445) This commit reflects continued work on the new rationalized API with geodetic extensions (see rationale in proj.h). It also reflects the parallel work on the transformation pipeline reimplementation, by introducing the PJ_cart cartesian/ellipsoidal converter. See example/pj_obs_api_test.c for demo example code | |||
| 2016-11-08 | Fixing both scaling and wrap-around issues mentioned in #166 | Kristian Evers | |
| 2016-10-24 | Generic coordinates (#431) | Thomas Knudsen | |
| * Pipeline preliminaries Introducing the PJ_OBSERVATION data type as the basis for generic geodetic transformations. Also introducing the elements of a new minimalistic API focused on generic geodetic transformations. This API is documented in the new proj.h header, and is orthogonal (non-intrusive) wrt. the existing API from proj_api.h Finally added a large amount of comments to the somewhat intractable projects.h, and extended the PJ object with a number of additional ellipsoidal parameters of general geodetic usefulness. The PJ elements fwdobs and invobs extend fwd3d and inv3d in a homologous way to how fwd3d and inv3d extend fwd and inv. | |||
| 2016-10-20 | Fixes #138 (spherical tmerc with negative northing gives inverted latitude) | Kristian Evers | |
| 2016-10-19 | Fix 'Internation' typo, replace with 'International' (to match PJ_imw_p.c). | Bas Couwenberg | |
| 2016-10-19 | Incorrect formula used, changed to comply with Snyder and other sources. ↵ | Kristian Evers | |
| Fixes #331 | |||
| 2016-10-19 | Reverting to behaviour of previous version of pj_inv(). Definitions of false ↵ | Kristian Evers | |
| easting/northing in nad/epsg are all given in meters. So in this case a consistent interface (everything is in the same units) does more harm than good. | |||
| 2016-10-18 | Convert units for false northing/easting. Fixes #186. | Kristian Evers | |
| 2016-10-18 | Allow +alpha=0 and +gamma=0 when using omerc. Applied fix proposed in #195. | Kristian Evers | |
| 2016-10-18 | Adjusted coefficient from 1574 to 1575. Changed on basis of #174 which ↵ | Kristian Evers | |
| refers to the original paper the code is based on. | |||
| 2016-10-18 | Fixes #162. Latitude origin was erroneously set to -39 instead of 39. ↵ | Kristian Evers | |
| Updated origin confirmed in Snyder p.209. Self-test data was based on bad implementation and has been recalculated. | |||
| 2016-10-18 | fixes issue #161 [alsk - Inverse problem at the origin long/lat (-152,64)] | Kristian Evers | |
| 2016-10-18 | Fixed issue #194 (Bug with the stereographic projection at equator) that ↵ | Kristian Evers | |
| multiplied equatorial coordinates by 2 | |||
| 2016-10-14 | Replace calls to fabls with fabs (not using long doubles anyway). Fixes #426. | Kristian Evers | |
| 2016-10-09 | Use more consistent description for sch projection. | Bas Couwenberg | |
| 2016-09-01 | apply patch for #406 to improve Aitoff performance in some situations | Howard Butler | |
| 2016-08-22 | Changed self-test build behaviour from opt-out to opt-in | Kristian Evers | |
| 2016-08-21 | Merge pull request #399 from kbevers/non-computable-init-healpix | Howard Butler | |
| Eliminate load time non-computable initializers in healpix | |||
| 2016-08-21 | Merge pull request #400 from kbevers/times-projection | Howard Butler | |
| Implementation of Times projection | |||
| 2016-08-18 | whitespace normalization for proj 4.9.3RC3 | Howard Butler | |
| 2016-08-16 | fix incorrect Makefile.am definition in de19a33f3003ec4a2c32e40f8421c7fbefbd6e94 | Howard Butler | |
| 2016-08-16 | add bin_geodtest.cmake and geodtest.c to distribution | Howard Butler | |
| 2016-08-15 | increment version numbers for 4.9.3RC1 | Howard Butler | |
| 2016-07-28 | Implemented Times projection | Kristian Evers | |
| 2016-07-14 | Suppressed warning about redefining MUTEX_win32 | Kristian Evers | |
| 2016-07-13 | Cosmetic changes to improve readability | Kristian Evers | |
| 2016-07-13 | Fixed a few errors that occured during refactoring | Kristian Evers | |
| 2016-07-13 | Eliminated load time non-computable initializers in healpix | Kristian Evers | |
| 2016-06-14 | Merge pull request #395 from kbevers/better-test-data | Kristian Evers | |
| Better test data for gs48, gs50 and alsk | |||
| 2016-06-14 | Merge pull request #385 from kbevers/krovak-without-C_x | Kristian Evers | |
| Complete overhaul of Krovak projection code (was "Remove unused C_x parameter from krovak projection.") | |||
| 2016-06-13 | Adjusted xy tolerances for alsk, gs48 and gs50 a bit | Kristian Evers | |
| 2016-06-13 | New test data for gs48, gs50 and alsk which is inside the defined areas for ↵ | Kristian Evers | |
| the given projections. Also fixed spelling error in header. | |||
| 2016-06-10 | Make proj -VC selftest return exit code of number of test failures. | Micah Cochran | |
| 2016-06-08 | Added +ellps argument to self-test call since it might be the reason the ↵ | Kristian Evers | |
| self-test fails on travis | |||
| 2016-06-07 | Complete overhaul of Krovak projection. Remove unused and duplicate code. ↵ | Kristian Evers | |
| Using standard variables from P and added an opaque object to P which has shared values used both in forward and inverse calculations. Added more background information to comments. | |||
| 2016-05-31 | correct M_PI_HALFPI value | Micah Cochran | |
| last digit changed to 9 | |||
| 2016-05-28 | Change math constants, similar to PR #372. Use M_ namespace with the de ↵ | Micah Cochran | |
| facto standard M_PI and its ilk. Change names that are widely used in the project to be in the M_ namespace, so HALFPI becomes M_HALFPI. HALFPI is #defined as M_PI_2 (the defacto standard name). #defines _USE_MATH_DEFINES for MS Visual Studio (I didn't personally test this part, but Appveyor will not build otherwise). | |||
| 2016-05-24 | Removed unused opaque object (the only parameter, C_x, never used) | Kristian Evers | |
| 2016-05-23 | Make nad2bin output reproducible. | Bas Couwenberg | |
| Init CTABLE.id char[80] variable with zeroes, so that nad2bin output does not depend on memory state before call, and hence be reproducible. | |||
| 2016-05-19 | Removed a few superfluous assignments and an erroneously committed file | Thomas Knudsen | |
| An intermediate file, PJ_etmerc.c, was mistakenly committed in 1b17a573ffb07e9565e0df296e2a3a21bce8e971 P->pfree and P->descr were being identically reinitialized in a few of the first files converted - and in the last: proj_etmerc.c | |||
| 2016-05-18 | Adding a missing #endif | Thomas Knudsen | |
| PJ_aea.c lost one line too many when removing the final stubs in the previous commit. | |||
| 2016-05-18 | Refactoring and adding self test for the last two projections | Thomas Knudsen | |
| etmerc and utm completes the elimination of the ENTRYx style macros. | |||
| 2016-05-11 | removing erroneously added file | Thomas Knudsen | |
| warnings.pj was recently added by mistake | |||
| 2016-05-11 | Yet another round of minor corrections | Thomas Knudsen | |
| A few args had gone missing in the test setups for lagrng, ob_tran, omerc, mod_ster. A mixed declarations and code case corrected in proj_rouss A missing include added to test228.c | |||
| 2016-05-11 | P->e was inadvertently changed to Q->E by a too aggressive search/replace ↵ | Kristian Evers | |
| manoeuvre | |||
| 2016-05-11 | Portability cleanups for the code in PR #6 (and a few additional source files) | Thomas Knudsen | |
| Eliminated mixed code and declarations, converted C++ style comments and probably did a few more things highlighted by running gcc with the "-W -Wall -Wextra -pedantic" flags | |||
| 2016-05-04 | Expanded SPECIAL macro | Kristian Evers | |
| 2016-05-04 | Eliminating compile warnings | Kristian Evers | |
| 2016-05-04 | Converted sch | Kristian Evers | |
