Sv: [MI-L] MapInfo to Arcview with style intact

2006-10-12 Thread Mats Elfström
Hi Tom!

The shape file format is not designed to retain map styles (or 
coordinate system info for that matter).
Therefore, it is not even in theory possible to transfer the native 
styles of MapInfo objects to a shape file.
However, when ESRI discovered that people were using shape files for 
GIS data, they added a *.lyr file which is used as a template for 
object styles. Similarly, a *.prj file was added in order to hold 
information  on projection and coordinate system.
So, if you would want to truly convert tab to shape, the converter 
should a write a *.lyr file as well as a *.prj file along with the 
basic shape file set.
But MapInfo and ArcGIS uses different color schemes, different line 
styles and region fills. You would need to make some kind of 
translation table to take care of that.
The same goes for the spatial reference. They use different 
definitions for that as well.
But I'm not saying it's impossible, I'm only pointing out the some of 
the considerations one has to make.
Do share it with the list if you find out something useful.

Regards, Mats.E

___
MapInfo-L mailing list
MapInfo-L@lists.directionsmag.com
http://www.directionsmag.com/mailman/listinfo/mapinfo-l


SV: [MI-L] Find closest region using buffer

2006-10-12 Thread Watertech - Jacob K . Jørgensen
Title: Meddelelse



Hi 
Hayden,
 
I 
think you should also start by checking that the line object is not partly 
within a region object from tblMapRef table. You can issue 
the "Partly within" command similarly to your command below for 
intersect.
 

