Downloads:
3,903
Downloads of v 4.40:
316
Last Update:
28 May 2022
Package Maintainer(s):
Software Author(s):
- Bob McGaughey
Tags:
fusion lidar geographic gis mapping public embedded- Software Specific:
- Software Site
- Software License
- Software Docs
- Package Specific:
- Package Source
- Package outdated?
- Package broken?
- Contact Maintainers
- Contact Site Admins
- Software Vendor?
- Report Abuse
- Download
Fusion LiDAR Data Viewing system
- 1
- 2
- 3
4.40 | Updated: 28 May 2022
- Software Specific:
- Software Site
- Software License
- Software Docs
- Package Specific:
- Package Source
- Package outdated?
- Package broken?
- Contact Maintainers
- Contact Site Admins
- Software Vendor?
- Report Abuse
- Download
Downloads:
3,903
Downloads of v 4.40:
316
Maintainer(s):
Software Author(s):
- Bob McGaughey
Fusion LiDAR Data Viewing system 4.40
Legal Disclaimer: Neither this package nor Chocolatey Software, Inc. are affiliated with or endorsed by Bob McGaughey. The inclusion of Bob McGaughey trademark(s), if any, upon this webpage is solely to identify Bob McGaughey goods or services and not for commercial purposes.
- 1
- 2
- 3
Some Checks Have Failed or Are Not Yet Complete
Not All Tests Have Passed
Deployment Method: Individual Install, Upgrade, & Uninstall
To install Fusion LiDAR Data Viewing system, run the following command from the command line or from PowerShell:
To upgrade Fusion LiDAR Data Viewing system, run the following command from the command line or from PowerShell:
To uninstall Fusion LiDAR Data Viewing system, run the following command from the command line or from PowerShell:
Deployment Method:
This applies to both open source and commercial editions of Chocolatey.
1. Enter Your Internal Repository Url
(this should look similar to https://community.chocolatey.org/api/v2/)
2. Setup Your Environment
1. Ensure you are set for organizational deployment
Please see the organizational deployment guide
2. Get the package into your environment
Option 1: Cached Package (Unreliable, Requires Internet - Same As Community)-
Open Source or Commercial:
- Proxy Repository - Create a proxy nuget repository on Nexus, Artifactory Pro, or a proxy Chocolatey repository on ProGet. Point your upstream to https://community.chocolatey.org/api/v2/. Packages cache on first access automatically. Make sure your choco clients are using your proxy repository as a source and NOT the default community repository. See source command for more information.
- You can also just download the package and push it to a repository Download
-
Open Source
-
Download the package:
Download - Follow manual internalization instructions
-
-
Package Internalizer (C4B)
-
Run: (additional options)
choco download fusion-ldv --internalize --source=https://community.chocolatey.org/api/v2/
-
For package and dependencies run:
choco push --source="'INTERNAL REPO URL'"
- Automate package internalization
-
Run: (additional options)
3. Copy Your Script
choco upgrade fusion-ldv -y --source="'INTERNAL REPO URL'" [other options]
See options you can pass to upgrade.
See best practices for scripting.
Add this to a PowerShell script or use a Batch script with tools and in places where you are calling directly to Chocolatey. If you are integrating, keep in mind enhanced exit codes.
If you do use a PowerShell script, use the following to ensure bad exit codes are shown as failures:
choco upgrade fusion-ldv -y --source="'INTERNAL REPO URL'"
$exitCode = $LASTEXITCODE
Write-Verbose "Exit code was $exitCode"
$validExitCodes = @(0, 1605, 1614, 1641, 3010)
if ($validExitCodes -contains $exitCode) {
Exit 0
}
Exit $exitCode
- name: Install fusion-ldv
win_chocolatey:
name: fusion-ldv
version: '4.40'
source: INTERNAL REPO URL
state: present
See docs at https://docs.ansible.com/ansible/latest/modules/win_chocolatey_module.html.
chocolatey_package 'fusion-ldv' do
action :install
source 'INTERNAL REPO URL'
version '4.40'
end
See docs at https://docs.chef.io/resource_chocolatey_package.html.
cChocoPackageInstaller fusion-ldv
{
Name = "fusion-ldv"
Version = "4.40"
Source = "INTERNAL REPO URL"
}
Requires cChoco DSC Resource. See docs at https://github.com/chocolatey/cChoco.
package { 'fusion-ldv':
ensure => '4.40',
provider => 'chocolatey',
source => 'INTERNAL REPO URL',
}
Requires Puppet Chocolatey Provider module. See docs at https://forge.puppet.com/puppetlabs/chocolatey.
4. If applicable - Chocolatey configuration/installation
See infrastructure management matrix for Chocolatey configuration elements and examples.
This package was approved as a trusted package on 28 May 2022.
The Fusion LDV visualization system consists of two main programs, FUSION and LDV (LiDAR data viewer), implemented as Microsoft Windows applications coded in C++ using the Microsoft Foundation Classes. The primary FUSION display presents all project data using a 2D display typical of geographic information systems. It supports a variety of data types and formats but requires that all data be geo-referenced using the same projection system and units of measurement. LDV provides the 3D visualization environment, based on OpenGL, for the examination of spatially-explicit data subsets.
LiDAR technology offers fast, real-time collection of 3-D points that are accurately geo-referenced.
# Find where Fusion-LDV installed itself (no registry entry!)
$StartMenu = Join-Path $env:ProgramData '\Microsoft\Windows\Start Menu'
$SMlink = Get-ChildItem $StartMenu -Filter 'Fusion.lnk' -Recurse
if ($SMlink) {
$lnk = (new-object -com wscript.shell).createShortcut($SMlink.FullName)
# Find the uninstaller
$Unexe = Get-ChildItem (Split-Path $lnk.targetPath) -Filter Uninstall.exe
$UninstallArgs = @{
packageName = 'fusion-ldv'
fileType = 'exe'
file = $unexe.FullName
silentArgs = '/S'
validExitCodes = @(0)
}
Uninstall-ChocolateyPackage @UninstallArgs
remove-item $smlink.directory.fullname -Recurse -Force
} else {
Write-Warning "Fusion-LDV install not found. It may have already been removed."
}
md5: AB19CAFB817AE71BFE67C167C3B4AD9C | sha1: CCEDB5A1A1BC6DBE24F3786FA9B113E6DB8FD4BB | sha256: 201878CB04473FD69C80590B39A251FE484DD05912D612164C284150A3519D5D | sha512: 1C29405123CD536A59B0997D9C4D57DFC689890A46DDEDD4FDEA18CA30B6542040D85CBE6C35D8BBC96DE7906C7DC5C8278C11FA76215136931CF6C5DA4F1F92
From: http://forsys.sefs.uw.edu/fusion/fusionlatest.html
LICENSE (and Disclaimer)
FUSION is developed at the US Department of Agriculture, Forest Service,
Pacific Northwest Research Station by an employee of the Federal
Government in the course of his official duties. Pursuant to Title 17,
Section 105 of the United States Code, this software is not subject to
copyright protection and is in the public domain. FUSION is primarily a
research tool. USDA Forest Service assumes no responsibility whatsoever
for its use by other parties, and makes no guarantees, expressed or
implied, about its quality, reliability, or any other characteristic.
VERIFICATION
Verification is intended to assist the Chocolatey moderators and community
in verifying that this package's contents are trustworthy.
The installer is available on this page:
http://forsys.sefs.uw.edu/fusion/fusionlatest.html
Direct Download:
Version : 4.40
URL : http://forsys.sefs.uw.edu/software/fusion/fusionlatest.exe
CheckSum : 201878CB04473FD69C80590B39A251FE484DD05912D612164C284150A3519D5D
Log in or click on link to see number of positives.
- fusion-ldv.4.40.nupkg (7bea6e0165a1) - ## / 63
- fusionlatest.exe (201878cb0447) - ## / 66
In cases where actual malware is found, the packages are subject to removal. Software sometimes has false positives. Moderators do not necessarily validate the safety of the underlying software, only that a package retrieves software from the official distribution point and/or validate embedded software against official distribution point (where distribution rights allow redistribution).
Chocolatey Pro provides runtime protection from possible malware.
Add to Builder | Version | Downloads | Last Updated | Status |
---|---|---|---|---|
Fusion LiDAR Data Viewing system 4.40 | 316 | Saturday, May 28, 2022 | Approved | |
Fusion LiDAR Data Viewing system 4.21 | 175 | Monday, October 18, 2021 | Approved | |
Fusion LiDAR Data Viewing system 4.20 | 160 | Saturday, January 30, 2021 | Approved | |
Fusion LiDAR Data Viewing system 4.10 | 155 | Monday, October 12, 2020 | Approved | |
Fusion LiDAR Data Viewing system 4.00 | 148 | Monday, July 20, 2020 | Approved | |
Fusion LiDAR Data Viewing system 3.80 | 554 | Thursday, August 16, 2018 | Approved | |
Fusion LiDAR Data Viewing system 3.70 | 383 | Thursday, April 5, 2018 | Approved | |
Fusion LiDAR Data Viewing system 3.60.0.20171214 | 530 | Thursday, December 14, 2017 | Approved | |
Fusion LiDAR Data Viewing system 3.60 | 548 | Tuesday, November 29, 2016 | Approved | |
Fusion LiDAR Data Viewing system 3.50 | 429 | Sunday, August 14, 2016 | Approved |
Public Domain
-
- lastools (≥ 2019.08.12)
Ground Rules:
- This discussion is only about Fusion LiDAR Data Viewing system and the Fusion LiDAR Data Viewing system package. If you have feedback for Chocolatey, please contact the Google Group.
- This discussion will carry over multiple versions. If you have a comment about a particular version, please note that in your comments.
- The maintainers of this Chocolatey Package will be notified about new comments that are posted to this Disqus thread, however, it is NOT a guarantee that you will get a response. If you do not hear back from the maintainers after posting a message below, please follow up by using the link on the left side of this page or follow this link to contact maintainers. If you still hear nothing back, please follow the package triage process.
- Tell us what you love about the package or Fusion LiDAR Data Viewing system, or tell us what needs improvement.
- Share your experiences with the package, or extra configuration or gotchas that you've found.
- If you use a url, the comment will be flagged for moderation until you've been whitelisted. Disqus moderated comments are approved on a weekly schedule if not sooner. It could take between 1-5 days for your comment to show up.