Converting data from (google) Places API (json) to shapefile (or esriJson)Shapefile to ArcGIS JavaScript JSON...

Peter's Strange Word

Does splitting a potentially monolithic application into several smaller ones help prevent bugs?

Is there a window switcher for GNOME that shows the actual window?

How do I deal with a powergamer in a game full of beginners in a school club?

Should QA ask requirements to developers?

What to do when during a meeting client people start to fight (even physically) with each others?

Are the terms "stab" and "staccato" synonyms?

Low budget alien movie about the Earth being cooked

Virginia employer terminated employee and wants signing bonus returned

Making a sword in the stone, in a medieval world without magic

Examples of a statistic that is not independent of sample's distribution?

What is the likely impact of grounding an entire aircraft series?

What Happens when Passenger Refuses to Fly Boeing 737 Max?

Why would one plane in this picture not have gear down yet?

What are some noteworthy "mic-drop" moments in math?

How do I locate a classical quotation?

Things to avoid when using voltage regulators?

infinitive telling the purpose

Why would a jet engine that runs at temps excess of 2000°C burn when it crashes?

PTIJ: How can I halachically kill a vampire?

Is it possible to have an Abelian group under two different binary operations but the binary operations are not distributive?

Can someone explain what is being said here in color publishing in the American Mathematical Monthly?

Placing subfig vertically

Is Gradient Descent central to every optimizer?



Converting data from (google) Places API (json) to shapefile (or esriJson)


Shapefile to ArcGIS JavaScript JSON format?json to shapefile in javascriptConverting JSON/GeoJSON files to ShapefilesMulti-Lingual Places APIKeeping Properties When Converting JSON to SHPDownloading Google maps data points?Are there alternatives to the Google Places API, for lat/long retrieval?Converting json to geojsonHow to convert JSON from web service into shapefileGetting data from JSON data API?













0















Just to make it clear from the beggining: I don't program. At all. I'm a geographer and I'm trying to use data from the (google) Places API in ArcGIS. Just placing the request correctly to the API was an adventure. I got through it, and the result is great: I get the location (lat, lng) of what I'm looking for (restaurants in a specific radius in this case), and numerous attributes (name of the place, price level, etc.).
Then I browsed through... a lot of sites, and even tested some software (FME Data Inspector) but couldn't find any tool to convert this code to a feature. ArcGIS converts json to feature, but it has to be in a specific format (esriJson).
Has no one come up with a conversion tool for this? It seems to me it'd be very useful for everyone using GIS.



And just to make my problem more "readable": what I get is something like this (I'm using the json viewer awesome extension, which makes it all look more "appealing": it begs for a tool to just "grab" the info and dump it on shapefile). Any ideas, suggestions, comments will be greatly appreciated.
Thank you!
PS: Just having a shapefile of points with "name" would be amazing...



{
"html_attributions": [],
"next_page_token": "CrQCIQEAAMRlelYjfHf5Mr4fF00YUeG33ez36GfUhMYN3Hn2fT02uoLSUiDMYzphr3VqZAfUKovD62O9MJ9LFn5WYettH2OgNm8rOTgfVSlhOiBv2WKgmEq9tL2uu9smmufOKz9LlqBmDHW15Xy_fQZLbQD_khcP6UNjfwQaTvgI3WsdgLPKjGUI5NyHTePXMonvh1k9tWaLxVCfRqW9VMUP4Dr4RXvGx8cZZlef22bJHJdZ985mYSFUvWhEIIvmD9Jwk56b3wDBqf10aN2TaxDdw_br0CtPB81Kja4ZVAVKtf1azPUiVbcgwwVCw-Qtsm9WV0nhHoD5A1tn2me2YmMyqVjnmPw1y5bLx2UUHhCQwqOp9ayeqxd13n4S_hN_n345ljQqiDrK01hWjl57Ns1RAxetlnASENwRU8Lb2gGDV5M501iumlgaFJAB7hQxCFfWjVPLZNI4R71u4mER",
"results": [
{
"geometry": {
"location": {
"lat": 38.7363269,
"lng": -9.1340904
},
"viewport": {
"northeast": {
"lat": 38.73767308029151,
"lng": -9.132692069708497
},
"southwest": {
"lat": 38.73497511970851,
"lng": -9.135390030291502
}
}
},
"icon": "https://maps.gstatic.com/mapfiles/place_api/icons/restaurant-71.png",
"id": "d96877e74dcccd64cdd435b83fa9fb16f222250d",
"name": "Café Império",
"opening_hours": {1 item},
"photos": [1 item],
"place_id": "ChIJUxBBMb0zGQ0R6_pbtzhi0Vw",
"plus_code": {2 items},
"price_level": 2,
"rating": 4.2,
"reference": "ChIJUxBBMb0zGQ0R6_pbtzhi0Vw",
"scope": "GOOGLE",
"types": [4 items],
"user_ratings_total": 1609,
"vicinity": "Avenida Almirante Reis 205 A, Lisboa"
},
"status": "OK"
}








share







New contributor




RuiColaco is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.

























    0















    Just to make it clear from the beggining: I don't program. At all. I'm a geographer and I'm trying to use data from the (google) Places API in ArcGIS. Just placing the request correctly to the API was an adventure. I got through it, and the result is great: I get the location (lat, lng) of what I'm looking for (restaurants in a specific radius in this case), and numerous attributes (name of the place, price level, etc.).
    Then I browsed through... a lot of sites, and even tested some software (FME Data Inspector) but couldn't find any tool to convert this code to a feature. ArcGIS converts json to feature, but it has to be in a specific format (esriJson).
    Has no one come up with a conversion tool for this? It seems to me it'd be very useful for everyone using GIS.



    And just to make my problem more "readable": what I get is something like this (I'm using the json viewer awesome extension, which makes it all look more "appealing": it begs for a tool to just "grab" the info and dump it on shapefile). Any ideas, suggestions, comments will be greatly appreciated.
    Thank you!
    PS: Just having a shapefile of points with "name" would be amazing...



    {
    "html_attributions": [],
    "next_page_token": "CrQCIQEAAMRlelYjfHf5Mr4fF00YUeG33ez36GfUhMYN3Hn2fT02uoLSUiDMYzphr3VqZAfUKovD62O9MJ9LFn5WYettH2OgNm8rOTgfVSlhOiBv2WKgmEq9tL2uu9smmufOKz9LlqBmDHW15Xy_fQZLbQD_khcP6UNjfwQaTvgI3WsdgLPKjGUI5NyHTePXMonvh1k9tWaLxVCfRqW9VMUP4Dr4RXvGx8cZZlef22bJHJdZ985mYSFUvWhEIIvmD9Jwk56b3wDBqf10aN2TaxDdw_br0CtPB81Kja4ZVAVKtf1azPUiVbcgwwVCw-Qtsm9WV0nhHoD5A1tn2me2YmMyqVjnmPw1y5bLx2UUHhCQwqOp9ayeqxd13n4S_hN_n345ljQqiDrK01hWjl57Ns1RAxetlnASENwRU8Lb2gGDV5M501iumlgaFJAB7hQxCFfWjVPLZNI4R71u4mER",
    "results": [
    {
    "geometry": {
    "location": {
    "lat": 38.7363269,
    "lng": -9.1340904
    },
    "viewport": {
    "northeast": {
    "lat": 38.73767308029151,
    "lng": -9.132692069708497
    },
    "southwest": {
    "lat": 38.73497511970851,
    "lng": -9.135390030291502
    }
    }
    },
    "icon": "https://maps.gstatic.com/mapfiles/place_api/icons/restaurant-71.png",
    "id": "d96877e74dcccd64cdd435b83fa9fb16f222250d",
    "name": "Café Império",
    "opening_hours": {1 item},
    "photos": [1 item],
    "place_id": "ChIJUxBBMb0zGQ0R6_pbtzhi0Vw",
    "plus_code": {2 items},
    "price_level": 2,
    "rating": 4.2,
    "reference": "ChIJUxBBMb0zGQ0R6_pbtzhi0Vw",
    "scope": "GOOGLE",
    "types": [4 items],
    "user_ratings_total": 1609,
    "vicinity": "Avenida Almirante Reis 205 A, Lisboa"
    },
    "status": "OK"
    }








    share







    New contributor




    RuiColaco is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
    Check out our Code of Conduct.























      0












      0








      0








      Just to make it clear from the beggining: I don't program. At all. I'm a geographer and I'm trying to use data from the (google) Places API in ArcGIS. Just placing the request correctly to the API was an adventure. I got through it, and the result is great: I get the location (lat, lng) of what I'm looking for (restaurants in a specific radius in this case), and numerous attributes (name of the place, price level, etc.).
      Then I browsed through... a lot of sites, and even tested some software (FME Data Inspector) but couldn't find any tool to convert this code to a feature. ArcGIS converts json to feature, but it has to be in a specific format (esriJson).
      Has no one come up with a conversion tool for this? It seems to me it'd be very useful for everyone using GIS.



      And just to make my problem more "readable": what I get is something like this (I'm using the json viewer awesome extension, which makes it all look more "appealing": it begs for a tool to just "grab" the info and dump it on shapefile). Any ideas, suggestions, comments will be greatly appreciated.
      Thank you!
      PS: Just having a shapefile of points with "name" would be amazing...



      {
      "html_attributions": [],
      "next_page_token": "CrQCIQEAAMRlelYjfHf5Mr4fF00YUeG33ez36GfUhMYN3Hn2fT02uoLSUiDMYzphr3VqZAfUKovD62O9MJ9LFn5WYettH2OgNm8rOTgfVSlhOiBv2WKgmEq9tL2uu9smmufOKz9LlqBmDHW15Xy_fQZLbQD_khcP6UNjfwQaTvgI3WsdgLPKjGUI5NyHTePXMonvh1k9tWaLxVCfRqW9VMUP4Dr4RXvGx8cZZlef22bJHJdZ985mYSFUvWhEIIvmD9Jwk56b3wDBqf10aN2TaxDdw_br0CtPB81Kja4ZVAVKtf1azPUiVbcgwwVCw-Qtsm9WV0nhHoD5A1tn2me2YmMyqVjnmPw1y5bLx2UUHhCQwqOp9ayeqxd13n4S_hN_n345ljQqiDrK01hWjl57Ns1RAxetlnASENwRU8Lb2gGDV5M501iumlgaFJAB7hQxCFfWjVPLZNI4R71u4mER",
      "results": [
      {
      "geometry": {
      "location": {
      "lat": 38.7363269,
      "lng": -9.1340904
      },
      "viewport": {
      "northeast": {
      "lat": 38.73767308029151,
      "lng": -9.132692069708497
      },
      "southwest": {
      "lat": 38.73497511970851,
      "lng": -9.135390030291502
      }
      }
      },
      "icon": "https://maps.gstatic.com/mapfiles/place_api/icons/restaurant-71.png",
      "id": "d96877e74dcccd64cdd435b83fa9fb16f222250d",
      "name": "Café Império",
      "opening_hours": {1 item},
      "photos": [1 item],
      "place_id": "ChIJUxBBMb0zGQ0R6_pbtzhi0Vw",
      "plus_code": {2 items},
      "price_level": 2,
      "rating": 4.2,
      "reference": "ChIJUxBBMb0zGQ0R6_pbtzhi0Vw",
      "scope": "GOOGLE",
      "types": [4 items],
      "user_ratings_total": 1609,
      "vicinity": "Avenida Almirante Reis 205 A, Lisboa"
      },
      "status": "OK"
      }








      share







      New contributor




      RuiColaco is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
      Check out our Code of Conduct.












      Just to make it clear from the beggining: I don't program. At all. I'm a geographer and I'm trying to use data from the (google) Places API in ArcGIS. Just placing the request correctly to the API was an adventure. I got through it, and the result is great: I get the location (lat, lng) of what I'm looking for (restaurants in a specific radius in this case), and numerous attributes (name of the place, price level, etc.).
      Then I browsed through... a lot of sites, and even tested some software (FME Data Inspector) but couldn't find any tool to convert this code to a feature. ArcGIS converts json to feature, but it has to be in a specific format (esriJson).
      Has no one come up with a conversion tool for this? It seems to me it'd be very useful for everyone using GIS.



      And just to make my problem more "readable": what I get is something like this (I'm using the json viewer awesome extension, which makes it all look more "appealing": it begs for a tool to just "grab" the info and dump it on shapefile). Any ideas, suggestions, comments will be greatly appreciated.
      Thank you!
      PS: Just having a shapefile of points with "name" would be amazing...



      {
      "html_attributions": [],
      "next_page_token": "CrQCIQEAAMRlelYjfHf5Mr4fF00YUeG33ez36GfUhMYN3Hn2fT02uoLSUiDMYzphr3VqZAfUKovD62O9MJ9LFn5WYettH2OgNm8rOTgfVSlhOiBv2WKgmEq9tL2uu9smmufOKz9LlqBmDHW15Xy_fQZLbQD_khcP6UNjfwQaTvgI3WsdgLPKjGUI5NyHTePXMonvh1k9tWaLxVCfRqW9VMUP4Dr4RXvGx8cZZlef22bJHJdZ985mYSFUvWhEIIvmD9Jwk56b3wDBqf10aN2TaxDdw_br0CtPB81Kja4ZVAVKtf1azPUiVbcgwwVCw-Qtsm9WV0nhHoD5A1tn2me2YmMyqVjnmPw1y5bLx2UUHhCQwqOp9ayeqxd13n4S_hN_n345ljQqiDrK01hWjl57Ns1RAxetlnASENwRU8Lb2gGDV5M501iumlgaFJAB7hQxCFfWjVPLZNI4R71u4mER",
      "results": [
      {
      "geometry": {
      "location": {
      "lat": 38.7363269,
      "lng": -9.1340904
      },
      "viewport": {
      "northeast": {
      "lat": 38.73767308029151,
      "lng": -9.132692069708497
      },
      "southwest": {
      "lat": 38.73497511970851,
      "lng": -9.135390030291502
      }
      }
      },
      "icon": "https://maps.gstatic.com/mapfiles/place_api/icons/restaurant-71.png",
      "id": "d96877e74dcccd64cdd435b83fa9fb16f222250d",
      "name": "Café Império",
      "opening_hours": {1 item},
      "photos": [1 item],
      "place_id": "ChIJUxBBMb0zGQ0R6_pbtzhi0Vw",
      "plus_code": {2 items},
      "price_level": 2,
      "rating": 4.2,
      "reference": "ChIJUxBBMb0zGQ0R6_pbtzhi0Vw",
      "scope": "GOOGLE",
      "types": [4 items],
      "user_ratings_total": 1609,
      "vicinity": "Avenida Almirante Reis 205 A, Lisboa"
      },
      "status": "OK"
      }






      shapefile json google-places-api





      share







      New contributor




      RuiColaco is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
      Check out our Code of Conduct.










      share







      New contributor




      RuiColaco is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
      Check out our Code of Conduct.








      share



      share






      New contributor




      RuiColaco is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
      Check out our Code of Conduct.









      asked 5 mins ago









      RuiColacoRuiColaco

      11




      11




      New contributor




      RuiColaco is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
      Check out our Code of Conduct.





      New contributor





      RuiColaco is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
      Check out our Code of Conduct.






      RuiColaco is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
      Check out our Code of Conduct.






















          0






          active

          oldest

          votes











          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
          });


          }
          });






          RuiColaco is a new contributor. Be nice, and check out our Code of Conduct.










          draft saved

          draft discarded


















          StackExchange.ready(
          function () {
          StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fgis.stackexchange.com%2fquestions%2f315295%2fconverting-data-from-google-places-api-json-to-shapefile-or-esrijson%23new-answer', 'question_page');
          }
          );

          Post as a guest















          Required, but never shown

























          0






          active

          oldest

          votes








          0






          active

          oldest

          votes









          active

          oldest

          votes






          active

          oldest

          votes








          RuiColaco is a new contributor. Be nice, and check out our Code of Conduct.










          draft saved

          draft discarded


















          RuiColaco is a new contributor. Be nice, and check out our Code of Conduct.













          RuiColaco is a new contributor. Be nice, and check out our Code of Conduct.












          RuiColaco is a new contributor. Be nice, and check out our Code of Conduct.
















          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%2f315295%2fconverting-data-from-google-places-api-json-to-shapefile-or-esrijson%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

          (145452) 2005 RN43 Классификация | Примечания | Ссылки |...

          Щит и меч (фильм) Содержание Названия серий | Сюжет |...

          Энтрерриос (город) Содержание История | Географическое...