GIS

48 readers
1 users here now

Join us as we explore the fascinating world of Geographic Information Systems (GIS). Whether you're a beginner or a seasoned GIS professional, this community is the perfect place to connect, share knowledge, and collaborate with like-minded individuals passionate about geospatial data.

πŸ—ΊοΈ Discover: Unearth the latest trends, tools, and techniques in GIS. From mapping and spatial analysis to remote sensing and geodatabase management, there's always something new to learn and discuss.

πŸ’‘ Share: Have a cool GIS project, a useful tip, or an intriguing case study? Share your experiences and insights with the community. We encourage open dialogue and knowledge exchange to inspire and empower each other.

🌐 Connect: Connect with GIS enthusiasts, developers, cartographers, and geographers from around the globe. Collaborate on projects, seek advice, or simply engage in lively discussions about all things GIS-related.

πŸ”Ž Problem-solving: Stuck on a mapping challenge or need help with spatial analysis? This community is here to support you. Ask questions, seek guidance, and find solutions together, fostering a collaborative environment for everyone to benefit from.

🌍 Applications: Explore the diverse applications of GIS in various industries, such as urban planning, environmental management, transportation, agriculture, and more. Gain insights into how geospatial technology is shaping our world.

Join us in this vibrant community, where the power of GIS meets the enthusiasm of its community members. Let's map our way to new frontiers together!

founded 1 year ago
MODERATORS
1
 
 

I'm a ham radio operator and use what's called packet radio frequently. This is a mode that is essentially a computer network over radio. It's useful to know the location of other packet stations so you know where you can "hop" to, by making multiple connections.

So I wrote some Python that automatically connects to different nodes and scrapes the stations they hear. I use an API to get the station locations based on callsign, and these locations are saved in a PostGIS database. I use GeoServer to serve up the layers you see in the webmap.

I'm wondering how I can improve this? Maybe someone has some ideas I can implement? I've tried adding a line layer to show a spiderweb of who can hear who, but it becomes a huge mess and causes the map to lag quite a bit.

This has been my first webmap so I'm sure there's a lot to improve. Please critique away!

https://www.packetradiomap.com