Personal tools

ASAR Data Visualization

From hpcwiki

Jump to: navigation, search

Contents

ASAR Visualization Tool: Climate View

Data

All data is stored in the server with IP 172.20.150.34, within the folder /media/hpclab-data/climate/, set to ($CLIMATE_DATA)

WRF simulation results data

  • Description: various WRF model simulation results, both netcdf-based files and raw files extracted for structure characterization.
  • Folder: ($CLIMATE_DATA)/wrf-data/

GTOPO30 relief data (elevation maps)

  • Description: elevation maps for Earth surface. Resolution 30" of arc.
  • Folder: ($CLIMATE_DATA)/gtopo30/

Shoreline data (geography)

  • Description: Polylines representing shorelines, rivers, lakes and political borders. Resolution: 90 m.
  • Folder: ($CLIMATE_DATA)/shores/

Satellite imagery

  • Description: LANSAT images (to be downloaded).
  • Preview:
  • Folder: ($CLIMATE_DATA)/satellite/

Terrain

  • Description: different kind of textures corresponding to earth soil
  • Preview:
  • Folder: ($CLIMATE_DATA)/terrain/

Project Documentation

Module specification

Georreferenced coordinates

3D Scenario and elevation map

Input:

  • Palette
  • Texture (optional)
  • GTopo30 data
  • Shorelines
  • Geonames (optional)

Volume Rendering

Isosurfaces 3D

Isolines 3D

Stream Lines

Project Source

HPCLab git repository

  • git repository creation: Para la creación del repositorio se requiere crear una estructura de carpetas inicial que se hace mediante el siguiente comando
    • ./StructureCreation.sh climateView

Se inicializa el repositorio en git a través del siguiente comando

  • git init

Después se agregan las carpetas mediante los siguientes comandos

  • git add .
  • git commit -m "Inicio del Repositorio"
  • git project cloning:

Para clonar el repositorio se utiliza el siguiente comando

  • git clone ssh://username@host-name/var/repo/climateView.git