How To Import Tile Maps via Script?

Hi,
I noticed that no one seems to come here anymore, seems pretty abandoned, i am new here though, hoping to possible get an answer.
I would like to know, if its possible to have a script that can import thousands of map tiles, be it height, color, mask, normal etc via script, where the tiles can have any resolution, and are already named in a way that it gets built from left hand corner and must overlap by one pixel.
In one of my example it would be raw 32bit float height each tile is 257x257 where they overlap by one pixel becoming 256x256, second tile would be on top and overlap by one pixel, up to 8 in total, then second row would follow starting from left to right, going up 8 tiles as well, so on and so forth.
Basically it would be like a large area with 8x8=64 total sections, only for that area, all are 257x257 once overlapped by one pixel it would be 2048x2048 area, and there are more than one area each is same resolutions per section.
Is something like that even possible?
Can anyone share a script that can do just that? For either merging tiles of height, color etc, or if not possible at least height raw maps?
I noticed that no one seems to come here anymore, seems pretty abandoned, i am new here though, hoping to possible get an answer.
I would like to know, if its possible to have a script that can import thousands of map tiles, be it height, color, mask, normal etc via script, where the tiles can have any resolution, and are already named in a way that it gets built from left hand corner and must overlap by one pixel.
In one of my example it would be raw 32bit float height each tile is 257x257 where they overlap by one pixel becoming 256x256, second tile would be on top and overlap by one pixel, up to 8 in total, then second row would follow starting from left to right, going up 8 tiles as well, so on and so forth.
Basically it would be like a large area with 8x8=64 total sections, only for that area, all are 257x257 once overlapped by one pixel it would be 2048x2048 area, and there are more than one area each is same resolutions per section.
Is something like that even possible?
Can anyone share a script that can do just that? For either merging tiles of height, color etc, or if not possible at least height raw maps?