Custom query (1091 matches)

Filters
 
or
 
  
 
Columns

Show under each result:


Results (82 - 84 of 1091)

Ticket Resolution Summary Owner Reporter
#2258 fixed Unvalid link in actinia quickstart osgeolive@… bakaniko
Description

This link is not working anymore (error 404) 6-days NDVI, MOD13C1, V006, CMG 0.05 deg res. (latlong/modis_ndvi_global/; source: https://lpdaac.usgs.gov/dataset_discovery/modis/modis_products_table/mod13c1_v006)

#2328 wontfix Virtualbox guest utils addon not installed in OL14-rc2 osgeolive@… bakaniko
Description

The shared folder feature and the screen size recognition worked well in OSGeoLive 14 beta1 but in RC2 they are not working anymore.

Packages installed in beta1 and absent in RC2

  • virtualboxguest-utils
  • virtualboxguest-x11
  • virtualboxguest-dkms

Does have been removed for space saving ?

I'm an heavy user of this.

#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.