









Estude fácil! Tem muito documento disponível na Docsity
Ganhe pontos ajudando outros esrudantes ou compre um plano Premium
Prepare-se para as provas
Estude fácil! Tem muito documento disponível na Docsity
Prepare-se para as provas com trabalhos de outros alunos como você, aqui na Docsity
Encontra documentos específicos para os exames da tua universidade
Prepare-se com as videoaulas e exercícios resolvidos criados a partir da grade da sua Universidade
Responda perguntas de provas passadas e avalie sua preparação.
Ganhe pontos para baixar
Ganhe pontos ajudando outros esrudantes ou compre um plano Premium
Nota roteiro para leitura de NetcDF em QGis NetCDF4 Dados NASA Qgis SIG
Tipologia: Esquemas
1 / 15
Esta página não é visível na pré-visualização
Não perca as partes importantes!










http://www.osgeo.org/ http://icaci.org/
To change the rendering of your data Right-‐Click on the layer and select Properties. You can change the rendering of your data under the Style tab.
Gregory Giuliani – 11/03/ Display a specific time step Currently QGIS handles each time slice has a single Band. So if you wish to select a specific time step, you have to select the corresponding band under the Style tab! Another option is to use the NetCDF Browser plugin. To download and install the NetCDF Browser plugin go to: Plugins > Manage and Install Plugins… Search for « netcdf » in the All tab. Select and Install NetCDF Browser.
Gregory Giuliani – 11/03/ Click on Add Selection and all selected layers will be visible in your Table of Content. Classifying a NetCDF layer If you wish to classify one layer with a color ramp, you have to :
Gregory Giuliani – 11/03/ Your layer is now classified with 5 classe and a color ramp. Exporting a specific time step in GeoTiff You can export in GeoTiff a specific time step.
Gregory Giuliani – 11/03/
Gregory Giuliani – 11/03/
So far it is not possible to extract a temperature table at a specific location. However, there are two plugins (Value tool, gdal2xyz) that can be useful to retrieve temperatures based on location. Value tool Load the complete NetCDF data set ( Layer > Add Raster Layer… ) Install and launch the Value tool plugin. This is a docket widget that allows you to explore values layers as table or graphs. Click on a specific location (you have the coordinate of the point on the bottom of the plugin window) and you can display values as a table or as a graph. You can select the table (Ctrl + A) and copy/paste the value in an Excel table. gdal 2 xyz The second option is to use the gdal2xyz tool that is available in Processing > Toolbox, under GDAL/OGR > [GDAL] Conversion
Gregory Giuliani – 11/03/
Use the NetCDF Browser to extract two layers at different date. Then go to : Raster > Raster Calculator Double click on your first layer, then click on “-‐“, and finally double-‐click on the second layer. The expression should look like: "temperatures.nc_time=2000-‐ 01 -‐01_band=001@1" -‐ "temperatures.nc_time=2014-‐ 01 -‐01_band=169@169" Give an Output layer name: tempDifferences.tif OK With a color ramp (5 class, inverted), the result will look like:
Gregory Giuliani – 11/03/ You can do the same operation using the Graphical Modeler ( Processing > Graphical modeler ). Inputs: create two Raster Layer and give them a name Algorithms: search for mapcalculator and select the GRASS command r.mapcalculator Double click on it > fill correctly the information (raster layers, Formula) Run the model