open source basecamp

RSS
Twitter
 
Blog

Posts Tagged ‘PostGIS’

Bolsena Code Sprint 2012

Friday, May 4th, 2012 by Stéphanie Debayle

For the fifth time, Bolsena will be hosting several members of the Geospatial community for a cross project codesprint.  Typically members from several projects (Geonetwork, Geoserver, uDig, Postgis, etc..) gather to participate in a week-long codesprint.  Usually one of the focusses is in cross project collaboration.  This year the codesprint will take place during June 11-15.

Camptocamp will be attending this year with a focus on the Geonetwork and Geoserver projects.

A few of the topics that will be investigated are:

* Release Geonetwork 2.8

* Fix bugs with new UI

* Expanding the Geonetwork WebSpecs tests (https://github.com/camptocamp/webspecs)

* Refactoring Harvester code

* Refactoring Services

* Improving REST API

* Geoserver Monitoring options

It is shaping up to be a great time!

Formations SIG 2012 et nouveautés : le programme est disponible !

Tuesday, January 24th, 2012 by Stéphanie Debayle

Le programme 2012 des formations SIG par Camptocamp est disponible !

Pour toute information, n’hésitez pas à nous contacter !

Camptocamp et OpenGeo formalisent leur partenariat

Friday, August 26th, 2011 by Claude Philipona

Les leaders Open Source du géospatiales unissent leurs forces

New York, USA, et Lausanne, Suisse le 24 août 2011 — Camptocamp, un des leaders européen spécialisé dans l’édition de logiciels Open Source et OpenGeo, entreprise spécialisée dans les logiciels d’information géographique, ont signé aujourd’hui un nouveau partenariat. Camptocamp ajoutera l’OpenGeo Suite Enterprise Edition à son offre de services actuelle et fournira le support en lien avec ce produit aux pays de l’Europe de l’ouest.

OpenGeo et Camptocamp collaborent depuis plusieurs années dans le développement des principales briques Open Source géospatiales. Les deux entreprises sont notamment des acteurs majeurs du projet OpenLayers et ont conjointement initié le projet GeoExt. Début 2011, elles ont organisé, en partenariat avec les utilisateurs finaux, un code sprint afin d’étendre le support des appareils mobiles dans le projet OpenLayers. Lors de l’annonce, Claude Philipona, directeur associé de Camptocamp, a déclaré, “Nous avons travaillé avec succès en étroite collaboration avec OpenGeo depuis plusieurs années déjà. Former un partenariat officiel basé sur des valeurs communes est pour nous une évolution naturelle. Ensemble, nos clients et nos sociétés bénéficieront de nos efforts communs.”

Chris Holmes, président d’OpenGeo, a ajouté: “Ce partenariat procure un grand nombre d’avantages. Nos ressources conjointes mises en évidence lors des code sprint et des projets ont été très productives ; la formalisation de cet accord garantira une approche collaborative à nos engagements envers la communauté Open Source. Nos clients de l’Europe de l’ouest bénéficieront en plus du support et de l’expertise de Camptocamp dans la langue locale.”

Communiqué de presse

Camptocamp and OpenGeo Formalize Partnership

Friday, August 26th, 2011 by Claude Philipona

Open Source Leaders Join Forces to Support European Users of the OpenGeo Suite

New York, USA, Lausanne, Switerland, August 24, 2011 — Camptocamp, a leading European open source solutions provider and OpenGeo, a global open source geospatial software company today announced a new partnership. Camptocamp will add the OpenGeo Suite Enterprise Edition to its product offerings, and will provide support for the OpenGeo Suite in Western Europe’s trans-alpine region.

OpenGeo and Camptocamp have collaborated for several years in the development of core geospatial technologies. Both companies are active leaders in the OpenLayers project and jointly initiated the GeoExt project. In early 2011 the two companies organized an end-users code sprint to enhance mobile support in the OpenLayers project. When discussing the announcement, Claude Philipona, Camptocamp President said, “We have been working closely with OpenGeo for the last few years. This is a natural progression for us to form an official partnership based on our shared values. Together, our clients and our companies will benefit from our joint efforts.”

Chris Holmes, OpenGeo president, added: “This partnership provides many benefits. Our combined resources during code sprints and projects have been very productive; this formalized agreement will ensure a collaborative approach to our future commitments to the open source community. Our Western European clients also gain local language support and expertise from Camptocamp.”

Press release

Linux Journal article: maps in OpenERP by Camptocamp!

Thursday, June 9th, 2011 by Joël Grand-Guillaume

The July ‘11 issue of Linux Journal published an article on Camptocamp’s new map component for OpenERP.

The article is available here.

Camptocamp: Official Gold partner in Switzerland, France and Austria (localisation of financial accounting for this countries) / Partenaire officiel Gold en Suisse, France et Autriche (localisation de la comptabilité financière pour ces pays) / Offizieller Gold-Partner in der Schweiz, Frankreich und Österreich (Anpassung der Finanzbuchhaltung für diese Länder)

OpenERP GeoEngine / Maps by Camptocamp: general overview

Wednesday, May 25th, 2011 by Nicolas Bessi

Dear Community,

At the 2011 OpenERP Community Days, we presented maps integration into OpenERP (See video).

Following this major announcement, the GeoEngine project was created; it originated from a lot of thinking and architecture developments by our Business Solutions and Geospatial Solutions teams. We would like now to present this project.

The OpenERP GeoEngine is separated in two distinct sub-projects:

  • The GeoEngine map view project
  • The GeoEngine core project

These standalone projects are independent from one another, but are perfectly compatible.

core_architecture

Fig. 1

The above diagram (Fig. 1) shows the global architecture of the two projects. It might look complex but it is actually simple bricks put together. It helps illustrate the way our geo-blocks integrate with the rest of the world. Now, let’s look at these blocks in more detail.

The GeoEngine core

This brick is plugged directly in the OpenERP framework and relies on the system data model, access rights and utilities. It does not provide any map or geographic visualization tools. Geo-information does not actually need any maps to have value. Added value is already related to business attributes, good back-end management, data extraction and mining.

The main objectives of the core engine are:

  • To provide an easy and well-known way to manage geo-data. We want geo-data to to be easy and intuitive. Actions like insertion, edition, relation with attribute,  search and geo-referencing are in focus. In order to achieve this goal, we provide OpenERP ORM function and operator, the same way OpenObject works. We plan to extend the ORM in order to support search,  read,  search_read,  write, and all common requests. We also include a geo-OSV field class that allows data creation, browsing, export and basic function field request.
  • To organize and prepare geo-data. Geo-data can come from multiple sources and contain multiple attributes; we want to create a XML view standard in order to present and prepare customized data, in term of layers, grouping, geo- data source merge, etc. Why doing this as we do not want to provide map visualization in the core? To fit the next objective of the core engine share data with the world.
  • To serve geo-data. Your ERP has to be able to serve your geo-data to other GIS/Business system, in order to visualize it and exploit it. We have then chosen to serve vectorial data in form of a GEOJSON base on RPC call. Raster data are accessible through a WMS  standard services using a totally integrated Python engine. This level of integration allows us to comply with OpenERP access rules.

All technologies used are -or will be- Open Source technologies only: Postgres, Python, OpenERP, PostGIS, PGRouting, Mapnik etc. We comply with the OpenERP philosophy by avoiding using external non Python lib. This approach enables us to integrate external data source into OpenERP and integrate OpenERP into other systems.

Ok, now, we agree that the GeoEngine core is cool! You are now going to tell me that maps are even more cool! Don’t worry, we have not forgotten you…

The GeoEngine map view

Now that we have all our data stored, organized and ready to be served, we want to “map” them. For version 6.1 of OpenERP, the webclient is rebuilt and provides cutting-edge Web technologies. It is therefore the perfect association to provide an OpenERP WebClient Map addon. The main objectives of the addons are:

  • To visualize, organize and conceptualize geo-data. We want any source of map data to be easily put in form, layer, choropleth etc. For this, we are going to provide a simple (json based) layer definition API. This API will be fully compatible with GeoEngine core but also with any other services. This leads up to our next objective…
  • To mashup geo-information. Any system that can fulfill the API will be also able to be a provider of map views. But you should be also able, with a simple configuration, to add any layer supported by the OpenLayers technology. This means if you want to add OpenStreetMap, Google map, etc, you can do it!
  • Visual geo CRUD. We want to have the ability to geo-reference a point, edit a shape, do measurements, etc, directly on the map. The map view will provide all standard, modern, out- of- the-box GIS features.

Conclusion

We want to open OpenERP to the GIS world, and ensure freedom and promotion of geo-data and communication between systems.

We are really excited to explore a new environment which includes both ERP and GIS system! Our experience and passion will  inevitably lead the way to this cutting edge technological adventure, in alignment with the OpenSource spirit.

The official project homepage will open very soon. Keep posted!

Nicolas Bessi, for Camptocamp

Maps into OpenERP by Camptocamp

Wednesday, April 13th, 2011 by Luc Maurer

Camptocamp’s Business Solutions and Geospatial Solutions teams have merged their long-term technical competencies and experiences to create a unique and exclusive geolocation component for OpenERP.

These developments allow, among other things, to display customers within a precise location, to analyze sales figures for a selected country, to visualize different logistic flows, and to provide maps for any other data available in OpenERP. Users can place simple marks, graphs, and colors per geographical area, as well as calculate distances and surfaces.

This map view opens unlimited Geo-BI (Geographic Business Intelligence) possibilities to companies using OpenERP. Camptocamp’s contibution to the geographical dimension is presented here : see the full article and video.

Assurez la réussite de vos projets grâce au support de Camptocamp !

Monday, November 15th, 2010 by Yves Jacolin

Vous prévoyez de développer un projet basé sur des bibliothèques Open Source ?  Vous êtes bloqué sur un problème que vous ne pouvez pas résoudre faute de compétences en interne ? Vous désirez pouvoir vous appuyer sur des compétences fortes en externe sur les technologies que vous maîtrisez mal et vous concentrer sur les aspects métiers du projet ?

Camptocamp vous propose des prestations de support adaptées aux solutions Open Source comprenant à la fois des packages de support standard et du support sur-mesure !

Forte de ses dix années d’expérience, notamment dans les applications Web géospatiales, Camptocamp possède une expertise technologique et métier sur toutes les applications majeures de la géomatique Open Source. Camptocamp vous apporte ainsi une haute valeur ajoutée sur les principales thématiques suivantes : SIG bureautique, SGBDR Spatial, catalogue de données, moteur cartographique, applications Web, infrastructure de données spatiales, applications embarquées et interopérabilité.

(more…)

Sessions inter-entreprises sur Spatial Data Integrator, PostGIS et ExtJS

Tuesday, October 26th, 2010 by Yves Jacolin

Camptocamp organise prochainement trois sessions inter-entreprises sur Spatial Data Integrator au Bourget du Lac, sur PostGIS à Paris et sur ExtJS à Toulouse.
(more…)

MapFish 2.0!

Thursday, September 2nd, 2010 by Emmanuel Belo

The MapFish community is proud to announce the release of MapFish 2.0.

The highlights of the release are:

* MapFish 2.0 comes with GeoAlchemy and uses GeoAlchemy internally. Among other things, this brings MapFish support for PostGIS as well as Spatialite, MySQL, and Oracle Spatial.
* MapFish 2.0 is based on Pylons 1.0, the first stable version of Pylons.
* the API of MapFish 2.0 is incompatible with that of MapFish 1.2 (please go here to learn how to migrate your applications).
* the client plugin installs OpenLayers 2.9.1, and GeoExt 0.7 in the application and does not longer install MapFish Client.

The full list of enhancements and bug fixes can be found in the Release Notes.

To install MapFish 2.0 follow this link. And to get a sense about how MapFish can help you, check out our quickstart.

Thanks to everyone who contributed to the release, and especially to Tobias Sauerwein, an intern at Camptocamp, who worked on GeoAlchemy and its integration in MapFish!

We’re looking forward to your feeback.