Custom query (1088 matches)

Filters
 
or
 
  
 
Columns

Show under each result:


Results (43 - 45 of 1088)

Ticket Resolution Summary Owner Reporter
#2370 fixed pycsw GetCapabilities causes shapely bug with numpy osgeolive@… kalxas
Description
user@osgeolive:/var/log/apache2$ tail -f error.log 
[Tue Jun 21 13:35:17.522655 2022] [mpm_prefork:notice] [pid 1074] AH00163: Apache/2.4.52 (Ubuntu) mod_fcgid/2.3.9 mod-mapcache/1.12.0 mod_wsgi/4.9.0 Python/3.10 configured -- resuming normal operations
[Tue Jun 21 13:35:17.522692 2022] [core:notice] [pid 1074] AH00094: Command line: '/usr/sbin/apache2'
[Tue Jun 21 13:40:37.628493 2022] [wsgi:error] [pid 1095] /usr/lib/python3/dist-packages/shapely/geometry/base.py:30: UserWarning: NumPy was imported from a Python sub-interpreter but NumPy does not properly support sub-interpreters. This will likely work for most users but might cause hard to track down issues or subtle bugs. A common user of the rare sub-interpreter feature is wsgi which also allows single-interpreter mode.
[Tue Jun 21 13:40:37.628513 2022] [wsgi:error] [pid 1095] Improvements in the case of bugs are welcome, but is not on the NumPy roadmap, and full support may require significant effort to achieve.
[Tue Jun 21 13:40:37.628516 2022] [wsgi:error] [pid 1095]   import numpy as np
[Tue Jun 21 13:40:37.643970 2022] [wsgi:error] [pid 1095] [client 127.0.0.1:52104] /csw.py, referer: http://localhost/pycsw/tests/index.html
#2369 fixed GeoExt fails to launch osgeolive@… kalxas
Description
Uncaught TypeError: c is not a constructor
ExtJS 2
<anonymous> http://localhost/geoext/:101
ExtJS 7
#2367 fixed Lightweight R-spatial bundle osgeolive@… bakaniko
Description

Trying to install the sf R package without the whole tidyverse metapackage.

From blank ubuntu budgie 22.04, needs to be tested during build

# Cpp compilation dependencies
sudo apt install make g++

# geospatial dependecies (should be already there)
sudo apt install libgdal-dev lib-proj-dev lib-geos-dev libudunits2-dev

# R installation
sudo apt install --no-install-recommends r-base # after following CRAN steps see https://cran.r-project.org/

# special dependecies used by sf
sudo apt install --no-install-recommends gfortran r-cran-classint r-cran-dplyr

# install sf for geodata handlingand ggplot2 for mapping
sudo apt install --no-install-recommends r-cran-sf r-cran-ggplot2

package size indications (from apt command) :

  • r-base: 76,2 Mo
  • g++: 29,5 Mo
  • gfortran: 34,6 Mo
  • r-cran-sf :23 Mo
  • r-cran-classint : 2 Mo
  • r-cran-dplyr : 14,1 Mo
Batch Modify
Note: See TracBatchModify for help on using batch modify.
Note: See TracQuery for help on using queries.