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.0.2.tar.gz (15.1 MB view details)

Uploaded Source

Built Distribution

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

dgsamples-1.0.2-py2-none-any.whl (15.1 MB view details)

Uploaded Python 2

File details

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

File metadata

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

File hashes

Hashes for dgsamples-1.0.2.tar.gz
Algorithm Hash digest
SHA256 cfaa374f0c2fe43e68acd5e171ec33c7088cd58f408ecde2fa54d58fc011f956
MD5 8858a1aeb9fbfc03c47be4b830a0fc98
BLAKE2b-256 264b00d3bec3a8ebcb13165cf43662b2c5bbc0c63ac01288cf4c1daf1b17e696

See more details on using hashes here.

File details

Details for the file dgsamples-1.0.2-py2-none-any.whl.

File metadata

File hashes

Hashes for dgsamples-1.0.2-py2-none-any.whl
Algorithm Hash digest
SHA256 38050e13cd3a578317762749e78dc827e0c16d93a6b6b759e4489efc1e064e5f
MD5 55cdb12ba0265e24f966a42cd907393d
BLAKE2b-256 5b87ce447af38d3faf9d0f9a5439f8148f3d85e15b57bb5688720596f1c528d7

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