downloads

Contents

downloads#

Downloadable datasets collected from various sources.

Once downloaded, these datasets are stored locally allowing for the rapid reuse of these datasets.

Files are all hosted in pyvista/data and are downloaded using the download_file function. If you add a file to the example data repository, you should add a download-<dataset> method here which will rendered on this page.

See the Dataset Gallery for detailed information about the datasets, including file and dataset metadata.

Examples#

Download Python source code | Download Jupyter notebook

>>> from pyvista import examples
>>> mesh = examples.download_saddle_surface()
>>> mesh.plot()

Functions

delete_downloads()

Delete all downloaded examples to free space or update the files.

download_3gqp(-> PolyData)

Download a 3GQP dataset.

download_action_figure([load, high_resolution])

Download scan of an action figure.

download_aero_bracket(-> UnstructuredGrid)

Download the finite element solution of an aero bracket.

download_angular_sector(-> UnstructuredGrid)

Download the angular sector dataset.

download_antarctica_velocity(-> PolyData)

Download the Antarctica velocity simulation results.

download_armadillo(-> PolyData)

Download armadillo dataset.

download_avocado(-> MultiBlock)

Download the avocado example.

download_backward_facing_step(-> MultiBlock)

Download an ensight gold case of a fluid simulation.

download_beach(-> ImageData)

Download the beach NRRD image.

download_biplane(-> MultiBlock)

Download biplane dataset.

download_bird(-> ImageData)

Download bird dataset.

download_bird_bath(-> PolyData)

Download a scan of a bird bath created by Ivan Nikolov.

download_bird_texture(-> Texture)

Download bird texture.

download_black_vase(-> PolyData)

Download a black vase scan created by Ivan Nikolov.

download_blood_vessels(-> UnstructuredGrid)

Download data representing the bifurcation of blood vessels.

download_blow(-> UnstructuredGrid)

Download blow dataset.

download_bolt_nut(-> MultiBlock)

Download bolt nut dataset.

download_brain(-> ImageData)

Download brain dataset.

download_brain_atlas_with_sides(-> ImageData)

Download an image of an averaged brain with a right-left label.

download_bunny(-> PolyData)

Download bunny dataset.

download_bunny_coarse(-> PolyData)

Download coarse bunny dataset.

download_cad_model(-> PolyData)

Download cad dataset.

download_cad_model_case(-> PolyData)

Download a CAD model of a Raspberry PI 4 case.

download_caffeine(-> PolyData)

Download the caffeine molecule.

download_cake_easy(-> ImageData)

Download cake dataset.

download_cake_easy_texture(-> Texture)

Download cake texture.

download_can_crushed_hdf(-> UnstructuredGrid)

Download the crushed can dataset.

download_can_crushed_vtu(-> UnstructuredGrid)

Download the crushed can dataset.

download_carburetor(-> PolyData)

Download scan of a carburetor.

download_carotid(-> ImageData)

Download carotid dataset.

download_cavity(-> MultiBlock)

Download cavity OpenFOAM example.

download_cells_nd(-> UnstructuredGrid)

Download example AVS UCD dataset.

download_cgns_multi(-> MultiBlock)

Download a multielement airfoil with a cell centered solution.

download_cgns_structured(-> MultiBlock)

Download the structured CGNS dataset mesh.

download_chest(-> ImageData)

Download chest dataset.

download_cloud_dark_matter(-> PointSet)

Download particles from a simulated dark matter halo.

download_cloud_dark_matter_dense(-> PointSet)

Download a particles from a simulated dark matter halo.

download_clown(-> PolyData)

Download clown dataset.

download_coastlines(-> PolyData)

Download coastlines dataset.

download_coil_magnetic_field(-> ImageData)

Download the magnetic field of a coil.

download_cow(-> PolyData)

Download cow dataset.

download_cow_head(-> PolyData)

Download cow head dataset.

download_crater_imagery(-> Texture)

Download crater texture.

download_crater_topo(-> ImageData)

Download crater dataset.

download_cubemap_park(-> Texture)

Download a cubemap of a park.

download_cubemap_space_16k(-> Texture)

Download the 16k space cubemap.

download_cubemap_space_4k(-> Texture)

Download the 4k space cubemap.

download_cylinder_crossflow(-> MultiBlock)

Download CFD result for cylinder in cross flow at Re=35.

download_damaged_helmet(-> MultiBlock)

Download the damaged helmet example.

download_damavand_volcano(-> ImageData)

Download Damavand volcano model.

download_delaunay_example(-> PolyData)

Download a pointset for the Delaunay example.

download_dicom_stack([load])

Download TCIA DICOM stack volume.

download_dikhololo_night(-> Texture)

Download and read the dikhololo night HDR texture example.

download_disc_quads(-> UnstructuredGrid)

Download disc quads dataset.

download_dolfin(-> UnstructuredGrid)

Download dolfin mesh.

download_doorman(-> PolyData)

Download doorman dataset.

download_dragon(-> PolyData)

Download dragon dataset.

download_drill(-> PolyData)

Download scan of a power drill.

download_dual_sphere_animation(-> MultiBlock)

Download PVD file for double sphere.

download_e07733s002i009([load])

Download an e07733s002i009 image.

download_electronics_cooling(-> MultiBlock)

Download the electronics cooling example datasets.

download_embryo(-> ImageData)

Download a volume of an embryo.

download_emoji(-> ImageData)

Download emoji dataset.

download_emoji_texture(-> Texture)

Download emoji texture.

download_exodus(-> MultiBlock)

Sample ExodusII data file.

download_face(-> PolyData)

Download face dataset.

download_face2(-> PolyData)

Download scan of a man's face.

download_faults(-> PolyData)

Download faults dataset.

download_fea_bracket(-> UnstructuredGrid)

Download the finite element solution of a bracket.

download_fea_hertzian_contact_cylinder(...)

Download a hertzian contact finite element solution.

download_file(filename)

Download a single file from the pyvista/data repository.

download_filled_contours(-> PolyData)

Download filled contours dataset.

download_flamingo(-> MultiBlock)

Download the flamingo example.

download_foot_bones(-> PolyData)

Download foot bones dataset.

download_frd(*[, load])

Download a sample CalculiX FRD file.

download_frog(-> ImageData)

Download frog dataset.

download_full_head(-> ImageData)

Download the full head image.

download_gearbox(-> MultiBlock)

Download the gearbox example.

download_gears(-> PolyData)

Download gears dataset.

download_gif_simple(-> ImageData)

Download a simple three frame GIF.

download_gourds(-> ImageData)

Download gourds dataset.

download_gourds_pnm(-> ImageData)

Download gourds dataset from pnm file.

download_gourds_texture(-> Texture)

Download gourds texture.

download_gpr_data_array(-> ndarray)

Download GPR example data array.

download_gpr_path(-> PolyData)

Download GPR example path.

download_grasshopper(-> MultiBlock)

Download the grasshopper example.

download_great_white_shark(-> PolyData)

Download great white shark dataset.

download_grey_nurse_shark(-> PolyData)

Download grey nurse shark dataset.

download_guitar(-> PolyData)

Download guitar dataset.

download_head(-> ImageData)

Download head dataset.

download_head_2(-> ImageData)

Download head dataset.

download_headsq(-> ImageData)

Download the headsq dataset.

download_honolulu(-> PolyData)

Download Honolulu dataset.

download_horse(-> PolyData)

Download horse dataset.

download_horse_points(-> PolyData)

Download horse points dataset.

download_human(-> PolyData)

Download human dataset.

download_iron_protein(-> ImageData)

Download iron protein dataset.

download_ivan_angel(-> PolyData)

Download a scan of an angel statue created by Ivan Nikolov.

download_kitchen(-> StructuredGrid)

Download structured grid of kitchen with velocity field.

download_knee(-> ImageData)

Download knee dataset.

download_knee_full(-> ImageData)

Download full knee dataset.

download_letter_a(-> UnstructuredGrid)

Download letter a dataset.

download_letter_k(-> PolyData)

Download letter k dataset.

download_lidar(-> PolyData)

Download lidar dataset.

download_lincoln_life_mask(*[, load])

Download the life mask of Abraham Lincoln.

download_lobster(-> PolyData)

Download scan of a lobster.

download_louis_louvre(-> PolyData)

Download the Louis XIV de France statue at the Louvre, Paris.

download_lshape(-> MultiBlock)

Download LShape dataset in EnSight format.

download_lucy(-> PolyData)

Download the lucy angel mesh.

download_m4_total_density(-> ImageData)

Download a total density dataset of the chemistry.

download_masonry_texture(-> Texture)

Download masonry texture.

download_meshio_xdmf(-> MultiBlock)

Download xdmf file created by meshio.

download_milk_truck(-> MultiBlock)

Download the milk truck example.

download_model_with_variance(-> UnstructuredGrid)

Download model with variance dataset.

download_moonlanding_image(-> ImageData)

Download the Moon landing image.

download_motor(-> PolyData)

Download motor dataset.

download_mount_damavand(-> PolyData)

Download the Mount Damavand dataset.

download_mug(-> MultiBlock)

Download mug dataset.

download_naca(-> MultiBlock)

Download NACA airfoil dataset in EnSight format.

download_nefertiti(-> PolyData)

Download mesh of Queen Nefertiti.

download_nek5000(-> UnstructuredGrid)

Download 2D nek5000 data example.

download_notch_displacement(-> UnstructuredGrid)

Download the FEA displacement result from a notched beam.

download_notch_stress(-> UnstructuredGrid)

Download the FEA stress result from a notched beam.

download_oblique_cone(-> PolyData)

Download oblique cone dataset.

download_office(-> StructuredGrid)

Download office dataset.

download_openfoam_tubes(-> MultiBlock)

Download tubes OpenFOAM example.

download_owl(-> PolyData)

Download a scan of an owl statue created by Ivan Nikolov.

download_parallel_exodus(-> MultiBlock)

Download parallel Exodus dataset.

download_parched_canal_4k(-> Texture)

Download parched canal 4k dataset.

download_particles(-> PolyData)

Download a particle dataset.

download_particles_lethe(-> UnstructuredGrid)

Download a particles dataset generated by lethe.

download_pepper(-> PolyData)

Download scan of a pepper (capsicum).

download_pine_roots(-> PolyData)

Download pine roots dataset.

download_plastic_vase(-> PolyData)

Download a scan of a plastic vase created by Ivan Nikolov.

download_poly_line(-> PolyData)

Download polyline dataset.

download_prism(-> UnstructuredGrid)

Download a prism model.

download_prostar(-> UnstructuredGrid)

Download a prostar dataset.

download_prostate(-> ImageData)

Download prostate dataset.

download_pump_bracket(-> UnstructuredGrid)

Download the pump bracket example dataset.

download_puppy(-> ImageData)

Download puppy dataset.

download_puppy_texture(-> Texture)

Download puppy texture.

download_quadratic_pyramid(-> UnstructuredGrid)

Download quadratic pyramid dataset.

download_rectilinear_grid(-> RectilinearGrid)

Download rectilinear grid dataset.

download_reservoir(-> ExplicitStructuredGrid)

Download the UNISIM-II-D reservoir model.

download_rgba_texture(-> Texture)

Download a texture with an alpha channel.

download_room_cff(-> MultiBlock)

Download a room model in CFF format.

download_room_surface_mesh(-> PolyData)

Download the room surface mesh.

download_saddle_surface(-> PolyData)

Download saddle surface dataset.

download_sea_vase(-> PolyData)

Download a scan of a sea vase created by Ivan Nikolov.

download_sextant(-> MultiBlock)

Download the sextant example.

download_shark(-> PolyData)

Download shark dataset.

download_single_sphere_animation(-> MultiBlock)

Download PVD file for single sphere.

download_sky_box_cube_map(-> Texture)

Download a skybox cube map texture.

download_sky_box_nz(-> ImageData)

Download skybox-nz dataset.

download_sky_box_nz_texture(-> Texture)

Download skybox-nz texture.

download_sparse_points(-> PolyData)

Download sparse points data.

download_spider(-> PolyData)

Download spider dataset.

download_st_helens(-> ImageData)

Download Saint Helens dataset.

download_stars_cloud_hyg(-> PolyData)

Download a point cloud of stars as computed by the HYG Database.

download_structured_grid(-> StructuredGrid)

Download structured grid dataset.

download_structured_grid_two(-> StructuredGrid)

Download structured grid two dataset.

download_t3_grid_0(-> ImageData)

Download a T3 grid 0 image.

download_teapot(-> PolyData)

Download teapot dataset.

download_teapot_vrml(-> MultiBlock)

Download a 2-manifold solid version of the famous teapot example.

download_tecplot_ascii(-> MultiBlock)

Download the single block ASCII Tecplot dataset.

download_tensors(-> UnstructuredGrid)

Download tensors dataset.

download_tetra_dc_mesh(-> MultiBlock)

Download two meshes defining an electrical inverse problem.

download_tetrahedron(-> UnstructuredGrid)

Download tetrahedron dataset.

download_thermal_probes(-> PolyData)

Download thermal probes dataset.

download_topo_global(-> PolyData)

Download topo dataset.

download_topo_land(-> PolyData)

Download topo land dataset.

download_torso(-> PolyData)

Download torso dataset.

download_tri_quadratic_hexahedron(...)

Download triquadratic hexahedron dataset.

download_trumpet(-> PolyData)

Download trumpet dataset.

download_turbine_blade(-> PolyData)

Download scan of a turbine blade.

download_unstructured_grid(-> UnstructuredGrid)

Download unstructured grid dataset.

download_urn(-> PolyData)

Download scan of a burial urn.

download_usa(-> PolyData)

Download USA dataset.

download_usa_texture(-> Texture)

Download USA texture.

download_victorian_goblet_face_illusion(...)

Download Victorian Goblet face illusion.

download_vtk(-> PolyData)

Download vtk dataset.

download_vtk_logo(-> Texture)

Download a texture of the VTK logo.

download_warping_spheres(-> PartitionedDataSet)

Download warping spheres dataset.

download_washington_bust(*[, load])

Download a bust of George Washington.

download_wavy(-> MultiBlock)

Download PVD file of a 2D wave.

download_whole_body_ct_female(-> MultiBlock)

Download a CT image of a female subject with 117 segmented anatomic structures.

download_whole_body_ct_male(-> MultiBlock)

Download a CT image of a male subject with 117 segmented anatomic structures.

download_woman(-> PolyData)

Download scan of a woman.

download_yinyang(-> ImageData)

Download yinyang dataset.

file_from_files(target_path, fnames)

Return the full path of a single file within a list of files.