aboutsummaryrefslogtreecommitdiff
path: root/docs
AgeCommit message (Collapse)Author
2018-02-02Revert plotdefs.json that was deleted by accident. [skip ci]Kristian Evers
2018-02-02Remove GIGS Python test suite.Kristian Evers
All the GIGS JSON files have been converted to the gie format and are now covered by running "make check". Therefore we no longer need the Python setup. Removing it from the Travis CI setup should speed up the test execution time a bit.
2017-12-03Fixes to geodesic documention:Charles Karney
* replace SVG figure by PNG version, * rewrite maths using :math:, * put references in the main reference section, * reformat references for consistency, * put references in alphabetical order, * use USGS URL for Snyder (1987).
2017-11-27Update documentation on geodesics replacing an ancient page on geodesicCharles Karney
calculations with something more helpful to the beginning user.
2017-11-21Central conic projection (gnomonic) implementation (as 'proj=ccon') (#662)Łukasz Komsta
Central conic projection implemented as 'ccon'.
2017-10-04[docs] Fix link to DockerHubKristian Evers
2017-08-11Uses the mathjax formatting for geodesic equationsLuke Campbell
The equations on the documentation page for geodesics were plaintext formatting and also contained a typo. This patch updates the formatting to use the sphinx supported MathJax syntax and corrects the typo.
2017-08-04Merge pull request #525 from kbevers/betterplotsKristian Evers
Better plots for documentation
2017-08-04Updated figures on most projection doc-pages.Kristian Evers
2017-08-04Optimize and fix errors in plot interpolation.Elliott Sales de Andrade
Use NumPy functions a bit more and avoid using np.append too much. The previous code did not ensure that interpolated points were less than the tolerance apart.
2017-08-04Make better use of numpy and matplotlib.Elliott Sales de Andrade
2017-08-04Specify PROJ_LIB when generating plots.Elliott Sales de Andrade
Otherwise, it will try to use pre-installed data instead of a local copy.
2017-08-04Updated plotting mechanism radically.Kristian Evers
Plotting script is now more flexible and makes it possible to do more elaborate setup of each individual plot. This is done by adding a JSON file that holds a record for each plot in the documentation. A plot can now be restricted to a given bounding box, and there's a choice between plotting as polygons or linestrings, as well as both low and medium resolution data to go choose from. Plots have not been added to the repository yet, they will show up in a later commit although most of the work is done here. Most plots are now done as polygons. Generally speaking the plots that are still based on line data have show some problems when plotted as polygons. There is still an unsolved wrap-around problem that should eventually be fixed. The land.geosjson dataset has been densified manually at the antartic to make sure that the land mass is depicted correctly in projected space.
2017-07-18Added datum grid archive to Download page and updated link on Grids page.Kristian Evers
2017-06-29Get PDF build output with Sphinx healthy (#533)Howard Butler
* Get PDF build output with Sphinx healthy * copy pdf to branch for upload on website
2017-06-29link to Proj.4 mailing list #531 (#532)Howard Butler
2017-02-03Added doc page for Miller projectionjulien2512
2017-02-01Link to the PROJ.4 GitHub site from the frontpage of proj4.orgKristian Evers
2016-12-18Correcting typo in qsc doc pageKristian Evers
2016-12-18Migrated QSC doc page from trac. The text has been restructured to fit ↵Kristian Evers
better with the rest of the Proj.4 documentation.
2016-12-17Migrated Tilted Perspective projection doc page from tracKristian Evers
2016-12-17Migrated Geostationary Satellite View projection from tracKristian Evers
2016-12-17Migrated Natural Earth doc page from tracKristian Evers
2016-12-17Migrated rhealpix documentation from tracKristian Evers
2016-12-17Migrated healpix documentation from tracKristian Evers
2016-12-12Link to NEW for Release Notes.Micah Cochran
2016-12-12Add a scripts/fix_typos.sh script and correct reported errorsEven Rouault
2016-12-07Improved layout in documentation rst-filesjulien2512
2016-12-07Doc page for Gall projectionjulien2512
2016-11-18Updated tpers figure. Uses sensible projection parameters now.Kristian Evers
2016-11-18Updated geos plot. Now uses sensible projection parameters.Kristian Evers
2016-11-16calcofi doc page. Transferred from old website and reworked to fit the new ↵Kristian Evers
documentation format.
2016-11-04Merge pull request #448 from proj4php/eqc-docs-projectionKristian Evers
Eqc projection docs comes from Snyder's.
2016-11-04Added reference to Snyder (PR #447)julien2512
2016-11-04Added Transverse Mercator doc page (PR 437)julien2512
2016-11-03Eqc projection docs comes from Snyder's.julien2512
2016-10-29Hungarian grid moved from non-free to free grids (PR #444)Zoltan Siki
2016-10-20Added a comment about default units for projected coordinatesKristian Evers
2016-10-17Added description of +no_off and +no_uoffKristian Evers
2016-10-15Added link to British OSTN15 gridKristian Evers
2016-10-09add a copy of Snyder to the proj.4 repository and use it in doc referencesHoward Butler
2016-10-03Cass docs Steers1970 reference @kbeversjulien2512
2016-10-03Cass docs update @kbevers @QuLogic #422julien2512
2016-09-30Cassini projection docs (first try)julien2512
2016-09-28Minor corrections to eqc docsKristian Evers
2016-09-28Merge pull request #415 from proj4php/eqc-docs-projectionKristian Evers
eqc documentation matching template (version 3)
2016-09-22Created 'Development' section in docs.Kristian Evers
2016-09-16eqc doc mathematical section update for parametersjulien2512
2016-09-16update eqc projection docs with @kbevers @QuLogic commentsjulien2512
2016-09-16eqc documentation matching template (version 3)julien2512