SymbolixAU / geojsonsf

Conversion between sf and geojson
Other
82 stars 7 forks source link

ignore validation checks #6

Closed SymbolixAU closed 6 years ago

SymbolixAU commented 6 years ago

Every stage of parsing has a validate_type (or equivalent). Add an argument like force = T or ignore_checks = T to skip these validation steps and see what / if there is any speed benefit.

SymbolixAU commented 6 years ago

nah, not doing this, it's fast enough and I like the validation.