Skip to content
This repository has been archived by the owner on Sep 27, 2023. It is now read-only.

Adding XLSX converter for SPIDA / pole analysis #1331

Draft
wants to merge 26 commits into
base: develop
Choose a base branch
from
Draft
Show file tree
Hide file tree
Changes from 9 commits
Commits
Show all changes
26 commits
Select commit Hold shift + click to select a range
d9cd85b
Adding XLSX converter for SPIDA / pole analysis
aivanova5 Sep 13, 2023
f9cb6d3
Update xlsx-spida2csv-geodata.py
aivanova5 Sep 13, 2023
adabad9
Update xlsx-spida2csv-geodata.py
aivanova5 Sep 13, 2023
022cd1d
Update xlsx-spida2csv-geodata.py
aivanova5 Sep 13, 2023
cca4499
Update xlsx-spida2csv-geodata.py
aivanova5 Sep 13, 2023
8307129
Update xlsx-spida2csv-geodata.py
aivanova5 Sep 13, 2023
f82aa65
Update xlsx-spida2csv-geodata.py
aivanova5 Sep 13, 2023
298bd22
Update xlsx-spida2csv-geodata.py
aivanova5 Sep 18, 2023
97fb9bc
Merge branch 'develop' into develop-add-xlsx-converter
dchassin Sep 22, 2023
2bd1ef3
Update version.h
Jun 29, 2023
ab162fc
Add support for accessing ISO New England hourly market data (#1307)
dchassin Jul 3, 2023
3406e94
Add wheel install (#1310)
dchassin Jul 9, 2023
4c5344b
Add shell subcommand (#1312)
dchassin Jul 10, 2023
ae7f891
Update Geodata.md (#1314)
aivanova5 Jul 14, 2023
05b2a02
Fix create_meters.py implementation (#1321)
aivanova5 Jul 28, 2023
4719de9
Update README.md (#1315)
dchassin Jul 31, 2023
b6c8e43
Add group tool (#1319)
dchassin Jul 31, 2023
256a551
Updated pole.cpp (#1317)
AllisonBrand Sep 19, 2023
bbbbcb4
Update test_pole.csv (#1337)
dchassin Sep 22, 2023
c666f9d
Add headers and source to build target (#1336)
dchassin Sep 22, 2023
d00b29b
Add create_childs tool (#1335)
dchassin Sep 22, 2023
33a4de9
Merge branch 'develop' into develop-add-xlsx-converter
dchassin Sep 22, 2023
fde683e
Format update to converters for help command
aivanova5 Sep 22, 2023
67750e0
Merge branch 'develop-add-xlsx-converter' of https://github.com/aivan…
aivanova5 Sep 22, 2023
88af99a
Merge branch 'arras-energy:develop' into develop
aivanova5 Sep 22, 2023
d1a93b0
Merge branch 'develop' into develop-add-xlsx-converter
aivanova5 Sep 22, 2023
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions converters/Makefile.mk
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,7 @@ dist_pkgdata_DATA += converters/xls-spida2csv-geodata.py
# xlsx -> csv
dist_pkgdata_DATA += converters/xlsx2csv.py
dist_pkgdata_DATA += converters/xlsx-workbook2csv-table.py
dist_pkgdata_DATA += converters/xlsx-spida2csv-geodata.py

#
# SUPPORT MODULES
Expand Down
2 changes: 0 additions & 2 deletions converters/xls-spida2csv-geodata.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,6 @@

"""

import pandas

default_options = {
"precision" : 2,
"extract_equipment" : None,
Expand Down
Loading