I have been working on GDAL with windows platform but now I require to shift to linux. I have installed GDAL using
apt-get install gdal-bin libgdal-dev
pip3 install GDAL
Now i require support for GDB file hence , FileGDB driver is required. can anyone help with a walk through to install FileGDB driver in linux ? ogr2ogr --formats doesn't display fileGDB driver.
GDAL 2.2.0on ubuntu 18.04 – ziggy Aug 22 '18 at 12:30