Downloads:
3,923
Downloads of v 4.60.0:
10
Last Update:
03 Sep 2024
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
- 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,923
Downloads of v 4.60.0:
10
Maintainer(s):
Software Author(s):
- Bob McGaughey
Fusion LiDAR Data Viewing system
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
This package was rejected on 08 Oct 2024. The reviewer chocolatey-ops has listed the following reason(s):
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: B82E8335D555F60440E628B9F90E999F | sha1: 590EDE6710C809D24999765DEAF7241FEF81DB4E | sha256: 09829F30FAFC5F44671D9B3D8209A496EB0CEF3B05295F28F39AAC1A18270648 | sha512: B9B4238916834812F24480AF5C8B9FA47B0ACE4FE12C0FF4ECC1328231E0018397044F0AA8FD687967D4807D06C5E12319C1BC9D89B30C35B09FE09BE60B4AE9
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.60
URL : http://forsys.sefs.uw.edu/software/fusion/fusionlatest.exe
CheckSum : 09829F30FAFC5F44671D9B3D8209A496EB0CEF3B05295F28F39AAC1A18270648
No results available for this package. We are building up results for older packages over time so expect to see results. If this is a new package, it should have results within a day or two.
Add to Builder | Version | Downloads | Last Updated | Status |
---|---|---|---|---|
Fusion LiDAR Data Viewing system 4.40 | 318 | 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 | 163 | 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 | 555 | 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 | 531 | Thursday, December 14, 2017 | Approved | |
Fusion LiDAR Data Viewing system 3.60 | 550 | Tuesday, November 29, 2016 | Approved | |
Fusion LiDAR Data Viewing system 3.50 | 433 | Sunday, August 14, 2016 | Approved |
Public Domain
-
- lastools (≥ 2019.8.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.
teknowledgist (maintainer) on 03 Sep 2024 13:55:55 +00:00:
User 'teknowledgist' (maintainer) submitted package.
chocolatey-ops (reviewer) on 03 Sep 2024 14:28:18 +00:00:
fusion-ldv has passed automated validation. It may have or may still fail other checks like testing (verification).
NOTE: No required changes that the validator checks have been flagged! It is appreciated if you fix other items, but only Requirements will hold up a package version from approval. A human review could still turn up issues a computer may not easily find.
Notes
Notes typically flag things for both you and the reviewer to go over. Sometimes this is the use of things that may or may not be necessary given the constraints of what you are trying to do and/or are harder for automation to flag for other reasons. Items found in Notes might be Requirements depending on the context. A package version can be approved without addressing Note comments.
chocolatey-ops (reviewer) on 03 Sep 2024 15:25:01 +00:00:
fusion-ldv has failed automated package testing (verification).
Please visit https://gist.github.com/choco-bot/08bdb7a65f4c53419748919fd7c1551f for details.
The package status will be changed and will be waiting on your next actions.
chocolatey-ops (reviewer) on 23 Sep 2024 14:31:31 +00:00:
We've found fusion-ldv v4.60.0 in a submitted status and waiting for your next actions. It has had no updates for 20 or more days since a reviewer has asked for corrections. Please note that if there is no response or fix of the package within 15 days of this message, this package version will automatically be closed (rejected) due to being stale.
Take action:
If your package is failing automated testing, you can use the chocolatey test environment to manually run the verification and determine what may need to be fixed.
Note: We don't like to see packages automatically rejected. It doesn't mean that we don't value your contributions, just that we can not continue to hold packages versions in a waiting status that have possibly been abandoned. If you don't believe you will be able to fix up this version of the package within 15 days, we strongly urge you to log in to the site and respond to the review comments until you are able to.
chocolatey-ops (reviewer) on 08 Oct 2024 14:32:59 +00:00:
Unfortunately there has not been progress to move fusion-ldv v4.60.0 towards an approved status within 15 days after the last review message, so we need to close (reject) the package version at this time. If you want to pick this version up and move it towards approval in the future, use the contact site admins link on the package page and we can move it back into a submitted status so you can submit updates.
Status Change - Changed status of package from 'submitted' to 'rejected'.