Skip to content

Commit

Permalink
Merge pull request #52 from ecmwf/develop
Browse files Browse the repository at this point in the history
Develop
  • Loading branch information
awarde96 authored Nov 5, 2024
2 parents 1c55ba6 + a4e6cfa commit c17e5a6
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 8 deletions.
6 changes: 0 additions & 6 deletions covjsonkit/encoder/Path.py
Original file line number Diff line number Diff line change
Expand Up @@ -110,8 +110,6 @@ def from_polytope(self, result):
)

combined_dict = {}
for k in range_dict.keys():
print(k, range_dict[k])

for date in fields["dates"]:
if date not in combined_dict:
Expand Down Expand Up @@ -186,8 +184,4 @@ def from_polytope(self, result):
mm["Forecast date"] = date
self.add_coverage(mm, coords[date], val_dict)

# self.add_coverage(mars_metadata, coords, range_dict)
# return self.covjson
# with open('data.json', 'w') as f:
# json.dump(self.covjson, f)
return self.covjson
2 changes: 1 addition & 1 deletion covjsonkit/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.0.26"
__version__ = "0.0.27"
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
pandas
orjson
datetime
numpy
#numpy=1.26.4
xarray
pandas==2.2.0
covjson-pydantic
Expand Down

0 comments on commit c17e5a6

Please sign in to comment.