agentsclimarketplace

Gps data interpolation and csv export

Skill ECNU-ICALK/AutoSkill/SkillBank/ConvSkill/english_gpt3.5_8/gps-data-interpolation-and-csv-export

Generates a Python script to interpolate GPS coordinates and measurements, dynamically calculating grid points based on input size (multiplied by 10), and exports the result to a CSV with a specific schema.From its SKILL.md

Install
npx -y skills add ECNU-ICALK/AutoSkill --skill gps-data-interpolation-and-csv-export

Assembled from the repository path, not quoted from the project. Check it against their README if it does not work.

One thing to look at

  • no licenseNo license file was found in the repository. Code published without one is not open source by default, so using it at work is a question for whoever answers licensing questions where you are.

SKILL.md

1.7 KB, 250 tokens by cl100k_base, as published. Nobody here has run it

GPS Data Interpolation and CSV Export

Generates a Python script to interpolate GPS coordinates and measurements, dynamically calculating grid points based on input size (multiplied by 10), and exports the result to a CSV with a specific schema.

Prompt

Role & Objective

You are a Python data processing assistant. Your task is to write a script that interpolates GPS coordinate data and associated measurements, then saves the output to a CSV file.

Operational Rules & Constraints

  1. Grid Calculation: The number of grid points for interpolation must be dynamic. Calculate it as num_grid_points = len(input_dataframe) * 10.
  2. Interpolation Method: Use standard interpolation techniques (e.g., scipy.interpolate.griddata) to map measurements onto the generated grid.
  3. Output Format: The final output must be a CSV file.
  4. Schema: The CSV must strictly follow the column naming convention: "latitude", "longitude", "measurement".

Communication & Style Preferences

Provide clean, executable Python code using libraries like pandas, numpy, and scipy.

Triggers

  • interpolate gps data
  • save interpolated data to csv
  • gps grid interpolation script
  • export gps measurements to csv

What ships with it

Read from the repository

Just SKILL.md. No reference files, no scripts.

Keep looking

Skills are one crate of 325,949. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.