Hi there! I'm working with the London TfL hex grid (a uniform hexagonal grid geography created by the Transport department which spans the greater London area) and I'm trying to calculate the percentage of the area of each hex that is covered by a specific type of land cover. However, I'm running into major trouble using the methodology I'm familiar with because the landcover dataset I'm using is a very complex feature class (though it only includes two types of landcover).
I dissolved the land cover dataset so it wasn't split into so many pieces (it dissolved into larger blocks of its two landcover types), which took nearly 8 hours to process. I then tried to intersect the landcover dataset with the uniform hex grid, which I would have then spatial joined to the hex grid and summarized the area of the intersected landcover dataset pieces (then, I could have divided the summarized area by the uniform area of the hexes to get a percentage). The Intersect tool ran 8+ hours overnight, and in the morning, returned a blank feature class, despite showing no error.
Is there a different tool or methodology I could use to yield the same results? I have no other option in terms of land cover dataset- I've even tried simplifying the dataset, which also took hours to process and failed. If you have any suggestions for work arounds or other tools I might be unfamiliar with, PLEASE let me know!! Thanks!!