MI-L Thematic Grid Map and Projections

2004-02-17 Thread a . zucchi
When I'm trying to produce a thematic grid map, and I'm working on a cartesian coordinates map, it seems that MI7.0 necessarily turns the coordinates to Lat/Lon, while I need to show the interpolated data in the same projection. Probably it is a simple problem for you old wolves, but anyway...

Re: MI-L convert polygon to points

2004-02-17 Thread Uffe Kousgaard
I have just uploaded a tool to generate random points within polygons. Find it at www.routeware.dk/download/randompoints.zip If you have mapbasic, you can easily adjust it for your own needs. If you don't, you will have to make your data match my sample data with regards to table name, column

Re: MI-L plotting points as contours on map..

2004-02-17 Thread Norm Shea
I have been using a third party add-on product, Vertical Mapper, by Northwood Geoscience (www.northwoodgeo.com) to plot 3-D data. I'm running an older version of MapInfo (5.5) and I've heard something about Vertical Mapper being sold. Hope that can get you started. Norm

Re: MI-L plotting points as contours on map..

2004-02-17 Thread Greg Phillips
I am using Vertical Mapper v3.0 to do the same job - it was sold on by Northwood (or by their owners - Marconi?) to MapInfo and is now available direct from MapInfo Corp. Check the web site. Regards Greg Phillips ~~ Greg Phillips BA PGDip MIFA Environment GIS

Re: MI-L convert polygon to points

2004-02-17 Thread Norm Shea
Ross and Jessie, Not sure if this will do exactly what you're talking about but I had to take a pond outline, convert it to points and give those points a value of zero to be the top of the water. I used a tool from the archives: http://www.directionsmag.com/mapinfo-l/IndexFiles.htm called

MI-L radom points within region

2004-02-17 Thread Jacques Paris
I would like to hear comments about the real nature of point patterns that are generated with the procedure that Uffe Kousgaard offers us in its Make_randompoints application. The x,y are created with the RND() function to fit in the MBR of the region that points outside the polygons are dropped.

Re: MI-L plotting points as contours on map..

2004-02-17 Thread Jonathan Gledhill
Is there any products that are free or available as trials that can plot contours from points? I had tried GridContour previously but the trial on the website is out of date and is always expired now Thanks Jonathan Greg Phillips [EMAIL PROTECTED] 17/02/2004 12:44:39 I am using Vertical

RE: MI-L convert polygon to points

2004-02-17 Thread Warren Vick, Europa Technologies Ltd.
Hi Uffe, Mapbasic is missing a simple Point-in-Polygon check function, so the code is a lot more complex than it ought to be. What's wrong with: if LondonPointObj within EnglandRegionObj then print London is in England end if The spatial predicates can be used in expressions, not just SQL

Re: MI-L convert polygon to points

2004-02-17 Thread Uffe Kousgaard
Yes, Jacques Paris has just told me. Then I have also learned something today :-) I shall update the code to reflect this later today. Regards Uffe Warren Vick, Europa Technologies Ltd. wrote: Hi Uffe, Mapbasic is missing a simple Point-in-Polygon check function, so the code is a lot more

RE: MI-L radom points within region

2004-02-17 Thread Warren Vick, Europa Technologies Ltd.
Hi Jacques, If a distribution is truly (mathematically) random, then a sub-set (spatial or otherwise) will also be random. Of course with computers we're normally dealing with pseudo-random numbers and so careful thought has to be given to suitability of this method. For cosmetic purposes, I

MI-L Radius Select

2004-02-17 Thread Robert T. Wright
Selecting points that are within a given distance of a known point is a relatively straight forward procedure using the Distance function. But it requires the manual entry of the x,y coordinates of center point and you have to be working with one table. What I would like to do is select all

RE: MI-L Data for Canada

2004-02-17 Thread Landmark Geographic Solutions
Hey Jacques, I check the site this morning and it is up and running. Here is another site to take a look at too! http://geogratis.cgdi.gc.ca/ LGS -Original Message- From: Jacques Paris [mailto:[EMAIL PROTECTED] Sent: Tuesday, February 17, 2004 9:23 AM To: Landmark Geographic Solutions

Re: MI-L plotting points as contours on map..

2004-02-17 Thread P. Srinivasan
For 3 points any contour map add-on is fine, as the contours are straight lines representing a planar surface (unless you've other surface constraints). For several points and if you are interested in using advanced gridding/contouring features, there is Surfer -- a contouring program popular

Re: MI-L plotting points as contours on map..

2004-02-17 Thread Jaromir Svasta
Another alternative is to use contouring engine of Grid Analyser (free trial available at www.terris.sk). I tested both Grid Analyser and Vertical Mapper upon the same data and found out that both produce similar outputs, besides that Vertical Mapper lacks in flat areas, where the results were

Re: MI-L plotting points as contours on map..

2004-02-17 Thread Stefan Majtan
Another cheaper alternative is to use Grid Analyser. The TRIAL version is available for download from http://www.terris.sk. It includes spline, IDW and from version 4.0 TIN interpolation as well. The contouring subroutine is using CONREC algorithm - one of the most accurate contouring method.

MI-L Selecting multiple points in a polygon

2004-02-17 Thread Landmark Geographic Solutions
Hey Listers, Is there a way I can search a polygon and points table to find where multiple points fall in a polygon? Will post summary! Thanks LGS - List hosting provided by Directions Magazine | www.directionsmag.com | To

MI-L Install of Version 7.5 and workspace packager - problems

2004-02-17 Thread laure . dessemontet
I have just installed version 7.5 in english on my computer in order to get the workspace packager tool. It seems it wasn't such a good idea. Problem 1: All layouts in any of my workspaces now come with blank frames. I have to re-select all maps and legends. First time such a thing happens

MI-L Ang. MI-L Install of Version 7.5 and workspace packager - problems

2004-02-17 Thread Mats Elfström
Hi Laure! You say you installed MI in english. Does this indicate that you were using a localized version before? Possibly french or german? If so, I am pretty sure this is the source of the problem. Your old workspace will probably ask the layout to use a map frame by the default name of

MI-L Win XP MapInfo 7.5 - Teething Problems

2004-02-17 Thread Graham Herridge
Hi List, I have recently upgraded to from Mapinfo 7.0 to version 7.5 as well as changing from Win NT to XP. However, this has caused me a couple of teething problems 1) When creating a layout based upon a seamless raster background map, I either lose several of the

MI-L Universal Translator

2004-02-17 Thread Mick
Hi, I've managed to get the universal translator command line version working, thanks to this forums help. One problem I've got is there is a tab file created for each layer in the DWG file. Is there any way to have the UT create just one file from the DWG file. If not is there any way to have

MI-L Saveing multiple boundries into separate tab files

2004-02-17 Thread Philip . Lesnik
Group, I have to take a mapable table that consists of about 125 Trade Area boundries, from one table. I need to save all 125 into their own separate tab file. Is there a way I can batch this process -- Philip Lesnik Associate Analyst,

MI-L Getting the number of .Tab files in a directory

2004-02-17 Thread Mick
Hi, is it possible to get the number of .tab files in a directory and then loop through them to get their names? Thanks Mick

Re: MI-L Getting the number of .Tab files in a directory

2004-02-17 Thread Dewen Hou
You can use a DOS command Dir/b/x *.tab Name.txt, then register and open the text file Name.txt. Mick [EMAIL PROTECTED] on 02/17/2004 12:09:47 PM To: [EMAIL PROTECTED] cc: Subject: MI-L Getting the number of .Tab files in a directory Hi, is it possible to get the number of .tab files in

RE: MI-L Getting the number of .Tab files in a directory

2004-02-17 Thread Landmark Geographic Solutions
Hey Mick, I use Ultraedit, I just run the advanced dos command feature and it will output the directory listing command into a new text file where you can then use it to write scripts etc... or in the MSDOS command prompt navigate to the directory you want and type dir /s *.tab table

MI-L list of files in directory

2004-02-17 Thread Jacques Paris
There is an example of how to use various Kernel DLL calls to list files in a set directory. With some adaptations, you can use it for your own purpose. It is located at www.paris-pc-gis.com/mb_r/dll/dll_start.htm in the examplse of the Kerrnel Library section Jacques Paris e-mail [EMAIL

Re: MI-L Getting the number of .Tab files in a directory

2004-02-17 Thread Mick
Hi, thanks for the answers I've been getting. What I want to do is do this using code if possible. Thanks again Mick - Original Message - From: Dewen Hou To: [EMAIL PROTECTED] Sent: Tuesday, February 17, 2004 6:55 PM Subject: Re: MI-L Getting the number of .Tab files in a

Re: MI-L Getting the number of .Tab files in a directory

2004-02-17 Thread Bill Thoen
Mick wrote: Hi, thanks for the answers I've been getting. What I want to do is do this using code if possible. To get directory listing using MapBasic you'll want to get copies of FindFirstFile() and FindNextFile(), which can be downloaded from

MI-L Metadata creation

2004-02-17 Thread Brian_VanDruten
Hello list, I brought this up a while back and metadata creation has appeared again. What are the other user (especially US government users) on this list doing for metadata while using MI Pro since government employees are required to keep metadata? I have tried MetaMap's trial but it

RE: MI-L Metadata creation

2004-02-17 Thread Will Mitchell
Well it's not exactly friendly to use but you can do this stuff with TOOLSTABLE MANAGER. Alternately you can modify a copy of an existing html FGDC metadata file manually... And this page leads to free tools etc : http://geology.usgs.gov/tools/metadata/ Will Mitchell Mitchell Geographics, Inc.

MI-L Pline to Region utility

2004-02-17 Thread ross . wootton
Does anyone know of a utility to allow one to convert polylines (ie roads) into polygons (a la the US Census B. creating census block by combining road, rivers, etc)? My goal is to create a clean, seamless polygonal coverage of a given area. Thanks, Ross W The information contained in

MI-L Veritical Mapper question

2004-02-17 Thread Keller, Todd
Hello, I have a technical question about Vertical Mapper. I've created several grids using the region-to-grid tool. There is a white box around all of the grids. The box seems to be similar to a minimum bounding rectangle. I need to get rid of these white boxes so I can show 2 or more adjacent

Re: MI-L Metadata creation

2004-02-17 Thread Bill Thoen
Check out the Tools section under Metadata at http://www.fgdc.gov. The one called tkme (http://badger.state.wi.us/agencies/wlib/sco/metatool/tkme.htm) works pretty well and it's free, runs on Windows and Linux, includes source code and was designed by a USGS developer for US Govt metadata. Going

Re: MI-L Pline to Region utility

2004-02-17 Thread Uffe Kousgaard
From: [EMAIL PROTECTED] Does anyone know of a utility to allow one to convert polylines (ie roads) into polygons (a la the US Census B. creating census block by combining road, rivers, etc)? www.map-logix.com do this. Kind regards Uffe Kousgaard www.routeware.dk

MI-L Text to attribute

2004-02-17 Thread Upinder Mutti
Hi All I've imported a whole bunch of points from a dxf file to Mi. The points have an R.L (reduced level) value that imported from the dxf to Mi as text(in the same table). Is there anyway to put those R.L values into an attribute table for the associated points other than manually inputting

Re: MI-L Radius Select (Solution via commercial product - Data Assistant)

2004-02-17 Thread Data Directions
Hi, You should download an evaluation copy of our MapInfo add-on, called Data Assistant. Data Assistant is a validation, querying and update utilty for MapInfo, utilising dialog boxes and pulldown menu items. In your instance (after DA installation), manually select a point from one table. Then

Re: MI-L Radius Select (Solution via commercial product - Data Assistant)

2004-02-17 Thread Robert T. Wright
If anyone is going to try the approach described below, I apologize for a faulty memory...do not GROUP BY point, ORDER BY point...grouping gives you all the points, but only a single record from Table B, not what we needed. Bob - Original Message - From: Robert T. Wright [EMAIL

MI-L Run Program command under XP

2004-02-17 Thread Doyle, Peter W
Greetings list, I am having trouble using the Run Program command in mapbasic under windows XP When I run the following batch file (Junk.bat) from the windows XP command prompt, I get the required result (eg: a listing of all tab files in a directory) Contents of Junk.bat dir

RE: MI-L convert polygon to points

2004-02-17 Thread Jessie O. Floren
Thanks Uffe. The code simply fits what I need. - List hosting provided by Directions Magazine | www.directionsmag.com | To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] Message number:

RE: MI-L Run Program command under XP

2004-02-17 Thread Doyle, Peter W
Thanks to Martin Higham, For those interested, the answer to my problem was to use cmd.exe /c instead of command.com /c Regards Peter Doyle Geographical Analysis Data Coverage Delivery Telstra, Mobile Network Services ph: 07 38871128 fax: 07 32364383 Level 4 171 Roma Street Brisbane 4000

MI-L Off topic - CONNX ODBC Drivers

2004-02-17 Thread Doug Pease
This is an off topic enquiry to see if any body uses CONNX VAX / Alpha Client Server software. We do have a license for the software but we have lost the diskettes and Solutions IQ, the suppliers, can no longer supply the original software as its about 7 years old. We use this software to

Re: MI-L Veritical Mapper question

2004-02-17 Thread Jaromir Svasta
If I understood clearly, the white box are grid cells with null (no data) values. You can get rid of them by setting the white color to be transparent, via TableRasterAdjust Image Styles... Regards, Jaromir SVASTA On Tue, 17 Feb 2004 15:53:12 -0500, Keller, Todd [EMAIL PROTECTED] wrote:

RE: MI-L Install of Version 7.5 and workspace packager - problems

2004-02-17 Thread Peter Horsbøll Møller
Regarding the WorkspacePackager I had the similar problems with the Danish version of MapInfo. The problem was fixed by MapInfo Support Europe, so I'm not actually sure what was wrong. My first impression was that something had went wrong in the translation, but appearently it's also in the

RE: MI-L Pline to Region utility

2004-02-17 Thread Peter Horsbøll Møller
And if the lines create closed areas even MapInfo Pro as a standard can do this using the Enclose function that is placed in the Objects menu just below the Convex Hull. Peter Horsbøll Møller GIS Developer Geographical Information IT COWI A/S Odensevej 95 DK-5260 Odense S Denmark Tel +45