nismod / open-gira

Open-data Global Infrastructure Risk/Resilience Analysis
https://nismod.github.io/open-gira/
MIT License
12 stars 3 forks source link

Discard duplicate tracks #173

Closed thomas-fred closed 5 months ago

thomas-fred commented 5 months ago

Some of the STORM tracks are duplicated (for a given year and TC number, there are duplicate timesteps). This was causing problems down the line when interpolating between discontinuities in timestep.

Changes:

In the future it might be an idea to re-write the parsers as classes, inheriting from a common ancestor. I shall take the technical debt this time. :volcano: