Bringing the scalability of distributed computing to modern geospatial software.
rfecher on gh-pages
Lastest javadoc on successful t… (compare)
rfecher on master
fixing coveralls (#1488) (compare)
rfecher on master
Update README.md (compare)
rfecher on master
updated readme.md (#1486) (compare)
hbase.rootdir
is configured to the S3 bucket and key prefix that you provide EMR. So the HBase tables will be in S3 and you will be able to terminate the cluster, start another one back up with the data fully in tact as long as you use that same S3 location
geowave.properties
each time when execute a command gs addlayer name
?
for gs_url in $(GEOSERVERS); do
geowave config geoserver $gs_url
geowave gs addlayer <datastore>
done
@rfecher
1) I appended my data in shape file and I check that count is increasing but when I see in geoserver it's showing my previous shape line same as my last data ?
2) With in same feature type data is ok now . Let's say one example I want add few more columns in feature with in my previous shape file ? Is it creating on problem feature ?
How to handle such type of situation.
@rfecher
Hello Sir,
Is there any possible to view on hdfs data in geoserver. As I checked In geoserver there is no option on hdfs path. We have option to access local directory.
Please advise sir.
I have a build/test failure on Sentinel2 Operations. What I've done so far:
When I build with tests, the failure occurs.
I've debugged it to the extent that I've determined org.locationtech.geowave.format.sentinel2.Tests#jp2ecwPluginIsWorking() is returing false because
the JP2_TEST_FILE ("sentinel2_band_example.jp2") does not exist as part of the project on my local machine.
Build environment is Ubuntu 16 / OpenJDK 8.
I'm literally brand new to this project so any help/guidance is greatly appreciated.
sentinel2
module is something @ahuarte47 contributed so he may be able to further help for anything specific to theia if you are truly interested in that module. If instead you are just looking to get tests to pass I noticed that for some JVM's that have the default timezone far from GMT, some sentinel2 tests fail fails. I had asked someone to test it on their JVM and submit a PR, but I guess that got forgotten. The fix should be to set the timezone to GMT explicitly within a method annotated with @BeforeClass in VectorIngestRunnerTest. You can explicitly set timezone with something like: TimeZone.setDefault(TimeZone.getTimeZone("GMT"))
auth_theia.txt
untouched with the default credentials
Hi ,
We are processing spatial data in hive and we are converting result into the shape files using python script.
When we are trying to ingest those shape files in Hbase getting error and please go through below one.
Store Name: test_shape
Index: test_shape_spatial
Data:
test_shape.dbf
test_shape.shp
test_shape.shx
ERROR: Unable to ingest data source for feature name 'test_shape'
IOException: Unsupported shape type:Null
Please advise for the same.
Thanks rfecher,
We did some mistakes in python script, Now we are modifying that script now it's working fine .
please find the reference URL future purpose.
https://gis.stackexchange.com/questions/248461/shapely-multiline-string-to-shapefile-as-single-line