Skip to main content
3 of 4
Removed tag prefix from question title as per Jeff Atwood style preference
underdark
  • 85k
  • 22
  • 238
  • 419

Create buffer in meters?

I'm very new to the GIS world, so my problem could be very stupid, but I'm going to try anyway.

#Objective

Given a list of coordinates in longitude/latitude, stored as a .csv file, I want to create a buffer with distance of x km around those coordinates. (In case this is relevant, these coordinates are locations of the societies in the SCCS dataset. These societies scatter all around the world.)

#Problem

I'm only able to create buffers with distance in radial degrees, but I want to do them in (kilo)meters. I'm aware of the following Q&A's, but following what's suggested therein doesn't seem to solve my problem:

#What I have tried...

  1. I start QGIS (v2.4), and Add delimited text layer
  2. choose my .csv file and the x/y fields, click OK
  3. select WGS 84 as my CRS (also tried NAD83 but didn't make a difference), click OK
  4. right-click on layer and select Save As..., in the dialog box, choose the following and click OK: enter image description here
  5. add sccs_meter.shp as layer to the current project
  6. Select Vector > Geoprocessing Tools > Buffers > set buffer distance as 10

The result is a buffer with radius of approximately 1068km, which suggests that buffer distance is 10 degrees rather than 10 meters.

What did I do wrong here?

Herr K.
  • 343
  • 1
  • 2
  • 6