GSoC ’14: Week 3 – import gvpy

jythonOne week more developing for Google Summer of Code.

Website: [gvpy project] on Github

 

Now, you could start trying my new library,i will show you how now:

 

How install gvpy?

  1. Download gvpy.py
  2. Move to this directory for Windows: C:\Users\[your name]\gvSIG\plugins\org.gvsig.scripting.app.extension\lib
  3. Open gvSIG 2 Desktop, and go to Scripting Composer or Jython Console.
  4. Write before your scripts: import gvpy

There are some bugs, but i will fix them next week. You could try commands like:

geoprocessSearch(» «)
geoprocessHelp(«closegapsnn»)
geoprocessHelp(«perturbatepointslayer»)
r = geoprocess(…) #You can find with geoprocessHelp() with parameters do you need

r = geoprocess(«perturbatepointslayer», LAYER = gvsig.currentLayer(),MEAN = 10, STDDEV = 10 )

or…

addFeature(), addField(), removeField()….

1. What did you get done this week?

After few days trying and doing some test, i decided give one step back, check again info about gvSIG, SEXTANTE, and how python manage classes.

 

2. What do you plan on doing next week?

I will start fixing some bugs from last week. I will try to make one stable library, that works perfectly with simples algorithms

 

3. Are you blocked on anything?

Thats why i decidad give one step back, now i have things more clear.

 

[Spanish post]

 

2 comentarios sobre “GSoC ’14: Week 3 – import gvpy

Agrega el tuyo

Deja una respuesta

Introduce tus datos o haz clic en un icono para iniciar sesión:

Logo de WordPress.com

Estás comentando usando tu cuenta de WordPress.com. Salir /  Cambiar )

Imagen de Twitter

Estás comentando usando tu cuenta de Twitter. Salir /  Cambiar )

Foto de Facebook

Estás comentando usando tu cuenta de Facebook. Salir /  Cambiar )

Conectando a %s

Blog de WordPress.com.

Subir ↑

A %d blogueros les gusta esto: