Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

ckanext-dc-view

Package Overview
Dependencies
Maintainers
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ckanext-dc-view

Preview DC data on DCOR

  • 0.11.0
  • PyPI
  • Socket score

Maintainers
2

ckanext-dc_view

|PyPI Version| |Build Status| |Coverage Status|

A CKAN resource view for DC data. The preview includes metadata from the HDF5 attributes and a summary plot (scatter plot of brightness vs. area and image, contour, mask, and fluorescence data for one event). This plugin registers a background job for generating the overview plot after a DC resource has been created.

This extensione implements:

  • A default view for RT-DC (mimetype) resources

  • A background job that generates the preview image

  • A background job that uploads preview images to the S3 object store

  • A route that makes the preview image available via "/dataset/{id}/resource/{resource_id}/preview.jpg"

  • CLI:

    • add CKAN command run-jobs-dc-view that runs all background jobs for all resources (if not already done)

Installation

::

pip install ckanext-dc_view

Add this extension to the plugins and defaul_views in ckan.ini:

::

ckan.plugins = [...] dc_view
ckan.views.default_views = [...] dc_view

Testing

Testing can be done via vagrant in a virtual machine using the dcor-test <https://app.vagrantup.com/paulmueller/boxes/dcor-test/> image. Make sure that vagrant and virtualbox are installed and run the following commands in the root of this repository:

::

# Setup virtual machine using `Vagrantfile`
vagrant up
# Run the tests
vagrant ssh -- sudo bash /testing/vagrant-run-tests.sh

.. |PyPI Version| image:: https://img.shields.io/pypi/v/ckanext.dc_view.svg :target: https://pypi.python.org/pypi/ckanext.dc_view .. |Build Status| image:: https://img.shields.io/github/actions/workflow/status/DCOR-dev/ckanext-dc_view/check.yml :target: https://github.com/DCOR-dev/ckanext-dc_view/actions?query=workflow%3AChecks .. |Coverage Status| image:: https://img.shields.io/codecov/c/github/DCOR-dev/ckanext-dc_view :target: https://codecov.io/gh/DCOR-dev/ckanext-dc_view

Keywords

FAQs


Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc