In Arbometa the map is a preview action for data. You need to specify latitude, longitude and fields, you want to display on the map. In this example we used AI to find movies' filming locations. You can click the film names to open additional data.
How we made this example
About the data
The data is generated by AI (ChatGPT). AI can make mistakes. Take it to consideration. We slightly doubt, that the "Madagascar" cartoon was actually filmed at Madagascar or "Borat" was filmed in Kazakhstan.
Related topics
How to create a node
Data import explained
About our software development approach
How we made this example
- We've created a node "Movie locations" with the following fields: country, movie, location, latitude, longitude, year, director, IMDB score, cast and description. How to create a node.
- Added a map preview to the node.
- We went to chatgpt.com and made the following request to AI:
Give me a list of countries with most well known movies filmed in these countries with locations' latitude and longitude. Add additional information about the movie - year, director, score in imdb, cast, short description. Represent data in CSV format with semicolon as delimiter. - Saved generated data to a text file.
- Created an import (imports explained).
- Automatically generated programming code.
- Imported data from the file.
- Made minor modifications to design and settings.
About the data
The data is generated by AI (ChatGPT). AI can make mistakes. Take it to consideration. We slightly doubt, that the "Madagascar" cartoon was actually filmed at Madagascar or "Borat" was filmed in Kazakhstan.
Related topics
How to create a node
Data import explained
About our software development approach
Map example - movies' filming locations all over the world (data is AI generated)