Chris

Results 60 comments of Chris

With some resizing I can get OCR to work. ![image019](https://user-images.githubusercontent.com/30196510/44025077-fffddf1c-9ee6-11e8-8f53-49e2d97a1c93.png) ```shell chris@ThinkPad:~/Downloads$ convert image019.png -resize 100% ec_resized.png chris@ThinkPad:~/Downloads$ tesseract ec_resized.png ec_read ``` ![ec_read](https://user-images.githubusercontent.com/30196510/44025053-ea4fac40-9ee6-11e8-9fcc-0e815ed0c701.png) It would be fun to use a...

Hi @zonepilot, thank you very much for offering to help with this. Contact details are at http://www.cenace.org.ec/index.php?option=com_contact&view=contact&id=1:name&catid=12:contacts What we would like is for the data in those images to be...

Hey @po5i nothing yet, maybe you'd like to send a follow up email to the contact details in https://github.com/tmrowco/electricitymap-contrib/issues/1558#issuecomment-436667201

@jarek You weren't kidding about the novel, I think you could get a trilogy and film deal out of it if you keep going! Being serious this is great work....

@jarek Mapped everything I could using your sources and google. https://gist.github.com/systemcatch/13a1b301471861458bef8a105a6f30a9

Hey @corradio I didn't really find it an issue as `eiapy` is only a wrapper for the API. Do the timestamp values simply need to be shifted back an hour?

Quoting @erdmark in #1765 > On your site coal has a carbon intensity of 820g/kWh in Germany. > I think it is a bit higher. In Germany there are two...

Good stuff @gecoffman, post here if you need any advice on writing the parser.

Hi Alex, I had a go at getting the data in txt (csv) format. The link for that is https://www.ceps.cz/download-data/?format=txt which returns a base64 encoded string, converting to regular text...

Few links to get started. https://guide.openenergymonitor.org/technical/api/ https://guide.openenergymonitor.org/setup/remote/ In the UK smart meter implementation is kind of a mess so far. Getting direct access to your own data isn't possible yet...