Revisions of proj
Martin Pluskal (pluskalm)
accepted
request 834722
from
Libor Pechacek (LPechacek)
(revision 52)
- Update to version 7.1.1: * Updates - Added various Brazillian grids to the database #2277 - Added geoid file for Canary Islands to the database #2312 - Updated EPSG database to version 9.8.15 #2310 * Bug fixes - WKT parser: do not raise warning when parsing a WKT2:2015 TIMECRS whose TIMEUNIT is at the CS level, and not inside #2281 - Parse '+proj=something_not_latlong +vunits=' without +geoidgrids as a Projected3D CRS and not a compound CRS with a unknown datum #2289 - C API: Avoid crashing due to missing SANITIZE_CTX() in entry points #2293 - CMake build: Check "target_clones" before use #2297 - PROJ string export of +proj=krovak +czech: make sure we export +czech... #2301 - Helmert 2D: do not require a useless +convention= parameter #2305 - Fix a few spelling errors ("vgridshit" vs. "vgridshift") #2307 - Fix ability to identify EPSG:2154 as a candidate for 'RGF93_Lambert_93' #2316 - WKT importer: tune for Oracle WKT and 'Lambert Conformal Conic' #2322 - Revert compiler generated Fused Multiply Addition optimized routines #2328 - Changelog for 7.1.0 * New projections: - Add square conformal projections from libproject: Adams Hemisphere in a Square Adams World in a Square I Adams World in a Square II Guyou Pierce Quincuncial (#2148) - Adams Square II: map ESRI WKT to PROJ string, and implement iterative inverse method (#2157) - Added IGH Oceanic View projection (#2226) - Add wink2 inverse by generic inversion of forward method (#2243) * Database: - Update to EPSG 9.8.12, ESRI 10.8.1 and import scope and remarks for c-nversion (#2238) (#2267) - Map the Behrman projection to cae when converting ESRI CRSes (#1986) - Support conversion of Flat_Polar_Quartic projection method (#1987) - Register 4 new Austrian height grids (see OSGeo/PROJ-data#13) and handle 'Vertical Offset by Grid Interp-lation (BEV AT)' method (#1989) - Add ESRI projection method mappings for Mercator_Variant_A, Mercator_Variant_B and Transverse_Cylindrical_Equal_Area and vari-us grid mappings (#2020) (#2195) - Map ESRI Transverse_Mercator_Complex to Transverse Mercator (#2040) - Register grids for New Caledonia (see OSGeo/PROJ-data#16) (#2051) (#2239) - Register NZGD2000 -> ITRF96 transformation for NZGD2000 database (#2248) - Register geoid file for UK added (see https://github.c-m/OSGeo//PROJ-data/pull/25() (#2250) - Register Slovakian geoid transformations with needed code changes (#2259) - Register Spanish SPED2ETV2 grid for ED50->ETRS89 (#2261) * API: - Add API function proj_get_units_from_database() (#2065) - Add API function proj_get_suggested_operation() (#2068) - Add API functions proj_degree_input() and proj_degree_output() (#2144) - Moved proj_context_get_url_endpoint & proj_context_get_user_writable_directory fr-m proj_experimental.h to proj.h (#2162) - createFromUserInput(): allow compound CRS with the 2 parts given by names, e.g. 'WGS 84 + EGM96 height' (#2126) - createOperations(): when converting CompoundCRS<-->Geographic3DCrs, do not use discard change -f ellipsoidal height if a Helmert transformation is involved (#2227) - proj_list_units() deprecated, superceeded by proj_get_units_from_database() - proj_list_angular_units() deprecated, superceeded by proj_get_units_from_database() * Optimizations: - tmerc/utm: add a +algo=auto/evenden_snyder/poder_engsager parameter (#2030) - Extended tmerc (Poder/Engsager): speed optimizations (#2036) - Approximate tmerc (Snyder): speed optimizations (#2039) - pj_phi2(): speed-up computation (and thus inverse ellipsoidal Mercator and LCC) (#2052) - Inverse cart: speed-up computation by 33% (#2145) - Extended tmerc: speed-up forward path by ~5% (#2147) * Various: - Follow PDAL's CMake RPATH strategy (#2009) - WKT import/export: add support for WKT1_ESRI VERTCS synta (#2024) - projinfo: add a --hide-ballpark option (#2127) - gie: implement a strict mode with (#2168) - Allow importing WKT1 COMPD_CS with a VERT_DATUM[Ellipsoid,2002] (#2229) - Add runtime checking that sqlite3 is >= 3.11 (#2235) * Bug fixes - createOperations(): do not remove ballpark transformation if there are only grid based -perations, even if they cover the whole area of use (#2155) - createFromProjString(): handle default parameters of '+krovak +type=crs', and handle +czech correctly (#2200) - ProjectedCRS::identify(): fix identification of EPSG:3059 (#2215) - Database: add a 'WGS84' alias for the EPSG:4326 CRS (#2218) - Fixes related to CompoundCRS and BoundCRS (#2222) - Avoid 2 warnings about missing database indices (#2223) - Make projinfo --3d --boundcrs-to-wgs84 work better (#2224) - Many fixes regarding BoundCRS, CompoundCRS, Geographic3D CRS with non-metre units (#2234) - Fix identification of (one of the) ESRI WKT formulations of EPSG:3035 (#2240) - Avoid using deprecated and removed Windows API function with Mingw32 (#2246) - normalizeForVisualization(): make it switch axis for EPSG:5482 (RSRGD2000 / RSPS2000) (#2256) - Fix access violation in proj_context_get_database_metadata (#2260) - Fail gracefully when calling API functions with invalid input (#2272)
buildservice-autocommit
accepted
request 814533
from
Martin Pluskal (pluskalm)
(revision 51)
baserev update by copy to link target
Martin Pluskal (pluskalm)
committed
(revision 50)
- Update to version 7.0.1: * Database: update to EPSG v9.8.9 * Make tests independent of proj-datumgrid * Add missing projection property tables * Avoid crash when running against SQLite3 binary built with -DSQLITE_OMIT_AUTOINIT * createOperations(): fix wrong pipeline generation with CRS that has +nadgrids= and +pm= * Fix bad copy&replace pattern on HEALPix and rHEALPix projection names * createUnitOfMeasure(): use full double resolution for the conversion factor * Update README with info on PROJ-data * utm/ups: make sure to set errno to PJD_ERR_ELLIPSOID_USE_REQUIRED if es==0 * data/Makefile.am: remove bashism * ProjectedCRS::identify(): tune it to better work with ESRI WKT representation of EPSG:2193 * Fix build with gcc 4.8.5 * Autotools/pkg-conf: Define datarootdir * cs2cs: don't require +to for '{source_crs} {target_crs} filename...' syntax * CMake: fix bug with find_package(PROJ) with macOS * ESRI WKT import / identification: special case for NAD_1983_HARN_StatePlane_Colorado_North_FIPS_0501 with Foot_US unit * EngineeringCRS: when exporting to WKT1_GDAL, output unit and axis * Use jtsk03-jtsk horizontal grid from CDN * CMake: prefer to use use PROJ_SOURCE_DIR and PROJ_BINARY_DIR * Fix wrong grids file name in esri.sql * Fix identification of projected CRS whose name is close but not strictly equal to a ESRI alias * Fix working of Helmert transform between the horizontal part of 2 compoundCRS * Database: fix registration of custom entries of grid_transformation_custom.sql for geoid grids * ESRI_WKT ingestion: make sure to identify to non-deprecated EPSG entry when possible * Make sure that importing a Projected 3D CRS from WKT:2019 keeps the base geographic CRS as 3D * createOperations(): improve results of compoundCRS to compoundCRS case * hgridshift/vgridshift: defer grid opening when grid has already been opened * Resolve a few shadowed declaration warnings * ProjectedCRS identification: deal with switched 1st/2nd std parallels for LCC_2SP
buildservice-autocommit
accepted
request 790052
from
Martin Pluskal (pluskalm)
(revision 49)
baserev update by copy to link target
Martin Pluskal (pluskalm)
accepted
request 790042
from
Martin Pluskal (pluskalm)
(revision 48)
lets wait for staging to rebuild before accepting this
buildservice-autocommit
accepted
request 783220
from
Martin Pluskal (pluskalm)
(revision 47)
baserev update by copy to link target
Martin Pluskal (pluskalm)
accepted
request 783208
from
Guillaume GARDET (Guillaume_G)
(revision 46)
Update to 6.3.1
buildservice-autocommit
accepted
request 746051
from
Martin Pluskal (pluskalm)
(revision 45)
baserev update by copy to link target
Martin Pluskal (pluskalm)
accepted
request 745525
from
Angelos Tzotsos (tzotsos)
(revision 44)
- Update to version 6.2.1: * Update the EPSG database to version 9.8.2 * Fixed erroneous spelling of "Potsdam" (#1573) * Calculate y-coordinate correctly in bertin1953 in all cases (#1579) * proj_create_crs_to_crs_from_pj(): make the PJ* arguments const PJ* (#1583) * PROJStringParser::createFromPROJString(): avoid potential infinite recursion (#1574) * Avoid core dump when setting ctx==NULL in functions proj_coordoperation_is_instantiable and * proj_coordoperation_has_ballpark_transformation (#1590) * createOperations(): fix conversion from/to PROJ.4 CRS strings with non-ISO-kosher options and +towgs84/+nadgrids (#1602) * proj_trans_generic(): properly set coordinate time to HUGE_VAL when no value is passed to the function (#1604) * Fix support for +proj=ob_tran +o_proj=lonlat/latlong/latlon instead of only only allowing +o_proj=longlat (#1601) * Improve backwards compatibility of vertical transforms (#1613) * Improve emulation of deprecated +init style initialization (#1614) * cs2cs: autopromote CRS to 3D when there's a mix of 2D and 3D (#1563) * Avoid divisions by zero in odd situations (#1620) * Avoid compile error on Solaris (#1639) * proj_create_crs_to_crs(): fix when there are only transformations with ballpark steps (#1643) * PROJ string CRS ingester: recognize more unit-less parameters, and handling of +key=string_value parameters (#1645) * Only call pkg-config in configure when necessary (#1652) * aeqd: for spherical forward path, go to higher precision ellipsoidal case when the point coordinates are super close to the origin (#1654) * proj_create_crs_to_crs(): remove elimination of Ballpark operations that caused transformation failures in some cases (#1665) * createOperations(): allow transforming from a compoundCRS of a bound verticalCRS to a 2D CRS (#1667) * Avoid segfaults in case of out-of-memory situations (#1679) * createOperations(): fix double vertical unit conversion from CompoundCRS to other CRS when the horizontal part of the projected CRS uses non-metre unit (#1683) * importFromWkt(): fix axis orientation for non-standard ESRI WKT (#1690)
buildservice-autocommit
accepted
request 743902
from
Angelos Tzotsos (tzotsos)
(revision 43)
baserev update by copy to link target
Angelos Tzotsos (tzotsos)
accepted
request 743890
from
Angelos Tzotsos (tzotsos)
(revision 42)
- Fix Leap build target
buildservice-autocommit
accepted
request 733687
from
Martin Pluskal (pluskalm)
(revision 41)
baserev update by copy to link target
Martin Pluskal (pluskalm)
committed
(revision 40)
- Update to version 6.2.0: * Introduced PROJJSON, a JSON encoding of WKT2 (#1547) * Support CRS instantiation of OGC URN's (#1505) * Expose scope and remarks of database objects (#1537) * EPSG Database updated to version 9.7.0 (#1558) * Added C API function proj_grid_get_info_from_database() (#1494) * Added C API function proj_operation_factory_context_set_discard_superseded() (#1534) * Added C API function proj_context_set_autoclose_database() (#1566) * Added C API function proj_create_crs_to_crs_from_pj() (#1567) * Added C API function proj_cleanup() (#1569) * Fixed build failure on Solaris systems (#1554)
buildservice-autocommit
accepted
request 709438
from
Martin Pluskal (pluskalm)
(revision 39)
baserev update by copy to link target
Martin Pluskal (pluskalm)
committed
(revision 38)
- Update to version 6.1.0: * See provided NEWS for list of all changes
buildservice-autocommit
accepted
request 691303
from
Bruno Friedmann (bruno_friedmann)
(revision 37)
baserev update by copy to link target
Bruno Friedmann (bruno_friedmann)
accepted
request 690491
from
Kai Pastor (dg0yt)
(revision 36)
- Fix datumgrid packaging
buildservice-autocommit
accepted
request 688144
from
Martin Pluskal (pluskalm)
(revision 35)
baserev update by copy to link target
Martin Pluskal (pluskalm)
committed
(revision 34)
Martin Pluskal (pluskalm)
committed
(revision 33)
- Enable tests - Fix previous changelog entry - Update to version 6.0.0 and datumgrid 1.7
Displaying revisions 41 - 60 of 92