Skip to main content

The Discrete Global Grid Abstraction Library (DGGAL)

Project description

DGGAL docs PyPI Downloads

DGGAL, the Discrete Global Grid Abstraction Library

https://dggal.org

DGGAL provides a common interface to perform various operations on Discrete Global Grid Reference Systems (DGGRS), facilitating the implementation of Discrete Global Grid Systems (DGGS), including implementing Web APIs based on the OGC API - DGGS Standard.

Copyright (c) 2014-2025, Ecere Corporation

Licensed under the BSD 3-Clause License

Source: https://github.com/ecere/dggal

Python packaging: https://github.com/ecere/pydggal

DGGAL integration in other software

DGGAL is already being integrated in several DGGS-enabled software, notably:

Supported Discrete Global Grid Reference Systems

DGGAL currently supports all nine DGGRSs described in OGC API - DGGS Annex B, as well as additional DGGRSs:

Axis-aligned DGGRS in WGS84 latitude and longitude (simple bounding boxes)

Equal-Area DGGRSs based on Icosahedral Projections (aperture 3 and 7 Hexagonal, aperture 4 and 9 Axis-Aligned Rhombic)

All of these Icosahedral DGGRSs achieve equal-area on the WGS84 ellipsoid, and are oriented with a first vertex of the icosahedron positioned at authalic latitude of arctan(φ) (where φ is the golden ratio), and longitude 11.20°E, with second vertex due North, resulting in only one vertex / pentagon on land. Each of the 12 pentagons occupies 5/6th the area of a hexagon at the same refinement level.

Starting from version 0.0.6, the aperture 7 hexagonal grids and indexing are fully functional, including support for listing and resolving sub-zones for both hexagonal and pentagonal ancestral zones.

Icosahedral Snyder Equal Area (ISEA) projection

(An Equal-Area Map Projection for Polyhedral Globes (1992), or dodecahedron configuration (DVEA) of Slice & Dice (2006))

  • ISEA4R: An equal area rhombic grid with a refinement ratio of 4 defined in the transformed into a 5x6 Cartesian space resulting in axis-aligned square zones
  • ISEA9R: An equal area rhombic grid with a refinement ratio of 9 defined in the ISEA projection transformed into a 5x6 Cartesian space resulting in axis-aligned square zones
  • ISEA3H: An equal area hexagonal grid with a refinement ratio of 3 defined in the ISEA projection
  • ISEA7H: An equal area hexagonal grid with a refinement ratio of 7 defined in the ISEA projection
  • ISEA7H_Z7: Same Discrete Global Grid Hierarchy (DGGH) and sub-zone order as ISEA7H, but using the Z7 indexing for interoperability with DGGRID and IGEO7.

NOTE: The DGGRID / IGEO7 interoperability of ISEA7H_Z7 relies on converting the authalic latitudes produced by DGGRID to geodetic latitudes to reference them to the WGS84 ellipsoid, and using the orientation which can be specified in DGGRID with dggs_vert0_lon 11.20, dggs_vert0_lat 58.282525588538994675786 and dggs_vert0_azimuth 0.0. Efficient conversion from authalic latitude to geodetic latitudes is described by Charles Karney's "On auxiliary latitudes" and can be performed using Geographiclib or with the authalicSetup(), latGeodeticToAuthalic() and latAuthalicToGeodetic() functions from DGGAL.

Icosahedral Vertex-oriented great circle Equal Area (IVEA) projection

(Slice & Dice (2006), or applying Snyder 1992 to the dodecahedron (DSEA))

  • IVEA4R: An equal area rhombic grid with a refinement ratio of 4 defined in the IVEA projection transformed into a 5x6 Cartesian space resulting in axis-aligned square zones, using the same global indexing and sub-zone ordering as for ISEA4R
  • IVEA9R: An equal area rhombic grid with a refinement ratio of 9 defined in the IVEA projection transformed into a 5x6 Cartesian space resulting in axis-aligned square zones, using the same global indexing and sub-zone ordering as for ISEA9R
  • IVEA3H: An equal area hexagonal grid with a refinement ratio of 3 defined in the IVEA projection, using the same global indexing and sub-zone ordering as for ISEA3H
  • IVEA7H: An equal area hexagonal grid with a refinement ratio of 7 defined in the IVEA projection, using the same global indexing and sub-zone ordering as for ISEA7H
  • IVEA7H_Z7: Same DGGH and sub-zone order as IVEA7H, but using same Z7 indexing as for ISEA7H_Z7.

NOTE: This projection is superior to ISEA and RT(S)EA at avoiding perceptible cusps, resulting in more compact/regular zones.

Rhombic Triacontahedron (Snyder) Equal-Area (RT(S)EA) projection

(applying Snyder 1992 to the Rhombic Triacontahedron, alternate configuration of Slice & Dice (2006), Disdyakis Triacontahedron Discrete Global Grid System, or Construction of rhombic triacontahedron discrete global grid systems)

  • RTEA4R: An equal area rhombic grid with a refinement ratio of 4 defined in the RTEA projection transformed into a 5x6 Cartesian space resulting in axis-aligned square zones, using the same global indexing and sub-zone ordering as for ISEA4R
  • RTEA9R: An equal area rhombic grid with a refinement ratio of 9 defined in the RTEA projection transformed into a 5x6 Cartesian space resulting in axis-aligned square zones, using the same global indexing and sub-zone ordering as for ISEA9R
  • RTEA3H: An equal area hexagonal grid with a refinement ratio of 3 defined in the RTEA projection using the same global indexing and sub-zone ordering as for ISEA3H
  • RTEA7H: An equal area hexagonal grid with a refinement ratio of 7 defined in the RTEA projection using the same global indexing and sub-zone ordering as for ISEA7H
  • RTEA7H_Z7: Same DGGH and sub-zone order as RTEA7H, but using same Z7 indexing as for ISEA7H_Z7.

Axis-aligned and Equal-Area DGGRSs based on HEALPix Projection

(HEALPix projection)

  • HEALPix: An equal area and axis-aligned grid with square zones topology and a refinement ratio of 4 defined in the HEALPix projection, using configuration Nφ/H = 4, Nθ/K = 3 (same as default PROJ implementation), the new indexing described in OGC API - DGGS Annex B, and scanline-based sub-zone ordering
  • rHEALPix: An equal area and axis-aligned grid with square zones topology and a refinement ratio of 9 defined in the rHEALPix projection using 50° E prime meridian (equivalent to PROJ implementation with parameters +proj=rhealpix +lon_0=50 +ellps=WGS84), the original hierarchical indexing, and scanline-based sub-zone ordering

libDGGAL API Documentation

The API documentation can be found here.

The DGGRS class provides most of the functionality of the library, allowing to resolve DGGRS zones by textual ID to a unique 64-bit zone integer identifier (DGGRSZone). The geometry and sub-zones of a particular zone can also be queried. The concept of sub-zones is key to encoding both vector and raster geospatial data quantized to a DGGRS. The DGGAL library also allows to resolve a sub-zone index at a particular depth from a parent zone, allowing to read DGGS-optimized data such as DGGS-JSON and DGGS-JSON-FG.

Language bindings

While the library is written in the eC programming language, object-oriented bindings for C, C++ and Python generated using the Ecere SDK's bgen tool are provided. Bindings for Rust, Java and JavaScript (for WebAssembly build) are available as well. Support for additional languages may be added in the future.

dgg tool

Syntax

   dgg <dggrs> <command> [options] <arguments>

Supported DGGRSs

  • gnosis (Global Grid)
  • isea4r, isea9r, isea3h, isea7h, isea7h_z7
  • ivea4r, ivea9r, ivea3h, ivea7h, ivea7h_z7
  • rtea4r, rtea9r, rtea3h, rtea7h, rtea7h_z7
  • rhealpix (aperture 9, 50° E)
  • healpix (aperture 4, Nφ/H = 4, Nθ/K = 3)

Commands

info [zone]

  • Display information about a DGGRS or about a zone of a DGGRS

zone <coord1,coord2> [level]

  • Return DGGRS zone at position -- specified in EPSG:4326 (lat,lon)

level [level]

  • Display information about a DGGRS refinement level

grid [level]

  • Generate DGGRS grid at specified refinement level (default: 0)

geom <zone>

  • Generate geometry for a particular zone

list [level]

  • List DGGRS zones (as JSON string array)

rel <zone 1> <zone 2>

  • Display information about the relationships between two zones of a DGGRS

sub <zone> [index]

  • List subzones of a DGGRS zone or resolve a sub-zone by index

index <parent zone> <sub-zone>

  • Display index of sub-zone within parent

compact <JSON input zone file (zone ID strings array)>

  • Compact input zone list

decompact <JSON input zone file (zone ID strings array)> [level]

  • Decompact zone list

togeo <DGGS-(UB)JSON(-FG) input file>

  • Convert DGGS-JSON (DGGS-quantized raster data) or DGGS-JSON-FG (DGGS-quantized vector data) to GeoJSON

Options

-o <filename>

  • Output to file instead of standard output

-crs <crs>

  • Select an output coordinate reference system, one of: EPSG:4326, OGC:CRS84, 5x6, ico (icosahedron net), rhp (rHEALPix), hpx (HEALPix)

-depth <relative depth>

  • For sub, specify relative depth Also to change depth considered for calculating optional [level] from -scale, -mpp and -pixels default: depth corresponding to ~64K sub-zones (IS/VEA9R: 5, IS/VEA3H: 10, GNOSIS: 8)

-bbox <llLat,llLon,urLat,urLon>

  • Specify extent for which to list zones, generate grid, or reference extent for -pixels example: -bbox 60,-120,62,-118 -- specified in EPSG:4326 (lat,lon)

-centroids

  • For sub, list centroids instead of sub-zone identifiers For togeo, use centroid points for geometry instead of polygons

-compact

  • For list and grid, return compact list of zones

-mpp <physical meters per sub-zone>

  • Specify physical meters per sub-zone as substitute for optional [level] arguments

-scale-denom <scale denominator>

  • Specify scale-denominator as substitute for optional [level] arguments (based on -depth)

-pixels <with,height>

  • Specify display pixels as a substitute for optional [level] argument (in combination with -bbox)

-display-res <mm-per-pixels>

  • Specify display resolution in millimeters/pixel in combination with -scale and -pixels (default: 0.28)

Example Usage

info

Information about a particular DGGRS
> dgg isea3h info
DGGRS: https://maps.gnosis.earth/ogcapi/dggrs/ISEA3H
Refinement Ratio: 3
Maximum level for 64-bit global identifiers (DGGAL DGGRSZone): 33
Default ~64K sub-zones relative depth: 10
Information about a particular zone
> dgg isea3h info A4-0-A
DGGRS: https://maps.gnosis.earth/ogcapi/dggrs/ISEA3H
Textual Zone ID: A4-0-A
64-bit integer ID: 36028797018963968 (0x80000000000000)

Level 0 zone (5 edges, centroid child)
42505468477007.4 m² (42505468.4770074 km²)
49411 sub-zones at depth 10
WGS84 Centroid (lat, lon): 0, -20.517474730219
WGS84 Extent (lat, lon): { -35.385452137707, -57.8948427221833 }, { 35.385452137707, 11.2 }

No parent

Children (6):
   A4-0-B (centroid)
   A4-0-C
   A4-0-D
   A3-0-C
   A2-0-D
   A2-0-C

Neighbors (5):
   (direction 2): A2-0-A
   (direction 3): A6-0-A
   (direction 0): AA-0-A
   (direction 6): A3-0-A
   (direction 7): A5-0-A

