Revisions of proj

buildservice-autocommit accepted request 1135767 from Dirk Mueller's avatar Dirk Mueller (dirkmueller) (revision 11)
baserev update by copy to link target
Dirk Mueller's avatar Dirk Mueller (dirkmueller) committed (revision 10)
- update to 9.3.1:
  * Update to EPSG 10.098 (#3968)
  * Update ESRI objects to v3.2.0 (#3944)
  * ITRF2008: fix wrong sign for 'dry' parameter of EURA and
    EURA_T  (#3870)
  * Fix build error with MSVC 2019 in /std:c++20 on
    NN_NO_CHECK() (#3872)
  * ESRI WKT import: normalize GCS_unknown to unknown and
    D_unknown to unknown (#3874)
  * CoordinateOperationFactory: deal with CompoundToCompound
    with a horizontal similarity transformation and a ballpark
    vertical (#3881)
  * Ellipsoid::_isEquivalentTo(): fix so that an ellipsoid of
    semi-major axis A (and non-zero inv flattening) isn't
    equivalent to a sphere of radius A (#3882)
  * isEquivalentTo(): make a datum name 'unknown' equivalent
    to another one (#3883)
  * cs2cs: fix handling of input coordinates in grad (#3886)
  * Make setargv.obj available on Universal Windows Platform
  * Allow opening proj.db with a URI (#3892)
  * createOperations(): fix GeogCRS 3D with TOWGS84 to
    geocentric CRS (#3915)
  * Fix test suite so that it can pass with ENABLE_TIFF=OFF
  * GeographicBoundingBox::intersects(): avoid infinite
    recursion and stack overflow on invalid bounding boxes (#3919)
  * Fix importing '+proj=topocentric ... +type=crs' by using a
    geocentric CRS as the base CRS (#3924)
  * Allow LOCAL_CS with 3 axes (#3928)
  * WKT1 parser: in non-strict mode, accept missing UNIT[] in
    GEOGCS, GEOCCS, PROJCS and VERT_CS elements (#3933)
buildservice-autocommit accepted request 1062661 from Dirk Mueller's avatar Dirk Mueller (dirkmueller) (revision 9)
baserev update by copy to link target
Dirk Mueller's avatar Dirk Mueller (dirkmueller) committed (revision 8)
- fix license declaration
buildservice-autocommit accepted request 1039883 from Dirk Mueller's avatar Dirk Mueller (dirkmueller) (revision 7)
baserev update by copy to link target
Dirk Mueller's avatar Dirk Mueller (dirkmueller) committed (revision 6)
- update to 9.1.1:
  * Implement alterGeodeticCRS and stripVerticalComponent for DerivedProjected (#3482)
  * Various improvements to handling of DerivedProjectedCRS (#3482, #3477 , #3342 , #3319, #3317)
  * Add missing <cstdint> includes (#3459)
  * cs2cs: better validate value of -W option (#3453)
  * DatabaseContext::lookForGridInfo(): fix caching of filenames and set correct URLs (#3448)
  * Database: register in grid_alternatives grids from PROJ-data that have no corresponding transformation
    record (#3446)
  * cass projection: fix forward computation of easting (#3433)
  * Implement Geographic/Vertical Offset conversions (#3413)
  * vandg projection: handle +over to extend the validity domain outside of |lon|>180deg (#3427)
  * eqdc projection: avoid floating point division by zero in non-nominal case (#3415)
  * createOperations(): fix issues when transforming between Geog3D and DerivedGeog3D CRS with
    Geographic3D offsets method (#3411)
  * VerticalCRS::_isEquivalentTo(): do not consider VerticalCRS and DerivedVerticalCRS as equivalent (#3408)
  * cct and cs2cs: Avoid problems when encountering UTF-8 BOM` characters at
    beginning of input files (#3395)
  * createFromUserInput(): Improved lookup when approximate name is provided (#3371)
  * projinfo / cs2cs : auto promotion to 3D of CRS specified by name (#3367)
  * findsOpsInRegistryWithIntermediate(): make it work when source/target geodetic CRS has no known
  * createOperations(): emulate PROJ < 6 behavior when doing geocentric <–> geographic transformation
    between datum with unknown transformation (#3361)
  * Fix issue when transforming from/into a WKT2 Bound VerticalCRS with a ‘Geographic3D to GravityRelatedHeight’ method (#3355)
  * proj_normalize_for_visualization(): take into account FORCE_OVER property from source operation
  * Link geodtest against libm when available (#3341)
buildservice-autocommit accepted request 948032 from Dirk Mueller's avatar Dirk Mueller (dirkmueller) (revision 5)
baserev update by copy to link target
Dirk Mueller's avatar Dirk Mueller (dirkmueller) committed (revision 4)
- update to 8.2.1:
  * BoundCRS WKT import: fix setting of name 
  * PROJStringFormatter::toString
  * Ensure CApi test are cross-platform 
  * createOperations(): do not stop at the first operation in the PROJ namespace
    for vertical transformations 
  * createOperationsCompoundToCompound(): fix null pointer dereference when
    connection to proj.db doesn't exist. 
  * Fix windows.h conflict with Criterion::STRICT 
  * Cache result of proj_get_type() to help for performance of
    proj_factors
  * createOperations(): improvement for "NAD83(CSRS) + CGVD28 height" to
   "NAD83
  * WKT1 import: correctly deal with missing rectified_grid_angle
    parameter 
  * Fix and additional options for Peirce Quincuncial projections 
  * Fix build with Intel C++ compiler
buildservice-autocommit accepted request 934171 from Dirk Mueller's avatar Dirk Mueller (dirkmueller) (revision 3)
baserev update by copy to link target
Dirk Mueller's avatar Dirk Mueller (dirkmueller) committed (revision 2)
- update 8.2.0:
  * Added the S2 projection (#2749)
  * Added support for Degree Sign on input (#2791)
  * ESRI WKT: add support for import/export of (non interrupted)
    Goode Homolosine (#2827)
  * Make filemanager aware of UWP Win32 API (#2831)
  * Add proj_create_conversion_pole_rotation_netcdf_cf_convention() to
    address netCDF datasets using a pole rotation method (#2835)
  * Emit better debug message when a grid isn't found (#2838)
  * Add support for GeodeticCRS using a Spherical planetocentric
    coordinate system 
  * PROJJSON: support additional properties allowed in id object (version,
   authority_citation, uri) for parity with WKT2:2019 (#2850)
  * Database layout modified to include "anchor" field to geodetic_datum and
   vertical_datum tables, consequently database layout version is increased
  * proj_factors(): accept P to be a projected CRS (#2868)
  * Add IAU_2015 CRS definitions (#2876)
  * CRS::extractGeodeticCRS(): implement for DerivedProjectedCRS (#2877)
  * Added proj_trans_bounds() (#2882)
  * Add fallback strategy for tinshift transform to use closest triangle for
    points not in any (#2907)
  * Database: update to EPSG v10.038 (#2910)
  * Fix O(n^2) performance patterns where n is the number of steps of
    a pipeline (#2820)
  * Detect ESRI WKT better in certain circumstances (#2823)
  * Fix performance issue on pipeline instanciation of huge (broken)
    pipelines (#2824)
Dirk Mueller's avatar Dirk Mueller (dirkmueller) committed (revision 1)
Displaying all 11 revisions
openSUSE Build Service is sponsored by