diff --git a/dev/.documenter-siteinfo.json b/dev/.documenter-siteinfo.json index aaf13e1..cc2d09d 100644 --- a/dev/.documenter-siteinfo.json +++ b/dev/.documenter-siteinfo.json @@ -1 +1 @@ -{"documenter":{"julia_version":"1.9.3","generation_timestamp":"2023-10-15T16:44:33","documenter_version":"1.1.1"}} \ No newline at end of file +{"documenter":{"julia_version":"1.9.3","generation_timestamp":"2023-10-15T16:59:58","documenter_version":"1.1.1"}} \ No newline at end of file diff --git a/dev/animations/index.html b/dev/animations/index.html index 36eefb7..b5c536c 100644 --- a/dev/animations/index.html +++ b/dev/animations/index.html @@ -5,4 +5,4 @@ t[]=i sleep(0.01) end -

Recording animations

+

Recording animations

diff --git a/dev/cds/index.html b/dev/cds/index.html index 81607bb..3b9c375 100644 --- a/dev/cds/index.html +++ b/dev/cds/index.html @@ -25,4 +25,4 @@ ), "era5_pressure_levels_$(join(variable,"_")).nc" ) -

Arctic regional reanalysis

Arctic regional reanalysis (CARRA) can be download from the climate data store

MetCoop

Harmonie Arome NetCDF file from Met Norway: todo

+

Arctic regional reanalysis

Arctic regional reanalysis (CARRA) can be download from the climate data store

MetCoop

Harmonie Arome NetCDF file from Met Norway: todo

diff --git a/dev/example/index.html b/dev/example/index.html index 1d12861..b3a1d98 100644 --- a/dev/example/index.html +++ b/dev/example/index.html @@ -12,4 +12,4 @@ plot(pv)

Updating t wil update the plot e.g.

for i=1:100
    t[] = i
    sleep(0.01)
-end 

You can access eyeposition in ax.scene and update in the for loop

+end

You can access eyeposition in ax.scene and update in the for loop

diff --git a/dev/index.html b/dev/index.html index 2f6fd40..c9106ea 100644 --- a/dev/index.html +++ b/dev/index.html @@ -16,4 +16,4 @@ plot(pv)

The plot will update automatically with

t[]=2

to make a basic animation you can do

for ti = 1:100
    t[]=ti
    sleep(0.01)
-end 
+end diff --git a/dev/keyboard/index.html b/dev/keyboard/index.html index 8d32457..f78a46a 100644 --- a/dev/keyboard/index.html +++ b/dev/keyboard/index.html @@ -1,2 +1,2 @@ -Keyboard control · NCPlots.jl

Keyboard controls

See Makie Camera3D documentation

Translations

KeyTranslation
rUp
fDown
aLeft
dRight
wForward
sBackward
PgUpStrech. Moving eyepostion away from lookat.
PgDnContract. moving eyeposition towards lookat.

Pan tilt roll

KeyPan, Tilt, Roll
jPan left
lPan right
iTilt up
kTilt down
eRoll clockwise
qRoll counter

Zoom

KeyZoom
uzoom in (enlarge, via fov).
ozoom out (shrink, via fov).
+Keyboard control · NCPlots.jl

Keyboard controls

See Makie Camera3D documentation

Translations

KeyTranslation
rUp
fDown
aLeft
dRight
wForward
sBackward
PgUpStrech. Moving eyepostion away from lookat.
PgDnContract. moving eyeposition towards lookat.

Pan tilt roll

KeyPan, Tilt, Roll
jPan left
lPan right
iTilt up
kTilt down
eRoll clockwise
qRoll counter

Zoom

KeyZoom
uzoom in (enlarge, via fov).
ozoom out (shrink, via fov).
diff --git a/dev/references/index.html b/dev/references/index.html index 4870534..a65a38f 100644 --- a/dev/references/index.html +++ b/dev/references/index.html @@ -1,3 +1,3 @@ -API reference · NCPlots.jl
NCPlots.plotFunction
fig,ax,plt = plot(var)

Plots variable var on the sphere. Returns fig ax and plt.

source
NCPlots.lonlat2xyzFunction
x,y,z = lonlat2xyz(lons,lats)

Convert lons, lats to x,y,z coordinates.

lons, lats can be either Vector or Matrix (for irregular grids in LAM models )

source
NCPlots.lonpadviewFunction
lonpadview(data::Matrix) 
-lonpadview(data::Vector)

Returns a view of data with the first row (assumed to be the longitude dimensions repeated at the end.

source
NCPlots.isperiodiclonFunction
isperiodiclon(lons)

Returns true if lons is a Vector and lons is periodic. false if lons is a Matrix (irregular grid LAM model)

source
+API reference · NCPlots.jl
NCPlots.plotFunction
fig,ax,plt = plot(var)

Plots variable var on the sphere. Returns fig ax and plt.

source
NCPlots.lonlat2xyzFunction
x,y,z = lonlat2xyz(lons,lats)

Convert lons, lats to x,y,z coordinates.

lons, lats can be either Vector or Matrix (for irregular grids in LAM models )

source
NCPlots.lonpadviewFunction
lonpadview(data::Matrix) 
+lonpadview(data::Vector)

Returns a view of data with the first row (assumed to be the longitude dimensions repeated at the end.

source
NCPlots.isperiodiclonFunction
isperiodiclon(lons)

Returns true if lons is a Vector and lons is periodic. false if lons is a Matrix (irregular grid LAM model)

source