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
the importer will then set the region before executing the r.import (thus can also be used for ephemeral processing --> will be written in PC)
if no extent given, the current set region will be used
This will be analogue to r.import with extent=region. For persistent processing the region can be set in advance, for ephemeral processing it has to be done in a previous step --> see also next section "Related to this"
Related to this:
For persistent processing the set region is not merged
The importer should be able to set a region:
r.import
(thus can also be used for ephemeral processing --> will be written in PC)r.import
withextent=region
. For persistent processing the region can be set in advance, for ephemeral processing it has to be done in a previous step --> see also next section "Related to this"Related to this:
The text was updated successfully, but these errors were encountered: