Purely cosmetic change / increasing the consistency.
The AG abbreviation was already used almost everywhere in the tests. This changes the last few, and changes the import over to import ArchGDAL as AG. Since in the docs there is mixed usage, I didn't change it there, sticking to using ArchGDAL; const AG = ArchGDAL which gets both ArchGDAL and AG in the namespace. Same for GeoFormatTypes.
Purely cosmetic change / increasing the consistency.
The AG abbreviation was already used almost everywhere in the tests. This changes the last few, and changes the import over to
import ArchGDAL as AG
. Since in the docs there is mixed usage, I didn't change it there, sticking tousing ArchGDAL; const AG = ArchGDAL
which gets both ArchGDAL and AG in the namespace. Same for GeoFormatTypes.