You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The ``.query_map_sheets_by_coordinates()`` and ``download_map_sheets_by_coordinates()`` methods can be used find and download map sheets which contain a set of coordinates.
@@ -278,7 +278,7 @@ These lines can be created using MapReader's ``create_line_from_latlons()`` func
278
278
279
279
.. code-block:: python
280
280
281
-
from mapreader.download.downloader_utilsimport create_line_from_latlons
The ``.query_map_sheets_by_string()`` and ``download_map_sheets_by_string()`` methods can be used find and download map sheets by searching for a string in their metadata.
@@ -385,7 +385,7 @@ e.g. :
385
385
.. code-block:: python
386
386
387
387
#EXAMPLE
388
-
my_ts.query_map_sheets_by_string("*shire")
388
+
my_ts.query_map_sheets_by_string("n?don")
389
389
390
390
.. note:: Guidance on how to view/visualise your query results can be found in query_guidance_.
0 commit comments