NASA KSC lightning observations Source Code

Browse the implementation files for NASA KSC lightning observations.
tool.ts typescript
import NasaKscLightning from './NasaKscLightning.svelte';

export const Tool: TypeTool = {
	name: 'NASA KSC lightning observations',
	slug: 'data/nasa-ksc-lightning',
	parentSlug: 'data',
	intro:
		'A fixed one-day example from the Kennedy Space Center Weather Archive, normalized into portable tabular data and summarized in ten-minute intervals.',
	managesHead: true,
	tool: () => '',
	i: [],
	o: [
		{
			label: 'Lightning observations',
			placeholder: 'Lightning observations',
			render: 'custom',
			renderas: NasaKscLightning,
			type: 'text'
		}
	],
	cite: [
		{
			title:
				'NASA Kennedy Space Center Weather Archive — Lightning Strikes',
			url: 'https://kscweather.ksc.nasa.gov/wxarchive/LightningStrikes'
		}
	]
};

export default Tool;

Description

Browse the implementation files for NASA KSC lightning observations.

References

  1. Tool.io on GitHub
  2. Tool.io TypeScript tools library

Similar or alternative tools

Don't forget to set a bookmark for tool.io!
Privacy | Imprint | Cookies