<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
	<id>tag:old.nabble.com,2006:forum-16243</id>
	<title>Nabble - Yukon GIS Users Group</title>
	<updated>2009-07-30T23:39:39Z</updated>
	<link rel="self" type="application/atom+xml" href="http://old.nabble.com/Yukon-GIS-Users-Group-f16243.xml" />
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Yukon-GIS-Users-Group-f16243.html" />
	<subtitle type="html"></subtitle>
	
<entry>
	<id>tag:old.nabble.com,2006:post-24751795</id>
	<title>Photogrammetry &amp; LiDAR Services</title>
	<published>2009-07-30T23:39:39Z</published>
	<updated>2009-07-30T23:39:39Z</updated>
	<author>
		<name>cebabu</name>
	</author>
	<content type="html">Dear Friends
&lt;br&gt;&lt;br&gt;Iam Babu from Geofiny Technologies Pvt Ltd, Chennai
&lt;br&gt;&lt;br&gt;&amp;nbsp;Geofiny provides Geomatics services in the areas of Digital Photogrammetry, LIDAR Remote sensing, Geographic Information System (GIS), Global Positioning Services, Image Processing and CAD applications.
&lt;br&gt;&lt;br&gt;We carry out all data processing jobs for our clients at US, with highest quality and security standards, at competitive rates.
&lt;br&gt;&lt;br&gt;We are also developing a GSM based Automatic Vehicle Location system for fleet management using GPS/GIS.
&lt;br&gt;&lt;br&gt;Geofiny an ideally suited reliable outsourcing partner since our Engineers are trained to work extensively in a variety of Geomatics platforms. With this background we are sure you would understand that we could offer all geomatics services at a competitive cost but without sacrificing on quality.
&lt;br&gt;&lt;br&gt;Besides the already established clientele we are also looking forward to expand our services in US,Canada and other parts of the world through establishing prospective partners to source projects, technology solutions and customers.
&lt;br&gt;&lt;br&gt;&amp;nbsp;We start off by doing a pilot job free of cost. On doing so we try to understand the clients requirements better in terms of quality and time. We would be highly interested to carry out any similar type of work from your end.
&lt;br&gt;&lt;br&gt;We would also be highly interested to venture into mutually beneficial Global partnerships &amp; consortiums.
&lt;br&gt;&lt;br&gt;If any members needs Geomatics services kindly contact in the email elangobabuc@geofiny.com or +91-44-24501808
&lt;br&gt;&lt;br&gt;&lt;br&gt;Thanks &amp; Regards
&lt;br&gt;Babu&lt;a href=&quot;http://www.geofiny.com&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.geofiny.com&lt;/a&gt;&lt;a href=&quot;http://old.nabble.com/file/p24751795/GTPL%2B2009.rar&quot; target=&quot;_top&quot;&gt;GTPL+2009.rar&lt;/a&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Photogrammetry---LiDAR-Services-tp24751795p24751795.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-12488609</id>
	<title>adding Yukon projections to ArcView3</title>
	<published>2007-09-04T17:10:04Z</published>
	<updated>2007-09-04T17:10:04Z</updated>
	<author>
		<name>matt wilkie</name>
	</author>
	<content type="html">&lt;h3&gt;How to add common projections used in the Yukon to ArcView 3's default projection list:&lt;/h3&gt;

&lt;img src=&quot;http://old.nabble.com/file/p12488609/av3_yt_proj.png&quot; border=&quot;0&quot; /&gt;

&lt;p&gt;Edit &lt;b&gt;C:\ESRI\AV_GIS30\ARCVIEW\ETC\DEFAULT.PRJ&lt;/b&gt; and insert the following between the lines &quot;&lt;tt&gt;/2.1&lt;/tt&gt;&quot; and &quot;&lt;tt&gt;(CooSys.1&lt;/tt&gt;&quot;:&lt;/p&gt;

&lt;tt&gt;&lt;i&gt;/2.1&lt;/i&gt;&lt;/tt&gt;&lt;br&gt;
&lt;pre&gt;
(CooSys.99
	Name:		&quot;Yukon Projections&quot;
	Default:	9901
	Projections:	9901
	Projections:	3007
	Projections:	3008
	Projections:	3009
	Projections:	3010
)
(Albers.9901
	Description:	&quot;Albers Equal-Area (Yukon)&quot;
	Ellipsoid:	1003
	Lambda0:	-2.31256125889177
	Phi0:	1.02974425867634
	Phi1:	1.07628637206342
	Phi2:	1.18682389135578
	FalseEasting:	500000.00000000000000
	FalseNorthing:	500000.00000000000000
)

(Prj.99110
	Description:	&quot;Projections of the World ; Geographic Decimal Degrees&quot;
	Ellipsoid:	1000
)
&lt;/pre&gt;
&lt;i&gt;&lt;tt&gt;(CooSys.1&lt;br&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp; Name:		&quot;Projections of the World&quot;&lt;br&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;       ...etc.
&lt;/tt&gt;&lt;/i&gt;&lt;/p&gt;

&lt;p&gt;Here is the result: &lt;a href=&quot;http://old.nabble.com/file/p12488609/DEFAULT.PRJ&quot; target=&quot;_top&quot;&gt;DEFAULT.PRJ&lt;/a&gt;

&lt;h4&gt;Explanation&lt;/h4&gt;

&quot;CooSys&quot; defines a Category (the first drop down list). &quot;Projections&quot; lists the projections within the category, and can be defined anywhere within the file. The 3000 series simply include the standard NAD83 UTM projections defined lower down. This is why we only need to add one custom projection, namely &quot;Albers.9901&quot;. The custom Geographic one shewn is not necessary, but I added it in anyway in order to show a more descriptive note.

No I don't know what the Lambda and Phi numbers mean. To get those I defined a view projection the long way (view &gt; properties &gt; projection &gt; custom ....), saved to an .apr and inspected it.
</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/adding-Yukon-projections-to-ArcView3-tp12488609p12488609.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-12172414</id>
	<title>Are You Really Mapping Submeter?</title>
	<published>2007-08-15T17:13:34Z</published>
	<updated>2007-08-15T17:13:34Z</updated>
	<author>
		<name>matt wilkie</name>
	</author>
	<content type="html">&lt;i&gt;In an unrelated research project, I run across the great presentation from Joel Cusick of the US National Park Service. Ignore the slides for the most part and read the notes, that is where the real meat is.&lt;/i&gt;&lt;br&gt;&lt;br&gt;&amp;nbsp;Submitted Title: &amp;nbsp;Submeter Mapping…Really? &amp;nbsp;The Revenge of the Shift
&lt;br&gt;&amp;nbsp;
&lt;br&gt;&amp;nbsp;Submitted Abstract:
&lt;br&gt;&amp;nbsp;
&lt;br&gt;&amp;nbsp;Using a Global Positioning System (GPS) receiver has never been easier. &amp;nbsp;Accuracies claimed by various receiver manufacturers can be verified, and under good GPS conditions, mapping grade GPS can easily map at the submeter range, while recreational autonomous GPS can exceed the accuracy of the typical USGS topographic quad. &amp;nbsp;Where most of the mistakes are made is when basic fundamental field practices are disregarded and when the importance of geodetic datums are ignored. &amp;nbsp; Have you ever run aground on a datum mismatch either in the field or in the GIS? &amp;nbsp;This talk re-emphasizes the importance of some basic field techniques, regardless of the receiver make or model and controlling the dark side of GPS – datums and reference frames. &amp;nbsp;Using a quote from Yoda, fictional character from Star Wars - “Happens to every guy sometimes this does”. 
&lt;br&gt;&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/file/p12172414/AreYouReallyMappingSubmeter.mht&quot; target=&quot;_top&quot;&gt;AreYouReallyMappingSubmeter.mht&lt;/a&gt;&amp;nbsp;- all in one compiled Windows html file
&lt;br&gt;&lt;br&gt;the original presentation: &lt;a href=&quot;http://www.nps.gov/gis/gps/AreYouReallyMappingSubmeter.ppt&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.nps.gov/gis/gps/AreYouReallyMappingSubmeter.ppt&lt;/a&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Which-Geographic-Transformation-to-use-for-the-Yukon--tp12172070p12172414.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-12172347</id>
	<title>Re: which transform? use a picture!</title>
	<published>2007-08-15T17:08:35Z</published>
	<updated>2007-08-15T17:08:35Z</updated>
	<author>
		<name>matt wilkie</name>
	</author>
	<content type="html">Note: the graphics only show the applicable regions for files distributed by ESRI US and ESRI Canada. The .gsb shift files available from the various provincial geodetic distributors are not represented.</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Which-Geographic-Transformation-to-use-for-the-Yukon--tp12172070p12172347.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-12172202</id>
	<title>caution with nad27 --&gt; wgs84</title>
	<published>2007-08-15T16:59:12Z</published>
	<updated>2007-08-15T16:59:12Z</updated>
	<author>
		<name>matt wilkie</name>
	</author>
	<content type="html">this additional note from Margaret Maher of ESRI US: 
&lt;br&gt;&lt;br&gt;&lt;i&gt;&amp;quot;I'm glad that you found information that helped you decide which geographic transformation to use in your area. &amp;nbsp;Please keep in mind though, that I try to discourage people from using the NAD 1927 to WGS 1984 transformations, because these composite transformations are not particularly accurate, except within a very limited geographic area (the state of Kansas in the USA).
&lt;br&gt;&lt;br&gt;Having a graphic representation for the areas of use when selecting the correct Geographic Transformation to use is great. &amp;nbsp; I'll have to check into the source for these, to see if we can copy them and use them in our Help documentation, or in some of our Knowledge Base articles.&amp;quot;&lt;/i&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Which-Geographic-Transformation-to-use-for-the-Yukon--tp12172070p12172202.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-12172118</id>
	<title>which transform? use a picture!</title>
	<published>2007-08-15T16:54:40Z</published>
	<updated>2007-08-15T17:05:45Z</updated>
	<author>
		<name>matt wilkie</name>
	</author>
	<content type="html">Thanks to the memory of a co-worker from another department, Julie Houle, my summary of which geotransform to use have been clearly elucidated in 3 graphics, which are attached. The maps are taken from the exercise package of Data Production and Editing Techniques&lt;a href=&quot;http://training.esri.com/gateway/index.cfm?fa=catalog.courseDetail&amp;CourseID=50099067_9.X&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;[1]&lt;/a&gt;.
&lt;br&gt;&lt;br&gt;If I'd had *that* my epic quest would have been answered in minutes instead of weeks. I'll forward it to ESRI tech support for the next confused technician who blunders in mumbling incoherently about witchy dahdum transphomayshuns. I guess this answers the question about whether ESRI tech support personnel take their own courses!
&lt;br&gt;&lt;br&gt;Oh, just in case you are wondering, those diagrams are worth 4,434 words (of the summary!), or almost 1500 words each. Expelliarmus!
&lt;br&gt;&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/file/p12172118/Nad83ToWGS84.pdf&quot; target=&quot;_top&quot;&gt;Nad83ToWGS84.pdf&lt;/a&gt;&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/file/p12172118/Nad27ToNad83.pdf&quot; target=&quot;_top&quot;&gt;Nad27ToNad83.pdf&lt;/a&gt;&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/file/p12172118/Nad27ToWGS84.pdf&quot; target=&quot;_top&quot;&gt;Nad27ToWGS84.pdf&lt;/a&gt;&lt;br&gt;&lt;br&gt;&lt;img src=&quot;http://old.nabble.com/file/p12172118/nad83_to_wgs84.png&quot; border=&quot;0&quot; /&gt;&lt;br&gt;&lt;img src=&quot;http://old.nabble.com/file/p12172118/nad27_to_nad83.png&quot; border=&quot;0&quot; /&gt;&lt;br&gt;&lt;img src=&quot;http://old.nabble.com/file/p12172118/nad27_to_wgs84.png&quot; border=&quot;0&quot; /&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Which-Geographic-Transformation-to-use-for-the-Yukon--tp12172070p12172118.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-12172070</id>
	<title>Which Geographic Transformation to use for the Yukon?</title>
	<published>2007-08-15T16:53:01Z</published>
	<updated>2007-08-15T16:53:01Z</updated>
	<author>
		<name>matt wilkie</name>
	</author>
	<content type="html">&lt;blockquote&gt;&lt;i&gt;This is the story I shared with the user group (see July 2007 Summary) and a few others about my quest to *confidently* choose the correct transformation method. &lt;/i&gt;&lt;/blockquote&gt;

&lt;h1&gt;&lt;a name=&quot;.h0&quot; target=&quot;_top&quot;&gt;&lt;/a&gt;Which Geotrans Summary&lt;/h1&gt;
Dear ESRI-L,&lt;br&gt;
&lt;br&gt;
A few weeks ago I embarked on what I thought was going to be a simple
single afternoon &lt;span class=&quot;todo&quot;&gt;question:
what is the correct geotransform to use when going from Geographic
WGS84 to Albers NAD83, in the region of Canada's Yukon Territory?&lt;/span&gt;&lt;br&gt;

&lt;br&gt;
I'll spare you the ordeal of following the tortuous route I led, and
get straight to the results, and then follow with some of the nitty
gritty. In the words of Mark Twain, if I had more time I'd write a
shorter letter!&lt;br&gt;
&lt;hr size=&quot;1&quot;&gt;
&lt;a name=&quot;.h506&quot; target=&quot;_top&quot;&gt;&lt;/a&gt;
&lt;h2&gt;SUMMARY&lt;/h2&gt;
After removing the duplicates, the list of transforms for WGS84 to
NAD83 is:&lt;br&gt;
&lt;br&gt;
NAD_1983_To_WGS_1984_*
&lt;ul&gt;
1 - North &amp;amp; Central America, accurate to centimeters in lower US to
~2m north of 60&lt;br&gt;
2 - Alaska, Aleutian Islands&lt;br&gt;
3 - Hawaii&lt;br&gt;
4 - superceded by #5&lt;br&gt;
5 - Applies to United States lower 48, accuracy +/- 1m&lt;br&gt;
6 - Canada, Quebec; (could be restated as &quot;NAD83 to NAD83_CSRS&quot;)&lt;br&gt;
7 - Canada, Saskatchewan; &quot;&lt;br&gt;
8 - Canada, Alberta; &quot;&lt;br&gt;

&lt;/ul&gt;
For methods 6,7,8 one must contact the regional authority to acquire
the necessary .gsb files (see NTv2 heading below):
&lt;ul&gt;
#6 - Quebec NAD83-98.gsb&lt;br&gt;
#7 - Saskatchewan SK83-98.gsb&lt;br&gt;
#8 - Alberta AB_CSRS.gsb&lt;br&gt;
&lt;/ul&gt;
The best general NAD83 CSRS for all of Canada is: &lt;i&gt;None&lt;/i&gt;, use
NAD83(Original) instead (either _1 or _5).&lt;br&gt;
&lt;br&gt;
For Northern Canada, there is no transformation available between the 2
datum because there were not enough points where both set of
coordinates were available to calculate the differences.&lt;br&gt;
&lt;br&gt;
The most important thing about selecting a datum transformation is to
be consistent, and always use the same transformation when processing
your data.&lt;br&gt;
&lt;br&gt;
&lt;a name=&quot;.h1636&quot; target=&quot;_top&quot;&gt;&lt;/a&gt;
&lt;h3&gt;BUGS&lt;/h3&gt;
DUPLICATE TRANSFORMS: In the ArcMap transformations dialog there are 13
transformations available, 5 if them with duplicate names. This is an
acknowledged cosmetic bug, fixed in the forthcoming ArcGIS Desktop
Service Pack 3. It doesn't matter which of the dupes is selected, the
same transform is applied.&lt;br&gt;

&lt;br&gt;
NO ERROR ON MISSING .GSB: the tools don't check whether the NTv2 files
are there or not. As long as it sees the geotransform variable is using
a value of 1 through 8 it carries on happily regardless. The Defect ID
for this bug is CQ00248905 and it listed as a high priority to add a
warning message.&lt;br&gt;
&lt;br&gt;
Okay, you can stop reading now. &lt;br&gt;
&lt;hr size=&quot;1&quot;&gt;
&lt;a name=&quot;.h2301&quot; target=&quot;_top&quot;&gt;&lt;/a&gt;
&lt;h2&gt;DETAILS&lt;/h2&gt;
&lt;ul&gt;
&quot;The deal is, NAD_1983_To_WGS_1984_1 is a Geocentric Translation,
and the transformation parameters are all 0. This treats NAD 1983 and
WGS 1984 as if they are identical.&lt;br&gt;
  &lt;br&gt;
The actual diference between the WGS 1984 and GRS 1980
spheroids/ellipsoids is 0.4 meters (40 centimeters) of length in the
semi-minor axis. Their semi-major axes are the same length. Therefore,
at the equator, coordinates on either datum and ellipsoid would be
identical, if NAD 1983 were defined at the equator. As the ellipsoids
curve toward the poles, because of that 0.4 meter different in the
length of the semi-minor axis, the curvature of the ellipsoids separate.&lt;br&gt;
  &lt;br&gt;
In southern Florida, for example, the coordinate difference is a few
centimeters. At the US/Canadian border, around the Montana/Alberta
border for example, the difference is about 0.5 meters. In your area of
interest, the Yukon Territory, the data is far enough north where the
actual offset between WGS 1984 and NAD 1983 is probably in excess of 1
meter.&lt;br&gt;
  &lt;br&gt;
The accuracy of _5, according to EPSG, is &amp;plusmn; 1 meter, so within the 48
contiguous states, _1 is actually more accurate than _5, even though _5
is the most accurate transformation that has been calculated to date,
since the offset between NAD 1983 and WGS 1984 in the contiguous 48
states is a half-meter or less.&lt;br&gt;
  &lt;br&gt;
I've attached a zip file to this email, which contains 3 shapefiles.
Each shapefile has two cities in Canada, one in the Yukon Territory,
and the other in the Northwest Territory.&lt;br&gt;
  &lt;br&gt;
I projected one shapefile from GCS_North_American_1983 to GCS_WGS_1984
using transformation _1, and the other using _5. Comparing the three
shapefiles in ArcMap, you can see the differences in the locations of
the points.&lt;br&gt;
  &lt;br&gt;
The most important thing about selecting a datum transformation is to
be consistent, and always use the same transformation when processing
your data. Use of either transformation method can be justified.&quot;&lt;br&gt;
  &lt;br&gt;
  &lt;ul&gt;
Margaret Maher&lt;br&gt;
ESRI Support Services&lt;br&gt;
    &lt;br&gt;
  &lt;/ul&gt;

&lt;/ul&gt;
&lt;a name=&quot;.h4355&quot; target=&quot;_top&quot;&gt;&lt;/a&gt;
&lt;h3&gt;NTv2&lt;/h3&gt;
The Canada National Transformation v2 downloaded separately from ESRI
Canada are only for NAD27 to NAD83, not NAD83_CSRS and variants. &lt;span class=&quot;url-link&quot;&gt;&lt;a href=&quot;http://www.esricanada.com/EN_support/1205.asp&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.esricanada.com/EN_support/1205.asp&lt;/a&gt;&lt;/span&gt;
And yes although the description says 1974(!), this is really is the
right stuff. The dates refer to 1974 and 1976(Ontario) defintion or
readjustments of NAD 1927.&lt;br&gt;
&lt;ul&gt;
NTv2_0.gsb NAD_1927_To_NAD_1983_NTv2_Canada &lt;br&gt;
May76v20.gsb NAD_1927_DEF_1976_To_NAD_1983_NTv2_Ontario &lt;br&gt;
&lt;/ul&gt;
&lt;a name=&quot;.h4830&quot; target=&quot;_top&quot;&gt;&lt;/a&gt;
&lt;h3&gt;Regional NAD83_CSRS binary grid shoft files (.gsb)&lt;/h3&gt;
The regional .gsb files for NAD83 to NAD83_CSRS are handled at the
provincial level. Contact list at &quot;Canadian Spatial Reference System,
Provincial Contacts&quot; at Natural Resources Canada, Geodesy Branch &lt;span class=&quot;url-link&quot;&gt;&lt;a href=&quot;http://www.geod.nrcan.gc.ca/prov_contact/index_e.php&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.geod.nrcan.gc.ca/prov_contact/index_e.php&lt;/a&gt;&lt;/span&gt;&lt;br&gt;

&lt;br&gt;
It sure would be nice at some point to have all of the regional .gsb
files available from a central (authoritative) clearing house. Maybe
now that geobase.ca is up and running at some future point that could
happen, at least for the free distribution ones (Alberta, BC, Quebec,
Saskatchwen).&lt;br&gt;
&lt;br&gt;
ALBERTA
&lt;ul&gt;
Freely available, but must be requested.&lt;br&gt;
  &lt;br&gt;
&quot;Some notes about the file (ABCSRSV4.DAC):&lt;br&gt;
  &lt;br&gt;
A) We constrained to Alberta's boundary for the points. So, anything
outside of AB will have some fluff in it.&lt;br&gt;
  &lt;br&gt;
B) Our file is named abcsrsv4.dac --&amp;gt; if you need it with the GSB
extension, just rename the file. I know that ESRI have GSB hard-coded
into their software. We just called it dac for Direct ACcess. &lt;br&gt;
  &lt;br&gt;
