Skip to content
This repository was archived by the owner on Aug 29, 2022. It is now read-only.

Commit 2501fb9

Browse files
committed
Merge remote-tracking branch 'origin/master'
2 parents 8efe0e7 + 3eda9ec commit 2501fb9

File tree

1 file changed

+22
-0
lines changed

1 file changed

+22
-0
lines changed

README.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
## OpenData Bridge ##
2+
3+
The OpenData Bridge is a small stand-alone Java application which harvests metadata sets from OpenData catalogues (Ckan based) and OGC CSW catalogues, transforms them into ArcGIS Online items (http://bit.ly/1457Ve9) and publishes these items into ArcGIS Online. The current version of the OpenData Bridge tool supports the WMS, KML and CSV item type.
4+
The tool could be used for a single process (running as a batch script directly by the user)
5+
6+
## Building the application ##
7+
8+
* check out the source code from the repository
9+
* create a Maven project with your IDE
10+
* make a copy namend buildLocal.properties from the file build.properties
11+
* place this file in the same directory as the build.properties
12+
* change the properties test.service.username and test.service.pwd with your AcrGIS Online Account
13+
* The Maven property local.configfile must point to the buildLocal.properties file in your IDE
14+
* activate the env-dev profile in your IDE
15+
* execute the maven process
16+
17+
## Requirements ##
18+
* JAVA 1.6 or higher
19+
* Maven 2.2.10 or higher
20+
21+
## Licensing ##
22+
<open>

0 commit comments

Comments
 (0)