orbisgis / orbisrcp

Repository for all RCP plugins, features and repositories.
GNU Lesser General Public License v3.0
0 stars 4 forks source link

Groovy console #6

Open ebocher opened 5 years ago

ebocher commented 5 years ago

Add a light groovy console in dbeaver to interact with the data (JDBC connexion), use OrbisData library (https://github.com/orbisgis/orbisdata) and all processes developed by the community (climate change studies, noise map…). https://github.com/orbisgis/orbisgis-official-plugins/tree/master/groovyConsole

Features

ebocher commented 5 years ago

First preview. So nice ! @SPalominos CLAP, CLAP

groovy_dbeaver

@serge-rider

ebocher commented 5 years ago

Syntax colouring must take into account comments as

/*osm_chain_db.eachRow("SELECT * FROM PUBLIC.BUILDING"){ row -> 
    logger.info row.the_geom.buffer(10)
}*/

@SPalominos

ebocher commented 5 years ago

Display log4j messages in the dbeaver logger panel

ebocher commented 5 years ago

Remove data folder. Add licence header @SPalominos

ebocher commented 4 years ago

Add license info to the plugin.xml to populate the accepted license wizard. @SPalominos

ebocher commented 4 years ago

I will add the license agreement @SPalominos