Hi Michael. Great question.
You need to utilize “Tools” in the order. Here is the documentation here (https://developers.planet.com/apis/orders/tools/#file-format), specifically the “File” Section. I highly suggest you use “PL_NITF2” in your order which will order a NITF will all the metadata you are used to.
Additionally, you will want the bundle “basic_analytic”. The order will then create the NITF.
Like this:
<
{
"file_format": {
"format": "PL_NITF2"
}
}
]
Sam, Thank you. There doesn’t appear to be “PSScene” for “basic_analyitic” but there does appear to “PSScene” for “basic_analytic_udm2”.
You’re right. “basic_analytic” would’ve worked for the older PSScene4band asset but “basic_analytic_udm2” is the correct bundle for the newer PSScene.
Summary of Solution from @sam.stlifer-planet-federal
You need to utilize “Tools” in the order. Here is the documentation here (https://developers.planet.com/apis/orders/tools/#file-format), specifically the “File” Section. I highly suggest you use “PL_NITF2” in your order which will order a NITF will all the metadata you are used to.
Additionally, you will want the bundle “basic_analytic”. The order will then create the NITF.
Like this:
<
{
"file_format": {
"format": "PL_NITF2"
}
}
]
Note: “basic_analytic” for the older PSScene4band asset but “basic_analytic_udm2” for the newer PSScene.