Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
…b-python-driver into fix/remove_vo_role_check
  • Loading branch information
zansinergise committed Aug 13, 2024
2 parents c5cd25c + 62cdab8 commit 2da9228
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions rest/processing/const.py
Original file line number Diff line number Diff line change
Expand Up @@ -89,8 +89,8 @@ def get_unsupported_mimetype_message(self):
}

supported_mime_types_error_msg = {
ProcessingRequestTypes.BATCH: "Currently supported formats are GTIFF, NETCDF and ZARR.",
ProcessingRequestTypes.SYNC: "Currently supported formats are GTIFF, PNG and JPEG.",
ProcessingRequestTypes.BATCH: "Currently supported formats for batch processing jobs are GTIFF, NETCDF and ZARR.",
ProcessingRequestTypes.SYNC: "Currently supported formats for synchronous processing jobs are GTIFF, PNG and JPEG.",
}

SH_PU_TO_PLATFORM_CREDIT_CONVERSION_RATE = 0.15 # platform credits === SH PU's * 0.15

0 comments on commit 2da9228

Please sign in to comment.