Hi,

I'm playing with netCDF files. I add them to QGIS using the mdal provider (mesh layer). Reading netCDF data from files works very well.

My question is: is it possible to read netCDF data from Postgis/Postgresql?

I can store netCDF files in Postgis using raster2pgsql, but the data is stored as raster and I can only open it as raster in QGIS and not as mesh. Is works, but not as good as the mesh support.

I'm storing it, using something like this:

raster2pgsql -s 4326 -d -I -C -M AZ1_HS_2023101200.nc -F public.az1_hs_2023101200 | psql service=atlantico

Thanks in advance,

Jorge Gustavo

_______________________________________________
QGIS-User mailing list
QGIS-User@lists.osgeo.org
List info: https://lists.osgeo.org/mailman/listinfo/qgis-user
Unsubscribe: https://lists.osgeo.org/mailman/listinfo/qgis-user

Reply via email to