eulumdat-plot 1.0.0__tar.gz → 1.0.1__tar.gz

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: eulumdat-plot
3
- Version: 1.0.0
3
+ Version: 1.0.1
4
4
  Summary: Photometric polar diagram generator for EULUMDAT (.ldt) files — extension to eulumdat-py
5
5
  Author: 123VincentB
6
6
  License: MIT
@@ -40,6 +40,11 @@ Requires-Dist: eulumdat-plot[full]; extra == "dev"
40
40
 
41
41
  # eulumdat-plot
42
42
 
43
+ [![PyPI](https://img.shields.io/pypi/v/eulumdat-plot)](https://pypi.org/project/eulumdat-plot/)
44
+ [![PyPI - Python Version](https://img.shields.io/pypi/pyversions/eulumdat-plot)](https://pypi.org/project/eulumdat-plot/)
45
+ [![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://github.com/123VincentB/eulumdat-plot/blob/main/LICENSE)
46
+ [![DOI](https://zenodo.org/badge/DOI/10.5281/zenodo.19096110.svg)](https://doi.org/10.5281/zenodo.19096110)
47
+
43
48
  Photometric polar diagram generator for EULUMDAT (`.ldt`) files —
44
49
  designed for **product datasheets and publication-ready documents**.
45
50
 
@@ -56,7 +61,7 @@ on top of [`eulumdat-py`](https://pypi.org/project/eulumdat-py/).
56
61
 
57
62
  ---
58
63
 
59
- ![Photometric diagram example](docs/img/sample_01.svg)
64
+ ![Photometric diagram example](https://raw.githubusercontent.com/123VincentB/eulumdat-plot/main/docs/img/sample_01.png) ![Photometric diagram example](https://raw.githubusercontent.com/123VincentB/eulumdat-plot/main/docs/img/sample_02.png)
60
65
 
61
66
  ---
62
67
 
@@ -151,16 +156,16 @@ def plot_ldt(
151
156
  ) -> Path
152
157
  ```
153
158
 
154
- | Parameter | Default | Description |
155
- |---|---|---|
156
- | `ldt_path` | — | Source `.ldt` file |
157
- | `svg_path` | same name, `.svg` | Output SVG path |
158
- | `code` | `""` | Distribution code shown in the banner centre |
159
- | `layout` | `Layout()` | Visual parameters |
160
- | `interpolate` | `True` | Resample I(γ) before plotting |
161
- | `interp_step_deg` | `1.0` | Angular step for resampling (degrees) |
162
- | `interp_method` | `"linear"` | `"linear"` or `"cubic"` (requires scipy) |
163
- | `debug` | `False` | Colour-code C-planes for visual validation |
159
+ | Parameter | Default | Description |
160
+ | ----------------- | ----------------- | -------------------------------------------- |
161
+ | `ldt_path` | — | Source `.ldt` file |
162
+ | `svg_path` | same name, `.svg` | Output SVG path |
163
+ | `code` | `""` | Distribution code shown in the banner centre |
164
+ | `layout` | `Layout()` | Visual parameters |
165
+ | `interpolate` | `True` | Resample I(γ) before plotting |
166
+ | `interp_step_deg` | `1.0` | Angular step for resampling (degrees) |
167
+ | `interp_method` | `"linear"` | `"linear"` or `"cubic"` (requires scipy) |
168
+ | `debug` | `False` | Colour-code C-planes for visual validation |
164
169
 
165
170
  ### `Layout.for_size()`
166
171
 
@@ -182,9 +187,9 @@ Requires `pip install "eulumdat-plot[export]"`.
182
187
 
183
188
  ## Examples
184
189
 
185
- | File | Description |
186
- |---|---|
187
- | [`examples/01_basic_usage.md`](examples/01_basic_usage.md) | Generate an SVG from a `.ldt` file |
190
+ | File | Description |
191
+ | ---------------------------------------------------------------------- | ---------------------------------------- |
192
+ | [`examples/01_basic_usage.md`](examples/01_basic_usage.md) | Generate an SVG from a `.ldt` file |
188
193
  | [`examples/02_resize_and_export.md`](examples/02_resize_and_export.md) | Scaling, raster export, batch processing |
189
194
 
190
195
  ## Project structure
@@ -216,13 +221,13 @@ eulumdat-plot/
216
221
 
217
222
  ## EULUMDAT ecosystem
218
223
 
219
- | Package | Status | Description |
220
- |---|---|---|
221
- | [`eulumdat-py`](https://pypi.org/project/eulumdat-py/) | v0.1.4 | Read / write EULUMDAT files |
222
- | [`eulumdat-symmetry`](https://pypi.org/project/eulumdat-symmetry/) | v1.0.0 | Symmetrise EULUMDAT files |
223
- | `eulumdat-plot` | v1.0.0 | Photometric polar diagram — **this package** |
224
- | `eulumdat-luminance` | planned | Luminance table cd/m² (γ 55°–85°) |
225
- | `eulumdat-ugr` | planned | UGR calculation (CIE 117, CIE 190) |
224
+ | Package | Status | Description |
225
+ | ------------------------------------------------------------------ | ------- | -------------------------------------------- |
226
+ | [`eulumdat-py`](https://pypi.org/project/eulumdat-py/) | v0.1.4 | Read / write EULUMDAT files |
227
+ | [`eulumdat-symmetry`](https://pypi.org/project/eulumdat-symmetry/) | v1.0.0 | Symmetrise EULUMDAT files |
228
+ | `eulumdat-plot` | v1.0.0 | Photometric polar diagram — **this package** |
229
+ | `eulumdat-luminance` | planned | Luminance table cd/m² (γ 55°–85°) |
230
+ | `eulumdat-ugr` | planned | UGR calculation (CIE 117, CIE 190) |
226
231
 
227
232
  ## Requirements
228
233
 
@@ -1,5 +1,10 @@
1
1
  # eulumdat-plot
2
2
 
3
+ [![PyPI](https://img.shields.io/pypi/v/eulumdat-plot)](https://pypi.org/project/eulumdat-plot/)
4
+ [![PyPI - Python Version](https://img.shields.io/pypi/pyversions/eulumdat-plot)](https://pypi.org/project/eulumdat-plot/)
5
+ [![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://github.com/123VincentB/eulumdat-plot/blob/main/LICENSE)
6
+ [![DOI](https://zenodo.org/badge/DOI/10.5281/zenodo.19096110.svg)](https://doi.org/10.5281/zenodo.19096110)
7
+
3
8
  Photometric polar diagram generator for EULUMDAT (`.ldt`) files —
4
9
  designed for **product datasheets and publication-ready documents**.
5
10
 
@@ -16,7 +21,7 @@ on top of [`eulumdat-py`](https://pypi.org/project/eulumdat-py/).
16
21
 
17
22
  ---
18
23
 
19
- ![Photometric diagram example](docs/img/sample_01.svg)
24
+ ![Photometric diagram example](https://raw.githubusercontent.com/123VincentB/eulumdat-plot/main/docs/img/sample_01.png) ![Photometric diagram example](https://raw.githubusercontent.com/123VincentB/eulumdat-plot/main/docs/img/sample_02.png)
20
25
 
21
26
  ---
22
27
 
@@ -111,16 +116,16 @@ def plot_ldt(
111
116
  ) -> Path
112
117
  ```
113
118
 
114
- | Parameter | Default | Description |
115
- |---|---|---|
116
- | `ldt_path` | — | Source `.ldt` file |
117
- | `svg_path` | same name, `.svg` | Output SVG path |
118
- | `code` | `""` | Distribution code shown in the banner centre |
119
- | `layout` | `Layout()` | Visual parameters |
120
- | `interpolate` | `True` | Resample I(γ) before plotting |
121
- | `interp_step_deg` | `1.0` | Angular step for resampling (degrees) |
122
- | `interp_method` | `"linear"` | `"linear"` or `"cubic"` (requires scipy) |
123
- | `debug` | `False` | Colour-code C-planes for visual validation |
119
+ | Parameter | Default | Description |
120
+ | ----------------- | ----------------- | -------------------------------------------- |
121
+ | `ldt_path` | — | Source `.ldt` file |
122
+ | `svg_path` | same name, `.svg` | Output SVG path |
123
+ | `code` | `""` | Distribution code shown in the banner centre |
124
+ | `layout` | `Layout()` | Visual parameters |
125
+ | `interpolate` | `True` | Resample I(γ) before plotting |
126
+ | `interp_step_deg` | `1.0` | Angular step for resampling (degrees) |
127
+ | `interp_method` | `"linear"` | `"linear"` or `"cubic"` (requires scipy) |
128
+ | `debug` | `False` | Colour-code C-planes for visual validation |
124
129
 
125
130
  ### `Layout.for_size()`
126
131
 
@@ -142,9 +147,9 @@ Requires `pip install "eulumdat-plot[export]"`.
142
147
 
143
148
  ## Examples
144
149
 
145
- | File | Description |
146
- |---|---|
147
- | [`examples/01_basic_usage.md`](examples/01_basic_usage.md) | Generate an SVG from a `.ldt` file |
150
+ | File | Description |
151
+ | ---------------------------------------------------------------------- | ---------------------------------------- |
152
+ | [`examples/01_basic_usage.md`](examples/01_basic_usage.md) | Generate an SVG from a `.ldt` file |
148
153
  | [`examples/02_resize_and_export.md`](examples/02_resize_and_export.md) | Scaling, raster export, batch processing |
149
154
 
150
155
  ## Project structure
@@ -176,13 +181,13 @@ eulumdat-plot/
176
181
 
177
182
  ## EULUMDAT ecosystem
178
183
 
179
- | Package | Status | Description |
180
- |---|---|---|
181
- | [`eulumdat-py`](https://pypi.org/project/eulumdat-py/) | v0.1.4 | Read / write EULUMDAT files |
182
- | [`eulumdat-symmetry`](https://pypi.org/project/eulumdat-symmetry/) | v1.0.0 | Symmetrise EULUMDAT files |
183
- | `eulumdat-plot` | v1.0.0 | Photometric polar diagram — **this package** |
184
- | `eulumdat-luminance` | planned | Luminance table cd/m² (γ 55°–85°) |
185
- | `eulumdat-ugr` | planned | UGR calculation (CIE 117, CIE 190) |
184
+ | Package | Status | Description |
185
+ | ------------------------------------------------------------------ | ------- | -------------------------------------------- |
186
+ | [`eulumdat-py`](https://pypi.org/project/eulumdat-py/) | v0.1.4 | Read / write EULUMDAT files |
187
+ | [`eulumdat-symmetry`](https://pypi.org/project/eulumdat-symmetry/) | v1.0.0 | Symmetrise EULUMDAT files |
188
+ | `eulumdat-plot` | v1.0.0 | Photometric polar diagram — **this package** |
189
+ | `eulumdat-luminance` | planned | Luminance table cd/m² (γ 55°–85°) |
190
+ | `eulumdat-ugr` | planned | UGR calculation (CIE 117, CIE 190) |
186
191
 
187
192
  ## Requirements
188
193
 
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
4
4
 
5
5
  [project]
6
6
  name = "eulumdat-plot"
7
- version = "1.0.0"
7
+ version = "1.0.1"
8
8
  description = "Photometric polar diagram generator for EULUMDAT (.ldt) files — extension to eulumdat-py"
9
9
  readme = "README.md"
10
10
  license = { text = "MIT" }
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: eulumdat-plot
3
- Version: 1.0.0
3
+ Version: 1.0.1
4
4
  Summary: Photometric polar diagram generator for EULUMDAT (.ldt) files — extension to eulumdat-py
5
5
  Author: 123VincentB
6
6
  License: MIT
@@ -40,6 +40,11 @@ Requires-Dist: eulumdat-plot[full]; extra == "dev"
40
40
 
41
41
  # eulumdat-plot
42
42
 
43
+ [![PyPI](https://img.shields.io/pypi/v/eulumdat-plot)](https://pypi.org/project/eulumdat-plot/)
44
+ [![PyPI - Python Version](https://img.shields.io/pypi/pyversions/eulumdat-plot)](https://pypi.org/project/eulumdat-plot/)
45
+ [![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://github.com/123VincentB/eulumdat-plot/blob/main/LICENSE)
46
+ [![DOI](https://zenodo.org/badge/DOI/10.5281/zenodo.19096110.svg)](https://doi.org/10.5281/zenodo.19096110)
47
+
43
48
  Photometric polar diagram generator for EULUMDAT (`.ldt`) files —
44
49
  designed for **product datasheets and publication-ready documents**.
45
50
 
@@ -56,7 +61,7 @@ on top of [`eulumdat-py`](https://pypi.org/project/eulumdat-py/).
56
61
 
57
62
  ---
58
63
 
59
- ![Photometric diagram example](docs/img/sample_01.svg)
64
+ ![Photometric diagram example](https://raw.githubusercontent.com/123VincentB/eulumdat-plot/main/docs/img/sample_01.png) ![Photometric diagram example](https://raw.githubusercontent.com/123VincentB/eulumdat-plot/main/docs/img/sample_02.png)
60
65
 
61
66
  ---
62
67
 
@@ -151,16 +156,16 @@ def plot_ldt(
151
156
  ) -> Path
152
157
  ```
153
158
 
154
- | Parameter | Default | Description |
155
- |---|---|---|
156
- | `ldt_path` | — | Source `.ldt` file |
157
- | `svg_path` | same name, `.svg` | Output SVG path |
158
- | `code` | `""` | Distribution code shown in the banner centre |
159
- | `layout` | `Layout()` | Visual parameters |
160
- | `interpolate` | `True` | Resample I(γ) before plotting |
161
- | `interp_step_deg` | `1.0` | Angular step for resampling (degrees) |
162
- | `interp_method` | `"linear"` | `"linear"` or `"cubic"` (requires scipy) |
163
- | `debug` | `False` | Colour-code C-planes for visual validation |
159
+ | Parameter | Default | Description |
160
+ | ----------------- | ----------------- | -------------------------------------------- |
161
+ | `ldt_path` | — | Source `.ldt` file |
162
+ | `svg_path` | same name, `.svg` | Output SVG path |
163
+ | `code` | `""` | Distribution code shown in the banner centre |
164
+ | `layout` | `Layout()` | Visual parameters |
165
+ | `interpolate` | `True` | Resample I(γ) before plotting |
166
+ | `interp_step_deg` | `1.0` | Angular step for resampling (degrees) |
167
+ | `interp_method` | `"linear"` | `"linear"` or `"cubic"` (requires scipy) |
168
+ | `debug` | `False` | Colour-code C-planes for visual validation |
164
169
 
165
170
  ### `Layout.for_size()`
166
171
 
@@ -182,9 +187,9 @@ Requires `pip install "eulumdat-plot[export]"`.
182
187
 
183
188
  ## Examples
184
189
 
185
- | File | Description |
186
- |---|---|
187
- | [`examples/01_basic_usage.md`](examples/01_basic_usage.md) | Generate an SVG from a `.ldt` file |
190
+ | File | Description |
191
+ | ---------------------------------------------------------------------- | ---------------------------------------- |
192
+ | [`examples/01_basic_usage.md`](examples/01_basic_usage.md) | Generate an SVG from a `.ldt` file |
188
193
  | [`examples/02_resize_and_export.md`](examples/02_resize_and_export.md) | Scaling, raster export, batch processing |
189
194
 
190
195
  ## Project structure
@@ -216,13 +221,13 @@ eulumdat-plot/
216
221
 
217
222
  ## EULUMDAT ecosystem
218
223
 
219
- | Package | Status | Description |
220
- |---|---|---|
221
- | [`eulumdat-py`](https://pypi.org/project/eulumdat-py/) | v0.1.4 | Read / write EULUMDAT files |
222
- | [`eulumdat-symmetry`](https://pypi.org/project/eulumdat-symmetry/) | v1.0.0 | Symmetrise EULUMDAT files |
223
- | `eulumdat-plot` | v1.0.0 | Photometric polar diagram — **this package** |
224
- | `eulumdat-luminance` | planned | Luminance table cd/m² (γ 55°–85°) |
225
- | `eulumdat-ugr` | planned | UGR calculation (CIE 117, CIE 190) |
224
+ | Package | Status | Description |
225
+ | ------------------------------------------------------------------ | ------- | -------------------------------------------- |
226
+ | [`eulumdat-py`](https://pypi.org/project/eulumdat-py/) | v0.1.4 | Read / write EULUMDAT files |
227
+ | [`eulumdat-symmetry`](https://pypi.org/project/eulumdat-symmetry/) | v1.0.0 | Symmetrise EULUMDAT files |
228
+ | `eulumdat-plot` | v1.0.0 | Photometric polar diagram — **this package** |
229
+ | `eulumdat-luminance` | planned | Luminance table cd/m² (γ 55°–85°) |
230
+ | `eulumdat-ugr` | planned | UGR calculation (CIE 117, CIE 190) |
226
231
 
227
232
  ## Requirements
228
233
 
File without changes