mapreader 1.4.0__tar.gz → 1.4.1__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.4.0 → mapreader-1.4.1}/PKG-INFO +1 -1
- {mapreader-1.4.0 → mapreader-1.4.1}/mapreader/_version.py +3 -3
- {mapreader-1.4.0 → mapreader-1.4.1}/mapreader/download/sheet_downloader.py +1 -1
- {mapreader-1.4.0 → mapreader-1.4.1}/mapreader/download/tile_loading.py +1 -1
- {mapreader-1.4.0 → mapreader-1.4.1}/mapreader/download/tile_merging.py +1 -1
- {mapreader-1.4.0 → mapreader-1.4.1}/mapreader/load/images.py +1 -1
- {mapreader-1.4.0 → mapreader-1.4.1}/mapreader/process/context_post_process.py +1 -1
- {mapreader-1.4.0 → mapreader-1.4.1}/mapreader/process/occlusion_analysis.py +1 -1
- {mapreader-1.4.0 → mapreader-1.4.1}/mapreader/spot_text/runner_base.py +1 -1
- {mapreader-1.4.0 → mapreader-1.4.1}/mapreader.egg-info/PKG-INFO +1 -1
- {mapreader-1.4.0 → mapreader-1.4.1}/LICENSE +0 -0
- {mapreader-1.4.0 → mapreader-1.4.1}/README.md +0 -0
- {mapreader-1.4.0 → mapreader-1.4.1}/mapreader/__init__.py +0 -0
- {mapreader-1.4.0 → mapreader-1.4.1}/mapreader/__main__.py +0 -0
- {mapreader-1.4.0 → mapreader-1.4.1}/mapreader/annotate/__init__.py +0 -0
- {mapreader-1.4.0 → mapreader-1.4.1}/mapreader/annotate/annotator.py +0 -0
- {mapreader-1.4.0 → mapreader-1.4.1}/mapreader/annotate/utils.py +0 -0
- {mapreader-1.4.0 → mapreader-1.4.1}/mapreader/classify/__init__.py +0 -0
- {mapreader-1.4.0 → mapreader-1.4.1}/mapreader/classify/classifier.py +0 -0
- {mapreader-1.4.0 → mapreader-1.4.1}/mapreader/classify/custom_models.py +0 -0
- {mapreader-1.4.0 → mapreader-1.4.1}/mapreader/classify/datasets.py +0 -0
- {mapreader-1.4.0 → mapreader-1.4.1}/mapreader/classify/load_annotations.py +0 -0
- {mapreader-1.4.0 → mapreader-1.4.1}/mapreader/download/__init__.py +0 -0
- {mapreader-1.4.0 → mapreader-1.4.1}/mapreader/download/data_structures.py +0 -0
- {mapreader-1.4.0 → mapreader-1.4.1}/mapreader/download/downloader.py +0 -0
- {mapreader-1.4.0 → mapreader-1.4.1}/mapreader/download/downloader_utils.py +0 -0
- {mapreader-1.4.0 → mapreader-1.4.1}/mapreader/load/__init__.py +0 -0
- {mapreader-1.4.0 → mapreader-1.4.1}/mapreader/load/geo_utils.py +0 -0
- {mapreader-1.4.0 → mapreader-1.4.1}/mapreader/load/loader.py +0 -0
- {mapreader-1.4.0 → mapreader-1.4.1}/mapreader/process/__init__.py +0 -0
- {mapreader-1.4.0 → mapreader-1.4.1}/mapreader/process/process.py +0 -0
- {mapreader-1.4.0 → mapreader-1.4.1}/mapreader/spot_text/__init__.py +0 -0
- {mapreader-1.4.0 → mapreader-1.4.1}/mapreader/spot_text/deepsolo_runner.py +0 -0
- {mapreader-1.4.0 → mapreader-1.4.1}/mapreader/spot_text/dptext_detr_runner.py +0 -0
- {mapreader-1.4.0 → mapreader-1.4.1}/mapreader/spot_text/maptext_runner.py +0 -0
- {mapreader-1.4.0 → mapreader-1.4.1}/mapreader/spot_text/rec_runner_base.py +0 -0
- {mapreader-1.4.0 → mapreader-1.4.1}/mapreader/utils/__init__.py +0 -0
- {mapreader-1.4.0 → mapreader-1.4.1}/mapreader/utils/compute_and_save_stats.py +0 -0
- {mapreader-1.4.0 → mapreader-1.4.1}/mapreader/utils/load_frames.py +0 -0
- {mapreader-1.4.0 → mapreader-1.4.1}/mapreader/utils/slice_parallel.py +0 -0
- {mapreader-1.4.0 → mapreader-1.4.1}/mapreader.egg-info/SOURCES.txt +0 -0
- {mapreader-1.4.0 → mapreader-1.4.1}/mapreader.egg-info/dependency_links.txt +0 -0
- {mapreader-1.4.0 → mapreader-1.4.1}/mapreader.egg-info/entry_points.txt +0 -0
- {mapreader-1.4.0 → mapreader-1.4.1}/mapreader.egg-info/not-zip-safe +0 -0
- {mapreader-1.4.0 → mapreader-1.4.1}/mapreader.egg-info/requires.txt +0 -0
- {mapreader-1.4.0 → mapreader-1.4.1}/mapreader.egg-info/top_level.txt +0 -0
- {mapreader-1.4.0 → mapreader-1.4.1}/setup.cfg +0 -0
- {mapreader-1.4.0 → mapreader-1.4.1}/setup.py +0 -0
- {mapreader-1.4.0 → mapreader-1.4.1}/tests/test_geo_pipeline.py +0 -0
- {mapreader-1.4.0 → mapreader-1.4.1}/tests/test_import.py +0 -0
- {mapreader-1.4.0 → mapreader-1.4.1}/tests/test_utils_load_frames.py +0 -0
- {mapreader-1.4.0 → mapreader-1.4.1}/versioneer.py +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: mapreader
|
|
3
|
-
Version: 1.4.
|
|
3
|
+
Version: 1.4.1
|
|
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
|
|
@@ -8,11 +8,11 @@ import json
|
|
|
8
8
|
|
|
9
9
|
version_json = '''
|
|
10
10
|
{
|
|
11
|
-
"date": "2024-09-
|
|
11
|
+
"date": "2024-09-17T09:43:48+0100",
|
|
12
12
|
"dirty": false,
|
|
13
13
|
"error": null,
|
|
14
|
-
"full-revisionid": "
|
|
15
|
-
"version": "1.4.
|
|
14
|
+
"full-revisionid": "55bd2157de06e827f228751e6f60672cec639f7d",
|
|
15
|
+
"version": "1.4.1"
|
|
16
16
|
}
|
|
17
17
|
''' # END VERSION_JSON
|
|
18
18
|
|
|
@@ -13,7 +13,7 @@ import matplotlib.image as mpimg
|
|
|
13
13
|
import matplotlib.pyplot as plt
|
|
14
14
|
import pandas as pd
|
|
15
15
|
from shapely.geometry import LineString, Point, Polygon
|
|
16
|
-
from tqdm.
|
|
16
|
+
from tqdm.auto import tqdm
|
|
17
17
|
|
|
18
18
|
from mapreader.utils.load_frames import load_from_geojson
|
|
19
19
|
|
|
@@ -24,7 +24,7 @@ from PIL import Image, ImageOps, ImageStat
|
|
|
24
24
|
from pyproj import Transformer
|
|
25
25
|
from rasterio.plot import reshape_as_raster
|
|
26
26
|
from shapely.geometry import box
|
|
27
|
-
from tqdm.
|
|
27
|
+
from tqdm.auto 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.4.
|
|
3
|
+
Version: 1.4.1
|
|
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
|
|
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
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|