Nayan DasforGeekyAnts Tech Bloghysterical-ambition-request-53.hashnode.net·May 31, 2021Designing A Geospatial Rest Backend Using GeoDjangoEver wanted to build a system where you can process map data just like Google maps or Apple maps? We are going to do exactly just that in this article 🚀. First, we would look into some basics of geographic system terminology and then dive directly i...Paul Onteri and 1 other are discussing this2 people are discussing thisDiscuss·56 likes·6.2K readsMisc.Python
Shingo ObataforShingo's Blogforestscience.hashnode.net·Mar 7, 2021Import a shapefile into PostGISIn this post, I present the procedure to import a US state boundary shapefile into PostGIS. Works I am going to do are Import a shapefile to the staging table. Import shapefile of the Fortune 500 headquarters location. Count the number of the comp...Discuss·31 likes·99 readsPostgreSQL
Qiusheng WuforGeospatial Data Sciencegiswqs.hashnode.net·Aug 2, 2020Earth Engine Video TutorialsI have developed a series of video tutorials for using geemap and the Earth Engine Python API. These videos are available on my YouTube channel. If you can't access YouTube in your country, you can try 哔哩哔哩。 Tutorials Introducing the geemap Python...Discuss·28 likes·1.1K readsGoogle Earth EngineEarth Engine
PatriciaforNanoblogpati.hashnode.net·Mar 15, 2023Algorithms and Geospatial Data ToolsAbstract: Geographic Information Systems, or GIS, are critical for various applications such as location-based services, environmental monitoring, urban planning, and agriculture. This blog post provides an overview of popular geospatial data librari...Discuss·61 readsD3.js
Marvin KweyuforTheGreenCodesmarvin.hashnode.net·Feb 8, 2023Tambua Shamba - Highlighting soil organic carbon content across Kenyan farmsIntroduction The Covid-19 epidemic revealed the large gaps in our social systems, infrastructure, and outlook on life. We lost jobs, we lost loved ones, and we had to prioritize basic needs over impulse purchases; understanding that that extra brocco...Discuss·39 readsThe Entrepreneur's Path agriculture
vishnu chilamakuruforVishnu's Blogvishnu.hashnode.net·Feb 2, 2023Using Geospatial Queries in MySQLIntroduction Geospatial data, or data that represents a location on the Earth's surface, is becoming increasingly prevalent in today's data-driven world. To effectively work with geospatial data, databases need to have the ability to perform geospati...Discuss·297 readsDatabasesProgramming Blogs
Ismail SunniforOpen Geo Stuff Blogismailsunni.hashnode.net·Jan 27, 2023Speaking at Python ID Jogja Meet UpOn 21 January 2023, I attended at Python ID Jogja Meet Up or we usually call it, Kopdar Python ID Jogja. This is the first offline meet-up since the pandemic hit us. In this meet-up, I share my experience with Python Usage in Open Source Geospatial. ...DiscussPython
Alexander OestreicherforPractical GIS Developmentawoestreicher.hashnode.net·Jan 20, 2023Learning by TeachingOr how I learned Spatial SQL in Microsoft SQL Server by teaching it to my team. Studies have shown time and time again that one of the most effective ways to learn a subject quickly is to study it with the intention of teaching others what you have l...Discuss·46 readsSQL Server
KUMAR GAUTAMforkugautam.hashnode.net·Jan 4, 2023Get the location of a device using its IP address [Python]To get the location of a device using its IP address, we can use a geolocation service such as ipapi. Here is an example of how we can use the ipapi service to get the location of a device in Python: import requests # Send a GET request to the ipapi...Discuss·2 likes·44 readsip address
joshua osoroforjoshuaosorojoshuaosoro.hashnode.net·Dec 18, 2022Vector attribute manipulation of sf datalibrary(sf) library(rKenyaCensus) library(dplyr) Vector attribute data is non-spatial data associated with geographic data. We shall play with geographic data courtesy of rKenyaCensus library that represents census data of 2010. kenya_sf <- rKenyaCe...Discuss·75 readsrstats
joshua osoroforjoshuaosorojoshuaosoro.hashnode.net·Dec 17, 2022R static maps,with tmaptmap follows the grammar of graphics that ggplot2 is famous for. This involves the separation of data and how the data is visualized. The fundamental building block is tm_shape which takes as geospatial data argument. Other layers can then be added t...Discuss·39 readsGeospatial
Joash Xuforenzircleenzircle.hashnode.net·Nov 15, 2022Animate Point Along an Arc in MapBoxHave you ever wanted to animate a point along an arc in MapBox? In this blog post, I'll show you how to do just that! I'll also provide code examples to get you started. So, whether you're a developer or a student, read on! This project is inspired b...Discuss·450 readsturf
Plamen MushkovforAPEX App Lab - Blogplamen9.hashnode.net·Oct 31, 2022A glimpse of the APEX 22.2 new features - Vector Map tilesVector Map Tiles The Map region can now use Vector Layers for improved display quality, especially on high pixel density displays. Why is this good news? Because vector tiles are faster to render, smaller in size, contain lots of information, not j...Discuss·1 like·483 readsOracle