mirror of
https://github.com/dfinke/ImportExcel.git
synced 2025-12-06 00:23:20 +00:00
Updated scripts
Added -Header parameter and scoped the header variable in the Export-Excel command
This commit is contained in:
13
Examples/Nasa/FireBalls.ps1
Normal file
13
Examples/Nasa/FireBalls.ps1
Normal file
@@ -0,0 +1,13 @@
|
||||
$header = echo `
|
||||
'Date/Time - Peak Brightness (UT)' `
|
||||
'Latitude (Deg)' `
|
||||
'Longitude (Deg)' `
|
||||
'Altitude (km)' `
|
||||
'Velocity (km/s)' `
|
||||
'Velocity Components (km/s) vx' `
|
||||
'Velocity Components (km/s) vy' `
|
||||
'Velocity Components (km/s) vz' `
|
||||
'Total Radiated Energy (J)' `
|
||||
'Calculated Total Impact Energy (kt)'
|
||||
|
||||
Import-Html http://neo.jpl.nasa.gov/fireballs/ 5 -Header $header
|
||||
Reference in New Issue
Block a user