Changes between Version 10 and Version 11 of PerlMapScriptExamples35


Ignore:
Timestamp:
Jan 29, 2009, 6:50:37 AM (15 years ago)
Author:
jmckenna
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • PerlMapScriptExamples35

    v10 v11  
    3333    Given the name of an existing palm database and the name of an existing point shapefile this routine will append the points in the pdb to the shapefile. ** Given just the name of an existing shapefile the routine will attempt to use pilot-xfer to download the pdb file and append the points to the shapefile. ** Given just the name of an existing pdb file this routine will create a new shapefile of the points in the pdb file. ** Given neither name this routine will attempt to use pilot-xfer to download the pdb file and create a new point shapefile from it.
    3434
    35 tcheck.pl submitted by Lowell.Filak <lfilak@medinaco.org> (verified to run under 3.5 & 3.6.1)
     35  * [wiki:PerlMapScriptExamples35ex9 tcheck.pl] submitted by Lowell.Filak <lfilak@medinaco.org> (verified to run under 3.5 & 3.6.1)
    3636
    3737    Given the name of an existing point shapefile, the name of an existing line shapefile, a radius distance, a field name in the point shapefile, a filed name in the line shapefile, & optionally an accuracy field name in the point shapefile this routine will search within a circular buffer of each point (of specified radius + optional accuracy) for a line with a matching field value and then assign the point a 0 error for a single match. Otherwise the point will be assigned an error of 1 for no matches & x for a number of matches > 1 where x is the number of matches.