diff options
| author | Even Rouault <even.rouault@spatialys.com> | 2020-01-28 16:16:22 +0100 |
|---|---|---|
| committer | Even Rouault <even.rouault@spatialys.com> | 2020-01-28 17:07:49 +0100 |
| commit | 6de85e3690dab9377205adb2678aa4555a342b3c (patch) | |
| tree | b0efc83d23c58e9f58cd64a1e2735ce6fa4581b5 /regenerate_index_html.py | |
| parent | 324311619cf94ed024526b160282d9ae0d5a9e37 (diff) | |
| download | PROJ-data-6de85e3690dab9377205adb2678aa4555a342b3c.tar.gz PROJ-data-6de85e3690dab9377205adb2678aa4555a342b3c.zip | |
Add grid_tools/
Diffstat (limited to 'regenerate_index_html.py')
| -rw-r--r-- | regenerate_index_html.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/regenerate_index_html.py b/regenerate_index_html.py index 235e95e..c274071 100644 --- a/regenerate_index_html.py +++ b/regenerate_index_html.py @@ -51,7 +51,7 @@ lyr.CreateField(ogr.FieldDefn('full_bbox', ogr.OFTRealList)) total_size = 0 set_files = set() for dirname in sorted(dirnames): - if '_' not in dirname: + if '_' not in dirname or dirname == 'grid_tools': continue filenames = [] readme_filename = None |
