etiennesky / netcdfbrowser

qgis plugin that allows to browse multi-variable and multi-dimensional netCDF files, requires GDAL >= 1.10
5 stars 1 forks source link

Compatibility with QGIS >= 3.0 #5

Open agstephens opened 6 years ago

agstephens commented 6 years ago

Hi @etiennesky,

I have installed QGIS on Windows 10 (64-bit) and have found that I can't install the NetCDF browser plugin. The error message is:

This plugin is incompatible with this version of QGIS
Plugin designed for QGIS 2.0 - 2.99

Here is information about the version of QGIS and its dependencies that I am using:

QGIS version
3.0.2-Girona
QGIS code revision
307d082e3d

Compiled against Qt
5.9.2

Running against Qt
5.9.2

Compiled against GDAL/OGR
2.2.4

Running against GDAL/OGR
2.2.4

Compiled against GEOS
3.5.0-CAPI-1.9.0

Running against GEOS
3.5.0-CAPI-1.9.0 r4084

PostgreSQL Client Version
9.2.4

SpatiaLite Version
4.3.0

QWT Version
6.1.3

QScintilla2 Version
2.10.1

PROJ.4 Version
493

Is there a plan to update the plugin for QGIS >= 3.0

saberraz commented 6 years ago

I suggest to add netcdf to MDAL: https://github.com/qgis/QGIS/tree/master/external/mdal

and you can use QGIS Browser panel to load the nc layers. There will be no need for a plugin.