C) The file is was created using the same software as for the NTV2
software package, so it's fully compatible in this case.&quot;&lt;br&gt;
  &lt;ul&gt;
-- Geoff Banham, P.Eng., A/Manager Geodetic Control Unit &amp;amp; Land
Surveys Unit&lt;br&gt;
    &lt;br&gt;
  &lt;/ul&gt;

&lt;/ul&gt;
BRITISH COLUMBIA
&lt;ul&gt;
Free download.&lt;br&gt;
  &lt;br&gt;
&quot;Grid shift files are freely available online at ...&lt;br&gt;
  &lt;span class=&quot;url-link&quot;&gt;&lt;a href=&quot;http://aardvark.gov.bc.ca/apps/mascotw/convert.html&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://aardvark.gov.bc.ca/apps/mascotw/convert.html&lt;/a&gt;&lt;/span&gt;&lt;br&gt;
  &lt;br&gt;
There is a good graphic that shows the transformation versions at ...&lt;br&gt;
  &lt;span class=&quot;url-link&quot;&gt;&lt;a href=&quot;ftp://ftp.gdbc.gov.bc.ca/pub/world/NTv2.0/BC-Adjustment-Transformation.xls&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;ftp://ftp.gdbc.gov.bc.ca/pub/world/NTv2.0/BC-Adjustment-Transformation.xls&lt;/a&gt;&lt;/span&gt;&quot;&lt;br&gt;
  &lt;ul&gt;
-- Brad Hlasny, Base Mapping &amp;amp; Geomatic Services Branch, Ministry
of Agriculture and Lands &lt;br&gt;
    &lt;br&gt;
  &lt;/ul&gt;

&lt;/ul&gt;
MANITOBA
&lt;ul&gt;
Does not have a grid shift file for previous
versions of NAD83 to NAD83(CSRS) at this time. They are contemplating
it, but do not have the necessary coverage in the northern half of the
province yet to allow for a proper determination.&lt;br&gt;
  &lt;ul&gt;
-- David Richards, Manager, Geodesy and Control Surveys Section&lt;br&gt;
    &lt;br&gt;
  &lt;/ul&gt;
&lt;/ul&gt;
NEW BRUNSWICK
&lt;ul&gt;
Not available.&lt;br&gt;
  &lt;br&gt;
&quot;...The Maritime Provinces have never adopted the original NAD83 (1989)
or the Federal Shiba Adjustment done in 1989. We had ATS77 here until
1999 when we officially adopted NAD83 CSSRS as the reference system
(datum) for New Brunswick.&lt;br&gt;
  &lt;br&gt;
So we developed a ATS77 to NAD83 CSRS grid shift file we use with
NBGeocalc or NTv2. There is a non rigorous way to do this with
NBGeocalc but I would not recommend it unless it was the one and only
way out. One would have to convert NAD83 to NAD27 and then use these to
go back to NAD83 CSRS. It will require 2 transformation and the one
transformation to NAD27 is based on an old ESTPM version of Ntv2 and
accuracy would be lost in the transition.&lt;br&gt;
  &lt;br&gt;
If you are looking for mapping grade values, then use the NAD83 CSRS as
being the same as NAD83. In most of NB the difference is in the order
of 20 to 30 cm so most of mapping data would not be affected by this.&quot;&lt;br&gt;
  &lt;br&gt;
  &lt;ul&gt;
-- L&amp;eacute;o-Guy LeBlanc, Director of Surveys, Service New Brunswick&lt;br&gt;
    &lt;br&gt;
  &lt;/ul&gt;

&lt;/ul&gt;
NOVA SCOTIA
&lt;ul&gt;
Free of charge if downloaded by ftp but requires signing and returning
a license agreement.&lt;br&gt;
  &lt;br&gt;
&quot;We do not have a grid shift file that transforms directly between
NAD83 and NAD83(CSRS) - NAD83 was never used as reference frame
realization for NS provincial control points. However, Federal first
order framework points have NAD83 positions and a grid shift file for
ATS77 &amp;lt;&amp;gt; NAD83 transformations using those points was developed.
Also there is a grid shift file for ATS77 &amp;lt;&amp;gt; NAD83(CSRS)
transformations developed from points of the NSHPN. Thus, I suppose one
way to accomplish what you want is, transform NAD83 &amp;gt; ATS77 then,
transform the ATS77 &amp;gt; NAD83(CSRS).&lt;br&gt;
  &lt;br&gt;
Those transformations are implemented in the web application at:&lt;br&gt;
  &lt;span class=&quot;url-link&quot;&gt;&lt;a href=&quot;http://142.176.62.104/sns_webclient/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://142.176.62.104/sns_webclient/&lt;/a&gt;&lt;/span&gt;&quot;&lt;br&gt;
  &lt;ul&gt;
-- Allen Flemming, Nova Scotia Geomatics Centre,&lt;br&gt;
    &lt;br&gt;
  &lt;/ul&gt;

&lt;/ul&gt;
PRINCE EDWARD ISLAND
&lt;ul&gt;
By request, for a fee.&lt;br&gt;
  &lt;br&gt;
