https://github.com/52north/tasking-rest-api
The 52°North Tasking REST API
Science Score: 26.0%
This score indicates how likely this project is to be science-related based on various indicators:
-
○CITATION.cff file
-
✓codemeta.json file
Found codemeta.json file -
✓.zenodo.json file
Found .zenodo.json file -
○DOI references
-
○Academic publication links
-
○Academic email domains
-
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (2.4%) to scientific vocabulary
Last synced: 10 months ago
·
JSON representation
Repository
The 52°North Tasking REST API
Basic Info
Statistics
- Stars: 4
- Watchers: 7
- Forks: 1
- Open Issues: 3
- Releases: 0
Archived
Created about 10 years ago
· Last pushed almost 2 years ago
Metadata Files
Readme
README.md
ARCHIVED
This project is no longer maintained and will not receive any further updates. If you plan to continue using it, please be aware that future security issues will not be addressed.
52°North tasking REST API
The 52°North tasking REST API is a lightweight management API for providing tasking functionality within the Sensor Web domain.
License
tbd
Owner
- Name: 52°North Spatial Information Research GmbH
- Login: 52North
- Kind: organization
- Email: info@52north.org
- Location: Münster
- Website: https://52north.org/
- Twitter: fivetwon
- Repositories: 261
- Profile: https://github.com/52North
Advancing spatial information infrastructures to foster open science
GitHub Events
Total
Last Year
Issues and Pull Requests
Last synced: over 1 year ago
All Time
- Total issues: 3
- Total pull requests: 9
- Average time to close issues: N/A
- Average time to close pull requests: 4 minutes
- Total issue authors: 1
- Total pull request authors: 1
- Average comments per issue: 0.0
- Average comments per pull request: 0.0
- Merged pull requests: 9
- Bot issues: 0
- Bot pull requests: 0
Past Year
- Issues: 0
- Pull requests: 0
- Average time to close issues: N/A
- Average time to close pull requests: N/A
- Issue authors: 0
- Pull request authors: 0
- Average comments per issue: 0
- Average comments per pull request: 0
- Merged pull requests: 0
- Bot issues: 0
- Bot pull requests: 0
Top Authors
Issue Authors
- janschulte (3)
Pull Request Authors
- ridoo (9)
Top Labels
Issue Labels
Pull Request Labels
Dependencies
core/pom.xml
maven
- ${project.groupId}:spi
- com.fasterxml.jackson.core:jackson-annotations
- junit:junit
- org.hamcrest:hamcrest-core
- org.slf4j:slf4j-api
- org.mockito:mockito-core test
pom.xml
maven
- javax.servlet:javax.servlet-api 3.0.1 provided
- ch.qos.logback:logback-classic 1.1.3
- com.fasterxml.jackson.core:jackson-annotations 2.7.5
- com.fasterxml.jackson.core:jackson-core 2.7.5
- com.fasterxml.jackson.core:jackson-databind 2.7.5
- commons-io:commons-io 2.4
- org.n52.tasking-api:core 1-SNAPSHOT
- org.n52.tasking-api:rest 1-SNAPSHOT
- org.n52.tasking-api:spi 1-SNAPSHOT
- org.n52.tasking-api:webapp 1-SNAPSHOT
- org.slf4j:jcl-over-slf4j 1.7.12
- org.slf4j:log4j-over-slf4j 1.7.12
- org.slf4j:slf4j-api 1.7.12
- org.springframework:spring-beans 4.2.2.RELEASE
- org.springframework:spring-context 4.2.2.RELEASE
- org.springframework:spring-core 4.2.2.RELEASE
- org.springframework:spring-web 4.2.2.RELEASE
- org.springframework:spring-webmvc 4.2.2.RELEASE
- junit:junit 4.12 test
- org.hamcrest:hamcrest-core 1.3 test
- org.mockito:mockito-core 1.10.19 test
rest/pom.xml
maven
- javax.servlet:javax.servlet-api provided
- ${project.groupId}:core
- ${project.groupId}:spi
- org.slf4j:slf4j-api
- org.springframework:spring-beans
- org.springframework:spring-core
- org.springframework:spring-web
- org.springframework:spring-webmvc
spi/pom.xml
maven
- junit:junit
- org.hamcrest:hamcrest-core
- org.slf4j:slf4j-api
spi-impl/pom.xml
maven
- ${project.groupId}:core
- ${project.groupId}:spi
- junit:junit
- org.hamcrest:hamcrest-core
spi-impl/sml-file-config/pom.xml
maven
- commons-io:commons-io
- org.slf4j:slf4j-api
- xml-apis:xml-apis 1.4.01
- ch.qos.logback:logback-classic test
- junit:junit test
- org.hamcrest:hamcrest-core test
- org.mockito:mockito-core test
spi-impl/sml-file-config-webapp/pom.xml
maven
- ch.qos.logback:logback-classic
- com.fasterxml.jackson.core:jackson-core
- com.fasterxml.jackson.core:jackson-databind
- com.thetransactioncompany:cors-filter 1.8
- org.n52.tasking-api:rest
- org.n52.tasking-api:sml-file-config 1-SNAPSHOT
- org.springframework:spring-beans
- org.springframework:spring-context
- org.springframework:spring-webmvc