Start: 2018-05-07 00:00
End: 2018-05-09 23:59

Dear OSGeo+Python community

After hosting a successful GeoPython 2016 and 2017 – with participants from over 25 countries – we are currently looking for presentations and workshops for the GeoPython 2018 conference in Basel, Switzerland. The conference date is May 07 to 09, 2018.

Talks (May 8-9, 2018)

* Talks may be either 20 or 50 minutes, though for exceptional proposals other talk durations may be considered.
* Lightning talks will be 5 minutes and time will be strictly enforced. (Register at the conference for lightning talks)

Workshops (May 7, 2018)

* Workshops are 2 or 3 hours. The audience will bring their own laptop and will learn some more advanced technologies/modules/…

Submission deadline is January 31, 2018

Conference topics are:

* Python in General
* GIS / Mapping
* Geography / Geophysics / Geodesy / Geomatics
* Earth Sciences / Environmental Sciences
* Geovisualization
* Smart Cities
* Spatial Data / Geodata
* Geospatial Webservices
* Big Data
* Data Processing
* (Spatial) Databases
* Computer Vision
* Remote Sensing
* Image Processing
* Machine Learning

Kind regards,
The GeoPython 2018 Team

Cologne city shown as colorized 3D point cloud (data source: openNRW Germany)In order to simplify the installation of the latest PDAL release (Point Data Abstraction Library, https://www.pdal.io/, version 1.6.0) on Fedora, I have created an updated set of RPM packages now including vertical datums and grids (.gtx files from here).

The installation is as simple as this (the repository is located at Fedora’s COPR):

# enable extra repos to satisfy dependencies
sudo dnf copr enable neteler/pdal-hexer
sudo dnf copr enable neteler/points2grid

# install dependencies
sudo dnf install hexer
sudo dnf install points2grid

# enable and install PDAL
sudo dnf copr enable neteler/pdal
sudo dnf install PDAL PDAL-devel PDAL-vdatums

# run PDAL:
pdal-config --version
pdal --help

Enjoy!