Given a dummy heightmap (or digital elevation model) stored as a Numpy array like this: I can calculate its slope and aspect like this: And visualise it: But how would I go the other way? I’d like to generate a blank 2D Numpy array of a fixed size, then fill it with values that follow a known slope and aspect