See this query of my .geojson GitHub Gists for some relatively wicked visualization of airport scenery data exports.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "name": "TiddlyWiki", | |
| "author": "Claude AI Assistant", | |
| "description": "Complete TiddlyWiki 5 WikiText syntax highlighting for iOS Drafts. Supports all major WikiText elements including formatting, links, widgets, macros, procedures, functions, filters, transclusions, and more.", | |
| "sampleText": "! TiddlyWiki Sample\n\nThis is ''bold'' and //italic// text with ^^superscript^^ and ~~subscript~~.\n\n* Bullet list\n** Nested item\n# Numbered list\n\n|!Header 1|!Header 2|\n|Cell 1|Cell 2|\n\n[[Internal Link]] and [ext[External|https://example.com]]\n\n{{TranscludedTiddler}}\n\n<$button>Click Me</$button>\n\n<<myMacro param:\"value\">>\n\n[tag[important]sort[created]]", | |
| "rangeExtensionType": { | |
| "default": "lookAround1000" | |
| }, | |
| "featureKeys": [ | |
| { |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <mediawiki xmlns="http://www.mediawiki.org/xml/export-0.11/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.mediawiki.org/xml/export-0.11/ http://www.mediawiki.org/xml/export-0.11.xsd" version="0.11" xml:lang="en"> | |
| <siteinfo> | |
| <sitename>MediaWiki</sitename> | |
| <dbname>mediawikiwiki</dbname> | |
| <base>https://www.mediawiki.org/wiki/MediaWiki</base> | |
| <generator>MediaWiki 1.45.0-wmf.16</generator> | |
| <case>first-letter</case> | |
| <namespaces> | |
| <namespace key="-2" case="first-letter">Media</namespace> | |
| <namespace key="-1" case="first-letter">Special</namespace> |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| BODY | |
| { | |
| FONT-SIZE: 8pt; | |
| FONT-FAMILY: arial; | |
| } | |
| .ContentLink { | |
| cursor:hand; | |
| FONT-SIZE: 8pt; | |
| COLOR: #003366; | |
| font-weight: bold; |
This file has been truncated, but you can view the full file.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "errorCode": 0, | |
| "result": [ | |
| { | |
| "icao": "01WY", | |
| "iata": null, | |
| "name": "Keyhole Airport", | |
| "city": "Moorcroft", | |
| "state": "Wyoming", | |
| "country": { |
1966_NASA_T-38_crash 1994_St._Louis_Airport_collision Air_Park_South Albany_Municipal_Airport_(Missouri) A._Paul_Vance_Fredericktown_Regional_Airport Ava_Bill_Martin_Memorial_Airport Bethany_Memorial_Airport Bismarck_Memorial_Airport Bolivar_Municipal_Airport Branson_Airport
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| import pandas as pd | |
| import requests | |
| import json | |
| import time | |
| # --- Configuration --- | |
| # IMPORTANT: Replace "YOUR_TODOIST_API_TOKEN" with your actual Todoist API token. | |
| # You can find your token in Todoist Settings > Integrations > API token. | |
| TODOIST_API_TOKEN = "{{YOUR API TOKEN}}" | |
| THINGS_CSV_PATH = "TMTask.csv" # The path to your CSV file. |
