#light #photometric #ies #ldt

lidrs

A rust crate for reading and representing light intensity distributions via photometric webs

3 unstable releases

0.2.1 Sep 23, 2022
0.2.0 Apr 28, 2022
0.1.0 Mar 12, 2022

#1931 in Parser implementations

Download history 34/week @ 2024-02-26 51/week @ 2024-04-01

51 downloads per month

Custom license

125KB
2.5K SLoC

lidrs - Luminous Intensity Distributions in Rust

build and test workflow

A rust crate for reading and representing light intensity distributions via photometric webs. This crate can read and write:

  • Illuminating Engineering Society (LM-63) standard (.ies) files
    • 1986
    • IESNA91
    • IESNA:LM-63-1995
    • IESNA:LM-63-2002
  • EULUMDAT (.ldt / .eul) files

Caveats

Note that currently, although all standards should be readable using the lidrs::io::ies module, I have only implemented conversions to the PhotometricWeb struct for type C photometry. If you would like to implement this, please submit a PR.


lib.rs:

Lidrs - A Rust Crate for Reading, Writing and Working with Luminous Intensity Distributions.

A fully-rust crate for reading and writing luminous intensity distributions / photometric files. There are currently implemented parsers for:

  • EULUMDAT (.ldt / .eul) formatted ASCII files.
  • Illuminating Engineering Society (.ies) formatted ASCII files.

It is also able to interpret these files to produce a full spherical photometric web from the inputs.

Dependencies

~3.5MB
~85K SLoC