Skip to main content

Collection of Land Cover products for Canada as produced by NRCan

Project description

Binder

stactools nrcan-landcover

Collection of Land Cover products for Canada as produced by Natural Resources Canada using Landsat satellite imagery. This collection of cartographic products offers classified Land Cover of Canada at a 30 metre spatial resolution, updated on a 5 year basis.

This land cover dataset is the Canadian contribution to the 30 metre spatial resolution 2015 Land Cover Map of North America, which is produced by Mexican, American and Canadian government institutions under a collaboration called the North American Land Change Monitoring System (NALCMS).

Usage

Using the CLI

# STAC Collection
stac nrcanlandcover create-collection -d "/path/to/directory"
# Create a COG - creates /path/to/local_cog.tif
stac nrcanlandcover create-cog -d "/path/to/directory" -s "/path/to/local.tif"
# Create a STAC Item - creates /path/to/directory/local_cog.json
stac nrcanlandcover create-item -d "/path/to/directory" -c "/path/to/local_cog.tif"

As a python module

from stactools.nrcan_landcover.constants import JSONLD_HREF
from stactools.nrcan_landcover import utils, cog, stac

# Read metadata
metadata = utils.get_metadata(JSONLD_HREF)

# Create a STAC Collection
json_path = os.path.join(tmp_dir, "/path/to/nrcan-landcover.json")
stac.create_collection(metadata, json_path)

# Create a COG
cog.create_cog("/path/to/local.tif", "/path/to/cog.tif")

# Create a STAC Item
stac.create_item(metadata, "/path/to/item.json", "/path/to/cog.tif")

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

stactools-nrcan-landcover-0.2.4.tar.gz (8.9 kB view details)

Uploaded Source

Built Distribution

stactools_nrcan_landcover-0.2.4-py3-none-any.whl (10.3 kB view details)

Uploaded Python 3

File details

Details for the file stactools-nrcan-landcover-0.2.4.tar.gz.

File metadata

  • Download URL: stactools-nrcan-landcover-0.2.4.tar.gz
  • Upload date:
  • Size: 8.9 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.2 importlib_metadata/4.6.4 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.1 CPython/3.9.6

File hashes

Hashes for stactools-nrcan-landcover-0.2.4.tar.gz
Algorithm Hash digest
SHA256 59d691c8ad741b37a7e578c3325179478ca2aa916ebd299ffc0bf5bb79df516f
MD5 34c7dc1b982b3f2ae8acb5a1382169d7
BLAKE2b-256 f5f23c4c9dd5cfb0fda3cffaa113b83fd8db831c388c56c1c36cfa016030b040

See more details on using hashes here.

Provenance

File details

Details for the file stactools_nrcan_landcover-0.2.4-py3-none-any.whl.

File metadata

  • Download URL: stactools_nrcan_landcover-0.2.4-py3-none-any.whl
  • Upload date:
  • Size: 10.3 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.2 importlib_metadata/4.6.4 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.1 CPython/3.9.6

File hashes

Hashes for stactools_nrcan_landcover-0.2.4-py3-none-any.whl
Algorithm Hash digest
SHA256 2710672e5d5cd0ab2cf98fd4153fba597b761dcb7f1b32ffdfc22186ec7eca39
MD5 d80217c98c679dde2977177e29fbb923
BLAKE2b-256 4e6ee06337f06e167791fd498ffcb1888f04ebdce38006f80930d404873ec720

See more details on using hashes here.

Provenance

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