Daniel J. Dufour

Results 197 issues of Daniel J. Dufour

I'm weighing the pros and cons of replacing mocha and chai with [flug](https://github.com/danieljdufour/flug). Although they are popular, dependabot occasionally flags security vulnerabilities with these libraries and I'd rather not bother...

This should fix #29 . I haven't tested toPoint on 100k MGRS strings, but my quick read through the code makes me thin this might change the result of toPoint...

For polar regions, mgrs switches from UTM to Universal Polar Stereographic: https://en.wikipedia.org/wiki/Military_Grid_Reference_System#Polar_regions For previous discussion see: https://github.com/proj4js/mgrs/issues/11

enhancement

Should include example with non-4326 projection

Check out EU Pasture land or clipped MapSpam data.... or World Pop ANC??

changes: - remove get100kSetForZone, which doesn't appear to be used - remove num100kSets, which was only used by get100kSetForZone

In theory, it might be possible to remove the requirement to run Docker and PostgreSQL for tests, if you use an in-memory PostgreSQL instance [pg-mem](https://github.com/oguimbal/pg-mem). The pros would be that...

if an expr returns null or undefined or NaN, we should follow a defined strategy expr_nullish_strategy "skip" - just skip inserting "no-data" - replace with out_no_data if available and proceed...