# NETCDF Time Annotation

**URL:** https://discourse.paraview.org/t/netcdf-time-annotation/3695
**Category:** ParaView Support
**Created:** [February 28, 2020, 1:09pm UTC](https://discourse.paraview.org/t/netcdf-time-annotation/3695 "2020-02-28T13:09:25Z")
**Posts on this page:** 4
**Page:** 1

<div class="post-metadata">

### Author: ![yvonneg](https://discourse.paraview.org/letter_avatar_proxy/v4/letter/y/50afbb/32.png) [@yvonneg](https://discourse.paraview.org/u/yvonneg)
#### Post date: [February 28, 2020, 1:09pm UTC](https://discourse.paraview.org/t/netcdf-time-annotation/3695/1 "2020-02-28T13:09:25Z")

</div>

Hi  
I’m working with netcdf files in paraview (version 5.7) and I need to use the filter ‘NetCDF Time Annotation’, but the filter depends on the python module netcdftime. How do I install netcdftime for paraview on linux? Or Is there a different method in paraview to display date and time in render view, when working with netcdf files?

---

<div class="post-metadata">

### Author: ![mwestphal](https://discourse.paraview.org/user_avatar/discourse.paraview.org/mwestphal/32/17_2.png) [@mwestphal](https://discourse.paraview.org/u/mwestphal)
#### Post date: [February 28, 2020, 1:34pm UTC](https://discourse.paraview.org/t/netcdf-time-annotation/3695/2 "2020-02-28T13:34:25Z")

</div>

If you are building ParaView yourself, you can install netcdftime on your system.  
If your using the download binary release of ParaView, you can’t use this plugin.

---

<div class="post-metadata">

### Author: ![yvonneg](https://discourse.paraview.org/letter_avatar_proxy/v4/letter/y/50afbb/32.png) [@yvonneg](https://discourse.paraview.org/u/yvonneg)
#### Post date: [March 2, 2020, 10:28am UTC](https://discourse.paraview.org/t/netcdf-time-annotation/3695/3 "2020-03-02T10:28:06Z")

</div>

Ok, thank you. To build ParaView on my own I should follow these instructions?: [https://www.paraview.org/Wiki/ParaView:Build\_And\_Install](https://www.paraview.org/Wiki/ParaView:Build_And_Install)

Is there a given method for how the python module ‘netcdftime’ should be installed in the paraview environment, or is it enough to have it

installed on my machine?

```auto

```

---

<div class="post-metadata">

### Author: ![aron.helser](https://discourse.paraview.org/user_avatar/discourse.paraview.org/aron.helser/32/13_2.png) [@aron.helser](https://discourse.paraview.org/u/aron.helser)
#### Post date: [March 2, 2020, 3:43pm UTC](https://discourse.paraview.org/t/netcdf-time-annotation/3695/4 "2020-03-02T15:43:04Z")

</div>

Please follow the current instructions in the repository:  
[https://gitlab.kitware.com/paraview/paraview/blob/master/Documentation/dev/build.md](https://gitlab.kitware.com/paraview/paraview/blob/master/Documentation/dev/build.md)  
I’ve updated the wiki to point there.

You will want to install netcdftime in python on your machine, then choose the cmake option PARAVIEW\_ENABLE\_PYTHON=ON as indicated in the instructions.
