Sandbox: Difference between revisions

From IMAGE
Jump to navigation Jump to search
No edit summary
No edit summary
 
(119 intermediate revisions by the same user not shown)
Line 1: Line 1:
{{#ask:
 
[[Crop fraction in agricultural area - grid]]  
<math>x=2b </math>
| mainLabel=Variable
 
| ?IsOutputOf = output
<math display="block">y = \surd(2a + b)</math>
| format=graph
 
| graphname=output
<math>y =\surd(2a + b)</math>
| graphcolor=yes
 
| graphlink=yes
Query:
| graphlabel=yes
{{#arraymap:
| nodeshape=box
{{#ask:[[Property:BelongsToTheme]]
| arrowdirection=TB
|mainlabel=-
| relation=parent
|?Allows value=
| graphsize=4
|format=Plainlist
| limit=200
|valuesep=;
}}
}}
{{#ask:
|;|xx
[[Crop fraction in agricultural area - grid]]  
|<h2>Theme xx</h2>
  | mainLabel=Variable
{{#arraymap:
  | ?IsInputFor = input
  {{#ask:[[Category:ThemeItem]][[BelongsToTheme::xx]]
  | format=graph
| format=Plainlist
  | graphname=input
| link=none
  | graphcolor=yes
                      |sep=;
  | graphlink=yes
}}
  | graphlabel=yes
|;|yy
  | nodeshape=box
        |[[yy]]
  | arrowdirection=TB
      |;}}
  | graphsize=9
|}}
  | limit=200
 
 
Query  with chain:
 
{{#ask:[[-HasPreviousVersion::IMAGE 3.0.1]]
|mainlabel=-
|?IsComposedOfModelVersion.HasVersionDocument=
|sort=IsComposedOfModelVersion.HasVersionDocument
}}
}}
footnote<ref>Hier staat de footnote text</ref> Hoe werkt dat hier?
<syntaxhighlight lang="python3" line="1">
           
    def open_stdout_file(self, prefix):
        try:
            fn = prefix + self._metavar.variable + ".txt"             
            fp = os.path.join(self._pp_logdir,"stdout", fn)
            stdout_file = open(fp,"w")
            return stdout_file
       
        except Exception:
            raise
</syntaxhighlight>
== dit is de editor functie working ==
de parameter voor de url = veaction=edit...
{{reflist}}

Latest revision as of 16:32, 24 March 2020

Query:

Theme Climate

Climate adaptation (Climate);Climate change (Climate);Climate impacts (Climate);Climate mitigation (Climate);GHG emissions (Climate);Other climate (Climate)

Theme Air pollution

Air quality (Air pollution);BC-OC emissions (Air pollution);Other air pollution (Air pollution)

Theme Food

Animal husbandry (Food);Crop production (Food);Food demand (Food);Nutrition and diet (Food);Other food (Food);Trade (Food)

Theme Nature and biodiversity

Aquatic biodiversity (NB);Eco goods and services (NB);Land cover (NB);Other nature and biodiversity (NB);Terrestrial biodiversity (NB)

Theme Land use

Agricultural land use (Land use);Degradation (Land use);Forestry (Land use);Land use system (Land use);Natural vegetation (Land use);Other land use (Land use)

Theme Energy

Energy demand (Energy);Energy emissions (Energy);Energy system (Energy);Other energy (Energy);Resources (Energy)

Theme Water

Access to drinking water (Water);Flood risk (Water);Irrigation (Water);Other water (Water);Precipitation (Water);Water quality (Water);Water stress (Water)

Theme Human development

Human development (HD)


Query with chain:

TIMER 3.0 archive.pdf, IMAGE land management 3.0 archive.pdf


footnote[1] Hoe werkt dat hier?

<syntaxhighlight lang="python3" line="1">

   def open_stdout_file(self, prefix): 
       try:
           fn = prefix + self._metavar.variable + ".txt"              
           fp = os.path.join(self._pp_logdir,"stdout", fn)
           stdout_file = open(fp,"w")
           return stdout_file
       
       except Exception:
           raise

</syntaxhighlight>

dit is de editor functie working

de parameter voor de url = veaction=edit...

Template:Reflist

  1. Hier staat de footnote text