Bulding Address: | 447 W 36th St |
Building Alternate address: | 447 W 36th St |
Postleitzahl : | 10018 |
Neighborhood: | Penn Plaza/Garment |
Borough: | Manhattan |
Stories: | 6 |
Year Built: | 1910 |
Building Class: | C |
447 West 36th Street, located in the Clinton-Hell's Kitchen neighborhood of Manhattan, New York City, has a rich history dating back to its construction in 1910. The building is classified as an office with apartments only (O8) and features six stories. It underwent significant alterations in 1986.
The property spans a lot size of 2,468 square feet, with a total building area of 13,950 square feet. As of recent assessments, the tax assessor's market value is approximately $2,515,000, with an estimated property tax of $117,256.
Historically, the area around 36th Street has been part of Manhattan's urban development, with various buildings and properties evolving over time. However, specific historical events or notable occupants of 447 West 36th Street are not well-documented in available records.
To save an address like "447 W 36th St, Manhattan, NYC" in a Django model field and convert it to HTML, you would typically store it as a string in a `CharField`. However, if you want to format it as HTML, you might want to wrap it in HTML tags. Here's how you could represent it in HTML format:
447 W 36th St, Manhattan, NYC
If you want to store this HTML in a Django model, you would use a `TextField` or `CharField` depending on the length of the text. Here's an example model:
python
from django.db import models
class Address(models.Model):
address_html = models.TextField(blank=True)
Then, you could save the address in this format:
python
address = Address.objects.create(address_html="
447 W 36th St, Manhattan, NYC
")
However, if you're looking to dynamically generate HTML from a plain text address, you might want to use a template or a view function to format it. For example, in a Django template, you could simply wrap the address in HTML tags:
And in your view, you would pass the address as a variable:
python
from django.shortcuts import render
def my_view(request):
address = "447 W 36th St, Manhattan, NYC"
return render(request, 'my_template.html', {'address': address})
Building Amenities at 447 W 36th St, Manhattan, NYC
- High Ceilings: Perfect for spacious and airy environments.
- Full Kitchen: Equipped with modern appliances for convenience.
- Bathroom with Shower: Ensures comfort and privacy.
- Central Heat and AC: Provides consistent temperature control.
- No Street Noise: Offers a quiet and peaceful working environment.
- Private Restrooms: Ensures privacy and convenience.
- Elevator Access: Easy access to all floors.
- After Hours HVAC Available: Flexible heating and cooling options.
- Rooftop Deck: Offers beautiful views of NYC.
- Natural Light: Abundant natural light throughout the building.
- Wi-Fi: High-speed internet connectivity available.
- Hardwood Floors: Adds a touch of elegance to the space.
- Short Term Rentals Available: Flexible leasing options.
447 W 36th St, Manhattan, NYC
This building offers a mix of office and retail spaces, ideal for creative offices, studios, and production shoots. It features high ceilings, natural light, and access to a rooftop deck with stunning views of NYC.
Current Tenants and Available Spaces
Currently, the building is available for lease with spaces ranging from 2,500 to 7,500 square feet. However, specific tenant information by business type is not provided. The building is known to host film and photography studios, such as Hudson Yards Loft Studios.
Features
- Rooftop Deck with NYC Views
- 10' x 20' Freight Elevator
- High Ceilings and Natural Light
- Full Kitchen and Bathroom Facilities
- Central Air and Heating
- Private Restrooms
- After Hours HVAC Available
Business Types
The building is suitable for:
- Creative Offices
- Studios
- Production Shoots
- Film and Photography Studios
To convert the text about internet providers at 447 W 36th St, Manhattan, NYC into HTML and save it in a Django model field, you can use a rich text editor like CKEditor in Django, as shown in the video tutorial[2]. However, for simplicity, let's manually convert the text into HTML and then discuss how to save it in a Django model.
### Text to Convert:
"Internet providers at 447 W 36th St, Manhattan, NYC include Verizon Fios, Spectrum, and Astound Broadband Powered by RCN. Verizon Fios offers speeds up to 2 Gbps, Spectrum provides speeds up to 1 Gbps, and Astound offers speeds up to 1.5 Gbps."
### HTML Conversion:
Internet providers at 447 W 36th St, Manhattan, NYC include:
- Verizon Fios: Offers speeds up to 2 Gbps.
- Spectrum: Provides speeds up to 1 Gbps.
- Astound Broadband Powered by RCN: Offers speeds up to 1.5 Gbps.
### Saving in Django Model Field:
To save this HTML in a Django model field, you would typically use a `TextField` or `RichTextField` (if you're using a package like `django-ckeditor`) in your model. Here's a simple example using `TextField`:
python
from django.db import models
class InternetProviderInfo(models.Model):
location = models.CharField(max_length=200)
provider_info = models.TextField() # Store HTML here
# Example of saving the HTML
info = InternetProviderInfo(
location="447 W 36th St, Manhattan, NYC",
provider_info="
Internet providers at 447 W 36th St, Manhattan, NYC include:
- Verizon Fios: Offers speeds up to 2 Gbps.
- Spectrum: Provides speeds up to 1 Gbps.
- Astound Broadband Powered by RCN: Offers speeds up to 1.5 Gbps.
"
)
info.save()
This way, you can store and retrieve the HTML content in your Django model.
447 W 36th St, Manhattan, NYC is located near several transportation options:
- Bus Stops:
- W 34 St/7 Av (2 min walk)
- 7 Av/W 36 St (4 min walk)
- 6 Av/W 36 St (4 min walk)
- 6 Av/W 35 St (5 min walk)
- 6 Av/W 37 St (5 min walk)
- Subway Stations:
- 34 St-Herald Sq (3 min walk)
- 34 St-Penn Station (4 min walk)
- Times Sq-42 St (4 min walk)
- Train Stations:
- 33rd Street (3 min walk)
- 34 St-Penn Station (4 min walk)
- Cross Streets:
None
None