From jsanz at osgeo.org Thu May 9 05:20:28 2019 From: jsanz at osgeo.org (Jorge Sanz) Date: Thu, 9 May 2019 14:20:28 +0200 Subject: [OSGeo-Announce] GDAL 3.0.0 is released In-Reply-To: <3037250.eOVqE48M2k@even-i700> References: <3037250.eOVqE48M2k@even-i700> Message-ID: Hi, On behalf of the GDAL/OGR development team and community, I am pleased to announce the release of GDAL/OGR 3.0.0. GDAL/OGR is a C++ geospatial data access library for raster and vector file formats, databases and web services. It includes bindings for several languages, and a variety of command line tools. http://www.gdal.org/ The 3.0.0 release is a new feature release with the following highlights: * Implement RFC 73: Integration of PROJ6 for WKT2, late binding capabilities, time-support and unified CRS database. ==> PROJ >= 6 is now a build requirement https://trac.osgeo.org/gdal/wiki/rfc73_proj6_wkt2_srsbarn * New GDAL drivers: - DAAS: read driver for Airbus DS Intelligence Data As A Service - TileDB: read/write driver for https://www.tiledb.io (#1402) * New OGR drivers: - MongoDBv3: read/write driver using libmongocxx v3.4.0 client (for MongoDB >= 4.0) * Improved drivers: - FITS: read/write support for scale, offset and CRS - netCDF: read support for groups - PDF: add a COMPOSITION_FILE creation option to generate a complex document - PDS4: subdataset creation support, read/write table/vector support * Support for minimal builds on Unix (#1250) * Add a docker/ directory with Dockerfile for different configurations * Continued code linting More complete information on the new features and fixes in the 3.0.0 release can be found at: http://trac.osgeo.org/gdal/wiki/Release/3.0.0-News The release can be downloaded from: * http://download.osgeo.org/gdal/3.0.0/gdal300.zip - source as a zip * http://download.osgeo.org/gdal/3.0.0/gdal-3.0.0.tar.gz - source as .tar.gz * http://download.osgeo.org/gdal/3.0.0/gdal-3.0.0.tar.xz - source as .tar.xz * http://download.osgeo.org/gdal/3.0.0/gdal-grass-3.0.0.tar.gz - GDAL-GRASS plugin * http://download.osgeo.org/gdal/3.0.0/gdalautotest-3.0.0.tar.gz - test suite * http://download.osgeo.org/gdal/3.0.0/gdal300doc.zip - documentation / website The migration guide can be found at : https://github.com/OSGeo/gdal/blob/release/3.0/gdal/MIGRATION_GUIDE.TXT Best regards, Even -- Spatialys - Geospatial professional services http://www.spatialys.com -------------- next part -------------- An HTML attachment was scrubbed... URL: From xurxosanz at gmail.com Thu May 16 01:37:36 2019 From: xurxosanz at gmail.com (Jorge Sanz) Date: Thu, 16 May 2019 10:37:36 +0200 Subject: [OSGeo-Announce] Announcing PROJ 6.1.0 Message-ID: On behalf of the PROJ development team I am happy to announce the release of PROJ 6.1.0. This release includes both bug fixes and new features (see the release notes below for details). Download the source distribution here: https://download.osgeo.org/proj/proj-6.1.0.tar.gz https://download.osgeo.org/proj/proj-6.1.0.zip In addition to the new version of PROJ we are also releasing new version of the datum grid package covering Europe which includes new grids for Belgium and France. Download the package here: https://download.osgeo.org/proj/proj-datumgrid-europe-1.3.tar.gz https://download.osgeo.org/proj/proj-datumgrid-europe-1.3.zip 6.1.0 Release Notes ------------------- Updates ------- o Include custom ellipsoid definitions from QGIS (#1337) o Add "-k ellipsoid" option to projinfo (#1338) o Make cs2cs support 4D coordinates (#1355) o WKT2 parser: update to OGC 18-010r6 (#1360 #1366) o Update internal version of googletest to v1.8.1 (#1361) o Database update: EPSG v9.6.2 (#1462), IGNF v3.0.3, ESRI 10.7.0 and add operation_version column (#1368) o Add proj_normalize_for_visualization() that attempts to apply axis ordering as used by most GIS applications and PROJ <6 (#1387) o Added noop operation (#1391) o Paths set by user take priority over PROJ_LIB for search paths (#1398) o Reduced database size (#1438) o add support for compoundCRS and concatenatedOperation named from their components (#1441) Bug fixes --------- o Have gie return non-zero code when file can't be opened (#1312) o CMake cross-compilation fix (#1316) o Use 1st eccentricity instead of 2nd eccentricity in Molodensky (#1324) o Make sure to include grids when doing Geocentric to CompoundCRS with nadgrids+geoidgrids transformations (#1326) o Handle coordinates outside of bbox better (#1333) o Enable system error messages in command line automatically in builds (#1336) o Make sure to install projinfo man page with CMake (#1347) o Add data dir to pkg-config file proj.pc (#1348) o Fix GCC 9 warning about useless std::move() (#1352) o Grid related fixes (#1369) o Make sure that ISO19111 C++ code sets pj_errno on errors (#1405) o vgridshift: handle longitude wrap-around for grids with 360deg longitude extent (#1429) o proj/cs2cs: validate value of -f parameter to avoid potential crashes (#1434) o Many division by zero and similar bug fixes found by OSS Fuzz. Kristian Evers From astrid_emde at osgeo.org Sat May 18 03:37:12 2019 From: astrid_emde at osgeo.org (Astrid Emde (OSGeo)) Date: Sat, 18 May 2019 12:37:12 +0200 Subject: [OSGeo-Announce] pycsw 2.4.0 released Message-ID: <64b2ea667b2ee111c1ba8466e9211e08@posteo.de> See also OSGeo news item: https://www.osgeo.org/foundation-news/the-pycsw-team-announces-the-release-of-pycsw-2-4-0/ The pycsw team announces the release of pycsw 2.4.0. The 2.4.0 release adds WMS 1.3.0 and WPS process harvesting as well as plugin support enhancements. Note that though pycsw works with Python 2 and 3, we have turned off Python 2 testing given the Python 2 end of life (https://pythonclock.org) scheduled for 01 January 2020. Users are strongly encouraged to update their deployments to Python 3 as soon as possible. Source and binary downloads: ---------------------------- The source code is available at: https://pycsw.org/download PyPI packages are available at: https://pypi.org/project/pycsw Version 2.4.0 (2019-05-17): ------------------------------------- - fix CAT 3.0 schema locations - fix to handle plugin loading across various operating systems - bump of requirements - new project logos - safeguard WKT exceptions against newer versions of Shapely - updated Chinese translations - enhancements and fixes to large metadata harvesting workflows - safeguard async naming for Python 3.7 - OpenSearch description document updates - startposition fixes to for GetRecords workflows Testers and developers are welcome. We would like to thank OSGeo (https://osgeo.org) and the 2019 Minneapolis Code Sprint (https://wiki.osgeo.org/wiki/OSGeo_Community_Sprint_2019) organizers and sponsors for their support. The pycsw developer team. https://pycsw.org/ https://pycsw.org/development/announce/2.4.0.html Congratulations from OSGeo to the new release 2.4.0!