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.
- {mapreader-1.3.10 → mapreader-1.3.11}/PKG-INFO +2 -2
- {mapreader-1.3.10 → mapreader-1.3.11}/README.md +1 -1
- {mapreader-1.3.10 → mapreader-1.3.11}/mapreader/_version.py +3 -3
- {mapreader-1.3.10 → mapreader-1.3.11}/mapreader/classify/classifier.py +0 -4
- {mapreader-1.3.10 → mapreader-1.3.11}/mapreader/download/sheet_downloader.py +1 -1
- {mapreader-1.3.10 → mapreader-1.3.11}/mapreader/download/tile_loading.py +1 -1
- {mapreader-1.3.10 → mapreader-1.3.11}/mapreader/download/tile_merging.py +1 -1
- {mapreader-1.3.10 → mapreader-1.3.11}/mapreader/load/images.py +1 -1
- {mapreader-1.3.10 → mapreader-1.3.11}/mapreader/process/context_post_process.py +1 -1
- {mapreader-1.3.10 → mapreader-1.3.11}/mapreader/process/occlusion_analysis.py +1 -1
- {mapreader-1.3.10 → mapreader-1.3.11}/mapreader/spot_text/runner_base.py +1 -1
- {mapreader-1.3.10 → mapreader-1.3.11}/mapreader.egg-info/PKG-INFO +2 -2
- {mapreader-1.3.10 → mapreader-1.3.11}/LICENSE +0 -0
- {mapreader-1.3.10 → mapreader-1.3.11}/mapreader/__init__.py +0 -0
- {mapreader-1.3.10 → mapreader-1.3.11}/mapreader/__main__.py +0 -0
- {mapreader-1.3.10 → mapreader-1.3.11}/mapreader/annotate/__init__.py +0 -0
- {mapreader-1.3.10 → mapreader-1.3.11}/mapreader/annotate/annotator.py +0 -0
- {mapreader-1.3.10 → mapreader-1.3.11}/mapreader/annotate/utils.py +0 -0
- {mapreader-1.3.10 → mapreader-1.3.11}/mapreader/classify/__init__.py +0 -0
- {mapreader-1.3.10 → mapreader-1.3.11}/mapreader/classify/custom_models.py +0 -0
- {mapreader-1.3.10 → mapreader-1.3.11}/mapreader/classify/datasets.py +0 -0
- {mapreader-1.3.10 → mapreader-1.3.11}/mapreader/classify/load_annotations.py +0 -0
- {mapreader-1.3.10 → mapreader-1.3.11}/mapreader/download/__init__.py +0 -0
- {mapreader-1.3.10 → mapreader-1.3.11}/mapreader/download/data_structures.py +0 -0
- {mapreader-1.3.10 → mapreader-1.3.11}/mapreader/download/downloader.py +0 -0
- {mapreader-1.3.10 → mapreader-1.3.11}/mapreader/download/downloader_utils.py +0 -0
- {mapreader-1.3.10 → mapreader-1.3.11}/mapreader/load/__init__.py +0 -0
- {mapreader-1.3.10 → mapreader-1.3.11}/mapreader/load/geo_utils.py +0 -0
- {mapreader-1.3.10 → mapreader-1.3.11}/mapreader/load/loader.py +0 -0
- {mapreader-1.3.10 → mapreader-1.3.11}/mapreader/process/__init__.py +0 -0
- {mapreader-1.3.10 → mapreader-1.3.11}/mapreader/process/process.py +0 -0
- {mapreader-1.3.10 → mapreader-1.3.11}/mapreader/spot_text/__init__.py +0 -0
- {mapreader-1.3.10 → mapreader-1.3.11}/mapreader/spot_text/deepsolo_runner.py +0 -0
- {mapreader-1.3.10 → mapreader-1.3.11}/mapreader/spot_text/dptext_detr_runner.py +0 -0
- {mapreader-1.3.10 → mapreader-1.3.11}/mapreader/spot_text/maptext_runner.py +0 -0
- {mapreader-1.3.10 → mapreader-1.3.11}/mapreader/utils/__init__.py +0 -0
- {mapreader-1.3.10 → mapreader-1.3.11}/mapreader/utils/compute_and_save_stats.py +0 -0
- {mapreader-1.3.10 → mapreader-1.3.11}/mapreader/utils/slice_parallel.py +0 -0
- {mapreader-1.3.10 → mapreader-1.3.11}/mapreader.egg-info/SOURCES.txt +0 -0
- {mapreader-1.3.10 → mapreader-1.3.11}/mapreader.egg-info/dependency_links.txt +0 -0
- {mapreader-1.3.10 → mapreader-1.3.11}/mapreader.egg-info/entry_points.txt +0 -0
- {mapreader-1.3.10 → mapreader-1.3.11}/mapreader.egg-info/not-zip-safe +0 -0
- {mapreader-1.3.10 → mapreader-1.3.11}/mapreader.egg-info/requires.txt +0 -0
- {mapreader-1.3.10 → mapreader-1.3.11}/mapreader.egg-info/top_level.txt +0 -0
- {mapreader-1.3.10 → mapreader-1.3.11}/setup.cfg +0 -0
- {mapreader-1.3.10 → mapreader-1.3.11}/setup.py +0 -0
- {mapreader-1.3.10 → mapreader-1.3.11}/tests/test_geo_pipeline.py +0 -0
- {mapreader-1.3.10 → mapreader-1.3.11}/tests/test_import.py +0 -0
- {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.
|
|
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
|
-
|
|
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
|
[](#contributors)
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
# MapReader
|
|
2
2
|
|
|
3
|
-
|
|
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
|
[](#contributors)
|
|
@@ -8,11 +8,11 @@ import json
|
|
|
8
8
|
|
|
9
9
|
version_json = '''
|
|
10
10
|
{
|
|
11
|
-
"date": "2024-
|
|
11
|
+
"date": "2024-09-12T08:29:12+0100",
|
|
12
12
|
"dirty": false,
|
|
13
13
|
"error": null,
|
|
14
|
-
"full-revisionid": "
|
|
15
|
-
"version": "1.3.
|
|
14
|
+
"full-revisionid": "3db8e6fbaef97b79e4cd663f664585041b539c99",
|
|
15
|
+
"version": "1.3.11"
|
|
16
16
|
}
|
|
17
17
|
''' # END VERSION_JSON
|
|
18
18
|
|
|
@@ -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.
|
|
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
|
|
@@ -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.
|
|
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
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: mapreader
|
|
3
|
-
Version: 1.3.
|
|
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
|
-
|
|
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
|
[](#contributors)
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|