SimonGIS posted: " Thanks to Land Tasmania, we have started to bring some of their authoratative datasets (theList) into the Esri Basemaps. This first iteration included: National ParksState ReservesForestsIoenspacesLocal ParksSports Fields Tennis Courts/Hard"
Thanks to Land Tasmania, we have started to bring some of their authoratative datasets (theList) into the Esri Basemaps.
This first iteration included:
National Parks
State Reserves
Forests
Ioenspaces
Local Parks
Sports Fields
Tennis Courts/Hardcourts
Golf Courses
Building Footprints
Refresh of the Parcels
A second iteration will focus in on additional layers such as the coastline, estuaries, hydrographic features and more. This will come at a later time.
Take a look at the Esri Basemap and do some zooming around Tasmania to see the new content.
ricksonmenezes posted: " I could right click > git bash > and start bashing I mean start logging into my ec2 instances by simply mentioning the key and the url I need to connect to Now I need to know which ec2 instance i need to log into. Is it the developme"
Respond to this post by replying above this line
New post on Trying to post some tech ideas that enthused me.
I could right click > git bash > and start bashing
I mean start logging into my ec2 instances by simply mentioning the key and the url I need to connect to
Now I need to know which ec2 instance i need to log into. Is it the development server, the pre production test server? It's also handy to have a file where you maintain all the url to copy-paste on the the bash prompt
If you observe, our devops guy just made a dumb bastion wrapper over our development server called beta-india. This means I need to first enter the bastion ec2 instance and then login to the actual dev ec2 from inside the bastion. This was his poc to safeguard a server from ssh access directly. Now, only those IPs registered with the bastard, I mean bastion can access the dev server (though dev server doesn't require such safeguards in principle, well, depends on the industry)
The tail command below is a quick way to reach the logs on that ec2 instance.
So we have a keys folder, you need git bash installed, you have a notepad file maintaining all your ssh commands. what else? We also have a scripts folder.
what the scripts folder does is you can use the .sh bash file that iterates through all .sql files in the script folder and runs each sql script. This is our way of take a git pull, finding new sql scripts in the scripts folder, doing a git bash ./runscripts.sh and running all the new structure changes
The sh file asks for the password, database name and it starts running the sql script.
Engr Fahad posted: "IoT Lithium Battery monitoring system, Overview: IoT Lithium Battery Monitoring System using Nodemcu ESP8266 and Arduino IoT Cloud- In this tutorial we are going to make an IoT battery monitoring system for the Lithium ion battery using Arduino IoT Cloud"
IoT Lithium Battery monitoring system, Overview: IoT Lithium Battery Monitoring System using Nodemcu ESP8266 and Arduino IoT Cloud- In this tutorial we are going to make an IoT battery monitoring system for the Lithium ion battery using Arduino IoT Cloud and Nodemcu ESP8266 WiFi module. We will display the battery voltage and battery percentage on […]