PyUCalgarySRS
This is the Python library for retrieving and loading data provided by UCalgary Space Remote Sensing. More information including tutorials and dataset descriptions can be found on our open data platform at https://data.phys.ucalgary.ca.
PyUCalagarySRS currently supports Python 3.10+.
Some links to help:
- PyUCalgarySRS API Reference
- Crib sheets that utilize PyUCalgarySRS
- UCalgary Space Remote Sensing Open Data Platform
- Usage examples
Installation
Installation can be done using pip:
$ pip install pyucalgarysrs
For the most bleeding edge version of PyUCalgarySRS, you can install it directly from the Github repository:
$ pip install pyucalgarysrs@git+https://github.com/ucalgary-srs/pyUCalgarySRS
[OR]
$ git clone https://github.com/ucalgary-srs/pyUCalgarySRS.git
$ cd pyUCalgarySRS
$ pip install .
Usage
Below is how the library can be imported and initialized:
import pyucalgarysrs
srs = pyucalgarysrs.PyUCalgarySRS()
A large collection of examples can be found in the examples directory.
Release files for pyucalgarysrs 1.27.0
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| pyucalgarysrs-1.27.0.tar.gz | 61.9 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| pyucalgarysrs-1.27.0-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 163.7 kB
Release files / pyucalgarysrs-1.27.0.tar.gz
| Download URL | pyucalgarysrs-1.27.0.tar.gz |
|---|---|
| Size | 61.9 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
0ed7d801513c5957a0249b4836ecb11c0c22c3e4f5d2fe46bdc362ad011e75c0
|
|
BLAKE2b-256 checksum How to use checksums |
13e843e96a9f09564eebf8c1ab200d1ecdf53b84281805f3980615025679b402
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
poetry/2.4.3 CPython/3.13.15 Linux/6.18.33.2-microsoft-standard-WSL2
|
Release files / pyucalgarysrs-1.27.0-py3-none-any.whl
| Download URL | pyucalgarysrs-1.27.0-py3-none-any.whl |
|---|---|
| Size | 101.7 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
41aea3f43ce4b7a448851b266136db56d4da9931cc202ae70c4640f4fc463e36
|
|
BLAKE2b-256 checksum How to use checksums |
d382a6d19fb2ba6bf1c702004037e0581f8ceb59e34a738c86e07126a8d5d5f4
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
poetry/2.4.3 CPython/3.13.15 Linux/6.18.33.2-microsoft-standard-WSL2
|