ASC to Polygon

3637
3
11-16-2010 01:39 AM
KevinTopping
New Contributor
Hi,

Desperate for some guidance on this. I am trying to convert ASC files to Polygons. I have a load of floating point ASC files, some brief details on them;

Columns/Rows: 2000/1000
Bands: 1
Cell Size 2.5/2.5
Format: AAIGrid

The ranges contain numbers to .10 decimal places and its very important I keep these to at least 3 decimal places in the final polygon (for symbology).

I was thinking that i need to use spatial analyst and convert to raster and then use the conversion raster to polygon tool. Can one of you please give some guidance on how i can do this and maintain the values.

Thanks in advance

Kev
0 Kudos
3 Replies
DonovanCameron
Occasional Contributor II
You can use the ASCII to Raster tool and set data-type to Float.
You will also need to set the cell size, projection, workspace, and that can all be done in Environment Settings.


Then you can use GridShape, a map algebra statement to convert from raster to polygon. It supports floating integers.
0 Kudos
KevinTopping
New Contributor
SaultDon,

Thanks for the reply, its appreciated.

I was under the impression if i converted to a floating point raster i could then not convert to polygon? I had been looking at doing a raster calculation but x the field by 10000 (which i then planned to divide by at the end?)

Kev
0 Kudos
DonovanCameron
Occasional Contributor II
With the Gridshape function it will do the conversion on a cell by cell basis. I think this is most affected by what you have defined as the weeding parameter.

It's been a while since I ran this tool but I think it will also dissolve based on regions for the resulting polygon, and the values of the cell will then be stored in a [Gridcode] field.
0 Kudos