dabreegster / odjitter

Disaggregate zone-based origin/destination data to specific points
Apache License 2.0
12 stars 6 forks source link

CRS is not checked #43

Open mem48 opened 1 year ago

mem48 commented 1 year ago

The function does not check the inputs all have the same CRS. Is not the same unhelpful error is given

Error: No subpoints for zone jitterS01008272

WHich makes is sound like an error in a specific zone. A quick CRS check of the inputs would catch this.

Robinlovelace commented 1 year ago

Can you provide a reproducible example to test if and when this has been fixed? Should be a 2 liner on the R side..