Formations Oslandia mars 2013 (QGIS, PostGIS)

Vendredi, 8 Février 2013

Oslandia a mis à jour son calendrier de formation inter-entreprises, dont vous trouverez les dates pour chaque formation disponible.

Pour le mois de mars 2013, il reste quelques places pour les formations suivantes :

PostGIS mise en œuvre

Session de 3 jours du 6 au 8 mars, Paris

spacer Découvrez PostGIS, la cartouche spatiale de PostgreSQL, et toutes ses capacités de manipulation de données vectorielles. Mixez vos données alphanumériques et spatiales, transformez vos données, et visualisez les dynamiquement dans QGIS. Découvrez toute la puissance de ce SGBD spatial libre. Cette session de 3 jours vous mettra le pied à l’étrier pour exploiter le meilleur de vos données.

Voir le programme complet.

PostGIS avancé

Session de 3 jours, du 18 au 20 mars, Paris

Vous voulez aller plus loin dans votre utilisation de PostGIS ? Cette session est pour vous ! Avancez dans votre connaissance de PostGIS, et profitez au maximum de ses capacités. Découvrez comment améliorer les performances, les bonnes pratiques de l’administration de votre base spatiale. Profitez des fonctionnalités d‘analyse avancée, et exploitez les nouvelles fonctionnalités de PostGIS 2.0. Vous aurez également l’occasion de vous initier à la programmation côté serveur.

Voir le programme complet.

Développement de plugins QGIS en Python

Session de 5 jours, du 25 au 29 mars, Paris

spacer Cette session de formation vous permettra de vous initier au développement de plugins pour QGIS. Fonctionnalités métier, traitements spécifiques, interface adaptée, les possibilités d’amélioration et de modification de Quantum GIS sont illimitées. Cette session de formation, très orientée vers la pratique, vous donnera tout d’abord les éléments de Python nécessaire pour aborder le développement de plugins, et vous dirigera ensuite vers la réalisation concrète d’un Plugin QGIS.

Voir le programme complet.

Meilleurs vœux / Happy new year 2013

Lundi, 21 Janvier 2013

spacer

Bonjour,

Toute l’équipe d’Oslandia vous souhaite ses meilleurs vœux pour l’année 2013.
Une année à mettre en actes vos rêves et aspirations tant professionnels que personnels.

Après avoir fêté nos 3 ans en 2012, nous continuons sur notre lancée en 2013, avec de nouveaux projets, une activité de R&D importante notamment autour de PostGIS 3D, et toujours la même motivation pour contribuer aux logiciels SIG libres.

Nous profitons également de l’occasion pour vous annoncer qu’Oslandia a mis à jour son catalogue de formation pour l’année 2013. Nous vous formons sur des technologies de SIG opensource, telles que PostGIS, Mapserver suite ou encore Quantum GIS.

Vous retrouverez la liste complète des formations disponibles et les dates des formations inter-entreprise sur :

www.oslandia.com/formations

Nous espérons que 2013 sera l’occasion de collaborer avec vous, et vous souhaitons une nouvelle fois une très bonne année.

Cordialement,

Olivier Courtin et Vincent Picavet, Oslandia

============

Hello,

The whole team at Oslandia wishes you all the best for 2013. Be it the year when your dreams come true, professionally and personnaly.

After our 3 years birthday in 2012, we continue in 2013, with new projects, a lot of research and development, around PostGIS 3D mainly, and still highly motivated to contribute to the Opensource software projects.

Our training sessions program has been updated too. If you want to learn about PostGIS, Mapserver Suite, Quantum GIS or other technologies linked to opensource GIS, do not hesitate to drop us a line, and we will manage to get a training session adapted to your needs and language.

www.oslandia.com/formations (french)

We hope that 2013 will give us opportunitie to collaborate, and we wish you one more time a very good year.

Olivier Courtin and Vincent Picavet, Oslandia

Oslandia recrute

Jeudi, 13 Septembre 2012

Un nouveau collaborateur technique est actuellement recherché pour venir compléter l’équipe Oslandia, cf le profil de poste complet correspondant.

Merci par avance de RT cette info…

Funding QGIS Atlas plugin port to C++

Mardi, 10 Juillet 2012

Current funding status : 4750€ / 7000€
Mail us to raise the bar !

Port Atlas to C++

