Tuesday 16 May 2017

qgis - Import info from mdb file into a project?


I need to import info on a QGIS project.


The info are in a MDB file (population, mean age, number of cars and so on: one record per region) that is written to be connected with a region shape from an unique ID (the ID is the same in the MDB and in the QGIS shapefile).



Answer




This solutions works:



  1. / 2. / 3. done (thanks to @Unicoletti reply)

  2. add vector and choose your exported file ("info.dbf" in this case)

  3. you can see the new layer in the left bar

  4. double-click on the original layer ("town") and go in the menu join

  5. add a new join choosing the layer "info"

  6. choose the colum to match in each file

  7. you should have in the original layer the data coming from your DB



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...