aboutsummaryrefslogtreecommitdiff
path: root/docs/source/resource_files.rst
AgeCommit message (Collapse)Author
2022-02-12proj.ini: add a 'ca_bundle_path' variableEven Rouault
Cf thread https://lists.osgeo.org/pipermail/gdal-dev/2022-February/thread.html#55391
2022-02-07Doc: fix example whith used the +t_obs parameter of Helmert removed per #1264Even Rouault
2022-02-04DOC: remove content for Autotools; assume CMake onlyMike Taves
2021-12-01Fix path for crs2crs2grid.pyGokul Ganesan
2021-06-04Update link to dutch coord transform website.Roel van den Berg
2021-05-04DOC: configure and add spelling wordlist; fix typos, apply Sphinx syntax (#2705)Mike Taves
2021-02-07Merge pull request #2476 from rouault/fix_2399Kristian Evers
Add build time option to make PROJ_LIB env var tested last (fixes #2399)
2020-12-16Fix typos in resource_files.rstGuillaume Lostis
2020-12-02Add build time option to make PROJ_LIB env var tested last (fixes #2399)Even Rouault
If PROJ is built with the PROJ_LIB_ENV_VAR_TRIED_LAST CMake option / --enable-proj-lib-env-var-tried-last configure switch, then the hard-wired path ($prefix/share/proj) will be tried before looking at the environment PROJ_LIB.
2020-05-12Merge pull request #2212 from rouault/typo_fixesEven Rouault
scripts/fix_typos.sh: fix URLs to dictionaries, and fix typos spotted
2020-05-09scripts/fix_typos.sh: fix URLs to dictionaries, and fix typos spottedEven Rouault
2020-05-04resource_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-04-15tmerc/utm: add a +algo=auto/evenden_snyder/poder_engsager parameterEven 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-03-17Align install.rst with current version (#2075)Kristian Evers
Using {PROJVERSION} and {PROJDATAVERSION} substitutes the macro for the current version numbers of PROJ and PROJ-data. Rephrased a few sections regarding grid packages. Closes #2072 Co-authored-by: Mike Taves <mwtoews@gmail.com>
2020-03-06Typo fixes identified by scripts/fix_typos.shEven Rouault
2020-02-11Use relative directory to locate PROJ resource files.Even Rouault
Fixes #1490 This is an extension of the Window-specific logic added recently to Unix builds. This reuses parts of proposed past commit https://github.com/OSGeo/PROJ/pull/1517/commits/82a07e51c6e24ddb936d131ababe29f1ac36ef14 (credits to @abellgithub)
2020-01-22Merge RFC4 (#1865)Even Rouault
This commit is the result of the squashing of rfc4_dev branch in a single commit. It implements mostly RFC 4 related work. * Grid handling: - remove obsolete and presumably unfinished implementation of grid catalog functionality - all grid functionality is in grids.cpp/.hpp - vertical and horizontal grid shift: rework to no longer load whole grid into memory - remove hgrids and vgrids member from PJ structure, and store them in hgridshift/vgridshift/deformation structures - build systems: add optional libtiff dependency. Must be explicitly disabled if not desired - add support for horizontal and vertical grids in GeoTIFF, if libtiff is available - add GenericShiftGridSet and GenericShiftGrid classes, relying on TIFF grids, that can be used for generic purpose grid-based adjustment - add a +proj=xyzgridshift method to perform geocentric translation by grid. Used for French NTF to RGF93 transformation using gr3df97a.tif grid - deformation: add support for +grids= for GeoTIFF grids - horizontal grid shift: fix failures on points slightly outside a subgrid (fixes #209) * File management: - add a filemanager.cpp/.hpp to deal with file related work - test for legacy proj_api.h fileapi - proj.h: add proj_context_set_fileapi() and proj_context_set_sqlite3_vfs_name() (fixes #866) - add capability to read resource files from the user writable directory * Network access: - build systems: add optional curl dependency - add a curl-based default implementation for network related functionality - proj.h: add C API to control network functionality, and optionaly provide network callbacks - add data/proj.ini with default settings - add a SQLite3 local cache of downloaded chunks - add proj_is_download_needed() and proj_download_file() * Use Win32 Unicode APIs and expect all strings to be UTF-8 (fixes #1765) For backward compatibility, if PROJ_LIB content is found to be not UTF-8 or pointing to a non existing directory, then an attempt at interpretating it in the ANSI page encoding is done. proj_context_set_search_paths() now assumes strings to be in UTF-8, and functions returning paths will also return values in UTF-8.
2019-12-25Doc: resource_files.rst: s/dictionaries/directoriesEven Rouault
2019-12-01Doc: resource_files.rst: remove mentions of no longer existing esri, epsg ↵Even Rouault
and IGNF init-files
2019-12-01Doc: resource_files.rst: document recent Win32 specific addition ↵Even Rouault
(https://github.com/OSGeo/PROJ/pull/1755) regarding how resource files are looked for
2019-12-01Doc: resource_files.rst: document where resource files are looked for ↵Even Rouault
(without recent Win32 specific addition)
2019-11-30[Docs] Minor changes regarding datumgrid pages (#1751) (#1760)Jeff McKenna
Update README, install.rst and resource_files.rst
2019-11-29Doc: clarifications regarding grid packages (fixes #1751)Even Rouault
- Content partly borrowed from @kbevers ' suggestions of https://github.com/OSGeo/PROJ/issues/1751#issuecomment-558976968 - Remove mention about Swiss grids. Included in the europe package - Remove section about HARN / HPGN grids. Those have been included in the north-america package, and there is no longer any point in mentionning the particularities of how ancient ones had to be used with PROJ.4 - Remove section about obsolete proj_defs.dat
2019-09-17Update link to Austrian grid files. Fixes #1546Kristian Evers
2019-06-21Use HTTPS URLs for download.osgeo.orgPaul Menzel
Change all occurrences with the command below. git grep -l http://download.osgeo.org/ | xargs sed -i 's,http://download.osgeo.org/,https://download.osgeo.org/,g' Fixes: https://github.com/OSGeo/PROJ/issues/1521
2019-06-05Update GitHub references: proj.4 -> PROJMike Taves
2019-05-30Add information about proj.db. (#1491)Andrew Bell
2019-04-20Docs: Update link to Dutch grid filesKristian Evers
Closes #1435
2018-12-27Remove proj_def.dat (fixes #201)Even Rouault
2018-10-28Remove British grids from non-free section of docsKristian Evers
Closes #1159
2018-09-18alphabetize titles in 'Non-Free Grids' section (content unchanged)Mike Toews
2018-09-18Remove free grids from 'Non-Free Grids' sectionMike Toews
These are included with proj-datumgrid: - Australia - Canada: ntv2_0.gsb - Germany: BETA2007.gsb
2018-08-21[BREAKING] Hermert: add +convention=position_vector/coordinate_frame, ↵Even Rouault
forbids +transpose (fixes #1091) As identified in #1091, Helmert implementation in PROJ 5.0 and 5.1 is confusing. It happens that by default it used the coordinate_frame convention, contrary to the position_vector convention used traditionaly for +towgs84. The documentation of Helmert was also wrongly specifying that the default convention was position_vector. This commit: - bans the confusing +transpose parameter - removes the concept of a default convention, since in practice both are equally found, and requires +convention as soon as a rotational term parameter is present. For translation only, convention is ignored and optional, as having no effect. - fixes all the identified uses of proj=helmert in code, doc and tests This is obviously a breaking change: - users will have to adapt their pipeline expressions - in particular, init files that would use helmert must be adapted However, as designed, the break will be explicit, and not silent.
2018-05-24Docs: fix wrong spelling of t_obs and t_epochEven Rouault
2018-05-12Improve PDF generation of docsKristian Evers
Removed content sections from a bunch of pages since they clutter up the PDF output and the same info is available in the sidebar of the webpage. A few sections has been turned of for the PDF output, most notable the front page of the webpage. It doesn't really fit in the PDF.
2018-05-01Fix bad formattingKristian Evers
2018-03-18Add documentation for the gie programKristian Evers
2018-03-06fix a few typos (again)Mike Toews
2018-02-28Move 'Coordinate operations' to top level of docs [skip ci]Kristian Evers
2018-02-28Fix links in doc pages [skip ci]Kristian Evers
2018-02-28Add section on PROJ resource files to docs [skip ci]Kristian Evers
Added new section on PROJ resource files to the top level of the documentation. Moved information on init-file from the 'usage' chapter to the new section. Also moved pages on grids and HTPD to the new resource files section. Finally links and information on the new regional datumgrids packages is added.