Hello all,

This is a call for funding, aka «Give us some money, we’ll do great things !»

At Oslandia, we developed Quantum GIS Atlas plugin in Python not long ago on our own free time. This was more a proof of concept than a full-featured, rock-solid piece of software, and our agenda has been so busy since then, we had no time to get it into a really stable state.

QGIS users started to use it though, test it, report bugs, and require new features. Some are interested in funding the plugin to develop it further, fix bugs and achieve a production-ready feature for QGIS.

There are two ways :

  • Add new features and fix bugs in the Python version
  • Port the plugin to C++ and integrate it to QGIS core

Why C++ ?

The latter has our preference, mainly because of the following points :

  • It’s a main of integrating Atlas interface directly into the composer UI (new tab, comboboxes for inserting field names in labels, etc)
  • Better version management, as it now begins to be a mess to know which QGIS versions are supported by which version of the plugin. This currently leads to bad conditional code, and multiple versions to maintain. That’s a no-go on the long term. C++ version would keep in sync with master,  and be shipped with releases, period.
  • Fix current bugs while porting (some of which already have c++ fixes)
  • Project management directly in QGIS platform (git repo, bugtracker) with features & bugs integrated into qgis roadmap.
  • Easier packaging, as it would directly be shipped with qgis
  • Better integration, new classes and possibly new (c++/python) api to base other components on
  • Improve robustness thanks to c++ language typing & more
  • Better performances (even if this one is not really that strong, current work being mainly done in qgis core)

We need funds !

This port to C++ will need some work, estimated to 7000€ at least for the integration of the current state of the Python plugin into QGIS core. We already have some 3000€ of funding promises, and Oslandia itself would be glad to participate into the effort.

This means we lack around 3000€ to get the port implementation started. That’s where YOU can play a role ! If you are interested, please send an email to infos@oslandia.com with the amount you would be willing to fund, or comment directly this post. Check the top of this page regularly to see the current status.

The more money we get, the more features you’ll get spacer

Among the features we can implement if we get more than 7K€ :

  • reference map
  • fixed scale
  • combobox for field values in label
  • Export filenames with field values

How we will do it then.

  • At the end of July, if the funding target is reached (equal or more ), we set a list of work included in the development effort, agreeing with funders
  • Development of the port will take place between end of july and mid-september
  • Development will take place on Oslandia’s GitHub in a specific QGIS master fork, so that we can push it to master directly when it’s ready
  • Development steps and time spent will be detailed so that we have transparency on the development for funders to check
  • All sponsors will get visibility on the project (details on that to be discussed with QGIS PSC) : mentions on website, thanks in QGIS about dialog…
  • Funds will be managed through legal invoices by Oslandia, and paid by bank transfer on our french account

Comment and contribute !

That’s the first time we do a public call for funding. Do not hesitate to contact us to get informations on that, comment on the way it’s done, raise issues, or just thank us spacer

Any contribution will be welcome, please spread the word, do not hesitate to participate, and let’s make free software go forward together !

Sortie de PostGIS 2.0

Jeudi, 5 April 2012

Champagne !

On l’attendait impatiemment depuis un moment, c’est fait, la nouvelle version majeure de PostGIS est sortie !

PostGIS 2.0, qui vient donc de voir le jour, arrive après un peu plus de 2 ans de développement. Les améliorations sont nombreuses, tant en terme de fonctionnalités, que de changements dans le code interne de PostGIS. Cette version utilise également les bibliothèques  GEOS 3.3.3 et GDAL 1.9.0, qui sont sorties récemment.

Parmi les grandes nouvelles fonctionnalités, on trouve le support des raster dans la base de données, ainsi que le support d’un modèle topologique respectant le standard SQL/MM.

Mais ce n’est pas tout, et voici la liste des fonctionnalités introduites par PostGIS 2.0 :

  • Support des données raster et analyse raster/vecteur en base de données
  • Modèle topologique pour gérer les objects avec des frontières communes (pavages de plan par exemple)
  • Intégration du typmod PostgreSQL, avec table geometry_columns automatique
  • Indexation 3D et 4D
  • Recherche de plus proches voisins optimisée grâce à l’utilisation des indexes (KNN-search)
  • De nombreuses nouvelles fonctions de traitement vectoriel, dont :
    • ST_Split
    • ST_Node
    • ST_MakeValid
    • ST_OffsetCurve
    • ST_ConcaveHull
    • ST_AsX3D
    • ST_GeomFromGeoJSON
    • ST_3DDistance
  • Utilisation du mécanisme d’extension de PostgreSQL 9.1
  • Améliorations sur l’outil de chargement/sauvegarde de shapefiles en ligne de commande
  • Support multi fichier pour l’import et l’export dans l’outil d’interface graphique
  • Un géocodeur pour les données US Census TIGER 2010
  • Support initial de primitives 3D

