Hello everyone! First week of my project for GSoC about access to geoprocessing tools with Scripting Framework for gvSIG 2.x. My mentor Joaquin del Cerro give to me one initial script, and with this initial code, i will try to develop all my project.
For now, i will be calling my project with the name of: gvpy
1. What did you get done this week?
I’m learning about how to use gvSIG, SEXTANTE, and how to make them work together. I’ve already find the way to load all the algorithms of SEXTANTE, and also i executed some easy algorithms with vectorial layers. I’m bit slow, I’m still getting used to code for gvsig. I never worked with a project of this size.
2. What do you plan on doing next week?
I will keep trying to make all work, trying to access to all algorithm properties, like Analysis Extent.
3. Are you blocked on anything?
I’m still not sure how to mix Jython object, Java objetc, gvSIG object and SEXTANTE object. Not sure how to pass all info to one algorithm, but i’m learning and i’m better finding info in the javadocs.
You can find my code here: https://github.com/oscar9/gvpy
I will appreciate any information about developing for gvSIG and SEXTANTE