Command Documentation
Index
Main.Retriever.check_for_updatesMain.Retriever.dataset_namesMain.Retriever.downloadMain.Retriever.install_csvMain.Retriever.install_jsonMain.Retriever.install_msaccessMain.Retriever.install_mysqlMain.Retriever.install_postgresMain.Retriever.install_sqliteMain.Retriever.install_xmlMain.Retriever.reload_scriptsMain.Retriever.reset_retriever
Main.Retriever.check_for_updates — Method. check_for_updates()Check Retriever scripts for updates.
Main.Retriever.dataset_names — Method. dataset_names()Return list of all available dataset names.
Main.Retriever.download — Method. download(dataset; path::String="./", quite::Bool=false,
subdir::String="", debug::Bool=false, use_cache::Bool=false)Download scripts for retriever.
Main.Retriever.install_csv — Method.
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.
Main.Retriever.install_json — Method. install_json(dataset; table_name::String="", data_dir=pwd(),
debug::Bool=false, use_cache::Bool=true)Install Retriever scripts in json format.
Main.Retriever.install_msaccess — Method. install_msaccess(dataset; file::String="", table_name::String="",
data_dir=pwd(), debug::Bool=false, use_cache::Bool=true)Install Retriever scripts in msacces.
Main.Retriever.install_mysql — Method. 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.
Main.Retriever.install_postgres — Method. 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.
Main.Retriever.install_sqlite — Method. install_sqlite(dataset; file::String="", table_name::String="",
data_dir=pwd(), debug::Bool=false,
use_cache::Bool=true)Install Retriever scripts in database.
Main.Retriever.install_xml — Method. 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.
Main.Retriever.reset_retriever — Function. reset_retriever(scope::String="all", ask_permission::Bool=true)Retriever reset scripts or data or all.
Main.Retriever.reload_scripts — Method. reload_scripts()Retriever reload scripts.