mapreader 1.6.3.post0.dev2__tar.gz → 1.6.3.post0.dev11__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.3.post0.dev2 → mapreader-1.6.3.post0.dev11}/PKG-INFO +8 -2
- {mapreader-1.6.3.post0.dev2 → mapreader-1.6.3.post0.dev11}/README.md +7 -1
- {mapreader-1.6.3.post0.dev2 → mapreader-1.6.3.post0.dev11}/mapreader/_version.py +3 -3
- {mapreader-1.6.3.post0.dev2 → mapreader-1.6.3.post0.dev11}/mapreader.egg-info/PKG-INFO +8 -2
- {mapreader-1.6.3.post0.dev2 → mapreader-1.6.3.post0.dev11}/LICENSE +0 -0
- {mapreader-1.6.3.post0.dev2 → mapreader-1.6.3.post0.dev11}/mapreader/__init__.py +0 -0
- {mapreader-1.6.3.post0.dev2 → mapreader-1.6.3.post0.dev11}/mapreader/__main__.py +0 -0
- {mapreader-1.6.3.post0.dev2 → mapreader-1.6.3.post0.dev11}/mapreader/annotate/__init__.py +0 -0
- {mapreader-1.6.3.post0.dev2 → mapreader-1.6.3.post0.dev11}/mapreader/annotate/annotator.py +0 -0
- {mapreader-1.6.3.post0.dev2 → mapreader-1.6.3.post0.dev11}/mapreader/classify/__init__.py +0 -0
- {mapreader-1.6.3.post0.dev2 → mapreader-1.6.3.post0.dev11}/mapreader/classify/classifier.py +0 -0
- {mapreader-1.6.3.post0.dev2 → mapreader-1.6.3.post0.dev11}/mapreader/classify/custom_models.py +0 -0
- {mapreader-1.6.3.post0.dev2 → mapreader-1.6.3.post0.dev11}/mapreader/classify/datasets.py +0 -0
- {mapreader-1.6.3.post0.dev2 → mapreader-1.6.3.post0.dev11}/mapreader/classify/load_annotations.py +0 -0
- {mapreader-1.6.3.post0.dev2 → mapreader-1.6.3.post0.dev11}/mapreader/download/__init__.py +0 -0
- {mapreader-1.6.3.post0.dev2 → mapreader-1.6.3.post0.dev11}/mapreader/download/data_structures.py +0 -0
- {mapreader-1.6.3.post0.dev2 → mapreader-1.6.3.post0.dev11}/mapreader/download/downloader.py +0 -0
- {mapreader-1.6.3.post0.dev2 → mapreader-1.6.3.post0.dev11}/mapreader/download/downloader_utils.py +0 -0
- {mapreader-1.6.3.post0.dev2 → mapreader-1.6.3.post0.dev11}/mapreader/download/sheet_downloader.py +0 -0
- {mapreader-1.6.3.post0.dev2 → mapreader-1.6.3.post0.dev11}/mapreader/download/tile_loading.py +0 -0
- {mapreader-1.6.3.post0.dev2 → mapreader-1.6.3.post0.dev11}/mapreader/download/tile_merging.py +0 -0
- {mapreader-1.6.3.post0.dev2 → mapreader-1.6.3.post0.dev11}/mapreader/load/__init__.py +0 -0
- {mapreader-1.6.3.post0.dev2 → mapreader-1.6.3.post0.dev11}/mapreader/load/geo_utils.py +0 -0
- {mapreader-1.6.3.post0.dev2 → mapreader-1.6.3.post0.dev11}/mapreader/load/images.py +0 -0
- {mapreader-1.6.3.post0.dev2 → mapreader-1.6.3.post0.dev11}/mapreader/load/loader.py +0 -0
- {mapreader-1.6.3.post0.dev2 → mapreader-1.6.3.post0.dev11}/mapreader/process/__init__.py +0 -0
- {mapreader-1.6.3.post0.dev2 → mapreader-1.6.3.post0.dev11}/mapreader/process/context_post_process.py +0 -0
- {mapreader-1.6.3.post0.dev2 → mapreader-1.6.3.post0.dev11}/mapreader/process/occlusion_analysis.py +0 -0
- {mapreader-1.6.3.post0.dev2 → mapreader-1.6.3.post0.dev11}/mapreader/process/process.py +0 -0
- {mapreader-1.6.3.post0.dev2 → mapreader-1.6.3.post0.dev11}/mapreader/spot_text/__init__.py +0 -0
- {mapreader-1.6.3.post0.dev2 → mapreader-1.6.3.post0.dev11}/mapreader/spot_text/dataclasses.py +0 -0
- {mapreader-1.6.3.post0.dev2 → mapreader-1.6.3.post0.dev11}/mapreader/spot_text/deepsolo_runner.py +0 -0
- {mapreader-1.6.3.post0.dev2 → mapreader-1.6.3.post0.dev11}/mapreader/spot_text/dptext_detr_runner.py +0 -0
- {mapreader-1.6.3.post0.dev2 → mapreader-1.6.3.post0.dev11}/mapreader/spot_text/maptext_runner.py +0 -0
- {mapreader-1.6.3.post0.dev2 → mapreader-1.6.3.post0.dev11}/mapreader/spot_text/runner_base.py +0 -0
- {mapreader-1.6.3.post0.dev2 → mapreader-1.6.3.post0.dev11}/mapreader/utils/__init__.py +0 -0
- {mapreader-1.6.3.post0.dev2 → mapreader-1.6.3.post0.dev11}/mapreader/utils/compute_and_save_stats.py +0 -0
- {mapreader-1.6.3.post0.dev2 → mapreader-1.6.3.post0.dev11}/mapreader/utils/load_frames.py +0 -0
- {mapreader-1.6.3.post0.dev2 → mapreader-1.6.3.post0.dev11}/mapreader/utils/slice_parallel.py +0 -0
- {mapreader-1.6.3.post0.dev2 → mapreader-1.6.3.post0.dev11}/mapreader.egg-info/SOURCES.txt +0 -0
- {mapreader-1.6.3.post0.dev2 → mapreader-1.6.3.post0.dev11}/mapreader.egg-info/dependency_links.txt +0 -0
- {mapreader-1.6.3.post0.dev2 → mapreader-1.6.3.post0.dev11}/mapreader.egg-info/entry_points.txt +0 -0
- {mapreader-1.6.3.post0.dev2 → mapreader-1.6.3.post0.dev11}/mapreader.egg-info/not-zip-safe +0 -0
- {mapreader-1.6.3.post0.dev2 → mapreader-1.6.3.post0.dev11}/mapreader.egg-info/requires.txt +0 -0
- {mapreader-1.6.3.post0.dev2 → mapreader-1.6.3.post0.dev11}/mapreader.egg-info/top_level.txt +0 -0
- {mapreader-1.6.3.post0.dev2 → mapreader-1.6.3.post0.dev11}/setup.cfg +0 -0
- {mapreader-1.6.3.post0.dev2 → mapreader-1.6.3.post0.dev11}/setup.py +0 -0
- {mapreader-1.6.3.post0.dev2 → mapreader-1.6.3.post0.dev11}/tests/test_geo_pipeline.py +0 -0
- {mapreader-1.6.3.post0.dev2 → mapreader-1.6.3.post0.dev11}/tests/test_import.py +0 -0
- {mapreader-1.6.3.post0.dev2 → mapreader-1.6.3.post0.dev11}/tests/test_utils_load_frames.py +0 -0
- {mapreader-1.6.3.post0.dev2 → mapreader-1.6.3.post0.dev11}/versioneer.py +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.2
|
|
2
2
|
Name: mapreader
|
|
3
|
-
Version: 1.6.3.post0.
|
|
3
|
+
Version: 1.6.3.post0.dev11
|
|
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
|
|
@@ -105,6 +105,7 @@ Dynamic: summary
|
|
|
105
105
|
- [MapReader text spotting pipeline](#mapreader-classification-pipeline)
|
|
106
106
|
- [Documentation](#documentation)
|
|
107
107
|
- [What is included in this repo?](#what-is-included-in-this-repo)
|
|
108
|
+
- [What is not included in this repo?](#what-is-not-included-in-this-repo)
|
|
108
109
|
- [How to cite MapReader](#how-to-cite-mapreader)
|
|
109
110
|
- [Acknowledgements](#acknowledgements)
|
|
110
111
|
- [Contributors](#contributors)
|
|
@@ -173,7 +174,12 @@ The repository is structured as follows:
|
|
|
173
174
|
- `mapreader/`: Contains the source code for the MapReader library.
|
|
174
175
|
- `docs/`: Contains the documentation for the MapReader library.
|
|
175
176
|
- `tests/` and `test_text_spotting/`: Contains the tests for the MapReader library.
|
|
176
|
-
|
|
177
|
+
|
|
178
|
+
### What is not included in this repo?
|
|
179
|
+
|
|
180
|
+
Our worked examples can be found in the [mapreader-examples](https://github.com/maps-as-data/MapReader-examples) repository.
|
|
181
|
+
|
|
182
|
+
We also have a number of other MapReader and map related repositories which can be found on the [maps-as-data](https://github.com/maps-as-data) GitHub organisation page.
|
|
177
183
|
|
|
178
184
|
## How to cite MapReader
|
|
179
185
|
|
|
@@ -20,6 +20,7 @@
|
|
|
20
20
|
- [MapReader text spotting pipeline](#mapreader-classification-pipeline)
|
|
21
21
|
- [Documentation](#documentation)
|
|
22
22
|
- [What is included in this repo?](#what-is-included-in-this-repo)
|
|
23
|
+
- [What is not included in this repo?](#what-is-not-included-in-this-repo)
|
|
23
24
|
- [How to cite MapReader](#how-to-cite-mapreader)
|
|
24
25
|
- [Acknowledgements](#acknowledgements)
|
|
25
26
|
- [Contributors](#contributors)
|
|
@@ -88,7 +89,12 @@ The repository is structured as follows:
|
|
|
88
89
|
- `mapreader/`: Contains the source code for the MapReader library.
|
|
89
90
|
- `docs/`: Contains the documentation for the MapReader library.
|
|
90
91
|
- `tests/` and `test_text_spotting/`: Contains the tests for the MapReader library.
|
|
91
|
-
|
|
92
|
+
|
|
93
|
+
### What is not included in this repo?
|
|
94
|
+
|
|
95
|
+
Our worked examples can be found in the [mapreader-examples](https://github.com/maps-as-data/MapReader-examples) repository.
|
|
96
|
+
|
|
97
|
+
We also have a number of other MapReader and map related repositories which can be found on the [maps-as-data](https://github.com/maps-as-data) GitHub organisation page.
|
|
92
98
|
|
|
93
99
|
## How to cite MapReader
|
|
94
100
|
|
|
@@ -8,11 +8,11 @@ import json
|
|
|
8
8
|
|
|
9
9
|
version_json = '''
|
|
10
10
|
{
|
|
11
|
-
"date": "2025-
|
|
11
|
+
"date": "2025-03-11T10:06:49+0000",
|
|
12
12
|
"dirty": false,
|
|
13
13
|
"error": null,
|
|
14
|
-
"full-revisionid": "
|
|
15
|
-
"version": "1.6.3.post0.
|
|
14
|
+
"full-revisionid": "f571ccf7a16b3f3995d311e34d29ffae6818c280",
|
|
15
|
+
"version": "1.6.3.post0.dev11"
|
|
16
16
|
}
|
|
17
17
|
''' # END VERSION_JSON
|
|
18
18
|
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.2
|
|
2
2
|
Name: mapreader
|
|
3
|
-
Version: 1.6.3.post0.
|
|
3
|
+
Version: 1.6.3.post0.dev11
|
|
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
|
|
@@ -105,6 +105,7 @@ Dynamic: summary
|
|
|
105
105
|
- [MapReader text spotting pipeline](#mapreader-classification-pipeline)
|
|
106
106
|
- [Documentation](#documentation)
|
|
107
107
|
- [What is included in this repo?](#what-is-included-in-this-repo)
|
|
108
|
+
- [What is not included in this repo?](#what-is-not-included-in-this-repo)
|
|
108
109
|
- [How to cite MapReader](#how-to-cite-mapreader)
|
|
109
110
|
- [Acknowledgements](#acknowledgements)
|
|
110
111
|
- [Contributors](#contributors)
|
|
@@ -173,7 +174,12 @@ The repository is structured as follows:
|
|
|
173
174
|
- `mapreader/`: Contains the source code for the MapReader library.
|
|
174
175
|
- `docs/`: Contains the documentation for the MapReader library.
|
|
175
176
|
- `tests/` and `test_text_spotting/`: Contains the tests for the MapReader library.
|
|
176
|
-
|
|
177
|
+
|
|
178
|
+
### What is not included in this repo?
|
|
179
|
+
|
|
180
|
+
Our worked examples can be found in the [mapreader-examples](https://github.com/maps-as-data/MapReader-examples) repository.
|
|
181
|
+
|
|
182
|
+
We also have a number of other MapReader and map related repositories which can be found on the [maps-as-data](https://github.com/maps-as-data) GitHub organisation page.
|
|
177
183
|
|
|
178
184
|
## How to cite MapReader
|
|
179
185
|
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{mapreader-1.6.3.post0.dev2 → mapreader-1.6.3.post0.dev11}/mapreader/classify/custom_models.py
RENAMED
|
File without changes
|
|
File without changes
|
{mapreader-1.6.3.post0.dev2 → mapreader-1.6.3.post0.dev11}/mapreader/classify/load_annotations.py
RENAMED
|
File without changes
|
|
File without changes
|
{mapreader-1.6.3.post0.dev2 → mapreader-1.6.3.post0.dev11}/mapreader/download/data_structures.py
RENAMED
|
File without changes
|
|
File without changes
|
{mapreader-1.6.3.post0.dev2 → mapreader-1.6.3.post0.dev11}/mapreader/download/downloader_utils.py
RENAMED
|
File without changes
|
{mapreader-1.6.3.post0.dev2 → mapreader-1.6.3.post0.dev11}/mapreader/download/sheet_downloader.py
RENAMED
|
File without changes
|
{mapreader-1.6.3.post0.dev2 → mapreader-1.6.3.post0.dev11}/mapreader/download/tile_loading.py
RENAMED
|
File without changes
|
{mapreader-1.6.3.post0.dev2 → mapreader-1.6.3.post0.dev11}/mapreader/download/tile_merging.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{mapreader-1.6.3.post0.dev2 → mapreader-1.6.3.post0.dev11}/mapreader/process/context_post_process.py
RENAMED
|
File without changes
|
{mapreader-1.6.3.post0.dev2 → mapreader-1.6.3.post0.dev11}/mapreader/process/occlusion_analysis.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{mapreader-1.6.3.post0.dev2 → mapreader-1.6.3.post0.dev11}/mapreader/spot_text/dataclasses.py
RENAMED
|
File without changes
|
{mapreader-1.6.3.post0.dev2 → mapreader-1.6.3.post0.dev11}/mapreader/spot_text/deepsolo_runner.py
RENAMED
|
File without changes
|
{mapreader-1.6.3.post0.dev2 → mapreader-1.6.3.post0.dev11}/mapreader/spot_text/dptext_detr_runner.py
RENAMED
|
File without changes
|
{mapreader-1.6.3.post0.dev2 → mapreader-1.6.3.post0.dev11}/mapreader/spot_text/maptext_runner.py
RENAMED
|
File without changes
|
{mapreader-1.6.3.post0.dev2 → mapreader-1.6.3.post0.dev11}/mapreader/spot_text/runner_base.py
RENAMED
|
File without changes
|
|
File without changes
|
{mapreader-1.6.3.post0.dev2 → mapreader-1.6.3.post0.dev11}/mapreader/utils/compute_and_save_stats.py
RENAMED
|
File without changes
|
|
File without changes
|
{mapreader-1.6.3.post0.dev2 → mapreader-1.6.3.post0.dev11}/mapreader/utils/slice_parallel.py
RENAMED
|
File without changes
|
|
File without changes
|
{mapreader-1.6.3.post0.dev2 → mapreader-1.6.3.post0.dev11}/mapreader.egg-info/dependency_links.txt
RENAMED
|
File without changes
|
{mapreader-1.6.3.post0.dev2 → mapreader-1.6.3.post0.dev11}/mapreader.egg-info/entry_points.txt
RENAMED
|
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
|