Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[pull] master from OSGeo:master #88

Merged
merged 16 commits into from
Nov 25, 2024
Merged

[pull] master from OSGeo:master #88

merged 16 commits into from
Nov 25, 2024

Conversation

pull[bot]
Copy link

@pull pull bot commented Nov 25, 2024

See Commits and Changes for more details.


Created by pull[bot] (v2.0.0-alpha.1)

Can you help keep this open source service alive? 💖 Please sponsor : )

DATETIME_AS_STRING=YES/NO. Defaults to NO. Added in GDAL 3.11.
Whether DateTime fields should be returned as a (normally ISO-8601
formatted) string by drivers. The aim is to be able to handle mixed
timezones (or timezone naive values) in the same column.
All drivers must honour that option, and potentially fallback to the
OGRLayer generic implementation if they cannot (which is the case for the
Arrow, Parquet and ADBC drivers).
When DATETIME_AS_STRING=YES, the TIMEZONE option is ignored.

Fixes geopandas/pyogrio#487
…:OGR:type":"DateTime" metadata in the ArrowSchema of DateTime fields
…ETIME_AS_STRING to preserve origin timezone

Fixes #11212
OGRLayer::GetArrowStream(): add a DATETIME_AS_STRING=YES/NO option
Use SSE2 optimizations on ARM Neon for warping, pansharpening, gridding, dithering, RPC, PNG, GTI
@pull pull bot added the ⤵️ pull label Nov 25, 2024
@pull pull bot merged commit 9bc4894 into makesoftwaresafe:master Nov 25, 2024
@coveralls
Copy link

Pull Request Test Coverage Report for Build 12002726439

Warning: This coverage report may be inaccurate.

This pull request's base commit is no longer the HEAD commit of its target branch. This means it includes changes from outside the original pull request, including, potentially, unrelated coverage changes.

Details

  • 158 of 180 (87.78%) changed or added relevant lines in 10 files are covered.
  • 64 unchanged lines in 27 files lost coverage.
  • Overall coverage increased (+0.003%) to 73.709%

Changes Missing Coverage Covered Lines Changed/Added Lines %
autotest/cpp/test_ogr.cpp 22 23 95.65%
ogr/ogrsf_frmts/adbc/ogradbclayer.cpp 0 2 0.0%
ogr/ogrsf_frmts/flatgeobuf/ogrflatgeobuflayer.cpp 15 24 62.5%
ogr/ogrsf_frmts/generic/ogrlayerarrow.cpp 74 84 88.1%
Files with Coverage Reduction New Missed Lines %
frmts/ctg/ctgdataset.cpp 1 84.65%
gcore/gdalrasterband.cpp 1 79.34%
port/cpl_vsil_curl.cpp 1 74.02%
frmts/wms/gdalwmscache.cpp 1 90.91%
ogr/ogrlinestring.cpp 1 86.23%
gcore/gdaldrivermanager.cpp 1 78.56%
ogr/ogrsf_frmts/adbc/ogradbclayer.cpp 1 0.0%
ogr/ogrsf_frmts/mitab/mitab_mapindexblock.cpp 1 87.81%
frmts/vrt/vrtsourcedrasterband.cpp 1 86.8%
alg/gdalgrid.cpp 1 89.61%
Totals Coverage Status
Change from base Build 11999765360: 0.003%
Covered Lines: 544526
Relevant Lines: 738750

💛 - Coveralls

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants