[postgis-tickets] [PostGIS] #3438: Unable to add NetCDF support to PostGIS 2.2
PostGIS
trac at osgeo.org
Wed Jan 20 04:18:07 PST 2016
#3438: Unable to add NetCDF support to PostGIS 2.2
-----------------------+--------------------------
Reporter: N3tMaster | Owner: pramsey
Type: defect | Status: new
Priority: medium | Milestone: PostGIS GDAL
Component: postgis | Version: 2.2.x
Keywords: |
-----------------------+--------------------------
I installed, into Ubuntu 14.10, Postgresql 9.4 with PostGIS 2.2 with Proj
and GDAL support but I'm able to add NetCDF support to PostGIS.
My Install steps were:
1) installed postgresql 9.4 using apt-get
2) installed proj, libxml by apt-get
3) installed from source: hdf5, netCDF and GDAL 2.0
4) installed from source: postgis 2.2.1
I successfully check postgis version using SELECT postgis_full_version();
command
I enabled all gdal drivers with : SET postgis.gdal_enabled_drivers =
'ENABLE_ALL';
I enabled outdb gdal with : SET postgis.enable_outdb_rasters TO True
I ran several postgis functions successfully
but unfortunately when I launched select * from ST_GDALDrivers() NetCDF
support didn't appear...
moreover if I set gdal_enabled_drivers to "GMT" or "netCDF" , the query
will run without error but the result of "st_gdaldrivers()" will be always
0...
I seems that Postgis recognizes netCDF/GMT code but I isn't able to find
related driver information
Any idea?
--
Ticket URL: <https://trac.osgeo.org/postgis/ticket/3438>
PostGIS <http://trac.osgeo.org/postgis/>
The PostGIS Trac is used for bug, enhancement & task tracking, a user and developer wiki, and a view into the subversion code repository of PostGIS project.
More information about the postgis-tickets
mailing list