Data importers, demos and web service daemons for the Amsterdam instance of the CitySDK LD API.
All importers need the CITYSDK_CONFIG
environment variable set to the path of a CitySDK LD API configuration file. This file specifies an API endpoint URL, as well as login credentials. An example file is available in the CitySDK LD repository. You can set CITYSDK_CONFIG
with export
:
export CITYSDK_CONFIG=<path to CitySDK configuration file>