| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2020-10-25 | Add +proj=col_urban projection, implementing a EPSG projection method used ↵ | Even Rouault | |
| by a number of projected CRS in Colombia (fixes #589) | |||
| 2020-10-25 | Fix typos spotted by scripts/fix_typos.sh | Even Rouault | |
| 2020-10-23 | Minor fixes to tmerc documentation | Charles Karney | |
| 2020-10-23 | merc.rst: change "origins from 15th cent" to 16th cent. | Charles Karney | |
| 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 | 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-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-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-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-09-30 | Merge pull request #2361 from rouault/ortho_ellipsoidal | Even Rouault | |
| Implement ellipsoidal formulation of +proj=ortho (fixes #397) | |||
| 2020-09-30 | Merge pull request #2344 from rouault/tinshift | Even Rouault | |
| Add a +proj=tinshift for triangulation-based transformations | |||
| 2020-09-30 | Add a +proj=tinshift for triangulation-based transformations | Even Rouault | |
| Implements RFC-6 | |||
| 2020-09-26 | Implement ellipsoidal formulation of +proj=ortho (fixes #397) | Even Rouault | |
| - Map ESRI 'Local' to +proj=ortho when Scale_Factor = 1 and Azimuth = 0 - Map ESRI 'Orthographic' to a PROJ WKT2 'Orthographic (Spherical)' which maps to +proj=ortho +f=0 to froce spherical evaluation | |||
| 2020-09-22 | update Dockerfile for osgeo/proj-docs to include spell checking | Howard Butler | |
| 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 | |||
