Chart from netCDF file
This page is designed to provide a chart generated by the data from netCDF file. The geometry is provided by the user as a geojson file.
- The layout and content of this page is defined in the template
located at
templates\WebApp\chart_from_netCDF.html
.
- For layout and styling we rely on standard bootstrap containers, however,
you can add your own CSS classes in the
WebApp\static\css\base.css and WebApp\static\css\chart.css
files.
- The custom interaction used for the search box is implemented through javaScript,
in
WebApp\static\js\chart_from_netCDF.js
.
- The code for this Django view is in the chart_netcdf function, located in
WebApp\views.py
- The URL for this page is defined through the urlpatterns
array, in
SERVIR_AppTemplate\urls.py
- The text for this popup window is located at
templates\WebApp\chart_from_netCDF_about.html
-
Download Resources: Sample geojson
file NetCDF file
used in the example