MapReader icon indicating copy to clipboard operation
MapReader copied to clipboard

A computer vision pipeline for exploring and analyzing images at scale

Results 85 MapReader issues
Sort by recently updated
recently updated
newest added

### Summary Adding notebooks for the April/May workshop. Fixes #394 ### Checklist before assigning a reviewer (update as needed) - [x] Self-review code ### Reviewer checklist Please add anything you...

**Is your documentation update related to a problem? Please describe.** (written by @phinate on behalf of @cyara-she-her): when installing Conda, we need to also install Python! Doing ``` conda create...

documentation

**Describe the bug** The annotation tools breaks in python 3.12. This might be fixed by #385 ![image](https://github.com/Living-with-machines/MapReader/assets/72076688/c2473075-b26f-4153-acf9-339e71e10d42)

bug

See post by @thobson88 in https://github.com/Living-with-machines/MapReader/pull/399#discussion_r1577498312_ Essentially if it pops up with labels of ['no', 'railspace'] then you type something else (like 'building') then you will get an error but...

bug

### Summary This PR begins the work of bringing text detection/recognition (ie. text spotting) into MapReader. Addresses #358 ### Describe your changes `DeepSoloRunner` is a class used for running the...

For workshop on April 30th- May 1st - [x] @kmcdono2 to make outline - [x] set up meeting to discuss plan

workshop
workshop2024

Per JOSS review: - [ ] think about naming conventions for worked examples - [ ] move annotation and post processing notebooks to geospatial directory - [ ] update readme...

paper

- [x] Add details of what version of mapreader to use for April workshop - [x] Also add details of what version of mapreader to use for June 2023 workshop

**Describe the bug** If metadata contains an image that covers two sheets ie: ```json { "type": "Feature", "id": "6in_Eng_Scot_Wal_1st.5547", "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -4.5665, 50.8858...

bug

### Summary Fixes #385 ### Describe your changes Update code and dependencies to ensure fix warnings in tests To do: - [ ] Update docs re. how to run tests...