De plus, de nombreuses améliorations et refactorisations ont été faites dans le cœur de PostGIS, rendant cet outil un des plus performants du marché.

N’hésitez pas à télécharger et installer PostGIS 2.0, et à partager vos retours d’expérience de toutes ces nouvelles fonctionnalités.

Merci à toute l’équipe de développement de PostGIS, dont Oslandia est fière de faire partie. PostGIS va encore faire preuve d’innovation et de nouveautés, pour plus de traitements spatiaux dans le futur…

Recherchons étudiants pour GSoC 2012 !

Lundi, 19 Mars 2012

spacer spacer

L’OSGeo présente chaque année une candidature pour participer au Google Summer of Code, qui est une initiative de Google permettant à des étudiant de participer à des projets libres pendant leurs vacances, tout en percevant une rémunération.

Cette année, un certain nombre de projets sont présentés par l’OSGeo. Oslandia fournit des mentors pour certains projets, dont le projet décrit ci dessous. Nous recherchons donc un (voire des) étudiants qui voudraient participer au GSoC 2012 sur ces thématiques. Nous sommes également ouverts à toute proposition de projet liée aux logiciels de l’OSGeo.

La limite pour la candidature des étudiants est fixée par Google au 6 Avril 2012. Si cela vous intéresse, dépêchez vous de vous manifester, car il faut mettre en place un dossier de candidature.

Vous trouverez plus d’information sur la participation de l’OSGeo au GSoC sur la page suivante :

wiki.osgeo.org/wiki/Google_Summer_of_Code_2012_Ideas

N’hésitez pas à nous contacter pour plus d’information sur cette initiative. Merci de relayer ce message en le diffusant le plus largement possible.

English version

The OSGeo foundation candidates each year to the Google Summer of Code, which is an Google initiative enabling students to participate to free software projects during the summer holidays, and to get paid for that.

This year, a new set of projects are proposed by the OSGeo foundation. Oslandia will mentor some projects, including the project mentionned underneath. We are therefore looking for a student who would like to take part into GSoC 2012 on these topics. We are also open to project propositions linked to OSGeo softwares.

The student application deadline is on 6th of April. If you are interested in participating, please answer quickly, as an application file is to fill. You will find more information on OSGeo participation to the GSoC 2012 on the following page :

wiki.osgeo.org/wiki/Google_Summer_of_Code_2012_Ideas

Do not hesitate to contact us for more information on this initiative.

GSoC project : SpatiaLite support in TinyOWS.

TinyOWS is a geographical feature server, implementing WFS and WFS-T OGC protocols. TinyOWS focus on performance, KISS design, and strong compliance to the standards. It will be included in the MapServer Suite project as soon as the forthcoming 6.2 release.

TinyOWS currently relies heavily on PostGIS, to get a strong transactionnel backend, and be as close as possible from the data. This leads to good performances and avoid duplication of features (such as GML format I/O for instance).

This SoC project consists in the implementation of a Spatialite additional support for TinyOWS. The aim is to use this lightweight database as a backend, enabling TinyOWS deployment without the need of a PostGIS server. SpatiaLite is indeed a SQLite spatial extension, adding a whole lot of geographical features to SQLite, creating a convenient and lightweight self-contained spatial database. While being less efficient than PostGIS in a multi-user context, SpatiaLite supports transactions and most of the spatial features needed to act as TinyOWS backend.

The project will include the following steps :

  • Inclusion of SpatiaLite libraries into TinyOWS build system (as optional)
  • Identify all TinyOWS codes related to PostGIS functions.
  • Add missing features into SpatiaLite to be able to act as TinyOWS backend (GeomFromGML for instance)
  • And provide a clean enough patch to get these features commited into the trunk
  • Add multi-database abstraction layer into TinyOWS (to support either PostGIS or SpatiaLite)
  • CreateTinyOWS and SpatiaLite units tests cases
  • Check compliance to CITE tests for OGC standards with SpatiaLite backend
  • Compare performances between PostGIS backend and SpatiaLite backend
  • SQL Injection audit, on the new backend (with a tool like SQLMap)

