netCDF raster layers not loading in QGIS Planned maintenance scheduled April 23, 2019 at 23:30UTC (7:30pm US/Eastern) Announcing the arrival of Valued Associate #679: Cesar Manara Unicorn Meta Zoo #1: Why another podcast?QGIS 1.8.0 on Linux treats NetCDF 4 as HDF5How to load a NetCDF-file into QGIS using Python?problem reading netcdfHow to change GDAL version in QGIS to get ECW import to workHow to setup GDAL setting for python using OSGEO4W?Opening CHIRPS' NetCDF file in QGISProblems with weighted overlay on QGIS for MacNetCDF layer (.nc) appears flipped and rotated in QGISPython&ArcGIS: Combining several raster layers into netCDFCan't install support for ECW in QGIS 3.6 / 3.4 on Ubuntu 18.04
If Windows 7 doesn't support WSL, then what is "Subsystem for UNIX-based Applications"?
Is there hard evidence that the grant peer review system performs significantly better than random?
Project Euler #1 in C++
How would a mousetrap for use in space work?
What does Turing mean by this statement?
Google .dev domain strangely redirects to https
A letter with no particular backstory
1-probability to calculate two events in a row
Co-worker has annoying ringtone
AppleTVs create a chatty alternate WiFi network
Amount of permutations on an NxNxN Rubik's Cube
Why does 14 CFR have skipped subparts in my ASA 2019 FAR/AIM book?
Electrolysis of water: Which equations to use? (IB Chem)
What's the point of the test set?
How many morphisms from 1 to 1+1 can there be?
Putting class ranking in CV, but against dept guidelines
Is there public access to the Meteor Crater in Arizona?
How were pictures turned from film to a big picture in a picture frame before digital scanning?
What is the difference between a "ranged attack" and a "ranged weapon attack"?
How does Belgium enforce obligatory attendance in elections?
Significance of Cersei's obsession with elephants?
How many time has Arya actually used Needle?
How did Fremen produce and carry enough thumpers to use Sandworms as de facto Ubers?
Did any compiler fully use 80-bit floating point?
netCDF raster layers not loading in QGIS
Planned maintenance scheduled April 23, 2019 at 23:30UTC (7:30pm US/Eastern)
Announcing the arrival of Valued Associate #679: Cesar Manara
Unicorn Meta Zoo #1: Why another podcast?QGIS 1.8.0 on Linux treats NetCDF 4 as HDF5How to load a NetCDF-file into QGIS using Python?problem reading netcdfHow to change GDAL version in QGIS to get ECW import to workHow to setup GDAL setting for python using OSGEO4W?Opening CHIRPS' NetCDF file in QGISProblems with weighted overlay on QGIS for MacNetCDF layer (.nc) appears flipped and rotated in QGISPython&ArcGIS: Combining several raster layers into netCDFCan't install support for ECW in QGIS 3.6 / 3.4 on Ubuntu 18.04
.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty margin-bottom:0;
I have worked with netCDF files in QGIS before, but since I installed QGIS 3.6 they won't load ("myfile.nc" is not an admitted raster data source), nor do they load in QGIS 2.18 anymore. I find this particularly strange. I am working under Windows 10. It appears both versions of QGIS are using GDAL 2.2.4. I don't know if that is the problem but when I run gdalinfo --formats on the OSGeo4W Shell, netCDF does show up:
netCDF -raster,vector- (rw+s): Network Common Data Format
I was looking for a way to downgrade GDAL in case this was the problem but did not find anything feasible at my level. Any help would be welcome.
qgis raster gdal netcdf
add a comment |
I have worked with netCDF files in QGIS before, but since I installed QGIS 3.6 they won't load ("myfile.nc" is not an admitted raster data source), nor do they load in QGIS 2.18 anymore. I find this particularly strange. I am working under Windows 10. It appears both versions of QGIS are using GDAL 2.2.4. I don't know if that is the problem but when I run gdalinfo --formats on the OSGeo4W Shell, netCDF does show up:
netCDF -raster,vector- (rw+s): Network Common Data Format
I was looking for a way to downgrade GDAL in case this was the problem but did not find anything feasible at my level. Any help would be welcome.
qgis raster gdal netcdf
add a comment |
I have worked with netCDF files in QGIS before, but since I installed QGIS 3.6 they won't load ("myfile.nc" is not an admitted raster data source), nor do they load in QGIS 2.18 anymore. I find this particularly strange. I am working under Windows 10. It appears both versions of QGIS are using GDAL 2.2.4. I don't know if that is the problem but when I run gdalinfo --formats on the OSGeo4W Shell, netCDF does show up:
netCDF -raster,vector- (rw+s): Network Common Data Format
I was looking for a way to downgrade GDAL in case this was the problem but did not find anything feasible at my level. Any help would be welcome.
qgis raster gdal netcdf
I have worked with netCDF files in QGIS before, but since I installed QGIS 3.6 they won't load ("myfile.nc" is not an admitted raster data source), nor do they load in QGIS 2.18 anymore. I find this particularly strange. I am working under Windows 10. It appears both versions of QGIS are using GDAL 2.2.4. I don't know if that is the problem but when I run gdalinfo --formats on the OSGeo4W Shell, netCDF does show up:
netCDF -raster,vector- (rw+s): Network Common Data Format
I was looking for a way to downgrade GDAL in case this was the problem but did not find anything feasible at my level. Any help would be welcome.
qgis raster gdal netcdf
qgis raster gdal netcdf
edited Apr 11 at 16:11
J. Monticolo
1,958320
1,958320
asked Apr 11 at 15:07
martamarta
161
161
add a comment |
add a comment |
1 Answer
1
active
oldest
votes
In QGIS 3.6 NetCDF are loaded differently if they have a single variable or multiple. With one variable it work as before in QGIS 2.8. With more than one variables, then 3/2 dimensions need to have the names X,Y,Time or longitude, latitude and Time. GDAL gives a warning for this but in QGIS it seems mandatory.
New contributor
add a comment |
Your Answer
StackExchange.ready(function()
var channelOptions =
tags: "".split(" "),
id: "79"
;
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function()
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled)
StackExchange.using("snippets", function()
createEditor();
);
else
createEditor();
);
function createEditor()
StackExchange.prepareEditor(
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: false,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: null,
bindNavPrevention: true,
postfix: "",
imageUploader:
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
,
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
);
);
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fgis.stackexchange.com%2fquestions%2f318509%2fnetcdf-raster-layers-not-loading-in-qgis%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
In QGIS 3.6 NetCDF are loaded differently if they have a single variable or multiple. With one variable it work as before in QGIS 2.8. With more than one variables, then 3/2 dimensions need to have the names X,Y,Time or longitude, latitude and Time. GDAL gives a warning for this but in QGIS it seems mandatory.
New contributor
add a comment |
In QGIS 3.6 NetCDF are loaded differently if they have a single variable or multiple. With one variable it work as before in QGIS 2.8. With more than one variables, then 3/2 dimensions need to have the names X,Y,Time or longitude, latitude and Time. GDAL gives a warning for this but in QGIS it seems mandatory.
New contributor
add a comment |
In QGIS 3.6 NetCDF are loaded differently if they have a single variable or multiple. With one variable it work as before in QGIS 2.8. With more than one variables, then 3/2 dimensions need to have the names X,Y,Time or longitude, latitude and Time. GDAL gives a warning for this but in QGIS it seems mandatory.
New contributor
In QGIS 3.6 NetCDF are loaded differently if they have a single variable or multiple. With one variable it work as before in QGIS 2.8. With more than one variables, then 3/2 dimensions need to have the names X,Y,Time or longitude, latitude and Time. GDAL gives a warning for this but in QGIS it seems mandatory.
New contributor
edited yesterday
Vince
14.8k32850
14.8k32850
New contributor
answered yesterday
Saverio VicarioSaverio Vicario
1
1
New contributor
New contributor
add a comment |
add a comment |
Thanks for contributing an answer to Geographic Information Systems Stack Exchange!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fgis.stackexchange.com%2fquestions%2f318509%2fnetcdf-raster-layers-not-loading-in-qgis%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown