Jannik-Schilling / generate_swmm_inp

a QGIS plugin for the import and export of SWMM input files (conversion of geodata, e.g. shapefiles or geopackage into SWMM models and vice versa)
GNU General Public License v2.0
35 stars 11 forks source link

replace NULL with np.nan #5

Closed Jannik-Schilling closed 2 years ago

Jannik-Schilling commented 2 years ago

replacement of NULL with np.nan seems to produce an error depending on the date type in the column...

A replacement of str(NULL) could be a quick and dirty fix.

Jannik-Schilling commented 2 years ago

possibly fixed with #7

Jannik-Schilling commented 2 years ago

confirmed