Hi Regina, thanks for your answer. Your reply ended up in the wrong email folder so I didn't see it until just now.
I'm using the BigSQL distribution (i.e., PostgreSQL and associated libraries as provided by bigsql.org). SELECT postgis_full_version() gives this: "POSTGIS="2.5.0 r16836" [EXTENSION] PGSQL="110" GEOS="3.6.2-CAPI-1.10.2 0" PROJ="Rel. 4.9.2, 08 September 2015" GDAL="GDAL 2.2.0, released 2017/04/28" LIBXML="2.9.0" LIBJSON="0.12.1" TOPOLOGY RASTER" Sounds like maybe I should contact BigSQL.org with the question. I appreciate you giving me some perspective. John On Wed, Aug 21, 2019 at 10:13 PM Regina Obe <[email protected]> wrote: > Which package system did you get your PostGIS from? > > What you can load via raster2pgsql depends on what drivers your GDAL is > compiled with. It might have been an omission on the part of the packager, > like perhaps in past they used the standard base packages to get GDAL and > because GDAL from base is always old, they might have compiled their own to > ship to get newer GDAL and didn't include the kitchen sink that the base OS > package includes. > NetCDF is not in the default compile of GDAL as it requires additional > dependencies. > > Hope that helps, > Regina > > -----Original Message----- > From: postgis-users [mailto:[email protected]] On > Behalf Of J Payne > Sent: Wednesday, August 21, 2019 11:12 PM > To: [email protected] > Subject: Re: [postgis-users] netcdf files deprecated in raster2pgsql? > > Hi all, > > I recently discovered that my new version of raster2pgsql doesn't work for > importing netcdf files, but an older version I have on my computer does. > I'm wondering if netcdf handling has been dropped/deprecated in the later > version. > > With postgresql version 11.0 and postgis 2.5, this fails: > raster2pgsql -s 4326 -c -F -t 256x256 NETCDF:"[myfile]":p mytable | psql > -h localhost -U [user] -d [database] > > ...but this works with an older version of raster2pgsql that came with > PostgreSQL 9.4: > /usr/local/old_pgsql-9.4/bin/raster2pgsql -s 4326 -c -F -t 256x256 > NETCDF:"[myfile]":p mytable | psql -h localhost -U [user] -d [database] > > I also note that "netcdf" is not included in the list of formats returned > by 'raster2pgsql -G' with the new version. > > Thanks, > > John > > > _______________________________________________ > postgis-users mailing list > [email protected] > https://lists.osgeo.org/mailman/listinfo/postgis-users > > _______________________________________________ > postgis-users mailing list > [email protected] > https://lists.osgeo.org/mailman/listinfo/postgis-users
_______________________________________________ postgis-users mailing list [email protected] https://lists.osgeo.org/mailman/listinfo/postgis-users
