Skip to main content

Satalyze

Welcome to Satalyze! This library provides an end-to-end automated pipeline for downloading cloud satellite imagery, processing it via computer vision, and generating vehicle tracking telemetry logs.


Installation

You can install the library directly from your terminal:

pip install satalyze

How to Use

There are two ways to interact with this pipeline depending on your workflow.

1. The Code Pipeline (For Developers)

Import the core orchestrator class directly into your scripts or Jupyter Notebooks to run automated batches:

from satalyze import SatelliteTrafficPipeline

# Initialize the pipeline
traffic_pipeline = SatelliteTrafficPipeline(project_id="satalyze") # REPLACE 'satalyze' with your project ID.

# Run analysis on a target location (Example: King of Prussia Mall Parking Lot)
traffic_pipeline.run(
    center_coordinates=[-75.3947, 40.0890], # [Longitude, Latitude] # Location of your parking lot
    start_date="2018-01-01", # start date of when you want to see images (NAIP data runs every 2-3 years on average)
    end_date="2022-12-31", # End date, unless there is recent NAIP data most recent dates wil be from 2023, important to manage your time window
    limit=2 # how many images you want from this place and timeframe
)

2. The Interactive App UI (For Visual Navigation)

If you prefer a visual interface, launch the built-in Streamlit dashboard. It includes an interactive map with an integrated address search bar, date pickers, and visual counters:

# Launch the visual dashboard interface
satalyze-start

Features

  • Google Earth Engine Integration: Automatic spatial patch downloads.
  • YOLO + SAHI Machine Learning Layers: Sliced object detection for ultra-high-resolution targets.
  • Interactive Geocoder Map: Search for addresses or click anywhere on the globe to grab raw coordinates.
  • Auto-Generating Analytics: Renders live data tables and futuristic timeline graphics instantly.

License

This project is licensed under the GNU Affero General Public License v3.0 (AGPL-3.0). See the LICENSE file for details.

Download files

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

Source Distribution

satalyze-0.1.0.tar.gz (31.0 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

satalyze-0.1.0-py3-none-any.whl (43.5 kB view details)

Uploaded Python 3

File details

Details for the file satalyze-0.1.0.tar.gz.

File metadata

  • Download URL: satalyze-0.1.0.tar.gz
  • Upload date:
  • Size: 31.0 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/7.0.0 CPython/3.12.4

File hashes

Hashes for satalyze-0.1.0.tar.gz
Algorithm Hash digest
SHA256 932428b2ebb438024cb17dd5b07bb3a6091113e3182b2d7220f3cf9e61a829a9
MD5 eca1de9e1fd717c48c9fdf9296d54368
BLAKE2b-256 6875a9e54d78533960fa6f1e3d63f86aefb5cad2006ee42f5d154a23611427a1

See more details on using hashes here.

File details

Details for the file satalyze-0.1.0-py3-none-any.whl.

File metadata

  • Download URL: satalyze-0.1.0-py3-none-any.whl
  • Upload date:
  • Size: 43.5 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/7.0.0 CPython/3.12.4

File hashes

Hashes for satalyze-0.1.0-py3-none-any.whl
Algorithm Hash digest
SHA256 0b129070624605fa5b08d1bfc0fe9a7b0bb8f9ef13ce2c3c73df1328ea3a6fb1
MD5 a493194743350d91f169418be310a32d
BLAKE2b-256 86163e4eed96a5b2777d0fa182d6f6eee06fd5ac4857b2dc38dab5f9e65b25c6

See more details on using hashes here.

Release history Release notifications | RSS feed

0.1.2

2 files

0.1.1

2 files

This release

0.1.0 This release

2 files

Supported by

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