&quot;You can purchase a copy of PEIGeocalc for $100, which has all of the
grid shift files we use, it is our &quot;official&quot; transformation
software...but it doesn't have the relatively minor model adjustment
from NAD 83 to NAD 83 CSRS, we never needed it so we never had it
created.&quot;&lt;br&gt;
  &lt;br&gt;
  &lt;ul&gt;
-- Serge Bernard, Chief Provincial Surveyor, Department of
Transportation and Public Works &lt;br&gt;
    &lt;br&gt;
  &lt;/ul&gt;
&lt;/ul&gt;
QUEBEC
&lt;ul&gt;
Free download.&lt;br&gt;
  &lt;br&gt;
&quot;We have developed a software called SYREQ to transform coordinates
between some datum and some map projections. The software uses GSB grid
files. You can download it at &lt;span class=&quot;url-link&quot;&gt;&lt;a href=&quot;http://www.mrnf.gouv.qc.ca/produits-services/syreq/syreq.jsp&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.mrnf.gouv.qc.ca/produits-services/syreq/syreq.jsp&lt;/a&gt;&lt;/span&gt;.
Once installed, you'll find the grid files in the C:Program FilesCommon
FilesSoftMap Sharedgrid directory. The file you are looking for is
NA83SCRS.GSB.&quot;&lt;br&gt;
  &lt;ul&gt;
-- Yves Th&amp;eacute;riault, M.Sc. Direction de la r&amp;eacute;f&amp;eacute;rence g&amp;eacute;od&amp;eacute;sique&lt;br&gt;
    &lt;br&gt;
  &lt;/ul&gt;

&lt;/ul&gt;
SASKATCHEWAN
&lt;ul&gt;
Freely available, by request.&lt;br&gt;
  &lt;br&gt;
&quot;We offer nad27&amp;lt;--&amp;gt;nad83(nmip91); nad27&amp;lt;--&amp;gt;nad83(csrs98)
and nad83(nmip91&amp;lt;--&amp;gt;nad83(csrs98).&lt;br&gt;
  &lt;br&gt;
...nad27&amp;lt;--&amp;gt;nad83(nmip91) is in fact a sub-set of the NTV2 gsb
file, in that the Canada-wide NTV2 grid shift file has been trimmed to
approximately cover Saskatchewan.&quot;&lt;br&gt;
  &lt;ul&gt;
-- Larry Cook, Head Of Geodesy Surveys Branch &lt;br&gt;
  &lt;/ul&gt;

&lt;/ul&gt;
&lt;a name=&quot;.h10034&quot; target=&quot;_top&quot;&gt;&lt;/a&gt;
&lt;h3&gt;REFERENCES &amp;amp; RESOURCES&lt;/h3&gt;
Email &amp;amp; Phone:
&lt;ul&gt;
ESRI Canada Technical Support: Kimberly D.&lt;br&gt;
ESRI Support Services: Melita Kennedy, Margaret Maher&lt;br&gt;
Geodetic Survey Division of NRCAN: Francine Saumure&lt;br&gt;
University of California: Nicholas Tripcevich, Ph.D.&lt;br&gt;
  &lt;br&gt;
Allen Flemming, Nova Scotia Geomatics Centre&lt;br&gt;
Brad Hlasny, Base Mapping &amp;amp; Geomatic Services Branch, Ministry of
Agriculture and Lands &lt;br&gt;
David Richards, Manager, Geodesy and Control Surveys Section&lt;br&gt;
Serge Bernard, Chief Provincial Surveyor, Department of Transportation
and Public Works &lt;br&gt;
Geoff Banham, P.Eng., A/Manager Geodetic Control Unit &amp;amp; Land
Surveys Unit&lt;br&gt;
Larry Cook, Head Of Geodesy Surveys Branch &lt;br&gt;
L&amp;eacute;o-Guy LeBlanc, Director of Surveys, Service New Brunswick&lt;br&gt;
Yves Th&amp;eacute;riault, M.Sc. Direction de la r&amp;eacute;f&amp;eacute;rence g&amp;eacute;od&amp;eacute;sique, Minist&amp;egrave;re
des Ressources naturelles et de la Faune&lt;br&gt;
  &lt;br&gt;
Barry Otterson, Government of Saskatchewan&lt;br&gt;
Linda J. Wright, Surveyor's Office, El Dorado County &lt;br&gt;
Kilmeny Stephens, Senior GIS Data Analyst, Nelson City Council&lt;br&gt;

&lt;/ul&gt;
&amp;gt; the &quot;Geographic_transformations.pdf&quot; and &quot;PEgt_namewhere.doc&quot;&lt;br&gt;
&lt;br&gt;
Usually installed locally at &quot;C:Program
FilesArcGISDocumentationgeographic_transformations.pdf&quot; There is an
online knowledge base whitepaper of the same which may or not be as up
to date: &quot;ArcGIS 9 Projection Documentation&quot; - &lt;span class=&quot;url-link&quot;&gt;&lt;a href=&quot;http://tinyurl.com/2fz5w2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://tinyurl.com/2fz5w2&lt;/a&gt;&lt;/span&gt;&lt;br&gt;
&lt;br&gt;
A key to using this document is look at the &quot;Code&quot; column. Transforms
are listed multiple times as a single transform can apply to multiple
regions. For example NAD_1983_To_WGS_1984_1 applies to all Canada as
well as North America. The single transform however will always have
the same code regardless of how many places it is applicable.&lt;br&gt;
&lt;br&gt;
Also see the similar PEgt_namewhere.doc attached to &quot;HowTo: Select the
correct geographic (datum) transformation when projecting between
datums&quot;, &lt;span class=&quot;url-link&quot;&gt;&lt;a href=&quot;http://tinyurl.com/yustqo&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://tinyurl.com/yustqo&lt;/a&gt;&lt;/span&gt;&lt;br&gt;

&lt;br&gt;
XXXX: code columns don't match betwixt .pdf and .doc is this a problem?&lt;br&gt;
&lt;br&gt;
&lt;br&gt;
The Grids and Datums column from PE&amp;amp;RS (Clifford J. Mugnier)
contains articles written every month with a brief cartographic history
of many countries around this world. For people working in countries
without published cartographic information (at least published online),
these articles can be very useful.&lt;br&gt;
&lt;span class=&quot;url-link&quot;&gt;&lt;a href=&quot;http://www.asprs.org/resources/grids/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.asprs.org/resources/grids/&lt;/a&gt;&lt;/span&gt;&lt;br&gt;
&lt;br&gt;
&lt;br&gt;
ESRI Technical Articles:&lt;br&gt;
&lt;ul&gt;
&quot;HowTo: Select the correct geographic (datum) transformation when
&lt;/ul&gt;
&lt;ul&gt;
projecting between datums&quot; &lt;br&gt;
  &lt;span class=&quot;url-link&quot;&gt;&lt;a href=&quot;http://tinyurl.com/yustqo&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://tinyurl.com/yustqo&lt;/a&gt;&lt;/span&gt;&lt;br&gt;
  &lt;ul&gt;
&quot;...Unfortunately, the list of transformations for ArcGIS 9.2 is
not yet ready for publication, but the information is available in the
database published by the Oil &amp;amp; Gas Producers Surveying &amp;amp;
Positioning Committee. This free database can be downloaded at &lt;span class=&quot;url-link&quot;&gt;&lt;a href=&quot;http://www.epsg.org&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.epsg.org&lt;/a&gt;&lt;/span&gt;.&quot;
-- Margaret Maher&lt;br&gt;
    &lt;br&gt;
  &lt;/ul&gt;
&quot;FAQ: Where can I get datum transformation grids for Canada?&quot;&lt;br&gt;
  &lt;span class=&quot;url-link&quot;&gt;&lt;a href=&quot;http://tinyurl.com/2h3nzb&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://tinyurl.com/2h3nzb&lt;/a&gt;&lt;/span&gt;&lt;br&gt;
  &lt;br&gt;
&quot;How do I convert my data from NAD27 to NAD83 using NTv2?&quot;&lt;br&gt;
  &lt;span class=&quot;url-link&quot;&gt;&lt;a href=&quot;http://www.esricanada.com/EN_supportfaq/1262_6303.asp&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.esricanada.com/EN_supportfaq/1262_6303.asp&lt;/a&gt;&lt;/span&gt;&lt;br&gt;
  &lt;br&gt;
&quot;FAQ: Can ArcGIS use NTv2 grid files to convert between datums?&quot;&lt;br&gt;
  &lt;span class=&quot;url-link&quot;&gt;&lt;a href=&quot;http://tinyurl.com/23ztvn&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://tinyurl.com/23ztvn&lt;/a&gt;&lt;/span&gt;&lt;br&gt;
  &lt;br&gt;
&quot;FAQ: What National Transformation Version 2 geographic transformation&lt;br&gt;
grids are supported?&quot; - &lt;span class=&quot;url-link&quot;&gt;&lt;a href=&quot;http://tinyurl.com/ywsqns&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://tinyurl.com/ywsqns&lt;/a&gt;&lt;/span&gt;&lt;br&gt;
Reference list of .gsb files, their corresponding region,&lt;br&gt;
transform, and at what ArcGIS version introduced. Example:&lt;br&gt;
&quot;SK83-98.gsb Saskatchewan NAD 1983 to NAD 1983 CSRS98&quot;&lt;br&gt;
  &lt;br&gt;
&quot;HowTo: Determine which NAD_1983_To_WGS_1984 transformation to use&quot;&lt;br&gt;
  &lt;span class=&quot;url-link&quot;&gt;&lt;a href=&quot;http://tinyurl.com/27rary&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://tinyurl.com/27rary&lt;/a&gt;&lt;/span&gt;&lt;br&gt;
Primarily as applies to the continental United States&lt;br&gt;
  &lt;br&gt;

&lt;/ul&gt;
Geodetic Branch, Natural Resources Canada
&lt;ul&gt;
  &lt;span class=&quot;url-link&quot;&gt;&lt;a href=&quot;http://www.geod.nrcan.gc.ca/faq_e.php#a19&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.geod.nrcan.gc.ca/faq_e.php#a19&lt;/a&gt;&lt;/span&gt;&lt;br&gt;
  &lt;ul&gt;
What is the difference between NAD83 and WGS84?&lt;br&gt;
What is NAD83(Original)?&lt;br&gt;
What is NAD83(CSRS)?&lt;br&gt;
  &lt;/ul&gt;
&lt;/ul&gt;
&lt;a name=&quot;.h13822&quot; target=&quot;_top&quot;&gt;&lt;/a&gt;
&lt;h2&gt;CONCLUDING THOUGHTS&lt;/h2&gt;
This is not an exhaustive summary of all the transforms, though it has
been at times exhausting. I only followed the thread far enough to
answer my initial problem, namely which transform to use when going
from WGS84 to NAD83 in north western Canada. I am by no means an
authority on the subject and even now cannot state with absolute
confidence I have arrived at an authoritative answer. I only know this
is the best I've been able to achieve. Hopefully the base is solid
enough for someone else to pick the remaining dangling threads and
carry on, and fix the ones I've likely miswired too!&lt;br&gt;

&lt;br&gt;
If you only read initial and concluding paragraphs: The most important
thing about selecting a datum transformation is to be consistent, and
always use the same transformation when processing your data.&lt;br&gt;
&lt;br&gt;
&lt;br&gt;
Transformally yours,&lt;br&gt;
&lt;br&gt;
-- &lt;br&gt;
matt wilkie
&lt;hr size=&quot;1&quot;&gt;Geographic Information,&lt;br&gt;
Information Management and Technology,&lt;br&gt;
Yukon Department of Environment&lt;br&gt;
10 Burns Road * Whitehorse, Yukon * Y1A 4Y9&lt;br&gt;
867-667-8133 Tel * 867-393-7003 Fax&lt;br&gt;
&lt;span class=&quot;url-link&quot;&gt;&lt;a href=&quot;http://environmentyukon.gov.yk.ca/geomatics/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://environmentyukon.gov.yk.ca/geomatics/&lt;/a&gt;&lt;/span&gt;

</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Which-Geographic-Transformation-to-use-for-the-Yukon--tp12172070p12172070.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-12165849</id>
	<title>DNR Garmin and Yukon Albers Projection</title>
	<published>2007-08-15T10:52:31Z</published>
	<updated>2007-08-15T10:52:31Z</updated>
	<author>
		<name>matt wilkie</name>
	</author>
	<content type="html">Getting a custom projection set in &lt;a href=&quot;http://www.dnr.state.mn.us/mis/gis/tools/arcview/extensions/DNRGarmin/DNRGarmin.html&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;DNR Garmin&lt;/a&gt; can be a bit of a pain. Here's an easy way to add the &lt;a href=&quot;http://www.environmentyukon.gov.yk.ca/geomatics/techweb/yt-albers-projection.html&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Yukon Albers projection&lt;/a&gt; to the EPSG and/or ESRI lists. Open &lt;code&gt;&quot;c:\program files\dnrgarmin\proj\nad\epsg&quot;&lt;/code&gt; (or &lt;code&gt;esri&lt;/code&gt;) in your favourite text editor and add this to the bottom:&lt;/p&gt;

&lt;code&gt;
# NAD83 / Yukon Albers&lt;br&gt;
&lt;3578&gt; +proj=aea +lat_1=61.66666666667 +lat_2=68.0 +lat_0=59.0 +lon_0=-132.5 +x_0=500000 +y_0=500000 +ellps=GRS80 +datum=NAD83 +units=m
&lt;/code&gt;

&lt;p&gt;Result:&lt;br&gt;
&lt;img src=&quot;http://old.nabble.com/file/p12165849/dnrgarmin_ykalb.png&quot; border=&quot;0&quot; /&gt;&lt;/p&gt;

After you've done that, go to &lt;i&gt;File &gt; Set Projection&lt;/i&gt;, using the the radio button pick which ever file you edited (epsg or esri), and in the &lt;i&gt;POSC code&lt;/i&gt; drop-down select &lt;b&gt;3578&lt;/b&gt;.

Thanks to the work of Jeff Hamm from the Yukon Land Use Planning Council after the next release of DNR Garmin (and any other software which uses the EPSG database) the editing step won't be necessary, as &quot;3578 Yukon Albers&quot; is now in the core database.

</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/DNR-Garmin-and-Yukon-Albers-Projection-tp12165849p12165849.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-11955483</id>
	<title>July 2007 Summary</title>
	<published>2007-08-01T16:54:33Z</published>
	<updated>2007-08-01T16:54:33Z</updated>
	<author>
		<name>matt wilkie</name>
	</author>
	<content type="html">&lt;blockquote&gt;&lt;b&gt;I've prepared a pretty text version of this, here:
&lt;a href=&quot;http://old.nabble.com/file/p11955483/Yukon%2BGIS%2BUsers%2BGroup%252C%2BJuly%2B2007.doc&quot; target=&quot;_top&quot;&gt;Yukon+GIS+Users+Group%2C+July+2007.doc&lt;/a&gt;
unfortunately there doesn't seem to be an easy way to copy and paste the images into this Nabble editor so you'll just have to go through the extra step, sorry. 

-matt 

&lt;/b&gt;
&lt;/blockquote&gt;

&lt;h1&gt;Yukon GIS Users Group, July 2007&lt;/h1&gt;
&lt;p class=&quot;MsoNormal&quot;&gt;&lt;o:p&gt;&lt;/o:p&gt;This missive is partly &lt;i style=&quot;&quot;&gt;minutes
of the last meeting&lt;/i&gt;, with a smattering of &lt;i style=&quot;&quot;&gt;what matt
thinks is cool or new since we last talked&lt;/i&gt;. &lt;/p&gt;

&lt;p class=&quot;MsoNormal&quot; style=&quot;margin-left: 36pt;&quot;&gt;Present: Adam, Amy,
Aubrey,
Bailey, Diedire, Matt, Meila, Manon, Olwyn.&lt;br&gt;
Minute Maker and Chair
of Next
Meeting (a.k.a. the sacrificial goat): Matt&lt;/p&gt;
&lt;h3&gt;Oh GPS App, Where Art Thou?&lt;/h3&gt;
&lt;p class=&quot;MsoNormal&quot;&gt;A brief and inconclusive survey of what
applications people
are using for GPS integration with their primary GIS wares. Amy needs a
seamless method for bringing in field data to the central data store
which
doesn&amp;#8217;t need any ESRI licenses.&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;&lt;/p&gt;
&lt;p class=&quot;MsoNormal&quot;&gt;&lt;a href=&quot;http://www.dnr.state.mn.us/mis/gis/tools/arcview/extensions/DNRGarmin/DNRGarmin.html&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;DNRGarmin&lt;/a&gt;
&amp;#8211; free, stable, been around a long time and still being developed&lt;/p&gt;
&lt;p class=&quot;MsoNormal&quot;&gt;&lt;a href=&quot;http://www.mxgeo.com/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;MxGPS&lt;/a&gt; &lt;span style=&quot;&quot;&gt;&amp;nbsp;&lt;/span&gt;&amp;#8211; relatively cheap, smooth worklflow&lt;/p&gt;

&lt;p class=&quot;MsoNormal&quot;&gt;Map Product Creator&amp;#8211; from Garmin, expensive,
problematic for
some things. It&amp;#8217;s impossible to find on their website so no link here.&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;&lt;/p&gt;
&lt;p class=&quot;MsoNormal&quot;&gt;Plus a handful of other free/open source
applications which
can be chained together (cgpsmapper, gpsupload, gpsbabel,&amp;#8230;). When in
doubt, put
on your &amp;#8220;protect my squinty eyes&amp;#8221; glasses and go to &lt;a href=&quot;http://gpsinformation.net/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://gpsinformation.net/&lt;/a&gt;&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;&lt;/p&gt;

&lt;p class=&quot;MsoNormal&quot;&gt;Peter Von Gaza is writing a cool interactive
program which
shows the gps points along with their error elipses, in 3D no less.
Diedre is
the only to have seen it so far. No word on when/if it might be done.&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;&lt;/p&gt;
&lt;p class=&quot;MsoNormal&quot;&gt;Matt to send Olwyn the name of the program
Environment
is/will-be using.&lt;br&gt;
&lt;i style=&quot;&quot;&gt;Pssssst! Olwyn, &lt;span style=&quot;&quot;&gt;&amp;nbsp;&lt;/span&gt;It&amp;#8217;s mxgps.&lt;o:p&gt;&lt;/o:p&gt;&lt;/i&gt;&amp;nbsp;&lt;/p&gt;

&lt;o:p&gt;&lt;/o:p&gt;
&lt;p class=&quot;MsoNormal&quot;&gt;&lt;b style=&quot;&quot;&gt;Manon is &lt;a href=&quot;mailto:manon.desforges@gov.yk.ca?subject=standard%20attribute%20names%20for%20downloaded%20GPS%20data&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;seeking
standard attribute names for downloaded GPS data&lt;/a&gt;. What are other
people,
departments, governments using?&lt;/b&gt; &amp;#8216;twas the general&lt;span style=&quot;&quot;&gt;&amp;nbsp; &lt;/span&gt;consensus
that &amp;#8220;we don&amp;#8217;t know&amp;#8221;.&lt;span style=&quot;&quot;&gt;&amp;nbsp;&amp;nbsp; &lt;/span&gt;Matt suggested looking
at &lt;a href=&quot;http://www.nps.gov/gis/gps/aksogps/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Alaska GPSToolkit&lt;/a&gt;.
Later
research shows that is no longer developed, but there is the US
National Park
Service &lt;a href=&quot;http://www.nps.gov/gis/gps/gps4gis/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;gps4gis&lt;/a&gt;
which has a
wealth of information. Another suggestion is the &lt;a href=&quot;http://ilmbwww.gov.bc.ca/bmgs/gsr/specs/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;BC Integrated Land
Management
Bureau&lt;/a&gt; (yet another government agency which keeps changing it&amp;#8217;s
name).&lt;br&gt;

&lt;br&gt;
&lt;/p&gt;
&lt;h3&gt;IMF and ArcIMS&lt;/h3&gt;
&lt;p class=&quot;MsoNormal&quot;&gt;What up with that? ArcIMS is being end of lifed in
favour of
ArcGIS Server, well as much as ArcView 3 has been, so what does that
mean for
the Internet Map Framework?&lt;/p&gt;
&lt;p class=&quot;MsoNormal&quot;&gt;There was some chatter, with no clear information
or
decisions. Later in the month we came to:&lt;/p&gt;
&lt;p class=&quot;MsoNormal&quot;&gt;[Diedre] &amp;#8230;I expect Geomatics &lt;st1:place w:st=&quot;on&quot;&gt;&lt;st1:State w:st=&quot;on&quot;&gt;Yukon&lt;/st1:State&gt;&lt;/st1:place&gt; will support and review this
technology as required.&amp;nbsp; &amp;#8230;&lt;span style=&quot;&quot;&gt;&amp;nbsp;

&lt;/span&gt;Interested parties in ArcGIS Server can contact Geomatics &lt;st1:State w:st=&quot;on&quot;&gt;&lt;st1:place w:st=&quot;on&quot;&gt;Yukon&lt;/st1:place&gt;&lt;/st1:State&gt; to start
discussions. [in October]&lt;/p&gt;
&lt;p class=&quot;MsoNormal&quot;&gt;[Amy] &amp;#8230;Doug Cates, [primary author of IMF]
believes his IMF
will die out with IMS but Geocortex has started planning &amp;#8230;there will be
an
additional cost associated with moving to Geocortex&amp;#8230; ArcGIS Server on
it's own
might be all that is needed&amp;#8230;&lt;/p&gt;
&lt;h3&gt;Oh woe is me. &lt;/h3&gt;
&lt;p class=&quot;MsoNormal&quot;&gt;Amy brought to a light a pernicious and subtle
bug: &lt;b style=&quot;&quot;&gt;when using the Union tool one can get
duplicate polygon geometry&lt;/b&gt;. She has python script which fixes it,
but it is

&lt;i style=&quot;&quot;&gt;very&lt;/i&gt; slow. There is a 3&lt;sup&gt;rd&lt;/sup&gt;
party tool to do the same, but it&amp;#8217;s $$. AV3 has a simple 1 button fix,
but it&amp;#8217;s
a workflow pain to flip back and forth (and it shouldn&amp;#8217;t be happening
in the
first place). It was suggested she share the py script around and see
if anyone
has ideas for optimising it. No one bugged her about it though so that
didn&amp;#8217;t
happen, and it was such a useless program she deleted it rather than
have it
clutttering up here space. Finishing thought: &lt;i style=&quot;&quot;&gt;Everyone
check your data!&lt;o:p&gt;&lt;/o:p&gt;&lt;/i&gt;&lt;br&gt;
&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;&lt;/p&gt;

&lt;p class=&quot;MsoNormal&quot;&gt;&lt;!--[if gte vml 1]&gt;&lt;v:shapetype id=&quot;_x0000_t75&quot; coordsize=&quot;21600,21600&quot;
 o:spt=&quot;75&quot; o:preferrelative=&quot;t&quot; path=&quot;m@4@5l@4@11@9@11@9@5xe&quot; filled=&quot;f&quot;
 stroked=&quot;f&quot;&gt;
 &lt;v:stroke joinstyle=&quot;miter&quot;/&gt;
 &lt;v:formulas&gt;
  &lt;v:f eqn=&quot;if lineDrawn pixelLineWidth 0&quot;/&gt;
  &lt;v:f eqn=&quot;sum @0 1 0&quot;/&gt;
  &lt;v:f eqn=&quot;sum 0 0 @1&quot;/&gt;
  &lt;v:f eqn=&quot;prod @2 1 2&quot;/&gt;
  &lt;v:f eqn=&quot;prod @3 21600 pixelWidth&quot;/&gt;
  &lt;v:f eqn=&quot;prod @3 21600 pixelHeight&quot;/&gt;
  &lt;v:f eqn=&quot;sum @0 0 1&quot;/&gt;
  &lt;v:f eqn=&quot;prod @6 1 2&quot;/&gt;
  &lt;v:f eqn=&quot;prod @7 21600 pixelWidth&quot;/&gt;
  &lt;v:f eqn=&quot;sum @8 21600 0&quot;/&gt;
  &lt;v:f eqn=&quot;prod @7 21600 pixelHeight&quot;/&gt;
  &lt;v:f eqn=&quot;sum @10 21600 0&quot;/&gt;
 &lt;/v:formulas&gt;
 &lt;v:path o:extrusionok=&quot;f&quot; gradientshapeok=&quot;t&quot; o:connecttype=&quot;rect&quot;/&gt;
 &lt;o:lock v:ext=&quot;edit&quot; aspectratio=&quot;t&quot;/&gt;

&lt;/v:shapetype&gt;&lt;v:shape id=&quot;_x0000_s1026&quot; type=&quot;#_x0000_t75&quot; style='position:absolute;
 margin-left:401.7pt;margin-top:-.55pt;width:88.5pt;height:103.5pt;z-index:-5;
 mso-position-horizontal:right;mso-position-horizontal-relative:text;
 ms

o-position-vertical:absolute;mso-position-vertical-relative:text'
 wrapcoords=&quot;-116 0 -116 21501 21600 21501 21600 0 -116 0&quot;&gt;
 &lt;v:imagedata src=&quot;file:///C:\tmp\msohtml1\01\clip_image001.png&quot; o:title=&quot;which-transform_1&quot;/&gt;
 &lt;w:wrap type=&quot;tight&quot;/&gt;
&lt;/v:shape&gt;&lt;![endif]--&gt;&lt;!--[if !vml]--&gt;&lt;img src=&quot;cid:part1.01080303.03090600@gov.yk.ca&quot; v:shapes=&quot;_x0000_s1026&quot; align=&quot;right&quot; height=&quot;138&quot; hspace=&quot;12&quot; width=&quot;118&quot;&gt;&lt;!--[endif]--&gt;&lt;span style=&quot;&quot;&gt;&amp;nbsp;&lt;/span&gt;Matt
shared a long document which no one will ever read to the end, much
less take
the time to understand, about the trials and tribulations of &lt;b style=&quot;&quot;&gt;which #$%@ datum transformation &lt;/b&gt;parameter
to choose when confronted with ArcGIS dialog for same and dealing with
Yukon
data. &lt;b style=&quot;&quot;&gt;Short answer: pick #1&lt;/b&gt;.&lt;/p&gt;

&lt;p class=&quot;MsoNormal&quot;&gt;&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;&lt;br clear=&quot;all&quot;&gt;
&lt;/p&gt;
&lt;h3&gt;
ESRI User Conference in &lt;st1:City w:st=&quot;on&quot;&gt;&lt;st1:place w:st=&quot;on&quot;&gt;San
Diego&lt;/st1:place&gt;&lt;/st1:City&gt;&lt;/h3&gt;
&lt;p class=&quot;MsoNormal&quot;&gt;So Manon, how was it?&lt;/p&gt;
&lt;p class=&quot;MsoNormal&quot;&gt;Oh wow. Overwhelming. Awesome. 75 choices for what
to see,
every hour.&lt;br&gt;
Best things: contacts with other users and experts, the GDB
design workshop, &amp;#8220;Canada Night&amp;#8221; party, exposure to all the different
fields and
people. The demo of the &lt;a href=&quot;http://www.allpointsblog.com/archives/2998-Hottest-Tech-Toy-at-ESRI-UC.html&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Penx&lt;/a&gt;.

&lt;i style=&quot;&quot;&gt;Everyone should go!&lt;br&gt;
&lt;br&gt;
&lt;/i&gt;&lt;/p&gt;
&lt;h3&gt;Diedre: just the stats ma&amp;#8217;am!&lt;/h3&gt;
&lt;p class=&quot;MsoNormal&quot;&gt;Diedre is happily ensconsed in her new gig with
Statistics
Yukon as their premiere (the first, the only) GIS person. She&amp;#8217;ll be
even
happier when she gets a computer! &lt;st1:place w:st=&quot;on&quot;&gt;Ping&lt;/st1:place&gt;
pong is
a hot item there, so don&amp;#8217;t show up at lunch time unless your willing to
be
drafted and pelted (paddled?).&lt;/p&gt;
&lt;h2&gt;&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;&lt;/h2&gt;

&lt;h2&gt;News&lt;/h2&gt;
&lt;p class=&quot;MsoNormal&quot;&gt;Yoohoo! &lt;b style=&quot;&quot;&gt;Yukon Albers projection
is now in listed in the &lt;a href=&quot;http://www.epsg.org/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;EPSG&lt;/a&gt;
Geodetic
Parameter Dataset&lt;/b&gt;. The magic number is &lt;b style=&quot;&quot;&gt;3578&lt;/b&gt;.
Now instead of having to remember multiline proj4 or ESRI codes we can
just slap
in &quot;EPSG:3578&quot; (well, after the downstream applications have upgraded
to current epsg db anyway). &lt;i style=&quot;&quot;&gt;Thank you
Jeff Hamm for spinning the bureaucratic wheels that enabled this!&lt;o:p&gt;&lt;/o:p&gt;&lt;/i&gt;&lt;/p&gt;
&lt;p class=&quot;MsoNormal&quot;&gt;&lt;b style=&quot;&quot;&gt;ArcGIS &lt;a href=&quot;http://support.esri.com/index.cfm?fa=downloads.patchesServicePacks.viewPatch&amp;amp;PID=17&amp;amp;MetaID=1315&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Service
Pack 3&lt;/a&gt;&lt;/b&gt; is out; local mirror in &lt;a href=&quot;ftp://ftp.geomaticsyukon.ca/Users/ArcGIS_ServicePack&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;the usual
place&lt;/a&gt;.
I&amp;#8217;ve only just started going through the &lt;a href=&quot;http://downloads.esri.com/support/downloads/other_/ArcGIS-92sp3-issues.htm&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;fixed&lt;/a&gt;
and &lt;a href=&quot;http://downloads.esri.com/support/downloads/other_/Whats_New_In_ArcGIS_92_Service_Packs.pdf&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;added&lt;/a&gt;
lists but so far I don&amp;#8217;t see any of our own issues in there. The list
of things
fixed &lt;i style=&quot;&quot;&gt;is&lt;/i&gt; impressive though.&lt;/p&gt;

&lt;p class=&quot;MsoNormal&quot;&gt;&lt;i style=&quot;&quot;&gt;&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;&lt;/i&gt;&lt;/p&gt;
&lt;p class=&quot;MsoNormal&quot;&gt;&lt;!--[if gte vml 1]&gt;&lt;v:shape id=&quot;_x0000_s1028&quot; type=&quot;#_x0000_t75&quot;
 href=&quot;http://www.geocommons.com/workspace/show/1266&quot; style='position:absolute;
 margin-left:264.6pt;margin-top:5.6pt;width:168.1pt;height:108pt;z-index:3;
 mso-position-horizontal:absolute;mso-position-horizontal-relative:text;
 mso-position-vertical:absolute;mso-position-vertical-relative:text' o:button=&quot;t&quot;
 stroked=&quot;t&quot; strokecolor=&quot;gray&quot; strokeweight=&quot;.25pt&quot;&gt;
 &lt;v:fill o:detectmouseclick=&quot;t&quot;/&gt;
 &lt;v:imagedata src=&quot;file:///C:\tmp\msohtml1\01\clip_image003.png&quot; o:title=&quot;&quot;/&gt;
 &lt;w:wrap type=&quot;square&quot;/&gt;
&lt;/v:shape&gt;&lt;![endif]--&gt;&lt;!--[if !vml]--&gt;&lt;a href=&quot;http://www.geocommons.com/workspace/show/1266&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;&lt;img src=&quot;cid:part2.09090901.08040408@gov.yk.ca&quot; v:shapes=&quot;_x0000_s1028&quot; align=&quot;left&quot; border=&quot;0&quot; height=&quot;146&quot; hspace=&quot;12&quot; width=&quot;226&quot;&gt;&lt;/a&gt;&lt;!--[endif]--&gt;&lt;span style=&quot;&quot;&gt;&amp;nbsp;&lt;/span&gt;&lt;b style=&quot;&quot;&gt;&lt;a href=&quot;http://geocommons.com/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;GeoCommons&lt;/a&gt;&lt;/b&gt;

&amp;#8211; an interesting new entry
into the interactive online maps arena. Their claim to interest, at the
moment,
is &amp;#8220;heat maps&amp;#8221;, and being open for users to freely upload gigabytes of
data,
and most interestingly, creating their own maps. The heat maps are
pretty cool,
but I see problems of scale and interpretation (something that looks
hot-hot-hot
at continental view is only so-so at regional level). It&amp;#8217;s interesting
to me
that most of the user-generated maps so far are based on social
equality
issues. &lt;a href=&quot;http://www.geocommons.com/workspace/show/22&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Where is
steroid
use most prevalent?&lt;/a&gt; And, &lt;a href=&quot;http://geocommons.com/workspace/show/1449&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Foreclosure
filings and the subprime collapse&lt;/a&gt; for example.&lt;/p&gt;
&lt;p class=&quot;MsoNormal&quot;&gt;&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;&lt;/p&gt;
&lt;p class=&quot;MsoNormal&quot;&gt;&lt;!--[if gte vml 1]&gt;&lt;v:shape id=&quot;_x0000_s1027&quot; type=&quot;#_x0000_t75&quot;
 href=&quot;http://www.heywhatsthat.com/?view=H1GE91T7&quot; style='position:absolute;
 margin-left:0;margin-top:0;width:111.45pt;height:110.2pt;z-index:2;
 mso-position-horizontal:left;mso-position-horizontal-relative:text;
 mso-position-vertical:absolute;mso-position-vertical-relative:text' o:button=&quot;t&quot;
 stroked=&quot;t&quot; strokecolor=&quot;gray&quot; strokeweight=&quot;.25pt&quot;&gt;
 &lt;v:fill o:detectmouseclick=&quot;t&quot;/&gt;
 &lt;v:imagedata src=&quot;file:///C:\tmp\msohtml1\01\clip_image005.png&quot; o:title=&quot;&quot;/&gt;
 &lt;w:wrap type=&quot;square&quot;/&gt;

&lt;/v:shape&gt;&lt;![endif]--&gt;&lt;!--[if !vml]--&gt;&lt;a href=&quot;http://www.heywhatsthat.com/?view=H1GE91T7&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;&lt;img src=&quot;cid:part3.06040707.04000304@gov.yk.ca&quot; v:shapes=&quot;_x0000_s1027&quot; align=&quot;left&quot; border=&quot;0&quot; height=&quot;149&quot; hspace=&quot;12&quot; width=&quot;151&quot;&gt;&lt;/a&gt;&lt;!--[endif]--&gt;&lt;span style=&quot;&quot;&gt;&amp;nbsp;&lt;/span&gt;&lt;b style=&quot;&quot;&gt;&lt;a href=&quot;http://www.heywhatsthat.com/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Hey
What&amp;#8217;s That?&lt;/a&gt;&lt;/b&gt; Have you ever
wanted to know the name of the mountain peaks in the distance? Or
calculate the
profile between here and there? Now you can, on top of Google Maps of
all
things. Too bad the elevation data stops at 60&amp;deg; north. I offered the
all of &lt;st1:country-region w:st=&quot;on&quot;&gt;&lt;st1:place w:st=&quot;on&quot;&gt;Canada&lt;/st1:place&gt;&lt;/st1:country-region&gt;
elevation model to them, but no reply. Sigh. Anyway, here&amp;#8217;s &lt;a href=&quot;http://www.heywhatsthat.com/?view=H1GE91T7&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Theresa Island, in
Atlin Lake&lt;/a&gt;.
The vertical exagerration is too much for this area, but click around a
bit on
the top squiggly bit anyway. For fun, figure out how you might be able
to
accomplish the same thing with that $5,000 piece of silicon and gold
and tin
and who knows how many toxic unmentionables under your desk along with
the
additional $15,000-20,000 worth of software running on it. Okay, got
that
solved? Now remind yourself that this is a freakin website.&lt;/p&gt;

&lt;p class=&quot;MsoNormal&quot;&gt;&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;&lt;/p&gt;
&lt;p class=&quot;MsoNormal&quot;&gt;&lt;!--[if gte vml 1]&gt;&lt;v:shape id=&quot;_x0000_s1029&quot; type=&quot;#_x0000_t75&quot;
 style='position:absolute;margin-left:318.6pt;margin-top:6.85pt;width:118.95pt;
 height:75.75pt;z-index:4;mso-position-horizontal:absolute;
 mso-position-horizontal-relative:text;mso-position-vertical:absolute;
 mso-position-vertical-relative:text' stroked=&quot;t&quot; strokecolor=&quot;gray&quot;
 strokeweight=&quot;.25pt&quot;&gt;
 &lt;v:imagedata src=&quot;file:///C:\tmp\msohtml1\01\clip_image007.png&quot; o:title=&quot;&quot;/&gt;
 &lt;w:wrap type=&quot;square&quot;/&gt;
&lt;/v:shape&gt;&lt;![endif]--&gt;&lt;!--[if !vml]--&gt;&lt;img src=&quot;cid:part4.08030408.09070807@gov.yk.ca&quot; v:shapes=&quot;_x0000_s1029&quot; align=&quot;left&quot; height=&quot;103&quot; hspace=&quot;12&quot; width=&quot;160&quot;&gt;&lt;!--[endif]--&gt;Update
on the &lt;b style=&quot;&quot;&gt;Penx&lt;/b&gt;: apparently this company
is just one of many using this technology. Their claim to fame is not
the pen
so much as the integration with ArcMap. Getting an answer out of the
company is
difficult. Likely they are swamped with requests from the UC. Look
around
before buying into one company/offering. The technology company behind
it is &lt;a href=&quot;http://www.anoto.com/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Anoto&lt;/a&gt;, with end user
hardware available from
the likes of &lt;a href=&quot;http://www.logitech.com/index.cfm/mice_pointers/digital_pen/devices/408&amp;amp;cl=us,en&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Logitech&lt;/a&gt;,

&lt;a href=&quot;http://www.nokia.co.uk/A4222118&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Nokia&lt;/a&gt; and &lt;a href=&quot;http://www.maxell.co.jp/e/products/industrial/digitalpen/index.html&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Maxell&lt;/a&gt;.
Before you get too excited though, and if you like to hang on the
promise of
vapour-ware, check out &lt;a href=&quot;http://www.livescribe.com/sneakpeek/index.html&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;LiveScribe&lt;/a&gt;
(which I discovered courtesy of &lt;a href=&quot;http://www.loosewireblog.com/2007/06/pen_computing_i.html&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Loose
Wire
blog&lt;/a&gt;).&lt;/p&gt;
&lt;p class=&quot;MsoNormal&quot;&gt;&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;&lt;/p&gt;
&lt;p class=&quot;MsoNormal&quot;&gt;&lt;!--[if gte vml 1]&gt;&lt;v:shape id=&quot;_x0000_s1030&quot; type=&quot;#_x0000_t75&quot;
 style='position:absolute;margin-left:0;margin-top:-.85pt;width:135.25pt;
 height:101.45pt;z-index:-1;mso-position-horizontal:left;
 mso-position-horizontal-relative:text;mso-position-vertical:absolute;
 mso-position-vertical-relative:text' wrapcoords=&quot;-120 -160 -120 21600 21720 21600 21720 -160 -120 -160&quot;
 stroked=&quot;t&quot; strokecolor=&quot;gray&quot; strokeweight=&quot;.25pt&quot;&gt;
 &lt;v:imagedata src=&quot;file:///C:\tmp\msohtml1\01\clip_image009.png&quot; o:title=&quot;&quot;/&gt;
 &lt;w:wrap type=&quot;tight&quot;/&gt;

&lt;/v:shape&gt;&lt;![endif]--&gt;&lt;!--[if !vml]--&gt;&lt;img src=&quot;cid:part5.02000509.05020902@gov.yk.ca&quot; v:shapes=&quot;_x0000_s1030&quot; align=&quot;left&quot; height=&quot;137&quot; hspace=&quot;12&quot; width=&quot;182&quot;&gt;&lt;!--[endif]--&gt;&lt;b style=&quot;&quot;&gt;Most interesting new open source GIS tool&lt;/b&gt;:
&lt;a href=&quot;http://www.saig.es/en/index.php&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Kosmo&lt;/a&gt;. Don&amp;#8217;t get scared
off by
the spanish, or the fact that it is java based and buggy as it is still
worth a
look (topology and geoprocessing wizards). No project on the fly though
(for
that see &lt;a href=&quot;http://www.qgis.org/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;QGIS&lt;/a&gt;).&lt;/p&gt;
&lt;pre class=&quot;moz-signature&quot; cols=&quot;72&quot;&gt;

&lt;p&gt;
-- 
matt wilkie
--------------------------------------------
Geographic Information,
Information Management and Technology,
Yukon Department of Environment
10 Burns Road * Whitehorse, Yukon * Y1A 4Y9
867-667-8133 Tel * 867-393-7003 Fax
&lt;a class=&quot;moz-txt-link-freetext&quot; href=&quot;http://environmentyukon.gov.yk.ca/geomatics/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://environmentyukon.gov.yk.ca/geomatics/&lt;/a&gt;
-------------------------------------------- 
&lt;/pre&gt;

</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/July-2007-Summary-tp11955483p11955483.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-10752809</id>
	<title>Re: One To Many Labels</title>
	<published>2007-05-22T15:19:31Z</published>
	<updated>2007-05-22T15:19:31Z</updated>
	<author>
		<name>matt wilkie</name>
	</author>
	<content type="html">your memory serves you well Eric, thanks!</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/One-To-Many-Labels-tp9907048p10752809.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-9907048</id>
	<title>One To Many Labels</title>
	<published>2007-04-09T12:27:20Z</published>
	<updated>2007-04-09T12:27:20Z</updated>
	<author>
		<name>Eric DeLong</name>
	</author>
	<content type="html">Matt... if my memory serves me (which it often doesn't), were you looking for One To Many Labels functionality aeons ago? &amp;nbsp;Here it is, in the EDN.... &lt;a href=&quot;http://tinyurl.com/2pkfqs&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://tinyurl.com/2pkfqs&lt;/a&gt;&amp;nbsp;
&lt;br&gt;&lt;br&gt;I haven't tried it out myself, but it should work in principle(!).
&lt;br&gt;&lt;br&gt;Great news about the free NTDB, btw.
&lt;br&gt;&lt;br&gt;Eric</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/One-To-Many-Labels-tp9907048p9907048.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-9841727</id>
	<title>NTDB now FREE!</title>
	<published>2007-04-04T11:30:50Z</published>
	<updated>2007-04-04T11:30:50Z</updated>
	<author>
		<name>matt wilkie</name>
	</author>
	<content type="html">Hello Folks, &amp;nbsp;Good news!
&lt;br&gt;&lt;br&gt;&lt;i&gt;&amp;quot;Important Notice -- Take note that the NTDB, CanImage and CanMatrix products will now be available &lt;b&gt;at no cost&lt;/b&gt;&amp;nbsp;only at the GeoGratis website.&amp;quot;&lt;/i&gt;&amp;nbsp;&lt;a href=&quot;http://www.cits.rncan.gc.ca/cit/servlet/CIT/site_id=01&amp;page_id=1-004.html&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.cits.rncan.gc.ca/cit/servlet/CIT/site_id=01&amp;page_id=1-004.html&lt;/a&gt;&lt;br&gt;&lt;br&gt;Note that the free CanMatrix available on the same server is only the half-resolution version (160dpi). The 300dpi is still for sale only and restricted distribution. A tip though, if you want the 300dpi buy it from &amp;nbsp;&lt;a href=&quot;http://www.softmaptech.com/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.softmaptech.com/&lt;/a&gt;&amp;nbsp;for a fraction of the cost from NRCAN (with collars clipped to boot). Rumour has it that in a year or two the restrictions will be lifted here too.
&lt;br&gt;&lt;br&gt;If you already know what you're looking for, skip the 20-clicks interface at &lt;a href=&quot;http://www.geogratis.ca/geogratis/en/index.html&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.geogratis.ca/geogratis/en/index.html&lt;/a&gt;&amp;nbsp;and dive straight into ftp://ftp2.cits.rncan.gc.ca/pub/geogratis/bndt/
&lt;br&gt;&lt;br&gt;A command like this will grab all of the 250k 105 series in one go:
&lt;br&gt;[windows, with cygwin tools in path; double up % to put in a batch file]
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp;wget --continue --recursive --level 2 ftp://ftp2.cits.rncan.gc.ca/pub/geogratis/bndt/250k_shp_en/105/*
&lt;br&gt;&lt;br&gt;Then unpack:
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp;cd ftp2.cits.rncan.gc.ca\pub\geogratis\bndt\250k_shp_en\105\
&lt;br&gt;&amp;nbsp; &amp;nbsp;for /r %f in (*.zip) do unzip -d . %f
&lt;br&gt;&lt;br&gt;and mush together with OGR goodness (orders of magnitude &lt;a href=&quot;http://www.uttara.ca/blog/gis/ipy-and-arcgisscripting&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;faster than ArcGIS&lt;/a&gt;&amp;nbsp;FeatureClassToXXX):
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp;mkdir merged
&lt;br&gt;&amp;nbsp; &amp;nbsp;for %f in (*wetland*.shp) do (
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; ( if not exist merged\wetlands.shp ogr2ogr -f &amp;quot;esri shapefile&amp;quot; merged\wetlands.shp %f ) else (
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; ogr2ogr -f &amp;quot;esri shapefile&amp;quot; -update -append merged\wetlands.shp %f )
&lt;br&gt;&amp;nbsp; &amp;nbsp;) &amp;nbsp; 
&lt;br&gt;&lt;br&gt;&lt;br&gt;Enjoy!
&lt;br&gt;&lt;br&gt;-matt</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/NTDB-now-FREE%21-tp9841727p9841727.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-9335685</id>
	<title>41st Annual Alaska Surveying and Mapping Conference</title>
	<published>2007-03-06T09:38:26Z</published>
	<updated>2007-03-06T09:38:26Z</updated>
	<author>
		<name>matt wilkie</name>
	</author>
	<content type="html">GIS Sessions Announcement
&lt;br&gt;41st Annual Alaska Surveying and Mapping Conference
&lt;br&gt;Reconverging on the North: In Celebration of the International Polar
&lt;br&gt;Year
&lt;br&gt;19-23 March 2007
&lt;br&gt;Fairbanks, Alaska
&lt;br&gt;&lt;br&gt;For further information, please go to:
&lt;br&gt;&lt;a href=&quot;http://www.aksmc.org/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.aksmc.org/&lt;/a&gt;&lt;br&gt;&lt;br&gt;or contact:
&lt;br&gt;Hilmar Maier
&lt;br&gt;Institute of Arctic Biology, University of Alaska Fairbanks
&lt;br&gt;Phone: 907-474-1540
&lt;br&gt;E-mail: fnham@uaf.edu
&lt;br&gt;&lt;br&gt;--------------------
&lt;br&gt;GIS Jam Sessions will be a featured component of the 41st Annual Alaska
&lt;br&gt;Surveying and Mapping Conference (ASMC) being held on 19-23 March 2007,
&lt;br&gt;at the Westmark Hotel in Fairbanks, Alaska. The sessions are sponsored
&lt;br&gt;by the Alaska Arc User Group and relate specifically to geographic
&lt;br&gt;information systems and will include four-day GIS technical sessions and
&lt;br&gt;several pre- and post-conference GIS training courses.
&lt;br&gt;&lt;br&gt;The University of Alaska Fairbanks is jointly sponsoring events at ASMC
&lt;br&gt;to kick off the International Polar Year. Co-hosting the conference are
&lt;br&gt;the Alaska Region of the American Society for Photogrammetry and Remote
&lt;br&gt;Sensing, Alaska Section of the American Congress on Surveying and
&lt;br&gt;Mapping, Alaska Society of Professional Land Surveyors, and Alaska
&lt;br&gt;Chapter of the Urban and Regional Information Systems Association.
&lt;br&gt;&lt;br&gt;To register for the conference, sign up for the GIS sessions and
&lt;br&gt;courses, and view the agenda, please go to:
&lt;br&gt;&lt;a href=&quot;http://www.aksmc.org/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.aksmc.org/&lt;/a&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;--------------------------------------------------------------------
&lt;br&gt;ArcticInfo is administered by the Arctic Research Consortium of the
&lt;br&gt;United States (ARCUS). Please visit us on the World Wide Web at:
&lt;br&gt;&amp;lt;&lt;a href=&quot;http://www.arcus.org/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.arcus.org/&lt;/a&gt;&amp;gt;
&lt;br&gt;&lt;br&gt;At any time you may:
&lt;br&gt;&lt;br&gt;Subscribe or unsubscribe by using the web form located at:
&lt;br&gt;&amp;lt;&lt;a href=&quot;http://www.arcus.org/arcticinfo/subscription.html&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.arcus.org/arcticinfo/subscription.html&lt;/a&gt;&amp;gt;
&lt;br&gt;&lt;br&gt;To be removed from the list at any time send an email to:
&lt;br&gt;&amp;lt;arcticinfo-unsub@arcus.org&amp;gt;
&lt;br&gt;&lt;br&gt;To resubscribe send an email to:
&lt;br&gt;&amp;lt;arcticinfo-sub@arcus.org&amp;gt;
&lt;br&gt;&lt;br&gt;Subscribers to ArcticInfo will automatically receive the newsletter,
&lt;br&gt;Witness the Arctic.If you would prefer not to receive Witness the Arctic,
&lt;br&gt;specify on the web form.
&lt;br&gt;&lt;br&gt;Subscribe and unsubscribe actions are automatic. Barring mail system
&lt;br&gt;failure you should receive responses from our system as confirmation to
&lt;br&gt;your requests.
&lt;br&gt;&lt;br&gt;If you have information you would like to post to the mailing list send
&lt;br&gt;the message to: &amp;lt;list@arcus.org&amp;gt;
&lt;br&gt;&lt;br&gt;You can search back issues of ArcticInfo by content or date at:
&lt;br&gt;&amp;lt;&lt;a href=&quot;http://www.arcus.org/arcticinfo/arcticinfo_search.html&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.arcus.org/arcticinfo/arcticinfo_search.html&lt;/a&gt;&amp;gt;
&lt;br&gt;&lt;br&gt;If you have any questions please contact the list administrator at:
&lt;br&gt;&lt;br&gt;&amp;lt;list@arcus.org&amp;gt;
&lt;br&gt;&lt;br&gt;ARCUS
&lt;br&gt;3535 College Road, Suite 101
&lt;br&gt;Fairbanks, AK 99709-3710
&lt;br&gt;907.474.1600
&lt;br&gt;907.474.1604 (fax)
&lt;br&gt;&lt;br&gt;Arctic Info is funded by the National Science Foundation as a service to
&lt;br&gt;the research community through Cooperative Agreement OPP-0101279 with
&lt;br&gt;ARCUS. Any information, opinions, findings, and conclusions or
&lt;br&gt;recommendations expressed in this material are those of the information
&lt;br&gt;sources and do not necessarily reflect the views of the National Science
&lt;br&gt;Foundation or ARCUS. </content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/41st-Annual-Alaska-Surveying-and-Mapping-Conference-tp9335685p9335685.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-9257138</id>
	<title>Mapdex Toolbar for ArcGIS</title>
	<published>2007-03-01T11:51:53Z</published>
	<updated>2007-03-01T11:51:53Z</updated>
	<author>
		<name>matt wilkie</name>
	</author>
	<content type="html">&lt;a href=&quot;http://www.mapdex.org/MapdexToolbar/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.mapdex.org/MapdexToolbar/&lt;/a&gt;&amp;nbsp;- brings the &lt;b&gt;&lt;a href=&quot;http://www.mapdex.org&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;mapdex.org&lt;/a&gt;&lt;/b&gt;&amp;nbsp;search to ArcMap, a global index of 2,252 servers, serving 38,135 map services, containing over 400,000 GIS Layers, covering more than 4,000,000 columns! With the toolbar you can search for GIS layers from ArcIMS mapservices and add them to ArcMap.</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Mapdex-Toolbar-for-ArcGIS-tp9257138p9257138.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-9127249</id>
	<title>Re: Editing web maps, someday</title>
	<published>2007-02-23T13:36:31Z</published>
	<updated>2007-02-23T13:36:31Z</updated>
	<author>
		<name>matt wilkie</name>
	</author>
	<content type="html">Now there are innovative graphic web editing programs out there which &lt;b&gt;are&lt;/b&gt;&amp;nbsp;geographically aware. I highly recommend you go have a look at &lt;b&gt;MapShaper&lt;/b&gt;, &lt;a href=&quot;http://www.mapshaper.org/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.mapshaper.org/&lt;/a&gt;. The current demo &lt;i&gt;&amp;quot;lets users upload and edit their own Shapefiles. Supported features include global simplification and individual vertex editing.&amp;quot;&lt;/i&gt;&amp;nbsp;What that blurb doesn't say is: a) you can upload your own shapefiles, up to 16mb, b) the simplification happens in front of you in realtime, so you can actually see how the various algorithms react differently and fine tune the generalisation you want (tip: use the slider at the bottom). &amp;nbsp;Aside from the obvious things just mentioned, this particular application demonstrates something I've not seen anywhere, let alone in a web application.
&lt;br&gt;&lt;br&gt;I also forgot to mention in the first post that the framework used to develop Gliffy is open source, it's called &lt;a href=&quot;http://www.openlaszlo.org/front_page&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Open Laszlo&lt;/a&gt;.</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Editing-web-maps%2C-someday-tp9126767p9127249.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-9126767</id>
	<title>Editing web maps, someday</title>
	<published>2007-02-23T13:04:03Z</published>
	<updated>2007-02-23T13:04:03Z</updated>
	<author>
		<name>matt wilkie</name>
	</author>
	<content type="html">there are so many cool new programs and services popping out the wood work it hard to know where to look next. Indeed I &amp;nbsp;often find myself so busy watching what's new, I forget to finish what I'm doing now. :) There is a darkside to this fecundity though. I'm hesitant to invest any significant time or money into learning swishy new program X, because I just *know* that next week a couple of dudes in San Francisco are going to blow it all out of the water by changing the rules of the game, again.
&lt;br&gt;&lt;br&gt;So with that preface, what has knocked me on me kiester today? &lt;b&gt;Gliffy&lt;/b&gt;, a &lt;i&gt;web based&lt;/i&gt;&amp;nbsp;application for drawing diagrams and flowcharts and network diagrams and even maps of a sort. Okay, so the cartographic tools are a little lacking, and the symbology is a trifle simplistic with strong tendencies to chart junk. But hey man, those can be refined. This is working in a browser, on Mac, Linux &amp; Windows, no plugin install necessary (unless for you've managed to stay away from flash somehow). It has well integrated collaboration and versioning. (Versioning is cool. I think _everything_ should be versioned. Everything.)
&lt;br&gt;&lt;br&gt;Now you're probably thinking I'm drinking the koolaid and starting to fill out my commitment papers. That's okay, I've not lost it yet. I don't think Gliffy is going to find a place in my toolbox, but something else that looks much like it might. Do me a favour. Open up Gliffy in one browser window and fit to half your screen. Open up the latest and greatest internet map site with snazzy interactive editing tools[1]. Fill up the other half with a quick &amp; dirty &lt;a href=&quot;http://www.gliffy.com/gliffy/#d=1171274&amp;t=Hello_World&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;a Gliffy Yukon Map&lt;/a&gt;&amp;nbsp;(login as &lt;i&gt;bugmenot@mailinator.com, bugmenot&lt;/i&gt;. Now, which is the better tool from a &amp;quot;I'm just a user&amp;quot; perspective?
&lt;br&gt;&lt;br&gt;&lt;i&gt;[1] Don't have one at hand? Try the Institute for Geographical Research &amp; Education &lt;a href=&quot;http://igre.emich.edu/services/rtet/rtet.html&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;real time editing scripts for ArcIMS/ArcSDE&lt;/a&gt;&amp;nbsp;demo
&lt;br&gt;&lt;a href=&quot;http://164.76.128.98/realtime/viewer.htm&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://164.76.128.98/realtime/viewer.htm&lt;/a&gt;&amp;nbsp;(IE only I'm afraid).&lt;/i&gt;&lt;br&gt;&lt;br&gt;&lt;a href=&quot;http://164.76.128.98/realtime/viewer.htm&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;&lt;img src=&quot;http://old.nabble.com/file/p9126767/arcims_igre_editor.jpg&quot; style=&quot;float:left;border:1px;margin:1em;&quot; /&gt;&lt;/a&gt;&lt;br&gt;&lt;a href=&quot;http://www.gliffy.com/gliffy/#d=1171274&amp;t=Hello_World&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;&lt;img src=&quot;http://old.nabble.com/file/p9126767/gliffy_map.jpg&quot; border=&quot;0&quot; /&gt;&lt;/a&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Editing-web-maps%2C-someday-tp9126767p9126767.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-8976658</id>
	<title>Re: segmentation violation</title>
	<published>2007-02-14T15:06:52Z</published>
	<updated>2007-02-14T15:06:52Z</updated>
	<author>
		<name>S.Davidson</name>
	</author>
	<content type="html">Ahh ha ha ha....
&lt;br&gt;&lt;br&gt;You made me laugh out loud! Thanks for that!
&lt;br&gt;&lt;br&gt;Yeah I'll start reading up on that...sounds like a good settle-comfortably-in-your-chair-with tea sort of event....
&lt;br&gt;&lt;br&gt;Thanks,
&lt;br&gt;&lt;br&gt;Sarah</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/segmentation-violation-tp8952745p8976658.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-8974095</id>
	<title>Re: segmentation violation</title>
	<published>2007-02-14T13:38:06Z</published>
	<updated>2007-02-14T13:38:06Z</updated>
	<author>
		<name>matt wilkie</name>
	</author>
	<content type="html">ahhh, the infamous segmentation violation. It can mean just about anything, except for &amp;quot;I've accomplished what you asked of me my Mistress. What is your next command?&amp;quot;.
&lt;br&gt;&lt;br&gt;The place to start troubleshooting is &lt;a href=&quot;http://support.esri.com/index.cfm?fa=knowledgebase.techarticles.articleShow&amp;d=15322&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://support.esri.com/index.cfm?fa=knowledgebase.techarticles.articleShow&amp;d=15322&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/segmentation-violation-tp8952745p8974095.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-8952745</id>
	<title>segmentation violation</title>
	<published>2007-02-13T12:47:10Z</published>
	<updated>2007-02-13T12:47:10Z</updated>
	<author>
		<name>S.Davidson</name>
	</author>
	<content type="html">Hello there, 
&lt;br&gt;&lt;br&gt;I've created a polygon shapefile in ArcGIS and put it into ArcView 3.2. I would like to do some analyses on it but whenever I go to use it in one of the extentions it says &amp;quot;Segmentation Violation&amp;quot;. Is there something I could do (or haven't done) that can remedy the problem? 
&lt;br&gt;&lt;br&gt;Thanks, 
&lt;br&gt;Sarah</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/segmentation-violation-tp8952745p8952745.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-8952740</id>
	<title>Re: nearest distance without arc Info</title>
	<published>2007-02-13T12:45:24Z</published>
	<updated>2007-02-13T12:45:24Z</updated>
	<author>
		<name>S.Davidson</name>
	</author>
	<content type="html">Thanks Matt, 
&lt;br&gt;&lt;br&gt;I did send an email throught the ESRI forums. 
&lt;br&gt;&lt;br&gt;Also I ended up just Exporting the geodatabase data then doing the nearest features ext. in ARCVIEW 3.2. Although it does take a while...30 minutes. 
&lt;br&gt;&lt;br&gt;I have another question for you...
&lt;br&gt;&lt;br&gt;I've created a polygon shapefile in ArcGIS and put it into ArcView 3.2. I would like to do some analyses on it but whenever I go to use it in one of the extentions it says &amp;quot;Segmentation Violation&amp;quot;. Is there something I could do ( or havnt done) that can remedy the problem? 
&lt;br&gt;&lt;br&gt;Thanks,
&lt;br&gt;&lt;br&gt;Sarah</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/nearest-distance-without-arc-Info-tp8777309p8952740.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-8849900</id>
	<title>Re: nearest distance without arc Info</title>
	<published>2007-02-07T09:20:22Z</published>
	<updated>2007-02-07T09:20:22Z</updated>
	<author>
		<name>matt wilkie</name>
	</author>
	<content type="html">I've not tried anything like that. Probably your best bet is to ask on ESRI-L (&lt;a href=&quot;http://support.esri.com/index.cfm?fa=listserve.listserve&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://support.esri.com/index.cfm?fa=listserve.listserve&lt;/a&gt;) or the online forums (&lt;a href=&quot;http://support.esri.com/index.cfm?fa=forums.gateway&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://support.esri.com/index.cfm?fa=forums.gateway&lt;/a&gt;). Horrible as the forum interface is, it does get a lot of traffic.
&lt;br&gt;&lt;br&gt;Nabble archives for ESRI-L and ARCVIEW-L are at &lt;a href=&quot;http://www.nabble.com/ESRI-L-f16835.html&quot; target=&quot;_top&quot;&gt;http://www.nabble.com/ESRI-L-f16835.html&lt;/a&gt;&amp;nbsp;and &lt;a href=&quot;http://www.nabble.com/ArcView-L-f16834.html&quot; target=&quot;_top&quot;&gt;http://www.nabble.com/ArcView-L-f16834.html&lt;/a&gt;&amp;nbsp;though I haven't had much luck posting to the list via the Nabble posting service. What I do is subscribe to the lists from my gmail account, set up a filter to auto-delete incoming messages, read the lists via Nabble, and post from gmail. It's a roundabout setup but I find it easier than downloading all the messages to my local machine or trying to use gmail which is quite slow.
&lt;br&gt;&lt;br&gt;Good luck!
&lt;br&gt;&lt;br&gt;-matt</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/nearest-distance-without-arc-Info-tp8777309p8849900.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-8777309</id>
	<title>nearest distance without arc Info</title>
	<published>2007-02-02T15:10:03Z</published>
	<updated>2007-02-02T15:10:03Z</updated>
	<author>
		<name>S.Davidson</name>
	</author>
	<content type="html">Hi there, 
&lt;br&gt;&lt;br&gt;I'm trying to calculate the nearest distance from a polyline to the edge and center of a bunch of polygons BUT I don't have arcinfo. Is there a way to achieve this with only ARCGIS? 
&lt;br&gt;&lt;br&gt;Thanks, 
&lt;br&gt;&lt;br&gt;Sarah </content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/nearest-distance-without-arc-Info-tp8777309p8777309.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-8262037</id>
	<title>Re: area of polygons</title>
	<published>2007-01-10T09:26:40Z</published>
	<updated>2007-01-10T09:26:40Z</updated>
	<author>
		<name>S.Davidson</name>
	</author>
	<content type="html">Thanks alot!
&lt;br&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/area-of-polygons-tp8226710p8262037.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-8261996</id>
	<title>ArcGIS service pack 1 for v9.2</title>
	<published>2007-01-10T09:24:26Z</published>
	<updated>2007-01-10T09:24:26Z</updated>
	<author>
		<name>matt wilkie</name>
	</author>
	<content type="html">Here we are only having arcgis 9.2 for a month and the first service pack is out. :) The list of issues addressed is at &lt;a href=&quot;http://downloads.esri.com/support/downloads/other_/ArcGIS-92sp1-issues.htm&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://downloads.esri.com/support/downloads/other_/ArcGIS-92sp1-issues.htm&lt;/a&gt;&amp;nbsp;and as usual I've place a local mirror for the Desktop and Reader portions of the pack at ftp://ftp.geomaticsyukon.ca/Users/ArcGIS_ServicePack/. For SDE and others you'll need to see the ESRI Support site.</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/ArcGIS-service-pack-1-for-v9.2-tp8261996p8261996.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-8261853</id>
	<title>Re: area of polygons</title>
	<published>2007-01-10T09:19:54Z</published>
	<updated>2007-01-10T09:19:54Z</updated>
	<author>
		<name>matt wilkie</name>
	</author>
	<content type="html">The units are based on the projection definition. For Yukon data in common use this pretty much always means metres.</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/area-of-polygons-tp8226710p8261853.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-8226710</id>
	<title>area of polygons</title>
	<published>2007-01-08T13:21:14Z</published>
	<updated>2007-01-08T13:21:14Z</updated>
	<author>
		<name>S.Davidson</name>
	</author>
	<content type="html">Hi there, 
&lt;br&gt;&lt;br&gt;Just wondering...when using the identify tool on a polygon...and the box comes up with a few fields...how do you find out what the unit of measurement is for the area field?
&lt;br&gt;&lt;br&gt;Thanks, 
&lt;br&gt;&lt;br&gt;Sarah</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/area-of-polygons-tp8226710p8226710.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-8164688</id>
	<title>legend item not showing</title>
	<published>2007-01-04T10:32:37Z</published>
	<updated>2007-01-04T10:32:37Z</updated>
	<author>
		<name>S.Davidson</name>
	</author>
	<content type="html">Hello there, 
&lt;br&gt;&lt;br&gt;I have a layer called 2006 Surveys Sites with three associated unique values called Good Medium and Poor. When I am in layout view and want a legend the unique values show up but the title (2006 Survey Sites) does not. 
&lt;br&gt;How can I get the title back? 
&lt;br&gt;&lt;br&gt;Thanks, 
&lt;br&gt;&lt;br&gt;Sarah</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/legend-item-not-showing-tp8164688p8164688.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-7845106</id>
	<title>printed copies of Handbook of Spatial Analysis now available</title>
	<published>2006-12-12T16:27:36Z</published>
	<updated>2006-12-12T16:27:36Z</updated>
	<author>
		<name>matt wilkie</name>
	</author>
	<content type="html">Dear colleague
&lt;br&gt;&amp;nbsp;
&lt;br&gt;Thank you for registering your interest in the &lt;b&gt;Handbook of Spatial Analysis &lt;/b&gt;using the &lt;a href=&quot;http://www.spatial-literacy.org/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.spatial-literacy.org/&lt;/a&gt;&amp;nbsp;website.
&lt;br&gt;&lt;br&gt;The first edition of the Handbook has now been completed and published in printed, website and PDF formats. The printed version details are as follows:
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &lt;b&gt;M J de Smith, M F Goodchild, P A Longley (2007) &amp;quot;Geospatial Analysis: A comprehensive guide to principles, techniques and software&amp;quot;. 414pp, Troubador, Leicester, ISBN: 978-1905886-60-9&lt;/b&gt;&lt;br&gt;&lt;br&gt;Leaflet: A leaflet (pdf) describing the Guide, including details of size, contents, and pricing can be obtained by clicking here &amp;nbsp; 
&lt;br&gt;&lt;i&gt;&lt;br&gt;&lt;b&gt;Orders:&lt;/b&gt;&lt;/i&gt;&lt;br&gt;&lt;br&gt;&lt;b&gt;&amp;nbsp; &amp;nbsp; Printed version:&lt;/b&gt;&amp;nbsp;Please use the online order page of the publisher to buy a printed copy of the Guide. Orders from the publishers in the UK will be quoted in £UK with payment accepted from all major credit and debit cards. Payments will be converted to local currency when the transaction is billed to your card. Please remember to select the correct shipping arrangements for your copies. The Guide may be ordered directly from bookshops by quoting the 13 digit ISBN: 978-1905886-60-9 and may also be obtained through online bookstores such as Barnes &amp; Noble and Amazon (nb: the publication date Amazon list is incorrect). Orders from online bookstores will typically take longer to be delivered as the Guide is a non-stocked item at present).
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;
&lt;br&gt;&lt;b&gt;&amp;nbsp; &amp;nbsp; PDF version (available very shortly):&lt;/b&gt;&amp;nbsp;The PDF version provides full colour, searchable text, with embedded hyperlinks. Free updates will be provided in year 1. Orders may be placed by sending an email request to: &amp;nbsp;contact@spatialanalysisonline.com - please provide your name, address for invoicing, order reference (if applicable), address for shipping (if different from invoice) and number of copies requested. Pricing is provided on the leaflet and is approximately 50% of the printed version. Orders will be fulfilled by a download link which will be supplied on receipt of payment. Payment instructions will be provided. Please note that PDF versions are subject to a licensing agreement whcih is available for download here. A CD copy can be provided by post on request.
&lt;br&gt;&lt;b&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; Web site version: &lt;/b&gt;Access to the entire Guide can be obtained via the main website page: &lt;a href=&quot;http://www.spatialanalysisonline.com/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.spatialanalysisonline.com/&lt;/a&gt;&amp;nbsp;- this includes a link to the HTML version of the Guide, togther with downloadable contents and extract pages in pdf format. 
&lt;br&gt;&lt;b&gt;&lt;br&gt;Enquiries: &lt;/b&gt;Enquiries regarding bulk orders and licensing subsections of the Guide for use in courseware should be made to: contact@spatialanalysisonline.com
&lt;br&gt;&lt;br&gt;Many thanks for your interest in our work
&lt;br&gt;&lt;br&gt;Best regards
&lt;br&gt;&lt;br&gt;Dr M J de Smith
&lt;br&gt;&lt;br&gt;&amp;nbsp;
&lt;br&gt;&lt;br&gt;&lt;a href=&quot;https://www.paypal.com/cgi-bin/webscr?cmd=_xclick&amp;business=mike%40desmith%2ecom&amp;item_name=Geospatial%20Analysis%3a%20A%20comprehensive%20guide%20%2d%20PDF%20version&amp;item_number=978%2d1905886%2d69%2d9E&amp;amount=14%2e95&amp;no_shipping=0&amp;return=http%3a%2f%2fwww%2edesmith%2eeu%2fMJdS%2foutput%2fthankyou%2ehtm&amp;cancel_return=http%3a%2f%2fwww%2edesmith%2eeu%2fMJdS%2foutput%2fcancel%2ehtm&amp;currency_code=GBP&amp;lc=GB&amp;bn=PP%2dBuyNowBF&amp;charset=UTF%2d8&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://www.paypal.com/cgi-bin/webscr?cmd=_xclick&amp;business=mike%40desmith%2ecom&amp;item_name=Geospatial%20Analysis%3a%20A%20comprehensive%20guide%20%2d%20PDF%20version&amp;item_number=978%2d1905886%2d69%2d9E&amp;amount=14%2e95&amp;no_shipping=0&amp;return=http%3a%2f%2fwww%2edesmith%2eeu%2fMJdS%2foutput%2fthankyou%2ehtm&amp;cancel_return=http%3a%2f%2fwww%2edesmith%2eeu%2fMJdS%2foutput%2fcancel%2ehtm&amp;currency_code=GBP&amp;lc=GB&amp;bn=PP%2dBuyNowBF&amp;charset=UTF%2d8&lt;/a&gt;&amp;nbsp;
&lt;br&gt;&lt;br&gt;&amp;nbsp;
&lt;br&gt;&lt;br&gt;&amp;nbsp;
&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Handbook-of-Spatial-Analysis-tp6762942p7845106.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-7788826</id>
	<title>Re: sat image</title>
	<published>2006-12-10T18:11:42Z</published>
	<updated>2006-12-10T18:11:42Z</updated>
	<author>
		<name>matt wilkie</name>
	</author>
	<content type="html">Well, not a good idea depends on how much time and disk space you have I suppose. I mean, I've downloaded the OnEarth Landsat 7 for the area so I guess you could say I thought it was a good idea! There's still a couple of dozen hours of work or more to put into it before it will be usable for making maps though.
&lt;br&gt;&lt;br&gt;As for downloading BMNG from &lt;a href=&quot;http://www.nasa.gov/vision/earth/features/blue_marble.html&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.nasa.gov/vision/earth/features/blue_marble.html&lt;/a&gt;&amp;nbsp;see right hand side the heading &amp;quot;Download The Full Blue Marble Set&amp;quot;, thence to &amp;quot;NASA Earth Observatory&amp;quot; and scan for the &amp;nbsp;&amp;quot;Data Access&amp;quot; heading. From there you pick the month you want and the resolution and format. (the other servers listed likely work too, I've just not used them).
&lt;br&gt;&lt;br&gt;cheers,
&lt;br&gt;&lt;br&gt;-matt</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/sat-image-tp7709922p7788826.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-7788766</id>
	<title>yukongis.ca: still broken for updates</title>
	<published>2006-12-10T18:00:15Z</published>
	<updated>2006-12-10T18:00:15Z</updated>
	<author>
		<name>matt wilkie</name>
	</author>
	<content type="html">&lt;a href=&quot;http://yukongis.ca/bin/view&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://yukongis.ca/bin/view&lt;/a&gt;&amp;nbsp;- some might have noticed there has been no new content since August (no, really?) The proximate cause is that I’m getting internal server errors for any task which requires authentication. I’ve not had, or made, the time to look into it and fix it. I have many excuses: it’s too hard and slow to do a complete backup and upgrade over dialup, I’m not supposed to spend time at work on it, what’s the point nobody but me uses it, etc. The real reason is more like: &lt;a href=&quot;http://en.wikipedia.org/wiki/Gtd&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Getting Things (not) Done&lt;/a&gt;, which will likely be my epitaph. &lt;i&gt;“Matt, nice guy, but didn’t finish much”&lt;/i&gt;.
&lt;br&gt;&lt;br&gt;Anyway the point of this message is: no I've not abandoned it. I do intend to try and get to the bottom of what's broken and fix it, but I don't know when or how that will happen. 
&lt;br&gt;&lt;br&gt;-matt</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/yukongis.ca%3A-still-broken-for-updates-tp7788766p7788766.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-7711709</id>
	<title>Re: sat image</title>
	<published>2006-12-05T16:55:16Z</published>
	<updated>2006-12-05T16:55:16Z</updated>
	<author>
		<name>S.Davidson</name>
	</author>
	<content type="html">Hi MAtt, 
&lt;br&gt;&lt;br&gt;Thanks. 
&lt;br&gt;&lt;br&gt;Are you trying to say that a sat image that is 10's of gigabites in size is not a good idea to download?
&lt;br&gt;Also, I went to the site and can't seem to find the image I am looking for... is there a special pathway to get to thelist of images available?
&lt;br&gt;&lt;br&gt;Cheers, 
&lt;br&gt;&lt;br&gt;Sarah</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/sat-image-tp7709922p7711709.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-7711537</id>
	<title>Re: sat image</title>
	<published>2006-12-05T16:41:06Z</published>
	<updated>2006-12-05T16:41:06Z</updated>
	<author>
		<name>matt wilkie</name>
	</author>
	<content type="html">Okay, now that I know what the intended use is, I can direct you specifically to the NASA Blue Marble Next Generation images: &lt;a href=&quot;http://www.nasa.gov/vision/earth/features/blue_marble.html&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.nasa.gov/vision/earth/features/blue_marble.html&lt;/a&gt;&amp;nbsp;as a full resolution Landsat 7 image of AK/YT/NBC would be be 10s of gigabytes in size.</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/sat-image-tp7709922p7711537.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-7711013</id>
	<title>Re: sat image</title>
	<published>2006-12-05T15:59:36Z</published>
	<updated>2006-12-05T15:59:36Z</updated>
	<author>
		<name>S.Davidson</name>
	</author>
	<content type="html">Hi Matt, 
&lt;br&gt;&lt;br&gt;Thanks for the links. 
&lt;br&gt;&lt;br&gt;I'll be checking them out. Yeah actually I've looked at the Yukon image and it's a Landsat 7 image. Can I get that one at the links that you gave me? 
&lt;br&gt;&lt;br&gt;Yes I think I would need the actual polygons of these images, unless there is a landsat 7 image of Alaska, Yukon, NWT and BC. I plan to use it as a background for a simple Yukon map. &amp;nbsp; 
&lt;br&gt;&lt;br&gt;Thanks again. 
&lt;br&gt;&lt;br&gt;Sarah</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/sat-image-tp7709922p7711013.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-7710686</id>
	<title>Re: sat image</title>
	<published>2006-12-05T15:39:02Z</published>
	<updated>2006-12-05T15:39:02Z</updated>
	<author>
		<name>matt wilkie</name>
	</author>
	<content type="html">that's a big question Sarah. Which satellite are you looking for? Landsat 5, Landsat 7, Ikonos, MODIS, GOES-10, etc, etc.
&lt;br&gt;And by shapefile do you mean polygons which delineate the extent of each scene (image), or are you looking for the actual images themselves?
&lt;br&gt;&lt;br&gt;In any case a good place to start is Geogratis for Canada, the Alaska Science Center for Alaska, and the NASA Jet Propulsion Laboratory for the world. I don't know if these are the best, they're just ones I'm familiar with.
&lt;br&gt;&lt;br&gt;&lt;a href=&quot;http://geogratis.cgdi.gc.ca/geogratis/en/collection/search.do?search=product&amp;product=eo.satellite&amp;scale=&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://geogratis.cgdi.gc.ca/geogratis/en/collection/search.do?search=product&amp;product=eo.satellite&amp;scale=&lt;/a&gt;&lt;br&gt;&lt;a href=&quot;http://alaska.usgs.gov/science/geography/orthoimagery/index.html&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://alaska.usgs.gov/science/geography/orthoimagery/index.html&lt;/a&gt;&lt;br&gt;&lt;a href=&quot;http://onearth.jpl.nasa.gov/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://onearth.jpl.nasa.gov/&lt;/a&gt;&lt;br&gt;&lt;br&gt;cheers,
&lt;br&gt;&lt;br&gt;-matt
&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/sat-image-tp7709922p7710686.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-7709922</id>
	<title>sat image</title>
	<published>2006-12-05T14:47:36Z</published>
	<updated>2006-12-05T14:47:36Z</updated>
	<author>
		<name>S.Davidson</name>
	</author>
	<content type="html">Hello there, 
&lt;br&gt;&lt;br&gt;Just wondering if anyone has access to shapefiles of satellite images of Alaska, Western NWT and Northern BC?
&lt;br&gt;&lt;br&gt;Thanks, 
&lt;br&gt;&lt;br&gt;Sarah</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/sat-image-tp7709922p7709922.html" />
</entry>

</feed>
