Go to file
Dirk Stoecker 7ce3ca16d6 Accepting request 930016 from Application:Geo:Staging
- Update to version 8.1.1 (data version: 1.7)
  * EPSG Database updated to version 10.028 (#2773)
  * Include algorithm header file to avoid build errors on Alpine Linux (#2769)
  * CMake: fix installation of executables on iOS (#2766)
  * Associate extents to transformations of CRS's that include GEOIDMODEL (#2769)
  * Logging: avoid some overhead when logging is not enabled (#2775)
  * ortho: remove useless and invalid log trace (#2777)
  * CMake: remove external nlohmann_json from INTERFACE_LINK_LIBRARIES target (#2781)
  * reateOperations(): fix SourceTargetCRSExtentUse::NONE mode (#2783)
  * GeoTIFF grid reading: perf improvements (#2788)
  * Conversion::createUTM(): avoid integer overflow (#2796)
  * Inverse laea ellipsoidal: return PROJ_ERR_COORD_TRANSFM_OUTSIDE_PROJECTION_DOMAIN
    when appropriates (#2801)
  * Make sure that proj_crs_promote_to_3D returns a derived CRS (#2806)
  * createOperations(): fix missing deg<-->rad conversion when transforming with a
    CRS that has a fallback-to-PROJ4-string behaviour and is a BoundCRS of a
    GeographicCRS (#2808)
  * WKT2 import/export: preserve PROJ.4 CRS extension string in REMARKS[] (#2812)
  * BoundCRS: accept importing/exporting in WKT2 and PROJJSON the
    scope/area/extent/id attributes (#2815)
  * ConcatenatedOperation::fixStepsDirection(): fix bad chaining of steps when
    inverse map projection is involved in non-final step (#2819)
- Update to version 8.1.0 (data version: 1.7)
  * Version 8.1.0
    - Update to EPSG v10.027 (#2751)
    - Decrease DB size by using WITHOUT ROWID tables (#2730) (#2647)
    - Add a ANALYZE step during proj.db creation allowing for
      faster lookups (#2729)
    - Added a PROJ.VERSION metadata entry (#2646)
    - Added NGO48 (EPSG:4273) to ETRS89 (EPSG:4258) triangulation-based
      transformation (#2554)
    - Additions to the norwegian NKG2020 transformation (#2548)
    - ESRI projection database updated to version 12.8 (#2717)
    - Added proj_get_geoid_models_from_database() function that returns a list of
      geoid models available for a given CRS (#2681)
    - Added proj_get_celestial_body_list_from_database that returns a list
      of celestial bodies in the PROJ database (#2667)
    - Added proj_get_celestial_body_name() (#2662)
    - proj_trans/cs2cs: If two operations have the same accuracy,
      use the one that is contained within a larger one (#2750)
    - Share SQLite database handle among all contexts (#2738)
    - Add proj/internal/mutex.hpp as compat layer for mingw32 for std::mutex (#2736)
    - projsync: make it filter out files not intended for the current version (#2725)
    - Improvements related to DerivedVerticalCRS using Change Unit and
      Height/Depth reversal methods (#2696)
    - Update internal nlohmann/json to 3.9.1, and add a CMake option to
      be able to use external nlohmann/json (#2686)
    - createFromUserInput(): change name of CRS built from URN combined references to match
      the convention of EPSG projected CRS (#2677)
    - Parse compound id with two authorities, like ESRI:103668+EPSG:5703 (#2669)
    - Added projinfo option --list-crs (supports --area) (#2663)
    - Added support for hyperbolic Cassini-Soldner (#2637)
    - Added capability to get SQL statements to add custom CRS in the database (#2577)
    - Fix 'Please include winsock2.h before windows.h' warning with msys (#2692)
    - Minor changes to address lint in geodesic.c (#2752)
    - BoundCRS::identify(): avoid incompatible transformation for
      WKT1 / TOWGS84 export (#2747)
    - proj_create(): do not open proj.db if string is a PROJ string,
      even if proj_context_set_autoclose_database() has been set (#2735)
    - Fix export of transformation to PROJ string in a particular situation
      where CompoundCRS are involved (#2721)
  * Version 8.0.1
    - Database: update to EPSG v10.018 (#2636)
    - Add transformations for CHGeo2004, Swiss geoid model (#2604)
    - Additions to the norwegian NKG2020 transformation (#2600)
    - pj_vlog(): fix buffer overflow in case of super lengthy error message (#2693)
    - Revert "proj_create_crs_to_crs_from_pj(): do not use PROJ_SPATIAL_CRITERION_PARTIAL_INTERSECTION
      if area is specified" (#2679)
    - UTM: error out when value of +zone= is not an integer (#2672)
    - getCRSInfoList(): make result order deterministic (by increasing auth_name,
      code) (#2661)
    - createOperation(): make sure no to discard deprecated operations if the
      replacement uses an unknow grid (#2623)
    - Fix build on Solaris 11.4 (#2621)
    - Add mapping of ESRI Equal_Area projection method to EPSG (#2612)
    - Fix incorrect EPGS extent code for EPSG:7789>EPSG:4976 NKG transformation (#2599)
    - fix wrong capitalization of CHENyx06_ETRS.gsb (#2597)
    - createOperations(): improve handling of vertical transforms when
      when compound CRSs are used (#2592)
    - CRS::promoteTo3D(): propagate the extent from the 2D CRS (#2589)
    - createFromCRSCodesWithIntermediates(): improve performance when there is
      no match (#2583)
    - Fix proj_clone() to work on 'meta' coordinate operation PJ* objects that
      can be returned by proj_create_crs_to_crs() (#2582)
    - add PROJ_COMPUTE_VERSION, PROJ_VERSION_NUMBER,
      PROJ_AT_LEAST_VERSION macros (#2581)
    - Make proj_lp_dist() and proj_geod() work on a PJ* CRS object (#2570)
    - Fix gcc 11 -Wnonnull compilation warnings (#2559)
    - Fix use of uninitialized memory in gie tests (#2558)
    - createOperations(): fix incorrect height transformation between 3D promoted RGF93 and CH1903+ (#2555)
  * Version 8.0.0
    - With the release of PROJ 8 the proj_api.h API is finally removed.
    - Several improvements has been made to the command line utilities.
    - Public header file proj_api.h removed (#837)
    - Improved accuracy of the Mercator projection (#2397)
    - Copyright statement wording updated (#2417)
    - Allow cct to instantiate operations via object codes or names (#2419)
    - Allow @filename syntax in cct (#2420)
    - Added geocentric->topocentric conversion (+proj=topocentric) (#2444)
    - Update GeographicLib to version 1.51 (#2445)
    - Added option to allow export of Geographic/Projected 3D CRS
      in WKT1_GDAL (#2450)
    - Added --area and --bbox options in cs2cs to restrict candidate
      coordinate operations (#2466)
    - Added build time option to make PROJ_LIB env var tested last (#2476)
    - Added --authority switch in cs2cs to control where coordinate operations
      are looked for. C API function proj_create_crs_to_crs_from_pj() updated
      accordingly (#2477)
    - Error codes revised and exposed in the public API (#2487)
    - Added --accuracy options to projinfo. C API function
      proj_create_crs_to_crs_from_pj() updated accordingly (#2488)
    - Added proj_crs_is_derived() function to C API (#2496)
    - Enabled linking against static cURL on Windows (#2514)
    - Updated ESRI CRS database to 12.7 (10.8.1/2.6) (#2519)
    - Allow a WKT BoundCRS to use a PROJ string transformation (#2521)
    - Update to EPSG v10.015 (#2539)
    - Default log level set to PJ_LOG_ERROR (#2542)
    - CMake installs a pkg-config file proj.pc, where supported (#2547)
    - Do not restrict longitude to [-90;90] range in spherical transverse Mercator
      forward projection (#2471)
    - createOperations(): fix Compound to Geog3D/Projected3D CRS with non-metre ellipsoidal height (#2500)
    - Avoid error messages to be emitted log level is set to PJ_LOG_NONE (#2527)
    - Close database connection when autoclose set to True (#2532)

OBS-URL: https://build.opensuse.org/request/show/930016
OBS-URL: https://build.opensuse.org/package/show/Application:Geo/proj?expand=0&rev=60
2021-11-09 10:45:09 +00:00
.gitattributes Accepting request 78855 from home:namtrac:bugfix 2011-08-15 08:48:55 +00:00
.gitignore Accepting request 78855 from home:namtrac:bugfix 2011-08-15 08:48:55 +00:00
proj-8.1.1.tar.gz Accepting request 930016 from Application:Geo:Staging 2021-11-09 10:45:09 +00:00
proj-data-1.7.tar.gz Accepting request 930016 from Application:Geo:Staging 2021-11-09 10:45:09 +00:00
proj.changes Accepting request 930016 from Application:Geo:Staging 2021-11-09 10:45:09 +00:00
proj.spec Accepting request 930016 from Application:Geo:Staging 2021-11-09 10:45:09 +00:00