large-image-source-mapnik 1.27.5.dev6__tar.gz → 1.30.7.dev12__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.
Files changed (15) hide show
  1. {large-image-source-mapnik-1.27.5.dev6 → large_image_source_mapnik-1.30.7.dev12}/PKG-INFO +8 -2
  2. {large-image-source-mapnik-1.27.5.dev6 → large_image_source_mapnik-1.30.7.dev12}/README.rst +20 -40
  3. {large-image-source-mapnik-1.27.5.dev6 → large_image_source_mapnik-1.30.7.dev12}/large_image_source_mapnik/__init__.py +27 -17
  4. {large-image-source-mapnik-1.27.5.dev6 → large_image_source_mapnik-1.30.7.dev12}/large_image_source_mapnik.egg-info/PKG-INFO +8 -2
  5. large_image_source_mapnik-1.30.7.dev12/large_image_source_mapnik.egg-info/requires.txt +6 -0
  6. {large-image-source-mapnik-1.27.5.dev6 → large_image_source_mapnik-1.30.7.dev12}/setup.py +3 -2
  7. large-image-source-mapnik-1.27.5.dev6/large_image_source_mapnik.egg-info/requires.txt +0 -6
  8. {large-image-source-mapnik-1.27.5.dev6 → large_image_source_mapnik-1.30.7.dev12}/LICENSE +0 -0
  9. {large-image-source-mapnik-1.27.5.dev6 → large_image_source_mapnik-1.30.7.dev12}/large_image_source_mapnik/girder_source.py +0 -0
  10. {large-image-source-mapnik-1.27.5.dev6 → large_image_source_mapnik-1.30.7.dev12}/large_image_source_mapnik.egg-info/SOURCES.txt +0 -0
  11. {large-image-source-mapnik-1.27.5.dev6 → large_image_source_mapnik-1.30.7.dev12}/large_image_source_mapnik.egg-info/dependency_links.txt +0 -0
  12. {large-image-source-mapnik-1.27.5.dev6 → large_image_source_mapnik-1.30.7.dev12}/large_image_source_mapnik.egg-info/entry_points.txt +0 -0
  13. {large-image-source-mapnik-1.27.5.dev6 → large_image_source_mapnik-1.30.7.dev12}/large_image_source_mapnik.egg-info/top_level.txt +0 -0
  14. {large-image-source-mapnik-1.27.5.dev6 → large_image_source_mapnik-1.30.7.dev12}/pyproject.toml +0 -0
  15. {large-image-source-mapnik-1.27.5.dev6 → large_image_source_mapnik-1.30.7.dev12}/setup.cfg +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: large-image-source-mapnik
3
- Version: 1.27.5.dev6
3
+ Version: 1.30.7.dev12
4
4
  Summary: A Mapnik tilesource for large_image.
5
5
  Home-page: https://github.com/girder/large_image
6
6
  Author: Kitware, Inc.
@@ -15,9 +15,15 @@ Classifier: Programming Language :: Python :: 3.9
15
15
  Classifier: Programming Language :: Python :: 3.10
16
16
  Classifier: Programming Language :: Python :: 3.11
17
17
  Classifier: Programming Language :: Python :: 3.12
18
+ Classifier: Programming Language :: Python :: 3.13
18
19
  Requires-Python: >=3.8
19
- Provides-Extra: girder
20
+ Description-Content-Type: text/x-rst
20
21
  License-File: LICENSE
22
+ Requires-Dist: large-image>=1.30.7.dev12
23
+ Requires-Dist: large-image-source-gdal>=1.30.7.dev12
24
+ Requires-Dist: mapnik
25
+ Provides-Extra: girder
26
+ Requires-Dist: girder-large-image>=1.30.7.dev12; extra == "girder"
21
27
 
22
28
  A Mapnik tilesource for large_image.
23
29
 
@@ -15,7 +15,7 @@ Large Image
15
15
  :target: https://codecov.io/github/girder/large_image?branch=master
16
16
  :alt: codecov.io
17
17
 
