HydrologicEngineeringCenter / HEC-FDA

Hydrologic Engineering Center - Flood Damage Analysis
MIT License
11 stars 2 forks source link

Adding logic to check that types match expected when loading SI from … #1127

Closed Brennan1994 closed 3 months ago

Brennan1994 commented 3 months ago

…shapefile.

rnugent3 commented 3 months ago

Does this change mean that we can import long formatted data successfully, or that the software will know to reject long formatted data?

Brennan1994 commented 3 months ago

Right now this just rejects it on SI import. I'd like to just accept it and cast it, but it's trickier than you might expect. I'm working on it.

Brennan1994 commented 3 months ago

we now reject long formatted data. Merging this in for now, as it's a better system then before. Ideally we'd accept any number type for number values.