| Sponsored Links | ||||||||||||||
|
| ||||||||||||||
|
Collapse All
|
||||||||||||||
| Software Name | Software Type | Category | Price | |||||||||||
| 1 | GEO Spider 2.8 |
windows | Network Tools->Traceroute Whois Tools | $30 |
View Detail
|
|||||||||
GEO Spider helps you to trace, identify and monitor your network activity on world map. You can trace any website or IP address on your map. GEO Spider was built on .NET technology giving a fast and reliable approach to detecting hostnames, IP addresses, domain names. While many IP lookup tools only provide network provider locations, GEO Spider uses unique IP location engine to provide a much higher level of accuracy by identifying the actual physical city and country location of servers and routers. GEO Spider can analyze and trace all network applications on the fly, including HTTP/HTTPS, FTP and SMTP. With GEO Spider you can - Check the domain names - Detect fraudulent sites - Detect network problems - Lookup WhoIs information about the site and IP address Here are some key features of "GEO Spider": · GEO Spider Spy Engine · Make screenshot feature list · Lookup IP on map · Lookup website on map · Adjustable Map · Map on your Desktop · Customizable Zoom · Skinnable interface · User friendly interface |
||||||||||||||
| 2 | GEO Spider 2.8 |
windows | Network Internet->Other | $30.00 |
View Detail
|
|||||||||
|
||||||||||||||
| 3 | GEO Spider 2.5 |
windows | Network Internet->Network Information Tools | $30 |
View Detail
|
|||||||||
Now you can trace your network activity on world map. GEO Spider helps you to trace, identify and monitor your network activity on world map. You can trace any website or IP address on your map. Built on .NET technology GEO Spider uses fast and reliable approach in detecting hostnames, IP addresses, domain names. While many IP lookup tools only provide network provider locations, GEO Spider uses unique IP location engine to provide a much higher level of accuracy by identifying the actual physical city and country location of servers and routers. GEO Spider can analyze and trace all network applications on the fly, including HTTP/HTTPS, FTP and SMTP. With GEO Spider you can * Check the domain names * Detect fraudulent sites * Detect network problems * Lookup WhoIs information about the site and IP address GEO Spider main features * GEO Spider Spy Engine * Make screenshot feature list * Lookup IP on map * Lookup website on map * Adjustable Map * Map on your Desktop * Customizable Zoom * Skinnable interface * User friendly interface |
||||||||||||||
| 4 | GEO Spider 2.9 |
windows | Network Internet->Web Searching Tools | $30 |
View Detail
|
|||||||||
Now you can trace your network activity on world map. GEO Spider helps you to trace, identify and monitor your network activity on world map. You can trace any website or IP address on your map. Built on .NET technology GEO Spider uses fast and reliable approach in detecting hostnames, IP addresses, domain names. While many IP lookup tools only provide network provider locations, GEO Spider uses unique IP location engine to provide a much higher level of accuracy by identifying the actual physical city and country location of servers and routers. GEO Spider can analyze and trace all network applications on the fly, including HTTP/HTTPS, FTP and SMTP. With GEO Spider you can * Check the domain names * Detect fraudulent sites * Detect network problems * Lookup WhoIs information about the site and IP address GEO Spider main features * GEO Spider Spy Engine * Make screenshot feature list * Lookup IP on map * Lookup website on map * Adjustable Map * Map on your Desktop * Customizable Zoom * Skinnable interface * User friendly interface |
||||||||||||||
| 5 | Geo 0.7 |
windows | System->Browser Tweak | Free |
View Detail
|
|||||||||
Firefox extension that will allow you to open sites for those pages that are marked with ICBM geo.position META tags Geo is an extension that will allow you to open useful sites the pages you encounter and are marked with ICBM or geo.position META tags. Includes integration for: Google Maps, Yahoo! Maps, Microsoft Live Local, Multimap, Flickr, Wikimapia, OpenStreetMap, GeoURL. Requirements: · Firefox: 1.5 2.0.0.* |
||||||||||||||
| 6 | Geo-Contacts |
script | PHP | Free |
View Detail
|
|||||||||
|
||||||||||||||
| 7 | Geo Redirect |
script | PHP | Free |
View Detail
|
|||||||||
|
||||||||||||||
| 8 | Geo-Ads PHP |
script | PHP | Free |
View Detail
|
|||||||||
|
||||||||||||||
| 9 | Geo::Gpx 0.15 |
linux | Programming->Libraries | Free |
View Detail
|
|||||||||
Geo::Gpx is a Perl module to create and parse GPX files. SYNOPSIS # Version 0.10 compatibility use Geo::Gpx; my $gpx = Geo::Gpx->new( @waypoints ); my $xml = $gpx->xml; # New API, generate GPX my $gpx = Geo::Gpx->new(); $gpx->waypoints(@wpt); my $xml = $gpx->xml(1.0); # Parse GPX my $gpx = Geo::Gpx->new( xml => $xml ); my $waypoints = $gpx->waypoints(); my $tracks = $gpx->tracks(); # Parse GPX from open file my $gpx = Geo::Gpx->new( input => $fh ); my $waypoints = $gpx->waypoints(); my $tracks = $gpx->tracks(); The original goal of this module was to produce GPX/XML files which were parseable by both GPX Spinner and EasyGPS. As of version 0.13 it has been extended to support general parsing and generation of GPX data. GPX 1.0 and 1.1 are supported. |
||||||||||||||
| 10 | GEO 0.1.7 |
linux | Programming->Libraries | Free |
View Detail
|
|||||||||
GEO project is a C++ geometric template class library. Use this library for your graphical, image processing, or scientific applications. GEO has rich set of operations with vectors and matrices, 2D and 3D objects (such as finding convex hull, bounding box), triangulation, tesselation, etc. |
||||||||||||||
| 11 | Geo::Shapelib 0.20 |
linux | Programming->Libraries | Free |
View Detail
|
|||||||||
Geo::Shapelib is a Perl extension for reading and writing shapefiles as defined by ESRI. SYNOPSIS use Geo::Shapelib qw/:all/; or use Geo::Shapelib qw/:all/; my $shapefile = new Geo::Shapelib { Name => stations, Shapetype => POINT, FieldNames => [Name,Code,Founded]; FieldTypes => [String:50,String:10,Integer:8]; }; while ( ) { chomp; my($station,$code,$founded,$x,$y) = split /|/; push @{$shapefile->{Shapes}},{ Vertices => [[$x,$y,0,0]] }; push @{$shapefile->{ShapeRecords}}, [$station,$code,$founded]; } $shapefile->save(); This is a library for reading, creating, and writing shapefiles as defined by ESRI(r) using Perl. The Perl code uses Frank Warmerdams Shapefile C Library (http://shapelib.maptools.org/). The library is included in this distribution. |
||||||||||||||
| 12 | Geo::ECEF 0.08 |
linux | Programming->Libraries | Free |
View Detail
|
|||||||||
Geo::ECEF is a Perl module that converts between ECEF (earth centered earth fixed) coordinates and latitude, longitude and height above ellipsoid. SYNOPSIS use Geo::ECEF; my $obj=Geo::ECEF->new(); #WGS84 is the default my ($x, $y, $z)=$obj->ecef(39.197807, -77.108574, 55); #Lat (deg), Lon (deg), HAE (meters) print "X: $xtY: $ytZ: $zn"; my ($lat, $lon, $hae)=$obj->geodetic($x, $y, $z); #X (meters), Y (meters), Z (meters) print "Lat: $lat tLon: $lon tHAE $haen"; Geo::ECEF provides two methods ecef and geodetic. The ecef method calculates the X,Y and Z coordinates in the ECEF (earth centered earth fixed) coordinate system from latitude, longitude and height above the ellipsoid. The geodetic method calculates the latitude, longitude and height above ellipsoid from ECEF coordinates. The formulas were found at http://www.u-blox.ch/ and http://waas.stanford.edu/~wwu/maast/maastWWW1_0.zip. This code is an object Perl rewrite of a similar package by Morten Sickel, Norwegian Radiation Protection Authority |
||||||||||||||
| 13 | Toxic Spider Screensaver |
windows | Home Shell Desktop->People Screen Savers | Free |
View Detail
|
|||||||||
A creepy spider will be exploring your screen, getting a new color every time the screensaver opens! This wandering spider has evolved into something terrible. In a strange reversal of the spiderman myth, a spider was bitten by a dangerous toxic man, giving it mysterious toxic abilties - to change into a random color! |
||||||||||||||
| 14 | Geo-Calc 2.0 |
mac | Education->Math Science | $14 |
View Detail
|
|||||||||
Geo-Calc works out all the measurements (area, perimeter, sides, angles, etc.) of common geometric shapes. A scaled drawing of each calculated shape is shown with a graph paper background in one drawer, while another shows a history of your previous calculations. A definition of each shape and the different ways to perform the calculations is also provided. Geo-Calcs shapes include an ellipse, rectangle, triangle, trapezium, parallelogram, polygon, prism, cylinder, cone, pyramid and sphere. Whats New in This Release: · Universal Binary · Tape drawer listing previous calculations · Graphics drawer containing a scaled rendering. |
||||||||||||||
| 15 | Geo::StreetAddress::US 0.99 |
linux | Programming->Libraries | Free |
View Detail
|
|||||||||
Geo::StreetAddress::US is a Perl extension for parsing US street addresses. SYNOPSIS use Geo::StreetAddress::US; my $hashref = Geo::StreetAddress::US->parse_location( "1005 Gravenstein Hwy N, Sebastopol CA 95472" ); my $hashref = Geo::StreetAddress::US->parse_location( "Hollywood & Vine, Los Angeles, CA" ); my $hashref = Geo::StreetAddress::US->parse_address( "1600 Pennsylvania Ave, Washington, DC" ); my $hashref = Geo::StreetAddress::US->parse_intersection( "Mission Street at Valencia Street, San Francisco, CA" ); my $normal = Geo::StreetAddress::US->normalize_address( %spec ); # the parse_* methods call this automatically... Geo::StreetAddress::US is a regex-based street address and street intersection parser for the United States. Its basic goal is to be as forgiving as possible when parsing user-provided address strings. Geo::StreetAddress::US knows about directional prefixes and suffixes, fractional building numbers, building units, grid-based addresses (such as those used in parts of Utah), 5 and 9 digit ZIP codes, and all of the official USPS abbreviations for street types and state names. |
||||||||||||||
| 16 | RCounter Geo 2.0 |
windows | Web Development->Site Management | Free |
View Detail
|
|||||||||
|
||||||||||||||
| 17 | Geo::ShapeFile 2.51 |
linux | Programming->Libraries | Free |
View Detail
|
|||||||||
Geo::ShapeFile is a Perl extension for handling ESRI GIS Shapefiles. SYNOPSIS use Geo::ShapeFile; my $shapefile = new Geo::ShapeFile("roads"); for(1 .. $shapefile->shapes()) { my $shape = $shapefile->get_shp_record($_); # see Geo::ShapeFile::Shape docs for what to do with $shape my %db = $shapefile->get_dbf_record($_); } ABSTRACT The Geo::ShapeFile module reads ESRI ShapeFiles containing GIS mapping data, it has support for shp (shape), shx (shape index), and dbf (data base) formats. The Geo::ShapeFile module reads ESRI ShapeFiles containing GIS mapping data, it has support for shp (shape), shx (shape index), and dbf (data base) formats. METHODS new($filename_base) Creates a new shapefile object, the only argument it takes is the basename for your data (dont include the extension, the module will automatically find the extensions it supports). For example if you have data files called roads.shp, roads.shx, and roads.dbf, use new Geo::ShapeFile("roads"); to create a new object, and the module will load the data it needs from the files as it needs it. type_is($numeric_type) Returns true if the major type of this data file is the same as the type passed to type_is(). get_dbf_record($record_index) Returns the data from the dbf file associated with the specified record index (shapefile indexes start at 1). If called in a list context, returns a hash, if called in a scalar context, returns a hashref. x_min() x_max() y_min() y_max() m_min() m_max() z_min() z_max() Returns the minimum and maximum values for x, y, z, and m fields as indicated in the shp file header. upper_left_corner() upper_right_corner() lower_left_corner() lower_right_corner() Returns a Geo::ShapeFile::Point object indicating the respective corners. height() width() Returns the height and width of the area contained in the shp file. Note that this likely does not return miles, kilometers, or any other useful measure, it simply returns x_max - x_min, or y_max - y_min. Whether this data is a useful measure or not depends on your data. corners() Returns a four element array consisting of the corners of the area contained in the shp file. The corners are listed clockwise starting with the upper left. (upper_left_corner, upper_right_corner, lower_right_corner, lower_left_corner) area_contains_point($point,$x_min,$y_min,$x_max,$y_max) Utility function that returns true if the Geo::ShapeFile::Point object in point falls within the bounds of the rectangle defined by the area indicated. See bounds_contains_point() if you want to check if a point falls within the bounds of the current shp file. bounds_contains_point($point) Returns true if the specified point falls within the bounds of the current shp file. file_version() Returns the ShapeFile version number of the current shp/shx file. shape_type() Returns the shape type contained in the current shp/shx file. The ESRI spec currently allows for a file to contain only a single type of shape (null shapes are the exception, they may appear in any data file). This returns the numeric value for the type, use type() to find the text name of this value. shapes() Returns the number of shapes contained in the current shp/shx file. This is the value that allows you to iterate through all the shapes using for(1 .. $obj->shapes()) {. records() Returns the number of records contained in the current data. This is similar to shapes(), but can be used even if you dont have shp/shx files, so you can access data that is stored as dbf, but does not have shapes associated with it. shape_type_text() Returns the shape type of the current shp/shx file (see shape_type()), but as the human-readable string type, rather than an integer. get_shx_record($record_index) =item get_shx_record_header($record_index) Get the contents of an shx record or record header (for compatibility with the other get_* functions, both are provided, but in the case of shx data, they return the same information). The return value is a two element array consisting of the offset in the shp file where the indicated record begins, and the content length of that record. get_shp_record_header($record_index) Retrieve an shp record header for the specified index. Returns a two element array consisting of the record number and the content length of the record. get_shp_record($record_index) Retrieve an shp record for the specified index. Returns a Geo::ShapeFile::Shape object. shapes_in_area($x_min,$y_min,$x_max,$y_max) Returns an array of integers, consisting of the indices of the shapes that overlap with the area specified. Currently this is a very oversimplified function that actually finds shapes that have any point that falls within the specified bounding box. Currently it may miss some shapes that actually do overlap with the specified area, if there are two points outside the area that cause an edge to pass through the area, but neither of the end points of that edge actually fall within the area specified. Patches to make this function more useful would be welcome. check_in_area($x1_min,$y1_min,$x1_max,$y1_max,$x2_min,$x2_max,$y2_min,$y2_max) Returns true if the two specified areas overlap. bounds() Returns the bounds for the current shp file. (x_min, y_min, x_max, y_max) shx_handle() shp_handle() dbf_handle() Returns the file handles associated with the respective data files. type($shape_type_number) Returns the name of the type associated with the given type id number. find_bounds(@shapes) Takes an array of Geo::ShapeFile::Shape objects, and returns a hash, with keys of x_min,y_min,x_max,y_max, with the values for each of those ranges. |
||||||||||||||
| 18 | Flickr Geo Tagger 1.0 |
mac | Tools->Developer Tools | Free |
View Detail
|
|||||||||
If youre into geo tagging your photos and you love flickr, then this simple lightweight application could be for you! |
||||||||||||||
| 19 | Spider Trap |
script | PHP | Free |
View Detail
|
|||||||||
|
||||||||||||||
| 20 | Geo::Google 0.02 |
linux | Programming->Libraries | Free |
View Detail
|
|||||||||
Geo::Google is a Perl module to perform geographical queries using Google Maps. SYNOPSIS use strict; use Data::Dumper; use Geo::Google; #My office my $gonda_addr = 695 Charles E Young Dr S, Westwood, CA 90024; #Stans Donuts my $stans_addr = 10948 Weyburn Ave, Westwood, CA 90024; #Instantiate a new Geo::Google object. my $geo = Geo::Google->new(); #Create Geo::Google::Location objects. These contain #latitude/longitude coordinates, along with a few other details #about the locus. my ( $gonda ) = $geo->location( address => $gonda_addr ); my ( $stans ) = $geo->location( address => $stans_addr ); print $gonda->latitude, " / ", $gonda->longitude, "n"; print $stans->latitude, " / ", $stans->longitude, "n"; #Create a Geo::Google::Path object. my ( $donut_path ) = $geo->path($gonda,$stans); #A path contains a series of Geo::Google::Segment objects with #text labels representing turn-by-turn driving directions between #the two loci. my @segments = $donut_path->segments(); #This is the human-readable directions for the first leg of the #journey. print $segments[0]->text(),"n"; #Geo::Google::Segment objects contain a series of #Geo::Google::Location objects -- one for each time the segment #deviates from a straight line to the end of the segment. my @points = $segments[1]->points; print $points[0]->latitude, " / ", $points[0]->longitude, "n"; #Now how about some coffee nearby? my @coffee = $geo->near($stans,coffee); #Too many. How about some Coffee Bean & Tea Leaf? @coffee = grep { $_->title =~ /Coffee.*?Bean/i } @coffee; #Still too many. Lets find the closest with a little trig and #a Schwartzian transform my ( $coffee ) = map { $_->[1] } sort { $a->[0] <=> $b->[0] } map { [ sqrt( ($_->longitude - $stans->longitude)**2 + ($_->latitude - $stans->latitude)**2 ), $_ ] } @coffee; Geo::Google provides access to the map data used by the popular Google Maps web application. |
||||||||||||||
My Software
You have not saved any software. Click "Save" next to each software to save it to your software basket
