mapreader 1.6.1__tar.gz → 1.6.1.post0.dev6__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.6.1 → mapreader-1.6.1.post0.dev6}/PKG-INFO +2 -2
- {mapreader-1.6.1 → mapreader-1.6.1.post0.dev6}/README.md +1 -1
- {mapreader-1.6.1 → mapreader-1.6.1.post0.dev6}/mapreader/_version.py +3 -3
- {mapreader-1.6.1 → mapreader-1.6.1.post0.dev6}/mapreader.egg-info/PKG-INFO +2 -2
- {mapreader-1.6.1 → mapreader-1.6.1.post0.dev6}/LICENSE +0 -0
- {mapreader-1.6.1 → mapreader-1.6.1.post0.dev6}/mapreader/__init__.py +0 -0
- {mapreader-1.6.1 → mapreader-1.6.1.post0.dev6}/mapreader/__main__.py +0 -0
- {mapreader-1.6.1 → mapreader-1.6.1.post0.dev6}/mapreader/annotate/__init__.py +0 -0
- {mapreader-1.6.1 → mapreader-1.6.1.post0.dev6}/mapreader/annotate/annotator.py +0 -0
- {mapreader-1.6.1 → mapreader-1.6.1.post0.dev6}/mapreader/classify/__init__.py +0 -0
- {mapreader-1.6.1 → mapreader-1.6.1.post0.dev6}/mapreader/classify/classifier.py +0 -0
- {mapreader-1.6.1 → mapreader-1.6.1.post0.dev6}/mapreader/classify/custom_models.py +0 -0
- {mapreader-1.6.1 → mapreader-1.6.1.post0.dev6}/mapreader/classify/datasets.py +0 -0
- {mapreader-1.6.1 → mapreader-1.6.1.post0.dev6}/mapreader/classify/load_annotations.py +0 -0
- {mapreader-1.6.1 → mapreader-1.6.1.post0.dev6}/mapreader/download/__init__.py +0 -0
- {mapreader-1.6.1 → mapreader-1.6.1.post0.dev6}/mapreader/download/data_structures.py +0 -0
- {mapreader-1.6.1 → mapreader-1.6.1.post0.dev6}/mapreader/download/downloader.py +0 -0
- {mapreader-1.6.1 → mapreader-1.6.1.post0.dev6}/mapreader/download/downloader_utils.py +0 -0
- {mapreader-1.6.1 → mapreader-1.6.1.post0.dev6}/mapreader/download/sheet_downloader.py +0 -0
- {mapreader-1.6.1 → mapreader-1.6.1.post0.dev6}/mapreader/download/tile_loading.py +0 -0
- {mapreader-1.6.1 → mapreader-1.6.1.post0.dev6}/mapreader/download/tile_merging.py +0 -0
- {mapreader-1.6.1 → mapreader-1.6.1.post0.dev6}/mapreader/load/__init__.py +0 -0
- {mapreader-1.6.1 → mapreader-1.6.1.post0.dev6}/mapreader/load/geo_utils.py +0 -0
- {mapreader-1.6.1 → mapreader-1.6.1.post0.dev6}/mapreader/load/images.py +0 -0
- {mapreader-1.6.1 → mapreader-1.6.1.post0.dev6}/mapreader/load/loader.py +0 -0
- {mapreader-1.6.1 → mapreader-1.6.1.post0.dev6}/mapreader/process/__init__.py +0 -0
- {mapreader-1.6.1 → mapreader-1.6.1.post0.dev6}/mapreader/process/context_post_process.py +0 -0
- {mapreader-1.6.1 → mapreader-1.6.1.post0.dev6}/mapreader/process/occlusion_analysis.py +0 -0
- {mapreader-1.6.1 → mapreader-1.6.1.post0.dev6}/mapreader/process/process.py +0 -0
- {mapreader-1.6.1 → mapreader-1.6.1.post0.dev6}/mapreader/spot_text/__init__.py +0 -0
- {mapreader-1.6.1 → mapreader-1.6.1.post0.dev6}/mapreader/spot_text/deepsolo_runner.py +0 -0
- {mapreader-1.6.1 → mapreader-1.6.1.post0.dev6}/mapreader/spot_text/dptext_detr_runner.py +0 -0
- {mapreader-1.6.1 → mapreader-1.6.1.post0.dev6}/mapreader/spot_text/maptext_runner.py +0 -0
- {mapreader-1.6.1 → mapreader-1.6.1.post0.dev6}/mapreader/spot_text/rec_runner_base.py +0 -0
- {mapreader-1.6.1 → mapreader-1.6.1.post0.dev6}/mapreader/spot_text/runner_base.py +0 -0
- {mapreader-1.6.1 → mapreader-1.6.1.post0.dev6}/mapreader/utils/__init__.py +0 -0
- {mapreader-1.6.1 → mapreader-1.6.1.post0.dev6}/mapreader/utils/compute_and_save_stats.py +0 -0
- {mapreader-1.6.1 → mapreader-1.6.1.post0.dev6}/mapreader/utils/load_frames.py +0 -0
- {mapreader-1.6.1 → mapreader-1.6.1.post0.dev6}/mapreader/utils/slice_parallel.py +0 -0
- {mapreader-1.6.1 → mapreader-1.6.1.post0.dev6}/mapreader.egg-info/SOURCES.txt +0 -0
- {mapreader-1.6.1 → mapreader-1.6.1.post0.dev6}/mapreader.egg-info/dependency_links.txt +0 -0
- {mapreader-1.6.1 → mapreader-1.6.1.post0.dev6}/mapreader.egg-info/entry_points.txt +0 -0
- {mapreader-1.6.1 → mapreader-1.6.1.post0.dev6}/mapreader.egg-info/not-zip-safe +0 -0
- {mapreader-1.6.1 → mapreader-1.6.1.post0.dev6}/mapreader.egg-info/requires.txt +0 -0
- {mapreader-1.6.1 → mapreader-1.6.1.post0.dev6}/mapreader.egg-info/top_level.txt +0 -0
- {mapreader-1.6.1 → mapreader-1.6.1.post0.dev6}/setup.cfg +0 -0
- {mapreader-1.6.1 → mapreader-1.6.1.post0.dev6}/setup.py +0 -0
- {mapreader-1.6.1 → mapreader-1.6.1.post0.dev6}/tests/test_geo_pipeline.py +0 -0
- {mapreader-1.6.1 → mapreader-1.6.1.post0.dev6}/tests/test_import.py +0 -0
- {mapreader-1.6.1 → mapreader-1.6.1.post0.dev6}/tests/test_utils_load_frames.py +0 -0
- {mapreader-1.6.1 → mapreader-1.6.1.post0.dev6}/versioneer.py +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: mapreader
|
|
3
|
-
Version: 1.6.1
|
|
3
|
+
Version: 1.6.1.post0.dev6
|
|
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
|
|
@@ -141,7 +141,7 @@ The MapReader documentation can be found at https://mapreader.readthedocs.io/en/
|
|
|
141
141
|
**All users** should refer to our [User Guide](https://mapreader.readthedocs.io/en/latest/using-mapreader/) for guidance on how to use MapReader.
|
|
142
142
|
This contains end-to-end instructions on how to use the MapReader pipeline.
|
|
143
143
|
|
|
144
|
-
|
|
144
|
+
**Developers and contributors** may also want to refer to the [API documentation](https://mapreader.readthedocs.io/en/latest/in-depth-resources/api/mapreader/) and [Contribution guide](https://mapreader.readthedocs.io/en/latest/community-and-contributions/contribution-guide/) for guidance on how to contribute to the MapReader package.
|
|
145
145
|
|
|
146
146
|
|
|
147
147
|
## Stay in touch
|
|
@@ -69,7 +69,7 @@ The MapReader documentation can be found at https://mapreader.readthedocs.io/en/
|
|
|
69
69
|
**All users** should refer to our [User Guide](https://mapreader.readthedocs.io/en/latest/using-mapreader/) for guidance on how to use MapReader.
|
|
70
70
|
This contains end-to-end instructions on how to use the MapReader pipeline.
|
|
71
71
|
|
|
72
|
-
|
|
72
|
+
**Developers and contributors** may also want to refer to the [API documentation](https://mapreader.readthedocs.io/en/latest/in-depth-resources/api/mapreader/) and [Contribution guide](https://mapreader.readthedocs.io/en/latest/community-and-contributions/contribution-guide/) for guidance on how to contribute to the MapReader package.
|
|
73
73
|
|
|
74
74
|
|
|
75
75
|
## Stay in touch
|
|
@@ -8,11 +8,11 @@ import json
|
|
|
8
8
|
|
|
9
9
|
version_json = '''
|
|
10
10
|
{
|
|
11
|
-
"date": "2024-
|
|
11
|
+
"date": "2024-12-16T10:16:13+0000",
|
|
12
12
|
"dirty": false,
|
|
13
13
|
"error": null,
|
|
14
|
-
"full-revisionid": "
|
|
15
|
-
"version": "1.6.1"
|
|
14
|
+
"full-revisionid": "9fcc4a3dcd508633b905b347d9ae5ac54db29a20",
|
|
15
|
+
"version": "1.6.1.post0.dev6"
|
|
16
16
|
}
|
|
17
17
|
''' # END VERSION_JSON
|
|
18
18
|
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: mapreader
|
|
3
|
-
Version: 1.6.1
|
|
3
|
+
Version: 1.6.1.post0.dev6
|
|
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
|
|
@@ -141,7 +141,7 @@ The MapReader documentation can be found at https://mapreader.readthedocs.io/en/
|
|
|
141
141
|
**All users** should refer to our [User Guide](https://mapreader.readthedocs.io/en/latest/using-mapreader/) for guidance on how to use MapReader.
|
|
142
142
|
This contains end-to-end instructions on how to use the MapReader pipeline.
|
|
143
143
|
|
|
144
|
-
|
|
144
|
+
**Developers and contributors** may also want to refer to the [API documentation](https://mapreader.readthedocs.io/en/latest/in-depth-resources/api/mapreader/) and [Contribution guide](https://mapreader.readthedocs.io/en/latest/community-and-contributions/contribution-guide/) for guidance on how to contribute to the MapReader package.
|
|
145
145
|
|
|
146
146
|
|
|
147
147
|
## Stay in touch
|
|
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
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|