Tuesday 21 April 2015

map book - Species atlas (how to automate to create on page for each species with QGIS)



With the use of QGIS, I would like to create an Atlas for a batch of species, with:



  • a background with the country (from a vector layer or from the OpenLayers plugin).

  • a vector layer (polygon) to show the watershed or administrative boundaries

  • a vector layer (polygon) with the distribution for each species (all the species are on the same file) from IUCN data.

  • a vector layer (point) with all the GBIF occurrences (all the species are on the same file)



All the maps will have the same footprint (the country) and need to have the legend, a title with the name of the specie and some other elements (north arrow, company logo, etc.). For the export format, it can be as a picture or as a PDF file. I already look at the documentation of the Atlas plugin (now integrate by default on QGIS 2), but this is to made dynamic atlas, for my need, the footprint is all the time the country coverage.


So my questions are:



  • Is there any plugin, any extension or other which can do it easily?

  • Few month ago, I already asked advice for a similar example (Generating large number of maps using PyQGIS?), but it was for polygon and not point, and furthermore, there were nothing for the render (no legend, no title, no logo, etc.). So how is it possible for this kind of script to take consideration of the map composer?

  • Optionally, I would like to incorporate to each map, a list of the watershed or administrative area list where the species occurs.




No comments:

Post a Comment

arcpy - Changing output name when exporting data driven pages to JPG?

Is there a way to save the output JPG, changing the output file name to the page name, instead of page number? I mean changing the script fo...