Skip to content

Commit

Permalink
Merge pull request IQSS#9380 from IQSS/8984-geojson
Browse files Browse the repository at this point in the history
document GeoJSON and list file previewers IQSS#8984
  • Loading branch information
kcondon authored Feb 10, 2023
2 parents 0d37488 + 2344dad commit e4ebced
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions doc/sphinx-guides/source/user/dataset-management.rst
Original file line number Diff line number Diff line change
Expand Up @@ -191,6 +191,23 @@ File Previews

Dataverse installations can add previewers for common file types uploaded by their research communities. The previews appear on the file page. If a preview tool for a specific file type is available, the preview will be created and will display automatically, after terms have been agreed to or a guestbook entry has been made, if necessary. File previews are not available for restricted files unless they are being accessed using a Private URL. See also :ref:`privateurl`.

Previewers are available for the following file types:

- Text
- PDF
- Tabular (CSV, Excel, etc., see :doc:`tabulardataingest/index`)
- Code (R, etc.)
- Images (PNG, GIF, JPG)
- Audio (MP3, MPEG, WAV, OGG, M4A)
- Video (MP4, OGG, Quicktime)
- Zip (preview and extract/download)
- HTML
- GeoJSON
- NetCDF/HDF5 (NcML format)
- Hypothes.is

Additional file types will be added to the `dataverse-previewers <https://github.com/gdcc/dataverse-previewers>`_ repo before they are listed above so please check there for the latest information or to request (or contribute!) an additional file previewer.

Installation of previewers is explained in the :doc:`/admin/external-tools` section of in the Admin Guide.

Tabular Data Files
Expand Down Expand Up @@ -310,6 +327,13 @@ Astronomy (FITS)

Metadata found in the header section of `Flexible Image Transport System (FITS) files <http://fits.gsfc.nasa.gov/fits_primer.html>`_ are automatically extracted by the Dataverse Software, aggregated and displayed in the Astronomy Domain-Specific Metadata of the Dataset that the file belongs to. This FITS file metadata, is therefore searchable and browsable (facets) at the Dataset-level.

.. _geojson:

GeoJSON
-------

A map will be shown as a preview of GeoJSON files when the previewer has been enabled (see :ref:`file-previews`). See also a `video demo <https://www.youtube.com/watch?v=EACJJaV3O1c&t=588s>`_ of the GeoJSON previewer by its author, Kaitlin Newson.

.. _netcdf-and-hdf5:

NetCDF and HDF5
Expand Down

0 comments on commit e4ebced

Please sign in to comment.