mapreader 1.3.10__tar.gz → 1.3.11__tar.gz

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (49) hide show
  1. {mapreader-1.3.10 → mapreader-1.3.11}/PKG-INFO +2 -2
  2. {mapreader-1.3.10 → mapreader-1.3.11}/README.md +1 -1
  3. {mapreader-1.3.10 → mapreader-1.3.11}/mapreader/_version.py +3 -3
  4. {mapreader-1.3.10 → mapreader-1.3.11}/mapreader/classify/classifier.py +0 -4
  5. {mapreader-1.3.10 → mapreader-1.3.11}/mapreader/download/sheet_downloader.py +1 -1
  6. {mapreader-1.3.10 → mapreader-1.3.11}/mapreader/download/tile_loading.py +1 -1
  7. {mapreader-1.3.10 → mapreader-1.3.11}/mapreader/download/tile_merging.py +1 -1
  8. {mapreader-1.3.10 → mapreader-1.3.11}/mapreader/load/images.py +1 -1
  9. {mapreader-1.3.10 → mapreader-1.3.11}/mapreader/process/context_post_process.py +1 -1
  10. {mapreader-1.3.10 → mapreader-1.3.11}/mapreader/process/occlusion_analysis.py +1 -1
  11. {mapreader-1.3.10 → mapreader-1.3.11}/mapreader/spot_text/runner_base.py +1 -1
  12. {mapreader-1.3.10 → mapreader-1.3.11}/mapreader.egg-info/PKG-INFO +2 -2
  13. {mapreader-1.3.10 → mapreader-1.3.11}/LICENSE +0 -0
  14. {mapreader-1.3.10 → mapreader-1.3.11}/mapreader/__init__.py +0 -0
  15. {mapreader-1.3.10 → mapreader-1.3.11}/mapreader/__main__.py +0 -0
  16. {mapreader-1.3.10 → mapreader-1.3.11}/mapreader/annotate/__init__.py +0 -0
  17. {mapreader-1.3.10 → mapreader-1.3.11}/mapreader/annotate/annotator.py +0 -0
  18. {mapreader-1.3.10 → mapreader-1.3.11}/mapreader/annotate/utils.py +0 -0
  19. {mapreader-1.3.10 → mapreader-1.3.11}/mapreader/classify/__init__.py +0 -0
  20. {mapreader-1.3.10 → mapreader-1.3.11}/mapreader/classify/custom_models.py +0 -0
  21. {mapreader-1.3.10 → mapreader-1.3.11}/mapreader/classify/datasets.py +0 -0
  22. {mapreader-1.3.10 → mapreader-1.3.11}/mapreader/classify/load_annotations.py +0 -0
  23. {mapreader-1.3.10 → mapreader-1.3.11}/mapreader/download/__init__.py +0 -0
  24. {mapreader-1.3.10 → mapreader-1.3.11}/mapreader/download/data_structures.py +0 -0
  25. {mapreader-1.3.10 → mapreader-1.3.11}/mapreader/download/downloader.py +0 -0
  26. {mapreader-1.3.10 → mapreader-1.3.11}/mapreader/download/downloader_utils.py +0 -0
  27. {mapreader-1.3.10 → mapreader-1.3.11}/mapreader/load/__init__.py +0 -0
  28. {mapreader-1.3.10 → mapreader-1.3.11}/mapreader/load/geo_utils.py +0 -0
  29. {mapreader-1.3.10 → mapreader-1.3.11}/mapreader/load/loader.py +0 -0
  30. {mapreader-1.3.10 → mapreader-1.3.11}/mapreader/process/__init__.py +0 -0
  31. {mapreader-1.3.10 → mapreader-1.3.11}/mapreader/process/process.py +0 -0
  32. {mapreader-1.3.10 → mapreader-1.3.11}/mapreader/spot_text/__init__.py +0 -0
  33. {mapreader-1.3.10 → mapreader-1.3.11}/mapreader/spot_text/deepsolo_runner.py +0 -0
  34. {mapreader-1.3.10 → mapreader-1.3.11}/mapreader/spot_text/dptext_detr_runner.py +0 -0
  35. {mapreader-1.3.10 → mapreader-1.3.11}/mapreader/spot_text/maptext_runner.py +0 -0
  36. {mapreader-1.3.10 → mapreader-1.3.11}/mapreader/utils/__init__.py +0 -0
  37. {mapreader-1.3.10 → mapreader-1.3.11}/mapreader/utils/compute_and_save_stats.py +0 -0
  38. {mapreader-1.3.10 → mapreader-1.3.11}/mapreader/utils/slice_parallel.py +0 -0
  39. {mapreader-1.3.10 → mapreader-1.3.11}/mapreader.egg-info/SOURCES.txt +0 -0
  40. {mapreader-1.3.10 → mapreader-1.3.11}/mapreader.egg-info/dependency_links.txt +0 -0
  41. {mapreader-1.3.10 → mapreader-1.3.11}/mapreader.egg-info/entry_points.txt +0 -0
  42. {mapreader-1.3.10 → mapreader-1.3.11}/mapreader.egg-info/not-zip-safe +0 -0
  43. {mapreader-1.3.10 → mapreader-1.3.11}/mapreader.egg-info/requires.txt +0 -0
  44. {mapreader-1.3.10 → mapreader-1.3.11}/mapreader.egg-info/top_level.txt +0 -0
  45. {mapreader-1.3.10 → mapreader-1.3.11}/setup.cfg +0 -0
  46. {mapreader-1.3.10 → mapreader-1.3.11}/setup.py +0 -0
  47. {mapreader-1.3.10 → mapreader-1.3.11}/tests/test_geo_pipeline.py +0 -0
  48. {mapreader-1.3.10 → mapreader-1.3.11}/tests/test_import.py +0 -0
  49. {mapreader-1.3.10 → mapreader-1.3.11}/versioneer.py +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: mapreader
