| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2020-09-02 | Add RFC-6 text | Even Rouault | |
| 2020-09-02 | Doc: document members of C structures generated from Doxygen | Even Rouault | |
| 2020-09-01 | Update docs for 7.1.1 release | Kristian Evers | |
| Conflicts: docs/source/conf.py | |||
| 2020-08-31 | docs: Document missing members of PJ_COORD | Kristian Evers | |
| 2020-08-16 | ENH: Add support for custum CA Bundle path (#2323) | Alan D. Snow | |
| Fixes #2320 | |||
| 2020-08-13 | cs2cs/cct docs: Align versionadded directives correctly for -d option | Kristian Evers | |
| 2020-08-06 | Fix url for CDN GitHub project (#2313) | Javier Jimenez Shaw | |
| 2020-07-03 | Doc: improve cs2cs doc by mentionning possibility to use EPSG CRS names (#2290) | Even Rouault | |
| 2020-07-02 | improve cmake instructions (#2278) | anbj | |
| 2020-07-01 | news.rst: fix version number | Even Rouault | |
| 2020-07-01 | PROJ 7.1.0 NEWS and release notes: add missing mention of +proj=defmodel | Even Rouault | |
| 2020-07-01 | Doc: add alias in pages of transformation methods | Even Rouault | |
| 2020-07-01 | Doc: add projsync info (#2279) | anbj | |
| 2020-07-01 | Update version numbers | Even Rouault | |
| 2020-07-01 | Post release updates (#2270) | Kristian Evers | |
| * Minor updates to HOWTO-RELEASE * Update webpage for 7.1.0 release | |||
| 2020-06-13 | Update code contributor guidelines so they reflect current state of affairs | Kristian Evers | |
| 2020-06-12 | add favicon.png in html | Javier Jimenez Shaw | |
| 2020-06-05 | Doc: use Doxygen output for proj_normalize_for_visualization() to avoid ↵ | Even Rouault | |
| duplication of info (current .rst content is outdated) | |||
| 2020-06-03 | Doc: add specific explanations for lat_ts for +proj=stere, also mentions ↵ | Even Rouault | |
| +lat_0 and +k_0 (#2255) Refs #2254 | |||
| 2020-06-02 | Docs: Use +grids and tif file for deformation examples | Kristian Evers | |
| 2020-05-28 | Implement wink2 inverse by generic inversion of forward method | Even Rouault | |
| - Move the generic method initiated from adams_ws2 to a pj_generic_inverse_2d() method - Use it in adams_ws2 - Use it in wink2 Fixes https://github.com/qgis/QGIS/issues/35512 | |||
| 2020-05-24 | Merge pull request #2230 from rouault/limit_peirce_q_to_northern_hemisphere | Even Rouault | |
| Limit peirce_q to northern hemisphere, and fix images for adams_hemi, guyou and peirce_q | |||
| 2020-05-19 | Zone Definition Fixes for igh_o projection (#2233) | John Krasting | |
| - Central lon for zone 2 should be -d10, not d10 - Extra lobe was missing for zone 11 - New figure generated - New test suite values generated | |||
| 2020-05-19 | Implemented IGH Oceanic View (#2226) | John Krasting | |
| - The current implementation of the Interrupted Goode Homolosine projection emphasizes land area. This is a compliment projection that emphasizes ocean area. - A value of lon0=-160 produces a reasonable real-world map. | |||
| 2020-05-17 | Merge pull request #2206 from rouault/deformation_model_for_merge | Even Rouault | |
| Add a +proj=defmodel transformation for multi-component time-based deformation models | |||
| 2020-05-16 | geodetictiffgrids.rst: update with deformation model | Even Rouault | |
| 2020-05-16 | Add a +proj=defmodel transformation for multi-component time-based ↵ | Even Rouault | |
| deformation models Fixes #1001 Co-authored-by: Chris Crook <ccrook@linz.govt.nz> | |||
| 2020-05-16 | plotdefs.json: update validty area for adams_hemi, guyou and peirce_q, and ↵ | Even Rouault | |
| regenerate associated images | |||
| 2020-05-16 | plot.py: make path to 'proj' executable configurable with PROJ_EXE ↵ | Even Rouault | |
| environment variable | |||
| 2020-05-12 | Merge pull request #2212 from rouault/typo_fixes | Even Rouault | |
| scripts/fix_typos.sh: fix URLs to dictionaries, and fix typos spotted | |||
| 2020-05-09 | scripts/fix_typos.sh: fix URLs to dictionaries, and fix typos spotted | Even Rouault | |
| 2020-05-04 | resource_file.rst: fix link to crs2crsgrid.py [skip appveyor] (#2208) | PROJ-BOT | |
| Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> | |||
| 2020-05-01 | doc: update download and news pages with new releases | Kristian Evers | |
| 2020-04-28 | createFromProjString(): handle default parameters of '+krovak +type=crs', ↵ | Even Rouault | |
| and handle +czech correctly (fixes #2199) (#2200) * createFromProjString(): handle default parameters of '+krovak +type=crs', and handle +czech correctly (fixes #2199) * Doc: add default values for Krovak | |||
| 2020-04-26 | Merge pull request #2196 from kbevers/cs2cs-improve-rs-options | Kristian Evers | |
| Update cs2cs options -r/-s to reflect axis ordering of PROJ >6 | |||
| 2020-04-26 | Update cs2cs options -r/-s to reflect axis ordering of PROJ >6 | Kristian Evers | |
| Originally proposed by Greg Troxel on the mailing list: https://lists.osgeo.org/pipermail/proj/2020-April/009597.html Co-authored-by: Greg Troxel <gdt@lexort.com> | |||
| 2020-04-24 | Doc: fixes for Sphinx 3.0 compat [skip appveyor] (#2191) | Even Rouault | |
| Those changes are also compatible with Sphinx 2.x The use of .. cpp:enumerator:: for a C enum is questionable, but .. c:member:: no longer works in Sphinx 3 for the value of a C enum, but .. c:enumerator:: is Sphinx 3 only ( https://www.sphinx-doc.org/en/master/usage/restructuredtext/domains.html#directive-c-enumerator ) Sphinx 3 is also more strict with the use of cross-reference to C types. It rejects cross-references to things like `` :c:type:`int` `` since this isn't a type we actually define. | |||
| 2020-04-21 | gie: implement a strict mode with <gie-strict> </gie-strict> (fixes #2158) | Even Rouault | |
| In that mode: * All non-comment/decoration lines must start with a valid tag * Commands split on several lines should be terminated with " \" | |||
| 2020-04-20 | Moved proj_context_get_url_endpoint & ↵ | Alan D. Snow | |
| proj_context_get_user_writable_directory to proj.h (#2162) Fixes #2028 | |||
| 2020-04-19 | Update proj.rst | 積丹尼 Dan Jacobson | |
| See https://github.com/OSGeo/PROJ/pull/2164/ | |||
| 2020-04-16 | Merge pull request #2030 from rouault/auto_sel_of_tmerc_alg | Even Rouault | |
| tmerc/utm: add a +algo=auto/evenden_snyder/poder_engsager parameter | |||
| 2020-04-16 | Implement an iterative inverse method for +proj=adams_ws2 | Even Rouault | |
| 2020-04-15 | Merge pull request #2148 from kbevers/add_adams_projections | Kristian Evers | |
| Add square conformal projections from libproject | |||
| 2020-04-15 | Add square conformal projections from libproject | Kristian Evers | |
| This commit adds five new projections to PROJ: adams_hemi: Adams Hemisphere in a Square adams_wsI: Adams World in a Square I adams_wsII: Adams World in a Square II guyou: Guyou peirce_q: Pierce Quincuncial The code originates from Gerry Evendens libproject and has been adapted to work with modern PROJ. To ensure that the modified code works as intended extensive test data has been created using libproject and sproj so that no errors occured when porting from libproject to PROJ. The test data is wrapped in a gie files. All test cases reproduce results from libproject at the mm level. | |||
| 2020-04-15 | tmerc/utm: add a +algo=auto/evenden_snyder/poder_engsager parameter | Even Rouault | |
| The default remains +alg=poder_engsager. This default value can be changed in proj.ini +algo=auto will use Evenden Synder implementation if the error in doing so remains below 0.1 mm on Earth-sized ellipsoid | |||
| 2020-04-12 | Add proj_degree_input() and proj_degree_output() | Kristian Evers | |
| Equivalent to proj_angular_input() and proj_angular_output() but checking for degree units instead. proj_create_crs_to_crs() rarely, if ever, returns pipelines that has radians as input or output so using proj_angular_*() is not a useful check for io units of pipelines. These two new functions should make life a bit easier for users that generally store there angular coordinates in radians. Closes #2027 | |||
| 2020-04-04 | glossary.rst: fix recent typo [skip appveyor] | Even Rouault | |
| 2020-04-04 | Merge pull request #2127 from rouault/projinfo_hide_ballpark | Even Rouault | |
| projinfo: add a --hide-ballpark option | |||
| 2020-04-04 | createOperations(): improve results of compoundCRS to compoundCRS case ↵ | Even Rouault | |
| (fixes #2115) | |||
| 2020-04-04 | Doc: link projinfo to ballpark transformation term | Even Rouault | |
