Skip to main content

Toolbelt to export metadata from the Isogeo REST API into Microsoft Excel workbooks (.xlsx).

Project description

Isogeo - XLSX Exporter

PyPI PyPI - Python Version

Build Status Azure DevOps coverage

Documentation Status Code style: black

Python package to export Isogeo metadata into Excel workshbook using the Python SDK and Openpyxl.

Usage in a nutshell

  1. Install:

    pip install isogeo-export-xl
    
  2. Authenticate

    # import
    from isogeo_pysdk import Isogeo
    # API client
    isogeo = Isogeo(
        auth_mode="group",
        client_id=ISOGEO_API_GROUP_CLIENT_ID,
        client_secret=ISOGEO_API_GROUP_CLIENT_SECRET,
        auto_refresh_url="{}/oauth/token".format(ISOGEO_ID_URL),
        platform=ISOGEO_PLATFORM,
    )
    
    # getting a token
    isogeo.connect()
    
  3. Make a search:

    search = isogeo.search(include="all",)
    # close session
    isogeo.close()
    
  4. Export:

    # import
    from isogeotoxlsx import Isogeo2xlsx
    # instanciate the final workbook
    out_workbook = Isogeo2xlsx(
        lang=isogeo.lang,
        url_base_edit=isogeo.app_url,
        url_base_view=isogeo.oc_url
    )
    # add needed worksheets
    out_workbook.set_worksheets(auto=search.tags.keys())
    
    # parse search results
    for md in map(Metadata.clean_attributes, search.results):
        out_workbook.store_metadatas(md)
    
    # save file
    out_workbook.save("./isogeo_export_to_xlsx.xlsx")
    

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

isogeo-export-xl-1.3.2.tar.gz (25.3 kB view details)

Uploaded Source

Built Distribution

isogeo_export_xl-1.3.2-py3-none-any.whl (35.1 kB view details)

Uploaded Python 3

File details

Details for the file isogeo-export-xl-1.3.2.tar.gz.

File metadata

  • Download URL: isogeo-export-xl-1.3.2.tar.gz
  • Upload date:
  • Size: 25.3 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.23.0 setuptools/41.2.0 requests-toolbelt/0.9.1 tqdm/4.46.0 CPython/3.7.7

File hashes

Hashes for isogeo-export-xl-1.3.2.tar.gz
Algorithm Hash digest
SHA256 be2451891861354ff4ba257c0e3560a857bb181c38b8b45c3fece1e93b93a4d3
MD5 0bcd9f6a42f81955f3919648f5831f50
BLAKE2b-256 1629241e175c603c0776562e74c6974e14e26ec44968aa6cc7f3ad6df4f3a200

See more details on using hashes here.

File details

Details for the file isogeo_export_xl-1.3.2-py3-none-any.whl.

File metadata

  • Download URL: isogeo_export_xl-1.3.2-py3-none-any.whl
  • Upload date:
  • Size: 35.1 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.23.0 setuptools/41.2.0 requests-toolbelt/0.9.1 tqdm/4.46.0 CPython/3.7.7

File hashes

Hashes for isogeo_export_xl-1.3.2-py3-none-any.whl
Algorithm Hash digest
SHA256 87f48c1cf940734dd341997fdf176bb5db8ae2389e0044e9674669963fdc95f1
MD5 a8d58b290ff281a4736bc06b949ccd16
BLAKE2b-256 32f775e50a0b65a6af5169e6284f65395da9c7454f735104db104aad3fa3fe40

See more details on using hashes here.

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