Do not hesitate to contact us for more information : infos@oslandia.com

Prochaines formations – PostGIS, Mapserver, QGis

Lundi, 6 Février 2012

Il reste quelques places pour les prochaines formations inter-entreprises d’Oslandia à Paris.

Les sessions sont les suivantes.

13-15 février : Développement de plugins Python pour QGIS

Apprenez à développer des plugins pour QGIS en Python. Cette session est une session condensée sur trois jours de la formation complète pour utilisateurs avancés. Voir le programme complet.

5-7 mars : PostGIS mise en œuvre

PostGIS est la référence mondiale des bases de données spatiales opensource. Cette session vous permettra d’installer, puis de prendre en main PostGIS dans ses principales fonctions. Une attention particulière sera placée sur les questions de performance et d’administration de ce SGBD spatial. Voir le programme complet

26-28 mars : Mapserver Suite

Découvrez le serveur cartographique Mapserver et les nouveaux composants qu’il inclut (Serveur de cache et serveur WFST). Apprenez à générer des cartes sur le web et fournissez des services géographiques standardisés OGC avec vos données. Voir le programme complet

Pour toute information ou réservation : formation@oslandia.com

Notre catalogue complet de formations est disponible. Oslandia est agréé organisme de formation et réalise des formations inter-entreprises et intra-entreprise.

Catalogue de formation 2012

Lundi, 16 Janvier 2012

Oslandia publie son nouveau catalogue de formation 2012!

Les formations au catalogue sont toutes disponibles en intra entreprise (i.e directement dans vos locaux, aux dates de votre choix) et les plus récurrentes sont aussi proposées en inter-entreprises à des dates définies (cf fiches de formation).

Dans le catalogue 2012, on retrouve des thématiques qui nous sont chères: PostGIS, MapServer Suite et QGIS, avec de nouvelles sessions et des programmes enrichis et remaniés.

La liste complète est dans le catalogue.

Les prochaines sessions inter-entreprise :

  • 13 – 15 février : Développement de plugins QGIS en Python
    (pour utilisateurs avancés, session spéciale condensée sur 3j ).
    Il reste quelques places pour cette formation !
  • 5-7 mars : PostGIS mise en œuvre
  • 12-14 mars : PostGIS fonctionnalités avancé
  • 26-28 mars : Mise en œuvre de MapServer Suite

«Aller à l’essentiel»

Oslandia innove également avec le concept «aller à l’essentiel» : des formations courtes sur un sujet très ciblé. Nous intervenons dans vos locaux, sur une demi-journée, pour vous donner un condensé d’informations et vous éclairer sur une thématique donnée.
A destination de vos décideurs, pour alimenter une réflexion stratégique, ou à destination de développeurs, pour donner du contexte à leur travail, ces sessions permettent de s’imprégner efficacement d’un sujet donné.

Les thématiques disponibles :

  • Écosystème OpenSource
  • Licences OpenSource
  • OpenData
  • Architecture SIG Opensource

Contact

N’hésitez pas à nous contacter pour toute information complémentaire, ou pour effectuer une réservation à formation@oslandia.com

Oslandia’s interview in floss4science

Mercredi, 11 Janvier 2012

The floss4science website, which focus on OpenSource in the scientific field, published an interview of Oslandia. Learn about us, what we do, what we like, where we are going : read the interview (in english).

You will find on the website a lot more information on science and FLOSS : image analysis, graph theory, big matrix computation, simulations… There are interviews, software reviews, tutorials and more ! In the geospatial domain, there is also a CartoDB interview which is quite interesting. Among other thing you will learn that they sponsored a PostGIS development which enabled them to leverage their SaaS platform.

Bonne année 2012

Dimanche, 8 Janvier 2012

Toute l’équipe d’Oslandia vous souhaite une très bonne année 2012, avec de la réussite dans vos projets tant professionnels que personnels.

spacer

« Older Entries

gipoco.com is neither affiliated with the authors of this page nor responsible for its contents. This is a safe-cache copy of the original web site.