Skip to main content
  • Home
  • Development
  • Documentation
  • Donate
  • Operational login
  • Browse the archive

swh logo
SoftwareHeritage
Software
Heritage
Archive
Features
  • Search

  • Downloads

  • Save code now

  • Add forge now

  • Help

Raw File Download

To reference or cite the objects present in the Software Heritage archive, permalinks based on SoftWare Hash IDentifiers (SWHIDs) must be used.
Select below a type of object currently browsed in order to display its associated SWHID and permalink.

  • content
content badge
swh:1:cnt:f0e7bf26b69901fb701745b23981d1d34fc744fb

This interface enables to generate software citations, provided that the root directory of browsed objects contains a citation.cff or codemeta.json file.
Select below a type of object currently browsed in order to generate citations for them.

  • content
(requires biblatex-software package)
Generating citation ...
# docker cleanup https://docs.docker.com/ee/dtr/user/manage-images/delete-images/
# Docker Setup
git clone git@github.com:GeoscienceAustralia/PyRate.git
cd PyRate

cd C:/Users/sheec/Desktop/Projects/PyRate
docker load < data/pyrate-image.tar
docker build -t pyrate-image:1.0 .
docker build --no-cache -t pyrate-image:1.0 .
docker run -it --rm -v %cd%:/PyRate pyrate-image:1.0 /bin/bash

# build PyRate package
cd /PyRate
pip3 install -r requirements-dev.txt
pip3 install -r requirements-test.txt
pip3 install pyproj==2.2.1
cd /PyRate && python3 setup.py install

# Run workflow
pyrate conv2tif -f input_parameters.conf
pyrate prepifg -f input_parameters.conf


pyrate process -f input_parameters.conf -c 3 -r 4
pyrate merge -f input_parameters.conf -c 3 -r 4

# Build Sphinx docs
cd /PyRate/docs && make html

# Run tests
cd /PyRate
chmod 444 tests/test_data/small_test/tif/geo_070709-070813_unw.tif
cd /PyRate && python3 -m pytest tests/

# Random stuff
pip install tox
tox

# 64 failed, 236 passed, 1944 skipped

back to top

Software Heritage — Copyright (C) 2015–2026, The Software Heritage developers. License: GNU AGPLv3+.
The source code of Software Heritage itself is available on our development forge.
The source code files archived by Software Heritage are available under their own copyright and licenses.
Terms of use: Archive access, API— Content policy— Contact— JavaScript license information— Web API