Skip to content

Converters

Past due by about 2 years 0% complete

Build lapixdl conversion module.

The module will consist of an API capable of converting from one format to another in the following way:

IN_FORMAT ----> Built-in format (dataframe) ----> OUT_FORMAT

In this way, we are able to disassociate some dependencies. Can be used as example CCAgT-utils

To handle the geometries in the built-in dataframe we will use …

Build lapixdl conversion module.

The module will consist of an API capable of converting from one format to another in the following way:

IN_FORMAT ----> Built-in format (dataframe) ----> OUT_FORMAT

In this way, we are able to disassociate some dependencies. Can be used as example CCAgT-utils

To handle the geometries in the built-in dataframe we will use the lib shapely

Loading