Not able to activate API Key for Planet Labs with Python Planned maintenance scheduled April 23, 2019 at 23:30 UTC (7:30pm US/Eastern) Announcing the arrival of Valued Associate #679: Cesar Manara Unicorn Meta Zoo #1: Why another podcast?Why am I unable to activate certain Planet Labs images through the Python API?planet quick-search api not recognizing authentication?SSL handshake error when downloading imagesunknown issue with search geometry in Planet APIHow to download satellite image from planet.com using API keyPlanet API Access KeyReceiving 429 error from planet apiNot able to “install jq” and export API key for Planet with Anaconda3(Anaconda Prompt)Issue with Planet Labs API - scenes filtered by area of interest do not intersect AOI

Why is it faster to reheat something than it is to cook it?

How did Fremen produce and carry enough thumpers to use Sandworms as de facto Ubers?

What does it mean that physics no longer uses mechanical models to describe phenomena?

Misunderstanding of Sylow theory

Is there public access to the Meteor Crater in Arizona?

Amount of permutations on an NxNxN Rubik's Cube

How were pictures turned from film to a big picture in a picture frame before digital scanning?

How do I find out the mythology and history of my Fortress?

The Nth Gryphon Number

Drawing spherical mirrors

What are the discoveries that have been possible with the rejection of positivism?

Is there any word for a place full of confusion?

How does Belgium enforce obligatory attendance in elections?

preposition before coffee

A term for a woman complaining about things/begging in a cute/childish way

What is the meaning of 'breadth' in breadth first search?

Girl Hackers - Logic Puzzle

What does this say in Elvish?

Has negative voting ever been officially implemented in elections, or seriously proposed, or even studied?

How can I prevent/balance waiting and turtling as a response to cooldown mechanics

The test team as an enemy of development? And how can this be avoided?

What does Turing mean by this statement?

Significance of Cersei's obsession with elephants?

Karn the great creator - 'card from outside the game' in sealed



Not able to activate API Key for Planet Labs with Python



Planned maintenance scheduled April 23, 2019 at 23:30 UTC (7:30pm US/Eastern)
Announcing the arrival of Valued Associate #679: Cesar Manara
Unicorn Meta Zoo #1: Why another podcast?Why am I unable to activate certain Planet Labs images through the Python API?planet quick-search api not recognizing authentication?SSL handshake error when downloading imagesunknown issue with search geometry in Planet APIHow to download satellite image from planet.com using API keyPlanet API Access KeyReceiving 429 error from planet apiNot able to “install jq” and export API key for Planet with Anaconda3(Anaconda Prompt)Issue with Planet Labs API - scenes filtered by area of interest do not intersect AOI



.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty margin-bottom:0;








4















Here's the tutorial:
https://www.planet.com/docs/api-quickstart-examples/cli/



Install the Planet CLI with:



pip install planet


If you have not already, get your API key at planet.com/account, and add it to your environment:



export PL_API_KEY=a3a64774d30c4749826b6be445489d3b # (not a real key)


