Skip to main content

Tools for studying aircraft detection

Project description

SQL Cheatsheet

Find all the aicraft on a particular hour over Haight St, San Fran:

.. code-block:: SQL

select * from state_vectors_data4 where hour=1480759200 and lat > 38.0000 and lat < 39.0000 and lon > -123.0000 and lon < -122.0000;

Count all the timestamps in the same location but over about a week:

.. code-block:: SQL

SELECT COUNT(*) FROM state_vectors_data4 WHERE hour>=1598918400 AND hour<=1599523200  and lat > 38.0000 and lat < 39.0000 and lon > -123.0000 and lon < -122.0000;

Count aircraft which arrived or departed or crossed Frankfurt airport during a certain hour:

.. code-block:: SQL

SELECT COUNT(DISTINCT icao24) FROM state_vectors_data4 WHERE lat<=50.07 AND lat>=49.98 AND lon<=8.62 AND lon>=8.48 AND hour=1493892000;

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

encounter-0.0.1.tar.gz (6.2 kB view details)

Uploaded Source

File details

Details for the file encounter-0.0.1.tar.gz.

File metadata

  • Download URL: encounter-0.0.1.tar.gz
  • Upload date:
  • Size: 6.2 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.22.0 setuptools/45.2.0 requests-toolbelt/0.8.0 tqdm/4.30.0 CPython/3.8.2

File hashes

Hashes for encounter-0.0.1.tar.gz
Algorithm Hash digest
SHA256 6230b2a4c053a20d1f5aed96d925ac631564a300fe686b2c184d260b11bfefd5
MD5 b3b49997f7365a8030cfa5b4860a2e0b
BLAKE2b-256 b1a1439d610bcd353e4652a8583483b8b31943b6aad592e1c42d5e1ff5b91ff3

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page