-
#### Documentation
- [x] add `# nolint` to long lines
- [x] change country names to ASCII (slight preference to keep original names)
- have decided to keep it in line with original names from com…
-
Hey,
assuming I wanted to download the whole or a very large fraction of the UN Comtrade data using `comtradr`, how would i go about that?
I guess I would have to write nested loops of reporters a…
-
Dear, when I try to read the attached file, I get an error. I could solve it adding the next lines:
try:
self.time[irow] = ts
except:
brea…
-
I have files from new SEL-735 PQ meters that when downloaded from the relay itself as a COMTRADE file, will cause a string to float conversion error.
> C:/Users/spark/Desktop/Comtrade Files/New fo…
-
IEC standardizes COMTRADE 1999 only in 2001.
IEC-60255-24-Electrical-relays-Common-format-for-transient
I have some file with rev-year: 2001.
So the time factor is not read.
Is it possible to:…
-
For this assignment, we'll use data stories from [The Hindu Data Point](https://www.thehindu.com/data/). Use what you have learned in Week 4 & Week 5 for doing this assignment.
Select a story that …
-
Hi,
I'm having a hard time using python-comtrade with binary32 cff-files.
One problem might be, that the binary data can't be decoded in utf-8, which is firstly done to read the cfg:
```
Fil…
-
Trying to read a binary comtrade file composed of CFG file and DAT file with this code (opening the files on an online viewer works):
```
import matplotlib.pyplot as plt
from comtrade import Comt…
-
Hello all, I am the author and current maintainer of the comtradr package. Recently the UN has introduced breaking changes to their data API, this package will need extensive updates to get it working…
-
The automatic .dat automatic filename are always lowercase even for .CFG files which are uppercase.
This is a problem for case sensitive file systems (like linux).
I have provided a patch that mak…