Skip to content

Commit 16736b2

Browse files
authored
Geoparquet 1.1 spec compliance update (#2271)
* working with geoparquet * tests * flake8 * single quotes * tweak single quptes * tweak single quotes * fix typo * revert log message * single quotes * remove dupe log * fix flake8 * fix failing test * response to feedback
1 parent 8f688a7 commit 16736b2

8 files changed

Lines changed: 460 additions & 235 deletions

File tree

pygeoapi/provider/parquet.py

Lines changed: 195 additions & 68 deletions
Large diffs are not rendered by default.
Binary file not shown.
142 KB
Binary file not shown.
File renamed without changes.
File renamed without changes.

tests/provider/test_filesystem_provider.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ def test_query(config):
5454

5555
r = p.get_data_path(baseurl, urlpath, dirpath)
5656

57-
assert len(r['links']) == 13
57+
assert len(r['links']) == 14
5858

5959
r = p.get_data_path(baseurl, urlpath, '/poi_portugal')
6060

0 commit comments

Comments
 (0)