Best regardsJacob K. JørgensenEngineer, 
M.SC. in GeoInformatics__WatertechSoendergade 53DK-8000 Aarhus CPhone: +45 8732 2020Direct phone: +45 
8732 2078Fax: +45 8732 2021[EMAIL PROTECTED]www.watertech.dk 


  
  -Oprindelig meddelelse-Fra: 
  [EMAIL PROTECTED] 
  [mailto:[EMAIL PROTECTED] På vegne af Hayden 
  FisherSendt: 12. oktober 2006 04:07Til: 
  MapInfo-L@lists.directionsmag.comEmne: [MI-L] Find closest region 
  using buffer
  
  Hi 
  All,
   
  A little help in this area would 
  be greatly appreciated. I am trying to find the closest region to a line or 
  point, the line or point may lie within or outside the region. I have used the 
  buffer function to search out from the line or point. Have done this code for 
  lines, however doesn’t seem to pick anything up.
   
   
  Run Command("Select * From 
  tblWaterLinesTemp Where Asset_ID = " + Chr$(34) + tblWaterLinesTemp.Asset_ID + 
  Chr$(34) + " Into tblTemp")
      
  
  'Find map 
  reference
  str_Map_Reference = 
  ""
  For y = 1 to 5 Step 
  1
      
  o_buff = Buffer(tblTemp.obj,20,y,"m")
      
  Select * from tblMapRef Where tblTemp.Obj intersects o_buff into 
  tblMapRefTemp
      
  
      
  If (TableInfo(tblMapRefTemp, TAB_INFO_NROWS) > 0) 
  Then
      
  'This will be the closest Map Reference Grid object closest to the 
  geometry
      
  str_Map_Reference = tblMapRefTemp.LCC_Map_Ref
      
  Exit For
      
  End If
      
  Close Table tblMapRefTemp
  Next
   
  Regards,
  Hayden 
  Fisher
  [EMAIL PROTECTED]
   
___
MapInfo-L mailing list
MapInfo-L@lists.directionsmag.com
http://www.directionsmag.com/mailman/listinfo/mapinfo-l


Sv: [MI-L] MapInfo to Arcview with style intact

2006-10-12 Thread Mats Elfström
I am sorry, in my previous post I wrote about the ESRI *.lyr file.
My mistake, I meant *.avl which was the legend file from ArcView 3.
This is replaced today, as it seems by the *.style file.
This file in turn is part of the ArcGIS workspace concept which is 
explained in this link
http://webhelp.esri.com/arcgisdesktop/9.2/body.cfm?
tocVisable=1&ID=2291&TopicName=About%20workspaces

Sorry about the confusion.
Mats.E

___
MapInfo-L mailing list
MapInfo-L@lists.directionsmag.com
http://www.directionsmag.com/mailman/listinfo/mapinfo-l


[MI-L] GIS terminology; Was: MapInfo to Arcview with style intact

2006-10-12 Thread David Reid
While discussing converting Mapinfo data to Arview...  As the world becomes
more familiar with GIS, it's obvious in my area that ESRI "appears" to be
leading the way in that, everyone involved with GIS at the basic desktop use
level refers to "shape" files when requesting any data.

"Would like to request a copy blah blah blah of your "shape" files..."

"When submitting your boundary "shape" file..."

"Can we get a copy of your centerline "shape" file?"

Outside of the fact, I know many of the people requesting this data are
using Arcview, many obviously think that GIS data and "SHAPE" files are one
in the same.

Is the term "shape file" become the defacto moniker for GIS, object or
spatial data?


Dave

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Mats
Elfström
Sent: Thursday, October 12, 2006 1:32 AM
To: [EMAIL PROTECTED]
Cc: mapinfo-l@lists.directionsmag.com
Subject: Sv: [MI-L] MapInfo to Arcview with style intact

Hi Tom!

The shape file format is not designed to retain map styles (or coordinate
system info for that matter).
Therefore, it is not even in theory possible to transfer the native styles
of MapInfo objects to a shape file.
However, when ESRI discovered that people were using shape files for GIS
data, they added a *.lyr file which is used as a template for object styles.
Similarly, a *.prj file was added in order to hold information  on
projection and coordinate system.
So, if you would want to truly convert tab to shape, the converter should a
write a *.lyr file as well as a *.prj file along with the basic shape file
set.
But MapInfo and ArcGIS uses different color schemes, different line styles
and region fills. You would need to make some kind of translation table to
take care of that.
The same goes for the spatial reference. They use different definitions for
that as well.
But I'm not saying it's impossible, I'm only pointing out the some of the
considerations one has to make.
Do share it with the list if you find out something useful.

Regards, Mats.E

___
MapInfo-L mailing list
MapInfo-L@lists.directionsmag.com
http://www.directionsmag.com/mailman/listinfo/mapinfo-l



--
No virus found in this incoming message.
Checked by AVG Free Edition.
Version: 7.1.408 / Virus Database: 268.13.2/472 - Release Date: 10/11/2006


___
MapInfo-L mailing list
MapInfo-L@lists.directionsmag.com
http://www.directionsmag.com/mailman/listinfo/mapinfo-l


RE: [MI-L] MapInfo to Arcview with style intact

2006-10-12 Thread SCISOFT
Tom
I remember swapping notes with Russell Lawley a year or more ago about this
subject, and downloaded his "Qik_avlreader" tool. That got me started on
what I wanted to do, but I didn't produce any sort of a tool that would be
useful to you. as I recall, I did a lot of "translation" by hand (stuffing
things into a .WOR file).
What you're asking is sort of the reverse of what my task was then - you
don't have the .AVL file from an ESRI dataset. 
Possibly your enquiry will elicit more information, but the problems
(differences between the way the 2 companies do things) is an awkward one.
most people would give up in frustration. I guess that's why Safe Software
makes a buck out of FME. 

IL Thomas
GeoSciSoft - Perth, Australia

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Mats
Elfström
Sent: Thursday, October 12, 2006 3:00 PM
To: [EMAIL PROTECTED]; mapinfo-l@lists.directionsmag.com
Subject: Sv: [MI-L] MapInfo to Arcview with style intact

I am sorry, in my previous post I wrote about the ESRI *.lyr file.
My mistake, I meant *.avl which was the legend file from ArcView 3.
This is replaced today, as it seems by the *.style file.
This file in turn is part of the ArcGIS workspace concept which is 
explained in this link
http://webhelp.esri.com/arcgisdesktop/9.2/body.cfm?
tocVisable=1&ID=2291&TopicName=About%20workspaces

Sorry about the confusion.
Mats.E

___

___
MapInfo-L mailing list
MapInfo-L@lists.directionsmag.com
http://www.directionsmag.com/mailman/listinfo/mapinfo-l


RE: [MI-L] SV: Distance calc mbx

2006-10-12 Thread Peter Horsbøll Møller
or just use this statement:

Set Table MYTABLE FastEdit On Undo Off

Then MapInfo writes the changes directly to the files. Speeds things up 
dramatically, but you loose the Rollback posibility ;-)

