background preloader

Quantum GIS

Quantum GIS

http://qgis.org/en/site/

How To Build an Interactive Map with Open-Source Tools My interactive migration map for Forbes, showing inbound (blue) and outbound (red) migration to and from Maricopa County, Arizona My latest interactive migration map on Forbes.com improves on the previous version in a few ways: it’s got five years of data instead of one; a brand-new layout; and some much-requested features like a search tool and the ability to switch off the lines. But the upgrade that I’m most excited about is in the code: I built the map using nothing but open-source software, from Python and MySQL to handle the data right down to JavaScript to display the map. I’ve been steadily moving much of my data handling to Python and MySQL, but this is the first map I’ve made using JavaScript, and interactive JS maps are still rare elsewhere, too.

Des formulaires personnalisés pour QGIS L’interface graphique (GUI en Anglais) de QGIS est développée grâce à la technologie QT. Pour rappel, QT est un SDK multi-plateforme qui permet la création d’interfaces graphiques riches. QGIS a la particularité de permettre l’utilisation de formulaires externes pour saisir les données attributaires, lors de la digitalisation par exemple. Nous allons voir à travers ce tutoriel comment construire nos propres formulaires grâce à QT-Creator, l’outil de design d’interface du SDK QT. Commencez par télécharger la dernière version de QT pour Windows à cette adresse (QT est gratuit pour une utilisation non commerciale) : Une fois le logiciel installé, lancez le et créez un nouveau projet.

10 个免费超棒的编程用等宽字体 太多程序员没有太多心思去关注他们每天都在面对的编程字体,然后编码工作需要长时间盯着屏幕并阅读一些非常复杂的文本。一个好的字体可以很大程度上提升阅读代码的愉悦感,提高生产力。 本文介绍 10 个适合在编程时使用的等宽字体,它们都是免费的,效果很好。 1. Portal for ArcGIS 101 Winter 2014 By Derek Law, Esri Product Manager This article as a PDF. Data Driven Journalism Originally published by Andy Kirk on Visualising Data, 1 May 2011. This article is republished with permission. This is the fourth part of a multi-part series designed to share with readers an inspiring collection of the most important, effective, useful and practical data visualisation resources.

7 Python Libraries you should know about , Reposted here. In my years of programming in Python and roaming around GitHub's Explore section, I've come across a few libraries that stood out to me as being particularly enjoyable to use. This blog post is an effort to further spread that knowledge. I specifically excluded awesome libs like requests, SQLAlchemy, Flask, fabricetc. because I think they're already pretty "main-stream". If you know what you're trying to do, it's almost guaranteed that you'll stumble over the aforementioned.

Manuel de TileMill en français TileMill est un outil pour les cartographes permettant de concevoir rapidement et facilement des cartes pour le Web en utilisant des données personnalisées. Il est construit sur la base de la puissante librairie de rendu cartographique open-source Mapnik - la même que celle qu'OpenStreetMap et MapQuest utilisent pour faire certaines de leurs cartes. TileMill n'est pas destiné à être un outil de cartographie généraliste, il se concentre plutôt sur la rationalisation et la simplification d'un certain nombre de cas d'utilisation. Pour ceux qui viennent du milieu ou la cartographie ou des SIG, la plus grande provocation que fait TileMill est la projection finale - Les cartes TileMill sont en effet, toujours projetées en "Web Mercator. Comme son nom l'indique, cette projection est populaire avec les applications de cartographie web, et donc les cartes créées avec TileMill peuvent être affichées en utilisant l'API Google Maps, OpenLayers, et un certain nombre d'autres projets. Les SIG

Sass vs. SCSS: Which Syntax is Better? - Articles Since the creation of Sass nearly 5 years ago, it has been plagued by many levels of controversy. It billed itself as "a better CSS" and added brand new features unheard of to CSS authors such as variables, nesting and mixins. Sass also introduced an entirely different indentation-oriented syntax and a brand new perspective on how to author CSS. The Sass syntax The indented syntax of Sass was inherited from its first-born brother Haml. And while Sass and Haml once got along – Hey, they even shared the same Ruby Gem! A la découverte de Tilemill Introduction TileMill est un logiciel qui a pour but de produire des cartes qu'on puisse mettre à disposition facilement en ligne. Pour cette raison, les cartes sont générées en projection "Web Mercator" (souvent associé au code EPSG 900913). Il s'appuie sur les avancées de Mapnik, le moteur de rendu cartographique utilisé par OpenStreetMap.

JavaScript secrets of worrydream.com I recently came across the site worrydream.com, which implements an amazing navigation experience through JavaScript and HTML5. The page displays dozens of page icons arranged into angled strips that fit the page, and when you click on one, the icons fly around the page while the clicked link slides in at the bottom. It's an amazing effect - if you haven't seen the site, click on the image below to try it. (Otherwise this article won't make much sense.) Looking at the page, I couldn't figure out how CSS and JavaScript could perform the effects on the page - the way the icons moved around, the angles of the icons and the page, or the way the page blurred and appeared. Using Inspect Element in the browser showed a whole bunch of complex divs, but didn't give much clue as to how it works.

LizMap I. Passez à LizMap librement Notre solution LizMap, constituée du logiciel QGIS, de son plugin LizMap, et de l'application Internet associée LizMap Web Client, est disponible gratuitement au téléchargement. Vous n'avez aucune licence commerciale à contracter pour obtenir chacune des briques logicielles, elles sont librement exploitables. Till Nagel – TileMill for Processing This tutorial describes how to create beautiful custom maps, and use them in a Processing sketch. We are going to use TileMill to style our maps, export it, and load the rendered map tiles into PImages. There are two ways of doing that. Basic A single image as static map. If you simply need a geographical background, or want to put some data onto a fixed map, this is the easy way to go. See the example below.

Related: