Skip to main content
Ctrl+K
Geoclide 4.0.0 documentation - Home Geoclide 4.0.0 documentation - Home
  • Examples
  • Geoclide package
  • Releases
  • Examples
  • Geoclide package
  • Releases

Section Navigation

  • Some Basics
  • Examples for remote sensing applications
  • How to create and visualize quadrics
  • Acceleration with numpy
  • Examples

Examples#

Notebooks#

  • Some Basics
    • Create a point and a vector
    • Create a ray from the created point and vector
    • Create a simple triangle mesh composed of 2 triangles
  • Examples for remote sensing applications
    • Find the x and y components of the satellite position
      • Here without considering the sphericity of the earth
      • Here with the consideration of the sphericity of the earth
    • Satellite camera directions (3MI example)
      • Compute all the pixel directions
      • Select only pixels that view a specific box zone
  • How to create and visualize quadrics
    • Disk, annulus and partial annulus
      • Sphere and partial spheres
      • Prolate and oblate spheroids
  • Acceleration with numpy
    • BBox - Ray intersection test, multiples bboxes and 1 ray
      • Intersection tests using a loop
      • Intersection tests using numpy
    • BBox - Ray intersection test, multiples bboxes and multiple rays
      • Case 1: test each ray against all the bounding boxes
        • The tests using loops
        • The tests using numpy calculations
      • Case 2: diagonal calculations, only ray(i) with bbox(i)
        • The tests using loop
        • The tests using numpy calculations

previous

Geoclide documentation

next

Some Basics

On this page
  • Notebooks
Show Source

© Copyright 2025-2026, Geoclide team.

Created using Sphinx 9.1.0.

Built with the PyData Sphinx Theme 0.20.0.