Skip to content

MONICA-Project/ConvertKmlToMONICA

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Monica ConvertKmlToMONICA

ConvertKmlToMONICA ConvertKmlToMONICA is a small utility to convert KML files into MONICA POIs (Points Of Interest)

The ConvertKmlToMONICA is based on the following technologies:

  • REST API of COP.API

The ConvertKmlToMONICA provides the following main functionalities:

  • Converting a KML file with Placemarks and Polygons to MONICA POIs and zones

The COPUpdater is implemented in ASP.NET Core 2.1 and is a simple command line based tool.

Getting Started

The ConvertKmlToMONICA is developed in Visual Studio using Dotnet Core 2.1.

The easiest way to build it is to clone the repository using Visual Studio 2017 or higher and then build the software or to use the DotNet Core 2.1 SDK. The KML objects should have the name as The POI name and description should be the type of the POI. If more info is needed please change the source accordingly.

To run the latest version of ConvertKmlToMONICA:

ConvertKmlToMONICA <cop endpoint> <kml file>

Development

To start development it is enough to clone the repository and then build it either using Visual Studio or Dotnet Core SDK to build and run the API.

Prerequisite

  • Dotnet Core SDK 2.1 available here
    • Or use Visual Studio 2017 or higher

Build

dotnet build

Endpoints exposed

None

Contributing

Contributions are welcome.

Please fork, make your changes, and submit a pull request. For major changes, please open an issue first and discuss it with the other authors.

Affiliation

MONICA
This work is supported by the European Commission through the MONICA H2020 PROJECT under grant agreement No 732350.

About

KML File loader for MONICA

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages