Questions tagged [fiware-poi]

Fiware-poi refers to the Points of Interest Generic Enabler (POI GE) developed as a part of the FIWARE platform.

A POI GE is an implementation of the FIWARE POI Open Specification and is developed as a part of the FIWARE platform.

A POI GE provides spatial search services and data on Points of Interest via RESTful web service API. The data model for representing POIs is modular. The data related to a POI is stored in different data components, which are linked to the POI using the UUID. These data components are independent of each other and POIs can have a different set of components. This enables the concept to serve a wide range of interest groups, as the data model can easily be extended by application specific data components.

Special features

  • Application specific data components
  • Different servers may have different set of data components for the same POI

RESTful web service API for querying and modifying POI data

  • Spatially limited searches
  • Searches constrained to specific categories e.g. dining, golf course, cemetery, dentist, casino, museum, etc.
  • Temporal constraints, e.g. for finding restaurants that are currently open
  • POI data modification functionality (add, update, delete)

Home Page: http://catalogue.fiware.org/enablers/poi-data-provider

GitHub Page: https://github.com/Chiru/FIWARE-POIDataProvider

13 questions
4
votes
2 answers

Fiware Instance Status Error

Hi I've been trying to try out the Fiware service. I've setup an POI Instance in the Waterford Region. I've followed the instructions and assigned a floating IP. On the Instance page I have no IP address and an Status Error. Under the security page…
user1512783
  • 93
  • 1
  • 8
2
votes
1 answer

Generic Enablers mismatch

I'm stuck with answering on one specific question in FRACTALS form: What technical infrastructure does your proposal use (or will it use)? I have these checkboxes offered: Applications/Services Ecosystems and Delivery Framework Cloud…
Zarko
  • 446
  • 1
  • 5
  • 9
1
vote
1 answer

Fiware POI add_poi web service fw_media structure

I created json for adding new poi with fw_media data included, based on json from example_components/fw_media.json: {"fw_core": {"location":{"wgs84":{"latitude":1,"longitude":1}}, "categories":["Field"], "name":{"":"poljana…
Milos Miletic
  • 500
  • 6
  • 19
1
vote
1 answer

How to use Orion Context Broker to draw a circle on the map viewer

I want to draw a circle on the map viewer, and I searched the programmer developer guide carefully. My Json file was created like this. (curl localhost:1026/v1/queryContext -s -S --header 'Content-Type: application/json' --header 'Accept:…
J.DOE
  • 11
  • 6
1
vote
2 answers

FI-WARE - How a beacon can send info to a POI Data Provider

I just started reading about FI-WARE, so this might be a very noob question. A beacon is basically a device that just uses bluetooth for pushing info about its position. How should it be connected to a generic Enabler, for instance a a POI Data…
eeadev
  • 3,662
  • 8
  • 47
  • 100
1
vote
1 answer

POI data provider installation SSH

I am trying to set up a blueprint instance in Fiware lab of the POI data provider and I get an Error Status: ERROR Error: Error installing a product.Description:com.telefonica.euro_iaas.paasmanager.exception.ProductInstallatorException: Error…
Scrpns
  • 31
  • 5
1
vote
2 answers

POI Data Provider Installation

I'm trying to isntall POI Data provider on my ubuntu 14. The documentation is a little bit old, but I have installed everything without problems. When I try to test my…
Xabi E
  • 251
  • 2
  • 3
  • 15
1
vote
2 answers

Which Fiware GEs can I use for my project?

So lately I've been reading a lot about Fiware, and I want to do some tests. I would like to create a website that will allow the creation of 2 types of users: Users of type A will be able to add new points of interest on this website. Users of…
Ivan
  • 1,801
  • 2
  • 23
  • 40
1
vote
3 answers

FI-WARE - create Blueprint Templates functionality

Create Blueprint Templates functionality: • In the creation of a new Tier for my specific template, I can’t view and I can’t select the ‘POI data provider GE’ (poi_dp 3.3.3) in the right panel ‘Software in Catalogue’, maybe I do something…
1
vote
2 answers

FIWARE: How to integrate the new application

Let's say there is a web service that makes some calculations and returns some data. This web service should use some Generic Enablers of FIWARE, for instance GIS Data Provider and POI Data Provider. How to integrate such web service into the…
Klausos Klausos
  • 15,308
  • 51
  • 135
  • 217
0
votes
1 answer

Create POIs to review

I want to create POIs that need to be reviewed by someone authorized before who is not authorized users can see the POI. Also when updating or delete a point. I do not know if it can be done natively or there is some strategy that is being followed…
0
votes
1 answer

fiware POI: cannot add poi: always unauthorized

I have two instances: keyrock Poi with wilma-proxy Trying to create a poi in instance, allways the response is 401 Permission denied. But token is correct as said proxy log: 2016-10-14 09:40:30.132 - INFO: IDM-Client - Token in cache, checking…
Jakala
  • 121
  • 6
0
votes
1 answer

Fiware POI public servers

Does any main public FIWARE POI server exist ? Can I use in my application some public FIWARE POI server without creating my own one ?
chumakoff
  • 6,807
  • 2
  • 23
  • 45