Command Documentation

Command Documentation

Index

    check_for_updates()

Check Retriever scripts for updates.

source
    dataset_names()

Return list of all available dataset names.

source
    download(dataset; path::String="./", quite::Bool=false,
                subdir::String="", debug::Bool=false, use_cache::Bool=false)

Download scripts for retriever.

source

    install_csv(dataset; table_name::String="", compile::Bool=false,
        data_dir=pwd(), debug::Bool=false, use_cache::Bool=true)

Install Retriever scripts in csv format.

source
    install_json(dataset; table_name::String="", data_dir=pwd(),
    debug::Bool=false, use_cache::Bool=true)

Install Retriever scripts in json format.

source
    install_msaccess(dataset; file::String="", table_name::String="",
                data_dir=pwd(), debug::Bool=false, use_cache::Bool=true)

Install Retriever scripts in msacces.

source
    install_mysql(dataset; user::String="root",
                password::String="", host::String="localhost",
                port::Int=3306, database_name::String="", table_name::String="",
                compile::Bool=false, debug::Bool=false, quite::Bool=false,
                use_cache::Bool=true)

Install Retriever scripts in mysql database.

source
    install_postgres(dataset; user::String="postgres",
                password::String="", host::String="localhost",
                port::Int=5432, database::String="postgres",
                database_name::String="", table_name::String="", bbox::Any=[],
                debug::Bool=false, use_cache::Bool=true)

Install Retriever scripts in database.

source
    install_sqlite(dataset; file::String="", table_name::String="",
                data_dir=pwd(), debug::Bool=false,
                use_cache::Bool=true)

Install Retriever scripts in database.

source
    install_xml(dataset; table_name::String="", compile::Bool=false, data_dir=pwd(), 
            debug::Bool=false, use_cache::Bool=true)

Install Retriever scripts in xml format.

source
    reset_retriever(scope::String="all", ask_permission::Bool=true)

Retriever reset scripts or data or all.

source
    reload_scripts()

Retriever reload scripts.

source