Skip to main content

Sample image chips and vectors that can be used for unit testing

Project description

Introduction

dgsamples is a package of sample image chips and vector files that can be used for unit testing without having to maintain test data in each code base that needs to be tested.

Quick Start

import dgsamples

# The code automatically discovers the data available and puts it on a
# bunch object called samples which can be accessed directly:
dgsamples.allsamples   # This will pretty print the contents of the bunch

# Finer grained access to the samples can be achieved by:
dgsamples.wv2_longmont_1k.files
# The above will produce a path similar to:
# /path/to/dgsampledata/wv2_longmont_1k/...M2AS-053792616010_01_P001.TIL'
# /path/to/dgsampledata/wv2_longmont_1k/...P2AS-053792616010_01_P001.TIL'

# If the samples have a filename_map.PVL file provided, there will also be
# sensor specific shotcuts available in an OrderedBunch object:
dgsamples.wv2_longmont_1k.ms
# The above will produce a path to the sensor .TIL file:
# /path/to/dgsampledata/wv2_longmont_1k/...M2AS-053792616010_01_P001.TIL'

# The .TIL file can be ingested with geoio as:
import geoio
img = geoio.DGImage(dgsamples.wv2_longmont_1k.ms)

# However, these links are to real files on disk and can be read with
# an appropriate application.
from osgeo import gdal
obj = gdal.Open(dgsamples.bayou_chip.extract_test)

# or
import fiona
s = fiona.open(dgsamples.bayou_vectors.poly)

# The sample data can also be retrieved through the "file" bunch key:
dgsamples.bayou_vectors.files
# The above will produce something similar to:
# ['/path/to/dgsampledata/.../extract_test_point.shp',
#  '/path/to/dgsampledata/.../extract_test_poly.shp']

Adding Data Sets

New data can be added directly into the “dgsamples” package and will be dynamically discovered on import. The dynamic discovery code uses the following logic when determining what type of data exists in a directory:

if ".TIL found":
    "return all .TILs and stop"
elif ".TIF found" :
    "return all .TIFs and stop"
elif ".shp or .json found" :
    "return all .shp and .json then stop"

If a file named “filename_map.PVL” is added to a sample directory, the key/ value pairs in the file will be used to map files to an key entry on the returned OrderedBunch object.

If a file named “notes.txt” is present in the sample directory, the content will be added to a “notes” entry on the OrderedBunch object.

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

dgsamples-1.1.2.tar.gz (28.2 MB view details)

Uploaded Source

Built Distribution

dgsamples-1.1.2-py3-none-any.whl (28.3 MB view details)

Uploaded Python 3

File details

Details for the file dgsamples-1.1.2.tar.gz.

File metadata

  • Download URL: dgsamples-1.1.2.tar.gz
  • Upload date:
  • Size: 28.2 MB
  • Tags: Source
  • Uploaded using Trusted Publishing? No

File hashes

Hashes for dgsamples-1.1.2.tar.gz
Algorithm Hash digest
SHA256 4ec2a806272ac973e9e0905489d0eecec640e26c175d6a4401962902f7c1c16c
MD5 9c05a71209c8d89193d63a42d463937f
BLAKE2b-256 b3768c9421d58895e874195444fd949e686121ca2736d3ea071ff9c0d5907e03

See more details on using hashes here.

File details

Details for the file dgsamples-1.1.2-py3-none-any.whl.

File metadata

File hashes

Hashes for dgsamples-1.1.2-py3-none-any.whl
Algorithm Hash digest
SHA256 2120e2c27d6b4ee16d8e9f4f37e4081ba596edb108352b78e3877cca47c32302
MD5 d30230701b1104c1523f52370c61d78b
BLAKE2b-256 1e4c26fa375484a40c6b356ec31003c1f242ebd602e4d15ca63ee27178e533e6

See more details on using hashes here.

Supported by

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