diff --git a/dev/.documenter-siteinfo.json b/dev/.documenter-siteinfo.json index c59de5b..4433778 100644 --- a/dev/.documenter-siteinfo.json +++ b/dev/.documenter-siteinfo.json @@ -1 +1 @@ -{"documenter":{"julia_version":"1.9.3","generation_timestamp":"2023-10-15T22:19:48","documenter_version":"1.1.1"}} \ No newline at end of file +{"documenter":{"julia_version":"1.9.3","generation_timestamp":"2023-10-16T07:21:42","documenter_version":"1.1.1"}} \ No newline at end of file diff --git a/dev/animations/index.html b/dev/animations/index.html index 1079a5a..88c213d 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 80d53e6..df6d90c 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 aba3441..4ecd2c2 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 c709224..f49d9f2 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 32d5f1a..66ae5c9 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 6ce263f..eeaab11 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