hint:
calculate area before and after multi part polygons
Wednesday, January 30, 2008
How to make hyperlinks in arcgis
consider the follwoing problem,
user having the point shape file which is the locations of all the hotels in chennai.
Also user having the photgraphs of all the hotels in chennai.but ther photos were saved in differen location(file path is differen for each photograph).
how to link the photos and corresponding points (point shape file) using arcgis?
hint:
hyper link using the specific field
Specific field should contains file path of all the photos
use dos command to get all the file paths (dir /s /b *.jpg >filelist.txt)
use excel's match and index function
user having the point shape file which is the locations of all the hotels in chennai.
Also user having the photgraphs of all the hotels in chennai.but ther photos were saved in differen location(file path is differen for each photograph).
how to link the photos and corresponding points (point shape file) using arcgis?
hint:
hyper link using the specific field
Specific field should contains file path of all the photos
use dos command to get all the file paths (dir /s /b *.jpg >filelist.txt)
use excel's match and index function
most used excel function
Match function - matches two columns
Index - rfers to the values of corresponding cells
convert text to column(delimit) - used to split a text based on space,comma,etc...
MID function
left of
Right of
string length
how to convert text into numbers
Index - rfers to the values of corresponding cells
convert text to column(delimit) - used to split a text based on space,comma,etc...
MID function
left of
Right of
string length
how to convert text into numbers
Thursday, December 6, 2007
Find duplicate points in a given point layer(arcgis)
Hi,
The way is calculate x and y coordinates for all points.Then join x and y as like below
ex:
x co-ordinate: Y co-ordinate: XY
12 13 1213
Then Summarize the XY filed.that ask you to save the result as a dbf file.
open the dbf file,check count filed,if there is no duplicate the column will be filled with one other wise more than 1
Thanks,
Saravanan
The way is calculate x and y coordinates for all points.Then join x and y as like below
ex:
x co-ordinate: Y co-ordinate: XY
12 13 1213
Then Summarize the XY filed.that ask you to save the result as a dbf file.
open the dbf file,check count filed,if there is no duplicate the column will be filled with one other wise more than 1
Thanks,
Saravanan
Worst way to count the selected files in Windows XP
Hi
As we know there are so many ways to count the selected files in windows XP.The worst way is,
select the files which of you need and press delete,the popup will ask you the question like"do you want to delete these 10 files?" .from that you count the selected files in this case you have selected 10 files.then press no.
The best way is to see task bar that will give you the count of selected items.
Thanks,
Saravanan
As we know there are so many ways to count the selected files in windows XP.The worst way is,
select the files which of you need and press delete,the popup will ask you the question like"do you want to delete these 10 files?" .from that you count the selected files in this case you have selected 10 files.then press no.
The best way is to see task bar that will give you the count of selected items.
Thanks,
Saravanan
Subscribe to:
Posts (Atom)