18
- .. |doi-badge| image:: https://img.shields.io/badge/DOI-10.5281%2Fzenodo.4723355-blue
18
+ .. |doi-badge| image:: https://img.shields.io/badge/DOI-10.5281%2Fzenodo.4723355-blue.svg
19
19
  :target: https://zenodo.org/badge/latestdoi/45569214
20
20
 
21
21
  .. |pypi-badge| image:: https://img.shields.io/pypi/v/large-image.svg?logo=python&logoColor=white
@@ -39,7 +39,7 @@ Highlights
39
39
  Installation
40
40
  ------------
41
41
 
42
- In addition to installing the ``large-image`` package, you'll need at least one tile source (a ``large-image-source-xxx`` package). You can install everything from the main project with one of these commands:
42
+ In addition to installing the base ``large-image`` package, you'll need at least one tile source which corresponds to your target file format(s) (a ``large-image-source-xxx`` package). You can install everything from the main project with one of these commands:
43
43
 
44
44
  Pip
45
45
  ~~~
@@ -52,7 +52,7 @@ Install all tile sources on linux::
52
52
 
53
53
  pip install large-image[all] --find-links https://girder.github.io/large_image_wheels
54
54
 
55
- Install all tile sources and all Girder plugins on linux::
55
+ When using large-image with an instance of `Girder`_, install all tile sources and all Girder plugins on linux::
56
56
 
57
57
  pip install large-image[all] girder-large-image-annotation[tasks] --find-links https://girder.github.io/large_image_wheels
58
58
 
@@ -60,8 +60,9 @@ Install all tile sources and all Girder plugins on linux::
60
60
  Conda
61
61
  ~~~~~
62
62
 
63
- Conda makes dependency management a bit easier if not on Linux. Some of the source modules are available on conda-forge. You can install the following::
63
+ Conda makes dependency management a bit easier if not on Linux. The base module, converter module, and two of the source modules are available on conda-forge. You can install the following::
64
64
 
65
+ conda install -c conda-forge large-image
65
66
  conda install -c conda-forge large-image-source-gdal
66
67
  conda install -c conda-forge large-image-source-tiff
67
68
  conda install -c conda-forge large-image-converter
@@ -118,7 +119,7 @@ Large Image consists of several Python modules designed to work together. These
118
119
 
119
120
  - ``large-image-source-deepzoom``: A tile source for reading Deepzoom tiles.
120
121
 
121
- - ``large-image-source-dicom``: A tile source for reading DICOM WSI images.
122
+ - ``large-image-source-dicom``: A tile source for reading DICOM Whole Slide Images (WSI).
122
123
 
123
124
  - ``large-image-source-gdal``: A tile source for reading geotiff files via GDAL. This handles source data with more complex transforms than the mapnik tile source.
124
125
 
@@ -128,62 +129,41 @@ Large Image consists of several Python modules designed to work together. These
128
129
 
129
130
  - ``large-image-source-nd2``: A tile source for reading nd2 (NIS Element) images.
130
131
 
131
- - ``large-image-source-ometiff``: A tile source using the tiff library that can handle some multi-frame OMETiff files.
132
+ - ``large-image-source-ometiff``: A tile source using the tiff library that can handle most multi-frame OMETiff files that are compliant with the specification.
132
133
 
133
134
  - ``large-image-source-openjpeg``: A tile source using the Glymur library to read jp2 (JPEG 2000) files.
134
135
 
135
136
  - ``large-image-source-openslide``: A tile source using the OpenSlide library. This works with svs, ndpi, Mirax, tiff, vms, and other file formats.
136
137
 
137
- - ``large-image-source-pil``: A tile source for small images via the Python Imaging Library (Pillow).
138
+ - ``large-image-source-pil``: A tile source for small images via the Python Imaging Library (Pillow). By default, the maximum size is 4096, but the maximum size can be configured.
138
139
 
139
140
  - ``large-image-source-tiff``: A tile source for reading pyramidal tiff files in common compression formats.
140
141
 
141
142
  - ``large-image-source-tifffile``: A tile source using the tifffile library that can handle a wide variety of tiff-like files.
142
143
 
143
- - ``large-image-source-vips``: A tile source for reading any files handled by libvips. This also can be used for writing tiled images from numpy arrays.
144
+ - ``large-image-source-vips``: A tile source for reading any files handled by libvips. This also can be used for writing tiled images from numpy arrays (up to 4 dimensions).
144
145
 
145
- - ``large-image-source-zarr``: A tile source using the zarr library that can handle OME-Zarr (OME-NGFF) files as well as some other zarr files.
146
+ - ``large-image-source-zarr``: A tile source using the zarr library that can handle OME-Zarr (OME-NGFF) files as well as some other zarr files. This can also be used for writing N-dimensional tiled images from numpy arrays. Written images can be saved as any supported format.
146
147
 
147
148
  - ``large-image-source-test``: A tile source that generates test tiles, including a simple fractal pattern. Useful for testing extreme zoom levels.
148
149
 
149
- - ``large-image-source-dummy``: A tile source that does nothing.
150
+ - ``large-image-source-dummy``: A tile source that does nothing. This is an absolutely minimal implementation of a tile source used for testing. If you want to create a custom tile source, start with this implementation.
150
151
 
151
- Most tile sources can be used with girder-large-image. You can specific an extras_require of ``girder`` to include ``girder-large-image`` with the source.
152
152
 
153
- - As a Girder plugin:
153
+ As a `Girder`_ plugin, ``large-image`` adds end points to access all of the image formats it can read both to get metadata and to act as a tile server.
154
+ In the Girder UI, ``large-image`` shows images on item pages, and can show thumbnails in item lists when browsing folders.
155
+ There is also cache management to balance memory use and speed of response in Girder when ``large-image`` is used as a tile server.
154
156
 
155
- - ``girder-large-image``: Large Image as a Girder_ 3.x plugin.
156
- You can specify extras_require of ``tasks`` to install a Girder Worker task that can convert otherwise unreadable images to pyramidal tiff files.
157
+ Most tile sources can be used with Girder Large Image. You can specify an extras_require of ``girder`` to install the following packages:
157
158
 
158
- - ``girder-large-image-annotation``: Annotations for large images as a Girder_ 3.x plugin.
159
+ - ``girder-large-image``: Large Image as a Girder 3.x plugin.
160
+ You can install ``large-image[tasks]`` to install a Girder Worker task that can convert otherwise unreadable images to pyramidal tiff files.
161
+
162
+ - ``girder-large-image-annotation``: Adds models to the Girder database for supporting annotating large images. These annotations can be rendered on images. Annotations can include polygons, points, image overlays, and other types. Each annotation can have a label and metadata.
159
163
 
160
164
  - ``large-image-tasks``: A utility for running the converter via Girder Worker.
161
165
  You can specify an extras_require of ``girder`` to include modules needed to work with the Girder remote worker or ``worker`` to include modules needed on the remote side of the Girder remote worker. If neither is specified, some conversion tasks can be run using Girder local jobs.
162
166
 
163
167
 
164
- Developer Installation
165
- ----------------------
166
-
167
- To install all packages from source, clone the repository::
168
-
169
- git clone https://github.com/girder/large_image.git
170
- cd large_image
171
-
172
- Install all packages and dependencies::
173
-
174
- pip install -e . -r requirements-dev.txt
175
-
176
- If you aren't developing with Girder 3, you can skip installing those components. Use ``requirements-dev-core.txt`` instead of ``requirements-dev.txt``::
177
-
178
- pip install -e . -r requirements-dev-core.txt
179
-
180
-
181
- Tile source prerequisites
182
- =========================
183
-
184
- Many tile sources have complex prerequisites. These can be installed directly using your system's package manager or from some prebuilt Python wheels for Linux. The prebuilt wheels are not official packages, but they can be used by instructing pip to use them by preference::
185
-
186
- pip install -e . -r requirements-dev.txt --find-links https://girder.github.io/large_image_wheels
187
-
188
168
 
189
- .. _Girder: https://github.com/girder/girder
169
+ .. _Girder: https://girder.readthedocs.io/en/latest/
@@ -20,7 +20,7 @@ from importlib.metadata import version as _importlib_version
20
20
 
21
21
  import mapnik
22
22
  import PIL.Image
23
- from large_image_source_gdal import GDALFileTileSource, InitPrefix
23
+ from large_image_source_gdal import GDALFileTileSource
24
24
  from osgeo import gdal, gdalconst
25
25
 
26
26
  from large_image.cache_util import LruCacheMetaclass, methodcache
@@ -38,13 +38,6 @@ except PackageNotFoundError:
38
38
  mapnik.logger.set_severity(mapnik.severity_type.Debug)
39
39
 
40
40
 
41
- try:
42
- mapnik.Projection('epsg:3857')
43
- NeededInitPrefix = ''
44
- except RuntimeError:
45
- NeededInitPrefix = InitPrefix
46
-
47
-
48
41
  class MapnikFileTileSource(GDALFileTileSource, metaclass=LruCacheMetaclass):
49
42
  """
50
43
  Provides tile access to geospatial files.
@@ -101,9 +94,18 @@ class MapnikFileTileSource(GDALFileTileSource, metaclass=LruCacheMetaclass):
101
94
  specify unitsPerPixel.
102
95
  """
103
96
  if projection and projection.lower().startswith('epsg'):
104
- projection = NeededInitPrefix + projection.lower()
97
+ projection = projection.lower()
105
98
  super().__init__(
106
99
  path, projection=projection, unitsPerPixel=unitsPerPixel, **kwargs)
100
+ if self.dataset.GetDriver().ShortName in {'MBTiles', 'Rasterlite', 'SQLite'}:
101
+ msg = 'File will not be opened via mapbox'
102
+ raise TileSourceError(msg)
103
+ self.logger.debug('mapnik source using the GDAL %s driver',
104
+ self.dataset.GetDriver().ShortName)
105
+
106
+ def _openVectorSource(self, ds):
107
+ msg = 'File will not be opened via mapnik'
108
+ raise TileSourceError(msg)
107
109
 
108
110
  def _checkNetCDF(self):