[EPSG:4326] Vertices (5):
   20.9908527620464, 11.2
   -20.9908527620465, 11.2
   -35.385452137707, -33.8
   0, -57.8948427221833
   35.385452137707, -33.8

zone

Identify zone at a particular geodetic position.

> dgg isea3h zone 34,-70
DGGRS: https://maps.gnosis.earth/ogcapi/dggrs/ISEA3H
Textual Zone ID: A2-0-A
64-bit integer ID: 18014398509481984 (0x40000000000000)

Level 0 zone (5 edges, centroid child)
42505468477007.4 m² (42505468.4770074 km²)
49411 sub-zones at depth 10
WGS84 Centroid (lat, lon): 31.832357532016, -78.8
WGS84 Extent (lat, lon): { 0, -123.8 }, { 69.1802093248182, -33.8 }

No parent

Children (6):
   A2-0-B (centroid)
   A2-0-C
   A2-0-D
   A1-0-C
   A0-0-D
   A0-0-C

Neighbors (5):
   (direction 2): A0-0-A
   (direction 3): A4-0-A
   (direction 0): AA-0-A
   (direction 6): A1-0-A
   (direction 7): A3-0-A

[EPSG:4326] Vertices (5):
   35.385452137707, -33.8
   0, -57.8948427221833
   0, -99.7051575819393
   35.3854519371908, -123.8
   69.1802093248182, -78.8

level

Information about levels of a particular DGGRS
> dgg isea3h level
DGGRS: https://maps.gnosis.earth/ogcapi/dggrs/ISEA3H
Assuming sub-zone depth of 10 and display resolution of 0.28 mm/pixel:
Level       Reference Area                             Sub-zones count        Sub-zone area                                                 Scale                   Meters/Sub-zone
-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
 0: 42505468477007.39843750 m² (42505468.47700740 km²)          49411          860243032.46255684 m² (     8602430324625.56933594 cm²)   1:   104965840      29390.43523832 m (   2939043.52383217 cm)
 1: 15939550678877.77343750 m² (15939550.67887777 km²)          59293          268826854.41582942 m² (     2688268544158.29394531 cm²)   1:    60602124      16968.59485403 m (   1696859.48540341 cm)
 2:  5544191540479.22558594 m² ( 5544191.54047923 km²)          59293           93504992.84028849 m² (      935049928402.88488770 cm²)   1:    34988666       9796.82649363 m (    979682.64936343 cm)
 3:  1875241256338.56152344 m² ( 1875241.25633856 km²)          59293           31626688.75480346 m² (      316266887548.03460693 cm²)   1:    20200718       5656.20112285 m (    565620.11228463 cm)
 4:   628159632665.13391113 m² (  628159.63266513 km²)          59293           10594161.75037751 m² (      105941617503.77513123 cm²)   1:    11662891       3265.60937742 m (    326560.93774175 cm)
 5:   209730929985.23385620 m² (  209730.92998523 km²)          59293            3537195.45283986 m² (       35371954528.39860535 cm²)   1:     6733573       1885.40047940 m (    188540.04793995 cm)
 6:    69948659040.60459900 m² (   69948.65904060 km²)          59293            1179711.92283414 m² (       11797119228.34138870 cm²)   1:     3887630       1088.53647937 m (    108853.64793690 cm)
 7:    23320483802.30837250 m² (   23320.48380231 km²)          59293             393309.22372470 m² (        3933092237.24695539 cm²)   1:     2244524        628.46683036 m (     62846.68303597 cm)
 8:     7773968507.65239239 m² (    7773.96850765 km²)          59293             131111.06720275 m² (        1311110672.02745557 cm²)   1:     1295877        362.84549387 m (     36284.54938723 cm)
 9:     2591375496.48476219 m² (    2591.37549648 km²)          59293              43704.57720953 m² (         437045772.09531683 cm²)   1:      748175        209.48894360 m (     20948.89435974 cm)
10:      863797683.49797928 m² (     863.79768350 km²)          59293              14568.29108829 m² (         145682910.88290006 cm²)   1:      431959        120.94849799 m (     12094.84979852 cm)
11:      287933211.32035321 m² (     287.93321132 km²)          59293               4856.10799454 m² (          48561079.94541568 cm²)   1:      249392         69.82964787 m (      6982.96478712 cm)
12:       95977809.34637524 m² (      95.97780935 km²)          59293               1618.70388320 m² (          16187038.83196587 cm²)   1:      143986         40.31616600 m (      4031.61659961 cm)
13:       31992611.14208768 m² (      31.99261114 km²)          59293                539.56809644 m² (           5395680.96437820 cm²)   1:       83131         23.27654929 m (      2327.65492906 cm)
14:       10664204.60587722 m² (      10.66420461 km²)          59293                179.85604719 m² (           1798560.47187311 cm²)   1:       47995         13.43872200 m (      1343.87219987 cm)
15:        3554734.96771997 m² (       3.55473497 km²)          59293                 59.95201740 m² (            599520.17400367 cm²)   1:       27710          7.75884976 m (       775.88497635 cm)
16:        1184911.66691713 m² (       1.18491167 km²)          59293                 19.98400599 m² (            199840.05985818 cm²)   1:       15998          4.47957400 m (       447.95739996 cm)
17:         394970.55686243 m² (       0.39497056 km²)          59293                  6.66133535 m² (             66613.35349239 cm²)   1:        9237          2.58628325 m (       258.62832545 cm)
18:         131656.85242341 m² (       0.13165685 km²)          59293                  2.22044512 m² (             22204.45118706 cm²)   1:        5333          1.49319133 m (       149.31913332 cm)
19:          43885.61748957 m² (       0.04388562 km²)          59293                  0.74014837 m² (              7401.48373157 cm²)   1:        3079          0.86209442 m (        86.20944182 cm)
20:          14628.53916487 m² (       0.01462854 km²)          59293                  0.24671612 m² (              2467.16124414 cm²)   1:        1778          0.49773044 m (        49.77304444 cm)
21:           4876.17972181 m² (       0.00487618 km²)          59293                  0.08223871 m² (               822.38708141 cm²)   1:        1026          0.28736481 m (        28.73648061 cm)
22:           1625.39324062 m² (       0.00162539 km²)          59293                  0.02741290 m² (               274.12902714 cm²)   1:         593          0.16591015 m (        16.59101481 cm)
23:            541.79774688 m² (       0.00054180 km²)          59293                  0.00913763 m² (                91.37634238 cm²)   1:         342          0.09578827 m (         9.57882687 cm)
24:            180.59924896 m² (       0.00018060 km²)          59293                  0.00304588 m² (                30.45878079 cm²)   1:         129          0.03620456 m (         3.62045625 cm)
25:             60.19974965 m² (       0.00006020 km²)          59293                  0.00101529 m² (                10.15292693 cm²)   1:          95          0.02656689 m (         2.65668857 cm)
26:             20.06658322 m² (       0.00002007 km²)          59293                  0.00033843 m² (                 3.38430898 cm²)   1:          56          0.01574749 m (         1.57474944 cm)
27:              6.68886107 m² (       0.00000669 km²)          59293                  0.00011281 m² (                 1.12810299 cm²)   1:          36          0.01004134 m (         1.00413390 cm)
28:              2.22962036 m² (       0.00000223 km²)          59293                  0.00003760 m² (                 0.37603433 cm²)   1:          21          0.00581872 m (         0.58187229 cm)
29:              0.74320679 m² (       0.00000074 km²)          59293                  0.00001253 m² (                 0.12534478 cm²)   1:          12          0.00348148 m (         0.34814838 cm)
30:              0.24773560 m² (       0.00000025 km²)          59293                  0.00000418 m² (                 0.04178159 cm²)   1:           7          0.00201092 m (         0.20109213 cm)
31:              0.08257853 m² (       0.00000008 km²)          59293                  0.00000139 m² (                 0.01392720 cm²)   1:           4          0.00117525 m (         0.11752498 cm)
32:              0.02752618 m² (       0.00000003 km²)          59293                  0.00000046 m² (                 0.00464240 cm²)   1:           2          0.00067856 m (         0.06785649 cm)
33:              0.00917539 m² (       0.00000001 km²)          59293                  0.00000015 m² (                 0.00154747 cm²)   1:           1          0.00039338 m (         0.03933785 cm)
Information about a particular DGGRS level
>  dgg isea3h level 15
DGGRS: https://maps.gnosis.earth/ogcapi/dggrs/ISEA3H
Refinement Level: 15
Reference area: 3554734.96771997 m² (3.55473496771997 km²)

Assuming sub-zone depth of 10 (59293 sub-zones) and display resolution of 0.28 mm/pixel:
   Sub-zones area: 59.9520174003672 m² (599520.174003672 cm²)
   Cartographic scale: 1:27710
   Physical meters/sub-zone: 7.75884976353492 (775.884976353492 cm/sub-zone)

grid

Generate grid geometry for a particular refinement level

Output is GeoJSON:

> dgg isea3h -crs ico grid 3 > isea3h-level3-isea.geojson

image

> dgg isea3h grid 3 > isea3h-level3-crs84.geojson

image

Generate grid geometry for a given bounding box using compacted zones
> dgg isea3h grid 15 -compact -bbox 44,-76,46,-74

image

geom

Generate geometry of a specific zone

> dgg isea3h geom A4-0-A
{
   "type" : "Feature",
   "id" : "A4-0-A",
   "geometry" : {
      "type" : "Polygon",
      "coordinates" : [
         [ [11.2, 20.9908533396875], [11.2, 18.9046368254835], [11.2, 16.817317021754], [11.2, 14.7282441160477], [11.2, 12.6367658994772], [11.2, 10.5422256002322], [11.2, 8.44395966388283], [11.2, 6.3412954618102], [11.2, 4.2335489079295], [11.2, 2.12002196235325], [11.2, -0.00000000000000958], [11.2, -2.12002196235327], [11.2, -4.2335489079295], [11.2, -6.34129546181022], [11.2, -8.44395966388284], [11.2, -10.5422256002322], [11.2, -12.6367658994773], [11.2, -14.7282441160477], [11.2, -16.817317021754], [11.2, -18.9046368254835], [11.2, -20.9908533396875], [9.25904611568614, -22.022704447347], [7.2894978850024, -23.0315860032884], [5.2895073521231, -24.0162595826945], [3.2572732870332, -24.9754140020123], [1.19105174674043, -25.907662551343], [-0.910831437312103, -26.8115406666264], [-3.04996620024865, -27.6855041419538], [-5.22784181139874, -28.5279279934546], [-7.44582852527487, -29.3371060956138], [-9.70515744760715, -30.111251717508], [-11.9990182364648, -30.8460627665615], [-14.3199274459944, -31.5377272377057], [-16.6678118661126, -32.1851262644314], [-19.0423550054196, -32.7871381036537], [-21.4429904142008, -33.3426478478608], [-23.868897601607, -33.8505577351568], [-26.319001132268, -34.3097979200868], [-28.791973441741, -34.7193375329077], [-31.2862418322802, -35.0781958218138], [-33.7999999994894, -35.385453143805], [-35.328584064796, -33.7294909375037], [-36.7997931901407, -32.0544538235723], [-38.2190895198383, -30.3615150627895], [-39.591520816704, -28.651669714028], [-40.9217621171856, -26.9257555850354], [-42.2141557503646, -25.184471421695], [-43.4727493595782, -23.4283926793226], [-44.7013318005733, -21.6579851878463], [-45.9034669523704, -19.8736169902905], [-47.0825255880168, -18.075568603016], [-48.2378134716698, -16.2702095110336], [-49.3687568644497, -14.463940351611], [-50.4786064975358, -12.656986739445], [-51.5704092970534, -10.8495265877445], [-52.647041014988, -9.04169850753405], [-53.7112358369818, -7.23360915100237], [-54.765613515085, -5.42533970970474], [-55.8127045186767, -3.61695174870332], [-56.8549736519885, -1.80849253470827], [-57.894842551487, 0.0000000010850795], [-56.8549736519113, 1.80849253683432], [-55.8127045185966, 3.61695175082982], [-54.7656135150002, 5.425339711832], [-53.7112358368904, 7.2336091531306], [-52.6470410148878, 9.04169850966353], [-51.5704092969423, 10.8495265898755], [-50.4786064974117, 12.6569867415778], [-49.36875686431, 14.4639403537457], [-48.237813471512, 16.2702095131705], [-47.082525588539, 18.0755686040723], [-45.9034669536086, 19.873616990275], [-44.7013318018277, 21.6579851878424], [-43.47274936085, 23.428392679331], [-42.214155751655, 25.1844714217162], [-40.9217621184958, 26.9257555850703], [-39.5915208180354, 28.651669714077], [-38.219089521192, 30.3615150628536], [-36.799793191518, 32.0544538236523], [-35.328584066198, 33.7294909376005], [-33.8000000009355, 35.3854531438384], [-31.2862418337828, 35.0781958220137], [-28.7919734432313, 34.7193375331383], [-26.3190011337452, 34.3097979203474], [-23.86889760307, 33.850557735447], [-21.442990415649, 33.34264784818], [-19.0423550068522, 32.787138104001], [-16.6678118675294, 32.1851262648063], [-14.319927447395, 31.5377272381076], [-11.9990182378492, 30.8460627669896], [-9.70515744897538, 30.1112517179616], [-9.7051574476072, 30.1112517175078], [-7.44582852527492, 29.3371060956137], [-5.2278418113988, 28.5279279934545], [-3.0499662002487, 27.6855041419537], [-0.91083143731212, 26.8115406666263], [1.1910517467404, 25.907662551343], [3.2572732870332, 24.9754140020123], [5.289507352124, 24.0162595826945], [7.28949788500238, 23.0315860032884], [9.259046115687, 22.022704447347], [11.2, 20.9908533396875] ]
      ]
   },
   "properties" : {
     "zoneID" : "A4-0-A"
   }
}
> dgg -crs ico isea3h geom A4-0-A

