index
:
PROJ
4.7
4.8
4.9
4.9.2-maintenance
5.0
5.1
5.2
6.0
6.1
6.2
6.3
7.0
7.1
7.2
8.0
8.1
8.2
9.0
azp
backport-2856-to-master
backport-3082-to-9.0
backport-3125-to-9.0
docker-build-updates
emscripten-build
gdalbarn
gh-pages
inverse-fix
iso19111_dev
master
rfc4_dev
Forked from https://github.com/OSGeo/PROJ
Oskari Timperi
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
test
/
unit
Age
Commit message (
Expand
)
Author
2021-09-14
PROJJSON: support additional properties allowed in id object (version, author...
Even Rouault
2021-09-14
Merge pull request #2847 from rouault/spherical_ocentric
Even Rouault
2021-09-08
createOperations(): use an explicit conversion operation for geodetic <--> ge...
Even Rouault
2021-09-08
createOperations(): deal with spherical planetocentric geodetic CRS
Even Rouault
2021-09-07
Support importing/exporting WKT & PROJJSON of 2D axis spherical planetocentri...
Even Rouault
2021-09-07
Fix database access across fork() when SQLite3 doesn't use pread[64]() (fixes...
Even Rouault
2021-09-05
getInsertStatementsFor(): re-order projection parameters according to their c...
Even Rouault
2021-09-03
pj_obj_create(): avoid passing invalid ellipsoid parameters ot pj_calc_ellips...
Even Rouault
2021-09-02
Add proj_create_conversion_pole_rotation_netcdf_cf_convention() to address ne...
Even Rouault
2021-08-27
ESRI WKT: add support for import/export of (non interrupted) Goode Homolosine
Even Rouault
2021-08-26
WKT importer: better detect ESRI WKT on projected CRS (fixes #2822)
Even Rouault
2021-08-26
WKT importer: detect ESRI WKT even when datum name doesn't start with D_ (fix...
Even Rouault
2021-08-20
ConcatenatedOperation::fixStepsDirection(): fix bad chaining of steps when in...
Even Rouault
2021-08-19
BoundCRS: accept importing/exporting in WKT2 and PROJJSON the scope/area/exte...
Even Rouault
2021-08-16
WKT2 import/export: preserve PROJ.4 CRS extension string in REMARKS[] (when t...
Even Rouault
2021-08-16
createOperations(): fix missing deg<-->rad conversion when transforming with ...
Even Rouault
2021-08-16
Implement promoteTo3D() / demoteTo2D() for DerivedGeographicCRS (fixes #2803)
Even Rouault
2021-08-15
formatting fix
Even Rouault
2021-08-15
Add support for Degree Sign on input (#2791)
Brendan Jurd
2021-08-10
Conversion::createUTM(): avoid integer overflow. Fixes https://bugs.chromium....
Even Rouault
2021-07-20
createOperations(): fix SourceTargetCRSExtentUse::NONE mode
Even Rouault
2021-07-14
CMake: remove external nlohmann_json from INTERFACE_LINK_LIBRARIES target
Mike Taves
2021-07-07
createOperations(): make sure to associate an extent to the transform of a CR...
Even Rouault
2021-07-01
test_factory.cpp: fix build, in particular on Alpine Edge (fixes #2759)
Even Rouault
2021-06-19
Database: update to EPSG v10.027
Even Rouault
2021-06-10
BoundCRS::identify(): avoid incompatible transformation for WKT1 / TOWGS84 ex...
Even Rouault
2021-06-03
Check that database connection sharing properly works
Even Rouault
2021-06-03
Make proj_context_set_autoclose_database() a no-op as it would defeat the pur...
Even Rouault
2021-06-03
factory.cpp: preparation steps for global sqlite3* handle, but no functional ...
Even Rouault
2021-06-03
test_c_api.cpp: avoid use of undefined .t component
Even Rouault
2021-05-27
ConcatenatedOperation::fixStepsDirection(): remove recently introdued hack sp...
Even Rouault
2021-05-16
Database: update to EPSG v10.022
Even Rouault
2021-05-12
Fix export of transformation to PROJ string in a particular situation where C...
Even Rouault
2021-05-04
DOC: configure and add spelling wordlist; fix typos, apply Sphinx syntax (#2705)
Mike Taves
2021-04-30
CMake build: add a NLOHMANN_JSON_ORIGIN=auto/external/internal setting allowi...
Even Rouault
2021-04-24
Improvements related to DerivedVerticalCRS using Change Unit and Height/Depth...
Even Rouault
2021-04-24
test: test urn:ogc:def:ensemble: syntax
Even Rouault
2021-04-24
Add proj_get_geoid_models_from_database() (#2681)
Javier Jimenez Shaw
2021-04-23
test_network.cpp: try to fix 'Please include winsock2.h before windows.h' war...
Even Rouault
2021-04-23
test_o.cpp: add more sensical example for DerivedVerticalCRS built from urn: ...
Even Rouault
2021-04-23
Database: update to EPSG v10.019
Even Rouault
2021-04-20
run reformat_cpp.sh to fix some leftovers
Javier Jimenez Shaw
2021-04-20
Revert "proj_create_crs_to_crs_from_pj(): do not use PROJ_SPATIAL_CRITERION_P...
Even Rouault
2021-04-18
Merge pull request #2677 from rouault/change_name_of_urn_combined_references
Even Rouault
2021-04-18
Merge pull request #2676 from rouault/fix_geog_to_geog_deprecated
Even Rouault
2021-04-18
createFromUserInput(): change name of CRS built from URN combined references ...
Even Rouault
2021-04-18
createOperations(): fix Geog to Geog when one is deprecated (fix master regre...
Even Rouault
2021-04-18
Added proj_get_celestial_body_list_from_database (#2674)
Alan D. Snow
2021-04-13
createFromUserInput(): parse compound id with two authorities, like ESRI:1036...
Javier Jimenez Shaw
2021-04-12
Add proj_get_celestial_body_name() and make proj_get_crs_info_list_from_datab...
Even Rouault
[next]