:orphan:
.. sample-data:
Sample Data
===========
Xugrid provides some sample data and ways of generating synthetic data through
the :mod:`xugrid.data` module.
Where are my data files?
------------------------
The sample data files are downloaded automatically by :mod:`pooch` the first
time you load them. The files are saved to the default cache location on your
operating system. The location varies depending on your system and
configuration. We provide the :func:`xugrid.data.locate` function if you
need to find the data storage location on your system.
You can change the base data directory by setting the ``XUGRID_DATA_DIR``
environment variable to the desired path.
Available datasets
------------------
These are the datasets currently available:
.. raw:: html
.. thumbnail-parent-div-open
.. raw:: html
.. only:: html
.. image:: /sample_data/images/thumb/sphx_glr_provinces_nl_thumb.png
:alt:
:doc:`/sample_data/provinces_nl`
.. raw:: html
Provinces NL
.. raw:: html
.. only:: html
.. image:: /sample_data/images/thumb/sphx_glr_xoxo_thumb.png
:alt:
:doc:`/sample_data/xoxo`
.. raw:: html
Xoxo
.. raw:: html
.. only:: html
.. image:: /sample_data/images/thumb/sphx_glr_elevation_nl_thumb.png
:alt:
:doc:`/sample_data/elevation_nl`
.. raw:: html
Elevation NL
.. raw:: html
.. only:: html
.. image:: /sample_data/images/thumb/sphx_glr_adh_san_diego_thumb.png
:alt:
:doc:`/sample_data/adh_san_diego`
.. raw:: html
ADH San Diego
.. raw:: html
.. only:: html
.. image:: /sample_data/images/thumb/sphx_glr_disk_thumb.png
:alt:
:doc:`/sample_data/disk`
.. raw:: html
Disk
.. raw:: html
.. only:: html
.. image:: /sample_data/images/thumb/sphx_glr_network_thumb.png
:alt:
:doc:`/sample_data/network`
.. raw:: html
HyDAMO Network
.. thumbnail-parent-div-close
.. raw:: html
.. toctree::
:hidden:
/sample_data/provinces_nl
/sample_data/xoxo
/sample_data/elevation_nl
/sample_data/adh_san_diego
/sample_data/disk
/sample_data/network
.. only:: html
.. rst-class:: sphx-glr-signature
`Gallery generated by Sphinx-Gallery