3
- Version: 1.3.10
3
+ Version: 1.3.11
4
4
  Summary: A computer vision pipeline for the semantic exploration of maps/images at scale
5
5
  Home-page: https://github.com/Living-with-machines/MapReader
6
6
  Download-URL: https://github.com/Living-with-machines/MapReader/archive/refs/heads/main.zip
@@ -69,7 +69,7 @@ Requires-Dist: flake8<8.0.0,>=6.0.0; extra == "dev"
69
69
 
70
70
  # MapReader
71
71
 
72
- > [!IMPORTANT] A computer vision pipeline for exploring and analyzing images at scale
72
+ **MapReader is a computer vision pipeline for exploring and analyzing images at scale.**
73
73
 
74
74
  <!-- ALL-CONTRIBUTORS-BADGE:START - Do not remove or modify this section -->
75
75
  [![All Contributors](https://img.shields.io/badge/all_contributors-8-orange.svg?style=flat-square)](#contributors)
@@ -1,6 +1,6 @@
1
1
  # MapReader
2
2
 
3
- > [!IMPORTANT] A computer vision pipeline for exploring and analyzing images at scale
3
+ **MapReader is a computer vision pipeline for exploring and analyzing images at scale.**
4
4
 
5
5
  <!-- ALL-CONTRIBUTORS-BADGE:START - Do not remove or modify this section -->
6
6
  [![All Contributors](https://img.shields.io/badge/all_contributors-8-orange.svg?style=flat-square)](#contributors)
@@ -8,11 +8,11 @@ import json
8
8
 
9
9
  version_json = '''
10
10
  {
11
- "date": "2024-08-22T08:59:54+0100",
11
+ "date": "2024-09-12T08:29:12+0100",
12
12
  "dirty": false,
13
13
  "error": null,
14
- "full-revisionid": "2a7993a8f5eeb3d321e01f16b647a8e92d21eef3",
15
- "version": "1.3.10"
14
+ "full-revisionid": "3db8e6fbaef97b79e4cd663f664585041b539c99",
15
+ "version": "1.3.11"
16
16
  }
17
17
  ''' # END VERSION_JSON
18
18
 
@@ -25,10 +25,6 @@ from torchvision import models
25
25
 
26
26
  from .datasets import PatchDataset
27
27
 
28
- # import pickle
29
- # from tqdm.autonotebook import tqdm
30
- # from torch.nn.modules.module import _addindent
31
-
32
28
 
33
29
  class ClassifierContainer:
34
30
  """
@@ -18,7 +18,7 @@ import pandas as pd
18
18
  from pyproj.crs import CRS
19
19
  from shapely.geometry import LineString, Point, Polygon, shape
20
20
  from shapely.ops import unary_union
21
- from tqdm.auto import tqdm
21
+ from tqdm.autonotebook import tqdm
22
22
 
23
23
  from .downloader_utils import get_grid_bb_from_polygon, get_polygon_from_grid_bb
24
24
  from .tile_loading import DEFAULT_TEMP_FOLDER, TileDownloader
@@ -6,7 +6,7 @@ import os
6
6
  import urllib.request
7
7
 
8
8
  from joblib import Parallel, delayed
9
- from tqdm import tqdm
9
+ from tqdm.autonotebook import tqdm
10
10
 
11
11
  from .data_structures import GridBoundingBox, GridIndex
12
12
 
@@ -5,7 +5,7 @@ import logging
5
5
  import os
6
6
 
7
7
  from PIL import Image
8
- from tqdm import tqdm
8
+ from tqdm.autonotebook import tqdm
9
9
 
10
10
  from .data_structures import GridBoundingBox, GridIndex
11
11
  from .tile_loading import DEFAULT_IMG_DOWNLOAD_FORMAT, DEFAULT_TEMP_FOLDER
@@ -24,7 +24,7 @@ from pyproj import Transformer
24
24
  from rasterio.plot import reshape_as_raster
25
25
  from shapely import wkt
26
26
  from shapely.geometry import Polygon, box
27
- from tqdm.auto import tqdm
27
+ from tqdm.autonotebook import tqdm
28
28
 
29
29
  from mapreader.download.data_structures import GridBoundingBox, GridIndex
30
30
  from mapreader.download.downloader_utils import get_polygon_from_grid_bb
@@ -5,7 +5,7 @@ from ast import literal_eval
5
5
  from itertools import product
6
6
 
7
7
  import pandas as pd
8
- from tqdm import tqdm
8
+ from tqdm.autonotebook import tqdm
9
9
 
10
10
 
11
11
  class ContextPostProcessor:
@@ -11,7 +11,7 @@ import torch
11
11
  from PIL import Image
12
12
  from torch import nn
13
13
  from torchvision import transforms
14
- from tqdm import tqdm
14
+ from tqdm.autonotebook import tqdm
15
15
 
16
16
 
17
17
  class OcclusionAnalyzer:
@@ -12,7 +12,7 @@ import numpy as np
12
12
  import pandas as pd
13
13
  from PIL import Image
14
14
  from shapely import Polygon
15
- from tqdm.auto import tqdm
15
+ from tqdm.autonotebook import tqdm
16
16
 
17
17
 
18
18
  class Runner:
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: mapreader
3
- Version: 1.3.10
3
+ Version: 1.3.11
4
4
  Summary: A computer vision pipeline for the semantic exploration of maps/images at scale
5
5
  Home-page: https://github.com/Living-with-machines/MapReader
6
6
  Download-URL: https://github.com/Living-with-machines/MapReader/archive/refs/heads/main.zip
@@ -69,7 +69,7 @@ Requires-Dist: flake8<8.0.0,>=6.0.0; extra == "dev"
69
69
 
70
70
  # MapReader
71
71
 
72
- > [!IMPORTANT] A computer vision pipeline for exploring and analyzing images at scale
72
+ **MapReader is a computer vision pipeline for exploring and analyzing images at scale.**
73
73
 
74
74
  <!-- ALL-CONTRIBUTORS-BADGE:START - Do not remove or modify this section -->
75
75
  [![All Contributors](https://img.shields.io/badge/all_contributors-8-orange.svg?style=flat-square)](#contributors)
File without changes
File without changes
File without changes
File without changes