Obsolete
Status Update
Comments
ch...@google.com <ch...@google.com> #2
I need imageio to use the geotiff-jai library for extracting GeoTIFF tags so I can
create a KML server.
create a KML server.
zj...@google.com <zj...@google.com> #3
Also the native implementation of javax.imageio and the associated Sun jai-imageio
stuff eg com.sun.media.imageio.plugins.*.
This will significantly speed up image processing and will reduce used CPU hours/load
(which will be beneficial to Google too)
stuff eg com.sun.media.imageio.plugins.*.
This will significantly speed up image processing and will reduce used CPU hours/load
(which will be beneficial to Google too)
sh...@gmail.com <sh...@gmail.com> #4
How about using a pure Java imaging library? For example, is anybody willing to try
Sanselan and see if it meets their needs?
http://incubator.apache.org/sanselan/site/index.html
Sanselan and see if it meets their needs?
zj...@google.com <zj...@google.com> #5
Thanks for that link sounds interesting.
It's amazing what you can find on Apache these days!
Hmm, it could be very usefull for people after a pure Java replacement for ImageIO.
Pnly problem I have is that it doesn't have a GeoTIFF wrapper, but I'm sure that
won't be too hard.
May I suggest a wiki page be created with a list of alternative class libraries for
the blacklisted java.* classes?
I would still prefer the ImageIO classes be accessible (along with the other
blacklisted standard java.* packages...) as ImageIO allows for a speedy native
implementation of the core algorithims. And is generally more compatible with a lot
of existing software.
Only reason I can see this being blacklisted is because you want to force us to user
your imaging API which is billable (per call).
It's amazing what you can find on Apache these days!
Hmm, it could be very usefull for people after a pure Java replacement for ImageIO.
Pnly problem I have is that it doesn't have a GeoTIFF wrapper, but I'm sure that
won't be too hard.
May I suggest a wiki page be created with a list of alternative class libraries for
the blacklisted java.* classes?
I would still prefer the ImageIO classes be accessible (along with the other
blacklisted standard java.* packages...) as ImageIO allows for a speedy native
implementation of the core algorithims. And is generally more compatible with a lot
of existing software.
Only reason I can see this being blacklisted is because you want to force us to user
your imaging API which is billable (per call).
Description
Using Google Cloud SDK 0.9.71 I try to run an app locally with "gcloud preview app run app.yaml --project=some-id" and get the error: "The --custom_entrypoint flag must be set for custom runtimes" however the actual paramtername is --custom-entrypoint (dash instead of underscore).
The same confusion exists in the documentation you get when running "gcloud help preview app run"
--custom-entrypoint CUSTOM_ENTRYPOINT
Specify an entrypoint for custom runtime modules. This is required when
such modules are present. Include "{port}" in the string (without
quotes) to pass the port number in as an argument. For instance:
--custom_entrypoint="gunicorn -b localhost:{port} mymodule:application"
The parameter described is --custom-entrypoint but the one in the example is --custom_entrypoint
# What is the expected output? What do you see instead?
The parameter should be referred to as --custom-entrypoint everywhere.
# What is the output of 'gcloud info'?
Google Cloud SDK [0.9.71]
Platform: [Mac OS X, x86_64]
Python Version: [2.7.6 (default, Sep 9 2014, 15:04:36) [GCC 4.2.1 Compatible Apple LLVM 6.0 (clang-600.0.39)]]
Site Packages: [Disabled]
Installation Root: [/Users/gabriel/Documents/google-cloud-sdk]
Installed Components:
core: [2015.07.24]
app-engine-python: [1.9.24]
core-nix: [2015.06.02]
app: [2015.07.24]
gcloud: [2015.07.24]
gsutil-nix: [4.12]
gsutil: [4.13]
bq: [2.0.18]
preview: [2015.07.24]
app-engine-java: [1.9.24]
bq-nix: [2.0.18]
System PATH: [/Users/gabriel/Documents/google-cloud-sdk/bin:/usr/local/sbin:./node_modules/.bin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/Users/gabriel/go/bin:/usr/local/go_appengine]
Cloud SDK on PATH: [True]
Installation Properties: [/Users/gabriel/Documents/google-cloud-sdk/properties]
User Config Directory: [/Users/gabriel/.config/gcloud]
User Properties: [/Users/gabriel/.config/gcloud/properties]
Current Workspace: [None]
Workspace Config Directory: [None]
Workspace Properties: [None]
Account: [XXX]
Project: [syb-public-api-production]
Current Properties:
[core]
project: [XXX]
account: [XXX]
disable_usage_reporting: [True]
Logs Directory: [/Users/gabriel/.config/gcloud/logs]
Last Log File: [/Users/gabriel/.config/gcloud/logs/2015.08.05/09.14.12.394414.log]