Closed rbeyer closed 2 years ago
The bounding box, as defined: -bbox -1054.500 -1373.500 387.500 56.500
is 1442 m wide by 1430 m tall, which is pretty squarish, so I think that synthcraters
is doing what is being asked of it. Maybe we need to evaluate how the bounding box values are extracted from this map?
This error was from a data entry mis-understanding, but the format that we take bbox entries is lower-left upper-right, and it was pointed out that the GDAL pattern is upper-left lower-right. So changing to the GDAL pattern is probably going to be best for interoperability, and user interface.
It appears that
synthcraters
is not respecting the--bbox
argument.When
--bbox -1054.500 -1373.500 387.500 56.500
is given, which should match the area of this map:The returned craters are not in that area, but in a square area.