Skip to content

Add AGENTS.md for Cursor Cloud dev environment setup#51

Open
endolith wants to merge 1 commit into
mainfrom
cursor/dev-env-setup-1cf8
Open

Add AGENTS.md for Cursor Cloud dev environment setup#51
endolith wants to merge 1 commit into
mainfrom
cursor/dev-env-setup-1cf8

Conversation

@endolith

Copy link
Copy Markdown
Owner

Summary

Adds AGENTS.md with Cursor Cloud specific development environment instructions, including:

  • Conda environment setup details (PDAL requires native C++ libraries via conda-forge)
  • Server startup instructions (SSL cert generation + Flask HTTPS server)
  • Manual testing guidance (curl commands for requesting tiles)
  • Key gotchas (cert regeneration, AWS fetch latency, zoom-level restrictions)

Environment Setup Verified

The full development environment was set up and verified end-to-end:

  1. Miniforge/conda installed with lidar environment containing all dependencies (PDAL, Flask, geopandas, rioxarray, etc.)
  2. SSL certificates generated via generate_cert.py
  3. Flask HTTPS tile server started successfully on port 5000
  4. LiDAR tile request completed successfully -- fetched point cloud data from AWS S3 for the Washington DC area, processed it into a DSM, and returned a 510x512 PNG tile

Demo tile (DC area, zoom 18)

LiDAR DSM tile of Washington DC area

Server logs showing successful pipeline execution

Server log output

To show artifacts inline, enable in settings.

Open in Web Open in Cursor 

@endolith endolith marked this pull request as ready for review May 11, 2026 03:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants