Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tobeycarman/QLNetcdf
A QuickLook Plugin for previewing NetCDF files.
https://github.com/tobeycarman/QLNetcdf
Last synced: 3 months ago
JSON representation
A QuickLook Plugin for previewing NetCDF files.
- Host: GitHub
- URL: https://github.com/tobeycarman/QLNetcdf
- Owner: tobeycarman
- License: mit
- Created: 2013-08-10T07:51:51.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2020-11-04T22:45:33.000Z (about 4 years ago)
- Last Synced: 2024-06-11T16:31:57.322Z (5 months ago)
- Language: C
- Size: 130 KB
- Stars: 11
- Watchers: 5
- Forks: 7
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- Mac-QuickLook - QLNetcdf
README
QLNetcdf
========
A QuickLook Plugin for previewing
[NetCDF](http://www.unidata.ucar.edu/software/netcdf/) files. Use 'spacebar'
when navigating in OSX Finder to view the "header" (info ouput by `ncdump -h`)
for NetCDF files.__Requires that `ncdump` is installed at `/usr/local/bin` !__
Fortunately if you installed `netcdf` using [Homebrew](http://brew.sh) (with
the default settings) then `ncdump` should exist in the correct location
already.Example
-------
Here is an example.![Screen shot](/images/example0.png?raw=true "QLNetcdf generator in action")
Installing
-----------
Download one of the releases and copy the QLNetcdf.qlgenerator file to your
`~/Library/QuickLook/` directory (or `/Library/QuickLook/` to make the plugin
available to all users).You may have to force the QuickLook Server to reload so it picks up the new
generator:$ qlmnange -r
Known Issues
------------
Sometimes the plugin fails to work (no preview is rendered). The best fix I
have found is to force-relaunch Finder (`cmd+option+esc`)Building
--------
The xcode project file is supplied with the project. The project has been built
with xcode 4.6 and xcode 5.1