Skip to content

Commit

Permalink
Fix previous commit (refs #1506)
Browse files Browse the repository at this point in the history
  • Loading branch information
rouault committed May 11, 2019
1 parent 95a6261 commit 8709134
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions autotest/ogr/ogr_eeda.py
Original file line number Diff line number Diff line change
Expand Up @@ -253,9 +253,9 @@ def test_eeda_2():
lyr.SetSpatialFilter(None)

# Test time equality with second granularity
lyr.SetAttributeFilter("startTime >= '1980-01-01T00:00:00Z' AND endTime <= '1980-01-02T23:59:00Z'")
lyr.SetAttributeFilter("startTime >= '1980-01-01T00:00:00Z' AND endTime <= '1980-01-02T23:59:59Z'")

ogrtest.eeda_drv_tmpfile = '/vsimem/ee/projects/earthengine-public/assets/collection:listImages?startTime=1980%2D01%2D01T00%3A00%3A00Z&endTime=1980%2D01%2D01T00%3A00%3A01Z'
ogrtest.eeda_drv_tmpfile = '/vsimem/ee/projects/earthengine-public/assets/collection:listImages?startTime=1980%2D01%2D01T00%3A00%3A00Z&endTime=1980%2D01%2D02T23%3A59%3A59Z'
gdal.FileFromMemBuffer(ogrtest.eeda_drv_tmpfile, json.dumps({
'images': [
{
Expand Down

0 comments on commit 8709134

Please sign in to comment.