2

I have an ENVI raster with multiple classes inside. I tried to export this to a vector so that I can convert it to a shapefile in ArcGis (I want to manually edit/delete points in the raster), but the resulting .dbf file only has the following columns:

OID | Class Name | Class_Id | Parts | Length | Area

It doesn't have x & y coordinates. How can I fix this and/or what are the other ways that I can export this ENVI raster to an editable point shapefile in ArcGis? Is this even the proper approach?

PolyGeo
  • 65,136
  • 29
  • 109
  • 338
crftdlve
  • 31
  • 3
  • Try to get it converted to a GeoTiff or other common format then use Raster to Point in ArcCatalog to create points.. it could potentially be a lot of points though. I haven't used ENVI yet so I don't know what it's capable of. – Michael Stimson Mar 02 '16 at 04:52

1 Answers1

3

Using Raster to Point conversion tool in ArcMap is the first thing that comes to mind, it should give you a point in for every raster cell you have (placed in the middle of the cell) and then you can edit the points as you want.

You could also take a look at this for alternative methods.

There is also a Raster to Vector tool in ENVI that you can try, though I'm not sure how well it deals with point conversions.

Hasan Mustafa
  • 3,328
  • 1
  • 14
  • 41