I am trying to merge two separate datasets (shapefiles) which each have about 4 million features each. Each one is in a different UTMZ (32N and 33N) and do not intersect because they are supposed to be combined to fit the entire area of interest.
I have tried both merge and append to combine these two datasets, however both times the outputs only produce about 24k additional features to the first dataset that gets read in, even though there is no warning or error message. The merged features are geographically dispersed across the AOI and geographically seem to line up with the original dataset
Should I reproject to GCS and then try merging? Simply merging takes ~7 hours, so I wanted to try other things before taking that step. Otherwise, would it be recommended to import them into a GDB?
Any advice would be greatly appreciated, and happy to clarify the issue more. thanks!