Custom Query (1154 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (25 - 27 of 1154)

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19
Ticket Resolution Summary Owner Reporter
#2428 fixed xarray io for netCDF osgeolive@… darkblueb
Description

some sample code shows xarray.open_dataset() yet it is not installed

xarray optional dependencies are described here:

https://docs.xarray.dev/en/stable/getting-started-guide/installing.html

#1149 fixed WSGI Apps preferred conf live-demo@… darkblueb
Description

Python WSGI apps have to share resources on the Live. This ticket is just a reminder for best practices while things are tuned. At the time of writing, EOxServer has the following settings, which appear to be appropriate for the Live:

    processes=5 threads=1
#1210 fixed wrong version of leaflet is installed johanvdw johanvdw
Description

On the current build of the live dvd an old version of leaflet is accidently installed (0.2 instead of 0.6.2).

This renders the quickstart and demo useless. The fix is fairly easy, and won't affect other programs on the live dvd.

It can be tested on the current live dvd by running

apt-get install libjs-leaflet

I therefore propose to add this fix even though we are already at a RC level.

Full fix below:

--- install_leaflet.sh	(revision 10783)
+++ install_leaflet.sh	(working copy)
@@ -20,6 +20,7 @@
 ####
 
 add-apt-repository --yes ppa:johanvdw/leafletjs
+apt-get -q update
 apt-get --assume-yes install libjs-leaflet


1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19
Batch Modify
Note: See TracBatchModify for help on using batch modify.
Note: See TracQuery for help on using queries.