List of Contributions

Mr. Ryan Cook

Contact Details

My Content

1 to 20 of 45 total
Posted By Ryan Cook 07-04-2024 10:46
Found In Egroup: MapInfo Pro
\ view thread
Ah ignore me, my first attempt didn't work but I had my x and y mixed up like an idiot. FTR (although I'm sure everyone knows): Ensure START has X and Y coordinate fields, then Add Column START (EndX) From END set to Centroidx(obj) where EndID = ID Add Column START (EndY) From END set to Centroidy(obj) ...
Posted By Ryan Cook 07-04-2024 09:59
Found In Egroup: MapInfo Pro
\ view thread
Hello! I have a table of points called "START" with the following fields: ID, EndID, Dist I have a second table of points called END with the following fields: ID I would like to update Table START, populating the field Dist with the distance between the Start object, and the object in table END as ...
Posted By Ryan Cook 07-02-2024 10:15
Found In Egroup: MapInfo Pro
\ view thread
It's not necessarily "accuracy" I'm after; just consistency. If I'm running a spatial query using objects in a table in order to detect and correct problems for a future operation that uses object variables, it's rather unfortunate that there is no consistency between the two. I have just tested it. ...
Posted By Ryan Cook 07-02-2024 05:59
Found In Egroup: MapInfo Pro
\ view thread
Hmm. Thanks for the info on "bounds", its certainly something I will look into. But in reality I'm just trying to perform simple spatial tasks using a region stored in an object variable. I'm disheartened to learn that if the source table of my object is in a different projection, I will first have to ...
Posted By Ryan Cook 07-02-2024 05:02
Found In Egroup: MapInfo Pro
\ view thread
Thanks Uffe. The inspiration for this question arose from using a spatial query to update a point table with the number of regions a point was within. Add Column _tPoints (Num_Regs Integer) From tRegions set to count(*) where contains A number of points in tPoints sit upon the boundary of the regions, ...
Posted By Ryan Cook 07-01-2024 12:40
Found In Egroup: MapInfo Pro
\ view thread
This may sound like a really stupid question but... what projection is an object variable stored in? Example: Dim oRegion as Object Fetch First from tRegions oRegion = tRegions.obj Select * From tPoints where obj within oRegion In my example, table tRegions is in British National Grid projection. ...
Posted By Ryan Cook 06-06-2024 07:05
Found In Egroup: MapInfo Pro
\ view thread
Thanks Peter ------------------------------ Ryan Cook ORH LTD ------------------------------
Posted By Ryan Cook 06-04-2024 06:47
Found In Egroup: MapInfo Pro
\ view thread
UPDATE: I think it might have something to do with a recent server update which has changed the network mapping. Is there a way of modifying the initial directories for file dialogs in one go, or will we be forced to modify the paths one by one? ------------------------------ Ryan Cook ORH LTD --- ...
Posted By Ryan Cook 06-04-2024 05:16
Found In Egroup: MapInfo Pro
\ view thread
Hi, I have recently been experiencing a very long delay between choosing "Open Table" and the dialog window appearing. I get a blue wheel, with (not responding) in the header, and a freeze which last for 20-30 seconds. Note, this is not a delay in opening tables which, once the dialog appears and I ...
Posted By Ryan Cook 04-03-2024 04:39
Found In Egroup: MapInfo Pro
\ view thread
Stefan, Thanks for the suggestion; I will have to explore alternative applications. R ------------------------------ Ryan Cook ORH LTD ------------------------------
Posted By Ryan Cook 04-03-2024 04:33
Found In Egroup: MapInfo Pro
\ view thread
Martin, Yes, that sounds like something that would cause considerable slowdown. I will be sure to check the structure next time I pull something in from OS. Ryan ------------------------------ Ryan Cook ORH LTD ------------------------------
Posted By Ryan Cook 03-28-2024 05:52
Found In Egroup: MapInfo Pro
\ view thread
Yeah, unfortunately we don't have MapInfo or any applications beyond MSOffice on our local machines. But I still don't understand how a connection would make a difference when we aren't really sending data back-and-forth between local and server - we are just running something on the server that we have ...
Posted By Ryan Cook 03-26-2024 11:15
Found In Egroup: MapInfo Pro
\ view thread
Hi, Our setup is a central server loaded with our applications that our office of 30 remote connect to. We probably have about 10 MapInfo users. The problem we are experiencing is a rather significant difference in performance with MapInfo from one user to another. As an example, when I run my MapBasic ...
Posted By Ryan Cook 03-26-2024 10:54
Found In Egroup: MapInfo Pro
\ view thread
Hi John, hmm - not familiar with that method. Will have a rummage about! Thanks. ------------------------------ Ryan Cook ORH LTD ------------------------------
Posted By Ryan Cook 03-26-2024 10:52
Found In Egroup: MapInfo Pro
\ view thread
Hi Peter, it's via a premium licence aye. ------------------------------ Ryan Cook ORH LTD ------------------------------
Posted By Ryan Cook 03-14-2024 06:33
Found In Egroup: MapInfo Pro
\ view thread
Hi, We've recently got access to the osdatahub premium packages where you can download data in gpkg format. Our trouble is, the data is just so large we can't seem to work with it efficiently. Even when we choose a small area of interest, rather than the whole of GB (which is really what we need), ...
Posted By Ryan Cook 01-11-2024 05:04
Found In Egroup: MapInfo Pro
\ view thread
Yeah, I used UT because that was the instructions in the support documentation for OS MasterMap. I did actually try the method you describe above but I get nothing the unizipped GMLs but got the error message: "Unable to access file". So frustrating to be paying a provider who sends us data ...
Posted By Ryan Cook 01-10-2024 07:44
Found In Egroup: MapInfo Pro
\ view thread
I don't get it. I have been sent data from Ordinance Survey which comes as a bunch of gml.gz files for whatever reason. The documentation says to import it into MapInfo using Universal Translator, but I don't have the format they specify. So I click on "Add Format" and it takes me to a seizure-inducing ...
Posted By Ryan Cook 08-18-2023 06:21
Found In Egroup: MapInfo Pro
\ view thread
My program automates a grid thematic and I am experiencing two issues: 1) The error: "Metadata operations cannot be performed on this table" interrupts the program when it performs the Create Grid statement. Oddly, the grid is still created (it exists as a table that I can find and add to the map window). ...
Posted By Ryan Cook 08-16-2023 09:17
Found In Egroup: MapInfo Pro
\ view thread
Brilliant Peter, I suspected there was a logical way to think about the problem, I just couldn't find the angle. Hardcoding an alias via a select Query is perfect. Thanks again Peter! Ryan ------------------------------ Ryan Cook ORH LTD ------------------------------