BTW, these suggestions require MapBasic and access to the source code behing 
DistanceCalcualtor

Peter Horsbøll Møller
GIS Developer, MTM
Geographical Information & IT
 
COWI A/S
Odensevej 95
DK-5260 Odense S.
Denmark
 
Tel +45 6311 4900
Direct  +45 6311 4908
Mob +45 5156 1045
Fax +45 6311 4949
E-mail  [EMAIL PROTECTED]
http://www.cowi.dk/gis

-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Watertech - 
Jacob K. Jørgensen
Sent: Thursday, October 12, 2006 8:34 AM
To: Hankins, Michael D.; mapinfo-l@lists.directionsmag.com
Subject: [MI-L] SV: Distance calc mbx

Hi Mike,

You could insert a Commit statement for every 1.000 - 10.000 points in order to 
reduce the size of the temporary tables.

You could also run the command with RamDisk (www.cenatek.com) as temporary 
drive to reduce the disk activity.

And finally you could save the results in an array and only save on disk for 
every 1.000-10.000 points - also to reduce the disk activity.

Best regards

Jacob K. Jørgensen
Engineer, M.SC. in GeoInformatics
__

Watertech
Soendergade 53
DK-8000 Aarhus C

Phone: +45 8732 2020
Direct phone: +45 8732 2078
Fax: +45 8732 2021

[EMAIL PROTECTED]
www.watertech.dk



-Oprindelig meddelelse-
Fra: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] På vegne af Hankins, Michael D.
Sendt: 11. oktober 2006 16:11
Til: mapinfo-l@lists.directionsmag.com
Emne: Distance calc mbx


Is there a way to speed up the distance calculator mbx.  Have 225,000 points to 
calculate distance.   Been running 20 hours and only 30% completed.   I have a 
good computer and no other programs running.  Suggestions???

Mike Hankins
COUNTRY Insurance & Financial Services


___
MapInfo-L mailing list
MapInfo-L@lists.directionsmag.com
http://www.directionsmag.com/mailman/listinfo/mapinfo-l




___
MapInfo-L mailing list
MapInfo-L@lists.directionsmag.com
http://www.directionsmag.com/mailman/listinfo/mapinfo-l


[MI-L] delete scalebar and north arrow, Mapinfo Pro. 7.0

2006-10-12 Thread Yoshiro Nagao
Sorry for a stupid question,

How could a scalebar or a north arrow
be deleted in Mapinfo Pro. 7.0?


Yoshiro Nagao
Osaka University

--
Start Yahoo! Auction now! Check out the cool campaign
http://pr.mail.yahoo.co.jp/auction/
___
MapInfo-L mailing list
MapInfo-L@lists.directionsmag.com
http://www.directionsmag.com/mailman/listinfo/mapinfo-l


RE: [MI-L] SV: Distance calc mbx

2006-10-12 Thread Evan MacDougall
I have the same sluggishness problems with the Distance Calculator.

Just running 20 or 50 or even 100 records takes way too long, IMO.  Why should 
it take 10-20 minutes to do 100-200 records?

Seems like it should work a lot quicker.

-Evan MacDougall
GIS Supervisor
"Gentlemen, we may not make history tomorrow, but we shall certainly change the 
geography."
-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Watertech - 
Jacob K. Jørgensen
Sent: Wednesday, October 11, 2006 11:34 PM
To: Hankins, Michael D.; mapinfo-l@lists.directionsmag.com
Subject: [MI-L] SV: Distance calc mbx

Hi Mike,

You could insert a Commit statement for every 1.000 - 10.000 points in order to 
reduce the size of the temporary tables.

You could also run the command with RamDisk (www.cenatek.com) as temporary 
drive to reduce the disk activity.

And finally you could save the results in an array and only save on disk for 
every 1.000-10.000 points - also to reduce the disk activity.

Best regards

Jacob K. Jørgensen
Engineer, M.SC. in GeoInformatics
__

Watertech
Soendergade 53
DK-8000 Aarhus C

