| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2020-10-24 | triangulation.schema.json: add an 'extent' member | Even Rouault | |
| 2020-10-24 | Database: move NZGD2000 deformation model from customizations.sql to new ↵ | Even Rouault | |
| other_tranformation_custom.sql | |||
| 2020-10-24 | grid_checks.py: rename variables / messages to proj-data | Even Rouault | |
| 2020-10-24 | Merge pull request #2393 from hernando/japanese-geoid | Even Rouault | |
| Added transformation from JGD2011 Geographic 3D to JGD2011 height using GSIGEO2011 | |||
| 2020-10-24 | Added transformation from JDG2011 geog 3D to JGD2011 height using GSIGEO2011 | Juan Hernando | |
| 2020-10-24 | Sort grid_alternatives.sql by agency alphabetically | Juan Hernando | |
| 2020-10-23 | Merge branch 'master' of github.com:OSGeo/PROJ | Charles Karney | |
| 2020-10-23 | Minor fixes to tmerc documentation | Charles Karney | |
| 2020-10-23 | Merge pull request #2392 from rouault/fi_nls_tins | Even Rouault | |
| Database (and tweaks in core): Add Finland tinshift operations | |||
| 2020-10-23 | Database: add Finland tinshift operations | Even Rouault | |
| 2020-10-23 | PROJStringFormatter::getUsedGridNames(): recognize +file= parameter of ↵ | Even Rouault | |
| operation +proj=tinshift | |||
| 2020-10-23 | Add logic to handle interpolationCRS in PROJBasedOperation and ↵ | Even Rouault | |
| ConcatenatedOperation | |||
| 2020-10-23 | Database: add interpolation_crs_auth_name and interpolation_crs_code columns ↵ | Even Rouault | |
| to other_transformation table | |||
| 2020-10-23 | Merge pull request #2388 from cffk/merc-doc-update | Charles Karney | |
| Improve the documentation for the Mercator projection | |||
| 2020-10-23 | merc.rst: change "origins from 15th cent" to 16th cent. | Charles Karney | |
| 2020-10-23 | AuthorityFactory::createCoordinateOperation(): correctly compute accuracy of ↵ | Even Rouault | |
| concatenated operation when there is a conversion step | |||
| 2020-10-23 | Merge pull request #2390 from rouault/db_interleave_usage | Even Rouault | |
| Database: for clarity, put usage records after the object they are for | |||
| 2020-10-23 | Database: for clarity, put usage records after the object they are for | Even Rouault | |
| 2020-10-23 | Merge pull request #2389 from rouault/wkt_parse_implict_compound_crs_esri | Even Rouault | |
| WKT1_ESRI: fix import and export of CompoundCRS | |||
| 2020-10-23 | WKT1_ESRI export: try to export Geographic3D and Projected3D CRS when we can ↵ | Even Rouault | |
| find a corresponding ellipsoidal vertical datum | |||
| 2020-10-23 | Database: import ESRI VERTCS that uses a (geodetic) datum to express ↵ | Even Rouault | |
| ellipsoidal height | |||
| 2020-10-23 | WKT1_ESRI export: generate VERTCS[...,DATUM[...,SPHEROID[]] syntax when ↵ | Even Rouault | |
| ellipsoidal height is found | |||
| 2020-10-22 | WKT1_ESRI export: export CompoundCRS as PROJCS[...],VERTCS[...] or ↵ | Even Rouault | |
| GEOGCS[...],VERTCS[...] | |||
| 2020-10-22 | WKT parser: accept ESRI VERTCS[...,DATUM[...,SPHEROID[]] syntax to express ↵ | Even Rouault | |
| ellipsoidal heights | |||
| 2020-10-22 | merc.rst: revert to ln instead of log. | Charles Karney | |
| Also define merc (resp. tmerc) as the conformal projection in which the equator (resp. a chosen meridan} projects to a straight line at constant scale. | |||
| 2020-10-22 | WKT parser: accept implicit compoundCRS from ESRI WKT, like ↵ | Even Rouault | |
| "PROJCS[...],VERTCS[...]" | |||
| 2020-10-22 | WKTParser::createFromWKT(): minor adjustement for DATUM[],PRIMEM[] constructs | Even Rouault | |
| The WKT parser on the second part was called with "RIMEM[...]" (leading P skipped), which has no visible consequence, as we didn't care about the actual value of the keyword due to how we used it. But this is better fixing that. Only applies to recent master changes. | |||
| 2020-10-22 | Flesh out the documentation for Mercator | Charles Karney | |
| This addresses item 1 in issue #2387 Things to note: * I made "editorial" changes to the text. The virtues and vices of Mercator are a hot topic. So check these out. (I judged that the text I replaced to be pretty misleading.) * I include the radius of the sphere/ellipsoid in the formulas (and I did this also for my mods for tmerc documentation). Surely this is better than leaving the reader to figure out how this is introduced. * I include the "old-style" (ca 18th century) formulas and the newer ones in terms of hyperbolic functions. The former may be the familiar ones, but the latter are better for computation (more succinct, more accurate, faster, preserve parity). * For the inverse ellipsoidal transformation, I just say that the formula for psi is inverted iteratively. This is probably sufficient, but it could be expanded later. | |||
| 2020-10-21 | Merge pull request #2386 from rouault/improve_compoundcrs_identification | Even Rouault | |
| Improve CompoundCRS identification and name morphing in VerticalCRS with ESRI WKT1 | |||
| 2020-10-20 | VerticalCRS: morph CRS and datum name using ESRI aliases on import from / ↵ | Even Rouault | |
| export to WKT1:ESRI | |||
| 2020-10-20 | Improve identification of compound CRS from ESRI WKT1, and for compound CRS ↵ | Even Rouault | |
| whose result is not in the DB but whose horiz and vertical parts are known | |||
| 2020-10-20 | projinfo: make '-q -o WKT1:ESRI' work | Even Rouault | |
| 2020-10-20 | Orthographic projection: do not add f=0 to PROJ string if the ellipsoid is a ↵ | Even Rouault | |
| sphere (fixes GDAL PDS4 tests) | |||
| 2020-10-20 | test_c_api.cpp: reformat | Even Rouault | |
| 2020-10-20 | Merge pull request #2363 from rouault/reactivate_s390x | Even Rouault | |
| .travis.yml: re-enable s390x and add arm64 | |||
| 2020-10-19 | C API: add proj_context_clone() (#2383) | Alan D. Snow | |
| Fixes #2382 | |||
| 2020-10-18 | Document the default poder_engsager algorithm for tmerc. (#2379) | Charles Karney | |
| * Document the default poder_engsager algorithm for tmerc. * Give exact expression for phi' in terms of phi * Aadd another datapoint on range of applicability + explanation for complex numbers. * Update tmerc figure with one reflecting poder/engsager algo. Courtesy of @hobu. Co-authored-by: Charles Karney <charles.karney@sri.com> | |||
| 2020-10-18 | Merge pull request #2381 from rouault/fix_1453 | Even Rouault | |
| Add multi-line PROJ string export capability, and use it by default in projinfo (unless --single-line is specified) (fixes #1543) | |||
| 2020-10-17 | CompoundCRS with ellipsoidal height: make sure the vertical axis has ↵ | Even Rouault | |
| 'ellipsoid height' as name and 'h' as abbreviation | |||
| 2020-10-16 | travis/install.sh: make output less verbose to hopefully avoid log size ↵ | Even Rouault | |
| limitation on Mac | |||
| 2020-10-16 | projinfo: restrict PROJ multiline output to coordinate operations only | Even Rouault | |
| 2020-10-16 | projinfo.rst: fix typo | Even Rouault | |
| 2020-10-16 | Add multi-line PROJ string export capability, and use it by default in ↵ | Even Rouault | |
| projinfo (unless --single-line is specified) (fixes #1543) | |||
| 2020-10-16 | Merge pull request #2370 from rouault/epsg10 | Even Rouault | |
| Update to EPSG 10.003 and make code base robust to dealing with WKT CRS with DatumEnsemble | |||
| 2020-10-15 | Merge pull request #2378 from rouault/enable_gigs_5104 | Even Rouault | |
| test/gigs: 5104 is passing now. Enable it | |||
| 2020-10-15 | test/gigs: 5104 is passing now. Enable it | Even Rouault | |
| 2020-10-14 | Plot building Github Action (#2377) | Howard Butler | |
| * implement conda package building * paths * need libtool * PLATFORM check * point to my PROJ feedstock for now * point to PROJ repos * plot building and artifact upload * syntax * add proj conda package for plotting * retab * no doxygen * syntax * update docs Makefile * doc building * needs * consolidate doc/plots * plot updates * put updated plot output into docs * register spelling module * use v2 download-artifact * artifact upload | |||
| 2020-10-14 | Add Conda package GitHub Action (#2373) | Howard Butler | |
| * implement conda package building * paths * need libtool * PLATFORM check * point to my PROJ feedstock for now * point to PROJ repos | |||
| 2020-10-11 | C API: add proj_dynamic_datum_get_frame_reference_epoch() | Even Rouault | |
| 2020-10-11 | Database query: add ↵ | Even Rouault | |
| AuthorityFactory::ObjectType::DYNAMIC_GEODETIC_REFERENCE_FRAME and DYNAMIC_VERTICAL_REFERENCE_FRAME, and make corresponding C API work | |||