This 'export' does not work (is not showing to be a variable).
I manually entered my PlanetLabs API Key in my os environment (https://planetlabs.github.io/planet-client-python/api/examples.html#importing-the-api), but no happy end.










share|improve this question
























  • To confirm, after you use export, if you type printenv in the same window this PL_API_KEY variable does not appear in the list of environment variables? Also a reminder if you want to make it permanent you'll need to add to bash profile.

    – smiller
    May 3 '18 at 16:52


















4















Here's the tutorial:
https://www.planet.com/docs/api-quickstart-examples/cli/



Install the Planet CLI with:



pip install planet


If you have not already, get your API key at planet.com/account, and add it to your environment:



export PL_API_KEY=a3a64774d30c4749826b6be445489d3b # (not a real key)


This 'export' does not work (is not showing to be a variable).
I manually entered my PlanetLabs API Key in my os environment (https://planetlabs.github.io/planet-client-python/api/examples.html#importing-the-api), but no happy end.










share|improve this question
























  • To confirm, after you use export, if you type printenv in the same window this PL_API_KEY variable does not appear in the list of environment variables? Also a reminder if you want to make it permanent you'll need to add to bash profile.

    – smiller
    May 3 '18 at 16:52














4












4








4








Here's the tutorial:
https://www.planet.com/docs/api-quickstart-examples/cli/



Install the Planet CLI with:



pip install planet


If you have not already, get your API key at planet.com/account, and add it to your environment:



export PL_API_KEY=a3a64774d30c4749826b6be445489d3b # (not a real key)


This 'export' does not work (is not showing to be a variable).
I manually entered my PlanetLabs API Key in my os environment (https://planetlabs.github.io/planet-client-python/api/examples.html#importing-the-api), but no happy end.










share|improve this question
















Here's the tutorial:
https://www.planet.com/docs/api-quickstart-examples/cli/



Install the Planet CLI with:



pip install planet


If you have not already, get your API key at planet.com/account, and add it to your environment:



export PL_API_KEY=a3a64774d30c4749826b6be445489d3b # (not a real key)


This 'export' does not work (is not showing to be a variable).
I manually entered my PlanetLabs API Key in my os environment (https://planetlabs.github.io/planet-client-python/api/examples.html#importing-the-api), but no happy end.







planet






share|improve this question















share|improve this question













share|improve this question




share|improve this question








edited May 3 '18 at 14:50









aldo_tapia

7,95951843




7,95951843










asked May 3 '18 at 14:26









DorisHeDorisHe

211




211












  • To confirm, after you use export, if you type printenv in the same window this PL_API_KEY variable does not appear in the list of environment variables? Also a reminder if you want to make it permanent you'll need to add to bash profile.

    – smiller
    May 3 '18 at 16:52


















  • To confirm, after you use export, if you type printenv in the same window this PL_API_KEY variable does not appear in the list of environment variables? Also a reminder if you want to make it permanent you'll need to add to bash profile.

    – smiller
    May 3 '18 at 16:52

















To confirm, after you use export, if you type printenv in the same window this PL_API_KEY variable does not appear in the list of environment variables? Also a reminder if you want to make it permanent you'll need to add to bash profile.

– smiller
May 3 '18 at 16:52






To confirm, after you use export, if you type printenv in the same window this PL_API_KEY variable does not appear in the list of environment variables? Also a reminder if you want to make it permanent you'll need to add to bash profile.

– smiller
May 3 '18 at 16:52











1 Answer
1






active

oldest

votes


















0














How you set an environment variable is dependent on what shell you are using. The instructions in the documentation may not be valid for you, since they assume you are using bash.



As an alternative, you can run planet init to store your credentials in a configuration file.






share|improve this answer

























    Your Answer








    StackExchange.ready(function()
    var channelOptions =
    tags: "".split(" "),
    id: "79"
    ;
    initTagRenderer("".split(" "), "".split(" "), channelOptions);

    StackExchange.using("externalEditor", function()
    // Have to fire editor after snippets, if snippets enabled
    if (StackExchange.settings.snippets.snippetsEnabled)
    StackExchange.using("snippets", function()
    createEditor();
    );

    else
    createEditor();

    );

    function createEditor()
    StackExchange.prepareEditor(
    heartbeatType: 'answer',
    autoActivateHeartbeat: false,
    convertImagesToLinks: false,
    noModals: true,
    showLowRepImageUploadWarning: true,
    reputationToPostImages: null,
    bindNavPrevention: true,
    postfix: "",
    imageUploader:
    brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
    contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
    allowUrls: true
    ,
    onDemand: true,
    discardSelector: ".discard-answer"
    ,immediatelyShowMarkdownHelp:true
    );



    );













    draft saved

    draft discarded


















    StackExchange.ready(
    function ()
    StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fgis.stackexchange.com%2fquestions%2f281740%2fnot-able-to-activate-api-key-for-planet-labs-with-python%23new-answer', 'question_page');

    );

    Post as a guest















    Required, but never shown

























    1 Answer
    1






    active

    oldest

    votes








    1 Answer
    1






    active

    oldest

    votes









    active

    oldest

    votes






    active

    oldest

    votes









    0














    How you set an environment variable is dependent on what shell you are using. The instructions in the documentation may not be valid for you, since they assume you are using bash.



    As an alternative, you can run planet init to store your credentials in a configuration file.






    share|improve this answer





























      0














      How you set an environment variable is dependent on what shell you are using. The instructions in the documentation may not be valid for you, since they assume you are using bash.



      As an alternative, you can run planet init to store your credentials in a configuration file.






      share|improve this answer



























        0












        0








        0







        How you set an environment variable is dependent on what shell you are using. The instructions in the documentation may not be valid for you, since they assume you are using bash.



        As an alternative, you can run planet init to store your credentials in a configuration file.






        share|improve this answer















        How you set an environment variable is dependent on what shell you are using. The instructions in the documentation may not be valid for you, since they assume you are using bash.



        As an alternative, you can run planet init to store your credentials in a configuration file.







        share|improve this answer














        share|improve this answer



        share|improve this answer








        edited May 4 '18 at 14:33

























        answered May 4 '18 at 12:43









        bosthbosth

        1,322512




        1,322512



























            draft saved

            draft discarded
















































            Thanks for contributing an answer to Geographic Information Systems Stack Exchange!


            • Please be sure to answer the question. Provide details and share your research!

            But avoid


            • Asking for help, clarification, or responding to other answers.

            • Making statements based on opinion; back them up with references or personal experience.

            To learn more, see our tips on writing great answers.




            draft saved


            draft discarded














            StackExchange.ready(
            function ()
            StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fgis.stackexchange.com%2fquestions%2f281740%2fnot-able-to-activate-api-key-for-planet-labs-with-python%23new-answer', 'question_page');

            );

            Post as a guest















            Required, but never shown





















































            Required, but never shown














            Required, but never shown












            Required, but never shown







            Required, but never shown

































            Required, but never shown














            Required, but never shown












            Required, but never shown







            Required, but never shown







            Popular posts from this blog

            រឿង រ៉ូមេអូ និង ហ្ស៊ុយលីយេ សង្ខេបរឿង តួអង្គ បញ្ជីណែនាំ

            QGIS export composer to PDF scale the map [closed] Planned maintenance scheduled April 23, 2019 at 23:30 UTC (7:30pm US/Eastern) Announcing the arrival of Valued Associate #679: Cesar Manara Unicorn Meta Zoo #1: Why another podcast?Print Composer QGIS 2.6, how to export image?QGIS 2.8.1 print composer won't export all OpenCycleMap base layer tilesSave Print/Map QGIS composer view as PNG/PDF using Python (without changing anything in visible layout)?Export QGIS Print Composer PDF with searchable text labelsQGIS Print Composer does not change from landscape to portrait orientation?How can I avoid map size and scale changes in print composer?Fuzzy PDF export in QGIS running on macSierra OSExport the legend into its 100% size using Print ComposerScale-dependent rendering in QGIS PDF output

            PDF-ში გადმოწერა სანავიგაციო მენიუproject page