Phone: +45 8732 2020
Direct phone: +45 8732 2078
Fax: +45 8732 2021

[EMAIL PROTECTED]
www.watertech.dk



-Oprindelig meddelelse-
Fra: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] På vegne af Hankins, Michael D.
Sendt: 11. oktober 2006 16:11
Til: mapinfo-l@lists.directionsmag.com
Emne: Distance calc mbx


Is there a way to speed up the distance calculator mbx.  Have 225,000 points to 
calculate distance.   Been running 20 hours and only 30% completed.   I have a 
good computer and no other programs running.  Suggestions???

Mike Hankins
COUNTRY Insurance & Financial Services


___
MapInfo-L mailing list
MapInfo-L@lists.directionsmag.com
http://www.directionsmag.com/mailman/listinfo/mapinfo-l


___
MapInfo-L mailing list
MapInfo-L@lists.directionsmag.com
http://www.directionsmag.com/mailman/listinfo/mapinfo-l


RE: [MI-L] Questions about How to convert a raster image to Grid?

2006-10-12 Thread Shirley Mamani
Title: Message








Hi Warren,

 

I try to use this tool,
but  I can’t have it in the format I need i.e.: I have this two files  bmp
and tab file from the Asset tool, then I opened this with GTP vertical Mapper  and
I try several times but I can’t get the raster I want. 

Could you please help me…
with some tips..

 

Regards,

Shirley









