ericwood73
ericwood73
I may have already done this, depending on the acceptance criteria.
Docker image for MrGeo is on hub. You can get it via pull mrgeo/pseudo-dist. It has Cloudera, GDAL, and the maven dependencies preinstalled. Suitable as a build machine or for...
I'll take this one
So the SaveMapOp should always save the input mapop to the file, but should have an option to publish to a server as well? Would it make more sense to...
Understood. Is GeoServer the only example we have right now of an API for publishing images?
I've looked at the GeoServer API and want to understand the workflow a little better. When saving an image there is an option to publish the image. In GeoServer terms...
What format would the data be in to be published? GeoServer supports a variety of Raster formats. From what I can tell, the save operation ultimately stores the image HDFS...
In addition to a boolean argument for whether or not to publish the image, I was thinking of an optional string argument that would indicate the publishing profile to use,...
In the suggested approach above, there would need to be a mrgeo.publisher.{profile name}.class property that points to the publisher class and a mrgeo.publisher.{profile name}.configuratorClass that points to a configurator that...
Is there a use case where you might have the same service with different endpoints and you only want to publish to one? For example you might have a Geoserver...