PROBLEM

Projecting Wessex data locks up computer

Last Published: April 25, 2020

Solution or Workaround

Description

Attempting to project data extracted from the WESSEX First Street CDs, from geographic decimal degrees to UTM (or something else), locks up the computer.

Cause

Tics with extremely large or small values. For example: tics
x,y values of -.9999000E+36 or .9999000E+36

Solution

Delete all tics with values radically outside the range of the BND file. For example:

Code:
Tables
SELECT cover.tic
RESELECT xtic > 1000 or xtic < -1000
PURGE
QUIT
BUILD cover line

Project the data again.

Article ID:000001665

Software:
  • Legacy Products

Get help from ArcGIS experts

Contact technical support

Download the Esri Support App

Go to download options

Discover more on this topic