{% extends "base.html" %} {% block body_class %}index{% endblock %} {% block content %} {{ render_markdown(""" # Derived data products We provide a number of derived data products based on this dataset. Documentation for the derived data products is in sections 4 and 5 of the [data products document](http://ivilab.cs.arizona.edu/data/tomcat/data_products.pdf). - [Filtered synchronized data (1.1 TB)](https://ivilab.cs.arizona.edu/ivilab/data/tomcat/derived/release_2023_07_17_19.tar.gz). Uploaded 2023-07-19. See [here](/updates/2023-07-19) for details. ## Older versions We always recommend using the latest version of the derived data products. However, we will continue to provide the older versions for as long as we feasibly can. - [Filtered synchronized data (168 GB)](https://ivilab.cs.arizona.edu/ivilab/data/tomcat/derived/filtered_synchronized_data.tar.gz) Uploaded 2023-06-14. """) }} {% endblock %}