Daniel J. Dufour
Daniel J. Dufour
Hmmm... I wonder what could be the cause of it. Have you checked out GEOTRANS and see how they are doing it? I published a container to dockerhub under geodesy/geotrans...
Hi, @Tronald . This is very interesting research. Thank you! Here's some code from `geotrans3.8/SpreadsheetTester/linux_64/SpreadsheetTester.cpp` that speaks to precision: ``` BOOLEAN Compare_MGRS_Result(char* expected_str, char* results_str) { long expected_zone, results_zone; long...
Hi, @matthias-ccri . That's a great suggestion! Would you like to work on a contribution and submit a Pull Request? If not, I can try to get to it, but...
If you (or whoever) works on this, please also add a test case to https://github.com/proj4js/mgrs/blob/master/test/test.js
Hi, @krishnaglodha . Thank you for submitting this issue. My best guess is that GeoRasterLayer might not support the projection of your GeoTIFF. Could you provide the GeoTIFF? If you...
Hi, @rohith231 . Unfortunately, I'm super busy for the next few days. I'll try to give you an answer in the middle of next week. In the interim, could you...
Looks like a great GeoTIFF! I'm curious, what's the source of the elevation data? Would you be interested in contributing it to https://github.com/geotiff/test-data ? It is a repository of testing...
Hi, sorry about that! I'll merge this right away.
Sorry again for missing this. The only requirements for adding a tiff to https://github.com/geotiff/test-data are: - file is relatively small (less than 5mb) making it quick to download all the...
Hi, @meteozgz . Thanks for posting this issue. I'll look into it.