image

list

List zones of a given refinement level
> dgg isea3h list 0
[ "A0-0-A", "A1-0-A", "A2-0-A", "A3-0-A", "A4-0-A", "A5-0-A",
"A6-0-A", "A7-0-A", "A8-0-A", "A9-0-A", "AA-0-A", "AB-0-A" ]
List compacted zones of a given refinement level for a particular bounding box
> dgg isea3h list 10 -compact -bbox 44,-76,46,-74
[ "E0-1397-A", "F0-AAC7-A", "F0-ABB7-A", "F0-ABB8-A", "F0-ABB9-A", "F0-ABBA-A",
"F0-ABBB-A", "F0-ACA9-A", "F0-ACAA-A", "F0-ACAB-A", "F0-ACAC-A", "F0-ACAD-A",
"F0-ACAE-A", "F0-AD9D-A", "F0-AD9E-A", "F0-ADA1-A", "F0-ADA2-A", "F0-AE91-A",
"F0-AE95-A", "F0-AF84-A", "F0-AF85-A", "F0-AF88-A", "F0-AF89-A", "F0-B078-A",
"F0-B079-A", "F0-B07A-A", "F0-B07B-A", "F0-B07C-A", "F0-B16B-A", "F0-B16C-A",
"F0-B16D-A", "F0-B16E-A", "F0-B16F-A", "F0-B170-A", "F0-B25F-A", "F0-B260-A",
"F0-B261-A", "F0-B262-A", "F0-B263-A", "F0-B352-A", "F0-B353-A", "F0-B354-A",
"F0-B355-A", "F0-B356-A", "F0-B357-A", "F0-B446-A", "F0-B447-A", "F0-B448-A" ]

rel

Show relationships between two zones

> dgg isea3h rel A4-0-A D4-20-D
DGGRS: https://maps.gnosis.earth/ogcapi/dggrs/ISEA3H
Relationships between zones A4-0-A (A) and D4-20-D (B):

Zone A is coarser than zone B by 7 refinement levels
The area of zone A is greater than the area of zone B (area of B is 0.054869684499314 % of zone A)
Zone A is NOT an immediate child of zone B
Zone A is NOT an immediate parent of zone B
Zone A is NOT a descendant of zone B
Zone A is an ancestor of zone B
Zone A is NOT a sub-zone of zone B
Zone A has B as a sub-zone (at depth 7, index 1034)
These zones are NOT neighbors
These zones are NOT siblings
Zone A is NOT contained in zone B
Zone A contains zone B
Zone A and B overlap

sub

Query sub-zones of parent zone at a particular relative depth
> dgg isea3h sub A4-0-A -depth 3
[ "B2-7-B", "B2-4-D", "B2-4-C", "B2-5-B", "B2-7-D", "B2-7-C", "B2-8-B",
"B2-5-D", "B2-5-C", "B3-1-C", "B3-2-B", "B2-8-D", "B2-8-C", "B4-1-B",
"B4-1-C", "B3-5-B", "B3-2-D", "B3-2-C", "B4-0-B", "B4-0-C", "B4-1-D",
"B4-5-B", "B3-5-C", "B4-3-B", "B4-0-D", "B4-4-B", "B4-4-C", "B4-3-D",
"B4-3-C", "B4-4-D", "B4-7-B" ]
Identify sub-zone of parent zone at a particular relative depth and index
> dgg isea3h sub A4-0-A 8 -depth 3
"B2-5-C"

index

Query index of sub-zone
> dgg isea3h index A4-0-A B2-5-C
DGGRS: https://maps.gnosis.earth/ogcapi/dggrs/ISEA3H
B2-5-C is at index 8 of A4-0-A at depth 3
> dgg isea3h index A4-0-A B6-5-C
DGGRS: https://maps.gnosis.earth/ogcapi/dggrs/ISEA3H
sub-zone B6-5-C not found within parent A4-0-A

togeo

Converts DGGS-JSON (and eventually DGGS-JSON-FG and UBJSON variants) to GeoJSON to facilitate interoperability with traditional GIS software / software not aware of the DGGRS.

https://maps.gnosis.earth/ogcapi/collections/sentinel2-l2a/dggs/ISEA3H/zones/G7-67252-B/data.json?zone-depth=8&datetime=2022-10-28&properties=B08

> dgg isea3h togeo -crs ico G7-67252-B-B08.json

image

B08 (near-infrared) band retrieved as DGGS-JSON data from Copernicus/ESA sentinel-2 converted to GeoJSON and visualized in QGIS

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

dggal-0.0.6.tar.gz (329.3 kB view details)

Uploaded Source

Built Distributions

If you're not sure about the file name format, learn more about wheel file names.

dggal-0.0.6-pp311-pypy311_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (256.9 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ x86-64

dggal-0.0.6-pp311-pypy311_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (244.7 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ ARM64

dggal-0.0.6-pp311-pypy311_pp73-manylinux_2_12_i686.manylinux2010_i686.manylinux_2_17_i686.manylinux2014_i686.whl (300.3 kB view details)

Uploaded PyPymanylinux: glibc 2.12+ i686manylinux: glibc 2.17+ i686

dggal-0.0.6-pp311-pypy311_pp73-macosx_11_0_arm64.whl (224.5 kB view details)

Uploaded PyPymacOS 11.0+ ARM64

dggal-0.0.6-pp311-pypy311_pp73-macosx_10_15_x86_64.whl (224.8 kB view details)

Uploaded PyPymacOS 10.15+ x86-64

dggal-0.0.6-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (256.9 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ x86-64

dggal-0.0.6-pp310-pypy310_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (244.7 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ ARM64

dggal-0.0.6-pp310-pypy310_pp73-manylinux_2_12_i686.manylinux2010_i686.manylinux_2_17_i686.manylinux2014_i686.whl (300.3 kB view details)

Uploaded PyPymanylinux: glibc 2.12+ i686manylinux: glibc 2.17+ i686

dggal-0.0.6-pp310-pypy310_pp73-macosx_11_0_arm64.whl (224.5 kB view details)

Uploaded PyPymacOS 11.0+ ARM64

dggal-0.0.6-pp310-pypy310_pp73-macosx_10_15_x86_64.whl (224.8 kB view details)

Uploaded PyPymacOS 10.15+ x86-64

dggal-0.0.6-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (256.9 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ x86-64

dggal-0.0.6-pp39-pypy39_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (244.7 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ ARM64

dggal-0.0.6-pp39-pypy39_pp73-manylinux_2_12_i686.manylinux2010_i686.manylinux_2_17_i686.manylinux2014_i686.whl (300.3 kB view details)

Uploaded PyPymanylinux: glibc 2.12+ i686manylinux: glibc 2.17+ i686

dggal-0.0.6-pp39-pypy39_pp73-macosx_11_0_arm64.whl (224.5 kB view details)

Uploaded PyPymacOS 11.0+ ARM64

dggal-0.0.6-pp39-pypy39_pp73-macosx_10_15_x86_64.whl (224.8 kB view details)

Uploaded PyPymacOS 10.15+ x86-64

dggal-0.0.6-pp38-pypy38_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (256.8 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ x86-64

dggal-0.0.6-pp38-pypy38_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (244.7 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ ARM64

dggal-0.0.6-pp38-pypy38_pp73-manylinux_2_12_i686.manylinux2010_i686.manylinux_2_17_i686.manylinux2014_i686.whl (300.3 kB view details)

Uploaded PyPymanylinux: glibc 2.12+ i686manylinux: glibc 2.17+ i686

dggal-0.0.6-pp38-pypy38_pp73-macosx_11_0_arm64.whl (224.5 kB view details)

Uploaded PyPymacOS 11.0+ ARM64

dggal-0.0.6-pp38-pypy38_pp73-macosx_10_9_x86_64.whl (224.7 kB view details)

Uploaded PyPymacOS 10.9+ x86-64

dggal-0.0.6-pp37-pypy37_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (256.8 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ x86-64

dggal-0.0.6-pp37-pypy37_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (244.7 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ ARM64

dggal-0.0.6-pp37-pypy37_pp73-manylinux_2_12_i686.manylinux2010_i686.manylinux_2_17_i686.manylinux2014_i686.whl (300.3 kB view details)

Uploaded PyPymanylinux: glibc 2.12+ i686manylinux: glibc 2.17+ i686

dggal-0.0.6-pp37-pypy37_pp73-macosx_10_9_x86_64.whl (224.7 kB view details)

Uploaded PyPymacOS 10.9+ x86-64

dggal-0.0.6-cp313-cp313-win_amd64.whl (259.3 kB view details)

Uploaded CPython 3.13Windows x86-64

dggal-0.0.6-cp313-cp313-musllinux_1_2_x86_64.whl (328.5 kB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ x86-64

dggal-0.0.6-cp313-cp313-musllinux_1_2_i686.whl (369.4 kB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ i686

dggal-0.0.6-cp313-cp313-musllinux_1_2_aarch64.whl (320.5 kB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ ARM64

dggal-0.0.6-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (322.6 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ x86-64

dggal-0.0.6-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (310.5 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ ARM64

dggal-0.0.6-cp313-cp313-manylinux_2_12_i686.manylinux2010_i686.manylinux_2_17_i686.manylinux2014_i686.whl (361.3 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.12+ i686manylinux: glibc 2.17+ i686

dggal-0.0.6-cp313-cp313-macosx_11_0_arm64.whl (238.6 kB view details)

Uploaded CPython 3.13macOS 11.0+ ARM64

dggal-0.0.6-cp313-cp313-macosx_10_13_x86_64.whl (239.9 kB view details)

Uploaded CPython 3.13macOS 10.13+ x86-64

dggal-0.0.6-cp312-cp312-win_amd64.whl (259.3 kB view details)

Uploaded CPython 3.12Windows x86-64

dggal-0.0.6-cp312-cp312-musllinux_1_2_x86_64.whl (328.5 kB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ x86-64

dggal-0.0.6-cp312-cp312-musllinux_1_2_i686.whl (369.4 kB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ i686

dggal-0.0.6-cp312-cp312-musllinux_1_2_aarch64.whl (320.5 kB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ ARM64

dggal-0.0.6-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (322.7 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ x86-64

dggal-0.0.6-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (310.6 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ ARM64

dggal-0.0.6-cp312-cp312-manylinux_2_12_i686.manylinux2010_i686.manylinux_2_17_i686.manylinux2014_i686.whl (361.4 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.12+ i686manylinux: glibc 2.17+ i686

dggal-0.0.6-cp312-cp312-macosx_11_0_arm64.whl (238.6 kB view details)

Uploaded CPython 3.12macOS 11.0+ ARM64

dggal-0.0.6-cp312-cp312-macosx_10_13_x86_64.whl (239.9 kB view details)

Uploaded CPython 3.12macOS 10.13+ x86-64

dggal-0.0.6-cp311-cp311-win_amd64.whl (259.2 kB view details)

Uploaded CPython 3.11Windows x86-64

dggal-0.0.6-cp311-cp311-musllinux_1_2_x86_64.whl (328.6 kB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ x86-64

dggal-0.0.6-cp311-cp311-musllinux_1_2_i686.whl (369.7 kB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ i686

dggal-0.0.6-cp311-cp311-musllinux_1_2_aarch64.whl (320.5 kB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ ARM64

dggal-0.0.6-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (322.5 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ x86-64

dggal-0.0.6-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (310.6 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ ARM64

dggal-0.0.6-cp311-cp311-manylinux_2_12_i686.manylinux2010_i686.manylinux_2_17_i686.manylinux2014_i686.whl (361.5 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.12+ i686manylinux: glibc 2.17+ i686

dggal-0.0.6-cp311-cp311-macosx_11_0_arm64.whl (238.5 kB view details)

Uploaded CPython 3.11macOS 11.0+ ARM64

dggal-0.0.6-cp311-cp311-macosx_10_9_x86_64.whl (239.8 kB view details)

Uploaded CPython 3.11macOS 10.9+ x86-64

dggal-0.0.6-cp310-cp310-win_amd64.whl (259.2 kB view details)

Uploaded CPython 3.10Windows x86-64

dggal-0.0.6-cp310-cp310-musllinux_1_2_x86_64.whl (327.8 kB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ x86-64

dggal-0.0.6-cp310-cp310-musllinux_1_2_i686.whl (368.9 kB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ i686

dggal-0.0.6-cp310-cp310-musllinux_1_2_aarch64.whl (319.7 kB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ ARM64

dggal-0.0.6-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (321.8 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ x86-64

dggal-0.0.6-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (309.9 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ ARM64

dggal-0.0.6-cp310-cp310-manylinux_2_12_i686.manylinux2010_i686.manylinux_2_17_i686.manylinux2014_i686.whl (360.7 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.12+ i686manylinux: glibc 2.17+ i686

dggal-0.0.6-cp310-cp310-macosx_11_0_arm64.whl (238.5 kB view details)

Uploaded CPython 3.10macOS 11.0+ ARM64

dggal-0.0.6-cp310-cp310-macosx_10_9_x86_64.whl (239.8 kB view details)

Uploaded CPython 3.10macOS 10.9+ x86-64

dggal-0.0.6-cp39-cp39-win_amd64.whl (259.2 kB view details)

Uploaded CPython 3.9Windows x86-64

dggal-0.0.6-cp39-cp39-musllinux_1_2_x86_64.whl (327.6 kB view details)

Uploaded CPython 3.9musllinux: musl 1.2+ x86-64

dggal-0.0.6-cp39-cp39-musllinux_1_2_i686.whl (368.7 kB view details)

Uploaded CPython 3.9musllinux: musl 1.2+ i686

dggal-0.0.6-cp39-cp39-musllinux_1_2_aarch64.whl (319.6 kB view details)

Uploaded CPython 3.9musllinux: musl 1.2+ ARM64

dggal-0.0.6-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (321.6 kB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ x86-64

dggal-0.0.6-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (309.7 kB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ ARM64

dggal-0.0.6-cp39-cp39-manylinux_2_12_i686.manylinux2010_i686.manylinux_2_17_i686.manylinux2014_i686.whl (360.6 kB view details)

Uploaded CPython 3.9manylinux: glibc 2.12+ i686manylinux: glibc 2.17+ i686

dggal-0.0.6-cp39-cp39-macosx_11_0_arm64.whl (238.5 kB view details)

Uploaded CPython 3.9macOS 11.0+ ARM64

dggal-0.0.6-cp39-cp39-macosx_10_9_x86_64.whl (239.8 kB view details)

Uploaded CPython 3.9macOS 10.9+ x86-64

dggal-0.0.6-cp38-cp38-win_amd64.whl (259.2 kB view details)

Uploaded CPython 3.8Windows x86-64

dggal-0.0.6-cp38-cp38-musllinux_1_2_x86_64.whl (324.1 kB view details)

Uploaded CPython 3.8musllinux: musl 1.2+ x86-64

dggal-0.0.6-cp38-cp38-musllinux_1_2_i686.whl (365.3 kB view details)

Uploaded CPython 3.8musllinux: musl 1.2+ i686

dggal-0.0.6-cp38-cp38-musllinux_1_2_aarch64.whl (316.0 kB view details)

Uploaded CPython 3.8musllinux: musl 1.2+ ARM64

dggal-0.0.6-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (317.9 kB view details)

Uploaded CPython 3.8manylinux: glibc 2.17+ x86-64

dggal-0.0.6-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (306.0 kB view details)

Uploaded CPython 3.8manylinux: glibc 2.17+ ARM64

dggal-0.0.6-cp38-cp38-manylinux_2_12_i686.manylinux2010_i686.manylinux_2_17_i686.manylinux2014_i686.whl (357.0 kB view details)

Uploaded CPython 3.8manylinux: glibc 2.12+ i686manylinux: glibc 2.17+ i686

dggal-0.0.6-cp38-cp38-macosx_11_0_arm64.whl (238.5 kB view details)

Uploaded CPython 3.8macOS 11.0+ ARM64

dggal-0.0.6-cp38-cp38-macosx_10_9_x86_64.whl (239.8 kB view details)

Uploaded CPython 3.8macOS 10.9+ x86-64

dggal-0.0.6-cp37-cp37m-win_amd64.whl (259.2 kB view details)

Uploaded CPython 3.7mWindows x86-64

dggal-0.0.6-cp37-cp37m-musllinux_1_2_x86_64.whl (323.6 kB view details)

Uploaded CPython 3.7mmusllinux: musl 1.2+ x86-64

dggal-0.0.6-cp37-cp37m-musllinux_1_2_i686.whl (364.8 kB view details)

Uploaded CPython 3.7mmusllinux: musl 1.2+ i686

dggal-0.0.6-cp37-cp37m-musllinux_1_2_aarch64.whl (315.5 kB view details)

Uploaded CPython 3.7mmusllinux: musl 1.2+ ARM64

dggal-0.0.6-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (317.4 kB view details)

Uploaded CPython 3.7mmanylinux: glibc 2.17+ x86-64

dggal-0.0.6-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (305.4 kB view details)

Uploaded CPython 3.7mmanylinux: glibc 2.17+ ARM64

dggal-0.0.6-cp37-cp37m-manylinux_2_12_i686.manylinux2010_i686.manylinux_2_17_i686.manylinux2014_i686.whl (356.5 kB view details)

Uploaded CPython 3.7mmanylinux: glibc 2.12+ i686manylinux: glibc 2.17+ i686

dggal-0.0.6-cp37-cp37m-macosx_10_9_x86_64.whl (239.8 kB view details)

Uploaded CPython 3.7mmacOS 10.9+ x86-64

dggal-0.0.6-cp36-cp36m-win_amd64.whl (259.1 kB view details)

Uploaded CPython 3.6mWindows x86-64

dggal-0.0.6-cp36-cp36m-musllinux_1_2_x86_64.whl (323.6 kB view details)

Uploaded CPython 3.6mmusllinux: musl 1.2+ x86-64

dggal-0.0.6-cp36-cp36m-musllinux_1_2_i686.whl (364.8 kB view details)

Uploaded CPython 3.6mmusllinux: musl 1.2+ i686

dggal-0.0.6-cp36-cp36m-musllinux_1_2_aarch64.whl (315.5 kB view details)

Uploaded CPython 3.6mmusllinux: musl 1.2+ ARM64

dggal-0.0.6-cp36-cp36m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (317.5 kB view details)

Uploaded CPython 3.6mmanylinux: glibc 2.17+ x86-64

dggal-0.0.6-cp36-cp36m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (305.4 kB view details)

Uploaded CPython 3.6mmanylinux: glibc 2.17+ ARM64

dggal-0.0.6-cp36-cp36m-manylinux_2_12_i686.manylinux2010_i686.manylinux_2_17_i686.manylinux2014_i686.whl (356.5 kB view details)

Uploaded CPython 3.6mmanylinux: glibc 2.12+ i686manylinux: glibc 2.17+ i686

dggal-0.0.6-cp36-cp36m-macosx_10_9_x86_64.whl (239.8 kB view details)

Uploaded CPython 3.6mmacOS 10.9+ x86-64

File details

Details for the file dggal-0.0.6.tar.gz.

File metadata

  • Download URL: dggal-0.0.6.tar.gz
  • Upload date:
  • Size: 329.3 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.13.5

File hashes

Hashes for dggal-0.0.6.tar.gz
Algorithm Hash digest
SHA256 d89a188f0e3c1d594b1cfdcffbeb6c586ae0800aa7a6685b967a3a90c7ee6919
MD5 a84b96c00ccf5e7b424e3f99104f0616
BLAKE2b-256 5b25a46a78a8bb759c425d6acb602ccf102651e45c543c200516b3f7c27b4b5b

See more details on using hashes here.

File details

Details for the file dggal-0.0.6-pp311-pypy311_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for dggal-0.0.6-pp311-pypy311_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 064cc65f921585fae08027c912ee2bf70ac173fcaccba09cdc670e82d0155834
MD5 d1452e293c911745e0aeef0b8657b9cc
BLAKE2b-256 fbcfcad0c87c93f6b5d4246ef58afd5bc363ab4e31e4afa31f4196f47205e063

See more details on using hashes here.

File details

Details for the file dggal-0.0.6-pp311-pypy311_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for dggal-0.0.6-pp311-pypy311_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 b6a49735e46899c03dbb1d4a5811b2347de12a1a800d9542ce25acb8cbf71915
MD5 e13d724a9a2b93ac7a8f572d7b6449da
BLAKE2b-256 57ebced5a2d237d0cb599ea9a215f8ce0b3a18bc1ad1193662bf543d4b1b0c0b

See more details on using hashes here.

File details

Details for the file dggal-0.0.6-pp311-pypy311_pp73-manylinux_2_12_i686.manylinux2010_i686.manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for dggal-0.0.6-pp311-pypy311_pp73-manylinux_2_12_i686.manylinux2010_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 657216803c044ea1ddb524f0fd9f49ffb33b4a8e6fcd198f4c48d8dbddc8e55b
MD5 bc99466d6252a3caf411232b0a972a1e
BLAKE2b-256 d6b79f6bf4911678a9386d51324fef9941c7a58a08c67f516bdc7feb6b43736d

See more details on using hashes here.

File details

Details for the file dggal-0.0.6-pp311-pypy311_pp73-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for dggal-0.0.6-pp311-pypy311_pp73-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 b61143d3dd9298e9e768873e9f37e9af6c072c31a28563167a2cd9320e692d2a
MD5 8a8f56c67e8b0bbe6ea9886dc5552a91
BLAKE2b-256 c0acdc9edaef1b8b21ad33267142e2d97a798b1ae9ab1a27bf7621062979060f

See more details on using hashes here.

File details

Details for the file dggal-0.0.6-pp311-pypy311_pp73-macosx_10_15_x86_64.whl.

File metadata

File hashes

Hashes for dggal-0.0.6-pp311-pypy311_pp73-macosx_10_15_x86_64.whl
Algorithm Hash digest
SHA256 d46cc93ef87a74ccc415ee15f48abf63bdd134931e096ef2ff532f0444dee45a
MD5 485c216ce801bad58737f11ca0802f7d
BLAKE2b-256 f9230de6618a942d91a73b20def24bc9ac79d83bb0e163236bddb068739ea7db

See more details on using hashes here.

File details

Details for the file dggal-0.0.6-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for dggal-0.0.6-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 46154517a6113439fcacc8f2c406b8f444bdb1b3f152f015344da7f1d7ee1d79
MD5 abc74471e4b4ff86e441ada58d965f29
BLAKE2b-256 9f3750c3b2796e5aa590432ed7e349e7432874d77dc6faf9c6f83fd5197bd3ad

See more details on using hashes here.

File details

Details for the file dggal-0.0.6-pp310-pypy310_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for dggal-0.0.6-pp310-pypy310_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 6100c85b58b509adb003ddba74397f1f5bb2a00f234252b71d504bc1a5b55330
MD5 0bdaf14c02c8a2366f2cfbc4e285abb6
BLAKE2b-256 9ad5663b67ae872de327c9646ae304be0a0c7a766bce809e24b284fcbf3c049c

See more details on using hashes here.

File details

Details for the file dggal-0.0.6-pp310-pypy310_pp73-manylinux_2_12_i686.manylinux2010_i686.manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for dggal-0.0.6-pp310-pypy310_pp73-manylinux_2_12_i686.manylinux2010_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 c15d13e1424155cab06d459932948bbf07924331c7d951895161472af931522d
MD5 80720f4ae982c6c59611daf102729de3
BLAKE2b-256 a954cbd15dc5a5bafafaae1201ae2f858156de05a43b69ecde89e81538acfcf6

See more details on using hashes here.

File details

Details for the file dggal-0.0.6-pp310-pypy310_pp73-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for dggal-0.0.6-pp310-pypy310_pp73-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 f0737f1f3ac343684202443446ad074fcea2e59e582b11d778b6cd5e7ab5f1ec
MD5 9d53b9f9de35b5c124498ca58e073118
BLAKE2b-256 04de301b124792f93b9dc82949890f5efb16be91eca19fc17594bd50e304344f

See more details on using hashes here.

File details

Details for the file dggal-0.0.6-pp310-pypy310_pp73-macosx_10_15_x86_64.whl.

File metadata

File hashes

Hashes for dggal-0.0.6-pp310-pypy310_pp73-macosx_10_15_x86_64.whl
Algorithm Hash digest
SHA256 1f8bea3caa59d20b60cde3d7707338a7e913fc944fbb38a325ea14fb6a57cfc5
MD5 669d470df5810493ea375c206f1c5765
BLAKE2b-256 0a72f1b5f01440f6db7c5901e5af7f2bcd616c867f0729aba6c83eb7da34afd7

See more details on using hashes here.

File details

Details for the file dggal-0.0.6-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for dggal-0.0.6-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 45abc3da3277af717a6d269982326af0261859258051c9c7708467afcc2f68f2
MD5 0426b6093fd4023528be43ae97af3dd1
BLAKE2b-256 a4448c7b1a5113b3162b20e90e18d8345e8ff84d2f34d2ec9dfc466db1b5bbae

See more details on using hashes here.

File details

Details for the file dggal-0.0.6-pp39-pypy39_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for dggal-0.0.6-pp39-pypy39_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 35409db8df69a3d0aab851ccfc3e0143247101f7194e962a96c1b9f7833a501a
MD5 58550e2a73c0d28717b9ee75fdc6f0c2
BLAKE2b-256 a6d0c6e91d11e6aca42351c567c33a80b4f34dc597fe399d152fcfa5e65c68d3

See more details on using hashes here.

File details

Details for the file dggal-0.0.6-pp39-pypy39_pp73-manylinux_2_12_i686.manylinux2010_i686.manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for dggal-0.0.6-pp39-pypy39_pp73-manylinux_2_12_i686.manylinux2010_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 fc4fe889458521b715e23f18c167b2e2dbc2279f721be7192289d3cbb68fc76b
MD5 fa38459c48539081a6d96d5cdfe04563
BLAKE2b-256 65f3bf0b0f2c00a52f82bb3cbfb68dead7e1c19946d2590b7efd15d3e2a3bfc0

See more details on using hashes here.

File details

Details for the file dggal-0.0.6-pp39-pypy39_pp73-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for dggal-0.0.6-pp39-pypy39_pp73-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 fc2c1f8ef08146b43ec480cdc9cbd6efed17ecbe9442a8a039a07c61a869651f
MD5 ade2ac8a380e5f92cddc18017dba0174
BLAKE2b-256 808c763c078f768143156f111e6b81a6d89b23cc66500d50d561d054bec1de15

See more details on using hashes here.

File details

Details for the file dggal-0.0.6-pp39-pypy39_pp73-macosx_10_15_x86_64.whl.

File metadata

File hashes

Hashes for dggal-0.0.6-pp39-pypy39_pp73-macosx_10_15_x86_64.whl
Algorithm Hash digest
SHA256 f46397b1c6c28f24547d6b222ac329f902de6e5aa054d9e4cb606493a94d93dc
MD5 1e057a7570fa0c8bda78538434f8120b
BLAKE2b-256 a324a671bb5141862a090b40d727b3cc875983db4c0b2fdb71c1ac581abe9c48

See more details on using hashes here.

File details

Details for the file dggal-0.0.6-pp38-pypy38_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for dggal-0.0.6-pp38-pypy38_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 26e911df5071c328dc70633fcc9df0550d44ec1dc9ec5859870b420a46570485
MD5 55a72aa813b678720591ae43852d01ef
BLAKE2b-256 cdd5fce35b00621cbdd4b98ec7f49d898addf3398c85a195d271af626c09ce68

See more details on using hashes here.

File details

Details for the file dggal-0.0.6-pp38-pypy38_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for dggal-0.0.6-pp38-pypy38_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 b49d6fc6e00ec694f9a2fa739828f40b8ed9b6cab3b80aa97000aa81faac3114
MD5 b6c6f8245fa340f727d9e669b5c613e9
BLAKE2b-256 d96cfe38415f1a5f3347aa86661be7bb3e0d8b512f9f26941c2ed775aeed6fc0

See more details on using hashes here.

File details

Details for the file dggal-0.0.6-pp38-pypy38_pp73-manylinux_2_12_i686.manylinux2010_i686.manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for dggal-0.0.6-pp38-pypy38_pp73-manylinux_2_12_i686.manylinux2010_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 a398ec6ef145fc4e07581e7ccc9cfbfba624e1e16139292c0ed360410ce2302b
MD5 3d185d2d98f1d4384be79ffe9f48c967
BLAKE2b-256 4f84cea983228e8d236a01b058d479c4d0fe6b3f94c42b32b389735b6c36455b

See more details on using hashes here.

File details

Details for the file dggal-0.0.6-pp38-pypy38_pp73-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for dggal-0.0.6-pp38-pypy38_pp73-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 4381d35163b3d3860241a3e8162a78bd2d891ba0abb2f0dddcfe1b263efe07cf
MD5 cae0e9d8b14174a89bc36983d9c825a4
BLAKE2b-256 0a757d04642e4a1cea5fdb413a1a8b026086ad3f8881d8cd7897a2d2222e2f97

See more details on using hashes here.

File details

Details for the file dggal-0.0.6-pp38-pypy38_pp73-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for dggal-0.0.6-pp38-pypy38_pp73-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 04bb2fed26165fa00e6bc72ba8a5873ee7e4a96bb5094b982c9d746578d3a907
MD5 92b516a990cc3b2742b69ff42bdc6e5d
BLAKE2b-256 8240b97d1b60ece024ad291810a3b128ac5f2f7faadb36462fe88a0988e12cec

See more details on using hashes here.

File details

Details for the file dggal-0.0.6-pp37-pypy37_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for dggal-0.0.6-pp37-pypy37_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 3dbb679610acadc6d909c9de31e6f0face4da147520dbf3be3f8bd0c826cc59a
MD5 cdd583a35ab446c2a32aa7a8839fc314
BLAKE2b-256 16f7bcd6709414bbace4df8ba38b55676df1f67274485a36e69e668c0d140d53

See more details on using hashes here.

File details

Details for the file dggal-0.0.6-pp37-pypy37_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for dggal-0.0.6-pp37-pypy37_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 13f1f6cb16f81542598a44649d483274bb66c05c23a84577c2510a40e1474628
MD5 1c06aa3a7f1c733e1600e5a08b53ff8b
BLAKE2b-256 a46a78b47d6137bb7c2a6e2cbcbb617b11f4c7d11b81bd7e6791e40443814e25

See more details on using hashes here.

File details

Details for the file dggal-0.0.6-pp37-pypy37_pp73-manylinux_2_12_i686.manylinux2010_i686.manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for dggal-0.0.6-pp37-pypy37_pp73-manylinux_2_12_i686.manylinux2010_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 eb81f1ca7c498978665a3647e22b0dd0b74b770380dda6ccbcc21856b20ca8ab
MD5 1060ceade8fd2d4dfcb52fa985ea3101
BLAKE2b-256 5b3f31c745fd2bfe3257f5cdc448a559f1cc1182817b56f0bc22f93a7479b44d

See more details on using hashes here.

File details

Details for the file dggal-0.0.6-pp37-pypy37_pp73-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for dggal-0.0.6-pp37-pypy37_pp73-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 d673412183f924a14c4a93b1a62e5f036f410c6773c4e7b2a95d771cd931d64d
MD5 b3a67ed80f872deee6cebe99e1ce6a01
BLAKE2b-256 85b26cf6325b06b1ebffa344f55aaba17e168fd5eb3b6c22806c3a00a4b2963b

See more details on using hashes here.

File details

Details for the file dggal-0.0.6-cp313-cp313-win_amd64.whl.

File metadata

  • Download URL: dggal-0.0.6-cp313-cp313-win_amd64.whl
  • Upload date:
  • Size: 259.3 kB
  • Tags: CPython 3.13, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.13.5

File hashes

Hashes for dggal-0.0.6-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 e8a0ae316f21a052b9c7fcaaaa156ed2bca143b572e8e13f28baa1a66b9cbe27
MD5 2d659b94ced0ada106cb156ae881cc27
BLAKE2b-256 f0ed453d0da06960ef47bf036b7693c8a8796b0ee702ca71fe36b739be3bd5fd

See more details on using hashes here.

File details

Details for the file dggal-0.0.6-cp313-cp313-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for dggal-0.0.6-cp313-cp313-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 9e68b446d5eea7e751e0b49005040185041a15fdb6a2246ca5c2a895c7e470e3
MD5 cca22c04225e8adee2de8b16a3944f36
BLAKE2b-256 86eaa09b92ecea2c62b613ec49549be4d24b2d28cf2cdb6bee1580f64b548c9a

See more details on using hashes here.

File details

Details for the file dggal-0.0.6-cp313-cp313-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for dggal-0.0.6-cp313-cp313-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 e44237ebe8f5ea540b6e9e09cb378be7d41a26cf861c46de88da0ac8378c5dc9
MD5 4a26f01f0a366249db4d5c1d40bd602b
BLAKE2b-256 618d012839f1f18840c415a85d8afd681f990a539f36a7754a30311c3c6bed60

See more details on using hashes here.

File details

Details for the file dggal-0.0.6-cp313-cp313-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for dggal-0.0.6-cp313-cp313-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 b6109aedfdb2264dd7f92a4b179d1b23bb258b41f5aa736aeb0ab2ac8971e4aa
MD5 4ed7b9658dd819289f3b32c7556a755b
BLAKE2b-256 0c4ead9bd3b041baf7ae085108196aaebc35f2cc154859d3333c68384ae33398

See more details on using hashes here.

File details

Details for the file dggal-0.0.6-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for dggal-0.0.6-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 edf8058ac98c0af955822d34c642f8d64288c15d8e4e003b910809211ff056d1
MD5 fd78bf3b37d60e95d1d2c9653b69ff59
BLAKE2b-256 1d27c19f44190ef5b30745a552bd2e11ac1033a2d2a00a1dc01c56090b7d9553

See more details on using hashes here.

File details

Details for the file dggal-0.0.6-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for dggal-0.0.6-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 14d139822b14c4bf25e1788e0fe8c9fdc7a5c3a9d11a12ceec869f6e60adeb14
MD5 92a260f763b258c29ff3383db9371828
BLAKE2b-256 50cfccb92a084fa3d1dafd776dd426f1d3bcd45d6af2e717d06c869cb310246b

See more details on using hashes here.

File details

Details for the file dggal-0.0.6-cp313-cp313-manylinux_2_12_i686.manylinux2010_i686.manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for dggal-0.0.6-cp313-cp313-manylinux_2_12_i686.manylinux2010_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 d703b7ff4a0be029e2fc0994f2a761e5f214954de600e1f42bc31c6fc265f43d
MD5 06fc4335a3d8bb840bed8ef3c77a6fa0
BLAKE2b-256 d982233d5a65e205c16e90e619cdd96776f8ba66a73173419160494483da9b7f

See more details on using hashes here.

File details

Details for the file dggal-0.0.6-cp313-cp313-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for dggal-0.0.6-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 047e81989f3e05a83520118ca5014e7b9b2c676235bcbebff0b66ec52c5cc2ae
MD5 f6c5978b3c7d7d1a0fa589c8656cc1ef
BLAKE2b-256 05928f202c7401051cb69ce3be1090a0478d615c3727f924d8fc9adb905973ac

See more details on using hashes here.

File details

Details for the file dggal-0.0.6-cp313-cp313-macosx_10_13_x86_64.whl.

File metadata

File hashes

Hashes for dggal-0.0.6-cp313-cp313-macosx_10_13_x86_64.whl
Algorithm Hash digest
SHA256 6de13f80bba152cdeceaae3b09eaf04d2fac7b7b5baf0807a75b49ebb422ca95
MD5 378132d79bcbe95efe125178815be72e
BLAKE2b-256 f92856b213394dd0e53230732171bd6c702b3c5498203cd9db27d7e1286dd4bb

See more details on using hashes here.

File details

Details for the file dggal-0.0.6-cp312-cp312-win_amd64.whl.

File metadata

  • Download URL: dggal-0.0.6-cp312-cp312-win_amd64.whl
  • Upload date:
  • Size: 259.3 kB
  • Tags: CPython 3.12, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.13.5

File hashes

Hashes for dggal-0.0.6-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 1275d8de3d42332018bc7d097f98bd19f29850a666be541365dff581f8044b04
MD5 ef9018a698bb6379619a84595c6ba6be
BLAKE2b-256 1ffe5c3a448aebd7942bf071bd89adf0c754f828c5d0bbde19cabfb329bd67ed

See more details on using hashes here.

File details

Details for the file dggal-0.0.6-cp312-cp312-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for dggal-0.0.6-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 1f596c01b7a29f71439f81ba4fa5826e4a37a56bf6d4d4b8bd82630b1b0aa3d9
MD5 f5cad27e91a44e5bdfd433d5fb813c8c
BLAKE2b-256 01411b7d3f92ebcb257f92161d61fc98f977d6de6a1b42c50314a3c6771020d0

See more details on using hashes here.

File details

Details for the file dggal-0.0.6-cp312-cp312-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for dggal-0.0.6-cp312-cp312-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 0d05d28d3365566b55aecd37cfa00c06ee523a2ce2d59c38c2e3f79d7c80eac6
MD5 7a9c77fc413786b774dcdeaae22bd611
BLAKE2b-256 bf1b2f3c20554fb9588405ca44e161e12ec5e3aed6bc49259a464980570c5257

See more details on using hashes here.

File details

Details for the file dggal-0.0.6-cp312-cp312-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for dggal-0.0.6-cp312-cp312-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 b9c90fd4d1176ed6aa5d05f0afe5bf019acde5b6b93aae6c2dde1894e961a057
MD5 4dd45cb89e571905a2837b4e5231a9d4
BLAKE2b-256 5aefd2121bd6f69bc8e6f27eec34d9633fc34d13dd4b0fb06c2bc9fccb464e13

See more details on using hashes here.

File details

Details for the file dggal-0.0.6-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for dggal-0.0.6-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 e5bfdf41dd1c2081757cb29b1024809e4dfc699c0d92e37ac700711426dc005e
MD5 19fc6360911aa245a5d976b776b846ab
BLAKE2b-256 67e11a77a6b783a5fe6c859b9261338d38fcad60cc766111ae11828e337b4857

See more details on using hashes here.

File details

Details for the file dggal-0.0.6-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for dggal-0.0.6-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 dc10691651f903cb3237acff2f967b3aa311ce4d928efd75673030a2e31dfd3c
MD5 48568b7281e5db79212aee7a22b6da29
BLAKE2b-256 c4baf465f366962f6f9dfdb58336900c370bbfb45b34ee348c0abf1a7ea530c5

See more details on using hashes here.

File details

Details for the file dggal-0.0.6-cp312-cp312-manylinux_2_12_i686.manylinux2010_i686.manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for dggal-0.0.6-cp312-cp312-manylinux_2_12_i686.manylinux2010_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 4ae0857b8c789c6b93e105693c8a513696408673df6edc29710100f9605e537a
MD5 bdcbad4cb940f27741a2b147dab1f89b
BLAKE2b-256 b21b50758fd59fe99fe44eb0061938309c1f258a311df119fa243c65866eca60

See more details on using hashes here.

File details

Details for the file dggal-0.0.6-cp312-cp312-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for dggal-0.0.6-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 26a495ad4cb2d35a735d56033a8e1a98cf717ac062bd6855e68527c8eeb60cb8
MD5 37b86feb524cd24439d28787bef6dfd8
BLAKE2b-256 647a949504def50ad557ed4505d17fd477b144cf2f851e58a90585a1b70d8301

See more details on using hashes here.

File details

Details for the file dggal-0.0.6-cp312-cp312-macosx_10_13_x86_64.whl.

File metadata

File hashes

Hashes for dggal-0.0.6-cp312-cp312-macosx_10_13_x86_64.whl
Algorithm Hash digest
SHA256 de3ed2cfe18cdd1c87fa09061e05d1d3e6609dcf02f8375ce34fcaef68a16201
MD5 81c9ff3c14dceb41be728d0902760b45
BLAKE2b-256 2861b72832257cad15c7deb946e942a6fc806dbd81952b3955aa3bce2d4add52

See more details on using hashes here.

File details

Details for the file dggal-0.0.6-cp311-cp311-win_amd64.whl.

File metadata

  • Download URL: dggal-0.0.6-cp311-cp311-win_amd64.whl
  • Upload date:
  • Size: 259.2 kB
  • Tags: CPython 3.11, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.13.5

File hashes

Hashes for dggal-0.0.6-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 e36453e9494284cca95ecce5df94ed0eeb522d612af249da047acd22005dc720
MD5 1ceda9fdb513adae7d877f8746bb4b1d
BLAKE2b-256 9ed5e7ba17b3287d4e93125e30d95633e9a152365265f40bed4ee6b654a5476c

See more details on using hashes here.

File details

Details for the file dggal-0.0.6-cp311-cp311-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for dggal-0.0.6-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 738d6f32c1e5d909cf9945e06570ff1d1d3669cc884c78f929739dafba9b31eb
MD5 962b0f492319f200db3d38d8259d0ff6
BLAKE2b-256 11c14dd7f809c7deed1875ae6830b09bf563df88b58064f5d0cf29c206dd2df5

See more details on using hashes here.

File details

Details for the file dggal-0.0.6-cp311-cp311-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for dggal-0.0.6-cp311-cp311-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 0c3a02a74db94463334534daf28ae922c415fc92401a491945ae98efee0c63d6
MD5 c2ed7c85a89f554a4cd4a1506ff519cd
BLAKE2b-256 067a49e9c64e6effc4edec50596a15932989301be0bec0837d463ed2aa143c4f

See more details on using hashes here.

File details

Details for the file dggal-0.0.6-cp311-cp311-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for dggal-0.0.6-cp311-cp311-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 717e7d4f1bc8b919575c242baee75d2ae8ec45976fca3d173b1d325efd51ad9b
MD5 147bdbcf00f60c77db4e98b3d8f9fc66
BLAKE2b-256 78e3f8752f37750b0ed505846e4537b4b5b7c820168afda66aa0a7a9e62929aa

See more details on using hashes here.

File details

Details for the file dggal-0.0.6-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for dggal-0.0.6-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 f8be67bc5e6c31c6243734a2f7e5e877dacb143d18e80bdc5e77736e88bba59c
MD5 56b1148c7442ad0ad2fe7e3d79468f4f
BLAKE2b-256 f3a33cf08b9a6e051c1c6c17cddea7a72f1f605bda3850a0d4040ccd010bcc3c

See more details on using hashes here.

File details

Details for the file dggal-0.0.6-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for dggal-0.0.6-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 9062258ae7f1cfc792322fb2adef36ee04b688f07e815034ad728097272e84b0
MD5 6cf217306f63650e834a10ca03277558
BLAKE2b-256 ed26c216384b51b85484d616f1b0d8e4149a4dfc01987806dad67d9be958e853

See more details on using hashes here.

File details

Details for the file dggal-0.0.6-cp311-cp311-manylinux_2_12_i686.manylinux2010_i686.manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for dggal-0.0.6-cp311-cp311-manylinux_2_12_i686.manylinux2010_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 5a697c9681f5a1dd9cd861800759de9f2eec00f73b44c125e1e0a91fdb0b836f
MD5 cd2523863bc0d358c1cf5bbeeff05d77
BLAKE2b-256 d26da4ef7072e79593c0f6ec86aa4d33f66bb01d62f2cacbfe9d1f5796ad728e

See more details on using hashes here.

File details

Details for the file dggal-0.0.6-cp311-cp311-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for dggal-0.0.6-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 72eff8fe851901365c133a56c3071ba838022f69025aa9d4ffb123145407bd96
MD5 85ef8a37722f32e52f3d7ac87b5bd093
BLAKE2b-256 278cbb83b101e29c0995b963bc2c3631cbce59fc12e714c988de6a3bca22eb9b

See more details on using hashes here.

File details

Details for the file dggal-0.0.6-cp311-cp311-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for dggal-0.0.6-cp311-cp311-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 519eec55c282c89abd73ebb0adc304726125ba4ccc50fd5b9e59314424acc44b
MD5 82141040f39717377ca2942b84cbfa09
BLAKE2b-256 d473b7529b613cca1c4b6ab3ccc7be3a98a3d6b8abbe238580bbb82898d148be

See more details on using hashes here.

File details

Details for the file dggal-0.0.6-cp310-cp310-win_amd64.whl.

File metadata

  • Download URL: dggal-0.0.6-cp310-cp310-win_amd64.whl
  • Upload date:
  • Size: 259.2 kB
  • Tags: CPython 3.10, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.13.5

File hashes

Hashes for dggal-0.0.6-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 305a5c7b9f7ccad003dd14a1403fa5230c3b07919ed1fbf6bf3b5f8b0a6b0919
MD5 019e7e647f82e4354d7b25e1035e8278
BLAKE2b-256 14a5f2bc3b6e911243ad83eca5e7612a1e80402008f8d2c534e525c9253f88f0

See more details on using hashes here.

File details

Details for the file dggal-0.0.6-cp310-cp310-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for dggal-0.0.6-cp310-cp310-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 5b6a3ae18116e51b0737919ac5208cdae73074f2e411d879f4cc62dcd56d3150
MD5 80193dc42c50f2aa3bb614611cf99fa7
BLAKE2b-256 5f4e9c287706a3d359594c694a88e583f1415d5f3701242ab75544831e5e715a

See more details on using hashes here.

File details

Details for the file dggal-0.0.6-cp310-cp310-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for dggal-0.0.6-cp310-cp310-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 83774469d54156d8be7d86d0fae01e2f59716fb8714f42ccab31fa5e5c3a0a97
MD5 48fb51d7526c65506812ca4cabbea0d8
BLAKE2b-256 715c4b6dff7b36c4b7841dd822b31df1d2c91c75c4707ef4a3dc033da57cce96

See more details on using hashes here.

File details

Details for the file dggal-0.0.6-cp310-cp310-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for dggal-0.0.6-cp310-cp310-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 1809070fc57c69e10926fc10a5220148ce7c695fdd5a904049d684409a4c59a3
MD5 f336293855be3be267405e33e57187a4
BLAKE2b-256 17ebe22bfa9fffc1a802c531308e2f29b6370ec94baf0c70a84ad5ff8ba0a324

See more details on using hashes here.

File details

Details for the file dggal-0.0.6-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for dggal-0.0.6-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 47603a32eff3bc6b7ad17172e67eeaf2b9a5b0e2e2b0dff7fa21291595050190
MD5 36ca8a40f955338413eb3edc6a055c85
BLAKE2b-256 220d0a9d4ae27d41d64efebb959ddcd5715e658928b75ed93bc4f535390b58c4

See more details on using hashes here.

File details

Details for the file dggal-0.0.6-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for dggal-0.0.6-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 ce4662b40225ad37bbfc778b39c405a0ab4924e85b85b0d053ed65587db9136e
MD5 7ada83887e58995574a800e230b3c873
BLAKE2b-256 4b788fab401e35ce73dbeac59ad1f1a9c1239cfe54fa8fe516d4fa4cf5b3777a

See more details on using hashes here.

File details

Details for the file dggal-0.0.6-cp310-cp310-manylinux_2_12_i686.manylinux2010_i686.manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for dggal-0.0.6-cp310-cp310-manylinux_2_12_i686.manylinux2010_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 f2e75081f366bf5b8d875fa43debb13339b670a06e73b00b35ad798009b98286
MD5 bb6e16619f5ede8cb30fccb6755bbafc
BLAKE2b-256 27bfeea440eef2a9c8c2ae088bdd33bca9b8dee8352c6b16c5fccc30a903f9dc

See more details on using hashes here.

File details

Details for the file dggal-0.0.6-cp310-cp310-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for dggal-0.0.6-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 1929a427b921fefe932f42211bac5dc93da07d82c571771031c59bf7711afc27
MD5 8acdf242dd45aa5f187767bd66b0d461
BLAKE2b-256 40493887e4c1b7e70097390f732badecad1623e73068ce4d9d1cd9b6eb2216e0

See more details on using hashes here.

File details

Details for the file dggal-0.0.6-cp310-cp310-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for dggal-0.0.6-cp310-cp310-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 abab67164ef664fbfb1d6cf62ebdfb5c6572ea27ca6aaad2e8d4eb7fc91f69c0
MD5 e9ed81d373030cfdd0d2fd4f3703aa5b
BLAKE2b-256 6d37cc9018ce21d75ca9ecd32554436dedb91e153d13e69f242a77164aff9ebe

See more details on using hashes here.

File details

Details for the file dggal-0.0.6-cp39-cp39-win_amd64.whl.

File metadata

  • Download URL: dggal-0.0.6-cp39-cp39-win_amd64.whl
  • Upload date:
  • Size: 259.2 kB
  • Tags: CPython 3.9, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.13.5

File hashes

Hashes for dggal-0.0.6-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 92169c030f328dcbc32b30bc88f07181a7a3e60fbdcea2408d97a4cfa13a8947
MD5 e5f54994164253bed971c408a52694a1
BLAKE2b-256 3b938d86cc6296712862b01a0008c38e3230413a970bbcb18fabadc3e5f5f378

See more details on using hashes here.

File details

Details for the file dggal-0.0.6-cp39-cp39-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for dggal-0.0.6-cp39-cp39-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 2aa607695da7ecab318c2b5a4867eed7234ee71b629d97f6fcff308910e213bf
MD5 aab1fb4dad1e827944357866bd55383c
BLAKE2b-256 f561a9cf9287bc2962ed3c3045325411513a1556c889c82e52963b97c93be063

See more details on using hashes here.

File details

Details for the file dggal-0.0.6-cp39-cp39-musllinux_1_2_i686.whl.

File metadata

  • Download URL: dggal-0.0.6-cp39-cp39-musllinux_1_2_i686.whl
  • Upload date:
  • Size: 368.7 kB
  • Tags: CPython 3.9, musllinux: musl 1.2+ i686
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.13.5

File hashes

Hashes for dggal-0.0.6-cp39-cp39-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 ebb620dd668b6e04d0e863c75910c78befbbcb596a7ac1f852f0a98b38a19c1b
MD5 5de383fabeff4ca6431495e7cce2063c
BLAKE2b-256 d283da78e204569ee313ed5c4313a4286b6cf60a42342cba558132f425df5890

See more details on using hashes here.

File details

Details for the file dggal-0.0.6-cp39-cp39-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for dggal-0.0.6-cp39-cp39-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 3ea5dbe747b7ee5b1eae86fae8c03632f24e8993c2181f0a06af06d089fc8420
MD5 cd1471187d5180d4f16233b1e18146ed
BLAKE2b-256 784ca98a9f20b6192cb076d75cd9bbcb79b0d49cd6fe661a3caf504318172571

See more details on using hashes here.

File details

Details for the file dggal-0.0.6-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for dggal-0.0.6-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 41e5e0e72145b7fdb04241ad3c955d25e5ea39cdc069c052f2f11633412f2b6a
MD5 9e55e648230e70c1eabd85574c5fa70e
BLAKE2b-256 c25b4ceaa0029980b2dd1a1b5424aea69e26accba406dab833f5e0a8347f08a2

See more details on using hashes here.

File details

Details for the file dggal-0.0.6-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for dggal-0.0.6-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 8ed38f4ce9477973933e8fc24c42f4c0d6070b07ec0731ead57c2c2f40ada766
MD5 badc0c6aa306c8e3980347c2668146a3
BLAKE2b-256 6b7e1f097f44e6efd85f31375f9580a814b74a540aefbda4fc987d83870deb38

See more details on using hashes here.

File details

Details for the file dggal-0.0.6-cp39-cp39-manylinux_2_12_i686.manylinux2010_i686.manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for dggal-0.0.6-cp39-cp39-manylinux_2_12_i686.manylinux2010_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 a30d737b5b1502044129af185493213a0b3e9949f8be156c057142cc0ab672a7
MD5 fb7eab2f6f5d02c73ac4c722fa01732b
BLAKE2b-256 e1dcf502d358ce7c22c26fb1233f0854f1d40714eb0f8302566a48ebbb927f0e

See more details on using hashes here.

File details

Details for the file dggal-0.0.6-cp39-cp39-macosx_11_0_arm64.whl.

File metadata

  • Download URL: dggal-0.0.6-cp39-cp39-macosx_11_0_arm64.whl
  • Upload date:
  • Size: 238.5 kB
  • Tags: CPython 3.9, macOS 11.0+ ARM64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.13.5

File hashes

Hashes for dggal-0.0.6-cp39-cp39-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 fd591eb56282f899b731d5fa4a66cfe1db028ea0714006b35ad0fa0eafaac051
MD5 1902d7a0eecad36af144e8325675bfb4
BLAKE2b-256 42fe02917b8a589854d426d15ca4c12c83ab64879db01e76ce805b3207bda434

See more details on using hashes here.

File details

Details for the file dggal-0.0.6-cp39-cp39-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for dggal-0.0.6-cp39-cp39-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 338f83f1589e50c2e6b6548a2a431d3b070930e1a0ec2ff04183ca5433b4bde2
MD5 751562ffc93734d7bf694d60569ce427
BLAKE2b-256 54ac4a04dcb06d2bb4d5a17c1edc6f75b1da1e430c48e9c66656bbfe2455f9ae

See more details on using hashes here.

File details

Details for the file dggal-0.0.6-cp38-cp38-win_amd64.whl.

File metadata

  • Download URL: dggal-0.0.6-cp38-cp38-win_amd64.whl
  • Upload date:
  • Size: 259.2 kB
  • Tags: CPython 3.8, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.13.5

File hashes

Hashes for dggal-0.0.6-cp38-cp38-win_amd64.whl
Algorithm Hash digest
SHA256 bbe1dad020a2bc84c513b4f6b79329f73c883027e4455d22aa568f387243a758
MD5 31036cd3584eff6c4b92aa2c041be4b2
BLAKE2b-256 5840b0a62356ab4e19167b3cc59890a4ce82b1396531bea1605c54984b3c46dc

See more details on using hashes here.

File details

Details for the file dggal-0.0.6-cp38-cp38-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for dggal-0.0.6-cp38-cp38-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 0f539322b9627ce927f0bdc23d37bd835a118ab6a0314aec0f753a62ddbe71df
MD5 3113c25f6c0ab7d1ab61cbbf763ee3b9
BLAKE2b-256 9b14105e46896a1bf9df28d60e32da5bf379bd211342ac1f05aa27584a5a082a

See more details on using hashes here.

File details

Details for the file dggal-0.0.6-cp38-cp38-musllinux_1_2_i686.whl.

File metadata

  • Download URL: dggal-0.0.6-cp38-cp38-musllinux_1_2_i686.whl
  • Upload date:
  • Size: 365.3 kB
  • Tags: CPython 3.8, musllinux: musl 1.2+ i686
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.13.5

File hashes

Hashes for dggal-0.0.6-cp38-cp38-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 cd8e40f4a2946c3038273380ea6cf1226ddb4cbfe44108ecdcbbc845ab9541a1
MD5 52c2b988288525e3be8901bf5fec84bf
BLAKE2b-256 920cd2e1c60412b3ec582254c84a7b1e374bf07dc856390b02327a8e57b4362d

See more details on using hashes here.

File details

Details for the file dggal-0.0.6-cp38-cp38-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for dggal-0.0.6-cp38-cp38-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 9b7bc8e96a9e59d004816ae1afcdfb1d3b77f3fee6af718c819e6cd33c0cf96f
MD5 41a2d7be34c07b6001a3bf7cde5b51bd
BLAKE2b-256 335a407aa7bcec4eeb4f46a203c317782b69134b35e69a95c461211eae766e38

See more details on using hashes here.

File details

Details for the file dggal-0.0.6-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for dggal-0.0.6-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 79aaa876118679ccf03c9a09e32341f3480bd6665fbf1ea045bbe58d77196929
MD5 b4f2f386b3e3e94233c18f9eb63f3f33
BLAKE2b-256 54357d49597d382e4c6a1ae2bfac2746b2cf47a2174d4a59f42ea8fb43688df1

See more details on using hashes here.

File details

Details for the file dggal-0.0.6-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for dggal-0.0.6-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 a84091d3166d259c7de7fc540c2d601f0494a065d3462e5dfca8769c2e5488c7
MD5 124fe6c482869ec6ff18e9975af7063f
BLAKE2b-256 65a20f766716658b591fc1d989fbc4ee2aa1af486433b4d9fcc4e58ecbb869d6

See more details on using hashes here.

File details

Details for the file dggal-0.0.6-cp38-cp38-manylinux_2_12_i686.manylinux2010_i686.manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for dggal-0.0.6-cp38-cp38-manylinux_2_12_i686.manylinux2010_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 d18d0b474660724d4239c84a8d8a2caac986fd4483c223c8f7691a479b0eeaae
MD5 962e1199c0971784d1acb9d6060daa5a
BLAKE2b-256 3c26829b36f163a9ad7418f47035348cfb8c26ca17c5ac39df091443a165006c

See more details on using hashes here.

File details

Details for the file dggal-0.0.6-cp38-cp38-macosx_11_0_arm64.whl.

File metadata

  • Download URL: dggal-0.0.6-cp38-cp38-macosx_11_0_arm64.whl
  • Upload date:
  • Size: 238.5 kB
  • Tags: CPython 3.8, macOS 11.0+ ARM64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.13.5

File hashes

Hashes for dggal-0.0.6-cp38-cp38-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 e02bb908350756c65690c0d2187249edc8127bd34835c7ce40d21acb81d883d8
MD5 d17b861ade40e9e286ea0068f1f9ea0c
BLAKE2b-256 82260b9c9e9125fbb621ba8619a79445641de6dfc9b785bdcba1ac41a8ceeba8

See more details on using hashes here.

File details

Details for the file dggal-0.0.6-cp38-cp38-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for dggal-0.0.6-cp38-cp38-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 2b71a0c103eb3f1ab48657ab913a96ae8af5d2f75bc20bcd761455aaad306a6b
MD5 733f0f958c6244afbeb0e86d07fb5be4
BLAKE2b-256 de3ba4fc8423ef7c417b6985e19b48fdcd3321d6a877893499f753c074edb748

See more details on using hashes here.

File details

Details for the file dggal-0.0.6-cp37-cp37m-win_amd64.whl.

File metadata

  • Download URL: dggal-0.0.6-cp37-cp37m-win_amd64.whl
  • Upload date:
  • Size: 259.2 kB
  • Tags: CPython 3.7m, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.13.5

File hashes

Hashes for dggal-0.0.6-cp37-cp37m-win_amd64.whl
Algorithm Hash digest
SHA256 3714f0a5bbbfcf15fb580d22df85095e95f520b7c294cb0a143fba1be9430b0f
MD5 05c73934c23ef46151ec4071e1add24f
BLAKE2b-256 d3aae4f5ef1a18997316734d410802a6cbbc890c38006ff7cdb05bad66757782

See more details on using hashes here.

File details

Details for the file dggal-0.0.6-cp37-cp37m-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for dggal-0.0.6-cp37-cp37m-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 1462b93aec57ee7e7b9d0e341ee4e4033fd985e1f000ccb672436a182c273148
MD5 ef96ebbe316ecd5f4349d6cfe2473af2
BLAKE2b-256 922afca7a551c13c75d25cfb1bf42abe7d5c1d76bdb4b93124ca52571b1b1704

See more details on using hashes here.

File details

Details for the file dggal-0.0.6-cp37-cp37m-musllinux_1_2_i686.whl.

File metadata

  • Download URL: dggal-0.0.6-cp37-cp37m-musllinux_1_2_i686.whl
  • Upload date:
  • Size: 364.8 kB
  • Tags: CPython 3.7m, musllinux: musl 1.2+ i686
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.13.5

File hashes

Hashes for dggal-0.0.6-cp37-cp37m-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 cf6b13706364a271d47d5fe458fbf0e00d69b44c5fe5197dd8f2c9b39ed04acd
MD5 afaf6da03ab9ff806c5405dfa687586c
BLAKE2b-256 6106da50b1c883839b5c0f28e96a0a108112e1083cce9d14376cde63935a1fda

See more details on using hashes here.

File details

Details for the file dggal-0.0.6-cp37-cp37m-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for dggal-0.0.6-cp37-cp37m-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 479dfe365795d7dffe93558fb56bd5fced1e7d512ebb5e86cba352dc94a49c3f
MD5 d97a78e403f55237de188584fc06823e
BLAKE2b-256 fae0f7954aa87602b9d54f87615101d5fe60948bdf048395ccff7f1f02fd920e

See more details on using hashes here.

File details

Details for the file dggal-0.0.6-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for dggal-0.0.6-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 f6b1fcaf5a1c952d4a554ccc452fb31c59874eea1c47c0596c8612c9c320c169
MD5 8e45526c15c89c8c0c04a0ed612f0023
BLAKE2b-256 8994936c384465c7ab70da27e6105685ee2dc492bd86db7edafd2c756230ea8d

See more details on using hashes here.

File details

Details for the file dggal-0.0.6-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for dggal-0.0.6-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 927e1cc9e3f18bb9a6afd3c7259d6af72a0c860196e2c29efa40bcc3c0d3871f
MD5 7486b10343c62682b72c3d65dea706dd
BLAKE2b-256 da5c5f7b1e948f898dac041230fe5be76d59da23f8e09e3ff9c619185d63e24a

See more details on using hashes here.

File details

Details for the file dggal-0.0.6-cp37-cp37m-manylinux_2_12_i686.manylinux2010_i686.manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for dggal-0.0.6-cp37-cp37m-manylinux_2_12_i686.manylinux2010_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 2156b9027815e32557377d393425820829d588480c4a5d1afd917459c26c71fb
MD5 2312087e95d93016d9ae6a09f9463735
BLAKE2b-256 1e8451e730b9de3b6e8960a1a5a0303f140ce812d05f0737b03e0014fd9e04ca

See more details on using hashes here.

File details

Details for the file dggal-0.0.6-cp37-cp37m-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for dggal-0.0.6-cp37-cp37m-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 d78dde986e712d5f589bdf020c27146774c82dad1df53125fd790e3681506e4c
MD5 439fc701b7c5cc640c3911f7ce21bd44
BLAKE2b-256 471f8fb1ad5d902848d078a0a8667f68cd1f542d5419ddfd1b32cc45b83ff0ea

See more details on using hashes here.

File details

Details for the file dggal-0.0.6-cp36-cp36m-win_amd64.whl.

File metadata

  • Download URL: dggal-0.0.6-cp36-cp36m-win_amd64.whl
  • Upload date:
  • Size: 259.1 kB
  • Tags: CPython 3.6m, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.13.5

File hashes

Hashes for dggal-0.0.6-cp36-cp36m-win_amd64.whl
Algorithm Hash digest
SHA256 797625c22bb7371ffd82beafdc45780a20fa735333fd8a674484578dbdf477d0
MD5 43b2e0f00e42e8c35746e2ea4dce5572
BLAKE2b-256 5ef14ed96331f31c3b022b45da5a68bad079ba003736ce381d90a58605560581

See more details on using hashes here.

File details

Details for the file dggal-0.0.6-cp36-cp36m-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for dggal-0.0.6-cp36-cp36m-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 7ec32b45ccfa6f30bf6302f170e2548f496359b5bb2dbf8e9cf75ea9042924da
MD5 f7762e95722c3eb2f2c106e090afaa79
BLAKE2b-256 4255b8869d4248ca65f210fe3668ce6327d385da605017232418b19f69daf0a2

See more details on using hashes here.

File details

Details for the file dggal-0.0.6-cp36-cp36m-musllinux_1_2_i686.whl.

File metadata

  • Download URL: dggal-0.0.6-cp36-cp36m-musllinux_1_2_i686.whl
  • Upload date:
  • Size: 364.8 kB
  • Tags: CPython 3.6m, musllinux: musl 1.2+ i686
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.13.5

File hashes

Hashes for dggal-0.0.6-cp36-cp36m-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 b5729d1f130666235318259ca2431f88b2a245eb6bb52f757ff7e46627d6fbee
MD5 088ec292381b7bfc4f5322aead99cffb
BLAKE2b-256 083de8893f29243d31758bae4fa5c675f76c6e871fe50aeca97302076228d653

See more details on using hashes here.

File details

Details for the file dggal-0.0.6-cp36-cp36m-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for dggal-0.0.6-cp36-cp36m-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 a6038c6d52420bedb69f8d077680859d7ae41483b5c9b312a454fda8c84e142c
MD5 04d7c429cb04115bbc856d1e946c9b4d
BLAKE2b-256 6e80e567183e4b9432dc4d561b9d8d2883a354ab9889841e68200869c109ef66

See more details on using hashes here.

File details

Details for the file dggal-0.0.6-cp36-cp36m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for dggal-0.0.6-cp36-cp36m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 04f1989a0ff041c1a96e7864be97d87c3df3e1342f3ff8c6d9933602293291e0
MD5 21436636fbf8a82b23e40b5284f0ecbd
BLAKE2b-256 0a3551ea4c4b82c79fa9e7342353bfd814d294b4e4ece54886b3ffcad74b92d8

See more details on using hashes here.

File details

Details for the file dggal-0.0.6-cp36-cp36m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for dggal-0.0.6-cp36-cp36m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 9763953793db54bd3be8b42f95bc25eab38b123574535abfb649dbe5f974c5e5
MD5 578e4cacd141b3825e770ff223f24b9d
BLAKE2b-256 1046911a40da2ca6b622e27f9637e460bba8c87a2f3a5d9b60bc50fbb5741052

See more details on using hashes here.

File details

Details for the file dggal-0.0.6-cp36-cp36m-manylinux_2_12_i686.manylinux2010_i686.manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for dggal-0.0.6-cp36-cp36m-manylinux_2_12_i686.manylinux2010_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 fca5f8f26c14b002ad017463db0431bd4b97b740c04effecdad384d37f58a20a
MD5 50dff5e54cbdf70526296fceb0d6010f
BLAKE2b-256 06731671463acfe14f685f405a9089f5145db9043a89278d53529dfe01c314d5

See more details on using hashes here.

File details

Details for the file dggal-0.0.6-cp36-cp36m-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for dggal-0.0.6-cp36-cp36m-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 771bc4c35e31a23a2e06fc90c9454ee25329e6446260fc100c065c94056473c4
MD5 3500873198dd8be1b51474d851c5f162
BLAKE2b-256 548bb3ce3452b8a572532cd91bee23975464521167367e14f6d6a5421d579f88

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page