How to Add the EPSG 6204 Coordinate System to AutoCAD Civil 3D for Macedonia

Introduction

Working with precise geographical data in AutoCAD Civil 3D is crucial for civil engineering projects, especially when standard coordinate systems like EPSG 6204 for Macedonia are not readily available in the software. To help professionals overcome this challenge, I’ve created a custom coordinate system file based on parameters from epsg.io and input from local surveyors in Macedonia. This blog post will guide you through importing this coordinate system into Civil 3D.

Why EPSG 6204 for Macedonia?

EPSG 6204 is vital for projects requiring local geodetic settings in Macedonia, but surprisingly, it’s not included in the default settings of AutoCAD Civil 3D. By using this coordinate system, engineers and surveyors can ensure higher accuracy and consistency for their projects.

Step-by-Step Guide to Importing EPSG 6204 into AutoCAD Civil 3D

Continue reading “How to Add the EPSG 6204 Coordinate System to AutoCAD Civil 3D for Macedonia”

Exporting QGIS Data to DXF and KML Formats Using Python Script

In this blog post, we’ll explore how to use a Python script in QGIS to export geospatial data to DXF and KML file formats. This is a handy technique for those who work with geographic information systems (GIS) and need to share their data in different formats. We’ll walk through the script that filters and exports data based on subprojects, creating subproject-specific folders and supporting two different coordinate systems (EPSG:6204 and EPSG:6316).

I have a QGIS project with a pipe layer, and this pipe layer contains a field called “Subproject.” I want to filter the data by each subproject (ranging from 1 to 20) and save the filtered data in both DXF and KML formats. Additionally, you need to create separate folders for each subproject, and the DXF files should use two different coordinate systems.

Continue reading “Exporting QGIS Data to DXF and KML Formats Using Python Script”

Simplifying Data Integration in QGIS: Joining Attribute Data from Two Point Layers

When working with QGIS, efficient data integration is key. The ‘Join attributes by nearest’ tool simplifies this process, enabling you to merge attribute data from two point layers seamlessly. This powerful feature, nestled under ‘Processing Tool > Vector General,’ empowers you to customize the maximum distance, giving you control over the spatial accuracy of your analysis. Whether you’re dealing with geospatial research, urban planning, or environmental studies, mastering this tool in QGIS can greatly enhance your data integration capabilities.

Speckle makes it easier for construction software to send and receive data.

Have you ever needed to move building drawings and data between different programs without a hitch? Speckle is a new and innovative way to connect different software used in the construction business.
Why Should I Use Speckle?
No longer do we have to worry about how to transfer info or if two devices will work together. With the Speckle desktop connectors, you can easily sync and move data between famous construction tools like Rhino, Revit, AutoCAD, Blender, and many more. Speckle has everything you need to work with CAD, BIM, or any geometry with information.

The fact that Speckle can change the data from its original software format to its neutral format is impressive. This makes sure that access on different systems is quick and easy.
Speckle Manager is an all-in-one tool.

Continue reading “Speckle makes it easier for construction software to send and receive data.”

Step-by-Step Guide: Logging Weather Data into Google Sheets

Weather data is a very useful tool for a wide range of things, from planning a trip to doing study in school. Even though there are a lot of platforms and tools that can give you real-time weather reports, there is something appealing about keeping your own structured dataset. This guide shows you how to easily log weather data into a Google Sheet instantly. Using the power of Google Apps Script and the full OpenWeather API, we’ll make a dynamic system that gets and logs weather information for your region. Whether you’re interested in data, doing study, or just want to know more, let’s start this journey to build your own weather dashboard.

Step-by-Step Guide: Logging Weather Data into Google Sheets

Continue reading “Step-by-Step Guide: Logging Weather Data into Google Sheets”

Exploring QGIS Plugins

1) MMQGIS: Take a look at MMQGIS, which is a large collection of Python tools for QGIS. It lets users interact with vector map layers in a dynamic way. It has features like CSV operations, geocoding, geometry changes, buffering, and even simple animation. What makes MMQGIS stand out is that it shows progress in a clear way, has an easy-to-use interface, gives straight access to shapefiles and CSV files, and has some features that you won’t find in other plugins.

2) HCMGIS: HCMGIS is a full suite that can be used for many GIS jobs. Users can do the following:

Use world basemaps from Google, Carto, ESRI, and the like.
Use the Batch Converter to convert CSV files to different GIS types in a smooth way.
You can get open data from many places, like Stanford University and OSM Geofabrik.
Integrate easily with Vn-2000 projections that are specific to the areas of Vietnam.
Do advanced spatial processing, like making centerlines for road networks or finding the biggest empty circle in a set of points.
You can change features, combine data fields, and even change fonts to Vietnamese.
3) QuickMapServices:
QuickMapServices makes the world of geoservices easier to understand by giving users an easy way to add basemaps. With its simple list of services and easy-to-use search function, it has never been easier to find datasets and basemaps and work with them.

Excel File Comparison

When working with Excel, you might often find yourself needing to compare the contents of multiple files. Especially with large data sets, manually pinpointing differences between two files can be challenging. That’s where the “SpreadshCompare” add-in steps in. This tool automatically detects and highlights differences between Excel files, streamlining your workflow. Dive into the details and a guide on how to use it here:

https://sourceforge.net/projects/spreadshcompare/

Automated Dimensioning of Polylines in AutoCAD with LISP

Polylines are an important part of CAD drawings because they show how lines or arcs are linked together. But there may be times when you need to change or scale these polylines after you’ve drawn them. Since LISP routines came along, it has become much easier to automate this job. In this piece, we’ll look at a LISP routine I made just for this purpose, which aligns and scales polylines automatically, saving you time and ensuring accuracy.

Continue reading “Automated Dimensioning of Polylines in AutoCAD with LISP”

Problem ve Python

Dört basamaklı, rakamları birbirinden ve sıfırdan farklı olan abcd sayısından,
bu sayının tersi olan dcba sayısı çıkarılıyor.

Eğer elde edilen sonuç bu sayının rakamlarının küplerinin toplamına eşit ise bu sayı kaçtır?

Bu sorunun cevabı ile uğraştım ama çözemedim ve sonunda python ile çözmeye karar verdim. Kodlar biraz karışık oldu idare edin hızlıca yazdım 🙂

Continue reading “Problem ve Python”