Cosas que aprendí en la GeoCamp

Año tras año, la GeoCamp se consolida como el geosarao imprescindible para hacer brainstorming sobre las últimas novedades en geocosas. Publicado originalmente en el blog de GeoInquietos Sevilla. La foto de grup del Geocamp ES 2016 a Barcelona #geocampes pic.twitter.com/H44a413tM0 > > — Geo Inquiets (@geoinquiets) 22 de octubre de 2016 Todo el mundo tiene sus cinco minutos de fama, incluso si no llevas nada preparado, raro será que no participes en alguna discusión. Battery just about to die so this concludes my #geocampes tweeting. Here’s the remaining lineup pic.twitter.com/3eRxBt5NsF > > — Ed Freyfogle (@freyfogle) 22 de octubre de 2016

November 13, 2016 · 3 min

FOSS4G Argentina 2016 (Buenos Aires)

This post was originally posted on the blog of a former company. But since they have decided to violate my authorship rights, here is a copy of it. English version is lost. Photo of an asado Este año tuve el privilegio de poder asistir a la FOSS4G Argentina 2016, que se celebró en el IGN de Buenos Aires. Qué puedo contaros de Argentina que no sepáis ya. https://www.instagram.com/p/BD1thIpqcTI ...

April 27, 2016 · 5 min

GeoNetwork from Scratch II : Attack of the IDEs

This post was originally posted on the blog of a former company. But since they have decided to violate my authorship rights, here is a copy of it. We have already seen how to compile and run a basic GeoNetwork instance. Although we know that real developers will probably skip this step too, for new developers in GeoNetwork, it will be relief to have an IDE to work with. I know that many GeoNetwork developers use NetBeans or Intellij but as I am used to work with Eclipse, that’s what we are going to explore on this post. First of all: Eclipse has better support for Maven projects on each version. So, to avoid headaches, just download the latest eclipse available.Eclipse has many installer tutorials, so I won’t stop here explaining how to run eclipse. I will just assume you know how to do it. To run GeoNetwork from eclipse is very very easy. Just right click on the Package Explorer view to import -> As Maven Project over the folder you already had cloned on the last post:

November 16, 2015 · 3 min

JIIDE 2015 - Sevilla

This post was originally posted on the blog of a former company. But since they have decided to violate my authorship rights, here is a copy of it. Last week I attended the JIIDE conference, that took place here in Sevilla. This is the official conference for both portuguese and spanish spatial data infraestructures. The presentations were diverse and rich in content and there were working groups for INSPIRE and conformance running in parallel. Trends on GeoSpatial You could see some trends in how SDIs are evolving through all the Iberian Peninsula. Geograma explained to us that hiding data behind paywalls or registering sites makes us less compliant. But on the other hand, maybe it doesn’t matter because as José Fernández ( IECA) showed us, data is going more and more open and free. Why should someone pay for data generated on a public administration? It has already been payed by taxes and a paywall is just another stone on the way of generating added value to the data. And above all this, every country has a different payment and access system, so it is virtually impossible to query the same data on different countries easily, which was one of the goals for INSPIRE.

November 13, 2015 · 4 min

GeoNetwork From Scratch I : The Phantom Catalog

This post was originally posted on the blog of a former company. But since they have decided to violate my authorship rights, here is a copy of it. GeoNetwork, your friendly spatial catalog, never has been an easy software to deal with. But specially after the 3.0 version release, many things have changed. On this series of posts we will try to help new developers start with it. The source code is available on a public repository on Github. This means that you can clone, fork and propose pushes of your custom changes. If you are not familiar with repositories of code or git, you should check this quick manual.

October 16, 2015 · 3 min

SIGLibre 9, Girona

This post was originally posted on the blog of a former company. But since they have decided to violate my authorship rights, here is a copy of it. The 9th SIGLibre conference in Girona starts with bad news: no wifi. But that didn’t stop us to talk about geo free stuff. SIGLibre Topics Almost all the plenary talks touched topics like smart citizens, open data, crowd data, crowd sourcing,… It is quite clear this is an emerging subject that we are going to use more and more. But, is this really a business market or is this just something to research and contribute to the community? ...

April 22, 2015 · 6 min

Jornadas SIGLibre Girona VII

Estas últimas Jornadas SIGLibre de Girona han girado en torno a servicios cloud y datos abiertos. Desde el apoteósico inicio con las ponencias plenarias, con parte destacada de Sergi Morales ( ExportosenTI), el resto de las charlas han ido rodando todas en el mismo tema. Algunas quizás un poco más críticas, como F. Puga desde CartoLab cuando nos pidió que no olvidáramos que no todo el mundo tiene acceso global a internet, y que muchos millones de personas, las cuales no tienen nuestro nivel tecnológico, también tienen necesidades GIS. ...

March 8, 2013 · 5 min

GeoNetwork: domesticando una jauría de metagatos

Ayer estuve en mi primer betabeers, donde presenté: GeoNetwork : domesticando una jauría de metagatos. metagatos

December 14, 2012 · 1 min

What is GeoNetwork?

GeoNetwork is a server side application that allows you to maintain a geographic referenced metadata catalogue. This means: a search portal that allows to view metadata combined with maps. GeoNetwork logo Based on Free and Open Source Software, it strictly follows different standards for metadata, from Inspire to OGC. It implements the CSW interface to be able to interact with generic clients looking for data. It also has built-in harvesters to connect to other servers and populate data. ...

October 28, 2012 · 1 min

Notes on the GeoServer Workshop

These are the notes I took on the GeoServer workshop at the last gvSIG Conference. Data Directory It is important to change the settings of the geoserver_data_dir in the web.xml file to keep the data each time you restart the application container (like Tomcat). It is also good to check out the other settings as it contains interesting facts such as the type of projections to be used or the size of the cache. There are configurable data on the fly and data not configurable on the fly. ...

March 2, 2012 · 2 min