Lizard Labs
Lizard Labs is the home of award-winning software for Microsoft Windows operating systems. Log Parser Lizard is a GUI for Microsoft Logparser and uses a SQL-like query language to work with data in many formats. Ultimate Maps Downloader can download both satellite imagery and topographic maps from Google, Yahoo, Microsoft Bing, OpenStreet and ArcGIS.
Please help us improve our software to better meet your needs.
5 results found
-
Stop it running out of memory when plenty of RAM free
Stop it running out of memory when plenty of RAM free
1 voteLPL tries to store all the data in the memory before displaying it bit also LPL runs in 32 bit mode (even on 64 bit systems) so it has limited available memory.
But the common use case for LPL is not to store entire logs in memory and display the log lines. Browsing trough thousands of files is not very practical. You can narrow your output using WHERE and/or GROUP BY and browse this small dataset. The queries are also much faster when the output is smaller. For instance, try to see if LPL works by writing some query like:
SELECT TOP 1000 * FROM ‘c:\log\*.log’
This will limit the output to 1000 records and start from there.
or
SELECT Count() FROM ’c:\log\.log’
This will go trough all files (the size is not important) and will count the lines.
I hope this was helpful, and you will find …
-
Fix Here / Yahoo provider links
When using Here map or any other of the Yahoo map provider, no data is shown. Server return a 503 error.
1 voteWe are sorry but these services are not supported anymore in newer versions and the problem won’t be fixed in near future.
-
The demo works on Mac OS under wine. Unfortunately the licensing does not.
I have purchased a license unfortunately I cannot currently use it, please make the license work under wine.
4 votes -
-iSeparator entry not availalbe in Query Properties
I missed the -iSeparator entry in the Query Properties for the CSV format query.
0 votesUnfortunately MS Logparser CSV input format does not support -iSeparator parameter :( Therefore we can’t implement it in Log Parser Lizard. This parameter can be set only in TSV Input Format.
-
add geoportail.fr to ultimate map downloader
geoportail has great maps for france, whould be a great addition to your app.
1 voteWe will not implement add geopartial.fr in the near future.
- Don't see your idea?