Category Archives: scripting

#11gvSIG: Code Sprint

Durante las 11as Jornadas Internacionales de gvSIG se realizará un Code Sprint para desarrolladores de gvSIG Desktop, tanto de Java como de Python. Aprovechando la asistencia a las #11gvsig de una parte importante de los desarrolladores de gvSIG se ha … Continue reading

Posted in community, development, events, gvSIG Desktop, scripting, spanish | Tagged | 1 Comment

Recopilación de proyectos finales del MOOC de Scripting en gvSIG (I)

Para finalizar el MOOC de Scripting en gvSIG y obtener el certificado, hay que realizar un proyecto final en el que demuestres los conocimientos adquiridos durante el curso. La temática es libre, así como su dificultad. Cada alumno elige el … Continue reading

Posted in gvSIG Desktop, scripting, spanish | 5 Comments

Editing Spreadsheets from gvSIG Scripting for reporting

Following up on last week´s topic about Automate-reporting-in-gvsig-using-scripting, we are going to explain how can we make the same but using a spreadsheet file template (ODS). In the previous post, we explained how to install jOpendocument library and how to … Continue reading

Posted in community, development, english, gvSIG Desktop, gvSIG development, scripting | 1 Comment

Automate reporting in gvSIG using Scripting

Reporting can be a tedious and repetive task, which can be automated. After some questions came up related to this topic in the user list and due to the possible utility for the community, we have developed an script for … Continue reading

Posted in development, english, gvSIG Desktop, scripting | Tagged | 2 Comments

Editando Hojas de Cálculo desde gvSIG Scripting para generar informes

Siguiendo la temática de la semana pasada sobre “Automatizar la generación de informes en gvSIG mediante Scripting“, vamos a explicar cómo podemos hacer lo mismo pero utilizando como plantilla un fichero de hoja de cálculo (ODS). En el anterior post … Continue reading

Posted in development, gvSIG development, scripting | 4 Comments

Automatizar la generación de informes en gvSIG mediante Scripting

La realización de informes puede ser una tarea tediosa y repetitiva, la cual puede ser automatizada. Después de aparecer varias preguntas relacionadas con este tema en la Lista de Usuarios y visto que podía ser de utilidad para la comunidad, hemos … Continue reading

Posted in development, gvSIG Desktop, scripting, spanish | Tagged | 24 Comments

Converting a table of addresses to a point layer using gvSIG 2.x

At this post we are going to see a new utility of the geopy library, where we’ll see how to convert a table with addresses to a point layer in gvSIG. The addresses will be searched in Google Maps, so … Continue reading

Posted in development, english, gvSIG Desktop, scripting | Tagged | 1 Comment

Convierte una tabla con direcciones en una capa de puntos con gvSIG 2.x

En este post vamos a ver una nueva utilidad de utilizar de la librería geopy, donde veremos la forma de convertir una tabla con direcciones postales en una capa de puntos en gvSIG. Las direcciones se buscarán en Google Maps, … Continue reading

Posted in gvSIG Desktop, scripting, spanish | Tagged | 3 Comments

Clipping polylines and creating intersections using Scripting on gvSIG

There’s a useful geoprocess to clip simple lines and create a separation at the intersections with other lines. This geoprocess is run on the whole layer, checking the intersections between all the polylines. We can need it to calculate intersection, … Continue reading

Posted in development, english, gvSIG Desktop, scripting | 1 Comment

Partir polilíneas y dividirlas por cada intersección mediante Scripting en gvSIG

Un geoproceso que podemos necesitar es el de partir polilíneas en líneas simples, y además, generar una división en ellas por cada intersección con otra línea. Este geoproceso se ejecuta sobre toda la capa, comprobando las posibles intersecciones entre todas las … Continue reading

Posted in development, gvSIG Desktop, scripting, spanish | 2 Comments