Support for converting mpk files

Greetings,

Are you planning at some point to support conversion of ArcGIS Map Package (mpk) files in Aspose.GIS?

Many thanks

Hi, @yemoku

Change the file extension from .mpk to .zip. and unzip it. Inside an MPK you’ll find an MXD and a fGDB. (You may find shapefiles, tiffs or other files depending on how the MPK was created, but odds are you’ll find data in the fGDB)

Seems, the fGDB name is an alias for the fileGDB format. And the fileGDB format is supported by the Aspose.GIS library.

I’ve logged GISNET-1323 to investigate a fileGDB format and will update you here as soon as additional information is available regarding this.

Thanks.