Usage
=====

.. _installation:

Installation
------------

To use pytuflow, first install it using pip:

.. code-block:: console

   $ pip install pytuflow

Dependencies
------------

Dependencies are automatically installed when you install pytuflow. The following packages are required:

.. code-block:: text

   numpy
   pandas
   NetCDF4
   h5py
   pyvista
   geopandas
   rasterio
   shapely
   pyproj
   dbfread
   packaging
   pygltflib

.. _quickstart:

Quickstart
----------

The best place to get started is the :ref:`tcf_load_and_run` example, or to browse through the other
:ref:`examples`.
