Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/risis-eu/LDA-apps
A set of applications which exploit RISIS Linked Data API
https://github.com/risis-eu/LDA-apps
Last synced: 5 days ago
JSON representation
A set of applications which exploit RISIS Linked Data API
- Host: GitHub
- URL: https://github.com/risis-eu/LDA-apps
- Owner: risis-eu
- Created: 2015-09-02T14:24:10.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2016-01-25T20:23:14.000Z (almost 9 years ago)
- Last Synced: 2024-08-01T12:34:49.639Z (3 months ago)
- Language: JavaScript
- Homepage: http://lda-apps.risis.ops.few.vu.nl/
- Size: 43.9 KB
- Stars: 2
- Watchers: 8
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-starred - risis-eu/LDA-apps - A set of applications which exploit RISIS Linked Data API (others)
README
# LDA-apps
A set of applications which exploit RISIS Linked Data API# List of Geo Views
- converts address to location: `/geocode/{address}` e.g. http://lda-apps.risis.ops.few.vu.nl/geocode/de%20Boelelaan%201081a
- shows a NUTS region on the map: `/NUTS/{code}` e.g. http://lda-apps.risis.ops.few.vu.nl/NUTS/NL326
- shows a Municipality on the map: `/Municipality/{code}` e.g. http://lda-apps.risis.ops.few.vu.nl/Municipality/NL270363
- shows a point together with its containing NUTS region on the map: `/PointToNUTS/{longitude}/{latitude}` e.g. http://lda-apps.risis.ops.few.vu.nl/PointToNUTS/4.8650/52.3339 or http://lda-apps.risis.ops.few.vu.nl/PointToNUTS/4.8650/52.3339/1000/1000 to enlarge the map size or http://lda-apps.risis.ops.few.vu.nl/PointToNUTS/4.8650/52.3339/1000/1000/1 to show the detected regions on separate maps
- shows a point and NUTS region on the map: `/PointAndNUTS/{longitude}/{latitude}/{code}` e.g. http://lda-apps.risis.ops.few.vu.nl/PointAndNUTS/4.8650/52.3339/NL324
- shows a point together with its containing Municipality on the map: `/PointToMunicipality/{longitude}/{latitude}` e.g. http://lda-apps.risis.ops.few.vu.nl/PointToMunicipality/4.8650/52.3339
- get the list of municipalities within a given NUTS region: `/NUTStoMunicipality/{code}` e.g. http://lda-apps.risis.ops.few.vu.nl/NUTStoMunicipality/NL326
- get the FUA for a given Municipality: `/MunicipalityToFUA/{code}` e.g. http://lda-apps.risis.ops.few.vu.nl/MunicipalityToFUA/NL270363
- show all the municipalities in a country on the map together with information on FUAs: `/Municipalities/{countryName}` e.g. http://lda-apps.risis.ops.few.vu.nl/Municipalities/Netherlands/1000/1000/0/
- show all administrative boundaries of a given point using OpenStreetMap service and MapIt service: `/PointToOSMAdminBoundaries/{longitude}/{latitude}` e.g. http://lda-apps.risis.ops.few.vu.nl/PointToOSMAdminBoundaries/4.8650/52.3339
# List of Geo apps
- address to municipality (in NUTS3 level) `/addressToMunicipality` http://lda-apps.risis.ops.few.vu.nl/addressToMunicipality