Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Incorrect handling of quotes with pcr.aguila #325

Closed
OliverSchmitz opened this issue Mar 1, 2021 · 3 comments
Closed

Incorrect handling of quotes with pcr.aguila #325

OliverSchmitz opened this issue Mar 1, 2021 · 3 comments

Comments

@OliverSchmitz
Copy link
Member

this used to work:
pcr.aguila('dem.map + anArea.map')

@OliverSchmitz OliverSchmitz added this to the PCRaster 4.3.1 milestone Mar 1, 2021
@kordejong
Copy link
Member

I am not sure whether that is true. Anyway, this used to work as well:

# Show dem.map + ldd.map and soil.map (two windows)
pcr.aguila(["dem.map", "ldd.map"], "soil.map")

@kordejong
Copy link
Member

De aguila functie is gemaakt voor het bekijken van Python variabelen. Dus geen referenties naar rasters op disk enzo. Alleen Python variabelen. Je bent aan het scripten en wil ff kijken hoe een raster eruit ziet. aguila([dem, ldd], soil). Al het andere werkt toevallig.

@OliverSchmitz
Copy link
Member Author

werkte... ik heb het toen per ongeluk gesloopt
dit werkt nog wel
aguila('--timesteps=[1,181,1]','q')

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants