Skip to content

Python Script to convert Geotiff (satellite images) files to png. #48

@ARGF0RCE

Description

@ARGF0RCE

Problem

There is a need to convert geotiff files to png in order to view and analyze the data in a more user-friendly format. Currently, there is no easy way to do this conversion.

Solution

A python script that can convert geotiff files to png would be a useful tool for users who need to work with geospatial data. The script should be able to take a geotiff file as input and generate a png file as output.

Proposed Changes

  • Develop a python script that can convert geotiff files to png.
  • The script should take a geotiff file as input and generate a png file as output.
  • The script should be able to handle multiple geotiff files as input and generate corresponding png files for each.
  • The script should be able to handle geotiff files of different sizes and resolutions.
  • The script should be able to handle different color maps and band combinations for the geotiff files.

Additional Notes

It may be necessary to use an external library such as GDAL or rasterio to read and manipulate the geotiff files.
The script should be well-documented and easy to use for users who are not familiar with geospatial data processing.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions