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

swh:1:snp:7dbbee8e2e7831e633901c968a583c69b662c2df
  • Code
  • Branches (22)
  • Releases (7)
    • Branches
    • Releases
    • HEAD
    • refs/heads/aria_prep_corr
    • refs/heads/gui-qt
    • refs/heads/main
    • refs/heads/python2
    • refs/heads/sss_rerefGPS
    • refs/tags/v1.1.0
    • refs/tags/v1.1.1
    • refs/tags/v1.1.2
    • refs/tags/v1.2.0
    • refs/tags/v1.2.2
    • refs/tags/v1.2.3
    • refs/tags/v1.2alpha
    • refs/tags/v1.2beta
    • refs/tags/v1.3.0
    • refs/tags/v1.3.1
    • refs/tags/v1.3.2
    • refs/tags/v1.3.3
    • refs/tags/v1.4.0
    • refs/tags/v1.4.1
    • refs/tags/v1.5.0
    • refs/tags/v1.5.1
    • refs/tags/v1.5.2
    • v1.2.1
    • v1.0.0
    • v0.4.0
    • v0.3.0
    • v0.2.1
    • v0.2.0
    • v0.1.0
  • f4afe8d
  • /
  • mkdocs.yml
Raw File Download
Permalinks

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
  • directory
  • revision
  • snapshot
content badge Iframe embedding
swh:1:cnt:645da833f29472767ff91d6ddf3af0b761843f96
directory badge Iframe embedding
swh:1:dir:f4afe8dbbad8e3eb1a77bbcae1f8f9fe9d1f3f51
revision badge
swh:1:rev:d2173b0210b0b7495eaf40d4f2d5f86e16c7a537
snapshot badge
swh:1:snp:7dbbee8e2e7831e633901c968a583c69b662c2df
Citations

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
  • directory
  • revision
  • snapshot
Generate software citation in BibTex format (requires biblatex-software package)
Generating citation ...
Generate software citation in BibTex format (requires biblatex-software package)
Generating citation ...
Generate software citation in BibTex format (requires biblatex-software package)
Generating citation ...
Generate software citation in BibTex format (requires biblatex-software package)
Generating citation ...
Tip revision: d2173b0210b0b7495eaf40d4f2d5f86e16c7a537 authored by Zhang Yunjun on 03 January 2020, 07:20:21 UTC
fractal: adaptive p0 scaling factor
Tip revision: d2173b0
mkdocs.yml
site_name: MintPy
site_url: https://github.com/insarlab/MintPy
site_description: Miami InSAR Time-series software in Python
site_author: Zhang Yunjun, Heresh Fattahi
repo_url: https://github.com/insarlab/MintPy/
google_analytics: ['UA-104225904-1', 'mkdocs.org']

theme:
    name: readthedocs
    highlightjs: true
    hljs_languages:
        - yaml
        - rust

markdown_extensions:
    - smarty
    - toc:
        permalink: "#"
        baselevel: 2
        separator: "_"
    - sane_lists

nav:
    - Home: README.md
    - User Guide:
        - Example datasets: example_dataset.md
        - Example directory structure: dir_structure.md
        - Example template files: examples/input_files/README.md
        - Tutorials in Jupyter Notebook: https://github.com/insarlab/MintPy-tutorial
    - Output:
        - Google Earth KMZ: google_earth.md
        - HDF-EOS5: hdfeos5.md
    - API Documentation:
        - Attributes: api/attributes.md
        - Colormaps: resources/colormaps/README.md
        - Coordinates: api/coord.md
        - Docker: docker.md
        - Documents generation: api/doc_generation.md
    - About:
        - Contributing: CONTRIBUTING.md
        - Code of Conduct: CODE_OF_CONDUCT.md
        - References: references.md

Software Heritage — Copyright (C) 2015–2025, 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— Contact— JavaScript license information— Web API

back to top