|
POST
|
Can you repost your code inside the code tag for the formatting stays with it? The icon looks like a # symbol. Thanks
... View more
11-10-2011
09:00 AM
|
0
|
0
|
1941
|
|
POST
|
First you need to download the shapefiles that you want to geocode against. For the census data, I believe it is the tiger road data. Then you will have to create your locater based off that information. Finally, you can geode the list of addresses. The links Joseph Kerski provided will help you with that. In addition, in the ArcGIS help, there are tutorials that can help you as well. I suggest you read and try them out. See: http://help.arcgis.com/en/arcgisdesktop/10.0/help/index.html#/ArcGIS_tutorials/00v20000000t000000
... View more
11-10-2011
07:18 AM
|
0
|
0
|
720
|
|
POST
|
A good source of data would be to use the Tiger/Line Shapefiles: http://www.census.gov/geo/www/tiger/tgrshp2010/tgrshp2010.html There is a wealth of information here, and I hope it puts you on the right track.
... View more
11-10-2011
06:46 AM
|
0
|
0
|
720
|
|
POST
|
You can try using Split Raster to break up your analysis into smaller parts instead of the mask tool. See: http://help.arcgis.com/en/arcgisdesktop/10.0/help/index.html#//00170000009v000000
... View more
11-08-2011
06:13 AM
|
0
|
0
|
583
|
|
POST
|
Try using None instead of NULL in your python code. See this python documentation on the null object: http://docs.python.org/release/2.5.2/lib/bltin-null-object.html
... View more
11-04-2011
02:21 AM
|
0
|
0
|
760
|