[OSGeo-Discuss] pgRouting version 3.5.0 release

2023-03-19 Thread Victoria Rautenbach via Discuss
Published at
https://www.osgeo.org/foundation-news/pgrouting-version-3-5-0-release/
News item by Ashish Kumar


The pgRouting Team is pleased to announce the release of pgRouting version
3.5.0
The latest release is available at [1]
For discussions on the release, go to [2]

To see all issues & pull requests closed by this release, see the Git
closed milestone for 3.5.0 on Github. [3]

*Official functions changes*

   - Dijkstra
  - Standarizing output columns to |short-generic-result|
 - pgr_dijkstra (One to One) added start_vid and end_vid columns.
 - pgr_dijkstra (One to Many) added end_vid column.
 - pgr_dijkstra (Many to One) added start_vid column.


*To update your database*

Download the packaged version from your operating system, and use this
command in the database:
ALTER EXTENSION pgrouting UPDATE TO "3.5.0";

[1]. https://github.com/pgRouting/pgrouting/releases/latest
[2]. https://github.com/pgRouting/pgrouting/discussions/2483
[3].
https://github.com/pgRouting/pgrouting/issues?utf8=%E2%9C%93=milestone%3A%22Release%203.5.0%22

Regards,
pgRouting Team
___
Discuss mailing list
Discuss@lists.osgeo.org
https://lists.osgeo.org/mailman/listinfo/discuss


[OSGeo-Discuss] GDAL 3.6.1 is released

2022-12-15 Thread Victoria Rautenbach via Discuss
News item by Even Rouault
Published at https://www.osgeo.org/foundation-news/gdal-3-6-1-is-released/


On behalf of the GDAL/OGR development team, I am pleased to announce the
release of the GDAL/OGR 3.6.1 bug fix version.

Important: GDAL 3.6.1 officially retracts GDAL 3.6.0 which could cause
corruption of the spatial index of GeoPackage files it created (in
tables with 100 000 features or more): cf
https://github.com/qgis/QGIS/issues/51188 and
https://github.com/OSGeo/gdal/pull/6911. GDAL 3.6.1 fixes that issue.
Setting OGR_GPKG_ALLOW_THREADED_RTREE=NO environment variable (at
generation time) also works around the issue with GDAL 3.6.0. Users who
have generated corrupted GeoPackage files with 3.6.0 can regnerate them
with 3.6.1 with, for example, "ogr2ogr out_ok.gpkg in_corrupted.gpkg"
(assuming a GeoPackage file with vector content only)

Consult the release notes for the list of issues addressed :
   https://github.com/OSGeo/gdal/blob/v3.6.1/NEWS.md

The sources are available at:

 https://download.osgeo.org/gdal/3.6.1/gdal-3.6.1.tar.xz
 https://download.osgeo.org/gdal/3.6.1/gdal-3.6.1.tar.gz
 https://download.osgeo.org/gdal/3.6.1/gdal361.zip

Best regards,

Even

--
http://www.spatialys.com
My software is free, but my time generally not.
___
Discuss mailing list
Discuss@lists.osgeo.org
https://lists.osgeo.org/mailman/listinfo/discuss


[OSGeo-Discuss] pgRouting version 3.4.1, 3.4.0 and version 3.3.5, 3.3.4 release

2022-10-19 Thread Victoria Rautenbach via Discuss
*Published
at 
https://www.osgeo.org/foundation-news/pgrouting-version-3-4-1-3-4-0-and-version-3-3-5-3-3-4-release/
*
*News item by Ashish Kumar*


Hello pgRouting community,

*The pgRouting Team is pleased to announce the release of pgRouting
versions 3.4.1, 3.4.0 and 3.3.5, 3.3.4*

The latest release is available at [1]
The fixes were backported to the previous versions [2]

*To see all issues & pull requests closed by version 3.4.1, see the Git
closed milestone for 3.4.1* [3]

*Issue fixes*

   - #2401: pgRouting 3.4.0 do not build docs when sphinx is too low or
   missing
   - #2398: v3.4.0 does not upgrade from 3.3.3


*To see all issues & pull requests closed by version 3.4.0, see the Git
closed milestone for 3.4.0* [4]

*Issue fixes*

   - #1891: pgr_ksp doesn't give all correct shortest path

*New proposed functions*

   - With points
  - pgr_withPointsVia (One Via)
   - Turn Restrictions
  - Via with turn restrictions
 - pgr_trspVia (One Via)
 - pgr_trspVia_withPoints (One Via)
  - pgr_trsp
 - pgr_trsp (One to One)
 - pgr_trsp (One to Many)
 - pgr_trsp (Many to One)
 - pgr_trsp (Many to Many)
 - pgr_trsp (Combinations)
  - pgr_trsp_withPoints
 - pgr_trsp_withPoints (One to One)
 - pgr_trsp_withPoints (One to Many)
 - pgr_trsp_withPoints (Many to One)
 - pgr_trsp_withPoints (Many to Many)
 - pgr_trsp_withPoints (Combinations)
  - Topology
  - pgr_degree
   - Utilities
  - pgr_findCloseEdges (One point)
  - pgr_findCloseEdges (Many points)

*New experimental functions*

   - Ordering
  - pgr_cuthillMckeeOrdering
   - Unclassified
  - pgr_hawickCircuits

*Official functions changes*

   - Flow functions
  - pgr_maxCardinalityMatch(text)
   - Deprecating pgr_maxCardinalityMatch(text,boolean)

*Deprecated functions*

   - Turn Restrictions
  - pgr_trsp(text,integer,integer,boolean,boolean,text)
  - pgr_trsp(text,integer,float8,integer,float8,boolean,boolean,text)
  - pgr_trspViaVertices(text,anyarray,boolean,boolean,text)
  - pgr_trspViaEdges(text,integer[],float[],boolean,boolean,text)

*To update your database:*

Download the packaged version from your operating system, and use this
command in the database:
ALTER EXTENSION pgrouting UPDATE TO "3.4.1";


[1] https://github.com/pgRouting/pgrouting/releases/latest
[2] https://github.com/pgRouting/pgrouting/releases
[3]
https://github.com/pgRouting/pgrouting/issues?utf8=%E2%9C%93=milestone%3A%22Release%203.4.1%22
[4]
https://github.com/pgRouting/pgrouting/issues?utf8=%E2%9C%93=milestone%3A%22Release%203.4.0%22

--
Regards,
pgRouting Team.
___
Discuss mailing list
Discuss@lists.osgeo.org
https://lists.osgeo.org/mailman/listinfo/discuss


[OSGeo-Discuss] OTB version 8.1.0 has been released

2022-09-21 Thread Victoria Rautenbach via Discuss
*News item by OSMAN JulienPublished at
https://www.osgeo.org/foundation-news/otb-version-8-1-0-has-been-released/
*


Dear OSGeo community,

We are happy to announce that OTB version 8.1.0 has been released!

This minor version brings multiple corrections to the Metadata framework,
in particular with Pleiades products. It also comes with an improvement to
the DEM Handler that won’t read multiple time the same directory. This new
behavior is described in the documentation. The NewFunctorFilter now has a
default value for the radius. And with this release, PyOTB can finally
unleash all it’s power.

The release also fixes a behavior of Superimpose application, which writes
RPC on final products if the initial product is not orthorectified, it also
includes some documentation improvements and dead code removal.

Note about known issues : Some PHR products metadata are missing when using
the DIMAP driver leading to some errors when trying to orthorectify the
product, see the RELEASE_NOTES for more details.

We welcome your feedback and requests on OTB’s GitLab and if you find a
bug, please report it !

Sincerely,
The OTB team.
___
Discuss mailing list
Discuss@lists.osgeo.org
https://lists.osgeo.org/mailman/listinfo/discuss


[OSGeo-Discuss] pgRouting version 3.3.2 release

2022-09-18 Thread Victoria Rautenbach via Discuss
*Published at
https://www.osgeo.org/foundation-news/pgrouting-version-3-3-2-release/
*
*News item by Ashish Kumar*

Hello pgRouting community,

As a part of the FOSS4G 2022 Firenze (Italy) Codesprint,

*The pgRouting Team is pleased to announce the release of pgRouting version
3.3.2*

The latest release is available at [1]
For discussions on the release, go to [2]

To see all issues & pull requests closed by this release, see the Git
closed milestone for 3.3.2 on Github. [3]

*Revised documentation*

   - Simplifying table names and table columns, for example:
  - edges instead of edge_table
 - Removing unused columns category_id and reverse_category_id.
  - combinations instead of combinations_table
  - Using PostGIS standard for geometry column.
 - geom instead of the_geom
  - Avoiding usage of functions that modify indexes, columns etc on
  tables.
 - Using pgr_extractVertices to create a routing topology
  - Restructure of the pgRouting concepts page.

*Issue fixes*

   - #2276: edgeDisjointPaths issues with start_vid and combinations
   - #2312: pgr_extractVertices error when target is not BIGINT
   - #2357: Apply clang-tidy performance


*To update your database*

Download the packaged version from your operating system, and use this
command in the database:
ALTER EXTENSION pgrouting UPDATE TO "3.3.2";

[1]. https://github.com/pgRouting/pgrouting/releases/latest
[2]. https://github.com/pgRouting/pgrouting/discussions/2359
[3].
https://github.com/pgRouting/pgrouting/issues?utf8=%E2%9C%93=milestone%3A%22Release%203.3.2%22

Regards,
pgRouting Team.
___
Discuss mailing list
Discuss@lists.osgeo.org
https://lists.osgeo.org/mailman/listinfo/discuss


[OSGeo-Discuss] pygeoapi Graduates OSGeo Incubation

2022-08-22 Thread Victoria Rautenbach via Discuss
Published at
https://www.osgeo.org/foundation-news/pygeoapi-graduates-osgeo-incubation/
*News item by Tom Kralidis*


Date: 2022-08-21

OSGeo is pleased to announce that the pygeoapi project has graduated from
incubation and is now a full-fledged OSGeo project. Tom Kralidis, pygeoapi
founder and chair of the pygeoapi Project Steering Committee (PSC), has
been appointed as project officer.

pygeoapi is a Python server implementation of the OGC API suite of
standards. The project provides a low barrier, off the shelf capability for
data providers to deliver their geospatial data, metadata and services
using OGC APIs, as well as for Python developers to extend, customize and
integrate with custom plugins and templates. pygeoapi supports
microservices architectures, and can be deployed using a number of
different deployment patterns (cloud, on premises, etc.).

Graduating incubation includes fulfilling requirements for open community
operation, a responsible project governance model, code provenance, and
general good project operation. Graduation is the OSGeo seal of approval
for a project and gives potential users and the community at large an added
confidence in the viability and safety of the project.

The pygeoapi Project Steering Committee says, “*The pygeoapi team is
excited to be recognized as an official OSGeo project. The OSGeo stamp of
approval / status has been a goal of the project since its inception in
2018. We are also happy that the project aligns with the directions of the
recently updated OGC / OSGeo Memorandum of Understanding in moving forward
Open Source and Open Standards. We are honoured to be a part of OSGeo and
such a solid group of projects*“.

OSGeo and the pygeoapi project would like to thank Michael Smith and Jody
Garnett for their assistance during this Incubation process.

Congratulations to the pygeoapi community!



*About pygeoapi*

pygeoapi is a Python server implementation of the OGC API suite of
standards. The project emerged as part of the next generation OGC API
efforts in 2018 and provides the capability for organizations to deploy a
RESTful OGC API endpoint using OpenAPI, GeoJSON, and HTML. pygeoapi is open
source and released under an MIT license.

*About OSGeo*

The Open Source Geospatial Foundation (OSGeo) is a not-for-profit
organization whose mission is to foster global adoption of open geospatial
technology by being an inclusive software foundation devoted to an open
philosophy and participatory community driven development.

The Foundation provides financial, organizational and legal support to the
broader open source geospatial community. It also serves as an independent
legal entity to which community members can contribute code, funding and
other resources, secure in the knowledge that their contributions will be
maintained for public benefit. OSGeo also serves as an outreach and
advocacy organization for the open source geospatial community, and
provides a common forum and shared infrastructure for improving
cross-project collaboration.

Visit osgeo.org for more information.
___
Discuss mailing list
Discuss@lists.osgeo.org
https://lists.osgeo.org/mailman/listinfo/discuss


[OSGeo-Discuss] Reminder: Sol Katz Award for Geospatial Free and Open Source Software - Call for Nominations

2022-07-05 Thread Victoria Rautenbach via Discuss
Just a reminder that the nominations for the Sol Katz Award will close
end-of-day on 8 July.

Please see below for more information.



On Fri, Apr 29, 2022 at 2:34 PM Victoria Rautenbach
 wrote:
>
> News item by Jeff McKenna
> Published at 
> https://www.osgeo.org/foundation-news/sol-katz-award-for-geospatial-free-and-open-source-software-call-for-nominations-2/
>
> The Open Source Geospatial Foundation would like to open nominations for the 
> 2022 Sol Katz Award for Geospatial Free and Open Source Software.
>
> The Sol Katz Award for Free and Open Source Software for Geospatial (FOSS4G) 
> will be given to individuals who have demonstrated leadership in the FOSS4G 
> community. Recipients of the award will have contributed significantly 
> through their activities to advance open source ideals in the geospatial 
> realm.
>
> Sol Katz was an early pioneer of FOSS4G and left behind a large body of work 
> in the form of applications, format specifications, and utilities while at 
> the U.S. Bureau of Land Management. This early FOSS4G archive provided both 
> source code and applications freely available to the community. Sol was also 
> a frequent contributor to many geospatial list servers, providing much 
> guidance to the geospatial community at large.
>
> Sol unfortunately passed away in 1999 from Non-Hodgkin's Lymphoma, but his 
> legacy lives on in the open source world. Those interested in making a 
> donation to the American Cancer Society, as per Sol's family's request, can 
> do so at https://donate.cancer.org .
>
> Nominations for the Sol Katz Award should be sent to solkatzaward at lists 
> dot osgeo dot org with a description of the reasons for this nomination 
> (after sending, please wait for the moderator to accept your message). 
> Nominations will be accepted until end-of-day July 8th Anywhere on Earth. A 
> recipient will be decided from the nomination list by the OSGeo selection 
> committee.
>
> The winner of the Sol Katz Award for Geospatial Free and Open Source Software 
> will be announced virtually during the FOSS4G 2022 event in Florence, Italy. 
> The hope is that the award will both acknowledge the work of community 
> members, and pay tribute to one of its founders, for years to come.
>
> It should be noted that past awardees and selection committee members are not 
> eligible.
>
> Past Awardees:
>
>  2021: Malena Libman
>  2020: Anita Graser
>  2019: Even Rouault
>  2018: Astrid Emde
>  2017: Andrea Aime
>  2016: Jeff McKenna
>  2015: Maria Brovelli
>  2014: Gary Sherman
>  2013: Arnulf Christl
>  2012: Venkatesh Raghavan
>  2011: Martin Davis
>  2010: Helena Mitasova
>  2009: Daniel Morissette
>  2008: Paul Ramsey
>  2007: Steve Lime
>  2006: Markus Neteler
>  2005: Frank Warmerdam
>
> Selection Committee 2022:
>
> Jeff McKenna (chair)
> Frank Warmerdam
> Markus Neteler
> Steve Lime
> Paul Ramsey
> Sophia Parafina
> Daniel Morissette
> Helena Mitasova
> Martin Davis
> Venkatesh Raghavan
> Arnulf Christl
> Gary Sherman
> Maria Brovelli
> Andrea Aime
> Astrid Emde
> Even Rouault
> Anita Graser
> Ariel Anthieni
___
Discuss mailing list
Discuss@lists.osgeo.org
https://lists.osgeo.org/mailman/listinfo/discuss


Re: [OSGeo-Discuss] Student conference - GeoforAll competition winners

2022-02-23 Thread Victoria Rautenbach via Discuss
Dear All

The presentation is taking place today and we will start soon. Hope
you can join.

Regards
Victoria

On Thu, Feb 17, 2022 at 8:47 AM Victoria Rautenbach
 wrote:
>
> Dear All
>
> I would like to invite you to us for presentations by our 2021 GeoforAll 
> student competition winners.
>
> Date and time: 23 February 13:00 GMT, 
> https://www.timeanddate.com/worldclock/fixedtime.html?msg=GeoforAll+student+conference=20220223T15=269=2
>
> Zoom: 
> https://up-ac-za.zoom.us/j/94205700628?pwd=UWdGZFR4elpYKzA0ZFkzSmcrUkZJdz09
>
> Schedule:
> Welcome
> English session (chair: Victoria Rautenbach)
>
> Introducing autoESDA: A python package for automated exploratory spatial data 
> analysis (ESDA), Nicholas De Kock
> Web Based GIS Application for Public Services in Qena City, Mohamed Shamroukh 
> Mohamed
> Variability of wheat and maize phenology from Sentinel-1 and -2 data, Atikul 
> Hoque
> Youth for Environmental Development: Improving the dire State of Environment 
> in Urban Communities through Citizen Science and Community Engagement, 
> Patrick Ken Kalonde
>
> Spanish session (chair: Sergio Acosta y Lara)
>
> Efecto de la variabilidad climática en la salud e inmunidad del lobo marino 
> de California, Carla Cadena Valdivia
> IGNIS Reporte ciudadano de incendios forestales, Iván Ramírez
>
>
>
> Each presentation will be 10 min with 5 min of questions and discussion. 
> There might be a couple of extra presentations in the last session.
>
> If you are unable to join us, the recording of the session will be available 
> on the GeoforAll YouTube, 
> https://www.youtube.com/channel/UCL1E2akvCNWP_nC0p5CpB8g/featured
>
> Let me know if you have any questions. I hope to (virtually) see some of you 
> at the presentations.
>
> Regards
> Victoria
___
Discuss mailing list
Discuss@lists.osgeo.org
https://lists.osgeo.org/mailman/listinfo/discuss


[OSGeo-Discuss] Student conference - GeoforAll competition winners

2022-02-16 Thread Victoria Rautenbach via Discuss
Dear All

I would like to invite you to us for presentations by our 2021 GeoforAll
student competition winners.

*Date and time*: 23 February 13:00 GMT,
https://www.timeanddate.com/worldclock/fixedtime.html?msg=GeoforAll+student+conference=20220223T15=269=2

*Zoom*:
https://up-ac-za.zoom.us/j/94205700628?pwd=UWdGZFR4elpYKzA0ZFkzSmcrUkZJdz09

*Schedule*:
*Welcome*
*English session (chair: Victoria Rautenbach)*

   - Introducing autoESDA: A python package for automated exploratory
   spatial data analysis (ESDA), *Nicholas De Kock*
   - Web Based GIS Application for Public Services in Qena City, *Mohamed
   Shamroukh Mohamed*
   - Variability of wheat and maize phenology from Sentinel-1 and -2 data,
   Atikul Hoque
   - Youth for Environmental Development: Improving the dire State of
   Environment in Urban Communities through Citizen Science and Community
   Engagement,* Patrick Ken Kalonde*

*Spanish session (chair: Sergio Acosta y Lara)*

   - Efecto de la variabilidad climática en la salud e inmunidad del lobo
   marino de California, *Carla Cadena Valdivia*
   - IGNIS Reporte ciudadano de incendios forestales, *Iván Ramírez*



Each presentation will be 10 min with 5 min of questions and discussion.
There might be a couple of extra presentations in the last session.

If you are unable to join us, the recording of the session will be
available on the GeoforAll YouTube,
https://www.youtube.com/channel/UCL1E2akvCNWP_nC0p5CpB8g/featured

Let me know if you have any questions. I hope to (virtually) see some of
you at the presentations.

Regards
Victoria
___
Discuss mailing list
Discuss@lists.osgeo.org
https://lists.osgeo.org/mailman/listinfo/discuss


[OSGeo-Discuss] Announcement: FOSS4G - Student grants

2021-08-26 Thread Victoria Rautenbach via Discuss
Dear All

We are delighted to announce the recipients of the free ticket to the
upcoming FOSS4G 2021 Buenos Aires Online conference. Below is the complete
list:

*Akintunde Kuye*, Centre for Environmental Policy/Imperial College London
*Ana Cecilia Rodríguez*, Facultad de Agronomía UDELAR
*Anderson de Oliveira*, Urban Planning/ University Ninth of July
*Antonia Beatriz Ferreira Andrade*, Universidade Federal do Ceará
*Daniel Adi Nugroho*, Department of Geography, Faculty of Mathematics and
Natural Sciences, Universitas Indonesia
*Felix Chinaemere Okedimma*, Forestry and Wildlife Management, University
of Port Harcourt, Choba, Nigeria
*itzayana gonzález ávila*, UFRGS
*Jaqueline Lima Amorim*, UNEB - Universidade do Estado da Bahia,
Departamento de e Ciências Exatas e da Terra
*Jaqueline Pisetta*, Federal University of Paraná - Geodesic Sciences
*Jonathan Onyedikachi Osuorji*, Faculty of Agriculture, Department of
Forestry and Wildlife Management
*Kavita Mitkari*, Computer Science & Engineering, Punjab Engineering
College (Deemed to be University)
*Martin Ezequiel Formía*, Facultad de Filosofía y Letras, Instituto de
Estudios Geográficos, Universidad Nacional de Tucumán
*Mauricio Andrades **Paixao*, IPH/UFRGS
*Maurício Humberto*, Vancine Department of Biodiversity / UNESP, Rio Claro,
Brazil
*Omar Ali*, Electrical Engineering, Ain Shams University
*Orlando Inacio Jalane*, Geografia, Universidade Federal do Ceará
*Saif Ul Islam*, Computer Science, National University Of Computing And
Emerging Sciences
*Shriti Mukherjee*, CEPT University, faculty of technology (Geomatics)
*Tais Carolina de Oliveira Alcântara*, Ufpa
*Vitor Silva de **Araujo*, Programa de Pós Graduação em Ciências Geodésicas
- UFPR

If you are a recipient, please email me (victoria.rautenb...@gmail.com) as
soon as possible. Due to my mistake, we did not capture the emails. So *if
this is one of your students, please ask them to contact me, or provide me
with their email*.

Congratulations to the recipients again.

Regards
Victoria


On Wed, Aug 4, 2021 at 9:06 AM Victoria Rautenbach <
victoria.rautenb...@gmail.com> wrote:
>
> Dear All
>
> Thanks to Suchith Anand and the FOSS4G LOC there will be a couple of
> free tickets that will be given to deserving students for the 2021
> FOSS4G conference (https://2021.foss4g.org/).
>
> Please distribute and encourage your students to apply for this grant,
> especially students presenting or working in open source. They can
> apply for the grant here, https://forms.gle/AJUmSf1XBQtUjta4A The
> deadline for applications is 13 August.
>
> Regards
> Victoria
___
Discuss mailing list
Discuss@lists.osgeo.org
https://lists.osgeo.org/mailman/listinfo/discuss