109
111
  """
@@ -138,7 +140,7 @@ class MapnikFileTileSource(GDALFileTileSource, metaclass=LruCacheMetaclass):
138
140
  }
139
141
  if not len(datasets):
140
142
  try:
141
- self.getBounds(NeededInitPrefix + 'epsg:3857')
143
+ self.getBounds('epsg:3857')
142
144
  except RuntimeError:
143
145
  self._bounds.clear()
144
146
  del self._netcdf
@@ -273,7 +275,7 @@ class MapnikFileTileSource(GDALFileTileSource, metaclass=LruCacheMetaclass):
273
275
  sym = mapnik.RasterSymbolizer()
274
276
  if colorizer is not None:
275
277
  sym.colorizer = colorizer
276
- rule.symbols.append(sym)
278
+ getattr(rule, 'symbols', getattr(rule, 'symbolizers', None)).append(sym)
277
279
  style = mapnik.Style()
278
280
  style.rules.append(rule)
279
281
  if composite is not None:
@@ -286,8 +288,9 @@ class MapnikFileTileSource(GDALFileTileSource, metaclass=LruCacheMetaclass):
286
288
  if hasattr(self, '_netcdf') and isinstance(band, tuple):
287
289
  gdalband = band[1]
288
290
  gdalpath = self._netcdf['datasets'][band[0]]['name']
289
- lyr.datasource = mapnik.Gdal(
290
- base=None, file=gdalpath, band=gdalband, extent=extent, nodata=nodata)
291
+ params = dict(base=None, file=gdalpath, band=gdalband, extent=extent, nodata=nodata)
292
+ params = {k: v for k, v in params.items() if v is not None}
293
+ lyr.datasource = mapnik.Gdal(**params)
291
294
  lyr.styles.append(styleName)
292
295
  m.layers.append(lyr)
293
296
 
@@ -323,7 +326,7 @@ class MapnikFileTileSource(GDALFileTileSource, metaclass=LruCacheMetaclass):
323
326
  m, layerSrs, colorizer, styleBand['band'], extent, composite, nodata)
324
327
 
325
328
  @methodcache()
326
- def getTile(self, x, y, z, **kwargs):
329
+ def getTile(self, x, y, z, **kwargs): # noqa
327
330
  if self.projection:
328
331
  mapSrs = self.projection
329
332
  layerSrs = self.getProj4String()
@@ -386,10 +389,17 @@ class MapnikFileTileSource(GDALFileTileSource, metaclass=LruCacheMetaclass):
386
389
  m = self._mapnikMap
387
390
  m.zoom_to_box(mapnik.Box2d(xmin, ymin, xmax, ymax))
388
391
  img = mapnik.Image(self.tileWidth + overscan * 2, self.tileHeight + overscan * 2)
389
- mapnik.render(m, img)
390
- pilimg = PIL.Image.frombytes('RGBA', (img.width(), img.height()), img.tostring())
392
+ try:
393
+ mapnik.render(m, img)
394
+ pilimg = PIL.Image.frombytes(
395
+ 'RGBA', (img.width(), img.height()),
396
+ getattr(img, 'tostring', getattr(img, 'to_string', None))())
397
+ except Exception:
398
+ self.logger.exception('Failed to getTile')
399
+ pilimg = PIL.Image.new('RGBA', (1, 1))
391
400
  if overscan:
392
- pilimg = pilimg.crop((1, 1, pilimg.width - overscan, pilimg.height - overscan))
401
+ pilimg = pilimg.crop((1, 1, max(1, pilimg.width - overscan),
402
+ max(1, pilimg.height - overscan)))
393
403
  return self._outputTile(pilimg, TILE_FORMAT_PIL, x, y, z, applyStyle=False, **kwargs)
394
404
 
395
405
 
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: large-image-source-mapnik
3
- Version: 1.27.5.dev6
3
+ Version: 1.30.7.dev12
4
4
  Summary: A Mapnik tilesource for large_image.
5
5
  Home-page: https://github.com/girder/large_image
6
6
  Author: Kitware, Inc.
@@ -15,9 +15,15 @@ Classifier: Programming Language :: Python :: 3.9
15
15
  Classifier: Programming Language :: Python :: 3.10
16
16
  Classifier: Programming Language :: Python :: 3.11
17
17
  Classifier: Programming Language :: Python :: 3.12
18
+ Classifier: Programming Language :: Python :: 3.13
18
19
  Requires-Python: >=3.8
19
- Provides-Extra: girder
20
+ Description-Content-Type: text/x-rst
20
21
  License-File: LICENSE
22
+ Requires-Dist: large-image>=1.30.7.dev12
23
+ Requires-Dist: large-image-source-gdal>=1.30.7.dev12
24
+ Requires-Dist: mapnik
25
+ Provides-Extra: girder
26
+ Requires-Dist: girder-large-image>=1.30.7.dev12; extra == "girder"
21
27
 
22
28
  A Mapnik tilesource for large_image.
23
29
 
@@ -0,0 +1,6 @@
1
+ large-image>=1.30.7.dev12
2
+ large-image-source-gdal>=1.30.7.dev12
3
+ mapnik
4
+
5
+ [girder]
6
+ girder-large-image>=1.30.7.dev12
@@ -19,8 +19,7 @@ def prerelease_local_scheme(version):
19
19
 
20
20
  if os.getenv('CIRCLE_BRANCH') in ('master', ):
21
21
  return ''
22
- else:
23
- return get_local_node_and_date(version)
22
+ return get_local_node_and_date(version)
24
23
 
25
24
 
26
25
  try:
@@ -37,6 +36,7 @@ setup(
37
36
  'fallback_version': '0.0.0'},
38
37
  description=description,
39
38
  long_description=long_description,
39
+ long_description_content_type='text/x-rst',
40
40
  license='Apache Software License 2.0',
41
41
  author='Kitware, Inc.',
42
42
  author_email='kitware@kitware.com',
@@ -49,6 +49,7 @@ setup(
49
49
  'Programming Language :: Python :: 3.10',
50
50
  'Programming Language :: Python :: 3.11',
51
51
  'Programming Language :: Python :: 3.12',
52
+ 'Programming Language :: Python :: 3.13',
52
53
  ],
53
54
  install_requires=[
54
55
  f'large-image{limit_version}',
@@ -1,6 +0,0 @@
1
- large-image>=1.27.5.dev6
2
- large-image-source-gdal>=1.27.5.dev6
3
- mapnik
4
-
5
- [girder]
6
- girder-large-image>=1.27.5.dev6