ckanext-plotly
CKAN Chart viewer / builder built around plotly.js and the Plotly react-chart-editor
This is a fork of USEPA/ckanext-plotly, adapted for the Fair3R CKAN portal (CNRS/IGBMC).
Requirements
Compatibility with core CKAN versions:
| CKAN version | Compatible? |
|---|---|
| 2.7 and earlier | no |
| 2.8 | not tested |
| 2.9 | yes |
Installation
For example installing any non-Python dependencies or adding any required config settings.
To install ckanext-plotly:
-
Activate your CKAN virtual environment, for example:
. /usr/lib/ckan/default/bin/activate
-
Install via pip:
pip install ckanext-fair3r-plotly pip install -r requirements.txt
Or, to install from source:
git clone cd ckanext-plotly pip install -e . pip install -r requirements.txt
-
Add
plotlyand/orplotly_explorerto theckan.pluginssetting in your CKAN config file (by default the config file is located at/etc/ckan/default/ckan.ini). -
Restart CKAN
Config settings
None at present
Developer installation
To install ckanext-plotly for development, activate your CKAN virtualenv and do:
git clone <url-of-this-repository>
cd ckanext-plotly
python setup.py develop
pip install -r dev-requirements.txt
Rebuilding the editor/explorer
The editor/explorer is built off of react-chart-editor. At present this being react based application necessitates some effort to export for use as a CKAN javascript asset. To accomplish this the following manual process is has been employed. A customized build process would be a great addition!
-
Build the editor interface via npm:
cd ckanext-plotly/editor_app/src npm run build -
Copy the built js and css bundles over to the CKAN location
cp ../build/static/css/main*.css ../../ckanext/plotly/public/plotly_edit_app.css cp ../build/static/css/main*.css.map ../../ckanext/plotly/public/plotly_edit_app.css.map cp ../build/static/js/main*.js ../../ckanext/plotly/public/plotly_edit_app.js cp ../build/static/js/main*.js.map ../../ckanext/plotly/public/plotly_edit_app.js.map -
Edit the source map in the final line in plotly_edit_app.css and plotly_edit_app.js.map to point to the appropriate map file
Tests
To run the tests, do:
pytest --ckan-ini=test.ini ckanext
Disclaimer
The United States Environmental Protection Agency (EPA) GitHub project code is provided on an "as is" basis and the user assumes responsibility for its use. EPA has relinquished control of the information and no longer has responsibility to protect the integrity , confidentiality, or availability of the information. Any reference to specific commercial products, processes, or services by service mark, trademark, manufacturer, or otherwise, does not constitute or imply their endorsement, recommendation or favoring by EPA. The EPA seal and logo shall not be used in any manner to imply endorsement of any commercial product or activity by EPA or the United States Government.
Release files for ckanext-fair3r-plotly 0.0.2.10
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| ckanext_fair3r_plotly-0.0.2.10.tar.gz | 3.4 MB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| ckanext_fair3r_plotly-0.0.2.10-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 6.7 MB
Release files / ckanext_fair3r_plotly-0.0.2.10.tar.gz
| Download URL | ckanext_fair3r_plotly-0.0.2.10.tar.gz |
|---|---|
| Size | 3.4 MB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
317676b0868b864d3eac9541704de12c5b89bd3fd89cf76e0774552384cc24ea
|
|
BLAKE2b-256 checksum How to use checksums |
bc4f68f76b5f6dae7909ffc9c49b2e8290070c113aa9a67cf9b533efb8218aca
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/7.0.0 CPython/3.10.21
|
Release files / ckanext_fair3r_plotly-0.0.2.10-py3-none-any.whl
| Download URL | ckanext_fair3r_plotly-0.0.2.10-py3-none-any.whl |
|---|---|
| Size | 3.4 MB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
2cec31817a4c4c8515c5e037224c32178ad9b475adc19c3fb7188ae8e2cfd263
|
|
BLAKE2b-256 checksum How to use checksums |
6979790b04e2d76b8b06522620f03f09423646872466d33871521aea1142a654
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/7.0.0 CPython/3.10.21
|