De: Warren Vick,
Europa Technologies Ltd. [mailto:[EMAIL PROTECTED] 
Enviado el: Miércoles 11 de
Octubre de 2006 03:42 PM
Para: Shirley Mamani; mapinfo-l@lists.directionsmag.com
Asunto: RE: [MI-L] Questions about
How to convert a raster image to Grid?



 



Hello Shirley,





 





The best tool for this job is Grid Translator Pro
from Geomatics Systems





http://www.geomaticssystems.com/Products/GTPMapInfo.htm





 





I presume you might be converting cellular coverage? If
so, we do this all the time and GTP works very well as long as the pixel size
is constant in x/y or lat/lon.





Regards,
Warren Vick
Europa Technologies Ltd.
http://www.europa-tech.com
http://www.coveragemaps.com





-Original
Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Shirley Mamani
Sent: 11 October 2006 20:52
To: mapinfo-l@lists.directionsmag.com
Subject: [MI-L] Questions about
How to convert a raster image to Grid?

HI,

 

I need to convert a file that is a raster into a grid
file. The raster I have it’s like an image (a bmp file) it has no
information just colors that represent a specific value. I want to convert this
image in regions but first I have to convert this file (raster registered from
this image) in a grid, because I know how to convert this grid in regions. 

Well I know that this is not possible with MapInfo
Pro and I tried to do this with the vertical Mapper but I can’t find the
way to do this…

 

Please If someone know how to do this contact me,

 

Best regards,

 

Shirley N.
Mamani Huánuco

Ingenieria de RF

América Móvil Perú S.A.C.

Av. Nicolás Arriola 480, Sta. Catalina-La
Victoria

Lima – Perú

Telf. (511) 613-1000 anexo: 7201

Celular: (511) 97103518

Email: [EMAIL PROTECTED]

 

AVISO
LEGAL:
Por favor observe que nuestras direcciones de correo han cambiado a
@claro.com.pe por lo que agradeceremos actualizar su lista de contactos. Esta
información es privada y confidencial y está dirigida únicamente a su destinatario.
Si usted no es el destinatario original de este mensaje y por este medio pudo
acceder a dicha información por favor elimine el mensaje. La distribución o
copia de este mensaje está estrictamente prohibida. Esta comunicación es sólo
para propósitos de información y no debe ser considerada como propuesta,
aceptación ni como una declaración de voluntad oficial de América Móvil Perú
S.A.C. y/o subsidiarias y/o afiliadas.Observe por favor que éste correo ha sido
creado con conocimiento que el e-mail de Internet no es un medio de
comunicación 100% seguro. Aconsejamos entender y observar ésta falta de
seguridad cuando nos envíe correo. América Móvil Perú S.A.C. no está obligada a
una apropiada y completa transmisión de la información contenida en ésta comunicación
ni por cualquier demora en su recibo. 





AVISO LEGAL:Por favor observe que nuestras direcciones de correo han cambiado a @claro.com.pe por lo que agradeceremos actualizar su lista de contactos. Esta información es privada y confidencial y está dirigida únicamente a su destinatario. Si usted no es el destinatario original de este mensaje y por este medio pudo acceder a dicha información por favor elimine el mensaje. La distribución o copia de este mensaje está estrictamente prohibida. Esta comunicación es sólo para propósitos de información y no debe ser considerada como propuesta, aceptación ni como una declaración de voluntad oficial de América Móvil Perú S.A.C. y/o subsidiarias y/o afiliadas.Observe por favor que éste correo ha sido creado con conocimiento que el e-mail de Internet no es un medio de comunicación 100% seguro. Aconsejamos entender y observar ésta falta de seguridad cuando nos envíe correo. América Móvil Perú S.A.C. no está obligada a una apropiada y completa transmisión de la información contenida en ésta comunicación ni por cualquier demora en su recibo.


___
MapInfo-L mailing list
MapInfo-L@lists.directionsmag.com
http://www.directionsmag.com/mailman/listinfo/mapinfo-l


[MI-L] Mapinfo capabilities

2006-10-12 Thread Eric Gagnon

Hi,

We see other companies bringing different GIS packages to infrastructure 
/ utility  mapping.

Esri has solutions for this.
So does Intergraph and Autocad.
I keep seing marketing strategies offered by mapinfo but more going 
towards business location. (marketing, banking, insurance, etc..).
I wonder if there's something, a MI add-on or a application that gives 
more attention to industrial / municipal / infrastructure GIS.



I hope that somebody can shed some light on this.

Eric

--
Eric Gagnon, B.Sc.
Maptica
www.maptica.com

___
MapInfo-L mailing list
MapInfo-L@lists.directionsmag.com
http://www.directionsmag.com/mailman/listinfo/mapinfo-l


RE: [MI-L] Distance calc mbx

2006-10-12 Thread Spencer Simpson
Looking at the Distance Calculator source that comes with MapBasic 8.5, I
notice that the Distance Calculator is merely a wrapper around a single call
to a single statement you could type into the MapBasic window.  Thus, only a
future version of MapInfo Pro can add any significant optimization to the
process, if at all.  

A call to "Set Table FastEdit On", as suggested by Peter, might help a
little, but you're creating an O(N) optimization in an operation that's
O(N^2) at best (and I fear much worse with polylines and region objects). 

The underlying command allows you to specify minimum and maximum distance
criteria (I hope that means MapInfo uses the tables' spatial indexes), but
the criteria don't appear in the Distance Calculator dialog.

Spencer

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Evan
MacDougall
Sent: Thursday, October 12, 2006 12:03 PM
To: mapinfo-l@lists.directionsmag.com
Subject: RE: [MI-L] SV: Distance calc mbx

I have the same sluggishness problems with the Distance Calculator.

Just running 20 or 50 or even 100 records takes way too long, IMO.  Why
should it take 10-20 minutes to do 100-200 records?

Seems like it should work a lot quicker.

-Evan MacDougall
GIS Supervisor
"Gentlemen, we may not make history tomorrow, but we shall certainly change
the geography."
-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Watertech -
Jacob K. Jørgensen
Sent: Wednesday, October 11, 2006 11:34 PM
To: Hankins, Michael D.; mapinfo-l@lists.directionsmag.com
Subject: [MI-L] SV: Distance calc mbx

Hi Mike,

You could insert a Commit statement for every 1.000 - 10.000 points in order
to reduce the size of the temporary tables.

You could also run the command with RamDisk (www.cenatek.com) as temporary
drive to reduce the disk activity.

And finally you could save the results in an array and only save on disk for
every 1.000-10.000 points - also to reduce the disk activity.

Best regards

Jacob K. Jørgensen
Engineer, M.SC. in GeoInformatics
__

Watertech
Soendergade 53
DK-8000 Aarhus C

Phone: +45 8732 2020
Direct phone: +45 8732 2078
Fax: +45 8732 2021

[EMAIL PROTECTED]
www.watertech.dk



-Oprindelig meddelelse-
Fra: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] På vegne af Hankins,
Michael D.
Sendt: 11. oktober 2006 16:11
Til: mapinfo-l@lists.directionsmag.com
Emne: Distance calc mbx


Is there a way to speed up the distance calculator mbx.  Have 225,000 points
to calculate distance.   Been running 20 hours and only 30% completed.   I
have a good computer and no other programs running.  Suggestions???

Mike Hankins
COUNTRY Insurance & Financial Services


___
MapInfo-L mailing list
MapInfo-L@lists.directionsmag.com
http://www.directionsmag.com/mailman/listinfo/mapinfo-l


___
MapInfo-L mailing list
MapInfo-L@lists.directionsmag.com
http://www.directionsmag.com/mailman/listinfo/mapinfo-l




___
MapInfo-L mailing list
MapInfo-L@lists.directionsmag.com
http://www.directionsmag.com/mailman/listinfo/mapinfo-l


RE: [MI-L] SV: Distance calc mbx

2006-10-12 Thread Evan MacDougall
We're using version 8.5.

-Evan MacDougall
GIS Supervisor
"Gentlemen, we may not make history tomorrow, but we shall certainly change the 
geography."

-Original Message-
From: Peter Horsbøll Møller [mailto:[EMAIL PROTECTED] 
Sent: Thursday, October 12, 2006 12:11 PM
To: Evan MacDougall; mapinfo-l@lists.directionsmag.com
Subject: RE: [MI-L] SV: Distance calc mbx

Which version of MapInfo are you using ? The Distance Calculator was improved 
in version 8.0 when the Nearest statement was added.

Calculating the distance between 45 airport and the nearest coast line in 
Denmark tool close to 1 minute. Do remember that the distance is between the 
point and the closest part of the coast line.
Calculating the distance between 21000 addresses and 45 airports took 30 seconds
Calculating the distance between 45 airports and 21000 addresses took 30 
seconds, too.
Calculating the distance between 21000 addresses and 500 railroad stations took 
2 minutes and 30 seconds.

So it doesn't have to be that slow

Peter Horsbøll Møller
GIS Developer, MTM
Geographical Information & IT
 
COWI A/S
Odensevej 95
DK-5260 Odense S.
Denmark
 
Tel +45 6311 4900
Direct  +45 6311 4908
Mob +45 5156 1045
Fax +45 6311 4949
E-mail  [EMAIL PROTECTED]
http://www.cowi.dk/gis

-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Evan MacDougall
Sent: Thursday, October 12, 2006 6:03 PM
To: mapinfo-l@lists.directionsmag.com
Subject: RE: [MI-L] SV: Distance calc mbx

I have the same sluggishness problems with the Distance Calculator.

Just running 20 or 50 or even 100 records takes way too long, IMO.  Why should 
it take 10-20 minutes to do 100-200 records?

Seems like it should work a lot quicker.

-Evan MacDougall
GIS Supervisor
"Gentlemen, we may not make history tomorrow, but we shall certainly change the 
geography."
-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Watertech - 
Jacob K. Jørgensen
Sent: Wednesday, October 11, 2006 11:34 PM
To: Hankins, Michael D.; mapinfo-l@lists.directionsmag.com
Subject: [MI-L] SV: Distance calc mbx

Hi Mike,

You could insert a Commit statement for every 1.000 - 10.000 points in order to 
reduce the size of the temporary tables.

You could also run the command with RamDisk (www.cenatek.com) as temporary 
drive to reduce the disk activity.

And finally you could save the results in an array and only save on disk for 
every 1.000-10.000 points - also to reduce the disk activity.

Best regards

Jacob K. Jørgensen
Engineer, M.SC. in GeoInformatics
__

Watertech
Soendergade 53
DK-8000 Aarhus C

Phone: +45 8732 2020
Direct phone: +45 8732 2078
Fax: +45 8732 2021

[EMAIL PROTECTED]
www.watertech.dk



-Oprindelig meddelelse-
Fra: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] På vegne af Hankins, Michael D.
Sendt: 11. oktober 2006 16:11
Til: mapinfo-l@lists.directionsmag.com
Emne: Distance calc mbx


Is there a way to speed up the distance calculator mbx.  Have 225,000 points to 
calculate distance.   Been running 20 hours and only 30% completed.   I have a 
good computer and no other programs running.  Suggestions???

Mike Hankins
COUNTRY Insurance & Financial Services


___
MapInfo-L mailing list
MapInfo-L@lists.directionsmag.com
http://www.directionsmag.com/mailman/listinfo/mapinfo-l


___
MapInfo-L mailing list
MapInfo-L@lists.directionsmag.com
http://www.directionsmag.com/mailman/listinfo/mapinfo-l





___
MapInfo-L mailing list
MapInfo-L@lists.directionsmag.com
http://www.directionsmag.com/mailman/listinfo/mapinfo-l


RE: [MI-L] SV: Distance calc mbx

2006-10-12 Thread Hankins, Michael D.
I reduced the records first to 40K.  Switched to a different machine.  It ran 
overnight and was finished before morning.  I don't know if: A. The machine 
made a difference or B. If the progress bar was really accurate since I stopped 
the mbx before it finished.  

I believe we are going to use MapExtreme to calculate the distances when we 
move to the actual application.  I was just using the desktop to see if it 
would work.  Also, we need a more specific distance than just every record in 
one table comparing to every record in another table.  I believe Extreme will 
allow us to program more functionality.   I am not a programmer, so I just 
happy to see it worked

Mike Hankins

-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Evan MacDougall
Sent: Thursday, October 12, 2006 2:26 PM
To: Peter Horsbøll Møller; mapinfo-l@lists.directionsmag.com
Subject: RE: [MI-L] SV: Distance calc mbx

We're using version 8.5.

-Evan MacDougall
GIS Supervisor
"Gentlemen, we may not make history tomorrow, but we shall certainly change the 
geography."

-Original Message-
From: Peter Horsbøll Møller [mailto:[EMAIL PROTECTED] 
Sent: Thursday, October 12, 2006 12:11 PM
To: Evan MacDougall; mapinfo-l@lists.directionsmag.com
Subject: RE: [MI-L] SV: Distance calc mbx

Which version of MapInfo are you using ? The Distance Calculator was improved 
in version 8.0 when the Nearest statement was added.

Calculating the distance between 45 airport and the nearest coast line in 
Denmark tool close to 1 minute. Do remember that the distance is between the 
point and the closest part of the coast line.
Calculating the distance between 21000 addresses and 45 airports took 30 seconds
Calculating the distance between 45 airports and 21000 addresses took 30 
seconds, too.
Calculating the distance between 21000 addresses and 500 railroad stations took 
2 minutes and 30 seconds.

So it doesn't have to be that slow

Peter Horsbøll Møller
GIS Developer, MTM
Geographical Information & IT
 
COWI A/S
Odensevej 95
DK-5260 Odense S.
Denmark
 
Tel +45 6311 4900
Direct  +45 6311 4908
Mob +45 5156 1045
Fax +45 6311 4949
E-mail  [EMAIL PROTECTED]
http://www.cowi.dk/gis

-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Evan MacDougall
Sent: Thursday, October 12, 2006 6:03 PM
To: mapinfo-l@lists.directionsmag.com
Subject: RE: [MI-L] SV: Distance calc mbx

I have the same sluggishness problems with the Distance Calculator.

Just running 20 or 50 or even 100 records takes way too long, IMO.  Why should 
it take 10-20 minutes to do 100-200 records?

Seems like it should work a lot quicker.

-Evan MacDougall
GIS Supervisor
"Gentlemen, we may not make history tomorrow, but we shall certainly change the 
geography."
-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Watertech - 
Jacob K. Jørgensen
Sent: Wednesday, October 11, 2006 11:34 PM
To: Hankins, Michael D.; mapinfo-l@lists.directionsmag.com
Subject: [MI-L] SV: Distance calc mbx

Hi Mike,

You could insert a Commit statement for every 1.000 - 10.000 points in order to 
reduce the size of the temporary tables.

You could also run the command with RamDisk (www.cenatek.com) as temporary 
drive to reduce the disk activity.

And finally you could save the results in an array and only save on disk for 
every 1.000-10.000 points - also to reduce the disk activity.

Best regards

Jacob K. Jørgensen
Engineer, M.SC. in GeoInformatics
__

Watertech
Soendergade 53
DK-8000 Aarhus C

Phone: +45 8732 2020
Direct phone: +45 8732 2078
Fax: +45 8732 2021

[EMAIL PROTECTED]
www.watertech.dk



-Oprindelig meddelelse-
Fra: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] På vegne af Hankins, Michael D.
Sendt: 11. oktober 2006 16:11
Til: mapinfo-l@lists.directionsmag.com
Emne: Distance calc mbx


Is there a way to speed up the distance calculator mbx.  Have 225,000 points to 
calculate distance.   Been running 20 hours and only 30% completed.   I have a 
good computer and no other programs running.  Suggestions???

Mike Hankins
COUNTRY Insurance & Financial Services


___
MapInfo-L mailing list
MapInfo-L@lists.directionsmag.com
http://www.directionsmag.com/mailman/listinfo/mapinfo-l


___
MapInfo-L mailing list
MapInfo-L@lists.directionsmag.com
http://www.directionsmag.com/mailman/listinfo/mapinfo-l





___
MapInfo-L mailing list
MapInfo-L@lists.directionsmag.com
http://www.directionsmag.com/mailman/listinfo/mapinfo-l
<>___
MapInfo-L mailing list
MapInfo-L@lists.directionsmag.com
http://www.directionsmag.com/mailman/listinfo/mapinfo-l


[MI-L] Map info to GE

2006-10-12 Thread Shirley Mamani








Hi all,

 

I need some help with
this, do you know how I can import a map info table (Could be vectors, ie this
table contains points) into Google Earth? 

 

Regards,

 

Shirley



AVISO LEGAL:Por favor observe que nuestras direcciones de correo han cambiado a @claro.com.pe por lo que agradeceremos actualizar su lista de contactos. Esta informacion es privada y confidencial y esta dirigida unicamente a su destinatario. Si usted no es el destinatario original de este mensaje y por este medio pudo acceder a dicha informacion por favor elimine el mensaje. La distribucion o copia de este mensaje esta estrictamente prohibida. Esta comunicacion es solo para propositos de informacion y no debe ser considerada como propuesta, aceptacion ni como una declaracion de voluntad oficial de America Movil Peru S.A.C. y/o subsidiarias y/o afiliadas.Observe por favor que este correo ha sido creado con conocimiento que el e-mail de Internet no es un medio de comunicacion 100% seguro. Aconsejamos entender y observar esta falta de seguridad cuando nos envie correo. America Movil Peru S.A.C. no esta obligada a una apropiada y completa transmision de la informacion contenida en esta comunicacion ni por cualquier demora en su recibo.


___
MapInfo-L mailing list
MapInfo-L@lists.directionsmag.com
http://www.directionsmag.com/mailman/listinfo/mapinfo-l


[MI-L] Setting the Map Window size

2006-10-12 Thread Rakesh Rao

Hello,

In MapBasic, how do I set the coordinates of the current Map Window 
(FrontWindow).

I have the values llX, llY and urX, urY with me and would like to set the 
current window 
coordinates and also zoom (or set the size) of the window to this value.

I tried the few options in the Set Map command but am not clear how the 
inter-play between 
the units in the map window / workspace etc work.

This my code fragment that I used:

> dX = xMax - xMin
> dY = yMax - yMin
>
> cenPtX = xMin + (0.5 * dX)
> cenPtY = yMin + (0.5 * dY)
>
> Set Map
>   Window FrontWindow()
>   Center (cenPtX, cenPtY)
>   Distance Units "m"
>   Zoom dX Units "m"


Any help is greatly appreciated and thanks in advance.

- Regards
- Rakesh Rao [ rakesh.rao(at)4d-technologies.com ]
- Four Dimension Technologies
  [www.4d-technologies.com]
- Get GeoTools, Work smarter: www.4d-technologies.com/geotools
- Free Lisp downloads @ TechCenter: www.4d-technologies.com/techcenter

___
MapInfo-L mailing list
MapInfo-L@lists.directionsmag.com
http://www.directionsmag.com/mailman/listinfo/mapinfo-l