Extension Cartodbmap


Extension Basics

Title
Cartodbmap
Name
ckanext-cartodbmap
Type
Public extension
Description
CKAN CartoDB ResourceView
CKAN versions
Download-Url (zip)
Last commit
9 years ago (2016-11-22 17:52:20)
Url to repo
Category
Visualization & Analytics


Background Infos

Description (long)
Show details

=============

ckanext-cartodbmap (CKAN Carto ResourceView)

Use Carto as a more powerful/performant way to visualize geospatial data in CKAN. And not just visualize, but actually start telling stories as well with round-tripping support with the Carto Builder editor.


Config Settings

Add following in config settings::

ckanext.cartodbmap.cartodb.username = <CartoDB Username Here> 
ckanext.cartodbmap.cartodb.key = <API Key here> 

The following can also be optionally added::

Set a limit for DataStore resources. Resources with a row count higher than the limit will not have a view created, the default value is 100000::

ckanext.cartodbmap.datastore.limit = 100000

Remove geojson_preview from ckan.plugins list

Disable current default geojson view (removes geojson from the list)::

ckan.preview.json_formats = json gjson

Development Installation

To install ckanext-cartodbmap for development, activate your CKAN virtualenv and do::

git clone https://github.com/Ontodia/ckanext-cartodbmap.git
cd ckanext-cartodbmap
python setup.py develop
pip install -r dev-requirements.txt
Version
Version release date
(not set)
Contact name
(not set)
Contakt email
(not set)
Contact Url
(not set)


Installation Guide

Configuration hints
Plugins to configure (ckan.ini)
cartodbmap
CKAN Settings (ckan.ini)
# ckanext.cartodbmap.cartodb.username = <CartoDB Username Here> 
# ckanext.cartodbmap.cartodb.key = <API Key here> 
# ckanext.cartodbmap.datastore.limit = 100000
DB migration to be executed
(not set)
<< back to Extensions