You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@jgrss I have about 30 time series features covering a large geographic area (northern Tanzania). Each time series feature is currently stored in non-uniform grids - some features have a large number of tiles, while others only have a few (see below).
I have trained a ML model based on sample data and now want to predict back to the rasters - but given the large size and non-uniform nature of the grids, I am having trouble deciding how best to handle this.
Previously, i had created a "prediction stack" of all the features, so in this case it would 32 bands and then ran:
So I guess its a three part question: 1) can i create VRTs to help read in the non-uniform image grids and read the VRTs into geowombat? , 2) assuming I have read in the data, is my best bet to create a series of uniform "prediction" tiles, 3) is apply likely the fastest low-memory option for prediction?
I know that's a lot, but any thoughts would be helpful.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
@jgrss I have about 30 time series features covering a large geographic area (northern Tanzania). Each time series feature is currently stored in non-uniform grids - some features have a large number of tiles, while others only have a few (see below).
I have trained a ML model based on sample data and now want to predict back to the rasters - but given the large size and non-uniform nature of the grids, I am having trouble deciding how best to handle this.
Previously, i had created a "prediction stack" of all the features, so in this case it would 32 bands and then ran:
So I guess its a three part question: 1) can i create VRTs to help read in the non-uniform image grids and read the VRTs into geowombat? , 2) assuming I have read in the data, is my best bet to create a series of uniform "prediction" tiles, 3) is apply likely the fastest low-memory option for prediction?
I know that's a lot, but any thoughts would be helpful.
List of time series features (N=32):
Where each image is broken into a non-uniform grid for instance:
and
Beta Was this translation helpful? Give feedback.
All reactions