What is a good GeoTiff Viewer? [closed] - viewer

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Questions asking us to recommend or find a tool, library or favorite off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it.
Closed 9 years ago.
Improve this question
I'm working with GeoTiff related files and would like to know what's a good viewer to see the outcome of my work? It needs to work on a Windows machine.
Thanks.

ERViewer from ERMapper was good, you need to register now to get it from ERDAS:
https://download.hexagongeospatial.com/downloads/imagine/erdas-er-viewer-2014-v14-01
Irfanview can also open GeoTIFF, but won't be as efficient for very large files.
OpenEV in the GDAL suite will also display GeoTIFF: http://openev.sourceforge.net/ - GDAL is very helpful in general for GeoTIFF.
Manifold 9.0 is also very good, there's a free viewer for use on Windows. http://www.manifold.net/viewer.shtml

You can also use uDig for viewing GeoTiff (and other GIS-data): http://udig.refractions.net/
uDig - User-friendly Desktop Internet GIS: A GIS Framework for Eclipse
uDig is an open source (LGPL) desktop application framework, built with Eclipse Rich Client (RCP) technology.
uDig can be used as a stand-alone application.
uDig can be extended with RCP “plug-ins”.
uDig can be used as a plug-in in an existing RCP application.

Related

Are there any tools to perform a security analysis against .net desktop assemblies and excutables? [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Questions asking us to recommend or find a tool, library or favorite off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it.
Closed 8 years ago.
Improve this question
Are there any tools to perform a security analysis against .net desktop assemblies and excutables? I used FXCOP and Gendarme but i think they are not sufficient.
There are a whole bunch of tools that could be used for security scanning your application. These include:
HP Fortify
Microsoft CAT .NET
VeraCode Code Security
Resharper & Resharper CLI
Coverity Security Analyzer
CAT .NET and Veracode act directly on the binaries. the others parse the code as far as I can tell.
Here's an introductory short movie about CAT .NET. To run it from the commandline, you can call the executable from:
C:\Program Files (x86)\Microsoft\CAT.NET
The syntax is as follows:
catnetcmd.exe /file:wildcardexpression /search:pathtodependencies
Note that CAT .NET features a limited set of rules It should be used in conjuction with CodeAnalysis (FxCop) and though it will find additional issues it is by far not as complete as some of the other tools in the list.

Best cross browser compatibility tool for Linux machine? [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Questions asking us to recommend or find a tool, library or favorite off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it.
Closed 9 years ago.
Improve this question
I need a best browser compatibility checking tool for my linux machine ( dont want online checking tool) .
Wanted a tool which should be run in my local. Is there any tool ? If yes please recommend.
Regards,
ArunRaj.
I also tried to solve this issue a few weeks ago. After some hours of research i came to the conclusion that sand-boxing or building virtual-machines would be the best solution for me.
I can also recommend ievms script to install virtual machines for running IE6 up to IE10 with a single command:
Automated installation of the Microsoft IE App Compat virtual machines
The Images are provided by Microsoft itself:
Internet Explorer Application Compatibility VPC Image
For realistic testing, think about using virtual machines and virtual environments like Vmware Player or VirtualBox (https://www.virtualbox.org/). You can install different operating systems and different browsers to see what your page looks like.

WC3 Webite logging format [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Questions asking us to recommend or find a tool, library or favorite off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it.
Closed 8 years ago.
Improve this question
I have an IIS webserver that is crashing occasionally. It always works just fine after restarting the AppPool. I have logging configured for the website in a standard W3C format. Looking through the logs for useful information is like sifting through vomit for a tasty treat. Are there any good tools out there for making these logs more readable? User Friendly? Useful?
Check out Smarter Stats from http://www.smartertools.com/smarterstats/web-analytics-seo-software.aspx
The free edition is really nice.
Nihuo web log analyzer is very simple, easy to configure and very good in analyzing iis and apache access log files. The reports generated by this tool are also very good.

Nodejs penetration testing [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Questions asking us to recommend or find a tool, library or favorite off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it.
Closed 8 years ago.
Improve this question
Are there any pen-testing agencies that tests nodejs applications? And are there any good tools with wich you can do it yourself?
Regardless of what platform you choose a lot of the same vulnerabilities are found. I recommend the open source project skipfish or a service like Sitewatch. Skipfish doesn't have a JavaScript interpreter, so if you use client side js heavily then you should go with the open source Grendel-Scan.
Zaproxy, is a great tool for web application pentest http://sourceforge.net/projects/zaproxy/files/
A bit late in the day, however www.ZeroDayLab.com specialise in app security scans like this.

How to build BlackBerry application on Linux? [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Questions asking us to recommend or find a tool, library or favorite off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it.
Closed 9 years ago.
Improve this question
I've read on some development blogs that it is nearly to impossible to build BlackBerry application properly on operating systems other than Windows. Any possible workarounds on veryfication, rapc usage etc may result in serious and hidden bugs.
There is a nice blog about BB development under Linux:
www.slashdev.ca:
BlackBerry Development Using Linux
BlackBerry Simulator in Linux – Sort of
Simulator in Linux – Slightly More Reliable
MDS Simulator… in Linux
Using sigtool in Linux
And build it all: BlackBerry Development with Ant & Eclipse

Resources