Custom Query (1137 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (4 - 6 of 1137)

1 2 3 4 5 6 7 8 9 10 11 12
Ticket Resolution Summary Owner Reporter
#2491 fixed uDig remove installation osgeolive@… cvvergara
Description

Discussion with Jody in discourse

The uDig installation can be removed from the disk.

#2483 fixed odc-geo upgrade osgeolive@… darkblueb
Description

Opendatacube project core library odc-geo can be upgraded. Using a very recent build alpha17 ISO image, call pip3 to install odc-geo and watch the result. pip3 believes that odc-geo==0.4.8 is directly installable with the other core lib versions already there.

user@osgeolive:~$ sudo pip3 install --upgrade --break-system-packages  odc-geo
Requirement already satisfied: odc-geo in /usr/lib/python3/dist-packages (0.2.1)
Collecting odc-geo
  Downloading odc_geo-0.4.8-py3-none-any.whl.metadata (5.0 kB)
Requirement already satisfied: affine in /usr/lib/python3/dist-packages (from odc-geo) (2.4.0)
Requirement already satisfied: cachetools in /usr/lib/python3/dist-packages (from odc-geo) (5.3.0)
Requirement already satisfied: numpy in /usr/lib/python3/dist-packages (from odc-geo) (1.26.4)
Requirement already satisfied: pyproj>=3.0.0 in /usr/lib/python3/dist-packages (from odc-geo) (3.6.1)
Requirement already satisfied: shapely in /usr/lib/python3/dist-packages (from odc-geo) (2.0.3)
Requirement already satisfied: certifi in /usr/lib/python3/dist-packages (from pyproj>=3.0.0->odc-geo) (2023.11.17)
Downloading odc_geo-0.4.8-py3-none-any.whl (150 kB)
   ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 150.1/150.1 kB 267.5 kB/s eta 0:00:00
Installing collected packages: odc-geo
  Attempting uninstall: odc-geo
    Found existing installation: odc-geo 0.2.1
    Uninstalling odc-geo-0.2.1:
      Successfully uninstalled odc-geo-0.2.1
Successfully installed odc-geo-0.4.8

If true - that is as simple as it gets.. just take 0.4.8 and package it without other depends.. and done

#2482 fixed add PostGIS-3.5 osgeolive@… darkblueb
Description

release https://postgis.net/2024/09/PostGIS-3.5.0/

binary https://download.osgeo.org/postgis/source/postgis-3.5.0.tar.gz

1 2 3 4 5 6 7 8 9 10 11 12
Batch Modify
Note: See TracBatchModify for help on using batch modify.
Note: See TracQuery for help on using queries.